.elementor-widget-missgroup_product_card_product_title .mgpc-product-title {
    color: #000;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.elementor-widget-missgroup_product_card_product_description .mgpc-product-description {
    color: #000;
}

.mgpc-price-plan .promoted-price, .mgpc-price-plan .regular-price {
    color: #000;
}

.mgpc-product-config-options .cusmgpc-dropdown, .mgpc-product-card .cusmgpc-dropdown {
    min-height: 43px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
    color: var(--e-global-color-primary);
    border: 0;
}

.mgpc-product-config-options .cusmgpc-dropdown-options {
    border: 1px solid #ccc;
}

.mgpc-product-config-options .cusmgpc-dropdown-option:hover, .mgpc-product-card .cusmgpc-dropdown-option:hover {
    background:var(--e-global-color-06aebb0);
    color: var(--e-global-color-secondary);
}

.cusmgpc-dropdown-trigger {
    position: relative;
}

.cusmgpc-dropdown-trigger:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 12px;
    background: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.25);
    top: 22px;
}

/*.mgpc-product-config-options select:focus {*/
/*    outline: none;*/
/*}*/

.order-button-section .order-button {
    cursor: pointer;
    display: inline-block;
    background-color: var(--e-global-color-accent);
    border-style: solid;
    border-color: var(--e-global-color-accent);
    border-width: 1px 1px 1px 1px;
    border-radius: 8px 8px 8px 8px;
    padding: 11px 30px 11px 30px;
    font-size: 15px;
}

.order-button .elementor-button-content-wrapper {
    align-items: center;
}

.order-button-section .order-button span {
    color: var(--e-global-color-secondary);
}

.order-button .e-font-icon-svg {
    fill: var(--e-global-color-secondary);
    height: 14px;
}

.order-button-section {
    text-align: center;
    margin-top: 40px;
}

.order-button-section .order-button:hover {
    background-color: var(--e-global-color-secondary);
}

.order-button-section .order-button:hover span {
    color: var(--e-global-color-accent);
}

.order-button-section .order-button:hover .e-font-icon-svg {
    fill: var(--e-global-color-accent);
}

.cusmgpc-dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.config-dropdown-label {
    color: #000;
    margin-bottom: 5px;
}

.cusmgpc-dropdown-trigger {
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: var(--e-global-color-secondary);
    color: #000;
}

.mgpc-product-config-options .cusmgpc-dropdown.open .cusmgpc-dropdown-trigger, .mgpc-product-card .cusmgpc-dropdown.open .cusmgpc-dropdown-trigger {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cusmgpc-dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    background: var(--e-global-color-secondary);
    display: none;
    z-index: 1000;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cusmgpc-dropdown.open .cusmgpc-dropdown-options {
    display: block;
}

.cusmgpc-dropdown-option {
    padding: 0.75rem 1rem;
}

.cusmgpc-dropdown-option:hover {
    background: #f0f0f0;
}

.product-config-group .product-config-group-title, .product-config-group .config-readonly, .config-options-section .config-readonly {
    color: #000;
    margin-top: 30px;
}

.mgpc-product-card .mgpc-product-title {
    color: #000;
    font-size: 20px;
    font-family: var(--e-global-typography-49b54eb-font-family), Sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.mgpc-product-card--panel {
    height: auto;
    align-self: stretch;
}

.mgpc-product-card--panel .mgpc-product-card__inner {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
    overflow: hidden;
}

.mgpc-product-card--panel .mgpc-product-card__header {
    margin-bottom: 16px;
}

.mgpc-product-card--panel .mgpc-product-card__title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}

.mgpc-product-card--panel .mgpc-product-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 auto;
}

.mgpc-product-card--panel .mgpc-product-card__footer {
    margin-top: 16px;
}

.mgpc-product-card--panel .mgpc-product-title {
    margin-bottom: 0;
}

.mgpc-product-card--panel .mgpc-product-card__title .mgpc-product-title {
    margin-bottom: 0;
}

.mgpc-product-card--panel .mgpc-product-description {
    margin-bottom: 0;
}

.mgpc-product-card--panel .mgpc-price-plan {
    margin-bottom: 0;
}

.mgpc-product-card--panel .config-options-section {
    margin-top: 0;
}

.mgpc-product-card--panel .order-button-section {
    margin-top: 0;
    text-align: left;
}

.mgpc-product-card--panel .order-button-section .order-button {
    width: 100%;
    justify-content: center;
}

.mgpc-product-card .mgpc-product-description {
    margin-bottom: 20px;
    color: #000;
}

.mgpc-product-card .mgpc-price-plan {
    font-family: var(--e-global-typography-49b54eb-font-family), Sans-serif;
    margin-bottom: 20px;
    color: #000;
}

.mgpc-product-card .mgpc-price-plan .promoted-price {
    font-size: 30px;
    font-weight: bold;
}

.mgpc-product-card .mgpc-price-plan .regular-price {
    font-weight: 600;
    color: #000;
    font-size: 20px;
}
