/* Consolidated by SuperWoo 1.0.109 audit — see CSS-AUDIT.md */

:root {
    --superwoo-drawer-bg: #ffffff;
    --superwoo-drawer-text: #1f2933;
    --superwoo-drawer-muted: #697386;
    --superwoo-drawer-border: #e6e8ec;
    --superwoo-drawer-accent: var(--wp--preset--color--primary, var(--e-global-color-primary, var(--woocommerce-primary, #005b7f)));
    --superwoo-drawer-accent-hover: var(--wp--preset--color--secondary, var(--e-global-color-secondary, #004866));
    --superwoo-drawer-accent-text: #ffffff;
    --superwoo-drawer-secondary: var(--wp--preset--color--secondary, var(--e-global-color-secondary, #eaf3f7));
    --superwoo-drawer-surface: color-mix(in srgb, var(--superwoo-drawer-secondary) 16%, #ffffff);
    --superwoo-drawer-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
    --superwoo-mobile-bottom-nav-height: 82px;
    --superwoo-mobile-bottom-nav-gap: 10px;
    --superwoo-mobile-bottom-nav-accent: var(--wp--preset--color--primary, var(--e-global-color-primary, var(--woocommerce-primary, #005b7f)));
    --superwoo-mobile-bottom-nav-active: var(--wp--preset--color--secondary, var(--e-global-color-secondary, #74bf2e));
    --superwoo-mobile-bottom-nav-badge: #ef5b4f;
    --superwoo-mobile-bottom-nav-line: #026195;
    --superwoo-mobile-bottom-nav-text: var(--wp--preset--color--foreground, var(--e-global-color-text, #122342));
    --superwoo-mobile-bottom-nav-muted: #5f6872;
    --superwoo-drawer-action: #208f26;
    --superwoo-drawer-action-hover: #18731d;
    --superwoo-drawer-action-soft: #f5fbf3;
    --superwoo-drawer-action-line: #24a51f;
}

body.superwoo-cart-open {
    overflow: hidden;
}

.superwoo-cart-button {
    align-items: center;
    background: var(--superwoo-drawer-accent);
    border: 0;
    border-radius: 6px;
    color: var(--superwoo-drawer-accent-text);
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    padding: 10px 14px;
}

.superwoo-cart-button .superwoo-cart-icon { display: inline-flex; width: 25px; height: 25px; }
.superwoo-cart-button .superwoo-cart-icon svg { fill: none; height: 100%; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 100%; }

.superwoo-mobile-buy-now,
.superwoo-mobile-bottom-nav,
.superwoo-mobile-search-sheet {
    display: none;
}

body.superwoo-dashboard-page .superwoo-mobile-bottom-nav,
body.superwoo-dashboard-page .superwoo-mobile-search-sheet {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body.single-product form.cart .single_add_to_cart_button.superwoo-product-adding {
    align-items: center !important;
    box-sizing: border-box !important;
    cursor: wait;
    display: inline-flex !important;
    justify-content: center !important;
    opacity: 0.86;
}

body.single-product form.cart .single_add_to_cart_button.superwoo-product-adding .superwoo-product-spinner {
    animation: superwoo-product-spin 0.7s linear infinite;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 999px;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.superwoo-cart-shell .superwoo-cart-title {
    align-items: center;
    color: #071120;
    display: flex;
    font-size: 16px;
    gap: 8px !important;
    justify-content: center;
}

.superwoo-cart-shell .superwoo-cart-title .superwoo-cart-count {
    background: transparent !important;
    color: var(--superwoo-drawer-action) !important;
    font-weight: 700;
    padding: 0;
}

.superwoo-cart-shell .superwoo-cart-title strong {
    font: inherit;
    font-weight: 700;
}

.superwoo-cart-shell .superwoo-cart-item__name,
.superwoo-cart-shell .superwoo-cart-item__name a {
    color: #111827;
    display: -webkit-box;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    overflow: hidden;
    text-decoration: none;
}

.superwoo-cart-shell .superwoo-cart-item__name a:hover,
.superwoo-cart-shell .superwoo-cart-item__name a:focus {
    color: var(--superwoo-drawer-accent);
    font-size: 14px;
    line-height: 1.3;
}

.superwoo-cart-shell .superwoo-cart-primary {
    align-items: center;
    /* background: var(--superwoo-drawer-action); */
    border: 0;
    border-radius: 6px;
    /* box-shadow: 0 10px 22px rgba(32, 143, 38, 0.24); */
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    min-height: 50px;
    padding: 14px 18px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.superwoo-cart-primary__icon svg {
    display: block;
    fill: currentColor;
    height: 18px;
    width: 18px;
}

.superwoo-cart-shell .superwoo-cross-sell__add {
    border-radius: 6px !important;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    padding: 5px 10px;
    text-decoration: none;
    background: var(--superwoo-drawer-accent);
    border: 0;
    box-shadow: none;
    color: var(--superwoo-drawer-accent-text);
}

.superwoo-cart-shell .superwoo-cross-sell__add:hover,
.superwoo-cart-shell .superwoo-cross-sell__add:focus {
    border-radius: 6px !important;
    background: var(--superwoo-drawer-accent-hover) !important;
    color: var(--superwoo-drawer-accent-text) !important;
    outline: none;
}

.superwoo-cart-shell .superwoo-cross-sell__add:active {
    border-radius: 6px !important;
}

.superwoo-cart-count {
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
    min-height: 22px;
    min-width: 22px;
    padding: 0 6px;
}

.superwoo-elementor-cart-trigger {
    overflow: visible !important;
    position: relative !important;
}

.superwoo-elementor-cart-trigger > .superwoo-cart-count {
    align-items: center !important;
    background: #ff3b30;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: inline-flex !important;
    font-size: 11px;
    font-weight: 800;
    justify-content: center !important;
    line-height: 1;
    min-height: 18px;
    min-width: 18px;
    padding: 0 5px;
    pointer-events: none;
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 2;
}

.elementor-widget-icon .superwoo-elementor-cart-trigger,
.elementor-icon-wrapper .superwoo-elementor-cart-trigger {
    overflow: visible !important;
}

.superwoo-cart-shell {
    background: transparent !important;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.2s ease;
    z-index: 2147483647 !important;
    box-sizing: border-box;
}

.superwoo-cart-shell * {
    box-sizing: border-box;
}

.superwoo-cart-shell a,
.superwoo-cart-shell button,
.superwoo-cart-shell input {
    font-family: inherit;
    letter-spacing: 0;
}

.superwoo-cart-shell.is-open {
    opacity: 1;
    pointer-events: none;
}

.superwoo-cart-backdrop {
    background: transparent;
    inset: 0;
    position: absolute;
    pointer-events: none;
}

.superwoo-cart-drawer {
    background: var(--superwoo-drawer-bg);
    box-shadow: var(--superwoo-drawer-shadow);
    color: var(--superwoo-drawer-text);
    bottom: 0;
    display: block;
    height: 100vh;
    margin-left: auto;
    max-width: 420px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.24s ease;
    width: min(100vw, 420px);
    pointer-events: auto;
}

.superwoo-cart-shell.is-open .superwoo-cart-drawer {
    transform: translateX(0);
}

.superwoo-cart-shell .superwoo-cart-drawer__inner {
    align-items: stretch !important;
    display: block !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100%;
}

.superwoo-cart-shell .superwoo-cart-drawer__header {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #edf0ed !important;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    min-height: 50px;
    padding: 10px 18px;
}

.superwoo-cart-shell .superwoo-cart-drawer__header .superwoo-cart-title {
    grid-column: 2;
    justify-self: center;
}

.superwoo-cart-shell .superwoo-cart-drawer__header .superwoo-cart-close {
    grid-column: 3;
    justify-self: end;
}

.superwoo-cart-shell .superwoo-cart-close {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #071120 !important;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 36px;
    font-weight: 300;
    height: 40px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 34px;
    padding: 0;
    text-decoration: none;
    width: 40px;
    pointer-events: auto !important;
}

.superwoo-cart-shell .superwoo-remove-item {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #9ca3af !important;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 24px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 34px;
    padding: 0;
    text-decoration: none;
    width: 34px;
    pointer-events: auto !important;
}

.superwoo-cart-shell .superwoo-cart-live {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.superwoo-cart-shell .superwoo-cart-message {
    background: var(--superwoo-drawer-action-soft);
    border-bottom: 1px solid var(--superwoo-drawer-border);
    color: var(--superwoo-drawer-action);
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    padding: 16px 18px;
    text-align: left;
    width: auto;
    writing-mode: horizontal-tb !important;
    min-width: 0;
    align-items: center;
    border: 0;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin: 18px 24px 14px;
}

.superwoo-cart-shell .superwoo-cart-scroll {
    bottom: var(--superwoo-footer-offset, 118px) !important;
    left: 0 !important;
    min-height: 120px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    overscroll-behavior: contain !important;
    position: absolute !important;
    right: 0 !important;
    scrollbar-gutter: stable;
    top: var(--superwoo-header-offset, 82px) !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    writing-mode: horizontal-tb !important;
    background: #ffffff;
}

.superwoo-cart-shell .superwoo-cart-items {
    flex: 0 0 auto !important;
    max-height: none;
    min-height: 0;
    overflow: visible !important;
    padding: 0 24px 12px;
    width: 100% !important;
    writing-mode: horizontal-tb !important;
    display: grid;
    gap: 12px;
}

.superwoo-cart-shell .superwoo-cart-item {
    border: 1px solid #edf0ed;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    margin-bottom: 12px;
    padding: 12px;
    position: relative;
    width: 100%;
    align-items: start;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.035);
    margin: 0;
}

.superwoo-cart-shell .superwoo-cart-item.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

.superwoo-cart-shell .superwoo-cart-item.is-removing {
    opacity: 0.35;
    pointer-events: none;
}

.superwoo-cart-shell .superwoo-cart-item__image img {
    border-radius: 8px;
    display: block;
    height: 76px;
    object-fit: cover;
    width: 76px;
}

.superwoo-cart-shell .superwoo-cart-item__price {
    font-weight: 700;
    margin-top: 8px;
    color: #111827;
    font-size: 15px;
}

.superwoo-cart-shell .superwoo-free-gift-badge,
.superwoo-cart-shell .superwoo-gift-qty,
.superwoo-free-gift-label {
    background: #eef8e8;
    border-radius: 999px;
    color: #3f8f1f;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 8px;
    padding: 5px 9px;
}

.superwoo-cart-shell .superwoo-free-gift-badge strong {
    font-weight: 800;
}

.superwoo-cart-shell .superwoo-cart-item__actions {
    align-items: flex-end;
    display: flex;
    gap: 10px;
    grid-column: auto;
    justify-content: space-between;
    flex-direction: column;
}

.superwoo-cart-shell .superwoo-qty {
    align-items: center;
    border: 1px solid var(--superwoo-drawer-border);
    border-radius: 8px;
    display: inline-grid;
    grid-template-columns: 30px 38px 30px;
    height: 34px;
    overflow: hidden;
    pointer-events: auto;
    border-color: #dfe5df;
}

.superwoo-cart-shell .superwoo-qty button {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #111827 !important;
    height: 34px;
    line-height: 34px;
    margin: 0;
    min-height: 34px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    pointer-events: auto !important;
    user-select: none;
}

.superwoo-cart-shell .superwoo-qty input {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #111827 !important;
    height: 34px;
    line-height: 34px;
    margin: 0;
    min-height: 34px;
    padding: 0;
    text-align: center;
    appearance: textfield;
    font-weight: 800;
    pointer-events: auto !important;
    width: 42px;
}

.superwoo-cart-shell .superwoo-cross-sells {
    border-top: 1px solid var(--superwoo-drawer-border);
    flex: 0 0 auto;
    min-height: 0;
    overflow: hidden;
    padding: 14px;
    width: 100% !important;
    min-width: 0;
    writing-mode: horizontal-tb !important;
}

.superwoo-cart-shell .superwoo-cart-drawer__footer {
    min-width: 0;
    background: var(--superwoo-drawer-bg) !important;
    border-top: 1px solid #edf0ed;
    bottom: 0 !important;
    left: 0 !important;
    min-height: 92px;
    padding: 18px 24px 22px;
    position: absolute !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 2;
    writing-mode: horizontal-tb !important;
    box-shadow: 0 -10px 28px rgba(15, 23, 42, 0.05);
}

.superwoo-cart-shell .superwoo-cross-sells h3 {
    color: var(--superwoo-drawer-text);
    font-size: 15px !important;
    /* font-weight: 800; */
    line-height: 1.25 !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

.superwoo-cart-shell .superwoo-cross-sells__row {
    display: grid;
    gap: 10px;
    grid-auto-columns: 136px;
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 4px;
    width: 100%;
}

.superwoo-cart-shell .superwoo-cross-sell {
    border: 1px solid var(--superwoo-drawer-border);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 7px;
}

.superwoo-cart-shell .superwoo-cross-sell__image img {
    border-radius: 5px;
    display: block;
    height: 125px;
    object-fit: cover;
    width: 100%;
}

.superwoo-cart-shell .superwoo-cross-sell__title {
    color: var(--superwoo-drawer-text);
    display: -webkit-box;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    margin-top: 5px;
    min-height: 35px;
    overflow: hidden;
    padding: 0 !important;
    text-decoration: none;
}

.superwoo-cart-shell .superwoo-cross-sell__title:hover,
.superwoo-cart-shell .superwoo-cross-sell__title:focus {
    color: var(--superwoo-drawer-accent) !important;
    font-size: 13px;
    line-height: 1.3;
}

.superwoo-cart-shell .superwoo-cross-sell__price {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.superwoo-cart-button:hover,
.superwoo-cart-button:focus {
    background: var(--superwoo-drawer-accent-hover) !important;
    color: var(--superwoo-drawer-accent-text) !important;
    outline: none;
}

.superwoo-cart-shell .superwoo-cart-primary:hover,
.superwoo-cart-shell .superwoo-cart-primary:focus {
    background: #026195 !important;
    border-radius: 6px !important;
    outline: none;
}

.superwoo-cart-shell .superwoo-coupon-row {
    align-items: center;
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 12px;
    color: var(--superwoo-drawer-muted);
    font-size: 13px;
    flex-direction: row !important;
    writing-mode: horizontal-tb !important;
}

.superwoo-cart-shell .superwoo-cart-total {
    align-items: center;
    display: none;
    flex-direction: row !important;
    justify-content: space-between;
    margin-bottom: 12px;
    writing-mode: horizontal-tb !important;
}

.superwoo-cart-shell .superwoo-coupon-row a {
    color: var(--superwoo-drawer-accent);
}

.superwoo-cart-shell .superwoo-view-cart {
    color: var(--superwoo-drawer-accent);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}

.superwoo-cart-shell .superwoo-cart-primary:disabled,
.superwoo-cart-shell .superwoo-cart-primary.is-loading {
    cursor: wait;
    opacity: 0.75;
}

.superwoo-cart-shell .superwoo-cart-empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    left: 0;
    min-height: 260px;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: var(--superwoo-header-offset, 63px);
    bottom: 0;
}

.superwoo-cart-shell .superwoo-cart-empty h3 {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

.superwoo-cart-shell .superwoo-cart-empty p {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}

.superwoo-cart-shell .superwoo-cart-empty .superwoo-cart-primary {
    align-self: center;
    max-width: 240px;
    min-width: 190px;
    width: auto !important;
}

.superwoo-cart-shell .superwoo-cart-drawer {
    align-items: stretch !important;
    bottom: 0 !important;
    display: block !important;
    height: 100dvh !important;
    justify-content: flex-start !important;
    max-height: 100dvh !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 2147483647 !important;
    max-width: 440px;
    width: min(100vw, 440px);
}

button.superwoo-cross-sell__add {
    background: transparent !important;
    border: 1px solid var(--superwoo-drawer-accent) !important;
    color: var(--superwoo-drawer-accent) !important;
    padding: 0px !important;
}

.superwoo-cart-shell .superwoo-cart-backdrop {
    z-index: 2147483647 !important;
}

.superwoo-cart-shell .superwoo-cart-title .superwoo-cart-count::before {
    content: "(";
}

.superwoo-cart-shell .superwoo-cart-title .superwoo-cart-count::after {
    content: ")";
}

.superwoo-cart-message__icon,
.superwoo-bundle-notice__icon,
.superwoo-cart-primary__icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
}

.superwoo-cart-message__icon svg,
.superwoo-bundle-notice__icon svg {
    display: block;
    fill: currentColor;
    height: 22px;
    width: 22px;
}

.superwoo-cart-shell .superwoo-cart-offer-notices {
    display: grid;
    gap: 12px;
    padding: 0 24px 16px;
}

.superwoo-cart-shell .superwoo-bundle-notice {
    background: #ffffff;
    border: 1px solid #edf0ed;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    color: #111827;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 10px;
}

.superwoo-cart-shell .superwoo-bundle-notice__top {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
}

.superwoo-cart-shell .superwoo-bundle-notice__icon {
    background: #e9f8e7;
    border-radius: 9px;
    color: var(--superwoo-drawer-action);
    height: 44px;
    width: 44px;
}

.superwoo-cart-shell .superwoo-bundle-notice__top div {
    color: #111827;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.superwoo-cart-shell .superwoo-bundle-notice__top div strong {
    font-weight: 800;
}

.superwoo-cart-shell .superwoo-bundle-notice__top div span {
    color: #1f2937;
}

.superwoo-cart-shell .superwoo-bundle-notice__top > strong {
    align-items: center;
    background: var(--superwoo-drawer-action-soft);
    border-radius: 999px;
    color: var(--superwoo-drawer-action);
    display: none;
    font-size: 13px;
    justify-content: center;
    padding: 0 10px;
    white-space: nowrap;
}

.superwoo-cart-shell .superwoo-bundle-progress {
    background: #f1f3f1;
    border-radius: 999px;
    height: 28px;
    position: relative;
    overflow: hidden;
}

.superwoo-cart-shell .superwoo-bundle-progress__fill {
    background: var(--superwoo-drawer-action-line);
    border-radius: inherit;
    display: block;
    height: 100%;
}

.superwoo-cart-shell .superwoo-bundle-progress__labels {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
    padding: 0 12px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
    white-space: nowrap;
}

.superwoo-cart-shell .superwoo-bundle-progress__current {
    color: #fff;
}

.superwoo-cart-shell .superwoo-bundle-progress__separator {
    color: rgba(255, 255, 255, 0.8);
}

.superwoo-cart-shell .superwoo-bundle-progress__target {
    color: rgba(255, 255, 255, 0.9);
}

.superwoo-cart-shell .superwoo-bundle-notice--success {
    align-items: center;
    background: var(--superwoo-drawer-action-soft);
    border-color: #dcefd9;
    color: var(--superwoo-drawer-action);
    font-weight: 800;
}

.superwoo-cart-shell .superwoo-cart-item__content {
    min-width: 0;
}

.superwoo-cart-shell .superwoo-cart-item__meta,
.superwoo-cart-shell .superwoo-cart-item__meta * {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 4px;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .product_type_simple,
.woocommerce ul.products li.product .product_type_variable,
.woocommerce-page ul.products li.product .button,
.wc-block-grid__product-add-to-cart .wp-block-button__link,
.wp-block-woocommerce-product-button .wp-block-button__link {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex !important;
    justify-content: center;
    text-align: center;
    width: 100% !important;
}

.woocommerce ul.products li.product .product-label,
.woocommerce ul.products li.product .product-badge,
.woocommerce div.product .product-label,
.woocommerce div.product .product-badge,
body .product .product-label,
body .product .product-badge {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-flex !important;
}

.woocommerce ul.products li.product span.discount,
.woocommerce ul.products li.product .discount,
.woocommerce div.product span.discount,
.woocommerce div.product .discount,
body .product span.discount,
body .product .discount {
   /* opacity: 1 !important;
    visibility: visible !important;
    display: inline-flex !important;
    align-items: center !important;
    background: #72B831 !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 6px 14px rgba(32, 143, 38, 0.2) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    min-height: 26px !important;
    min-width: 46px !important;
    padding: 7px 10px !important;
    text-align: center !important;
    text-transform: none !important;
    white-space: nowrap !important; */
}

.superwoo-cart-shell.is-open .superwoo-cart-drawer span.discount {
    display: none !important;
}




@media (max-width: 480px) {
    .superwoo-cart-drawer {
        max-width: none;
        width: 100vw;
    }
}

@media (max-width: 767px) {
    body.superwoo-dashboard-page,
    body.superwoo-dashboard-page.superwoo-has-mobile-bottom-nav {
        padding-bottom: 0 !important;
    }

    body.superwoo-has-mobile-bottom-nav {
        padding-bottom: calc(var(--superwoo-mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px));
    }

    body.single-product.superwoo-has-mobile-buy-now {
        padding-bottom: calc(var(--superwoo-mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px));
    }

    body.single-product.superwoo-mobile-product-sticky-active {
        padding-bottom: calc(62px + env(safe-area-inset-bottom, 0px));
    }

    body.superwoo-mobile-search-open {
        overflow: visible;
    }

    .superwoo-mobile-bottom-nav {
        align-items: stretch;
        background: #ffffff;
        border-radius: 26px 26px 0 0;
        bottom: -2px;
        box-shadow: 0 -18px 42px rgba(15, 23, 42, 0.14);
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        left: 0;
        padding: 10px 8px calc(8px + env(safe-area-inset-bottom, 0px));
        position: fixed;
        right: 0;
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
        width: auto;
        z-index: 999997;
    }

    body.single-product.superwoo-mobile-product-sticky-active .superwoo-mobile-bottom-nav {
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
        visibility: hidden;
    }

.superwoo-mobile-bottom-nav__item, button.superwoo-mobile-bottom-nav__item {
        align-items: center;
        appearance: none;
        background: transparent !important;
        border: 0;
        border-radius: 0;
        box-sizing: border-box;
        color: var(--superwoo-mobile-bottom-nav-muted) !important;
        display: flex;
        flex-direction: column;
        font-family: inherit;
        gap: 5px;
        justify-content: space-between;
        line-height: 1.2;
        margin: 0;
        min-height: 50px;
        padding: 5px !important;
        position: relative;
        text-align: center;
        text-decoration: none !important;
        transition: background-color 0.18s ease, color 0.18s ease;
        width: 100%;
    }

    .superwoo-mobile-bottom-nav__item:hover,
    .superwoo-mobile-bottom-nav__item:focus {
        /* background: rgba(116, 191, 46, 0.1) !important; */
        /* background: 
        color-mix(in srgb, var(--superwoo-mobile-bottom-nav-active) 12%, #ffffff) !important; */
        color: var(--superwoo-mobile-bottom-nav-accent) !important;
        /* outline: none; */
    }

    .superwoo-mobile-bottom-nav__item:not(:first-child)::before {
        background: rgba(15, 23, 42, 0.1);
        content: "";
        height: 38px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
    }

    .superwoo-mobile-bottom-nav__item.is-active {
        /* background: rgba(116, 191, 46, 0.13) !important; */
        /* background: 
color-mix(in srgb, var(--superwoo-mobile-bottom-nav-active) 16%, #ffffff) !important; */
        color: var(--superwoo-mobile-bottom-nav-text) !important;
        /* font-weight: 900; */
    }

  /*  .superwoo-mobile-bottom-nav__item.is-active::after {
        background: var(--superwoo-mobile-bottom-nav-line);
        border-radius: 999px;
        bottom: 4px;
        content: "";
        height: 4px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 30px;
    } */

    .superwoo-mobile-bottom-nav__icon {
        align-items: center;
        color: currentColor;
        display: inline-flex;
        height: 30px;
        justify-content: center;
        position: relative;
        width: 30px;
    }

    .superwoo-mobile-bottom-nav__icon svg {
        display: block;
        fill: none;
        height: 30px;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
        width: 30px;
    }

    .superwoo-mobile-bottom-nav__label {
        display: block;
        font-size: 11px;
        line-height: 1.2;
    }

    .superwoo-mobile-bottom-nav__icon > .superwoo-cart-count {
        align-items: center !important;
        background: var(--superwoo-mobile-bottom-nav-badge) !important;
        border: 2px solid #fff;
        border-radius: 999px;
        color: #fff !important;
        display: inline-flex !important;
        font-size: 10px;
        font-weight: 900;
        justify-content: center !important;
        line-height: 1;
        min-height: 19px;
        min-width: 19px;
        padding: 0 3px;
        position: absolute;
        right: -13px;
        top: -7px;
        z-index: 2;
    }

    .superwoo-mobile-search-sheet {
        display: none;
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity 0.18s ease;
        z-index: 1000001;
    }

    .superwoo-mobile-search-sheet.is-open {
        display: block !important;
        opacity: 1 !important;
        pointer-events: none !important;
    }

    .superwoo-mobile-search-sheet__backdrop {
        background: transparent !important;
        border: 0 !important;
        display: none !important;
        inset: 0;
        margin: 0 !important;
        padding: 0 !important;
        pointer-events: none !important;
        position: absolute;
        width: 100% !important;
    }

    .superwoo-mobile-search-sheet__panel {
        background: #ffffff !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-radius: 18px !important;
        box-shadow: 0 18px 52px rgba(15, 23, 42, 0.22) !important;
        bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
        box-sizing: border-box !important;
        left: 12px !important;
        max-width: none !important;
        padding: 12px !important;
        pointer-events: auto !important;
        position: absolute !important;
        right: 12px !important;
        width: auto !important;
    }

    .superwoo-mobile-search-form {
        align-items: stretch !important;
        box-sizing: border-box !important;
        display: grid !important;
        gap: 9px !important;
        grid-template-columns: minmax(0, 1fr) 78px 38px !important;
        margin: 0 !important;
        max-width: none !important;
        width: 100% !important;
    }

    .superwoo-mobile-search-form input[type="search"] {
        appearance: none;
        border: 1px solid var(--superwoo-drawer-border) !important;
        border-radius: 6px !important;
        box-shadow: none !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        min-height: 48px !important;
        min-width: 0 !important;
        padding: 0 12px !important;
        width: 100% !important;
    }

    .superwoo-mobile-search-form button {
        align-items: center;
        background: var(--superwoo-drawer-accent) !important;
        border: 0 !important;
        border-radius: 6px !important;
        box-shadow: none !important;
        color: var(--superwoo-drawer-accent-text) !important;
        display: inline-flex !important;
        font-weight: 800;
        justify-content: center !important;
        margin: 0 !important;
        min-height: 48px;
        padding: 0 14px !important;
        width: 100% !important;
    }

    .superwoo-mobile-search-form .superwoo-mobile-search-form__close {
        background: #f2f4f7 !important;
        color: var(--superwoo-drawer-text) !important;
        font-size: 22px;
        padding: 0 !important;
    }

    body.superwoo-cart-open .superwoo-mobile-bottom-nav,
    body.superwoo-mobile-search-open .superwoo-mobile-bottom-nav {
        display: none !important;
    }

    body.single-product .superwoo-mobile-buy-now {
        --superwoo-mobile-atc-bg: var(--wp--preset--color--secondary, var(--e-global-color-secondary, #eee3bd));
        --superwoo-mobile-atc-text: var(--wp--preset--color--foreground, var(--e-global-color-text, #101010));
        background: #ffffff;
        border-top: 1px solid rgba(15, 23, 42, 0.18);
        bottom: 0;
        box-shadow: 0 -12px 30px rgba(15, 23, 42, 0.12);
        box-sizing: border-box;
        display: grid !important;
        grid-template-columns: 30% 70% !important;
        left: 0;
        margin: 0 !important;
        max-width: none !important;
        min-height: calc(62px + env(safe-area-inset-bottom, 0px));
        opacity: 0;
        padding: 0 !important;
        pointer-events: none;
        position: fixed;
        right: 0;
        transform: translateY(100%);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
        visibility: hidden;
        width: 100vw !important;
        z-index: 999996;
        align-items: stretch !important;
        gap: 0 !important;
    }

    body.single-product.superwoo-mobile-product-sticky-active .superwoo-mobile-buy-now {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    body.single-product.superwoo-cart-open .superwoo-mobile-buy-now,
    body.single-product.superwoo-mobile-search-open .superwoo-mobile-buy-now {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }

    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .quantity {
        display: grid !important;
        opacity: 1 !important;
        visibility: visible !important;
        align-items: stretch !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        margin: 0 !important;
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        width: 100% !important;
    }

    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .qty,
    body.single-product.superwoo-has-mobile-buy-now form.cart .qty {
        display: inline-block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) button[name="add-to-cart"]:not(.superwoo-native-buy-now-mobile),
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) input[name="add-to-cart"]:not(.superwoo-native-buy-now-mobile),
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .superwoo-native-add-to-cart-mobile {
        display: inline-flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        margin: 0 !important;
        max-width: none !important;
        min-height: 52px !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.single-product.superwoo-has-mobile-buy-now form.cart .quantity {
        display: inline-flex !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.single-product.superwoo-has-mobile-buy-now form.cart .superwoo-native-add-to-cart-mobile {
        display: inline-flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.single-product.superwoo-mobile-cart-enabled .superwoo-native-buy-now-mobile,
    body.single-product.superwoo-mobile-cart-enabled .summary .superwoo-native-buy-now-mobile,
    body.single-product.superwoo-mobile-cart-enabled .product .superwoo-native-buy-now-mobile,
    body.single-product.superwoo-mobile-cart-enabled .elementor-widget-woocommerce-product-add-to-cart .superwoo-native-buy-now-mobile,
    body.single-product.superwoo-mobile-cart-enabled #btn-1cc-pdp.superwoo-native-buy-now-mobile,
    body.single-product.superwoo-mobile-cart-enabled form.cart .buy-now,
    body.single-product.superwoo-mobile-cart-enabled form.cart .buy_now,
    body.single-product.superwoo-mobile-cart-enabled form.cart .single_buy_now_button,
    body.single-product.superwoo-mobile-cart-enabled form.cart .single-buynow-button,
    body.single-product.superwoo-mobile-cart-enabled form.cart .wd-buy-now-btn,
    body.single-product.superwoo-mobile-cart-enabled form.cart .woodmart-buy-now-btn,
    body.single-product.superwoo-mobile-cart-enabled form.cart button[name="buy_now"],
    body.single-product.superwoo-mobile-cart-enabled form.cart button[name="buy-now"],
    body.single-product.superwoo-mobile-cart-enabled form.cart button[value="buy_now"],
    body.single-product.superwoo-mobile-cart-enabled form.cart button[value="buy-now"],
    body.single-product.superwoo-mobile-cart-enabled form.cart a[href*="buy-now"] {
        box-sizing: border-box !important;
        display: flex !important;
        float: none !important;
        justify-content: center !important;
        margin: 0 0 10px !important;
        max-width: 100% !important;
        min-width: 0 !important;
        text-align: center !important;
        width: 100% !important;
    }

    body.single-product.superwoo-mobile-cart-enabled .superwoo-native-buy-now-mobile *,
    body.single-product.superwoo-mobile-cart-enabled .superwoo-native-buy-now-mobile span {
        text-align: center !important;
    }

    body.single-product.superwoo-mobile-cart-enabled .superwoo-native-buy-now-wrap-mobile {
        box-sizing: border-box !important;
        display: block !important;
        float: none !important;
        margin: 0 0 10px !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .superwoo-mobile-buy-now__qty {
        align-items: stretch;
        background: #ffffff;
        border-right: 1px solid rgba(15, 23, 42, 0.16);
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        min-height: calc(62px + env(safe-area-inset-bottom, 0px));
        width: 100%;
    }

    .superwoo-mobile-buy-now__qty button {
        appearance: none;
        background: #ffffff !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        box-sizing: border-box;
        color: #101010 !important;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        margin: 0 !important;
        min-height: calc(62px + env(safe-area-inset-bottom, 0px));
        padding: 0 !important;
        text-align: center;
        width: 100% !important;
        cursor: pointer;
    }

    .superwoo-mobile-buy-now__qty input {
        appearance: none;
        background: #ffffff !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        box-sizing: border-box;
        color: #101010 !important;
        font-size: 17px;
        font-weight: 800;
        line-height: 1;
        margin: 0 !important;
        min-height: calc(62px + env(safe-area-inset-bottom, 0px));
        padding: 0 !important;
        text-align: center;
        width: 100% !important;
        pointer-events: auto;
    }

    .superwoo-mobile-buy-now__button {
        align-items: center;
        background: var(--superwoo-mobile-atc-bg) !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        box-sizing: border-box;
        color: var(--superwoo-mobile-atc-text) !important;
        cursor: pointer;
        display: inline-flex;
        font-size: 15px;
        font-weight: 900;
        justify-content: center;
        line-height: 1.2;
        margin: 0 !important;
        max-width: none !important;
        min-height: calc(62px + env(safe-area-inset-bottom, 0px));
        padding: 16px 18px calc(16px + env(safe-area-inset-bottom, 0px)) !important;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        width: 100% !important;
    }

    .superwoo-mobile-buy-now__button:hover,
    .superwoo-mobile-buy-now__button:focus {
        background: color-mix(in srgb, var(--superwoo-mobile-atc-bg) 88%, #000000) !important;
        color: var(--superwoo-mobile-atc-text) !important;
        outline: none;
    }

    .superwoo-mobile-buy-now__button:disabled,
    .superwoo-mobile-buy-now__button.is-disabled {
        cursor: not-allowed;
        opacity: 0.58;
    }

    .superwoo-cart-shell .superwoo-cart-message {
        margin: 14px 16px 12px;
        padding: 14px 16px;
    }

    .superwoo-cart-shell .superwoo-cart-offer-notices,
    .superwoo-cart-shell .superwoo-cart-items {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .superwoo-cart-shell .superwoo-bundle-notice__top {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .superwoo-cart-shell .superwoo-bundle-notice__top > strong {
        grid-column: 2;
        justify-self: start;
    }

    .superwoo-cart-shell .superwoo-cart-item {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .superwoo-cart-shell .superwoo-cart-item__actions {
        align-items: center;
        flex-direction: row;
        grid-column: 2;
        justify-content: space-between;
        width: 100%;
    }

    .superwoo-cart-shell .superwoo-cart-drawer__footer {
        padding: 14px 16px calc(16px + env(safe-area-inset-bottom, 0px)) !important;
    }

    body.single-product .superwoo-mobile-buy-now__qty {
        border-radius: 0 !important;
        margin: 0 !important;
        min-width: 0 !important;
        width: 100% !important;
        border-right: 0 !important;
        grid-column: 1 !important;
    }

    body.single-product .superwoo-mobile-buy-now__button {
        border-radius: 0 !important;
        margin: 0 !important;
        min-width: 0 !important;
        width: 100% !important;
        grid-column: 2 !important;
    }

    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form):not(.variations_form),
    body.single-product.superwoo-has-mobile-buy-now form.cart:not(.grouped_form):not(.variations_form) {
        align-items: stretch !important;
        box-sizing: border-box !important;
        display: grid !important;
        gap: 10px !important;
        grid-auto-flow: row !important;
        grid-template-columns: calc(30% - 5px) calc(70% - 5px) !important;
        width: 100% !important;
    }

    body.single-product.superwoo-mobile-cart-enabled form.cart.variations_form,
    body.single-product.superwoo-has-mobile-buy-now form.cart.variations_form {
        box-sizing: border-box !important;
        display: block !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    body.single-product.superwoo-mobile-cart-enabled form.cart.variations_form .woocommerce-variation-add-to-cart,
    body.single-product.superwoo-has-mobile-buy-now form.cart.variations_form .woocommerce-variation-add-to-cart {
        align-items: stretch !important;
        box-sizing: border-box !important;
        display: grid !important;
        gap: 10px !important;
        grid-auto-flow: row !important;
        grid-template-columns: calc(30% - 5px) calc(70% - 5px) !important;
        margin: 0 !important;
        max-width: none !important;
        width: 100% !important;
    }

    body.single-product.superwoo-mobile-cart-enabled form.cart.variations_form .single_variation_wrap,
    body.single-product.superwoo-has-mobile-buy-now form.cart.variations_form .single_variation_wrap {
        display: block !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    body.single-product.superwoo-has-mobile-buy-now form.cart:not(.grouped_form) .quantity {
        align-items: stretch !important;
        display: grid !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        margin: 0 !important;
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        width: 100% !important;
    }

    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .single_variation,
    body.single-product.superwoo-has-mobile-buy-now form.cart:not(.grouped_form) .single_variation {
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }

    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .quantity .qty,
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) input.qty,
    body.single-product.superwoo-has-mobile-buy-now form.cart:not(.grouped_form) .quantity .qty,
    body.single-product.superwoo-has-mobile-buy-now form.cart:not(.grouped_form) input.qty,
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .quantity .qty-btn,
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .quantity button,
    body.single-product.superwoo-has-mobile-buy-now form.cart:not(.grouped_form) .quantity .qty-btn,
    body.single-product.superwoo-has-mobile-buy-now form.cart:not(.grouped_form) .quantity button {
        align-items: center !important;
        box-sizing: border-box !important;
        display: inline-flex !important;
        justify-content: center !important;
        margin: 0 !important;
        min-height: 52px !important;
        min-width: 0 !important;
        opacity: 1 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        visibility: visible !important;
        width: 100% !important;
    }

    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .single_add_to_cart_button:not(.superwoo-native-buy-now-mobile),
    body.single-product.superwoo-has-mobile-buy-now form.cart:not(.grouped_form) .single_add_to_cart_button:not(.superwoo-native-buy-now-mobile),
    body.single-product.superwoo-has-mobile-buy-now form.cart:not(.grouped_form) .superwoo-native-add-to-cart-mobile {
        align-items: center !important;
        box-sizing: border-box !important;
        display: inline-flex !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-content: center !important;
        margin: 0 !important;
        max-width: none !important;
        min-height: 52px !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .quantity + button[name="add-to-cart"],
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .quantity + .single_add_to_cart_button,
    body.single-product.superwoo-has-mobile-buy-now form.cart:not(.grouped_form) .quantity + button[name="add-to-cart"],
    body.single-product.superwoo-has-mobile-buy-now form.cart:not(.grouped_form) .quantity + .single_add_to_cart_button {
        grid-column: 2 !important;
    }

    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .superwoo-native-buy-now-mobile,
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .superwoo-native-buy-now-wrap-mobile,
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .buy-now,
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .buy_now,
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .single_buy_now_button,
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .single-buynow-button,
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .wd-buy-now-btn,
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) .woodmart-buy-now-btn,
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) button[name="buy_now"],
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) button[name="buy-now"],
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) button[value="buy_now"],
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) button[value="buy-now"],
    body.single-product.superwoo-mobile-cart-enabled form.cart:not(.grouped_form) a[href*="buy-now"] {
        box-sizing: border-box !important;
        display: flex !important;
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        justify-content: center !important;
        margin: 0 !important;
        max-width: none !important;
        min-height: 52px !important;
        width: 100% !important;
    }

}

@keyframes superwoo-product-spin {
    to {
        transform: rotate(360deg);
    }
}
