.ngwwcspw-price-card {
    width: 220px;
    max-width: 100%;
    font-family: Arial, sans-serif;
}

.ngwwcspw-price-card__prompt {
    border: 1px solid #d9dee7;
    border-radius: 12px;
    background: #f7f8fb;
    color: #2f3e55;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    padding: 12px 14px;
}

.ngwwcspw-price-card__badge {
    background: #f5d10d;
    color: #1a1a1a;
    text-align: center;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 1.05;
    padding: 6px 10px;
    border-radius: 7px 7px 0 0;
    min-height: 34px;
    box-sizing: border-box;
}

.ngwwcspw-price-card__badge.is-placeholder {
    color: transparent;
}

.ngwwcspw-price-card__main {
    background: #d81f26;
    color: #fff;
    text-align: center;
    padding: 8px 10px 6px;
    border-radius: 0 0 7px 7px;
}

.ngwwcspw-price-card__sale,
.ngwwcspw-price-card__sale .woocommerce-Price-amount {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    line-height: 1;
}

.ngwwcspw-price-card__inner.is-not-on-sale .ngwwcspw-price-card__main {
    background: #f0e7d6 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ngwwcspw-price-card__inner.is-not-on-sale .ngwwcspw-price-card__badge {
    background: #f0e7d6 !important;
}

.ngwwcspw-price-card__inner.is-not-on-sale .ngwwcspw-price-card__sale,
.ngwwcspw-price-card__inner.is-not-on-sale .ngwwcspw-price-card__sale .woocommerce-Price-amount {
    color: #ff0000 !important;
}

.ngwwcspw-price-card__regular,
.ngwwcspw-price-card__regular .woocommerce-Price-amount {
    color: #ffb9bb;
    text-decoration: line-through;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 2px;
    min-height: 19px;
}

.ngwwcspw-price-card__regular.is-placeholder {
    visibility: hidden;
}

.ngwwcspw-price-card__net {
    text-align: center;
    color: #555;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 6px;
}

.ngwwcspw-price-card__net.is-placeholder {
    visibility: hidden;
}

