/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@-webkit-keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amcompany-tree-line.-vertical {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px dashed #cfcfcf;
  content: '';
}
.amcompany-tree-line.-horizontal {
  position: absolute;
  right: 0;
  left: -18px;
  width: 15px;
  border-top: 1px dashed #cfcfcf;
  content: '';
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(100% - 20px);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
.filter-content input[type="text"]:focus,
.filter-content input[type="checkbox"]:focus,
.filter-content input[type="radio"]:focus,
.filter-content select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.filter-content .filter-options-item li a:hover {
  background: none !important;
  color: #006bb4;
}
.filter-content .filter-options-item li a:hover span {
  color: #006bb4;
}
.filter-content .filter-options-item .ui-slider-handle {
  height: 15px !important;
  width: 15px !important;
  background: #01007F;
  left: -2px;
  bottom: -3px;
}
.filter-content #ln_slider_price {
  margin-bottom: 5px;
}
.mp-show-navigation {
  display: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigationPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
a.chosen-single.chosen-default,
.chosen-single-with-deselect {
  border-radius: 3px !important;
  min-height: 30px !important;
  line-height: 26px !important;
  background: #fff !important;
  box-shadow: none;
}
.chosen-container-single .chosen-single div {
  top: 3px;
}
.chosen-container-single .chosen-search input[type=text] {
  box-shadow: none !important;
  border-radius: 2px;
  border: 1px solid #ccc;
}
li.active-result.highlighted {
  border-radius: 2px !important;
  background-image: none !important;
  border: none !important;
}
.chosen-container-single .chosen-single abbr {
  top: 9px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin-right: 0 !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 100% !important;
}
ul.chosen-results::-webkit-scrollbar {
  width: 6px;
}
ul.chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
ul.chosen-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.ln_slider_range {
  margin-top: 10px;
}
.ln_slider_range_input {
  width: 60px !important;
  height: 30px !important;
  text-align: center;
  padding: 0;
}
.filter-options-content .rating-summary {
  padding-bottom: 3px;
}
.filter-options-content .rating-summary.selected {
  background-color: #e8e8e8;
}
@media (min-width: 1200px) {
  #ln_slider_range_price .ln_slider_from {
    width: 45%;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  #ln_slider_range_price .ln_slider_to {
    width: 45%;
    float: right;
    text-align: center;
    padding: 0;
  }
  .ln_slider_container label {
    min-width: 0 !important;
  }
}
@media (max-width: 1195px) {
  .ln_slider_from {
    display: block;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .ln_slider_to {
    display: block;
    padding-left: 15px;
  }
}
@media (max-width: 820px) and (min-width: 768px) {
  .ln_slider_range_input {
    display: block;
    margin: 0 auto 10px auto;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.ln_slider_range .ln_slider_range_input_to {
  float: right;
}
.ln_slider_container label {
  min-width: 50px;
  display: inline-block;
}
.swatch-option-label-layered {
  height: 24px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.swatch-option-label-layered .swatch-option.text {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.swatch-text .swatch-option.color {
  height: 24px !important;
}
.swatch-attribute .swatch-option.disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
  .ln_slider_range {
    text-align: center;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
  .block.filter button#ln_button_submit {
    display: none;
  }
  .block.filter.active button#ln_button_submit {
    display: block;
    position: fixed;
    top: 0px;
    z-index: 999999;
    right: 15%;
  }
}
.mplayer-subcategory {
  width: 90%;
  margin: auto;
}
.mplayer-category-item .mplayer-item-slider {
  padding: 10px;
  box-sizing: border-box;
  color: #575757;
  text-align: center;
  font-size: 18px;
  height: 100%;
  position: relative;
}
.mplayer-category-item-label {
  background: #ffffff;
  color: #000;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px 5px;
  border: 1px solid #fff;
  line-height: 1.2;
  word-break: break-word;
}
.mplayer-category-item-image {
  margin-bottom: 7px;
}
.mplayer-category-item-label:hover {
  border: 2px solid #01007F;
}
a.mplayer-item-slider:hover {
  text-decoration: none;
}
.filter-options-item .layer-search-box {
  border-radius: 4px;
}
/*
 * Copyright Magmodules.eu. All rights reserved.
 * See COPYING.txt for license details.
 */
.apple-pay-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: -apple-pay-button;
  box-sizing: border-box;
  font-size: 0 !important;
}
.apple-pay-button > * {
  visibility: hidden;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    visibility: hidden;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }
  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }
  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }
  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }
  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }
  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }
  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }
  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }
  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }
  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }
  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }
  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
  .mollie-applepay-minicart-button {
    width: 100%;
    height: 52px;
    margin-top: 5px;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: 0.5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: 1em;
    font-weight: 300;
    align-self: center;
    margin-right: 2px;
  }
  .apple-pay-button-with-text > .logo {
    width: 35px;
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: 2px;
    border: none;
  }
}
.mollie-applepay-button-hidden {
  display: none;
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ff5c56;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ff5c56;
  box-shadow: 0 0 3px #ff5c56;
}
.um-remaining-chars {
  display: block;
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  z-index: 1;
  margin-top: -5px;
}
.um-remaining-chars .chars-value {
  color: #ff5501;
  font-weight: 700;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
/* MEDIA QUERIES */
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #DBDEE7;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #FFFFFF;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ais-ClearRefinements-button::-moz-focus-inner,
.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-HierarchicalMenu-showMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-Menu-showMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-RefinementList-showMore::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ais-ClearRefinements-button[disabled],
.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-HierarchicalMenu-showMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-Menu-showMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-RefinementList-showMore[disabled],
.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-VoiceSearch-button[disabled] {
  cursor: default;
}
.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: flex;
  align-items: center;
}
.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%;
}
.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em;
}
.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto;
}
.ais-RatingMenu-starIcon {
  display: block;
  width: 2rem;
  height: 2rem;
}
.ais-SearchBox-input::-ms-clear,
.ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.ais-SearchBox-input::-webkit-search-decoration,
.ais-SearchBox-input::-webkit-search-cancel-button,
.ais-SearchBox-input::-webkit-search-results-button,
.ais-SearchBox-input::-webkit-search-results-decoration {
  display: none;
}
.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.ais-RangeSlider .rheostat-background {
  height: 0.6rem;
  top: 0;
  width: 100%;
}
.ais-RangeSlider .rheostat-handle {
  margin-left: -1.2rem;
  top: -0.7rem;
}
.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #FFFFFF;
  border: 0.1rem solid #DBDEE7;
}
.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 0.1rem;
  height: 0.4rem;
  background-color: #273137;
}
.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  background-color: #FFFFFF;
  border: 0.1rem solid #273137;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab;
}
.rheostat-marker {
  margin-left: -0.1rem;
  position: absolute;
  width: 0.1rem;
  height: 0.5rem;
  background-color: #D1D1D1;
}
.rheostat-marker--large {
  height: 0.9rem;
}
.rheostat-value {
  margin-left: 50%;
  padding-top: 1.5rem;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -2.2rem;
  text-align: center;
  transform: translateX(-50%);
}
/** Auto-completion menu */
html {
  --autocomplete-muted-color: #868686;
}
#algolia-autocomplete-container .aa-dropdown-menu .before_special,
.aa-Panel .before_special {
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 12px;
}
#algolia-autocomplete-container .aa-dropdown-menu .tier_price,
.aa-Panel .tier_price {
  color: #868686;
  font-size: 1rem;
}
#algolia-autocomplete-container .aa-dropdown-menu .tier_price .tier_value,
.aa-Panel .tier_price .tier_value {
  color: #314094;
  font-size: 12px;
}
#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .category-tag,
.aa-Panel .info-without-thumb .category-tag {
  color: #868686;
}
#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details,
.aa-Panel .info-without-thumb .details {
  font-size: 1rem;
  color: #868686;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3rem;
  max-height: 3rem;
  display: -webkit-box;
}
#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details em,
.aa-Panel .info-without-thumb .details em {
  color: #273137;
}
#algolia-autocomplete-tt.algolia-autocomplete {
  width: 100%;
  display: inline-block !important;
}
#algolia-autocomplete-container .aa-dropdown-menu .col-2,
.aa-Panel .col-2 {
  position: relative;
}
#algolia-autocomplete-container .aa-dropdown-menu .col-2 .col-left,
.aa-Panel .col-2 .col-left {
  width: 67%;
}
#algolia-autocomplete-container .aa-dropdown-menu .col-2 .col-right,
.aa-Panel .col-2 .col-right {
  width: 33%;
}
#algolia-autocomplete-container .aa-dropdown-menu .category-suggestions,
.aa-Panel .category-suggestions {
  padding: 4px;
  color: #54A5CD;
  text-align: left;
  font-size: 0.7em;
  text-transform: uppercase;
}
#algolia-autocomplete-container .aa-suggestions svg.algolia-glass-suggestion.magnifying-glass {
  position: absolute;
  right: auto;
  left: 5px;
  top: 7px;
  fill: #A6A6A6;
  stroke: #A6A6A6;
}
#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products .col9,
.aa-Panel .col9:hover {
  background-color: #F9F9F9;
}
#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products #autocomplete-products-footer {
  display: none;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion,
.aa-Panel .aa-dataset-products .aa-suggestion {
  display: inline-block;
  width: 100%;
}
#algolia-autocomplete-container .other-sections,
.aa-Panel .other-sections {
  margin: 20px 10px 70px;
}
.aa-dataset-products .aa-suggestions {
  margin: 10px auto 10px auto;
}
.aa-dataset-suggestions {
  display: none;
}
#autocomplete-products-footer {
  background-color: #F9F9F9;
  text-align: center;
  display: none;
  position: absolute;
  width: 70%;
  padding: 10px 0;
  bottom: 0;
  left: 30%;
}
#algolia-autocomplete-container.reverse #autocomplete-products-footer {
  right: auto;
  left: 0;
}
#autocomplete-products-footer span {
  color: #15769c;
  font-weight: 600;
}
#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia {
  position: absolute;
  width: 100%;
  padding: 10px;
  text-align: center;
  bottom: 0;
  left: 4px;
  font-size: 13px;
}
#algolia-autocomplete-container.reverse .aa-dropdown-menu .footer_algolia {
  left: auto;
  right: 4px;
}
#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia span {
  color: #B8B8B8;
  font-size: 10px;
}
#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia img {
  display: inline;
  height: 1.5em;
  vertical-align: bottom;
  max-width: 130px;
}
#algolia-searchbox .algolia-search-input:focus:not([value=""]) {
  background: transparent;
}
#algolia-searchbox .algolia-search-input {
  position: static !important;
}
#algolia-searchbox .algolia-search-input:focus {
  outline: 0;
  box-shadow: none;
  border: solid 1px #54A5CD;
}
#algolia-searchbox {
  position: relative;
}
#algolia_instant_selector .cross-wrapper .clear-refinement {
  display: block;
  position: relative;
  top: 5px;
  left: 5px;
}
.footer_algolia {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
}
.footer_algolia .algolia-search-by-label {
  color: var(--autocomplete-muted-color);
  font-size: 0.9em;
  margin-right: 5px;
}
.footer_algolia img {
  min-width: 80px;
}
.clear-query-autocomplete {
  display: none !important;
}
/**
 * styles above are a remainder of the original module which have not
 * been rewritten but are kept in place as they may provide base functionality
 * for features currently not in use.
 */
