@import url('./blocks/footer.css');

/* .header */
.header {
    border-bottom: 1px solid var(--wp--preset--color--glimp-grey, #F2F2F2);
}

.header__end {
    gap: 20px;
}

.header__cart {
    cursor: pointer;
    position: relative;
    margin-top: 3px !important;
}

.header__cart-count {
    position: absolute;
    top: -9px;
    left: 25px;
    background-color: var(--wp--preset--color--glimp-primary, #9E58F7);
    color: var(--wp--preset--color--glimp-white, #FFF);
    border-radius: 50%;
    min-width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 2px;
    box-sizing: border-box;
    aspect-ratio: 1/1;
}

/* .wp-block-button__link */
.wp-block-button {
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--glimp-primary, #9E58F7);
}

.shop-text {
    max-width: 700px;
}