/* DamnModz buy-card overhaul — 2026-07-22 */
html body.single-product .dm-product-buy-card {
    --dm-card-bg: #10131b;
    --dm-card-panel: #151923;
    --dm-card-panel-strong: #191e29;
    --dm-card-border: rgba(255, 255, 255, .105);
    --dm-card-border-strong: rgba(255, 255, 255, .17);
    --dm-card-copy: #f6f7fb;
    --dm-card-muted: #8f97a8;
    --dm-card-red: #ff3b47;
    --dm-card-red-soft: rgba(255, 59, 71, .12);
    --dm-card-green: #3ddc97;
    position: relative;
    isolation: isolate;
    overflow: visible;
    padding: 0 !important;
    border: 1px solid var(--dm-card-border-strong) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 88% -12%, rgba(255, 59, 71, .13), transparent 34%),
        linear-gradient(180deg, #121620 0%, var(--dm-card-bg) 100%) !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .035) !important;
}

html body.single-product .dm-product-buy-card::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -1px;
    left: 22px;
    width: 72px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff2938, #ff6a55);
    box-shadow: 0 0 18px rgba(255, 59, 71, .55);
    pointer-events: none;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__heading {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 17px 17px 14px !important;
    border: 0 !important;
    background: transparent !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__heading-icon {
    display: inline-grid !important;
    place-items: center !important;
    width: 38px !important;
    height: 38px !important;
    border: 1px solid rgba(255, 87, 96, .24) !important;
    border-radius: 11px !important;
    color: #ff6670 !important;
    background: linear-gradient(145deg, rgba(255, 59, 71, .16), rgba(255, 59, 71, .055)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__heading-icon svg {
    width: 18px !important;
    height: 18px !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__heading-copy {
    display: flex !important;
    min-width: 0 !important;
    flex-direction: column !important;
    gap: 3px !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__heading-copy strong {
    margin: 0 !important;
    color: var(--dm-card-copy) !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.15 !important;
    letter-spacing: -.01em !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__heading-copy > span {
    color: var(--dm-card-muted) !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__status {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    min-height: 26px !important;
    padding: 0 8px !important;
    border: 1px solid rgba(61, 220, 151, .18) !important;
    border-radius: 999px !important;
    color: #8fe8bd !important;
    background: rgba(61, 220, 151, .07) !important;
    font-size: 9px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    letter-spacing: .055em !important;
    text-transform: uppercase !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__status > span {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: var(--dm-card-green) !important;
    box-shadow: 0 0 0 3px rgba(61, 220, 151, .09) !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__price {
    display: flex !important;
    min-height: 62px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 15px 12px !important;
    padding: 10px 12px !important;
    border: 1px solid var(--dm-card-border) !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025) !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__price-copy {
    display: flex !important;
    min-width: 0 !important;
    flex-direction: column !important;
    gap: 3px !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__price-label {
    color: #c9cfda !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__price-copy small {
    color: #70798b !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__price .dm-product-price,
html body.single-product .dm-product-buy-card .dm-product-buy-card__price .price {
    display: flex !important;
    width: auto !important;
    min-width: max-content !important;
    height: auto !important;
    min-height: 0 !important;
    align-items: baseline !important;
    justify-content: flex-end !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    line-height: 1 !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__price .price del,
html body.single-product .dm-product-buy-card .dm-product-buy-card__price .price ins {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    align-items: baseline !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    line-height: 1 !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__price .price del {
    color: #737b8b !important;
    opacity: 1 !important;
    text-decoration-color: #a34a51 !important;
    text-decoration-thickness: 1.5px !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__price .price ins {
    color: #ff5a63 !important;
    text-decoration: none !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__price .price del .woocommerce-Price-amount {
    color: inherit !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__price .price > .woocommerce-Price-amount,
html body.single-product .dm-product-buy-card .dm-product-buy-card__price .price ins .woocommerce-Price-amount {
    color: inherit !important;
    font-size: 23px !important;
    font-weight: 850 !important;
    line-height: .95 !important;
    letter-spacing: -.035em !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__price .woocommerce-Price-amount bdi,
html body.single-product .dm-product-buy-card .dm-product-buy-card__price .woocommerce-Price-currencySymbol {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__flow {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 0 15px 14px !important;
    padding: 0 !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__flow > span {
    position: relative !important;
    display: inline-flex !important;
    min-width: 0 !important;
    min-height: 32px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 0 6px !important;
    border: 1px solid rgba(255, 255, 255, .07) !important;
    border-radius: 9px !important;
    color: #747d8e !important;
    background: rgba(255, 255, 255, .018) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transition: border-color .18s ease, color .18s ease, background .18s ease !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__flow b {
    display: inline-grid !important;
    place-items: center !important;
    width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px !important;
    border-radius: 50% !important;
    color: #8c95a6 !important;
    background: #222733 !important;
    font-size: 8px !important;
    font-weight: 850 !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__flow > span.is-current {
    border-color: rgba(255, 59, 71, .25) !important;
    color: #dfe3eb !important;
    background: rgba(255, 59, 71, .055) !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__flow > span.is-current b {
    color: #fff !important;
    background: var(--dm-card-red) !important;
    box-shadow: 0 0 0 3px rgba(255, 59, 71, .1) !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__flow > span.is-complete {
    border-color: rgba(61, 220, 151, .16) !important;
    color: #9fd7bd !important;
    background: rgba(61, 220, 151, .045) !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__flow > span.is-complete b {
    overflow: hidden !important;
    color: transparent !important;
    background: rgba(61, 220, 151, .16) !important;
}

html body.single-product .dm-product-buy-card .dm-product-buy-card__flow > span.is-complete b::after {
    content: "✓" !important;
    color: var(--dm-card-green) !important;
    font-size: 10px !important;
}

html body.single-product .dm-product-buy-card .dm-add-to-cart-wrap {
    margin: 0 !important;
    padding: 0 15px 15px !important;
}

html body.single-product .dm-product-buy-card form.cart,
html body.single-product .dm-product-buy-card form.cart.dm-product-cart {
    margin: 0 !important;
    padding: 0 !important;
}

html body.single-product .dm-product-buy-card .wcpa_form_outer {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--dm-card-copy) !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
}

html body.single-product .dm-product-buy-card .wcpa_wrap,
html body.single-product .dm-product-buy-card .wcpa_section,
html body.single-product .dm-product-buy-card .wcpa_section_body {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

html body.single-product .dm-product-buy-card .wcpa_row,
html body.single-product .dm-product-buy-card .wcpa_type_select {
    display: block !important;
    width: 100% !important;
    margin: 0 0 11px !important;
    padding: 0 !important;
}

html body.single-product .dm-product-buy-card .wcpa_row > * {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
}

html body.single-product .dm-product-buy-card .wcpa_field_wrap,
html body.single-product .dm-product-buy-card .wcpa_left_wrap {
    display: flex !important;
    min-width: 0 !important;
    flex-direction: column !important;
    gap: 6px !important;
    margin: 0 !important;
}

html body.single-product .dm-product-buy-card .wcpa_field_label,
html body.single-product .dm-product-buy-card .wcpa_field_label * {
    margin: 0 !important;
    color: #b6bdca !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
}

html body.single-product .dm-product-buy-card .wcpa_required_ast {
    color: var(--dm-card-red) !important;
}

html body.single-product .dm-product-buy-card .wcpa_field_label .required,
html body.single-product .dm-product-buy-card .wcpa_field_label .wcpa_required_label {
    color: #747d8e !important;
    font-size: 8px !important;
    letter-spacing: .02em !important;
    text-transform: lowercase !important;
}

html body.single-product .dm-product-buy-card .dm-select {
    position: relative !important;
    z-index: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 46px !important;
    margin: 0 !important;
    font-size: 12px !important;
}

html body.single-product .dm-product-buy-card .dm-select.is-open {
    z-index: 60 !important;
}

html body.single-product .dm-product-buy-card .dm-select__native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

html body.single-product .dm-product-buy-card .dm-select__trigger,
html body.single-product .dm-product-buy-card .wcpa_type_select select.wcpa_field,
html body.single-product .dm-product-buy-card .wcpa_type_select .wcpa_advanced_select .wcpa__control {
    width: 100% !important;
    height: auto !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 1px solid rgba(255, 255, 255, .105) !important;
    border-radius: 10px !important;
    color: #eef0f5 !important;
    background: #0c0f16 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}

html body.single-product .dm-product-buy-card .dm-select__trigger {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 9px !important;
    text-align: left !important;
}

html body.single-product .dm-product-buy-card .dm-select__trigger:hover,
html body.single-product .dm-product-buy-card .dm-select__trigger:focus-visible,
html body.single-product .dm-product-buy-card .dm-select.is-open .dm-select__trigger,
html body.single-product .dm-product-buy-card .wcpa_type_select select.wcpa_field:focus,
html body.single-product .dm-product-buy-card .wcpa_type_select .wcpa_advanced_select .wcpa__control--is-focused {
    border-color: rgba(255, 84, 94, .5) !important;
    outline: none !important;
    background: #0e1119 !important;
    box-shadow: 0 0 0 3px rgba(255, 59, 71, .09), inset 0 1px 0 rgba(255, 255, 255, .035) !important;
}

html body.single-product .dm-product-buy-card .dm-select__value {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    color: #eef0f5 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body.single-product .dm-product-buy-card .dm-select__value.is-placeholder {
    color: #747d8e !important;
    font-weight: 550 !important;
}

html body.single-product .dm-product-buy-card .dm-select__chev {
    display: inline-grid !important;
    place-items: center !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    border-radius: 6px !important;
    color: #8c95a6 !important;
    background: rgba(255, 255, 255, .035) !important;
    transition: transform .18s ease, color .18s ease !important;
}

html body.single-product .dm-product-buy-card .dm-select__chev svg {
    width: 11px !important;
    height: 11px !important;
}

html body.single-product .dm-product-buy-card .dm-select.is-open .dm-select__chev {
    color: #ff727a !important;
    transform: rotate(180deg) !important;
}

html body.single-product .dm-product-buy-card .dm-select__menu {
    position: absolute !important;
    z-index: 80 !important;
    top: calc(100% + 6px) !important;
    left: 0 !important;
    display: none !important;
    width: 100% !important;
    max-height: min(300px, 46vh) !important;
    overflow: auto !important;
    padding: 5px !important;
    border: 1px solid rgba(255, 255, 255, .15) !important;
    border-radius: 11px !important;
    background: #121620 !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .04) !important;
}

html body.single-product .dm-product-buy-card .dm-select.is-open .dm-select__menu {
    display: block !important;
}

html body.single-product .dm-product-buy-card .dm-select__option,
html body.single-product .dm-product-buy-card .wcpa__option {
    display: flex !important;
    min-height: 38px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 8px 9px !important;
    border-radius: 8px !important;
    color: #cbd0da !important;
    background: transparent !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    cursor: pointer !important;
}

html body.single-product .dm-product-buy-card .dm-select__option:hover,
html body.single-product .dm-product-buy-card .dm-select__option.is-selected,
html body.single-product .dm-product-buy-card .wcpa__option--is-focused,
html body.single-product .dm-product-buy-card .wcpa__option--is-selected {
    color: #fff !important;
    background: rgba(255, 59, 71, .1) !important;
}

html body.single-product .dm-product-buy-card .dm-select__ck {
    display: inline-grid !important;
    width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px !important;
    place-items: center !important;
    border-radius: 50% !important;
    color: transparent !important;
    background: transparent !important;
}

html body.single-product .dm-product-buy-card .dm-select__option.is-selected .dm-select__ck {
    color: #fff !important;
    background: var(--dm-card-red) !important;
}

html body.single-product .dm-product-buy-card .dm-select__ck svg {
    width: 10px !important;
    height: 10px !important;
}

html body.single-product .dm-product-buy-card .wcpa_field_wrap input[type="text"],
html body.single-product .dm-product-buy-card .wcpa_field_wrap input[type="email"],
html body.single-product .dm-product-buy-card .wcpa_field_wrap input[type="number"],
html body.single-product .dm-product-buy-card .wcpa_field_wrap textarea {
    min-height: 46px !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(255, 255, 255, .105) !important;
    border-radius: 10px !important;
    color: #eef0f5 !important;
    background: #0c0f16 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
}

html body.single-product .dm-product-buy-card .wcpa_field_wrap textarea {
    min-height: 82px !important;
    resize: vertical !important;
}

html body.single-product .dm-product-buy-card .wcpa_type_checkbox-group,
html body.single-product .dm-product-buy-card .wcpa_type_radio-group {
    margin: 1px 0 11px !important;
}

html body.single-product .dm-product-buy-card .wcpa_type_checkbox-group .wcpa_field_label,
html body.single-product .dm-product-buy-card .wcpa_type_radio-group .wcpa_field_label {
    margin-bottom: 6px !important;
}

html body.single-product .dm-product-buy-card .wcpa_type_checkbox-group .wcpa_group_field,
html body.single-product .dm-product-buy-card .wcpa_type_radio-group .wcpa_group_field,
html body.single-product .dm-product-buy-card .dm-wcpa-options-collapsible .wcpa_group_field:not([hidden]) {
    display: flex !important;
    max-height: none !important;
    flex-direction: column !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: visible !important;
    border: 1px solid rgba(255, 255, 255, .075) !important;
    border-radius: 11px !important;
    background: rgba(0, 0, 0, .14) !important;
}

html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_quantity_wrap,
html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_checkbox > label,
html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_radio > label {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 42px !important;
    margin: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .025) !important;
    transition: border-color .18s ease, background .18s ease !important;
}

html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_checkbox,
html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_radio {
    width: 100% !important;
    max-width: none !important;
}

html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_quantity_wrap:hover,
html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_checkbox > label:hover,
html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_radio > label:hover,
html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_quantity_wrap:has(input:checked) {
    border-color: rgba(255, 84, 94, .25) !important;
    background: rgba(255, 59, 71, .055) !important;
}

html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_checkbox > label,
html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_radio > label {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 7px 74px 7px 8px !important;
    color: #dce0e8 !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
}

html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_checkbox > label .wcpa_option_price,
html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_radio > label .wcpa_option_price {
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
}

html body.single-product .dm-product-buy-card .wcpa_group_field input[type="checkbox"],
html body.single-product .dm-product-buy-card .wcpa_group_field input[type="radio"] {
    width: 17px !important;
    height: 17px !important;
    accent-color: var(--dm-card-red) !important;
}

html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_checkbox > label > span:not(.wcpa_checkbox_custom):not(.wcpa_option_price),
html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_radio > label > span:not(.wcpa_radio_custom):not(.wcpa_option_price) {
    min-width: 0 !important;
    color: inherit !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
}

html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_option_price {
    display: inline-flex !important;
    min-width: 0 !important;
    min-height: 24px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 7px !important;
    border: 1px solid rgba(255, 255, 255, .07) !important;
    border-radius: 999px !important;
    color: transparent !important;
    background: rgba(255, 255, 255, .045) !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_option_price::after {
    content: attr(data-clean) !important;
    color: #cdd2dc !important;
    font-size: 9.5px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

html body.single-product .dm-product-buy-card .wcpa_group_field .wcpa_quantity_wrap:has(input:checked) .wcpa_option_price {
    border-color: rgba(255, 84, 94, .2) !important;
    background: rgba(255, 59, 71, .13) !important;
}

html body.single-product .dm-product-buy-card .wcpa_price_summary {
    position: relative !important;
    display: block !important;
    min-height: 52px !important;
    margin: 4px 0 9px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, .105) !important;
    border-radius: 11px !important;
    background: linear-gradient(120deg, rgba(255, 59, 71, .075), rgba(255, 255, 255, .025) 58%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025) !important;
}

html body.single-product .dm-product-buy-card .wcpa_price_summary::before,
html body.single-product .dm-product-buy-card .wcpa_price_summary::after {
    content: none !important;
    display: none !important;
}

html body.single-product .dm-product-buy-card .wcpa_price_summary .wcpa_total,
html body.single-product .dm-product-buy-card .wcpa_total {
    display: flex !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    color: var(--dm-card-copy) !important;
    font-size: 20px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: -.025em !important;
}

html body.single-product .dm-product-buy-card .wcpa_total > span:first-child {
    color: #aeb5c2 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
}

html body.single-product .dm-product-buy-card .wcpa_total .woocommerce-Price-amount,
html body.single-product .dm-product-buy-card .wcpa_total .woocommerce-Price-currencySymbol,
html body.single-product .dm-product-buy-card .wcpa_total bdi {
    color: #fff !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

html body.single-product .dm-product-buy-card .dm-product-cart__actions {
    display: grid !important;
    grid-template-columns: 98px minmax(0, 1fr) !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body.single-product .dm-product-buy-card .dm-product-cart__actions .dm-product-cta-row {
    display: contents !important;
}

html body.single-product .dm-product-buy-card .dm-product-cart__actions .quantity,
html body.single-product .dm-product-buy-card .dm-product-cart__actions .quantity.buttons_added {
    display: grid !important;
    grid-template-columns: 30px minmax(30px, 1fr) 30px !important;
    width: 98px !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, .105) !important;
    border-radius: 11px !important;
    background: #0c0f16 !important;
}

html body.single-product .dm-product-buy-card .quantity.buttons_added .minus,
html body.single-product .dm-product-buy-card .quantity.buttons_added .plus,
html body.single-product .dm-product-buy-card .quantity.buttons_added .qty {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #d9dde6 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    line-height: 46px !important;
}

html body.single-product .dm-product-buy-card .quantity.buttons_added .minus:hover,
html body.single-product .dm-product-buy-card .quantity.buttons_added .plus:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .055) !important;
}

html body.single-product .dm-product-buy-card .dm-product-cart__actions .single_add_to_cart_button,
html body.single-product .dm-product-buy-card .dm-product-cart__actions button[type="submit"] {
    position: relative !important;
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 11px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ff3b47, #ed2939) !important;
    box-shadow: 0 10px 25px rgba(237, 41, 57, .2), inset 0 1px 0 rgba(255, 255, 255, .2) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: .005em !important;
    text-transform: none !important;
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease !important;
}

html body.single-product .dm-product-buy-card .dm-product-cart__actions .single_add_to_cart_button:hover,
html body.single-product .dm-product-buy-card .dm-product-cart__actions button[type="submit"]:hover {
    filter: brightness(1.07) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 13px 28px rgba(237, 41, 57, .27), inset 0 1px 0 rgba(255, 255, 255, .2) !important;
}

html body.single-product .dm-product-buy-card .dm-product-cart__actions .single_add_to_cart_button:focus-visible,
html body.single-product .dm-product-buy-card .dm-product-cart__actions button[type="submit"]:focus-visible {
    outline: 2px solid #fff !important;
    outline-offset: 2px !important;
}

html body.single-product .dm-product-buy-card .dm-product-cart__actions .single_add_to_cart_button.disabled,
html body.single-product .dm-product-buy-card .dm-product-cart__actions .single_add_to_cart_button:disabled {
    color: #bbc1cc !important;
    background: #2b303a !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

html body.single-product .dm-product-buy-card .dm-product-cart__actions .dm-product-cta-extras,
html body.single-product .dm-product-buy-card .wc-stripe-product-checkout-container {
    grid-column: 1 / -1 !important;
    margin: 9px 0 0 !important;
    padding: 10px 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .07) !important;
}

html body.single-product .dm-product-buy-card .dm-product-cta-wallet-label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 8px !important;
    color: #697284 !important;
    font-size: 8.5px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .11em !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

html body.single-product .dm-product-buy-card .dm-product-cta-wallet-label::before,
html body.single-product .dm-product-buy-card .dm-product-cta-wallet-label::after {
    content: "" !important;
    display: block !important;
    height: 1px !important;
    flex: 1 1 auto !important;
    background: rgba(255, 255, 255, .07) !important;
}

html body.single-product .dm-product-buy-card .wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body.single-product .dm-product-buy-card .wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods > li,
html body.single-product .dm-product-buy-card .wc-stripe-product-checkout-container .payment-box {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: transparent !important;
}

html body.single-product .dm-product-buy-card .wc-stripe-product-checkout-container .StripeElement,
html body.single-product .dm-product-buy-card .wc-stripe-product-checkout-container #wc-stripe-googlepay-container,
html body.single-product .dm-product-buy-card .wc-stripe-product-checkout-container #wc-stripe-applepay-container,
html body.single-product .dm-product-buy-card .wc-stripe-product-checkout-container #wc-stripe-link-element {
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 9px !important;
}

html body.single-product .dm-product-buy-card .dm-sidebar-payments {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    margin: 0 15px !important;
    padding: 12px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .075) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .075) !important;
    background: transparent !important;
}

html body.single-product .dm-product-buy-card .dm-sidebar-payments::before {
    content: "Payment" !important;
    display: inline-block !important;
    flex: 0 0 auto !important;
    color: #70798b !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .09em !important;
    text-transform: uppercase !important;
}

html body.single-product .dm-product-buy-card .dm-sidebar-payments .dm-payment-svg {
    display: block !important;
    width: auto !important;
    max-width: 43px !important;
    height: 16px !important;
    max-height: 16px !important;
    flex: 0 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: grayscale(1) brightness(1.45) !important;
    opacity: .72 !important;
    object-fit: contain !important;
    transition: filter .18s ease, opacity .18s ease !important;
}

html body.single-product .dm-product-buy-card .dm-sidebar-payments .dm-payment-svg:hover {
    filter: grayscale(0) brightness(1.08) !important;
    opacity: 1 !important;
    transform: none !important;
}

html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 58px !important;
    margin: 11px 0 0 !important;
    padding: 10px 11px !important;
    border: 1px solid rgba(0, 182, 122, .42) !important;
    border-radius: 11px !important;
    color: #f8fffc !important;
    background:
        radial-gradient(circle at 0 0, rgba(0, 182, 122, .2), transparent 42%),
        linear-gradient(135deg, rgba(0, 182, 122, .12), rgba(255, 255, 255, .025)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 10px 24px rgba(0, 0, 0, .18) !important;
    text-decoration: none !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
    -webkit-tap-highlight-color: transparent !important;
}

    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner__mark {
        display: inline-grid !important;
        place-items: center !important;
        width: 36px !important;
        height: 36px !important;
        border-radius: 9px !important;
        color: #fff !important;
        background: #00b67a !important;
        box-shadow: 0 7px 18px rgba(0, 182, 122, .24) !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner__mark svg {
        display: block !important;
        width: 21px !important;
        height: 21px !important;
        fill: currentColor !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner__copy {
        display: grid !important;
        min-width: 0 !important;
        gap: 2px !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner__copy strong {
        color: #fff !important;
        font-size: 13px !important;
        font-weight: 850 !important;
        line-height: 1.1 !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner__copy span {
        overflow: hidden !important;
        color: rgba(238, 255, 249, .7) !important;
        font-size: 9.5px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner__action {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        min-height: 30px !important;
        padding: 0 8px !important;
        border: 1px solid rgba(255, 255, 255, .12) !important;
        border-radius: 8px !important;
        color: #fff !important;
        background: rgba(255, 255, 255, .07) !important;
        font-size: 9px !important;
        font-weight: 850 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner__action svg {
        display: block !important;
        width: 11px !important;
        height: 11px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2.2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner:focus-visible {
    outline: 2px solid #00b67a !important;
    outline-offset: 2px !important;
}

@media (hover: hover) and (pointer: fine) {
    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner:hover {
        border-color: rgba(0, 182, 122, .72) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 12px 28px rgba(0, 182, 122, .12) !important;
        transform: translateY(-1px) !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner:hover .dm-product-trustpilot-banner__action {
        background: rgba(255, 255, 255, .11) !important;
    }
}

@media (max-width: 360px) {
    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner {
        grid-template-columns: 34px minmax(0, 1fr) 30px !important;
        gap: 8px !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner__mark {
        width: 34px !important;
        height: 34px !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner__action {
        width: 30px !important;
        min-width: 30px !important;
        padding: 0 !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-trustpilot-banner__action > span {
        display: none !important;
    }
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdowns {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 12px 15px 15px !important;
    border: 0 !important;
    background: transparent !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown {
    position: relative !important;
    min-width: 0 !important;
    min-height: 55px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .075) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, .018) !important;
    box-shadow: none !important;
    transition: border-color .18s ease, background .18s ease !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown:hover,
html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown:focus,
html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown:focus-within {
    border-color: rgba(255, 84, 94, .2) !important;
    background: rgba(255, 59, 71, .035) !important;
    outline: none !important;
    transform: none !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown__summary {
    display: grid !important;
    grid-template-columns: 27px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 7px !important;
    min-height: 53px !important;
    padding: 7px 8px !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown__icon {
    display: inline-grid !important;
    place-items: center !important;
    width: 27px !important;
    height: 27px !important;
    border: 1px solid rgba(255, 84, 94, .14) !important;
    border-radius: 8px !important;
    color: #ff626c !important;
    background: rgba(255, 59, 71, .07) !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown__icon svg {
    width: 13px !important;
    height: 13px !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown__title {
    display: flex !important;
    min-width: 0 !important;
    flex-direction: column !important;
    gap: 2px !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown__title strong {
    overflow: hidden !important;
    color: #e7eaf0 !important;
    font-size: 9.5px !important;
    font-weight: 750 !important;
    line-height: 1.15 !important;
    text-overflow: ellipsis !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown__title span {
    overflow: hidden !important;
    color: #747d8e !important;
    font-size: 8px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown__chevron {
    display: none !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown__panel {
    position: absolute !important;
    z-index: 70 !important;
    top: calc(100% + 5px) !important;
    right: 0 !important;
    display: none !important;
    width: min(235px, 78vw) !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px !important;
    overflow: visible !important;
    border: 1px solid rgba(255, 255, 255, .13) !important;
    border-radius: 10px !important;
    background: #151923 !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .45) !important;
    opacity: 1 !important;
    transform: none !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown:nth-child(odd) .dm-product-sidebar-dropdown__panel {
    right: auto !important;
    left: 0 !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown:hover .dm-product-sidebar-dropdown__panel,
html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown:focus .dm-product-sidebar-dropdown__panel,
html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown:focus-within .dm-product-sidebar-dropdown__panel {
    display: block !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown__panel p {
    margin: 0 0 7px !important;
    color: #aeb5c2 !important;
    font-size: 9px !important;
    line-height: 1.4 !important;
}

html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown__panel a,
html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdown__panel button {
    color: #ff727a !important;
    background: transparent !important;
    font-size: 9px !important;
    font-weight: 750 !important;
}

html body.single-product .dm-product-buy-card.is-configured .dm-product-buy-card__price .price del {
    display: none !important;
}

@media (min-width: 1025px) {
    html body.single-product .dm-product-purchase-column {
        scrollbar-width: thin !important;
        scrollbar-color: rgba(255, 255, 255, .16) transparent !important;
    }

    html body.single-product .dm-product-purchase-column::-webkit-scrollbar {
        width: 4px !important;
    }

    html body.single-product .dm-product-purchase-column::-webkit-scrollbar-track {
        background: transparent !important;
    }

    html body.single-product .dm-product-purchase-column::-webkit-scrollbar-thumb {
        border-radius: 999px !important;
        background: rgba(255, 255, 255, .16) !important;
    }
}

html body.single-product .dm-product-buy-card .wcpa_option_desc,
html body.single-product .dm-product-buy-card .wcpa_option_desc p,
html body.single-product .dm-product-buy-card .wcpa_field_bottom,
html body.single-product .dm-product-buy-card .wcpa_field_error,
html body.single-product .dm-product-buy-card .wcpa_field_error p {
    font-size: 9px !important;
    line-height: 1.35 !important;
}

html body.single-product .dm-product-buy-card .wcpa_field_error,
html body.single-product .dm-product-buy-card .wcpa_field_error p {
    color: #ff7d85 !important;
}

@media (max-width: 600px) {
    html body.single-product .dm-product-buy-card {
        border-radius: 16px !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-buy-card__heading {
        padding: 15px 14px 13px !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-buy-card__heading-copy strong {
        font-size: 14px !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-buy-card__price {
        margin-right: 13px !important;
        margin-left: 13px !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-buy-card__flow {
        margin-right: 13px !important;
        margin-left: 13px !important;
    }

    html body.single-product .dm-product-buy-card .dm-add-to-cart-wrap {
        padding-right: 13px !important;
        padding-left: 13px !important;
    }

    html body.single-product .dm-product-buy-card .dm-sidebar-payments {
        margin-right: 13px !important;
        margin-left: 13px !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-sidebar-dropdowns {
        padding-right: 13px !important;
        padding-left: 13px !important;
    }

    html body.single-product .dm-product-buy-card .dm-select__trigger,
    html body.single-product .dm-product-buy-card .wcpa_type_select select.wcpa_field,
    html body.single-product .dm-product-buy-card .wcpa_type_select .wcpa_advanced_select .wcpa__control {
        min-height: 48px !important;
    }
}

@media (max-width: 380px) {
    html body.single-product .dm-product-buy-card .dm-product-buy-card__status {
        width: 24px !important;
        min-height: 24px !important;
        justify-content: center !important;
        overflow: hidden !important;
        padding: 0 !important;
        color: transparent !important;
        font-size: 0 !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-buy-card__flow > span {
        gap: 4px !important;
        padding: 0 4px !important;
        font-size: 8px !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-cart__actions {
        grid-template-columns: 92px minmax(0, 1fr) !important;
    }

    html body.single-product .dm-product-buy-card .dm-product-cart__actions .quantity,
    html body.single-product .dm-product-buy-card .dm-product-cart__actions .quantity.buttons_added {
        width: 92px !important;
    }
}

/* Product-card scroll chain and option-row alignment — 2026-07-22. */
html body.single-product .dm-product-sidebar .dm-product-purchase-column > .dm-sticky-form.dm-product-buy-card {
    max-height: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-y: auto !important;
    touch-action: pan-y !important;
    scrollbar-width: auto !important;
}

html body.single-product .dm-product-purchase-column .dm-product-buy-card .dm-wcpa-options-collapsible .wcpa_field.wcpa_group_field {
    max-height: none !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    overscroll-behavior: auto !important;
    overscroll-behavior-y: auto !important;
    touch-action: pan-y !important;
}

@media (min-width: 481px) {
    html body.single-product .dm-product-purchase-column .dm-product-buy-card .wcpa_group_field .wcpa_checkbox > label,
    html body.single-product .dm-product-purchase-column .dm-product-buy-card .wcpa_group_field .wcpa_radio > label {
        display: grid !important;
        grid-template-columns: 20px minmax(0, 1fr) max-content !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 9px 10px !important;
    }

    html body.single-product .dm-product-purchase-column .dm-product-buy-card .wcpa_group_field .wcpa_checkbox > label .wcpa_option_price,
    html body.single-product .dm-product-purchase-column .dm-product-buy-card .wcpa_group_field .wcpa_radio > label .wcpa_option_price {
        position: static !important;
        inset: auto !important;
        align-self: center !important;
        justify-self: end !important;
        margin: 0 !important;
        transform: none !important;
    }

    html body.single-product .dm-product-purchase-column .dm-product-buy-card .wcpa_group_field .wcpa_checkbox_custom,
    html body.single-product .dm-product-purchase-column .dm-product-buy-card .wcpa_group_field .wcpa_radio_custom {
        align-self: center !important;
        justify-self: center !important;
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    html body.single-product .dm-product-purchase-column .dm-product-buy-card .wcpa_group_field .wcpa_checkbox > label,
    html body.single-product .dm-product-purchase-column .dm-product-buy-card .wcpa_group_field .wcpa_radio > label {
        grid-template-columns: 20px minmax(0, 1fr) !important;
        align-items: start !important;
    }

    html body.single-product .dm-product-purchase-column .dm-product-buy-card .wcpa_group_field .wcpa_checkbox > label .wcpa_option_price,
    html body.single-product .dm-product-purchase-column .dm-product-buy-card .wcpa_group_field .wcpa_radio > label .wcpa_option_price {
        position: static !important;
        inset: auto !important;
        grid-column: 2 !important;
        justify-self: start !important;
        margin: 4px 0 0 !important;
        transform: none !important;
    }
}

/* WCPA already renders the live order total beside the cart controls. Keep the
 * starting-price panel only for products that do not have that live total. */
html body.single-product .dm-product-buy-card:has(.wcpa_total) .dm-product-buy-card__price {
    display: none !important;
}

@media (prefers-reduced-motion: reduce) {
    html body.single-product .dm-product-buy-card *,
    html body.single-product .dm-product-buy-card *::before,
    html body.single-product .dm-product-buy-card *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}