#algolia_instant_selector .row {
  margin-left: -15px;
  margin-right: -15px;
}
#algolia_instant_selector .col-md-3,
#algolia_instant_selector .col-md-4,
#algolia_instant_selector .col-md-9,
#algolia_instant_selector .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #algolia_instant_selector .col-sm-6 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  #algolia_instant_selector .col-md-3,
  #algolia_instant_selector .col-md-4,
  #algolia_instant_selector .col-md-9,
  #algolia_instant_selector .col-md-12 {
    float: left;
  }
  #algolia_instant_selector .col-md-12 {
    width: 100%;
  }
  #algolia_instant_selector .col-md-9 {
    width: 75%;
  }
  #algolia_instant_selector .col-md-4 {
    width: 33.33333333%;
  }
  #algolia_instant_selector .col-md-3 {
    width: 25%;
  }
}
#algolia_instant_selector .row:before,
#algolia_instant_selector .row:after {
  content: " ";
  display: table;
}
#algolia_instant_selector .row:after {
  clear: both;
}
#algolia_instant_selector .visible-xs,
#algolia_instant_selector .visible-sm {
  display: none !important;
}
#algolia_instant_selector .hidden-xs,
#algolia_instant_selector .hidden-sm {
  display: block !important;
}
@media (max-width: 767px) {
  #algolia_instant_selector .visible-xs {
    display: block !important;
  }
  #algolia_instant_selector .hidden-xs {
    display: none !important;
  }
  .algolia-search-block {
    clear: both;
  }
}
@media (max-width: 991px) {
  #algolia_instant_selector .visible-sm {
    display: block !important;
  }
  #algolia_instant_selector .hidden-sm {
    display: none !important;
  }
}
#algolia_instant_selector .pull-left {
  float: left;
}
#algolia_instant_selector .pull-right {
  float: right;
}
.algolia-clearfix {
  clear: both;
}
/**
 * we have to add this because magento default style applies `display: inline-block`
 * on button and other tags, which overrides the HTML5 standard [hidden] attribute
 */