.ngwwcspw-price-card__inner.is-selection-prompt .ngwwcspw-price-card__main {
    position: relative;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ngwwcspw-price-card__inner.is-selection-prompt .ngwwcspw-price-card__badge,
.ngwwcspw-price-card__inner.is-selection-prompt .ngwwcspw-price-card__sale,
.ngwwcspw-price-card__inner.is-selection-prompt .ngwwcspw-price-card__regular {
    visibility: hidden;
}

.ngwwcspw-price-card__inner.is-selection-prompt .ngwwcspw-price-card__net--prompt {
    visibility: visible;
    text-align: center;
}

.ngwwcspw-price-card__prompt-text {
    display: inline;
    text-align: center;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 700;
    color: #2f3e55;
}

.ngwwcspw-qty {
    width: 160px;
    background: #f3f3f3;
    border: 1px solid #d6d6d6;
    border-radius: 999px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.ngwwcspw-qty-cart-wrap {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.ngwwcspw-qty__btn {
    border: 0;
    background: transparent;
    height: 48px;
    min-height: 48px;
    color: #171717;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    padding: 0;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.ngwwcspw-qty__btn:hover {
    background: rgba(0, 0, 0, 0.04);
}

.ngwwcspw-qty__btn--minus {
    border-right: 1px solid #d6d6d6;
}

.ngwwcspw-qty__btn--plus {
    border-left: 1px solid #d6d6d6;
}

.ngwwcspw-qty__input {
    border: 0 !important;
    background: transparent !important;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    height: 48px;
    padding: 0 !important;
    margin: 0 !important;
    appearance: textfield;
    -moz-appearance: textfield;
}

.ngwwcspw-qty__input::-webkit-outer-spin-button,
.ngwwcspw-qty__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ngwwcspw-add-to-cart {
    border: 1px solid #e31c24;
    background: #e31c24;
    color: #fff;
    min-height: 48px;
    border-radius: 999px;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.ngwwcspw-add-to-cart:hover,
.ngwwcspw-add-to-cart:focus {
    background: #c4161c;
    border-color: #c4161c;
    color: #fff;
}

.ngwwcspw-add-to-cart.is-disabled,
.ngwwcspw-add-to-cart:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    background: #e31c24;
    border-color: #e31c24;
}

.ngwwcspw-attrs {
    display: block;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ngwwcspw-attrs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}


.ngwwcspw-attrs-wrapper:not(.ngwwcspw-is-ready) {
    visibility: hidden;
    pointer-events: none;
}

.ngwwcspw-attrs-wrapper:not(.ngwwcspw-is-ready) .ngwwcspw-attrs__pill,
.ngwwcspw-attrs-wrapper:not(.ngwwcspw-is-ready) .ngwwcspw-attrs__select,
.ngwwcspw-attrs-wrapper:not(.ngwwcspw-is-ready) .ngwwcspw-attrs__pill-sale {
    transition: none !important;
}


.ngwwcspw-attrs-wrapper,
.ngwwcspw-attrs {
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    align-self: auto;
}

html body .elementor-widget.elementor-widget-ngw_attribute_pills,
html body .elementor-widget.elementor-widget-ngw_attribute_pills .elementor-widget-container {
    height: auto !important;
    min-height: 0 !important;
}


html body .elementor-widget.elementor-widget-ngw_attribute_pills {
    flex: 0 0 auto !important;
    flex-grow: 0 !important;
    flex-basis: auto !important;
    align-self: auto !important;
    height: fit-content !important;
    max-height: none !important;
    margin-bottom: 0 !important;
}

html body .elementor-widget.elementor-widget-ngw_attribute_pills .elementor-widget-container {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    vertical-align: top !important;
}

html body .elementor-widget.elementor-widget-ngw_attribute_pills [data-ngwwcspw-attrs-wrapper="1"],
html body .elementor-widget.elementor-widget-ngw_attribute_pills [data-ngwwcspw-attrs="1"] {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
}


@media (max-width: 767px) {
    html body .elementor-widget[data-widget_type="ngw_attribute_pills.default"] .ngwwcspw-attrs-wrapper {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        align-content: flex-start !important;
        gap: 10px !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        flex: none !important;
    }

    html body .elementor-widget[data-widget_type="ngw_attribute_pills.default"] .ngwwcspw-attrs {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        flex: none !important;
    }

    html body .elementor-widget[data-widget_type="ngw_attribute_pills.default"] .ngwwcspw-attrs:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    html body .elementor-widget[data-widget_type="ngw_attribute_pills.default"] .ngwwcspw-attrs__list {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        align-content: start !important;
        grid-auto-rows: minmax(min-content, max-content) !important;
    }

    
    html body .elementor-widget[data-widget_type="ngw_attribute_pills.default"] {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-grow: 0 !important;
        flex-shrink: 1 !important;
        flex-basis: auto !important;
        flex: none !important;
        align-self: auto !important;
        --container-widget-height: auto !important;
        --container-widget-flex-grow: 0 !important;
    }

    html body .elementor-widget[data-widget_type="ngw_attribute_pills.default"] > .elementor-widget-container {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    html body .elementor-widget.elementor-widget-ngw_attribute_pills {
        --container-widget-height: auto !important;
        --container-widget-flex-grow: 0 !important;
        --container-widget-align-self: auto !important;
        --container-widget-width: 100% !important;
    }

    html body .elementor-widget.elementor-widget-ngw_attribute_pills,
    html body .elementor-widget.elementor-widget-ngw_price_card,
    html body .elementor-widget.elementor-widget-ngw_quantity_stepper {
        height: auto !important;
        min-height: 0 !important;
        flex: 0 0 auto !important;
        flex-grow: 0 !important;
        flex-shrink: 1 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        align-self: auto !important;
    }

    html body .elementor-widget.elementor-widget-ngw_attribute_pills .elementor-widget-container,
    html body .elementor-widget.elementor-widget-ngw_price_card .elementor-widget-container,
    html body .elementor-widget.elementor-widget-ngw_quantity_stepper .elementor-widget-container {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        overflow: visible !important;
    }

    html body .elementor-widget.elementor-widget-ngw_attribute_pills [data-ngwwcspw-attrs-wrapper="1"] {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        align-content: flex-start !important;
    }

    
    html body .elementor-widget.elementor-widget-ngw_quantity_stepper .ngwwcspw-qty-cart-wrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    html body .elementor-widget.elementor-widget-ngw_quantity_stepper .ngwwcspw-qty,
    html body .elementor-widget.elementor-widget-ngw_quantity_stepper .ngwwcspw-add-to-cart {
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    html body .elementor-widget.elementor-widget-ngw_quantity_stepper .ngwwcspw-qty {
        flex: 6 1 0;
    }

    html body .elementor-widget.elementor-widget-ngw_quantity_stepper .ngwwcspw-add-to-cart {
        flex: 4 1 0;
    }
}

.ngwwcspw-attrs__title {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #1d2a3a;
    margin: 0 0 10px;
}

.ngwwcspw-attrs__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    grid-auto-rows: minmax(min-content, max-content);
    gap: 10px;
    align-items: stretch;
    align-content: start;
    justify-content: stretch;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.ngwwcspw-attrs__pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    box-sizing: border-box;
    border: 1px solid #d9dee7;
    border-radius: 999px;
    background: #fff;
    color: #46566f;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    padding: 8px 12px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.ngwwcspw-attrs__pill-label {
    display: inline-block;
    max-width: 100%;
    text-align: center;
}

.ngwwcspw-attrs__pill-sale {
    position: absolute;
    top: -6px;
    right: -6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7em;
    min-height: 1.7em;
    aspect-ratio: 1 / 1;
    padding: 0.24em;
    border-radius: 999px;
    font-size: 0.55em;
    line-height: 1;
    font-weight: 800;
    pointer-events: none;
    color: #ffffff;
    background: #d81f26;
    box-sizing: border-box;
    overflow: visible;
    text-indent: 0;
    white-space: nowrap;
    font-family: inherit;
}

.ngwwcspw-attrs-wrapper.ngwwcspw-is-syncing .ngwwcspw-attrs__pill-sale {
    visibility: hidden !important;
}

.ngwwcspw-sale-badge-pos-left .ngwwcspw-attrs__pill-sale {
    left: -6px;
    right: auto;
}

.ngwwcspw-sale-badge-pos-right .ngwwcspw-attrs__pill-sale {
    right: -6px;
    left: auto;
}

.ngwwcspw-attrs__pill:hover,
.ngwwcspw-attrs__pill:focus {
    background: #f7f7f7;
    color: #2f3e55;
}

.ngwwcspw-attrs__pill.is-active {
    background: #111;
    color: #fff;
}

.ngwwcspw-attrs__pill.is-unavailable {
    text-decoration: line-through;
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.ngwwcspw-attrs__select-wrap {
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    border: 1px solid #d9dee7;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ngwwcspw-attrs__select {
    border: 0;
    background: #fff;
    color: #46566f;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    padding: 8px 40px 8px 16px;
    min-height: 52px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #46566f 50%), linear-gradient(135deg, #46566f 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ngwwcspw-attrs__select:focus {
    outline: 2px solid #f2c400;
    outline-offset: -2px;
}


button.ngwwcspw-add-to-cart,
button.ngwwcspw-add-to-cart:hover,
button.ngwwcspw-add-to-cart:focus,
button.ngwwcspw-add-to-cart:focus-visible,
button.ngwwcspw-add-to-cart:active,
button.ngwwcspw-add-to-cart:disabled,
.ngwwcspw-add-to-cart.is-disabled,
.ngwwcspw-qty,
.ngwwcspw-qty:hover,
button.ngwwcspw-qty__btn,
button.ngwwcspw-qty__btn:hover,
button.ngwwcspw-qty__btn:focus,
button.ngwwcspw-qty__btn:focus-visible,
button.ngwwcspw-qty__btn:active,
button.ngwwcspw-attrs__pill,
button.ngwwcspw-attrs__pill:hover,
button.ngwwcspw-attrs__pill:focus,
button.ngwwcspw-attrs__pill:focus-visible,
button.ngwwcspw-attrs__pill:active,
button.ngwwcspw-attrs__pill.is-active,
button.ngwwcspw-attrs__pill.is-unavailable,
.ngwwcspw-attrs__select-wrap,
.ngwwcspw-attrs__select-wrap:hover,
.ngwwcspw-attrs__select-wrap:focus-within,
.ngwwcspw-attrs__select,
.ngwwcspw-attrs__select:hover,
.ngwwcspw-attrs__select:focus,
html body .elementor-widget.elementor-widget-ngw_quantity_stepper button,
html body .elementor-widget.elementor-widget-ngw_quantity_stepper button:hover,
html body .elementor-widget.elementor-widget-ngw_quantity_stepper button:focus,
html body .elementor-widget.elementor-widget-ngw_quantity_stepper button:focus-visible,
html body .elementor-widget.elementor-widget-ngw_quantity_stepper button:active,
html body .elementor-widget.elementor-widget-ngw_quantity_stepper button:disabled,
html body .elementor-widget.elementor-widget-ngw_quantity_stepper .ngwwcspw-qty,
html body .elementor-widget.elementor-widget-ngw_quantity_stepper .ngwwcspw-qty:hover,
html body .elementor-widget.elementor-widget-ngw_attribute_pills button,
html body .elementor-widget.elementor-widget-ngw_attribute_pills button:hover,
html body .elementor-widget.elementor-widget-ngw_attribute_pills button:focus,
html body .elementor-widget.elementor-widget-ngw_attribute_pills button:focus-visible,
html body .elementor-widget.elementor-widget-ngw_attribute_pills button:active,
html body .elementor-widget.elementor-widget-ngw_attribute_pills .ngwwcspw-attrs__select-wrap,
html body .elementor-widget.elementor-widget-ngw_attribute_pills .ngwwcspw-attrs__select-wrap:hover,
html body .elementor-widget.elementor-widget-ngw_attribute_pills .ngwwcspw-attrs__select-wrap:focus-within,
html body .elementor-widget.elementor-widget-ngw_attribute_pills select.ngwwcspw-attrs__select,
html body .elementor-widget.elementor-widget-ngw_attribute_pills select.ngwwcspw-attrs__select:hover,
html body .elementor-widget.elementor-widget-ngw_attribute_pills select.ngwwcspw-attrs__select:focus {
    box-shadow: none !important;
}
