@media (min-width: 768px) {
  .topIcons {
    align-items: baseline;
    margin-left: 1.25rem;
  }
  .topIcon:not(:last-child) {
    margin-right: 4.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: 1.6675rem;
  }
  .topIcon__content:has(.topIcon__arrow) .topIcon__info {
    padding-right: 1.3157894737vw;
  }
  .topIcon__infoTop {
    font-weight: 400;
    font-family: RobotoCondensed, Arial, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 0.75rem;
  }
  .topIcon__infoBottom {
    margin-top: 2px;
  }
  .topIcon__infoTop,
  .topIcon__infoBottom {
    display: flex;
    align-items: center;
    min-height: 1rem;
  }
  .topIcon__content {
    display: flex;
    flex-direction: column;
    row-gap: 0.8125rem;
    font-size: 0.75rem;
    height: 100%;
  }
  .topIcon__arrow {
    width: 1.8421052632vw;
    max-width: 35px;
    min-width: 15px;
    background-color: #F2F3F4;
    transition: background-color 0.15s ease-out;
  }
  .topIcon__arrowIcon {
    color: #22262C;
    transition: transform 0.15s ease-out;
  }
  .topIcon__arrowIcon--right {
    font-family: "arrows-bold" !important;
  }
  .topIcon__arrowIcon--right::before {
    content: "\ea63";
  }
  .topIcon__arrowIcon--down {
    font-family: "arrows-bold" !important;
  }
  .topIcon__arrowIcon--down::before {
    content: "\ea61";
  }
  .iconset-core-basket {
    font-size: 2.03125rem;
  }
  .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: #22262C;
}
/*# sourceMappingURL=top_icons__boxes--specific.css.map */