[hidden] {
  display: none !important;
}
/* Rest of original file follows but is not in use.
*  See _search-results partial for most styles. (Ported from previous version)
*/
.ln_overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  opacity: 1;
  z-index: 555;
  background-color: rgba(255, 255, 255, 0.5);
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(100% - 20px);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block;
}
@media all and (min-width: 48em), print {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    flex-shrink: 0;
    flex-basis: auto;
    margin-bottom: 2rem;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 0.8rem 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #273137;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #314094;
    border-style: solid;
    border-width: 0 0 3px;
    color: #273137;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: "\e622";
    font-family: 'luma-icons-custom';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #FFFFFF;
    border: 0.1rem solid #DBDEE7;
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #FFFFFF;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #FFFFFF;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #DBDEE7;
    color: #DBDEE7;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 1.6rem;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #273137;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #314094;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #273137;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: "\e608";
    font-family: 'luma-icons-custom';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: "\e607";
    font-family: 'luma-icons-custom';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 24px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 24px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 3.2rem;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #EBF0F4;
    border: 0.1rem solid #DBDEE7;
    border-bottom: none;
    height: 3.2rem;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #273137;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fbfcfd;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #273137;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 1.1px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 5.3rem;
    padding: 35px 35px 35px 35px;
    border: 0.1rem solid #DBDEE7;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .nav-sections {
    margin-bottom: 0;
  }
  .shop-teaser__list {
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .block__title + .shop-teaser__list {
    margin-top: 2.4rem;
  }
  .shop-teaser__list-item {
    width: calc(100%/3);
  }
  .shop-teaser__visual + .shop-teaser__info {
    margin-top: 2.4rem;
  }
  .ct-shops-teasers__wrapper:not(.shop-teasers__layout--alt) .shop-teaser__list {
    flex-wrap: wrap;
  }
  .ct-shops-teasers__wrapper:not(.shop-teasers__layout--alt) .shop-teaser__list-item {
    width: 50%;
    padding-bottom: 2.4rem;
  }
  .ct-shops-teasers__wrapper:not(.shop-teasers__layout--alt) .shop-teaser__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .ct-shops-teasers__wrapper:not(.shop-teasers__layout--alt) .shop-teaser__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .ct-shops-teasers__wrapper:not(.shop-teasers__layout--alt) .shop-teaser__address + .shop-teaser__phone {
    padding-top: 1.2rem;
    margin-top: auto;
  }
  .shop-teasers__layout--alt .shop-teaser__list {
    flex-wrap: wrap;
  }
  .shop-teasers__layout--alt .shop-teaser__list .shop-teaser__list-item {
    width: 50%;
    padding-bottom: 1.6rem;
  }
  .form .fieldset > .legend {
    margin-bottom: 2.4rem;
    border-bottom: 0;
  }
  .form .fieldset + .actions-toolbar {
    margin-top: 4rem;
  }
  .product-teasers__list.product-teasers__list--can-slide {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }
  .product-teasers__list.product-teasers__list--can-slide .product-teasers__list-item {
    width: 68%;
    flex: 0 0 auto;
  }
  .user-nav__wrapper .customer__shortcuts {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.005rem;
    line-height: 1.33333333;
  }
  .user-nav__wrapper .customer__shortcuts > a {
    padding: 0.4rem;
  }
  .user-nav__wrapper .customer__shortcuts > a + a {
    margin-left: 0.8rem;
  }
  .user-nav__wrapper > .header.links {
    display: flex;
    margin-left: 1.2rem;
    padding-left: 1.6rem;
    border-left: 0.1rem solid #E1221B;
  }
  .user-nav__wrapper .header-links-logged-out + .header.links {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .customer-welcome .header.links {
    border-radius: 0.3rem;
  }
  .customer-welcome .header.links li a {
    display: flex;
    align-items: center;
    padding: 1.2rem 1.6rem;
    white-space: nowrap;
  }
  .customer-welcome .header.links li a .icon {
    margin-right: 2.4rem;
  }
  .customer-welcome .header.links li:last-child a {
    padding-bottom: 2rem;
  }
  .content-type__header ~ .content-type__overview,
  .content-type__header ~ .content-type__paragraphs,
  .content-type__header ~ .block__not-found {
    margin-top: 5.6rem;
  }
  .subcategory__teaser__info {
    border-right: 0.1rem solid #EBF0F4;
  }
  .subcategory__teasers {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .subcategory__teaser {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .subcategory__teaser > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .subcategory__teaser .subcategory__teaser__title {
    width: 100%;
  }
  .subcategory__teaser .subcategory__teaser__info {
    width: 41.66666667%;
  }
  .subcategory__teaser .subcategory__teaser__top-products {
    width: 58.33333333%;
  }
  .subcategory__teaser__info * + .subcategory__teaser__overview-link,
  .subcategory__teaser__info * + .subcategory__choices {
    margin-top: 2.4rem;
  }
  .subcategory__teaser__overview-link:first-child:last-child {
    margin-top: 0.8rem;
  }
  .contact-content__layout + .content-type__paragraphs {
    margin-top: 5.6rem;
  }
  .ct-homepage-usps .usp__list-item {
    width: calc(100%/3);
    /* Icon above text, centered */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ct-homepage-usps .usp__list-item .icon {
    margin: 0 0 1.2rem;
  }
  .ct-homepage-usps .usp__list-item .label {
    text-align: center;
  }
  .ct-homepage-usps .usp__list-item + .usp__list-item {
    margin-top: 0;
  }
  .contentmanager-contenttype-homepage .homepage-banner__title {
    /* does not follow typography design system, mobile does */
    font-size: 6.8rem;
  }
  .ct-homepage-products + .brands-overview--perso,
  .ct-homepage-folders + .brands-overview--perso {
    margin-top: 7.2rem;
  }
  .ct-homepage-shops {
    margin-top: 4.8rem;
  }
  .ct-homepage-shops__title {
    margin-bottom: 2.4rem;
  }
  .ct-homepage-shops + .brands-overview--public {
    margin-top: 7.2rem;
  }
  .block__paw-register + .brands-overview--public {
    margin-top: 4.8rem;
  }
  .ct-homepage-products {
    margin-top: 7.2rem;
  }
  .ct-homepage-products .product-selection__wrapper {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .ct-homepage-products__title + .product-selection__wrapper {
    margin-top: 3.2rem;
  }
  .product-teasers__list--homepage.product-teasers__list--can-slide {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    scroll-padding-inline-start: 0.4rem;
  }
  .product-teasers__list--homepage.product-teasers__list--can-slide .product-teasers__list-item {
    width: 50%;
  }
  /* responsive typography adjustment */
  .ct-shop__usps-list .usp__list-item .icon {
    transform: translateY(0.6rem);
  }
  .p-download__list-item {
    flex-basis: 50%;
  }
  .paragraph--products .paragraph__title + .paragraph__body {
    margin-top: 3.2rem;
  }
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 0.8rem 0.4rem 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 0.4rem;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 4rem;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 1.6rem;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history {
    margin-top: -2rem;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: "\e624";
    font-family: 'luma-icons-custom';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status {
    margin-top: 6px;
    padding: 0.4rem 0.8rem;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date {
    margin: 0 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #DBDEE7;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 3.6rem;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 0.8rem;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 1.6rem;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 0.1rem solid #DBDEE7;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 0.1rem solid #DBDEE7;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 1.2rem;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 0.8rem;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .amcompany-popup-block .modal-inner-wrap .modal-footer {
    border-top: none;
  }
  .amcompany-paycard-block {
    min-height: 230px;
    max-width: 370px;
  }
  .amwishlist-wishlist-index .pager .pages {
    flex-basis: auto;
  }
  .amwishlist-wishlist-index .pager .limiter {
    margin: 0;
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-toolbar-block.-mass-action {
    position: initial;
    z-index: initial;
    flex-wrap: nowrap;
    padding: 0 0 35px;
    box-shadow: none;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button {
    height: 40px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-link {
    margin: 0 20px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link) {
    min-width: 116px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link):not(:last-child) {
    flex-basis: auto;
    margin: 0 10px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-addtolist {
    flex-basis: 196px;
    margin: 0 0 0 auto;
  }
  .amwishlist-product-grid > .amwishlist-items {
    margin: 0 -20px;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(50% - 20px);
  }
  .amwishlist-popup-block .amwishlist-content {
    padding: 0 30px;
  }
  .amwishlist-popup-block .amwishlist-toolbar.-footer {
    padding: 20px 30px;
    box-shadow: 0 -10px 30px rgba(190, 198, 218, 0.1), 0 -5px 15px rgba(190, 198, 218, 0.09);
  }
  .amwishlist-popup-block .amwishlist-list.-align-left {
    justify-content: flex-start;
  }
  .amwishlist-popup-block .amwishlist-button.-create-list {
    padding: 0 0 20px;
  }
  .amwishlist-popup-block .amwishlist-button.-addtolist {
    max-width: 194px;
  }
  .amwishlist-popup-block .amwishlist-tabs-block.-title {
    margin: 0 0 20px;
  }
  .amwishlist-newlist-block .amwishlist-button.-plus {
    padding: 0 0 20px;
  }
  .mollie-product-page-apple-pay-button {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .barcode-scanner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ws_embed_sms_notification {
    text-align: center !important;
  }
  .ws_embed_sms_notification .inline-block {
    display: inline-block;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 4%;
    font-size: 10px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 325px;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    padding-top: 5px;
    width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 0;
  }
  .theme-pearl #ws_embed_sms_notification {
    max-width: 1030px;
  }
  .theme-pearl #ws_embed_sms_notification.sms-center-design-2 {
    margin: 0 auto 60px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-phone-dsg-2 {
    width: 160px;
    padding-left: 24px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-country-pc-dsg2 {
    width: 33%;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 140px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    height: 50px;
    border-radius: 0;
    margin-top: -3px;
  }
  .table-checkout-shipping-method tr.row-eta {
    display: none;
  }
  .block-category-event.block:last-child {
    margin-bottom: 2.4rem;
    padding: 0.8rem 0 2.4rem;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 0.1rem solid #DBDEE7;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 0.1rem solid #DBDEE7;
  }
  .paypal-review-discount .block {
    margin-bottom: 1.2rem;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 3.2rem;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 0.8rem;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 0.8rem 1.6rem;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 1.6rem;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(219, 222, 231, 0.3);
    color: #5e5e5e;
    border: 1px solid #DBDEE7;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #DBDEE7;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(219, 222, 231, 0.8), inset 0 -1px 0 0 rgba(219, 222, 231, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #868686;
    content: "\e60d";
    font-family: 'luma-icons-custom';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #868686;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: "\e60b";
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 1.2rem;
  }
  .product-info-main .product-add-form {
    padding-top: 1.6rem;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 2rem;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 0.8rem 0.8rem 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 4rem;
    color: #273137;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #273137;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #273137;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #273137;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #868686;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .checkout-cart-index .page-main {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 1.6rem;
  }
  .cart-summary {
    width: 25%;
    float: right;
    order: 2;
    padding: 1px 1.6rem 2rem;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 1.6rem;
    margin: 0 0 0.8rem;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 1.6rem 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 1.6rem;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 2rem;
  }
  .cart-discount {
    width: 75%;
    float: left;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 0.8rem;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    order: 1;
    padding-right: 2.4rem;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 1.6rem;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 0.8rem;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #ccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #ccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #FFFFFF;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #273137;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #E1221B;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons-custom';
    content: "\e610";
  }
  .opc-progress-bar-item._active:before {
    background: #314094;
    border-color: #314094;
  }
  .opc-progress-bar-item._active > span {
    color: #273137;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #314094;
    border-color: #314094;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #314094;
    content: "\e610";
    font-family: 'luma-icons-custom';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 1.6rem;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 0.1rem solid #ccc;
    padding-bottom: 1.6rem;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 1.6rem;
    width: 33.33333333%;
    float: right;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 2rem;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 0.8rem 2.4rem 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 0.8rem 0 0 3.2rem;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 1.6rem 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 2.4rem;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 0.8rem;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 1.6rem;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 1.6rem;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 0.8rem 0.8rem 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -1.6rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 1.6rem;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: inline-flex;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    order: 2;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 0.1rem solid #DBDEE7;
    border-radius: 0.3rem;
    color: #273137;
    font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 4rem;
    line-height: 1;
    padding: 0 1.2rem;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    color: #93989b;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #868686;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #868686;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #868686;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 0.8rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 0.4rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons-custom';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 1.6rem;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 1.6rem 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 1.6rem;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 1.6rem;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 1.6rem;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 0.1rem solid #DBDEE7;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 0.1rem solid #DBDEE7;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 0.1rem solid #DBDEE7;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 1.6rem 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 1.6rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 0.1rem solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 1.6rem;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 3.2rem;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 0.8rem 0;
  }
  .filter-actions {
    margin-bottom: 2.4rem;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #DBDEE7;
  }
  .page-layout-1column .filter-content {
    margin-top: 0.8rem;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 2rem;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    bottom: -1px;
    content: '';
    display: block;
    left: 0.4rem;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 1.6rem 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #fff;
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #DBDEE7;
    padding: 0.4rem 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 0.4rem;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #868686;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 2rem;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 2rem;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 1.6rem;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 0.8rem;
    padding: 0.4rem 0.8rem 0.8rem;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 0.8rem;
    padding: 0.4rem 0.8rem 0.8rem;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #314094;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 2rem;
  }
  .block.newsletter {
    max-width: 44%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 1.2rem;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 1.6rem;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: "\e622";
    font-family: 'luma-icons-custom';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: "\e621";
    font-family: 'luma-icons-custom';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 0.1rem solid #DBDEE7;
    margin-top: 1.2rem;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 0.2rem 1.6rem 0 rgba(0, 0, 0, 0.16);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #EBF0F4;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #DBDEE7 transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #fff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: "\e621";
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 0.4rem;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -0.4rem 0 0.4rem;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 2.4rem 1.6rem 0;
  }
  .logo {
    margin: -8px auto 2rem 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 2rem;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -0.8rem;
    left: 100%;
    margin: 0 0 0 1.6rem;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: -5.4rem;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #DBDEE7 transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 0.8rem 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 0.8rem;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 1.6rem 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    border: 0.1rem solid #bbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  #algolia-autocomplete-container-DISABLEDDEV .aa-dataset-products .aa-suggestions,
  #algolia-autocomplete-container-DISABLEDDEV .aa-dataset-products .aa-suggestions[style*="display: block;"] {
    display: flex !important;
    flex-flow: row wrap;
  }
  #algolia-autocomplete-container-DISABLEDDEV .aa-dataset-products .aa-suggestion {
    flex: 0 0 50%;
    padding: 1.2rem;
  }
  .ais-Panel-header + .ais-Panel-body {
    margin-top: 1.6rem;
  }
  .ais-filter-options .ais-Panel-header + .ais-Panel-body {
    margin-top: 0.8rem;
  }
  .ais-RefinementList-list {
    margin: -0.4rem;
  }
  .ais-RefinementList-item {
    padding: 0.4rem;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .amwishlist-popup-block .amwishlist-content {
    padding: 0 2.4rem 0.8rem;
  }
  .amwishlist-popup-block .amwishlist-toolbar.-footer {
    padding: 1.6rem 2.4rem;
    box-shadow: none;
  }
  .page-title-wrapper ~ .amwishlist__recommended {
    margin-top: 7.2rem;
  }
  .page-title-wrapper + .amwishlists-container {
    margin-top: 2.4rem;
  }
  .amwishlist-item .amwishlist-toolbar-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.2rem;
  }
  .amwishlist-toolbar-block.-mass-action {
    padding: 0;
    margin: 1.6rem -0.8rem 2.4rem;
    flex-wrap: wrap;
    box-shadow: none;
  }
  .amquote-addto-button {
    width: 100%;
  }
  .quotes-history .table tbody .col.id,
  .quotes-history .table tbody .col.total {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.075rem;
    line-height: 1;
    line-height: 1.5;
  }
  .quote__actions {
    justify-content: space-between;
  }
  .amquote-cart-wrapper.minicart-wrapper {
    margin: 0;
    float: none;
  }
  .amasty_quote-cart-index .page-main {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .order-details-items + .block-order-details-comments {
    margin-top: 6rem;
  }
  .amasty_quote-account-view .page-title-wrapper + .quote__info-actions {
    margin-top: 2.4rem;
  }
  .amasty_quote-account-view .quote__info-actions {
    display: flex;
  }
  .amasty_quote-account-view .quote__info-actions .quote__info + .actions-toolbar {
    margin-top: 0;
    margin-left: 1.6rem;
  }
  .amasty_quote-account-view .quote__info-actions .quote__info {
    flex-grow: 1;
  }
  .amasty_quote-account-view .quote__header + .order-details-items {
    margin-top: 4.8rem;
  }
  .amasty_quote-account-view .table-totals {
    display: flex;
    justify-content: flex-end;
    padding-right: 6.6rem;
  }
  .amasty_quote-account-view .table-totals .totals__list {
    width: 26%;
    min-width: 24rem;
    max-width: 32rem;
  }
  .quote__comments {
    display: flex;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .quote__comment {
    flex: 1 1 50%;
    padding: 0 0.8rem;
  }
  .quote__comment dt {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.075rem;
    line-height: 1;
  }
  .page-layout-1column .product.media,
  .page-layout-1column .product-info-main {
    float: none;
    width: auto;
  }
  .product-info-main .product-add-form {
    padding-top: 0;
  }
  .price__scales {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-size: 16px;
  }
  .catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__nav__shaft {
    margin-left: -0.8rem;
  }
  /* Module overrides */
  .box-tocart .action.tocart {
    margin-right: 0;
    width: 100%;
  }
  .product.attribute .attribute__type {
    margin-bottom: 1.6rem;
  }
  .pdp__download-list {
    margin-top: 1.6rem;
  }
  .pdp__xcat-list {
    margin-top: 1.6rem;
  }
  .minicart-wrapper {
    margin-left: 1.6rem;
  }
  .minicart-wrapper .action.close,
  .minicart-wrapper .block-title .qty,
  .minicart-wrapper .items-total {
    display: none;
  }
  .minicart-wrapper .counter.qty {
    transform: translateX(60%) translateY(-20%);
  }
  .minicart-items .product-item > .product .product-item-photo {
    display: block;
    width: 4.8rem;
  }
  .minicart-items .product-item > .product .product-item-name {
    padding-left: 1.6rem;
  }
  .cart-container::before,
  .cart-container::after {
    content: none;
  }
  .shopping-cart__row .product-details__title {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.075rem;
    line-height: 1;
    margin-bottom: 0.8rem;
  }
  .shopping-cart__row .product__toolbar {
    margin-top: 0;
  }
  .shopping-cart__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .shopping-cart-summary {
    width: 40rem;
  }
  .cart__custom-message-zone {
    padding: 1.6rem;
  }
  /* action styles */
  .cart__custom-action-bulk-favs a {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
  /* spacing */
  .shopping-cart__header + .shopping-cart__custom-actions {
    margin-top: 1.6rem;
  }
  .opc-wrapper {
    width: auto;
    padding-right: 0;
  }
  .opc-wrapper .step-title {
    margin-bottom: 1.6rem;
  }
  .opc-sidebar {
    width: auto;
    margin: 0;
  }
  .checkout-container .opc-wrapper {
    width: 50%;
  }
  .checkout-container .opc-sidebar {
    width: 41.66666667%;
    margin-left: 8.33333333%;
    display: block;
  }
  .checkout-container .page__title {
    margin-bottom: 4rem;
  }
  .checkout-container .checkout-message {
    margin-bottom: 3.2rem;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: none;
  }
  .checkout-shipping-method .actions-toolbar {
    margin-top: 3.2rem;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 1.6rem;
    margin-bottom: 3.2rem;
    max-width: 100%;
  }
  .checkout-shipping-address .shipping-address-request-link + .addresses {
    margin-top: 3.2rem;
  }
  .table-checkout-shipping-method {
    width: 100%;
  }
  .um-ordercomment {
    margin-top: 3.2rem;
  }
  .um-ordercomment h2 + .payment-option-title {
    margin-top: 1.6rem;
  }
  .checkout-success-header__inner,
  .checkout-success-details__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .checkout-success-header__inner > *,
  .checkout-success-details__inner > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .checkout-success-header__body {
    width: 66.66666667%;
    padding-top: 1.6rem;
    padding-bottom: 20rem;
  }
  .checkout-success-header__visual {
    width: 33.33333333%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .checkout-success-header__visual img {
    width: auto;
    max-height: 44rem;
  }
  .checkout-success-header__greeting {
    display: block;
  }
  .checkout-success-details {
    position: relative;
    z-index: 3;
    margin-bottom: 1.2rem;
  }
  .checkout-success-details__order-summary {
    padding: 4rem;
    margin-top: -12rem;
    min-height: 30rem;
  }
  .checkout-success-details__order-summary-wrapper {
    width: 66.66666667%;
  }
  .checkout-success-details__order-delivery-pickup-wrapper {
    width: 33.33333333%;
    padding-top: 4.8rem;
  }
  .account .column.main .block:not(.widget) .block-content::before,
  .account .column.main .block:not(.widget) .block-content::after {
    content: none;
  }
  .account.page-layout-2columns-left .column.main,
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 100%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0.8rem;
  }
  .account .toolbar .pages {
    position: static;
    width: auto;
  }
  .account .toolbar .pager .pages {
    flex-basis: 100%;
  }
  .account .toolbar .limiter {
    margin-left: auto;
  }
  .account .page-title-wrapper + .account__section {
    margin-top: 4rem;
  }
  .account.customer-account-index .account__section + .account__section {
    margin-top: 6rem;
  }
  .account .section-dashboard-addresses + .section-dashboard-addresses {
    margin-top: 6rem;
  }
  .account .section__title-wrapper + .section__content {
    margin-top: 3.2rem;
  }
  .account .box__title + .box__actions {
    margin-top: 1.6rem;
  }
  .account .data.table + .table-totals {
    margin-top: 2.4rem;
  }
  .login-container .block {
    margin-bottom: 0;
    width: 80%;
  }
  .login-container .block:nth-child(1),
  .login-container .block:nth-child(2) {
    float: none;
    clear: unset;
  }
  .login-container::before,
  .login-container::after {
    content: none;
  }
  .login-container .block-customer-login .block-title {
    margin-bottom: 2.4rem;
  }
  .login-container .block-new-customer .block-title {
    margin-bottom: 1.6rem;
  }
  .login-container .fieldset > .field > .control {
    width: 100%;
  }
  .login-container .actions-toolbar .primary {
    float: none;
  }
  .login-container .actions-toolbar .primary .action {
    margin: 0;
  }
  .page-title-wrapper + .registration-layout__wrapper {
    margin-top: 4rem;
  }
  .registration-block__title + .registration-block__body {
    margin-top: 1.6rem;
  }
  .existing-customer-preload .registration-form-part__title + .form {
    margin-top: 2.4rem;
  }
  .create-form-wrapper .registration-form-part__title ~ .form {
    margin-top: 3.2rem;
  }
  .create-form-wrapper .form .fieldset > .legend {
    margin-bottom: 1.6rem;
  }
  .create-form-wrapper .registration-form__subsection:not(.preload-match) {
    padding-top: 4rem;
  }
  .account-notifications-opt-in-form {
    display: flex;
    align-items: center;
    min-height: 4.2rem;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .account-notifications-opt-in-form > * {
    padding: 0 0.8rem;
  }
  .account-notifications-opt-in-form .field + .actions {
    margin-top: 0;
  }
  .section-dashboard-addresses .section__title-wrapper {
    margin: 0 -1.6rem -1.6rem;
  }
  .section-dashboard-addresses .section__title-wrapper > * {
    padding: 0 1.6rem 1.6rem;
  }
  .orders-history .table tbody .col.id,
  .orders-history .table tbody .col.reference,
  .orders-history .table tbody .col.total {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.075rem;
    line-height: 1;
    line-height: 1.5;
  }
  .order-details-items {
    padding: 0;
  }
  .order-details-items.ordered .order-title__wrapper + .table-wrapper {
    margin-top: 3.2rem;
  }
  .order-details-items + .block-order-details-view {
    margin-top: 6rem;
  }
  .order-details-items .table-order-items .item .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .sales-order-view .page-title-wrapper + .order__info-actions {
    margin-top: 2.4rem;
  }
  .sales-order-view .order__info-actions {
    display: flex;
  }
  .sales-order-view .order__info-actions .order__info + .actions-toolbar {
    margin-top: 0;
    margin-left: 1.6rem;
  }
  .sales-order-view .order__info-actions .order__info {
    flex-grow: 1;
  }
  .sales-order-view .order__info-actions + .order__downloads {
    margin-top: 3.2rem;
  }
  .sales-order-view .order__header + .order-details-items {
    margin-top: 4.8rem;
  }
  .table-order-items .col.reorder {
    width: 4.8rem;
  }
  .my-orders__action--reorder {
    padding: 0;
  }
  .my-orders__action--reorder .icon {
    display: flex;
  }
  .my-orders__action--reorder .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .sales-order-view .table-totals {
    display: flex;
    justify-content: flex-end;
    padding-right: 6.6rem;
  }
  .sales-order-view .table-totals .totals__list {
    width: 26%;
    min-width: 24rem;
    max-width: 32rem;
  }
  .form.create.account {
    width: auto;
    max-width: 72rem;
  }
  .table-user-items tbody td {
    vertical-align: middle;
  }
  .table-user-items tbody .col.email {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.075rem;
    line-height: 1;
    line-height: 1.5;
  }
  .company-users__actions {
    justify-content: space-between;
  }
  .company-users__actions .action.delete {
    margin-left: 0.8rem;
  }
  .table-companyaccount-items__actions {
    margin-top: 2.4rem;
  }
  .table-role-items tbody td {
    vertical-align: middle;
  }
  .table-role-items tbody .col.name {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.075rem;
    line-height: 1;
    line-height: 1.5;
  }
  .table-role-items__actions {
    margin-top: 2.4rem;
  }
  .form.password.forget,
  .form.password.reset {
    min-width: 40rem;
    max-width: 52rem;
  }
  .form.password.forget .actions-toolbar .action.back-to-login,
  .form.password.reset .actions-toolbar .action.back-to-login {
    margin-top: 0;
  }
  .filter-content .item {
    margin: 0;
  }
  .filter-options .item + .item {
    margin-top: 0.8rem;
  }
  .filter-subtitle {
    display: none;
  }
  .page-footer {
    padding-top: 3.2rem;
    padding-bottom: 0;
    background: none;
  }
  .footer.content ul {
    padding-right: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 0;
    background-color: transparent;
  }
  .page-header .panel.header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header.content {
    padding-top: 0;
  }
  .logo {
    margin: 0;
  }
  .page-wrapper {
    margin: 0 auto;
    max-width: 192rem;
  }
}
@media all and (min-width: 56.25em), print {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .columns,
  .layout-grid__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .columns > *,
  .layout-grid__row > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .contentmanager-contenttype-homepage .columns {
    padding-bottom: 3.2rem;
  }
  .page-layout-1column .column.main {
    width: 100%;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-wrapper {
    width: 25%;
    order: 1;
    display: flex;
    flex-direction: column;
  }
  .page-layout-2columns-left .column-stacked.bottom {
    order: 3;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-wrapper {
    width: 25%;
    order: 2;
    display: flex;
    flex-direction: column;
  }
  .page-layout-2columns-right .column-stacked.bottom {
    order: 3;
  }
  .page-with-filter.page-layout-2columns-left .sidebar-main {
    padding-right: 10%;
  }
  .page-with-filter.page-layout-2columns-right .sidebar-main {
    padding-left: 10%;
  }
  .page__title + .page__intro {
    margin-top: 1.6rem;
  }
  .store-categories-menu__toggle {
    font-size: 1.4rem;
    line-height: 1.71428571;
    font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: baseline;
    margin-left: -1.2rem;
    padding-left: 1.2rem;
    border: 0.1rem solid transparent;
    border-bottom: 0;
  }
  .store-categories-menu__toggle .button__label {
    transform: translateY(-0.2rem);
  }
  .store-categories-menu__toggle::after {
    content: '';
    position: absolute;
    transition: 0.2s linear;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    border: 0.1rem solid transparent;
    border-right-color: #FFFFFF;
  }
  .store-categories-menu__toggle:hover,
  .store-categories-menu__toggle:focus,
  .store-categories-menu__toggle:active {
    border-bottom: 0;
  }
  .store-categories-menu__toggle:hover::after,
  .store-categories-menu__toggle:focus::after,
  .store-categories-menu__toggle:active::after {
    width: 100%;
    border-color: #FFFFFF;
  }
  ._keyfocus .store-categories-menu__toggle:focus {
    box-shadow: 0 0 0 0.1rem #DBDEE7;
  }
  ._keyfocus .store-categories-menu__toggle:focus::after {
    opacity: 0;
  }
  .store-categories-menu__toggle[aria-expanded="true"] {
    border-color: #DBDEE7;
    border-radius: 0;
    color: #273137;
  }
  .store-categories-menu__toggle[aria-expanded="true"]::before {
    content: '';
    position: absolute;
    left: -0.1rem;
    right: -0.1rem;
    top: 100%;
    height: 1.2rem;
    border-left: 0.1rem solid #DBDEE7;
    border-right: 0.1rem solid #DBDEE7;
    background-color: #FFFFFF;
  }
  .header.content .store-categories-menu__toggle[aria-expanded="true"] {
    background-color: #FFFFFF;
  }
  .store-categories-flyout.is-expanded {
    display: flex;
    position: absolute;
    top: calc(100% + 1.2rem - 0.1rem);
    left: -1.2rem;
    z-index: 42;
    width: calc(100vw - 2rem);
    min-width: 89.2rem;
    max-width: 124rem;
    filter: drop-shadow(0 0.2rem 1.6rem rgba(0, 0, 0, 0.16));
    border: 0.1rem solid #DBDEE7;
    background-color: #FFFFFF;
  }
  .store-categories-flyout__top-level {
    width: 25%;
    border-right: 0.1rem solid #DBDEE7;
  }
  .store-categories-flyout__sub-levels {
    width: 75%;
    background-color: #F2F6FA;
    position: relative;
  }
  .store-categories-flyout__sub-level-wrapper {
    display: none;
    flex-wrap: wrap;
    align-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #F2F6FA;
  }
  .store-categories-flyout__sub-level-wrapper.is-active {
    display: flex;
  }
  .store-categories-flyout__sub-category {
    width: calc(100% / 3);
  }
  .store-categories-flyout__sub-category > .sub-categories {
    padding: 1.6rem;
  }
  .header.content {
    display: flex;
    align-items: baseline;
    /* Make light text on dark background look better when supported */
    /* Design should just make better use of font-weights without relying on anti-aliasing */
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header.content button {
    background-color: transparent;
  }
  .header.content .ui-menu__root-ul,
  .header.content .ui-menu__sub-ul {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .header.content .ui-menu__sub-ul {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: block;
    transition: transform 0.2s ease-out;
    transform-origin: center top;
    transform: scaleY(0);
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  .header.content .ui-menu__sub-ul > li {
    transition: none;
    opacity: 0;
  }
  .header.content .ui-menu__sub-ul > li a {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.075rem;
    line-height: 1;
    display: block;
    padding: 1.2rem;
    /* design has top/btm @indent__base but too large with real data */
    color: #273137;
  }
  .header.content .ui-menu__sub-ul > li a:focus,
  .header.content .ui-menu__sub-ul > li a:hover {
    background-color: #edeff3;
    text-decoration: none;
  }
  .header.content .ui-menu__sub-ul > li:first-child a {
    padding-top: 2rem;
  }
  .header.content .ui-menu__sub-ul > li:last-child a {
    padding-bottom: 2rem;
  }
  .menu-block__title {
    margin-bottom: 1.6rem;
  }
  .header.has-active-overflow .overflow-menu__wrapper {
    display: block;
    position: relative;
    padding-left: 1.6rem;
  }
  .overflow-menu.is-expanded {
    clip: auto;
    height: auto;
    top: 100%;
    right: 1px;
    min-width: 10rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 40rem;
    box-shadow: 0 1.8rem 1.6rem -1.6rem rgba(0, 0, 0, 0.16), 1rem 0 0.8rem -1rem rgba(0, 0, 0, 0.16), -1rem 0 0.8rem -1rem rgba(0, 0, 0, 0.16), 0.1rem 0 0 0 #DBDEE7, 0.1rem 0 0 0 #DBDEE7 inset, 0 0.1rem 0 0 #DBDEE7;
    transition: 0.2s ease-out;
    transform: scaleY(1);
    background-color: #FFFFFF;
  }
  .nav--header_sub .ui-menu__root-ul {
    display: flex;
  }
  .nav--header_sub .ui-menu__root-ul .level-top {
    position: relative;
    line-height: 2;
  }
  .nav--header_sub .ui-menu__root-ul a.level0 {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.005rem;
    line-height: 1.33333333;
    display: block;
    padding: 0.4rem 0.8rem;
    color: #FFFFFF;
    line-height: inherit;
    white-space: nowrap;
  }
  ._keyfocus .nav--header_sub .ui-menu__root-ul a.level0:focus {
    box-shadow: 0 0 0 0.1rem #DBDEE7;
    border-radius: 0.3rem;
  }
  .nav--header_categories + .nav--header_sub {
    margin-left: auto;
    margin-right: -0.8rem;
  }
  .nav--header_categories {
    margin-left: 0.8rem;
  }
  .nav--header_categories .ui-menu__root-ul {
    display: flex;
  }
  .nav--header_categories .ui-menu__root-ul > li {
    position: relative;
    z-index: 3;
    border: 0.1rem solid transparent;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    line-height: 1.71428571;
  }
  .nav--header_categories .ui-menu__root-ul > li.menu-item-active > a {
    text-decoration: underline;
  }
  .nav--header_categories .ui-menu__root-ul a.level0 {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 0.005rem;
    line-height: 1.14285714;
    display: block;
    padding: 0.8rem 1.2rem;
    transition: 0.2s ease-out;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    color: #FFFFFF;
    line-height: inherit;
    white-space: nowrap;
  }
  ._keyfocus .nav--header_categories .ui-menu__root-ul a.level0:focus {
    box-shadow: 0 0 0 0.1rem #DBDEE7;
    border-radius: 0.3rem;
  }
  .nav--header_categories .ui-menu__root-ul .has-sub > button {
    /* hide keyboard toggle till focused */
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -0.8rem);
    color: transparent;
  }
  .nav--header_categories .ui-menu__root-ul .has-sub > button svg polygon {
    fill: currentColor;
  }
  .nav--header_categories .ui-menu__root-ul .has-sub > button:focus {
    /* Undo visually hidden, plus basic styling */
    clip: auto;
    margin: 0;
    overflow: visible;
    display: flex;
    justify-content: center;
    height: 1.6rem;
    width: 2.4rem;
    box-shadow: 0 0 0 0.1rem #273137;
    background-color: #FFFFFF;
    color: #273137;
  }
  .nav--header_categories .ui-menu__root-ul .has-sub.has-intention > button:focus {
    z-index: 42;
  }
  .nav--header_categories .ui-menu__root-ul .has-sub.has-intention > button svg {
    transform-origin: center center;
    transform: rotate(180deg);
  }
  .nav--header_categories .ui-menu__root-ul > .has-sub.has-intention {
    border-top-color: #DBDEE7;
    border-right-color: #DBDEE7;
    border-left-color: #DBDEE7;
    background-color: #FFFFFF;
  }
  .nav--header_categories .ui-menu__root-ul > .has-sub.has-intention a.level0 {
    background: #FFFFFF;
    color: #E1221B;
  }
  .nav--header_categories .ui-menu__root-ul > .has-sub.has-intention .ui-menu__sub-ul {
    clip: auto;
    height: auto;
    top: 100%;
    left: 0;
    min-width: 130%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 40rem;
    transition: 0.2s ease-out;
    transform: scaleY(1);
    box-shadow: 0 1.8rem 1.6rem -1.6rem rgba(0, 0, 0, 0.16), 1rem 0 0.8rem -1rem rgba(0, 0, 0, 0.16), -1rem 0 0.8rem -1rem rgba(0, 0, 0, 0.16), 0.1rem 0 0 0 #DBDEE7, 0.1rem 0 0 0 #DBDEE7 inset, 0 0.1rem 0 0 #DBDEE7;
    background-color: #FFFFFF;
  }
  .nav--header_categories .ui-menu__root-ul > .has-sub.has-intention .ui-menu__sub-ul > li {
    opacity: 1;
    transition: opacity 0.1s linear 0.1s;
  }
  .mobile-menu__open,
  .mobile-menu__wrapper,
  .has-sub .m-only {
    display: none;
  }
  .footer__top .footer__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .footer__top .footer__grid > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .footer__top .footer-menu__block {
    width: 25%;
    text-align: left;
  }
  .footer__top .footer.content {
    padding-top: 3.6rem;
    padding-bottom: calc(3.2rem + 2vw);
  }
  .footer__legal .footer.content {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    justify-content: flex-start;
  }
  .footer__legal .ui-menu {
    justify-content: flex-start;
  }
  .footer__legal .nav__prefix {
    margin-right: 0.8rem;
  }
  .footer__legal .nav__suffix {
    flex-basis: auto;
    margin-left: auto;
  }
  .cms-no-route .page-title-wrapper {
    margin-top: 4.8rem;
    margin-bottom: 1.6rem;
  }
  .breadcrumbs {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .pdp__extras-aside + .block__not-found {
    /* follows 4.8rem padded teaser items */
    margin-top: 2.4rem;
  }
  .perso-advice-block__inner {
    width: 75%;
    padding: 0.8rem 1.6rem 3.2rem 1.6rem;
  }
  .perso-advice-block__visual {
    top: -2rem;
    width: 34%;
  }
  .perso-advice-block__text {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.075rem;
    line-height: 1;
  }
  .perso-advice-block__store-selection select + .perso-advice-block__store-selected {
    margin-top: 2rem;
  }
  .shop-teaser__list {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .shop-teaser__list-item {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .shop-teasers__layout--alt .shop-teaser__list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .shop-teasers__layout--alt .shop-teaser__list .shop-teaser__list-item {
    padding: 0;
    width: 100%;
  }
  .shop-teasers__layout--alt .shop-teaser__list .shop-teaser__list-item + .shop-teaser__list-item {
    margin-top: 2.4rem;
  }
  .shop-teasers__layout--alt .shop-teaser__inner {
    display: flex;
  }
  .shop-teasers__layout--alt .shop-teaser__visual {
    flex: 1 1 38%;
  }
  .shop-teasers__layout--alt .shop-teaser__visual + .shop-teaser__info {
    margin-top: 0;
  }
  .shop-teasers__layout--alt .shop-teaser__info {
    flex: 1 1 62%;
    padding-left: 2.4rem;
    padding-top: 0.4rem;
  }
  .product-teaser__wrapper .product-teaser__details {
    padding-top: 1.6rem;
  }
  .product-teaser__wrapper .product-teaser__details ~ .product-teaser__tags {
    margin-top: 1.6rem;
  }
  .product-teaser__wrapper .product-teaser__title {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.075rem;
    line-height: 1;
  }
  .product-teaser__wrapper .product-item-bottom {
    padding-top: 2.4rem;
  }
  .user-nav__wrapper > .header.links {
    border-color: #FFFFFF;
  }
  .content-type__header--has-perso {
    padding-bottom: 4.8rem;
  }
  .content-type__header--has-perso .content-type__header__layout {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .content-type__header--has-perso .content-type__header__layout > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .content-type__header--has-perso .content-type__header__intro {
    width: 50%;
  }
  .content-type__header--has-perso .content-type__header__perso {
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
  .content-type__header ~ .content-type__paragraphs,
  .content-type__header ~ .block__not-found {
    margin-top: 11.2rem;
  }
  .content-type__header + .content-type__overview,
  .content-type__header + .content-type__paragraphs,
  .content-type__header + .block__not-found {
    margin-top: 5.6rem;
  }
  .content-type__header + .content-type__overview + .content-type__paragraphs {
    margin-top: 5.6rem;
  }
  .content-type__paragraphs + .block__not-found {
    margin-top: 5.6rem;
  }
  .content-list__block-title + .content-list__block-list {
    margin-top: 3.2rem;
  }
  .content-list__block {
    padding-top: 4.8rem;
  }
  .content-list__block + .content-list__block {
    margin-top: 4.8rem;
  }
  .cl-block-brands .content-list__block-list {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .cl-block-brands .content-list__list-item {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    flex: 0 0 23.5%;
  }
  .cl-block-brands--indices .content-list__block-title + .content-list__brands-nav,
  .cl-block-brands--indices .content-list__block-title + .content-list__block-grid,
  .cl-block-brands--indices .content-list__brands-nav + .content-list__block-grid {
    margin-top: 3.2rem;
  }
  .cl-block-brands--indices.cl-block-brands .content-list__list-item {
    flex-basis: 25%;
    min-height: 8.8rem;
  }
  .brands-nav__index-action {
    width: 2.4rem;
    height: 2.4rem;
  }
  .category-view__header-bg {
    top: 0;
    bottom: 0;
  }
  .category-view__header-bg::before {
    background-image: linear-gradient(to right, hsl(229.09, 39.29%, 10.98%) 0%, hsla(229.09, 39.29%, 10.98%, 0.987) 8.1%, hsla(229.09, 39.29%, 10.98%, 0.951) 15.5%, hsla(229.09, 39.29%, 10.98%, 0.896) 22.5%, hsla(229.09, 39.29%, 10.98%, 0.825) 29%, hsla(229.09, 39.29%, 10.98%, 0.741) 35.3%, hsla(229.09, 39.29%, 10.98%, 0.648) 41.2%, hsla(229.09, 39.29%, 10.98%, 0.55) 47.1%, hsla(229.09, 39.29%, 10.98%, 0.45) 52.9%, hsla(229.09, 39.29%, 10.98%, 0.352) 58.8%, hsla(229.09, 39.29%, 10.98%, 0.259) 64.7%, hsla(229.09, 39.29%, 10.98%, 0.175) 71%, hsla(229.09, 39.29%, 10.98%, 0.104) 77.5%, hsla(229.09, 39.29%, 10.98%, 0.049) 84.5%, hsla(229.09, 39.29%, 10.98%, 0.013) 91.9%, hsla(229.09, 39.29%, 10.98%, 0) 100%);
    content: '';
    position: absolute;
    display: block;
    width: 84%;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .has-category-image .category-view {
    margin-bottom: 8rem;
  }
  .has-category-image .category-view .perso-advice-block {
    transform: translateY(calc(40% + 4rem));
  }
  .has-category-image.page-products .columns {
    padding-top: 4rem;
  }
  .category-view {
    margin-top: -2vw;
    padding-top: 2vw;
    padding-bottom: 4.8rem;
  }
  .category-view__layout {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .category-view__layout > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .category-view__intro {
    width: 50%;
  }
  .category-view__perso {
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
  .page__title + .main-category__choices {
    margin-top: 1.6rem;
  }
  .page__intro + .main-category__choices {
    margin-top: 2.4rem;
  }
  .contact-view {
    margin-top: -2vw;
    padding-top: 2vw;
    padding-bottom: 4.8rem;
  }
  .contact-view__layout {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .contact-view__layout > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .contact-view__intro {
    width: 50%;
  }
  .contact-view__perso {
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
  .contact-content__layout {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .contact-content__layout > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .contact-content__layout .form.contact {
    width: 50%;
  }
  .contact-content__layout .ct-shops-teasers__wrapper {
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
  .contact-content__layout + .content-type__paragraphs {
    margin-top: 11.2rem;
  }
  .ct-homepage-intro {
    margin-top: 4.8rem;
  }
  .ct-homepage-search + .ct-homepage-usps {
    margin-top: 3.6rem;
  }
  .ct-homepage-intro + .ct-homepage-usps {
    margin-top: 3.6rem;
  }
  .ct-homepage-search + .ct-homepage-banner,
  .ct-homepage-intro + .ct-homepage-banner,
  .ct-homepage-usps + .ct-homepage-banner {
    margin-top: 4.8rem;
  }
  .ct-homepage-banner__inner {
    padding-top: 4.8rem;
  }
  .homepage-banner__title + .ct-field {
    margin-top: 6rem;
  }
  .ct-homepage-folders {
    flex-direction: row;
    justify-content: center;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .ct-homepage-banner + .ct-homepage-folders {
    margin-top: 6rem;
  }
  .recently-viewed-products + .ct-homepage-folders {
    margin-top: 7.2rem;
  }
  .folder-teaser {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: 50%;
  }
  .ct-homepage-search {
    position: relative;
    background-image: url('../images/design/home-search-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 20%;
  }
  .ct-homepage-search::before {
    background-image: linear-gradient(to right, hsl(229.09, 39.29%, 10.98%) 0%, hsla(229.09, 39.29%, 10.98%, 0.987) 8.1%, hsla(229.09, 39.29%, 10.98%, 0.951) 15.5%, hsla(229.09, 39.29%, 10.98%, 0.896) 22.5%, hsla(229.09, 39.29%, 10.98%, 0.825) 29%, hsla(229.09, 39.29%, 10.98%, 0.741) 35.3%, hsla(229.09, 39.29%, 10.98%, 0.648) 41.2%, hsla(229.09, 39.29%, 10.98%, 0.55) 47.1%, hsla(229.09, 39.29%, 10.98%, 0.45) 52.9%, hsla(229.09, 39.29%, 10.98%, 0.352) 58.8%, hsla(229.09, 39.29%, 10.98%, 0.259) 64.7%, hsla(229.09, 39.29%, 10.98%, 0.175) 71%, hsla(229.09, 39.29%, 10.98%, 0.104) 77.5%, hsla(229.09, 39.29%, 10.98%, 0.049) 84.5%, hsla(229.09, 39.29%, 10.98%, 0.013) 91.9%, hsla(229.09, 39.29%, 10.98%, 0) 100%);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 64%;
  }
  .search__header {
    margin-top: -2vw;
    margin-bottom: 0.8rem;
  }
  .ct-homepage-search__container {
    max-width: 65%;
  }
  .ct-homepage-search__categories {
    max-width: 50%;
  }
  .ct-homepage-search__container {
    color: #FFFFFF;
  }
  .ct-homepage-search__container h2 + .ct-homepage-search__box {
    margin-top: 1.6rem;
  }
  .ct-homepage-search__container + .ct-homepage-search__categories {
    margin-top: 3.2rem;
  }
  .ct-homepage-search__inner {
    position: relative;
    padding: 9% 1.6rem 7.5% 5.4rem;
  }
  .ct-homepage-banner + .block__paw-register,
  .ct-homepage-folders + .block__paw-register {
    margin-top: 7.2rem;
  }
  .ct-homepage-intro + .recently-viewed-products,
  .ct-homepage-usps + .recently-viewed-products {
    margin-top: 4.8rem;
  }
  .ct-homepage-banner + .recently-viewed-products {
    margin-top: 7.2rem;
  }
  .ct-shop-header__layout {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .ct-shop-header__layout > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .ct-shop__intro {
    width: 50%;
  }
  .ct-shop__intro .page__intro + .ct-shop__usps {
    margin-top: 4rem;
  }
  .ct-shop__aside {
    width: 41.66666667%;
    margin-left: 8.33333333%;
    display: block;
  }
  .paragraph + .paragraph,
  .content-type__header + .content-type__paragraphs {
    margin-top: 5.6rem;
  }
  .paragraph__title + .paragraph__body {
    margin-top: 1.6rem;
  }
  .paragraph__title + .paragraph__actions {
    margin-top: 1.6rem;
  }
  .paragraph__body + .paragraph__actions {
    margin-top: 2.4rem;
  }
  .paragraph__actions-wrapper {
    margin: -0.8rem;
  }
  .paragraph__actions-wrapper .paragraph__links {
    padding: 0.8rem;
  }
  .paragraph--two-column-text .paragraph__layout-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .paragraph--two-column-text .paragraph__layout-container > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .paragraph--two-column-text .paragraph__column {
    width: 50%;
  }
  .paragraph--two-column-text-image .paragraph__layout-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .paragraph--two-column-text-image .paragraph__layout-container > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .paragraph--two-column-text-image .paragraph__column {
    width: 50%;
  }
  .paragraph--cta {
    min-height: 48rem;
    background-size: cover;
  }
  @supports (aspect-ratio: 16/9) {
    .paragraph--cta {
      aspect-ratio: 2.66666667;
      min-height: auto;
    }
  }
  .paragraph--cta::before {
    background-image: linear-gradient(to right, hsl(229.09, 39.29%, 10.98%) 0%, hsla(229.09, 39.29%, 10.98%, 0.987) 8.1%, hsla(229.09, 39.29%, 10.98%, 0.951) 15.5%, hsla(229.09, 39.29%, 10.98%, 0.896) 22.5%, hsla(229.09, 39.29%, 10.98%, 0.825) 29%, hsla(229.09, 39.29%, 10.98%, 0.741) 35.3%, hsla(229.09, 39.29%, 10.98%, 0.648) 41.2%, hsla(229.09, 39.29%, 10.98%, 0.55) 47.1%, hsla(229.09, 39.29%, 10.98%, 0.45) 52.9%, hsla(229.09, 39.29%, 10.98%, 0.352) 58.8%, hsla(229.09, 39.29%, 10.98%, 0.259) 64.7%, hsla(229.09, 39.29%, 10.98%, 0.175) 71%, hsla(229.09, 39.29%, 10.98%, 0.104) 77.5%, hsla(229.09, 39.29%, 10.98%, 0.049) 84.5%, hsla(229.09, 39.29%, 10.98%, 0.013) 91.9%, hsla(229.09, 39.29%, 10.98%, 0) 100%);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 84%;
  }
  .paragraph__cta-container {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100%;
    padding: 3.2rem 4.8rem;
  }
  /* mobile crop */
  .p-cta-visual {
    display: none;
  }
  .p-cta-body {
    max-width: 50%;
  }
  .p-cta-title + .paragraph__actions,
  .p-cta-text + .paragraph__actions {
    margin-top: 4rem;
  }
  .p-cta-title + .p-cta-usps {
    margin-top: 3.2rem;
  }
  .p-download__list-item {
    flex-basis: calc(100% / 3);
  }
  .paragraph--image-text .paragraph__layout-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .paragraph--image-text .paragraph__layout-container > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  /* start out making the most out of the available space */
  .p-image-text__visual,
  .p-image-text__text {
    width: 50%;
  }
  .paragraph--image-text--right .p-image-text__visual {
    order: 2;
  }
  .amcompany-tree-block .jstree-checkbox:hover {
    border-color: #E1221B;
    background: #E1221B;
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-tabs-block.-block .amwishlist-list.-active {
    justify-content: flex-start;
  }
  .amwishlist-product-grid .amwishlist-inner {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    padding: 0 15px 15px;
    background: #f4f5fa;
    opacity: 0;
  }
  .amwishlist-product-grid > .amwishlist-items {
    justify-content: flex-start;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item.-active {
    background: #fff;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(25% - 20px);
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover {
    position: relative;
    z-index: 3;
    background: #f4f5fa;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover .amwishlist-inner {
    z-index: 4;
    visibility: visible;
    opacity: 1;
  }
  .amwishlist-list-grid .amwishlist-list {
    justify-content: flex-start;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item {
    flex-basis: 228px;
    margin: 0 8px 32px;
    padding: 15px 17px;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item:hover {
    background: #f4f5fa;
  }
  .amwishlist-list-grid .amwishlist-select-block {
    top: 0;
    bottom: auto;
  }
  .amwishlist-list-grid .amwishlist-button.-add {
    width: 100px;
  }
  .amwishlist-list-grid .amwishlist-name {
    font-size: 14px;
  }
  .amwishlist-list-grid .amwishlist-preview-block {
    min-height: 200px;
  }
  .amwishlist-list-grid .amwishlist-preview-block .amwishlist-image {
    margin: 4px;
    width: calc(50% - 4px * 2);
    height: 84px;
  }
  .amwishlist-field-block.-editable:hover:not(.-active) {
    background: #f4f5f7;
  }
  .amwishlist-field-block.-editable:hover .amwishlist-button.-edit {
    display: flex;
    margin: 0 5px 0 0;
    height: 34px;
  }
  .amwishlist-field-block.-editable .amwishlist-button.-edit {
    position: absolute;
    display: none;
    justify-content: flex-end;
    width: 100%;
    padding: 0 10px;
  }
  .amwishlist-checkbox-block .amwishlist-input:hover + .amwishlist-checker {
    border-color: #E1221B;
    background: #E1221B;
  }
  .amwishlist-search-block {
    margin: 0 0 40px;
  }
  .amwishlist-search-block .amwishlist-qty-block {
    display: flex;
  }
  .amwishlist-search-block .amwishlist-field {
    margin: 20px 0 0 0;
    max-width: 270px;
  }
  .amwishlist-list-block.-recently-viewed {
    margin: 0;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item {
    padding: 15px;
    max-width: 175px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item:before {
    width: 150px;
    height: 150px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-list {
    flex-wrap: wrap;
  }
  .amwishlist-page-title {
    order: 1;
  }
  .amwishlist-page-title .amwishlist-field-block.-title {
    flex-basis: 55%;
  }
  .amwishlist-page-title .amwishlist-toolbar {
    flex-basis: 40%;
    order: 1;
  }
  .amwishlist-page-title .amwishlist-counter {
    order: 3;
    padding: 0;
  }
  .ws_embed_sms_notification {
    max-width: 1015px;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 9%;
    font-size: 14px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 1.6rem;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .algolia-search-block {
    margin-left: 2.4rem;
  }
  .algolia-search-block input[type="text"],
  .algolia-search-block input[type="search"] {
    height: 4.8rem;
    border-radius: 0;
  }
  .algolia-search-block .block-toggle ~ .block-content #algolia-searchbox,
  .algolia-search-block .block-toggle ~ .block-content #custom-searchbox {
    width: 20rem;
  }
  #algolia-searchbox,
  #custom-searchbox {
    width: 34rem;
  }
  #algolia-searchbox .aa-Autocomplete,
  #custom-searchbox .aa-Autocomplete {
    flex-grow: 1;
  }
  .search-switcher {
    height: 4.8rem;
    width: 18rem;
    border-radius: 0;
  }
  .ct-homepage-search__box .algolia-search-block {
    margin-left: 0;
  }
  .ct-homepage-search__box #algolia-searchbox,
  .ct-homepage-search__box #custom-searchbox {
    width: 100%;
  }
  .ct-homepage-search__box #algolia-searchbox .aa-Form,
  .ct-homepage-search__box #custom-searchbox .aa-Form {
    display: flex;
    width: 100%;
    max-width: 50rem;
  }
  .ct-homepage-search__box #algolia-searchbox input[type="text"],
  .ct-homepage-search__box #custom-searchbox input[type="text"],
  .ct-homepage-search__box #algolia-searchbox input[type="search"],
  .ct-homepage-search__box #custom-searchbox input[type="search"] {
    height: 6.4rem;
    border: 0.1rem solid #DBDEE7;
  }
  .ct-homepage-search__box #algolia-searchbox .aa-InputWrapper,
  .ct-homepage-search__box #custom-searchbox .aa-InputWrapper {
    flex-grow: 1;
  }
  .ct-homepage-search__box #algolia-searchbox .aa-InputWrapperPrefix,
  .ct-homepage-search__box #custom-searchbox .aa-InputWrapperPrefix {
    /* contains label, which in turn only contains the submit button (see below) */
    order: 2;
    display: flex;
  }
  .ct-homepage-search__box #algolia-searchbox .aa-InputWrapperPrefix > label,
  .ct-homepage-search__box #custom-searchbox .aa-InputWrapperPrefix > label {
    display: flex;
  }
  .ct-homepage-search__box #algolia-searchbox .aa-SubmitButton,
  .ct-homepage-search__box #custom-searchbox .aa-SubmitButton,
  .ct-homepage-search__box #algolia-searchbox .magnifying-glass,
  .ct-homepage-search__box #custom-searchbox .magnifying-glass {
    position: static;
    padding: 0.8rem 4rem;
    width: auto;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    background: #E1221B;
  }
  .ct-homepage-search__box #algolia-searchbox .aa-SubmitButton::before,
  .ct-homepage-search__box #custom-searchbox .aa-SubmitButton::before,
  .ct-homepage-search__box #algolia-searchbox .magnifying-glass::before,
  .ct-homepage-search__box #custom-searchbox .magnifying-glass::before {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    content: attr(title);
    display: block;
    color: #FFFFFF;
  }
  .ct-homepage-search__box #algolia-searchbox .aa-SubmitButton svg,
  .ct-homepage-search__box #custom-searchbox .aa-SubmitButton svg,
  .ct-homepage-search__box #algolia-searchbox .magnifying-glass svg,
  .ct-homepage-search__box #custom-searchbox .magnifying-glass svg {
    display: none;
  }
  .ct-homepage-search__box #algolia-searchbox .aa-SubmitButton:focus,
  .ct-homepage-search__box #custom-searchbox .aa-SubmitButton:focus,
  .ct-homepage-search__box #algolia-searchbox .magnifying-glass:focus,
  .ct-homepage-search__box #custom-searchbox .magnifying-glass:focus,
  .ct-homepage-search__box #algolia-searchbox .aa-SubmitButton:hover,
  .ct-homepage-search__box #custom-searchbox .aa-SubmitButton:hover,
  .ct-homepage-search__box #algolia-searchbox .magnifying-glass:hover,
  .ct-homepage-search__box #custom-searchbox .magnifying-glass:hover {
    background: #fc0900;
  }
  .ct-homepage-search__box .search-switcher {
    height: 6.4rem;
    border: 0.1rem solid #DBDEE7;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  #algolia-autocomplete-container-DISABLEDDEV .autocomplete__secondary .other-sections {
    display: flex;
    flex-flow: row wrap;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  #algolia-autocomplete-container-DISABLEDDEV .autocomplete__secondary .aa-dataset-suggestion-type:not(:empty) {
    flex: 0 1 calc(100%/3);
    padding: 0 0.8rem;
  }
  .ais-Hits-item {
    width: 33.33333333%;
    padding-bottom: 4.8rem;
  }
  .ais-Hits-item:nth-child(2n+3)::before {
    content: none;
  }
  .ais-Hits-item:nth-child(3n+4)::before {
    content: '';
    position: absolute;
    top: -0.1rem;
    left: 0;
    right: -200%;
    border-top: 0.1rem solid #EBF0F4;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .amwishlist-list-grid .amwishlist-list {
    margin: -1.2rem;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item {
    flex-basis: calc(100% / 3);
    margin: 0;
    padding: 1.2rem;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item:hover {
    background: inherit;
  }
  .amwishlist-list-grid .amwishlist-preview-block .amwishlist-image {
    margin: 0;
    width: auto;
    height: auto;
    max-height: 100%;
  }
  .amwishlist-list .amwishlist-desc {
    margin-top: 0.8rem;
  }
  .amwishlist-field-block.-editable:hover:not(.-active) {
    background: transparent;
  }
  .amwishlist-field-block.-editable:hover:not(.-active) .amwishlist-field {
    background-color: #F2F6FA;
  }
  .amwishlist-field-block.-editable .amwishlist-button.-edit {
    padding: 0 1.2rem 0 0;
    margin-left: -1.2rem;
    inset: 0 ;
  }
  .amwishlist-field-block.-editable:hover .amwishlist-button.-edit {
    margin: 0 0 0 -1.2rem;
    height: auto;
    color: #273137;
  }
  .amwishlist-title-block {
    gap: 0.8rem 2rem;
  }
  .amwishlist-title-block .amwishlist-field-block.-title {
    flex-basis: 100%;
  }
  .amwishlist-title-block .amwishlist-counter {
    flex-basis: auto;
  }
  .amwishlist-title-block .amwishlist-toolbar {
    order: 4;
    flex-basis: auto;
  }
  .amwishlist-item .amwishlist-toolbar-block {
    top: 0.8rem;
  }
  .amwishlist-item.product-teasers__list-item {
    padding-bottom: 3.2rem;
  }
  .amwishlist-item.product-teasers__list-item .product__user-actions-wrapper .actions {
    gap: 2rem;
  }
  .amwishlist-item.product-teasers__list-item .product__user-actions-wrapper .actions .field.qty {
    flex-grow: 1;
  }
  .amquote-cart-wrapper.minicart-wrapper > .show-cart .counter {
    right: 1.2rem;
    top: 0;
  }
  /* Non-invasive animation on add to quote update */
  .quote-item-added .amquote-cart-wrapper.minicart-wrapper .counter {
    -webkit-animation: pulse-secondary-to-primary 2s 2;
    animation: pulse-secondary-to-primary 2s 2;
  }
  .product.header {
    display: block;
    overflow: hidden;
  }
  .product.header .page-title-wrapper {
    max-width: 75%;
    margin-bottom: 2.4rem;
  }
  .product.header .pdp__brand-wrapper {
    float: right;
    padding-left: 0;
    width: 16%;
    max-width: 20rem;
    text-align: right;
  }
  .product.header .pdp__brand-wrapper img {
    max-height: 12rem;
  }
  .product.header .product-info-stock-sku {
    max-width: 75%;
    flex-direction: row;
    justify-content: flex-start;
  }
  .product.header .product-info-stock-sku .sku + .reference {
    margin-left: 3.2rem;
  }
  .page-layout-1column .product-info-main,
  .page-layout-1column .product.advice,
  .page-layout-1column .product.downloads,
  .page-layout-1column .product.links {
    width: 41.66666667%;
    float: right;
    clear: right;
  }
  .page-layout-1column .product.media {
    width: 41.66666667%;
    float: left;
  }
  .page-layout-1column .product.info.detailed {
    width: 50%;
    float: left;
    clear: left;
  }
  .page-layout-1column .product.advice {
    margin-top: 2.4rem;
  }
  .pdp__content-bottom {
    margin-top: 7.2rem;
  }
  .pdp__usps .usp__list-item + .usp__list-item {
    margin-top: 1.6rem;
  }
  .product-addto-links .towishlist .icon svg {
    height: 2rem;
    width: auto;
  }
  .product.media + .product.specs,
  .product.media + .product.detailed {
    margin-top: 4rem;
  }
  .product.detailed.info .description + .specs {
    margin-top: 6rem;
  }
  .product.downloads {
    margin-top: 3.6rem;
  }
  .product.downloads + .product.links {
    margin-top: 4rem;
  }
  .pdp__extras-aside .product-teasers__list--filtered .product-teasers__list-item,
  .recently-viewed-products .block-viewed-products-grid .product-teasers__list--filtered .product-teasers__list-item {
    width: 25%;
    /* remove visual row dividers from regular overview lists */
  }
  .pdp__extras-aside .product-teasers__list--filtered .product-teasers__list-item:nth-child(n)::before,
  .recently-viewed-products .block-viewed-products-grid .product-teasers__list--filtered .product-teasers__list-item:nth-child(n)::before {
    content: none;
  }
  .product-teasers__list--filtered .product-teasers__list-item {
    width: 33.33333333%;
    padding-bottom: 4.8rem;
  }
  .product-teasers__list--filtered .product-teasers__list-item:nth-child(2n+3)::before {
    content: none;
  }
  .product-teasers__list--filtered .product-teasers__list-item:nth-child(3n+4)::before {
    content: '';
    position: absolute;
    top: -0.1rem;
    left: 0;
    right: -200%;
    border-top: 0.1rem solid #EBF0F4;
  }
  .toolbar--bottom {
    margin-bottom: 3.2rem;
    justify-content: flex-end;
  }
  .mobile-filter__open,
  .mobile-filter__close {
    display: none;
  }
  .minicart-wrapper .counter.qty {
    transform: translateX(60%) translateY(-50%);
    background-color: #314094;
  }
  .shopping-cart {
    margin-top: 3.2rem;
  }
  .shopping-cart-header > :not(:first-child),
  .shopping-cart__row .product > :not(:first-child) {
    padding-left: 1.2rem;
  }
  .shopping-cart-header > :not(:last-child),
  .shopping-cart__row .product > :not(:last-child) {
    padding-right: 1.2rem;
  }
  .shopping-cart-header > .product-details__col-wrapper,
  .shopping-cart__row .product > .product-details__col-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .shopping-cart__row .product {
    align-items: center;
  }
  .shopping-cart__row .product__quantity input {
    height: 4rem;
    width: 6rem;
  }
  .shopping-cart__row .product__toolbar {
    margin-left: auto;
  }
  /* spread out the SKU and fave actions */
  .cart__custom-actions-wrapper {
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .sku-finder-form__layout-wrapper {
    align-items: center;
  }
  .sku-finder-form__layout-wrapper .sku-finder-field__wrapper {
    display: flex;
    align-items: center;
  }
  .sku-finder-form__layout-wrapper .sku-finder-field__wrapper .label {
    margin-right: 1.6rem;
    white-space: nowrap;
  }
  .opc-block-summary .minicart-items .product-item-inner {
    flex-wrap: nowrap;
  }
  .opc-block-summary .minicart-items .product-item-inner .product-item-name-block {
    flex: 1 1 48%;
    padding-right: 1.6rem;
    margin-bottom: 0;
  }
  .opc-block-summary .minicart-items .product-item-inner .product-item-price-block {
    flex: 1 1 21%;
    padding-right: 0.8rem;
    margin-top: 0;
  }
  .opc-block-summary .minicart-items .product-item-inner .product-item-qty-block {
    flex: 1 1 21%;
    padding-right: 0;
    margin-top: 0;
  }
  .table-checkout-shipping-method {
    min-width: initial;
  }
  .checkout-success-header__body {
    width: 50%;
  }
  .checkout-success-header__visual {
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
  .checkout-success-details__order-summary-wrapper {
    width: 50%;
  }
  .checkout-success-details__order-delivery-pickup-wrapper {
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
  .field-tooltip .field-tooltip-content::before {
    left: -2.1rem;
  }
  .account.page-layout-2columns-left .page-main .columns {
    margin-top: 6rem;
  }
  .account.page-layout-2columns-left .column.main {
    width: 75%;
  }
  .account.page-layout-2columns-left .mobile-ui__container {
    display: none;
  }
  .account .toolbar .pager .pages {
    margin-top: 0;
    flex-grow: 1;
    flex-basis: auto;
    order: unset;
    display: flex;
    justify-content: center;
  }
  .customer-account-login .page-title {
    margin-bottom: 4rem;
  }
  .customer-account-login .login-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    position: relative;
  }
  .customer-account-login .login-container > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .customer-account-login .login-container::before {
    margin-left: 41.66666667%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.1rem;
    background-color: #EBF0F4;
  }
  .customer-account-login .block-customer-login {
    width: 33.33333333%;
  }
  .customer-account-login .block-new-customer {
    width: 41.66666667%;
    margin-left: 16.66666667%;
  }
  .registration-layout__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .registration-layout__wrapper > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .registration-layout__wrapper .registration-form__wrapper {
    width: 50%;
  }
  .registration-layout__wrapper .registration-info__wrapper {
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
  .mobile-account-menu__toggle {
    display: none;
  }
  .mobile-order-filters__close {
    display: none;
  }
  .account .filter-form {
    display: flex;
    align-items: flex-end;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .account .filter-form input[type="submit"] {
    flex-grow: 1;
  }
  .account .filter-form__input-wrapper {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    flex: 1 1 auto;
  }
  .account .filter-form__input-wrapper.has-layout {
    display: flex;
    align-items: flex-end;
    flex-grow: 0;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .account .filter-form__input-wrapper.has-actions {
    display: flex;
  }
  .account .filter-form__inner-wrapper {
    flex: 1 1 50%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .amcompany-tree-block .jstree-checkbox:hover {
    filter: drop-shadow(0.1rem 0.1rem 0 #868686);
    border-color: #DBDEE7;
    background: #FFFFFF;
  }
  .page-title-wrapper + .refund-form__wrapper {
    margin-top: 4.8rem;
  }
  .form.password.forget,
  .form.password.reset {
    width: calc(100% / 3);
    max-width: none;
  }
  .page-header {
    position: relative;
    margin-bottom: 2vw;
  }
  .page-header::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2vw), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2vw), 0 100%);
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2vw;
    background-color: #E1221B;
  }
  .page-header .panel.wrapper {
    position: relative;
    z-index: 43;
    background-color: transparent;
  }
  .page-header .panel.wrapper a {
    color: inherit;
  }
  .page-header .header.content {
    position: relative;
    z-index: 42;
  }
  .page-header .panel.header {
    flex-wrap: nowrap;
    height: 8rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header.content {
    padding-top: 2rem;
  }
  .logo {
    align-self: stretch;
    position: relative;
    padding: 0.8rem 3rem;
  }
  .logo img {
    width: 14rem;
  }
  .logo::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform-origin: 100%;
    transform: skewY(-1.2deg);
    background-color: #FFFFFF;
  }
}
@media all and (min-width: 64em), print {
  .contentmanager-contenttype-homepage .columns {
    padding-bottom: 7.2rem;
  }
  .perso-advice-block__inner {
    width: 66%;
    padding: 0.8rem 4rem 3.6rem 2.4rem;
  }
  .perso-advice-block__visual {
    width: 40%;
    top: -4rem;
  }
  .ct-shops-teasers__wrapper:not(.shop-teasers__layout--alt) .shop-teaser__list-item {
    width: calc(100% / 3);
  }
  .product-teasers__list.product-teasers__list--can-slide {
    overflow: hidden;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
    padding-bottom: 0;
  }
  .product-teasers__list.product-teasers__list--can-slide .product-teasers__list-item {
    width: auto;
  }
  .product-teasers__list.product-teasers__list--preset .product-teasers__list-item {
    width: 33.33333333%;
  }
  .product-teasers__list.product-teasers__list--homepage .product-teasers__list-item {
    width: 25%;
  }
  .subcategory__teasers {
    margin-left: 0;
    margin-right: 0;
  }
  .subcategory__teaser {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
  .subcategory__teaser .subcategory__teaser__info {
    width: 25%;
    padding-right: 3.2rem;
    border-right: none;
  }
  .subcategory__teaser .subcategory__teaser__top-products {
    width: 75%;
  }
  .ct-homepage-search + .ct-homepage-usps {
    margin-top: 4.8rem;
  }
  .ct-homepage-intro + .ct-homepage-usps {
    margin-top: 4rem;
  }
  .ct-homepage-usps .usp__list-item {
    flex-direction: row;
    align-items: baseline;
  }
  .ct-homepage-usps .usp__list-item .icon {
    transform: translateY(0.4rem);
    margin: 0 0.8rem 0 0;
  }
  .ct-homepage-usps .usp__list-item .label {
    text-align: left;
  }
  /* go to full layout, more whitespace */
  .p-image-text__text {
    width: 41.66666667%;
  }
  .paragraph--image-text--left .p-image-text__text {
    margin-left: 8.33333333%;
  }
  .paragraph--image-text--right .p-image-text__visual {
    margin-left: 8.33333333%;
  }
  .paragraph--products .product-teasers__list.product-teasers__list--preset .product-teasers__list-item {
    width: 25%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .aa-Panel[style] {
    right: 5% !important;
    max-width: 98rem !important;
  }
  .aa-Panel .aa-PanelLayout {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, -webkit-min-content) 1fr;
    grid-template-rows: repeat(3, min-content) 1fr;
  }
  .aa-Panel .aa-PanelLayout .algoliaACGeneralHeading {
    grid-column: 1 / span 3;
    grid-row: 1;
    border-right: 0.1rem solid #EBF0F4;
  }
  .aa-Panel .aa-PanelLayout .algoliaACGeneralHeading ~ .aa-Source:not([data-autocomplete-source-id="products"]) {
    margin-top: 0;
  }
  .aa-Panel .aa-PanelLayout .aa-Source {
    grid-column: 1 / span 3;
    padding: 0 2.4rem 0.8rem;
    border-right: 0.1rem solid #EBF0F4;
  }
  .aa-Panel .aa-PanelLayout .aa-Source:last-child {
    padding-bottom: 0;
  }
  .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] {
    grid-column: 4 / -1;
    grid-row: 1 / -1;
    padding: 0 1.2rem;
    margin-bottom: 0;
    border-bottom: none;
    border-right: none;
  }
  .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] .aa-List {
    display: flex;
    flex-flow: row wrap;
  }
  .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] .aa-Item {
    flex: 0 0 50%;
  }
  .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] .aa-Item + .aa-Item {
    margin-top: 0;
  }
  .shopping-cart__row .product__price--unit .product__price-unit__wrapper {
    position: relative;
  }
  .shopping-cart__row .product__price--unit .product__price-unit__wrapper .product__unit {
    padding-left: 2.4rem;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 1.4rem;
  }
  .shopping-cart-header {
    font-family: 'Barlow Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.005rem;
    line-height: 1.33333333;
    display: flex;
    padding-bottom: 0.8rem;
    border-bottom: 0.1rem solid #DBDEE7;
  }
  .shopping-cart-header .shopping-cart-header__product {
    width: 45%;
  }
  .shopping-cart-header .shopping-cart-header__unit-price {
    width: 15%;
  }
  .shopping-cart-header .shopping-cart-header__qty {
    width: 20%;
  }
  .shopping-cart-header .shopping-cart-header__row-totals-actions {
    width: 20%;
  }
  .shopping-cart__row {
    padding: 1.6rem 0;
  }
  .shopping-cart__row .product__image {
    width: 15%;
    justify-content: center;
    align-items: center;
  }
  .shopping-cart__row .product-details__col-wrapper {
    width: 65%;
    flex-direction: row;
  }
  .shopping-cart__row .product__details {
    width: calc(100 / 65 * 30%);
    padding: 0 1.2rem;
  }
  .shopping-cart__row .product__price--unit {
    width: calc(100 / 65 * 15%);
    margin: 0;
    padding: 0 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .shopping-cart__row .product__quantity {
    width: calc(100 / 65 * 20%);
    padding: 0 1.2rem;
  }
  .shopping-cart__row .product__row-totals-actions {
    width: 20%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .shopping-cart__row .product__toolbar {
    flex-direction: row;
    order: initial;
  }
  .shopping-cart__row .product__toolbar .action {
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    border: 0.1rem solid #DBDEE7;
    border-radius: 0.3rem;
  }
  .shopping-cart__row .product__toolbar .action:focus,
  .shopping-cart__row .product__toolbar .action:hover {
    border-color: #314094;
  }
  .shopping-cart__row .product__toolbar .action + .action {
    margin-left: 0.4rem;
  }
  .shopping-cart__row .product__toolbar .action-delete {
    order: initial;
  }
  .shopping-cart-summary {
    padding-left: 1.2rem;
    width: 40%;
  }
  .cart__custom-action-sku-finder {
    flex-grow: 1;
  }
  .cart__custom-action-sku-finder .sku-finder-field__wrapper {
    flex-grow: 1;
    max-width: 48rem;
  }
}
@media all and (min-width: 77.5em), print {
  .store-categories-flyout__sub-category {
    width: 25%;
  }
  .user-nav__wrapper .customer__shortcuts {
    display: flex;
  }
  .ct-homepage-search__container {
    max-width: 50%;
  }
  .ct-shop__intro {
    width: 66.66666667%;
  }
  .ct-shop__aside {
    width: 25%;
  }
  .aa-Panel[style] {
    right: calc(6.25% + 1.6rem) !important;
  }
  #algolia-autocomplete-container-DISABLEDDEV .autocomplete-wrapper {
    display: flex;
  }
  #algolia-autocomplete-container-DISABLEDDEV .autocomplete__primary {
    padding-bottom: 0;
    flex: 1 0 calc(9/12*100%);
    order: 2;
  }
  #algolia-autocomplete-container-DISABLEDDEV .autocomplete__secondary {
    padding-top: 0;
    flex: 1 0 calc(3/12*100%);
    border-right: 0.1rem solid #EBF0F4;
    border-top: 0;
  }
  #algolia-autocomplete-container-DISABLEDDEV .autocomplete__secondary .other-sections {
    display: block;
    margin: 0;
  }
  #algolia-autocomplete-container-DISABLEDDEV .autocomplete__secondary .aa-dataset-suggestion-type:not(:empty) {
    flex: 1 1 auto;
    padding: 0;
  }
  .cart__custom-action-sku-finder .sku-finder-field__wrapper {
    max-width: 58rem;
  }
  .section-dashboard-addresses .section__content .section__box {
    max-width: 44%;
  }
  .section-dashboard-addresses .section__content .section__box + .section__box {
    margin-top: 0;
  }
  .section-dashboard-addresses .section__content .section__box.additional-address {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section-dashboard-addresses .section__content.additional-addresses__wrapper {
    justify-content: flex-start;
  }
  .section-dashboard-addresses .section__content.additional-addresses__wrapper .section__box {
    flex: 0 0 calc((100% - 4.800000000000001rem) / 3);
    margin-bottom: 2.4rem;
    margin-right: 2.4rem;
  }
  .section-dashboard-addresses .section__content.additional-addresses__wrapper .section__box:nth-child(3n) {
    margin-right: 0;
  }
  .section-dashboard-addresses .section__content.additional-addresses__wrapper .section__box + .section__box {
    margin-top: 0;
  }
}
@media all and (min-width: 85.5em), print {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5%;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .perso-advice-block__inner {
    padding: 1.6rem 4rem 3.6rem;
  }
  .cl-block-brands .content-list__block-list {
    margin-left: 0;
    margin-right: calc(50% - 50vw + 0.75rem);
    padding-right: calc(50vw - 50%);
  }
  .cl-block-brands .content-list__list-item {
    padding-left: 0;
    padding-right: 6.4rem;
    flex: 0 0 20%;
  }
  .cl-block-brands--indices.cl-block-brands .content-list__list-item {
    margin-bottom: 3.2rem;
    flex-basis: 20%;
  }
  .category-view .breadcrumbs {
    max-width: none;
  }
  .category-view .category-view__header-bg {
    max-width: 192rem;
    margin-left: auto;
    margin-right: auto;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background-position: center center;
  }
  .contact-view .breadcrumbs {
    max-width: none;
  }
  .ct-homepage-search__inner {
    max-width: 87.5%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
  }
  .paragraph--one-column-text .paragraph__layout-container {
    max-width: 66%;
  }
  .paragraph--cta::before {
    width: 64%;
  }
  .paragraph__cta-container {
    padding: 3.2rem 11rem;
  }
  .p-cta-body {
    max-width: 40%;
  }
  .p-image-slider__viewport {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  /* restore search input to full design width even when authenticated
     * (and a search type switcher dropdown is present before the input)
     **/
  .algolia-search-block .block-toggle ~ .block-content #algolia-searchbox,
  .algolia-search-block .block-toggle ~ .block-content #custom-searchbox {
    width: 28rem;
    /* homepage variant */
  }
  .ct-homepage-search__box .algolia-search-block .block-toggle ~ .block-content #algolia-searchbox,
  .ct-homepage-search__box .algolia-search-block .block-toggle ~ .block-content #custom-searchbox {
    width: 100%;
  }
  .minicart-wrapper .counter.qty {
    transform: translateX(75%) translateY(-50%);
  }
  .shopping-cart-summary {
    width: 40rem;
  }
  .checkout-success-header__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5%;
  }
  .checkout-success-header__body {
    padding-left: 0;
  }
  .checkout-success-header__visual {
    padding-right: 0;
  }
  .table.opc-order-success-overview tr .opc-order__product {
    width: 40%;
  }
}
@media all and (min-width: 120em), print {
  .algolia-search-block .block-toggle ~ .block-content #algolia-searchbox,
  .algolia-search-block .block-toggle ~ .block-content #custom-searchbox {
    width: 34rem;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: flex;
  }
}
@media (min-width: 48em) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 48em) {
  h1 {
    font-size: 3.8rem;
    line-height: 1.05263158;
  }
}
@media (min-width: 48em) {
  h2 {
    font-size: 3rem;
    line-height: 1.06666667;
  }
}
@media (min-width: 48em) {
  h3 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 1.2;
  }
}
@media (min-width: 48em) {
  h4 {
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media (min-width: 48em) {
}
@media (min-width: 48em) {
}
@media (min-width: 48em) {
  .contentmanager-contenttype-homepage h2 {
    font-size: 3.8rem;
    line-height: 1.05263158;
  }
}
@media (min-width: 48em) {
  .p-cta-title {
    font-size: 3.8rem;
    line-height: 1.05263158;
  }
}
@media (min-width: 48em) {
  .filter-options-content .item,
  .pages .item,
  .ais-Pagination-item,
  .amwishlist-list-block .amwishlist-list .amwishlist-desc,
  .amwishlist-list-grid .amwishlist-list .amwishlist-desc,
  .amwishlist-page-title .amwishlist-counter {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
textarea,
select {
  font-size: 1.6rem;
  line-height: 1.5;
  line-height: normal;
}
@media (min-width: 48em) {
  .page__intro,
  .cart__custom-message-zone {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (min-width: 48em) {
  .footer-menu__block .ui-menu {
    font-size: 1.4rem;
    line-height: 1.71428571;
  }
}
@media (min-width: 48em) {
  .product-teaser__wrapper .price-box .price,
  .product-teaser__wrapper .price-box .price-wrapper::after,
  .cart-totals .grand .amount,
  .opc-block-summary .table-totals .grand .amount,
  .opc-wrapper .step-title,
  .form .fieldset > .legend,
  .create-form-wrapper .form .registration-form__subsection .fieldset > .legend,
  .table.opc-order-success-overview > tfoot .opc-order__grand-total dd {
    font-size: 3rem;
    line-height: 1.06666667;
  }
}
@media (min-width: 48em) {
  .filter-options-title,
  .filter .filter-current-subtitle,
  .ais-filter-options .ais-Panel-header,
  .ais-filter-current-subtitle,
  .ct-homepage-usps .usp__list-item,
  .folder-teaser__title,
  .minicart-wrapper .block-minicart .block-title,
  .shopping-cart__row .product__price:not(.discount) .cart-price .price,
  .shopping-cart__row .promo-price,
  .table-checkout-shipping-method tbody .col-price,
  .product-info-stock-sku,
  .ct-shop__usps-heading,
  .checkout-shipping-address .select.address strong,
  .create-form-wrapper .form .fieldset > .legend {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 1.2;
  }
}
@media (min-width: 48em) {
  .shopping-cart-summary .action .label,
  .shopping-cart__row .product__price.discount .cart-price .price,
  .product-teaser__wrapper .price-box .old-price .price,
  .customer-welcome .header.links a,
  .ais-Panel-header,
  .order-details-items .table-order-items .product-item-name,
  .amwishlist-list-block .amwishlist-list .amwishlist-name,
  .amwishlist-list-grid .amwishlist-list .amwishlist-name {
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media (min-width: 48em) {
}
