@media (min-width: 768px) {
  .topIcons {
    margin-left: 1.25rem;
  }
  .topIcon:not(:last-child) {
    margin-right: 1.0625rem;
  }
  .topIcon--separator:not(:last-child) {
    margin-right: 0.9375rem;
  }
  .topIcon--separator:not(:last-child) .topIcon__content {
    position: relative;
  }
  .topIcon--separator:not(:last-child) .topIcon__content::before {
    content: "";
    width: 1px;
    height: 65%;
    background-color: var(--color-border);
    position: absolute;
    top: 50%;
    right: -0.625rem;
    transform: translateY(-50%);
  }
  .topIcon__icon {
    position: relative;
    font-size: 2.125rem;
    margin-right: 0.8125rem;
    margin-left: 0.8125rem;
  }
  .topIcon__info {
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
  }
  .topIcon__content:has(.topIcon__arrow) .topIcon__info {
    padding-right: 1.2376237624vw;
  }
  .topIcon__infoTop {
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .topIcon__infoBottom {
    margin-top: 2px;
  }
  .topIcon__infoTop,
  .topIcon__infoBottom {
    display: flex;
    align-items: center;
    min-height: 1rem;
  }
  .topIcon__content {
    display: flex;
    font-size: 0.75rem;
    height: 100%;
  }
  .topIcon__arrow {
    width: 1.7326732673vw;
    max-width: 35px;
    min-width: 15px;
    background-color: #F2F3F4;
    transition: background-color 0.15s ease-out;
  }
  .topIcon__arrowIcon {
    color: #1B1918;
    transition: transform 0.15s ease-out;
  }
  .topIcon__arrowIcon--right {
    font-family: "arrows-thin" !important;
  }
  .topIcon__arrowIcon--right::before {
    content: "\ea63";
  }
  .topIcon__arrowIcon--down {
    font-family: "arrows-thin" !important;
  }
  .topIcon__arrowIcon--down::before {
    content: "\ea61";
  }
  .topIcon__layer {
    position: absolute;
    top: calc(100% - 1.6875rem);
    left: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }
  .topIcon--login .topIcon__layer {
    left: 0;
    width: 100%;
  }
  .topIcon__layer .menuLeft {
    border: 1px solid var(--color-border);
  }
  .topIcon--my_account {
    position: relative;
  }
  .topIcon--my_account .topIcon__layer {
    left: unset;
    right: 0;
    top: calc(100% + 1.6875rem);
    width: 18.75rem;
  }
  .topIcon--basket {
    position: relative;
  }
  .topIcon--basket .topIcon__layer {
    left: auto;
    right: 0;
    top: calc(100% + 1.6875rem);
    width: 37.5rem;
  }
  .topIcon--contact .topIcon__layer {
    width: 100%;
  }
  .topIcon--layerTrigger.-hover:hover .topIcon__arrow,
  .topIcon--layerTrigger.-active .topIcon__arrow,
  .topIcon--layerTrigger.-lock .topIcon__arrow {
    background-color: rgb(230.95, 232.8, 234.65);
  }
  .topIcon--layerTrigger.-hover:hover .topIcon__arrowIcon--down,
  .topIcon--layerTrigger.-active .topIcon__arrowIcon--down,
  .topIcon--layerTrigger.-lock .topIcon__arrowIcon--down {
    transform: rotateX(180deg) rotateY(-180deg);
  }
  .topIcon--layerTrigger.-hover:hover .topIcon__arrowIcon--right,
  .topIcon--layerTrigger.-active .topIcon__arrowIcon--right,
  .topIcon--layerTrigger.-lock .topIcon__arrowIcon--right {
    transform: translateX(10%);
  }
  .topIcon--layerTrigger.-hover:hover .topIcon__layer,
  .topIcon--layerTrigger.-active .topIcon__layer,
  .topIcon--layerTrigger.-lock .topIcon__layer {
    z-index: 50;
    opacity: 1;
    pointer-events: auto;
  }
  .topIcon.topIcon--featured .topIcon__iconContainer {
    background-color: var(--color-primary);
    transition: background-color 0.15s ease-out;
  }
  .topIcon.topIcon--featured .topIcon__icon {
    color: #FFFFFF;
  }
  .topIcon.topIcon--featured .topIcon__info {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
  }
  .topIcon.topIcon--featured:not(:has(.topIcon__arrow)) .topIcon__info {
    border-right: 1px solid var(--color-border);
  }
  .topIcon.topIcon--featured .topIcon__arrow {
    background-color: var(--color-primary);
  }
  .topIcon.topIcon--featured .topIcon__arrowIcon {
    color: #FFFFFF;
  }
  .topIcon.topIcon--featured.topIcon--layerTrigger.-hover:hover .topIcon__iconContainer,
  .topIcon.topIcon--featured.topIcon--layerTrigger.-hover:hover .topIcon__arrow, .topIcon.topIcon--featured.topIcon--layerTrigger.-active .topIcon__iconContainer,
  .topIcon.topIcon--featured.topIcon--layerTrigger.-active .topIcon__arrow, .topIcon.topIcon--featured.topIcon--layerTrigger.-lock .topIcon__iconContainer,
  .topIcon.topIcon--featured.topIcon--layerTrigger.-lock .topIcon__arrow {
    background-color: var(--color-primary--hover);
  }
}
.topIcon__layer {
  color: #1B1918;
}

.topIcon--clipboard .topIcon__counter {
  display: none;
}

.itemCounter--rectangle {
  border-radius: 100%;
  font-size: 0.5625rem;
}

.itemCounter {
  top: 3px;
}

@media (min-width: 768px) {
  .topIcon__info {
    padding-left: clamp(5px, 0.6435643564vw, 13px);
    padding-right: clamp(5px, 0.6435643564vw, 13px);
  }
  .topIcon__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .topIcon:not(:last-child) {
    margin-right: 0.8125rem;
  }
  .topIcon__info {
    padding-top: 0.625rem;
  }
  .topIcon--basket .topIcon__info {
    padding-right: 0;
  }
  .topIcon--basket .topIcon__icon {
    margin-right: 0;
    margin-top: 3px;
    margin-bottom: -3px;
    font-size: 1.95rem;
  }
  .topIcon__infoTop {
    font-size: 0.8125rem;
    color: #2A2A2A;
    font-weight: 500;
    text-transform: initial;
    justify-content: center;
  }
  .topIcon__icon {
    font-size: 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: flex-end;
  }
  .topIcon__icon:before {
    opacity: 0.85;
  }
  .topIcon--login .topIcon__icon {
    font-size: 1.7rem;
  }
  .topIcon--clipboard .topIcon__icon {
    font-size: 1.5625rem;
  }
  .topIcon--contact .topIcon__icon {
    font-size: 1.6875rem;
  }
  .topIcon--customer_logo .topIcon__infoTop img {
    max-height: 8.125rem;
  }
  .topIcon--customer_logo .topIcon__info {
    width: clamp(55px, 6.1881188119vw, 125px);
    padding-top: 0;
    margin-left: clamp(15px, 1.9801980198vw, 40px);
    margin-right: clamp(15px, 1.9801980198vw, 40px);
  }
  .topIcon--customer_logo.topIcon--separator:not(:last-child) {
    margin-right: clamp(20px, 2.2277227723vw, 45px);
  }
  .topIcon--customer_logo.topIcon--separator:not(:last-child) .topIcon__content::before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: var(--color-border);
    position: absolute;
    top: 50%;
    left: -0.625rem;
    transform: translateY(-50%);
  }
  .topIcon--customer_logo.topIcon--separator:not(:last-child) .topIcon__content::after {
    content: "";
    width: 1px;
    height: 80%;
    background-color: var(--color-border);
    position: absolute;
    top: 50%;
    right: -0.625rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .topIcon--customer_logo {
    height: 24vw;
    max-height: 8.125rem;
    justify-content: center !important;
    max-height: 135px;
    width: calc(50vw - 30px);
    max-width: 40.7079646018vw;
    margin-left: 25px;
    position: relative;
  }
  .topIcon--customer_logo:after {
    content: "";
    background: var(--color-border);
    width: 1px;
    height: clamp(30px, 12.389380531vw, 70px);
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translate(0, -50%);
  }
  .topIcon__infoTop {
    display: flex;
    align-items: center;
  }
  .topIcon__infoTop,
  .headerV1Level--level2 a {
    height: 100%;
  }
  .topIcon {
    display: flex;
    align-items: center;
  }
  .topIcon:not(.topIcon--customer_logo) {
    display: none !important;
  }
  .topIcon.topIcon--customer_logo img {
    margin-top: 2px;
  }
}
/*# sourceMappingURL=top_icons__boxes--specific.css.map */