.store-footer-copy {
    display: block;
    margin-top: 18px;
    color: rgba(255,255,255,.48);
    font-size: 11px;
    line-height: 1.6;
}

.store-footer-note {
    max-width: 230px;
    color: rgba(255,255,255,.42) !important;
    font-size: 11px !important;
}

/* Header icons */
.store-actions {
    gap: 12px;
}

.store-icon-link {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
    transition:
        border-color .2s ease,
        background .2s ease,
        transform .2s ease;
}

.store-icon-link svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.store-icon-link:hover {
    border-color: rgba(37, 37, 37, .16);
    background: rgba(255,255,255,.72);
    transform: translateY(-1px);
}

.store-cart-count {
    top: -2px;
    right: -2px;
    min-width: 19px;
    height: 19px;
    font-size: 10px;
}

@media (min-width: 961px) {
    .store-nav {
        flex-wrap: wrap;
    }

    .store-nav a:nth-child(n+7) {
        display: none;
    }
}

@media (max-width: 640px) {
    .store-icon-link {
        width: 42px;
        height: 42px;
    }

    .store-icon-link svg {
        width: 21px;
        height: 21px;
    }
}

/* =========================================================
   CUENTA DE CLIENTE - INDICADOR DE SESIÓN
   ========================================================= */

.store-account-link {
    position: relative;
}

.store-account-status {
    position: absolute;
    top: 1px;
    right: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #f8f4ee;
    border-radius: 50%;
    background: #c89b55;
    box-sizing: content-box;
}

.store-account-link.is-authenticated svg {
    stroke: #1f1f1f;
}
