/**
 * Theme Name: Lumpik
 * Theme URI: https://lumpik.pl
 * Description: Custom theme based on Storefront for lumpik.pl.
 * Version: 1.0.0
 * Author: Kamil Mlonek
 * Author URI: https://rootbine.com/author/kamilml
 * Text Domain: lumpik
 * Template: storefront
 */


.woocommerce-account .cwpa-container {
    gap: 1.125rem;
}

.woocommerce-account .cwpa-image {
    width: 5rem;
}

.woocommerce-account .cwpa-user-data {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-grow: 1;
    gap: 8px;
}

.woocommerce-account .cwpa-username {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    font-weight: 600;
    font-size: clamp(0.938rem, 0.192vw + 0.894rem, 1.125rem);
    color: #282319;
}

.elementor-stretch-width {
    position: relative;
    width: 100vw!important;
    left: calc(50% - 50vw);
    max-width: inherit!important;
}

.elementor-force-square {
    aspect-ratio: 1/1;
}

.elementor-text-break p {
    white-space: pre-line;
}

.text-primary {
    color: #282319;
}

.text-secondary {
    color: #726e65;
}