/* Freyra Shop */

.bl-cart-badge {
    position: absolute;
    top: 2px;
    right: -2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--bl-button, #b08d80);
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.shop-content { padding-top: calc(var(--bl-nav-height, 72px) + 1rem); }

.shop-card {
    display: block;
    color: inherit;
    text-decoration: none;
}
.shop-card-img {
    aspect-ratio: 3/4;
    background: #efe7e1 center/cover no-repeat;
    margin-bottom: .75rem;
}
.shop-card-name { font-size: .95rem; }
.shop-card-price { color: #666; font-size: .85rem; }

.shop-product-img { width: 100%; object-fit: cover; aspect-ratio: 3/4; background: #efe7e1; }
.shop-product-price { font-size: 1.25rem; }

.shop-summary { background: #f7f3ef; border: 1px solid #eadfd8; }
.shop-auth-form { max-width: 420px; }
