:root{

    --veluna-border-radius_1: 30px;
    --veluna-grid-gap_1: 20px;

}


/* Seller Wrap */
#dokan-seller-listing-wrap.grid-view .dokan-seller-wrap {
    grid-gap: var(--veluna-grid-gap_1);
    grid-template-columns: repeat(3, 1fr);
}

/* Store Wrapper */
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper  {
    box-shadow: none;
}

/* Seller */
#dokan-seller-listing-wrap.grid-view .dokan-seller-wrap li{
    border-radius: var(--veluna-border-radius_1);
    overflow: hidden;
    background-color: var(--e-global-color-ce32cc2);
}

/* Store Content */
#dokan-seller-listing-wrap.grid-view .dokan-seller-wrap li .store-content{
    background-color: unset;
}

#dokan-seller-listing-wrap.grid-view .dokan-seller-wrap li .store-header .store-banner {
    min-height: unset;
    aspect-ratio: 1/1;
}

#dokan-seller-listing-wrap.grid-view .dokan-seller-wrap li .store-content .store-data-container {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Store Name */
#dokan-seller-listing-wrap.grid-view .dokan-seller-wrap li .store-content .store-data-container .store-data h2{
    margin-bottom: 20px;
}

#dokan-seller-listing-wrap.grid-view .dokan-seller-wrap li .store-content .store-data-container .store-data h2 a {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-558e86a-font-size);
    font-weight: var(--e-global-typography-558e86a-font-weight);
    text-transform: var(--e-global-typography-558e86a-text-transform);
    color: var(--e-global-color-text);
}

/* Store Name Hover */
#dokan-seller-listing-wrap.grid-view .dokan-seller-wrap li .store-content .store-data-container .store-data h2 a:hover{
    color: var(--e-global-color-accent);
}

/* Vendor Info */

.vendor-info{
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.vendor-info .vendor-info-item{
    font-family: var(--e-global-typography-6bb9838-font-family), Sans-serif;
    font-size: var(--e-global-typography-6bb9838-font-size);
    font-weight: var(--e-global-typography-6bb9838-font-weight);
    line-height: var(--e-global-typography-6bb9838-line-height);
    margin: 0 !important;
}

.vendor-info .vendor-info-item:not(:last-child){
    margin-bottom: 15px !important;
}

.vendor-info .vendor-info-item span{
    font-weight: bold;
    color: var(--e-global-color-accent);
}

/* Registrierungs Formular */
#customer_login > div.u-column2.col-2 > form{
    height: unset !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label {
    font-family: var(--e-global-typography-f2af9a0-font-family), Sans-serif;
    font-size: var(--e-global-typography-f2af9a0-font-size);
    font-weight: var(--e-global-typography-f2af9a0-font-weight);
    text-transform: var(--e-global-typography-f2af9a0-text-transform);
    font-style: var(--e-global-typography-f2af9a0-font-style);
}

.woocommerce form .form-row .required {
    color: var(--e-global-color-accent);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text:focus {
    color: var(--e-global-color-text);
}