@media (min-width: 768px) {
  .topIcons {
    margin-left: 1.25rem;
    height: 3.4375rem;
  }
  .topIcon:not(:last-child) {
    margin-right: 1.25rem;
  }
  .topIcon--basket .topIcon__iconContainer {
    background-color: #F77034;
    max-width: 55px;
  }
  .topIcon--basket .topIcon__iconContainer .topIcon__icon {
    color: #ffffff;
    margin-left: 0.625rem;
    margin-right: 0.75rem;
  }
  .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--contact .topIcon__icon {
    font-size: 1.8125rem;
  }
  .topIcon--contact .topIcon__icon {
    font-family: "core-core_01" !important;
  }
  .topIcon--contact .topIcon__icon::before {
    content: "\ea8c";
  }
  .topIcon--basket .topIcon__icon {
    font-size: 1.875rem;
  }
  .topIcon--my_account .topIcon__icon, .topIcon--login .topIcon__icon {
    font-size: 1.75rem;
  }
  .topIcon__info {
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
  }
  .topIcon__content:has(.topIcon__arrow) .topIcon__info {
    padding-right: 1.3157894737vw;
    border: 1px solid #E1E2E8;
  }
  .topIcon:not(.topIcon--basket) .topIcon__info {
    border: 1px solid #F2F3F4;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .topIcon:not(.topIcon--basket).topIcon--contact .topIcon__info {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .topIcon:not(.topIcon--basket) .topIcon__iconContainer {
    background-color: #F2F3F4;
    max-width: 55px;
  }
  .topIcon__infoTop {
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .topIcon__infoBottom {
    margin-top: 0;
  }
  .topIcon__infoTop,
  .topIcon__infoBottom {
    display: flex;
    align-items: center;
    min-height: 1rem;
  }
  .topIcon__content {
    display: flex;
    font-size: 0.875rem;
    height: 100%;
  }
  .topIcon__arrow {
    font-size: 0.7rem;
    width: 1.8421052632vw;
    max-width: 35px;
    min-width: 15px;
    background-color: #393E40;
    transition: background-color 0.15s ease-out;
  }
  .topIcon__arrowIcon {
    color: #22262C;
    transition: transform 0.15s ease-out;
    font-weight: 600 !important;
  }
  .topIcon__arrowIcon--right {
    font-family: "arrows-bold" !important;
  }
  .topIcon__arrowIcon--right::before {
    content: "\ea64";
  }
  .topIcon__arrowIcon--right {
    color: #FFFFFF;
  }
  .topIcon__arrowIcon--down {
    font-family: "arrows-bold" !important;
  }
  .topIcon__arrowIcon--down::before {
    content: "\ea64";
  }
  .topIcon__arrowIcon--down {
    color: #FFFFFF;
  }
  .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: #393E40;
  }
  .topIcon--layerTrigger.-hover:hover .topIcon__arrowIcon--down,
  .topIcon--layerTrigger.-active .topIcon__arrowIcon--down,
  .topIcon--layerTrigger.-lock .topIcon__arrowIcon--down {
    transform: rotate(-90deg);
  }
  .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: #22262C;
}

@media (min-width: 1700px) {
  .topIcons {
    margin-left: 5.25rem;
  }
  .topIcon__content:has(.topIcon__arrow) .topIcon__info {
    min-width: 175px;
  }
}
/*# sourceMappingURL=top_icons__boxes--specific.css.map */