/* StrongerFit AJAX cart feedback for Purefit Products, V2 and V3. */
.purefit-ajax-cart {
    position: relative;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease,
        box-shadow .18s ease, transform .18s ease !important;
}
/* Header only: preserve unrelated product rating colors. */
.header-area, .xb-header-wrap, .header-mini-cart { --color-secondary: #ff4f2d; }
.header-area .mini-cart-count { background: #ff4f2d !important; color: #fff !important; }
.header-mini-cart .woocommerce-Price-amount { color: #ff4f2d !important; }
.header-area .xb-menu-primary li.current-menu-item > a,
.header-area .xb-menu-primary li.current_page_item > a,
.header-area .xb-menu-primary li > a.current,
.header-area .xb-menu-primary li > a:hover { color: #ff4f2d !important; }
.header-mini-cart .woocommerce-mini-cart__buttons {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.header-area .header-mini-cart .woocommerce-mini-cart__buttons a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0;
    height: 48px !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 1px solid #ff4f2d !important;
    border-radius: 5px !important;
    box-sizing: border-box;
    background: #ff4f2d !important;
    color: #fff !important;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    transition: background-color .18s, color .18s;
}
.header-area .header-mini-cart .woocommerce-mini-cart__buttons a:hover,
.header-area .header-mini-cart .woocommerce-mini-cart__buttons a:focus-visible {
    background: #fff !important; color: #111 !important; border-color: #fff !important;
}
.header-area .header-mini-cart .woocommerce-mini-cart__buttons a:active {
    background: #111 !important; color: #fff !important; border-color: #111 !important;
}
.purefit-search-suggestions .purefit-search-product,
.purefit-search-suggestions .purefit-search-product-info { text-align: left !important; justify-items: start; align-items: start; }
.purefit-search-suggestions .purefit-search-product-info strong { color: #fff !important; text-align: left !important; }
.purefit-search-suggestions .purefit-search-product-price { text-align: left !important; align-self: flex-start; }

/* Keep expanding add-button behaviour; feedback is OUTSIDE its absolute layout. */
.sf-products-carousel .purefit-ajax-cart:hover .xb-item--cart,
.sf-products-carousel .purefit-ajax-cart:focus-visible .xb-item--cart { color: #111 !important; }
.sf-products-carousel .product-item:focus-within .purefit-ajax-cart { width: 100%; }
.sf-products-carousel .product-item:focus-within .xb-item--cart { opacity: 1; visibility: visible; width: auto; margin-left: 7px; }
.sf-products-carousel .product-item:focus-within .xb-item--price { opacity: 0; }
.sf-products-carousel .purefit-ajax-cart.added::after { display: none !important; }
.sf-products-carousel .xb-item--cart-icon { position: relative; display: inline-flex; align-items: center; justify-content: center; }
.sf-products-carousel .sf-cart-success .xb-item--cart-icon img { visibility: hidden; }
.sf-products-carousel .sf-cart-success .xb-item--cart-icon::after {
    content: '✓'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    font-size: 23px; font-weight: 700; color: #fff;
}
.sf-products-carousel .sf-cart-success:hover .xb-item--cart-icon::after { color: #111; }
.sf-products-carousel .sf-product-feedback {
    min-height: 28px; margin-top: 7px; display: flex; justify-content: center; align-items: center;
    text-align: center; font-size: 13px; line-height: 1.4; color: #111;
}
.sf-products-carousel .sf-view-cart,
.popular-product-item .added_to_cart,
.xb-product .added_to_cart {
    color: #111 !important; background: transparent !important; border: 0 !important;
    box-shadow: none !important; text-decoration: none; transition: color .18s;
}
.sf-products-carousel .sf-view-cart:hover,
.popular-product-item .added_to_cart:hover,
.xb-product .added_to_cart:hover,
.sf-products-carousel .sf-view-cart:focus-visible,
.popular-product-item .added_to_cart:focus-visible,
.xb-product .added_to_cart:focus-visible { color: #ff4f2d !important; }
.sf-products-carousel { position: relative; padding: 0 46px; }
.sf-products-slider { overflow: hidden; }
.sf-products-carousel > .sf-products-prev,
.sf-products-carousel > .sf-products-next {
    position: absolute; top: calc(50% - 21px); width: 38px; height: 42px; padding: 0;
    display: flex; align-items: center; justify-content: center; border: 0; border-radius: 5px;
    background: #777; color: #fff; opacity: .5; font: 34px/1 sans-serif; cursor: pointer;
    transform: scale(1); transform-origin: center center; transition: transform .18s, opacity .18s;
}
.sf-products-carousel > .sf-products-prev { left: 0; }
.sf-products-carousel > .sf-products-next { right: 0; }
.sf-products-carousel > .sf-products-prev:hover,
.sf-products-carousel > .sf-products-next:hover,
.sf-products-carousel > .sf-products-prev:focus-visible,
.sf-products-carousel > .sf-products-next:focus-visible { opacity: 1; transform: scale(1.1); }
.sf-products-dots { display: none; }
.sf-single-product > .sf-products-prev, .sf-single-product > .sf-products-next { display: none; }
@media (max-width: 767px) {
    .sf-products-carousel { padding: 0; }
    .sf-products-carousel > .sf-products-prev, .sf-products-carousel > .sf-products-next { display: none; }
    .sf-products-dots { display: flex; justify-content: center; flex-wrap: wrap; gap: 2px; padding-top: 10px; }
    .sf-products-dots button {
        width: 28px; height: 28px; padding: 9px; border: 0; border-radius: 50%;
        background: transparent; display: flex; cursor: pointer;
    }
    .sf-products-dots button::before { content: ''; display: block; width: 10px; height: 10px; border-radius: 50%; background: #aaa; }
    .sf-products-dots button.is-active::before { background: #ff4f2d; }
}

/* 1.3.7 account refinement: centered access title and editor-owned page background. */
body.woocommerce-account:not(.logged-in) .breadcrumb__content,
body.woocommerce-account:not(.logged-in) .breadcrumb__title,
body.woocommerce-account:not(.logged-in) .entry-title,
body.woocommerce-account:not(.logged-in) .page-title {
    width: 100% !important;
    text-align: center !important;
}

body.woocommerce-account.logged-in .sf-account-shell {
    margin: 56px auto !important;
    padding: 0 !important;
    background: #fff !important;
}

body.woocommerce-account.logged-in .sf-account-shell::before {
    content: none !important;
    display: none !important;
    background: none !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
    background: rgba(255, 255, 255, .96) !important;
}

body.woocommerce-account.logged-in .sf-account-wishlist > h2 {
    margin: 0 0 26px;
    color: #111;
    font-weight: 850;
    text-transform: uppercase;
}

body.woocommerce-account.logged-in .sf-account-wishlist .wishlist_table,
body.woocommerce-account.logged-in .sf-account-wishlist .shop_table {
    width: 100%;
    border: 1px solid #e4e4e4 !important;
    background: #fff;
}

body.woocommerce-account.logged-in .sf-account-wishlist .product-name a {
    color: #111 !important;
    font-weight: 750;
}

body.woocommerce-account.logged-in .sf-account-wishlist .button,
body.woocommerce-account.logged-in .sf-account-wishlist .add_to_cart_button {
    border-color: #ff4f2d !important;
    background: #ff4f2d !important;
    color: #fff !important;
}

@media (max-width: 991px) {
    body.woocommerce-account.logged-in .sf-account-shell {
        margin: 28px auto !important;
        padding: 0 !important;
    }

    body.woocommerce-account.logged-in .sf-account-wishlist {
        overflow-x: auto;
    }
}

/* 1.3.7 registration layout safeguards — must remain last. */
body.woocommerce-account:not(.logged-in) .sf-auth {
    padding-top: clamp(42px, 6vw, 78px) !important;
}

body.woocommerce-account:not(.logged-in) #login.sf-auth-panel .woocommerce-form-login .woocommerce-form-row,
body.woocommerce-account:not(.logged-in) #registro.sf-auth-panel .woocommerce-form-register .woocommerce-form-row,
body.woocommerce-account:not(.logged-in) #registro.sf-auth-panel .woocommerce-form-register .form-row {
    display: block !important;
    width: 100% !important;
    float: none !important;
}

body.woocommerce-account:not(.logged-in) #login.sf-auth-panel .woocommerce-form-login .woocommerce-form-row > label,
body.woocommerce-account:not(.logged-in) #registro.sf-auth-panel .woocommerce-form-register .woocommerce-form-row > label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 7px !important;
    float: none !important;
}

body.woocommerce-account:not(.logged-in) #login.sf-auth-panel .password-input,
body.woocommerce-account:not(.logged-in) #registro.sf-auth-panel .password-input {
    display: block !important;
    width: 100% !important;
    clear: both !important;
    float: none !important;
}

body.woocommerce-account:not(.logged-in) #login.sf-auth-panel .password-input input,
body.woocommerce-account:not(.logged-in) #registro.sf-auth-panel .password-input input {
    display: block !important;
    width: 100% !important;
    float: none !important;
}

body.woocommerce-account:not(.logged-in) #registro .sf-auth-privacy {
    margin: 4px 0 18px !important;
}

body.woocommerce-account:not(.logged-in) #registro .sf-auth-privacy .woocommerce-form__label-for-checkbox {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    color: #111 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

body.woocommerce-account:not(.logged-in) #registro .sf-auth-privacy input[type="checkbox"] {
    position: static !important;
    width: 17px !important;
    height: 17px !important;
    margin: 2px 0 0 !important;
    opacity: 1 !important;
    appearance: auto !important;
}

body.woocommerce-account:not(.logged-in) #registro .sf-auth-privacy a {
    color: #1267c4 !important;
    text-decoration: underline;
}

/* 1.3.7 login/register tabs inspired by Weblineshop. */
body.woocommerce-account:not(.logged-in) .sf-auth {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

body.woocommerce-account:not(.logged-in) .sf-auth-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 5vw, 48px);
    margin: 0 0 34px;
}

body.woocommerce-account:not(.logged-in) .sf-auth-tab {
    position: relative;
    padding: 5px 0 11px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #999 !important;
    font-size: clamp(22px, 3vw, 30px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    cursor: pointer;
}

body.woocommerce-account:not(.logged-in) .sf-auth-tab::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #ff4f2d;
    transform: scaleX(0);
    transition: transform .2s ease;
}

body.woocommerce-account:not(.logged-in) .sf-auth-tab.is-active {
    color: #111 !important;
}

body.woocommerce-account:not(.logged-in) .sf-auth-tab.is-active::after {
    transform: scaleX(1);
}

body.woocommerce-account:not(.logged-in) .sf-auth-panel[hidden] {
    display: none !important;
}

body.woocommerce-account:not(.logged-in) .sf-auth-panel form.woocommerce-form-login,
body.woocommerce-account:not(.logged-in) .sf-auth-panel form.woocommerce-form-register {
    max-width: 100% !important;
    padding: 30px !important;
}

body.woocommerce-account:not(.logged-in) .sf-auth-panel form > h2 {
    margin: 0 0 24px;
    color: #111 !important;
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
}

body.woocommerce-account:not(.logged-in) .sf-auth-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 4px 0 18px;
}

body.woocommerce-account:not(.logged-in) .sf-auth-options a {
    color: #1267c4 !important;
    font-size: 14px;
}

body.woocommerce-account:not(.logged-in) .sf-auth-submit {
    margin: 0 !important;
}

body.woocommerce-account:not(.logged-in) .sf-auth-submit .button {
    width: 100% !important;
    margin: 0 !important;
}

@media (max-width: 480px) {
    body.woocommerce-account:not(.logged-in) .sf-auth-tabs {
        gap: 22px;
        margin-bottom: 24px;
    }

    body.woocommerce-account:not(.logged-in) .sf-auth-tab {
        font-size: 21px !important;
    }

    body.woocommerce-account:not(.logged-in) .sf-auth-options {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

/* 1.3.7 registration refinement final overrides. */
body.woocommerce-account:not(.logged-in) .sf-auth {
    padding-top: clamp(42px, 6vw, 78px) !important;
}

body.woocommerce-account:not(.logged-in) .sf-auth-panel .woocommerce-form-row,
body.woocommerce-account:not(.logged-in) .sf-auth-panel .form-row {
    display: block !important;
    width: 100% !important;
}

body.woocommerce-account:not(.logged-in) .sf-auth-panel .woocommerce-form-row > label,
body.woocommerce-account:not(.logged-in) .sf-auth-panel .form-row > label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 7px !important;
}

body.woocommerce-account:not(.logged-in) .sf-auth-panel .password-input {
    display: block !important;
    width: 100% !important;
    clear: both !important;
}

body.woocommerce-account:not(.logged-in) .sf-auth-panel .password-input input {
    display: block !important;
    width: 100% !important;
}

body.woocommerce-account:not(.logged-in) .sf-auth-privacy {
    margin: 4px 0 18px !important;
}

body.woocommerce-account:not(.logged-in) .sf-auth-privacy .woocommerce-form__label-for-checkbox {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    color: #111 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

body.woocommerce-account:not(.logged-in) .sf-auth-privacy input[type="checkbox"] {
    position: static !important;
    width: 17px !important;
    height: 17px !important;
    margin: 2px 0 0 !important;
    opacity: 1 !important;
    appearance: auto !important;
}

body.woocommerce-account:not(.logged-in) .sf-auth-privacy a {
    color: #1267c4 !important;
    text-decoration: underline;
}

/* 1.3.5: StrongerFit WooCommerce account center. */
.woocommerce-account.logged-in #primary > .woocommerce,
.woocommerce-account.logged-in .entry-content > .woocommerce {
    display: grid;
    grid-template-columns: 285px minmax(0, 1fr);
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #f7f7f7;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: auto !important;
}

.woocommerce-account .sf-account-navigation {
    min-height: 690px;
    padding: 0 20px 28px;
    background:
        linear-gradient(rgba(12, 12, 12, .97), rgba(12, 12, 12, .99)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 8px);
}

.woocommerce-account .sf-account-nav-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 106px;
    margin: 0 -20px 12px;
    padding: 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #ff4f2d;
}

.woocommerce-account .sf-account-nav-brand:hover,
.woocommerce-account .sf-account-nav-brand:focus-visible {
    color: #ff4f2d;
}

.woocommerce-account .sf-account-brand-logo {
    display: block;
    width: auto;
    max-width: 190px;
    max-height: 72px;
    object-fit: contain;
}

.woocommerce-account .sf-account-nav-brand span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid #ff4f2d;
    border-radius: 12px 3px 12px 3px;
    font-size: 20px;
    font-weight: 900;
    transform: skew(-8deg);
}

.woocommerce-account .sf-account-nav-brand strong {
    color: #ff4f2d;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .03em;
}

.woocommerce-account .sf-account-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .sf-account-navigation li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.woocommerce-account .sf-account-navigation li::before {
    content: none !important;
}

.woocommerce-account .sf-account-navigation li a {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 62px;
    padding: 11px 13px;
    border-radius: 8px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .02em;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.woocommerce-account .sf-account-navigation li a:hover,
.woocommerce-account .sf-account-navigation li a:focus-visible {
    background: rgba(255, 79, 45, .12);
    color: #ff6a4a !important;
    transform: translateX(3px);
}

.woocommerce-account .sf-account-navigation li.is-active a {
    background: linear-gradient(100deg, #ff4f2d, #ef3218);
    color: #fff !important;
    box-shadow: 0 9px 22px rgba(255, 79, 45, .25);
}

.woocommerce-account .sf-account-navigation li.is-active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 5px;
    height: 34px;
    border-radius: 4px 0 0 4px;
    background: #fff;
    transform: translateY(-50%);
}

.woocommerce-account .sf-account-nav-icon,
.woocommerce-account .sf-account-nav-icon svg {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.woocommerce-account .sf-account-nav-icon svg,
.woocommerce-account .sf-account-shortcut-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.woocommerce-account .woocommerce-MyAccount-content {
    min-width: 0;
    min-height: 690px;
    padding: clamp(28px, 4vw, 58px);
    background:
        radial-gradient(circle at 75% 10%, rgba(255, 79, 45, .07), transparent 28%),
        linear-gradient(145deg, #fff, #f4f4f4);
}

.woocommerce-account .sf-account-welcome {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
}

.woocommerce-account .sf-account-welcome-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border: 2px solid #ff4f2d;
    border-radius: 50%;
    color: #ff4f2d;
    background: #151515;
}

.woocommerce-account .sf-account-welcome-avatar img,
.woocommerce-account .sf-account-welcome-avatar svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce-account .sf-account-welcome-avatar svg {
    width: 68%;
    height: 68%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.woocommerce-account .sf-account-welcome h2 {
    margin: 0 0 4px;
    color: #111;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 900;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.woocommerce-account .sf-account-welcome p {
    margin: 0;
    color: #6c6c6c;
    font-size: 15px;
}

.woocommerce-account .sf-account-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.woocommerce-account .sf-account-shortcut {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 165px;
    overflow: hidden;
    padding: 28px 34px;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    background: #fff;
    color: #111 !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.woocommerce-account .sf-account-shortcut::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #ff4f2d;
    transform: scaleY(.18);
    transition: transform .22s ease;
}

.woocommerce-account .sf-account-shortcut:hover,
.woocommerce-account .sf-account-shortcut:focus-visible {
    border-color: rgba(255, 79, 45, .5);
    box-shadow: 0 16px 34px rgba(255, 79, 45, .14);
    transform: translateY(-4px);
}

.woocommerce-account .sf-account-shortcut:hover::after,
.woocommerce-account .sf-account-shortcut:focus-visible::after {
    transform: scaleY(1);
}

.woocommerce-account .sf-account-shortcut-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    border: 2px solid #ff4f2d;
    border-radius: 18px 6px 18px 6px;
    color: #ff4f2d;
}

.woocommerce-account .sf-account-shortcut-icon svg {
    width: 42px;
    height: 42px;
}

.woocommerce-account .sf-account-shortcut strong {
    color: #111;
    font-size: clamp(16px, 1.6vw, 21px);
    font-weight: 850;
    line-height: 1.2;
    text-transform: uppercase;
}

.woocommerce-account .sf-account-shortcut-arrow {
    margin-left: auto;
    color: #ff4f2d;
    font-size: 23px;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .2s ease, transform .2s ease;
}

.woocommerce-account .sf-account-shortcut:hover .sf-account-shortcut-arrow,
.woocommerce-account .sf-account-shortcut:focus-visible .sf-account-shortcut-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Native WooCommerce endpoint content inside the new shell. */
.woocommerce-account .woocommerce-MyAccount-content > h2,
.woocommerce-account .woocommerce-MyAccount-content > h3,
.woocommerce-account .woocommerce-MyAccount-content form > h3,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
    color: #111;
    font-weight: 850;
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #ff4f2d;
}

.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content button.button {
    border: 1px solid #111 !important;
    border-radius: 7px !important;
    background: #111 !important;
    color: #fff !important;
    font-weight: 750 !important;
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover {
    border-color: #ff4f2d !important;
    background: #ff4f2d !important;
}

.woocommerce-account .woocommerce-MyAccount-content input.input-text,
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-account .woocommerce-MyAccount-content textarea {
    min-height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content input.input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus {
    border-color: #ff4f2d;
    box-shadow: 0 0 0 3px rgba(255, 79, 45, .1);
    outline: none;
}

.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table {
    overflow: hidden;
    border: 1px solid #e2e2e2 !important;
    border-radius: 10px !important;
    background: #fff;
}

.woocommerce-account .woocommerce-orders-table thead,
.woocommerce-account .woocommerce-table thead {
    background: #111;
    color: #fff;
}

.woocommerce-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.woocommerce-account .woocommerce-Addresses::before,
.woocommerce-account .woocommerce-Addresses::after {
    display: none;
}

.woocommerce-account .woocommerce-Address {
    float: none !important;
    width: auto !important;
    padding: 24px;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .055);
}

.woocommerce-account .woocommerce-Address address {
    color: #606060;
    line-height: 1.8;
}

/* Logged-out login and registration view. */
.woocommerce-account:not(.logged-in) #primary .woocommerce,
.woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
    max-width: 1080px;
    margin: 0 auto;
    padding: clamp(24px, 5vw, 54px);
    border-radius: 18px;
    background: linear-gradient(145deg, #161616, #090909);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .22);
}

.woocommerce-account:not(.logged-in) .u-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.woocommerce-account:not(.logged-in) .u-column1,
.woocommerce-account:not(.logged-in) .u-column2 {
    float: none !important;
    width: auto !important;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.woocommerce-account:not(.logged-in) .u-columns h2,
.woocommerce-account:not(.logged-in) .woocommerce-form label {
    color: #fff;
}

.woocommerce-account:not(.logged-in) .woocommerce-form input.input-text {
    min-height: 50px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
    background: #fff;
}

.woocommerce-account:not(.logged-in) .woocommerce-form .button {
    border-radius: 7px;
    background: #ff4f2d;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .woocommerce-account.logged-in #primary > .woocommerce,
    .woocommerce-account.logged-in .entry-content > .woocommerce {
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .woocommerce-account .sf-account-navigation {
        min-height: 0;
        padding: 0 14px 16px;
    }

    .woocommerce-account .sf-account-nav-brand {
        min-height: 76px;
        margin: 0 -14px 10px;
        padding: 14px 18px;
    }

    .woocommerce-account .sf-account-navigation ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .woocommerce-account .sf-account-navigation li {
        border: 0;
    }

    .woocommerce-account .sf-account-navigation li a {
        min-height: 52px;
        padding: 9px 11px;
        border: 1px solid rgba(255, 255, 255, .08);
        font-size: 11px;
    }

    .woocommerce-account .sf-account-navigation li.is-active::after {
        display: none;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        min-height: 0;
        padding: 28px 20px;
    }
}

/* 1.3.7: clean account navigation and a reliable sidebar/content composition. */
body.woocommerce-account.logged-in .sf-account-navigation li {
    border: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important;
}

body.woocommerce-account.logged-in .sf-account-navigation li a {
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
    background: transparent;
}

body.woocommerce-account.logged-in .sf-account-navigation li.is-active a {
    background: linear-gradient(100deg, #ff4f2d 0%, #ef3218 72%, rgba(239, 50, 24, .18) 100%);
    box-shadow: 0 8px 20px rgba(255, 79, 45, .2) !important;
}

body.woocommerce-account.logged-in .sf-account-navigation li.is-active::after {
    content: none !important;
}

@media (min-width: 992px) {
    body.woocommerce-account.logged-in #primary > .woocommerce,
    body.woocommerce-account.logged-in .entry-content > .woocommerce,
    body.woocommerce-account.logged-in .elementor-shortcode > .woocommerce,
    body.woocommerce-account.logged-in .elementor-widget-container > .woocommerce {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.woocommerce-account.logged-in #primary > .woocommerce::before,
    body.woocommerce-account.logged-in .entry-content > .woocommerce::before,
    body.woocommerce-account.logged-in .elementor-shortcode > .woocommerce::before,
    body.woocommerce-account.logged-in .elementor-widget-container > .woocommerce::before {
        content: none;
    }

    body.woocommerce-account.logged-in .sf-account-shell {
        position: relative;
        isolation: isolate;
        display: grid;
        grid-template-columns: 285px minmax(0, 1fr);
        width: calc(100% - 48px);
        max-width: 1240px;
        margin: 68px auto;
        padding: 72px 28px 28px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 3px;
        background: #f4f4f2 url("https://strongerfit.cl/wp-content/uploads/2026/09/BG-MY-ACCUONT-MANAGER.png") center / cover no-repeat;
        box-shadow: 0 22px 55px rgba(0, 0, 0, .14);
    }

    body.woocommerce-account.logged-in .sf-account-shell::before {
        content: "";
        position: absolute;
        z-index: 0;
        inset: 0 0 auto;
        height: 140px;
        background: url("https://strongerfit.cl/wp-content/uploads/2026/09/ELEMENT-GRAPHIC-DESING-scaled.png") top center / 100% auto no-repeat;
        pointer-events: none;
    }

    body.woocommerce-account.logged-in .sf-account-navigation {
        min-width: 0;
    }
}

@media (max-width: 991px) {
    body.woocommerce-account.logged-in .sf-account-shell {
        position: relative;
        isolation: isolate;
        display: block;
        width: calc(100% - 24px);
        max-width: 720px;
        margin: 34px auto;
        padding: 48px 12px 12px;
        overflow: hidden;
        background: #f4f4f2 url("https://strongerfit.cl/wp-content/uploads/2026/09/BG-MY-ACCUONT-MANAGER.png") center / cover no-repeat;
        box-shadow: 0 14px 34px rgba(0, 0, 0, .13);
    }
}

@media (max-width: 767px) {
    .woocommerce-account .sf-account-welcome {
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .woocommerce-account .sf-account-welcome-avatar {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
    }

    .woocommerce-account .sf-account-welcome h2 {
        font-size: 22px;
        line-height: 1.15;
    }

    .woocommerce-account .sf-account-card-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .woocommerce-account .sf-account-shortcut {
        min-height: 108px;
        gap: 16px;
        padding: 18px;
    }

    .woocommerce-account .sf-account-shortcut-icon {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
        border-radius: 14px 5px 14px 5px;
    }

    .woocommerce-account .sf-account-shortcut-icon svg {
        width: 32px;
        height: 32px;
    }

    .woocommerce-account .sf-account-shortcut-arrow {
        display: none;
    }

    .woocommerce-account:not(.logged-in) .u-columns {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }

    .woocommerce-account:not(.logged-in) .u-column1,
    .woocommerce-account:not(.logged-in) .u-column2 {
        padding: 22px 18px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .sf-products-carousel * { transition: none !important; animation: none !important; }
}
/* 1.2.1: support both original and cloned/sticky header mini carts. */
body .header-mini-cart {
    display: flex !important; flex-direction: column; box-sizing: border-box;
    max-height: var(--sf-cart-available, 80vh); overflow: hidden;
}
body .header-mini-cart .woocommerce-mini-cart {
    flex: 0 1 auto; min-height: 0; max-height: var(--sf-cart-three-rows, 300px);
    overflow-y: auto !important; overflow-x: hidden; overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch; scrollbar-width: thin;
    margin: 0 !important; padding-right: 5px;
}
body .header-mini-cart .woocommerce-mini-cart__total,
body .header-mini-cart .woocommerce-mini-cart__buttons { flex: 0 0 auto; }
body .header-mini-cart .woocommerce-mini-cart__buttons {
    display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px; margin: 12px 0 0 !important;
}
body .header-mini-cart .woocommerce-mini-cart__buttons a {
    float: none !important; display: flex !important; align-items: center; justify-content: center;
    box-sizing: border-box; width: 100% !important; height: 48px !important;
    min-height: 48px !important; margin: 0 !important; padding: 8px !important;
    background: #ff4f2d !important; color: #fff !important; border: 1px solid #ff4f2d !important;
    border-radius: 5px !important; font-size: 13px !important; line-height: 1.2 !important;
    text-align: center !important; transition: background-color .2s,color .2s;
}
body .header-mini-cart .woocommerce-mini-cart__buttons a:hover,
body .header-mini-cart .woocommerce-mini-cart__buttons a:focus-visible { background:#fff !important; color:#111 !important; border-color:#fff !important; }
body .header-mini-cart .woocommerce-mini-cart__buttons a:active { background:#111 !important; color:#fff !important; border-color:#111 !important; }
body .header-mini-cart .woocommerce-Price-amount { color:#ff4f2d !important; }
/* Card hover retains only the original image zoom. */
.sf-products-carousel .product-item:hover .xb-item--price,
.sf-products-carousel .product-item:focus-within .xb-item--price { opacity:1; transform:none; }
.sf-products-carousel .product-item .xb-item--action > .purefit-ajax-cart,
.sf-products-carousel .product-item:hover .xb-item--action > .purefit-ajax-cart,
.sf-products-carousel .product-item:focus-within .xb-item--action > .purefit-ajax-cart {
    width:60px !important; background:#ff4f2d !important; color:#fff;
    overflow:hidden; justify-content:center;
    transition:width .45s cubic-bezier(.22,.61,.36,1), box-shadow .3s !important;
}
.sf-products-carousel .product-item .xb-item--cart,
.sf-products-carousel .product-item:hover .xb-item--cart,
.sf-products-carousel .product-item:focus-within .xb-item--cart {
    width:0 !important; max-width:0; margin-left:0 !important; opacity:0 !important;
    visibility:hidden !important; color:#111 !important;
    transition:opacity .2s, max-width .3s, margin-left .3s !important;
}
.sf-products-carousel .product-item .xb-item--action > .purefit-ajax-cart:hover,
.sf-products-carousel .product-item .xb-item--action > .purefit-ajax-cart:focus-visible {
    width:100% !important; background:#ff4f2d !important; color:#111 !important;
}
.sf-products-carousel .purefit-ajax-cart:hover .xb-item--cart,
.sf-products-carousel .purefit-ajax-cart:focus-visible .xb-item--cart {
    width:auto !important; max-width:240px; margin-left:7px !important;
    opacity:1 !important; visibility:visible !important; transition-delay:.2s !important;
}
.sf-products-carousel .purefit-ajax-cart .xb-item--cart-icon { flex-shrink:0; }
.sf-products-carousel .purefit-ajax-cart .xb-item--cart-icon img { transition:filter .4s !important; }
.sf-products-carousel .xb-item--action:has(> .purefit-ajax-cart:hover) > .xb-item--price,
.sf-products-carousel .xb-item--action:has(> .purefit-ajax-cart:focus-visible) > .xb-item--price { opacity:0; }
/* Usable fallback if a third-party optimizer delays scripts. */
.sf-products-slider:not(.swiper-container-initialized) .swiper-wrapper { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px; }
.sf-products-slider:not(.swiper-container-initialized) .swiper-slide { min-width:0;width:auto; }
@media(max-width:991px) {
    .sf-products-slider:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns:repeat(2,minmax(0,1fr)); }
    body .header-mini-cart {
        position:fixed !important; top:var(--sf-cart-top,90px) !important;
        right:12px !important; left:auto !important; width:min(340px,calc(100vw - 24px)) !important;
        max-width:calc(100vw - 24px) !important; max-height:var(--sf-cart-available,70vh) !important;
        padding:16px !important; z-index:10050;
    }
    body .header-mini-cart .woocommerce-mini-cart-item { min-height:82px; padding:10px 0 !important; margin:0 !important; }
    body .header-mini-cart .mini-cart-thumb { width:54px; max-width:54px; }
    body .header-mini-cart .mini-cart-thumb img { width:54px !important;height:60px !important;object-fit:contain; }
    body .header-mini-cart .mini-cart-title { font-size:13px !important;line-height:1.3 !important; }
    body .header-mini-cart .mini-cart-title a { display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
    body .header-mini-cart .woocommerce-mini-cart__total { padding:12px 0 !important;margin-top:10px; }
}
@media(max-width:767px) {
    .sf-products-slider:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns:1fr; }
}


.purefit-ajax-cart:hover,
.purefit-ajax-cart:focus-visible {
    background: #fff !important;
    color: #111 !important;
    border-color: #111 !important;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .16) !important;
}

.purefit-ajax-cart:hover img,
.purefit-ajax-cart:focus-visible img {
    filter: brightness(0) !important;
}

.purefit-ajax-cart.strongerfit-cart-pulse {
    animation: strongerfit-cart-double-flash .64s ease-in-out 1 !important;
    pointer-events: none;
}

.purefit-ajax-cart.strongerfit-cart-pulse img {
    animation: strongerfit-cart-icon-double-flash .64s ease-in-out 1 !important;
}

.purefit-ajax-cart.strongerfit-cart-added {
    box-shadow: 0 0 0 3px rgba(255, 79, 45, .20), 0 7px 18px rgba(0, 0, 0, .18) !important;
}

.strongerfit-cart-status,
.purefit-ajax-cart + .added_to_cart {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin-left: 8px;
    color: #111;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
}

.strongerfit-cart-status a {
    color: inherit;
}

@keyframes strongerfit-cart-double-flash {
    0%, 100% {
        background-color: #ff4f2d;
        box-shadow: 0 3px 8px rgba(255, 79, 45, .18);
        transform: scale(1);
    }
    20%, 60% {
        background-color: #fff;
        border-color: #111;
        box-shadow: 0 0 0 3px rgba(255, 79, 45, .18), 0 7px 16px rgba(0, 0, 0, .18);
        transform: scale(.96);
    }
    40%, 80% {
        background-color: #ff4f2d;
        border-color: #ff4f2d;
        box-shadow: 0 0 0 3px rgba(255, 79, 45, .24), 0 8px 18px rgba(0, 0, 0, .20);
        transform: scale(1.04);
    }
}

@keyframes strongerfit-cart-icon-double-flash {
    0%, 40%, 80%, 100% { filter: none; }
    20%, 60% { filter: brightness(0); }
}

/* Native Purefit header: product autocomplete and synchronized mobile actions. */
.header-search form,
.header-search-form,
[class*="header-search"] form,
.xb-header-mobile-search form,
.purefit-header-search {
    position: relative;
}

.purefit-search-suggestions {
    position: absolute;
    z-index: 10020;
    top: calc(100% + 8px);
    left: 0;
    display: none;
    width: min(520px, calc(100vw - 32px));
    max-height: 430px;
    overflow-y: auto;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    background: #181818;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .42);
}

.purefit-search-suggestions.is-open {
    display: block;
}

.purefit-search-product {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 8px;
    border-radius: 6px;
    color: #fff !important;
    text-decoration: none !important;
    transition: background-color .16s ease, transform .16s ease;
}

.purefit-search-product:hover,
.purefit-search-product:focus-visible {
    background: #2a2a2a;
    transform: translateX(3px);
}

.purefit-search-product img {
    width: 62px;
    height: 62px;
    padding: 3px;
    border-radius: 5px;
    background: #fff;
    object-fit: contain;
}

.purefit-search-product-info {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.purefit-search-product-info strong {
    font-size: 14px;
    line-height: 1.25;
}

.purefit-search-product-price {
    color: #ff4f2d;
    font-size: 14px;
    font-weight: 700;
}

.purefit-search-message {
    padding: 16px;
    color: #ddd;
    font-size: 14px;
    text-align: center;
}

.purefit-mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: auto;
}

.purefit-mobile-search-toggle,
.purefit-mobile-cart > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: #202020;
}

.purefit-mobile-search-toggle img,
.purefit-mobile-cart > a img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.purefit-mobile-cart .mini-cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 19px;
    height: 19px;
    padding: 0 4px;
    border-radius: 10px;
    background: #ff4f2d;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

/* 1.3.2: StrongerFit account states and responsive Header Two refinements. */
.header-style-two .sf-header-account-wrap {
    position: relative;
}

.header-style-two .sf-header-account {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
}

.header-style-two .sf-account-avatar-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 50%;
    object-fit: cover;
}

.header-style-two .sf-account-avatar-default {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
}

@media (min-width: 992px) {
    .header-style-two,
    .header-style-two .xb-header,
    .header-style-two .header__wrap,
    .header-style-two .main-menu__wrap,
    .header-style-two .xb-menu-inner,
    .header-style-two .menu-left {
        overflow: visible !important;
    }

    .header-style-two .main-menu__wrap {
        position: relative;
    }

    /* Center the logo against the entire header, independent of both menus. */
    .header-style-two .xb-menu-inner .menu-left > .header-logo {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        margin: 0 !important;
        transform: translate(-50%, -50%);
    }

    .header-style-two .xb-menu-inner .menu-left > .header-logo img {
        display: block;
        width: auto;
        max-height: 72px;
    }

    /* Give the account control breathing room and mirror the right divider. */
    .header-style-two .sf-header-account-wrap {
        margin-right: 34px;
    }

    .header-style-two .sf-header-account-wrap::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -18px;
        width: 1px;
        height: 25px;
        background: rgba(255, 255, 255, .72);
        transform: translateY(-50%);
    }

    .header-style-two .sf-header-account {
        width: 42px;
        height: 42px;
    }

    .header-style-two .sf-desktop-account-popover {
        position: absolute;
        z-index: 9999;
        top: calc(100% + 12px);
        left: 0;
        width: 330px;
        padding-top: 8px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-7px);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    }

    .header-style-two .sf-desktop-account-popover::before {
        content: "";
        position: absolute;
        top: -12px;
        left: 0;
        width: 100%;
        height: 20px;
    }

    .header-style-two .sf-header-account-wrap:hover .sf-desktop-account-popover,
    .header-style-two .sf-header-account-wrap:focus-within .sf-desktop-account-popover {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .header-style-two .sf-desktop-account-card {
        display: flex;
        align-items: center;
        gap: 17px;
        min-height: 104px;
        padding: 18px 20px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 15px;
        background: linear-gradient(135deg, #151515, #090909);
        box-shadow: 0 16px 35px rgba(0, 0, 0, .38);
    }

    .header-style-two .sf-desktop-account-card .sf-account-card-avatar {
        flex: 0 0 62px;
        width: 62px;
        height: 62px;
    }

    .header-style-two .sf-desktop-account-card .sf-account-card-name {
        font-size: 18px;
    }

    .header-style-two .menu-right {
        margin-left: auto;
    }

    /* Reliable menu arrows: do not depend on the theme's optional icon font. */
    .header-style-two .main-menu > ul > li.menu-item-has-children > a::after {
        content: "" !important;
        display: inline-block;
        position: relative;
        top: -2px;
        width: 7px;
        height: 7px;
        margin-left: 8px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        font-family: inherit !important;
        transform: rotate(45deg);
    }

    .header-style-two .main-menu ul li ul.sub-menu li.menu-item-has-children > a::after {
        content: "" !important;
        position: absolute;
        top: 50% !important;
        right: 15px;
        width: 7px;
        height: 7px;
        margin: 0;
        border: 0;
        border-top: 1.5px solid currentColor;
        border-right: 1.5px solid currentColor;
        font-family: inherit !important;
        transform: translateY(-50%) rotate(45deg);
    }

    .header-style-two .main-menu > ul > li:has(> .sf-desktop-wishlist-popover) {
        position: relative;
    }

    .header-style-two .sf-desktop-wishlist-popover {
        position: absolute;
        z-index: 9999;
        top: 100%;
        left: 50%;
        display: block;
        width: 330px;
        padding-top: 18px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate(-50%, -7px);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    }

    .header-style-two .main-menu > ul > li:hover > .sf-desktop-wishlist-popover,
    .header-style-two .main-menu > ul > li:focus-within > .sf-desktop-wishlist-popover {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }

    .header-style-two .sf-desktop-wishlist-panel {
        overflow: hidden;
        padding: 18px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 15px;
        background: linear-gradient(135deg, #151515, #090909);
        box-shadow: 0 16px 35px rgba(0, 0, 0, .38);
    }

    .header-style-two .sf-wishlist-empty {
        display: flex;
        align-items: center;
        gap: 13px;
        min-height: 54px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.35;
    }

    .header-style-two .sf-wishlist-empty-icon {
        flex: 0 0 42px;
        color: #ff4f2d;
        font-family: Arial, sans-serif;
        font-size: 42px;
        font-weight: 400;
        line-height: 1;
        text-align: center;
    }

    .header-style-two .sf-wishlist-heading {
        margin-bottom: 12px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }

    .header-style-two .sf-wishlist-products {
        display: flex;
        max-height: 264px;
        flex-direction: column;
        overflow-y: auto;
    }

    .header-style-two .sf-wishlist-product {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        color: #fff !important;
    }

    .header-style-two .sf-wishlist-product img {
        flex: 0 0 58px;
        width: 58px;
        height: 58px;
        padding: 3px;
        border-radius: 7px;
        background: #fff;
        object-fit: contain;
    }

    .header-style-two .sf-wishlist-product-copy {
        display: flex;
        min-width: 0;
        flex-direction: column;
        gap: 4px;
        font-size: 13px;
        line-height: 1.25;
    }

    .header-style-two .sf-wishlist-product-copy strong {
        overflow: hidden;
        color: #fff;
        font-size: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-style-two .sf-wishlist-product-copy .amount {
        color: #ff4f2d;
        font-weight: 700;
    }

    .header-style-two .sf-wishlist-view-all {
        display: block;
        margin-top: 14px;
        padding: 11px 14px;
        border-radius: 8px;
        background: #ff4f2d;
        color: #fff !important;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .header-style-two .sf-desktop-wishlist-popover {
        display: none;
    }
}

.header-style-two .sf-header-account svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    transition: color .2s ease, transform .2s ease;
}

.header-style-two .sf-header-account:hover svg,
.header-style-two .sf-header-account:focus-visible svg {
    color: #ff4f2d;
    transform: scale(1.08);
}

.header-style-two .sf-mobile-account-card {
    display: none;
}

.header-style-two .sf-account-card-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid #ff4f2d;
    border-radius: 50%;
    color: #ff4f2d;
}

.header-style-two .sf-account-card-avatar .sf-account-avatar-default {
    width: 72%;
    height: 72%;
}

.header-style-two .sf-account-card-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.header-style-two .sf-account-card-name {
    overflow: hidden;
    color: #fff !important;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-style-two .sf-account-card-action {
    color: #ff5a36 !important;
    font-size: 14px;
    line-height: 1.25;
}

.header-style-two .sf-account-card-name:hover,
.header-style-two .sf-account-card-name:focus-visible,
.header-style-two .sf-account-card-action:hover,
.header-style-two .sf-account-card-action:focus-visible {
    color: #ff7a5d !important;
}

@media (max-width: 991px) {
    .header-style-two .main-menu__wrap {
        position: relative;
        display: grid !important;
        grid-template-columns: minmax(105px, 1fr) auto 59px;
        align-items: center;
        width: 100%;
        column-gap: 0;
        row-gap: 10px;
    }

    .header-style-two .header-bar-mobile {
        position: relative;
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        display: flex;
        justify-content: flex-end;
        flex: 0 0 59px;
        width: 59px !important;
        min-width: 59px;
        max-width: 59px;
        margin: 0 !important;
    }

    .header-style-two .header-bar-mobile::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 8px;
        width: 1px;
        height: 30px;
        background: rgba(255, 255, 255, .75);
        transform: translateY(-50%);
    }

    .header-style-two .header-bar-mobile .xb-nav-mobile {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 42px;
        width: 42px;
        min-width: 42px;
        max-width: 42px;
        height: 42px;
        min-height: 42px;
        max-height: 42px;
        aspect-ratio: 1 / 1;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 50%;
        box-sizing: border-box;
        background: #202020;
    }

    .header-style-two .header-bar-mobile .header__bar-icon {
        flex: 0 0 20px;
        width: 20px;
        min-width: 20px;
    }

    .header-style-two .header-logo.d-lg-none {
        grid-column: 1;
        grid-row: 1;
        display: flex !important;
        justify-content: flex-start;
        justify-self: start;
        margin: 0 !important;
    }

    .header-style-two .header-logo.d-lg-none img {
        display: block;
        width: auto;
        max-width: clamp(132px, 36vw, 180px);
        max-height: 78px;
    }

    .header-style-two .menu-right {
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-end;
        margin: 0 !important;
    }

    .header-style-two .purefit-mobile-header-actions {
        margin: 0;
    }

    .header-style-two .xb-header-menu {
        width: min(82vw, 390px);
        padding: 0;
        background:
            linear-gradient(rgba(9, 9, 9, .96), rgba(9, 9, 9, .98)),
            repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 7px);
        border-right: 1px solid rgba(255, 79, 45, .3);
    }

    .header-style-two .xb-header-menu-scroll {
        height: 100%;
        padding: 34px 30px 28px;
        overflow-y: auto;
    }

    .header-style-two .xb-menu-close {
        top: 18px;
        right: 18px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #202020;
    }

    .header-style-two .xb-logo-mobile {
        display: flex;
        justify-content: center;
        margin: 18px 54px 30px;
    }

    .header-style-two .xb-logo-mobile img {
        width: auto;
        max-width: 190px;
        max-height: 86px;
    }

    .header-style-two .sf-mobile-account-card {
        display: flex;
        align-items: center;
        gap: 15px;
        margin: 0 0 24px;
        min-height: 92px;
        padding: 14px 16px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 16px;
        background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
    }

    .header-style-two .sf-mobile-account-card .sf-account-card-avatar {
        flex: 0 0 58px;
        width: 58px;
        height: 58px;
    }

    .header-style-two .sf-mobile-account-card .sf-account-card-name {
        font-size: 18px;
    }

    .header-style-two .xb-header-nav .xb-menu-primary {
        border-top: 1px solid rgba(255,255,255,.08);
    }

    .header-style-two .xb-header-nav .xb-menu-primary > li {
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .header-style-two .xb-header-nav .xb-menu-primary > li > a {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 58px;
        padding: 12px 42px 12px 52px !important;
        color: #fff !important;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: .02em;
        text-transform: uppercase;
    }

    .header-style-two .xb-header-nav .xb-menu-primary > li > a::before {
        content: "";
        position: absolute;
        left: 10px;
        width: 28px;
        height: 28px;
        background: #fff;
        -webkit-mask: var(--sf-menu-icon) center / 25px 25px no-repeat;
        mask: var(--sf-menu-icon) center / 25px 25px no-repeat;
    }

    .header-style-two .xb-header-nav .xb-menu-primary > li:nth-child(1) { --sf-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 10.5 12 3l9 7.5V21h-6v-6H9v6H3z'/%3E%3C/svg%3E"); }
    .header-style-two .xb-header-nav .xb-menu-primary > li:nth-child(2) { --sf-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M5 8h14l1 13H4L5 8Zm4 0V6a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E"); }
    .header-style-two .xb-header-nav .xb-menu-primary > li:nth-child(3) { --sf-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='5' y='3' width='14' height='18' rx='1.5' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M8 8h8M8 12h8M8 16h5' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E"); }
    .header-style-two .xb-header-nav .xb-menu-primary > li:nth-child(4) { --sf-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1.1-1.1a5.5 5.5 0 0 0-7.8 7.8l1.1 1.1L12 21l7.8-7.5 1.1-1.1a5.5 5.5 0 0 0-.1-7.8Z'/%3E%3C/svg%3E"); }
    .header-style-two .xb-header-nav .xb-menu-primary > li:nth-child(5) { --sf-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M21 15a4 4 0 0 1-4 4H8l-5 3v-7a4 4 0 0 1-1-2.6V7a4 4 0 0 1 4-4h11a4 4 0 0 1 4 4z'/%3E%3Ccircle cx='8' cy='11' r='1' fill='black'/%3E%3Ccircle cx='12' cy='11' r='1' fill='black'/%3E%3Ccircle cx='16' cy='11' r='1' fill='black'/%3E%3C/svg%3E"); }

    .header-style-two .xb-header-nav .xb-menu-primary > li.current-menu-item > a,
    .header-style-two .xb-header-nav .xb-menu-primary > li.current_page_item > a {
        background: linear-gradient(90deg, rgba(255,79,45,.13), transparent 80%);
    }

    .header-style-two .xb-header-nav .xb-menu-primary > li.current-menu-item > a::after,
    .header-style-two .xb-header-nav .xb-menu-primary > li.current_page_item > a::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 5px;
        border-radius: 0 4px 4px 0;
        background: #ff4f2d;
    }

    .header-style-two .xb-header-menu-backdrop {
        background: rgba(0, 0, 0, .72);
        backdrop-filter: blur(2px);
    }

    /* Draw drawer submenu chevrons without Font Awesome. */
    .header-style-two .xb-header-menu .xb-menu-toggle::before {
        content: "" !important;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        font-family: inherit !important;
        transform: translateY(-2px) rotate(45deg);
        transition: transform .2s ease;
    }

    .header-style-two .xb-header-menu .xb-menu-toggle.active::before {
        transform: translateY(2px) rotate(225deg);
    }
}

@media (max-width: 767px) {
    .header__wrap,
    .main-menu__wrap {
        gap: 9px;
    }

    .purefit-mobile-header-actions + .header-bar-mobile {
        margin-left: 0;
    }

    .xb-header-mobile-search .purefit-search-suggestions {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
    }

    .woocommerce-page ul.products,
    .woocommerce ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .woocommerce-page ul.products::before,
    .woocommerce-page ul.products::after,
    .woocommerce ul.products::before,
    .woocommerce ul.products::after {
        display: none !important;
    }

    .woocommerce-page ul.products li.product,
    .woocommerce ul.products li.product {
        float: none !important;
        clear: none !important;
        width: 100% !important;
        min-width: 0;
        margin: 0 !important;
        padding: 8px 8px 12px;
    }

    .woocommerce-page ul.products li.product a img,
    .woocommerce ul.products li.product a img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        margin: 0 0 10px !important;
    }

    .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 3.6em;
        padding: 0 !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        overflow-wrap: anywhere;
    }

    .woocommerce-page ul.products li.product .price,
    .woocommerce ul.products li.product .price {
        font-size: 14px !important;
        line-height: 1.2;
    }

    .woocommerce-page ul.products li.product .button,
    .woocommerce ul.products li.product .button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 38px;
        margin-top: 8px !important;
        padding: 8px 5px !important;
        font-size: 10px !important;
        line-height: 1.15 !important;
        text-align: center;
        white-space: normal;
    }

    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }
}
/* 1.2.2: exact native mini-cart button states; keep the scrolling region intact. */
body .header-shop-cart .header-mini-cart p.buttons a.button,
body .header-mini-cart .woocommerce-mini-cart__buttons a.button {
    background: #ff4f2d !important;
    color: #fff !important;
    border: 1px solid #ff4f2d !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    padding: 8px !important;
    margin: 0 !important;
    box-shadow: none !important;
}
body .header-shop-cart .header-mini-cart p.buttons a.button.checkout,
body .header-mini-cart .woocommerce-mini-cart__buttons a.button.checkout {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
}
body .header-shop-cart .header-mini-cart p.buttons a.button:hover,
body .header-shop-cart .header-mini-cart p.buttons a.button:focus-visible {
    background: #fff !important; color: #111 !important; border-color: #fff !important;
}
body .header-shop-cart .header-mini-cart p.buttons a.button:active {
    background: #111 !important; color: #fff !important; border-color: #111 !important;
}
.sf-products-carousel .product-item .xb-item--action > .purefit-ajax-cart:hover,
.sf-products-carousel .product-item .xb-item--action > .purefit-ajax-cart:focus-visible,
.sf-products-carousel .product-item .purefit-ajax-cart .xb-item--cart,
.sf-products-carousel .product-item .sf-cart-success .xb-item--cart-icon::after {
    color: #fff !important;
}
.sf-products-carousel .product-item .purefit-ajax-cart:hover .xb-item--cart-icon img,
.sf-products-carousel .product-item .purefit-ajax-cart:focus-visible .xb-item--cart-icon img {
    filter: brightness(0) invert(1) !important;
}
.sf-products-carousel > .sf-products-dots {
    display: flex; justify-content: center; flex-wrap: wrap; gap: 2px; padding-top: 10px;
}
.sf-products-carousel > .sf-products-dots button {
    width: 28px; height: 28px; padding: 9px; border: 0; border-radius: 50%;
    background: transparent; display: flex; cursor: pointer;
}
.sf-products-carousel > .sf-products-dots button::before {
    content: ''; display: block; width: 10px; height: 10px; border-radius: 50%; background: #aaa;
}
.sf-products-carousel > .sf-products-dots button.is-active::before { background: #ff4f2d; }
.sf-products-carousel > .sf-products-dots button:focus-visible { outline: 2px solid #ff4f2d; }

/* 1.3.6: full-width Elementor account page constrained to the approved dashboard composition. */
@media (min-width: 992px) {
    body.woocommerce-account.logged-in #primary > .woocommerce,
    body.woocommerce-account.logged-in .entry-content > .woocommerce,
    body.woocommerce-account.logged-in .elementor-shortcode > .woocommerce,
    body.woocommerce-account.logged-in .elementor-widget-container > .woocommerce {
        position: relative;
        isolation: isolate;
        display: grid !important;
        grid-template-columns: 285px minmax(0, 1fr) !important;
        width: calc(100% - 48px) !important;
        max-width: 1240px !important;
        margin: 68px auto !important;
        padding: 72px 28px 28px !important;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 3px;
        background-color: #f4f4f2;
        background-image: url("https://strongerfit.cl/wp-content/uploads/2026/09/BG-MY-ACCUONT-MANAGER.png");
        background-position: center;
        background-size: cover;
        box-shadow: 0 22px 55px rgba(0, 0, 0, .14);
    }

    body.woocommerce-account.logged-in #primary > .woocommerce::before,
    body.woocommerce-account.logged-in .entry-content > .woocommerce::before,
    body.woocommerce-account.logged-in .elementor-shortcode > .woocommerce::before,
    body.woocommerce-account.logged-in .elementor-widget-container > .woocommerce::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        left: 0;
        height: 140px;
        background-image: url("https://strongerfit.cl/wp-content/uploads/2026/09/ELEMENT-GRAPHIC-DESING-scaled.png");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        pointer-events: none;
    }

    body.woocommerce-account.logged-in .sf-account-navigation {
        position: relative;
        z-index: 1;
        min-height: 650px;
        padding: 0 22px 30px;
        overflow: hidden;
        border-radius: 2px 0 0 2px;
        background-color: #090909;
        background-image:
            linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .32)),
            url("https://strongerfit.cl/wp-content/uploads/2026/09/BG-Panle-Lateral-Dashboard-Black.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: 8px 0 24px rgba(0, 0, 0, .16);
    }

    body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
        position: relative;
        z-index: 1;
        min-height: 650px;
        padding: 42px 48px 36px;
        background: rgba(255, 255, 255, .78);
        backdrop-filter: blur(1px);
    }

    body.woocommerce-account.logged-in .sf-account-nav-brand {
        min-height: 104px;
        margin: 0 -22px 9px;
        padding: 16px 27px;
        background: rgba(0, 0, 0, .2);
    }

    body.woocommerce-account.logged-in .sf-account-brand-logo {
        max-width: 178px;
        max-height: 76px;
    }

    body.woocommerce-account.logged-in .sf-account-navigation li a {
        min-height: 60px;
        padding: 11px 14px;
    }

    body.woocommerce-account.logged-in .sf-account-navigation li.is-active a {
        position: relative;
        overflow: hidden;
        border-radius: 0;
        background: linear-gradient(100deg, #ff4f2d 0%, #f1391e 72%, rgba(241, 57, 30, .22) 100%);
    }

    body.woocommerce-account.logged-in .sf-account-welcome {
        margin-bottom: 32px;
    }

    body.woocommerce-account.logged-in .sf-account-card-grid {
        gap: 26px 30px;
    }

    body.woocommerce-account.logged-in .sf-account-shortcut {
        min-height: 150px;
        padding: 25px 30px;
        border: 0;
        border-right: 2px solid #ff4f2d;
        border-radius: 3px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
    }

    body.woocommerce-account.logged-in .sf-account-shortcut-icon {
        flex-basis: 66px;
        width: 66px;
        height: 66px;
        border: 0;
        border-radius: 0;
    }

    body.woocommerce-account.logged-in .sf-account-shortcut-icon svg {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 991px) {
    body.woocommerce-account.logged-in #primary > .woocommerce,
    body.woocommerce-account.logged-in .entry-content > .woocommerce,
    body.woocommerce-account.logged-in .elementor-shortcode > .woocommerce,
    body.woocommerce-account.logged-in .elementor-widget-container > .woocommerce {
        position: relative;
        isolation: isolate;
        display: block !important;
        width: calc(100% - 24px) !important;
        max-width: 720px !important;
        margin: 34px auto !important;
        padding: 48px 12px 12px !important;
        overflow: hidden;
        background-color: #f4f4f2;
        background-image: url("https://strongerfit.cl/wp-content/uploads/2026/09/BG-MY-ACCUONT-MANAGER.png");
        background-position: center;
        background-size: cover;
        box-shadow: 0 14px 34px rgba(0, 0, 0, .13);
    }

    body.woocommerce-account.logged-in #primary > .woocommerce::before,
    body.woocommerce-account.logged-in .entry-content > .woocommerce::before,
    body.woocommerce-account.logged-in .elementor-shortcode > .woocommerce::before,
    body.woocommerce-account.logged-in .elementor-widget-container > .woocommerce::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        left: 0;
        height: 90px;
        background: url("https://strongerfit.cl/wp-content/uploads/2026/09/ELEMENT-GRAPHIC-DESING-scaled.png") top center / 100% auto no-repeat;
        pointer-events: none;
    }

    body.woocommerce-account.logged-in .sf-account-navigation {
        background-color: #090909;
        background-image:
            linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .32)),
            url("https://strongerfit.cl/wp-content/uploads/2026/09/BG-Panle-Lateral-Dashboard-Black.png");
        background-position: center;
        background-size: cover;
    }

    body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
        background: rgba(255, 255, 255, .84);
    }
}

/* 1.3.7 final account-panel overrides (kept last to supersede theme rules). */
body.woocommerce-account.logged-in .sf-account-navigation li,
body.woocommerce-account.logged-in .sf-account-navigation li a {
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
}

body.woocommerce-account.logged-in .sf-account-navigation li a {
    background: transparent;
}

body.woocommerce-account.logged-in .sf-account-navigation li.is-active a {
    background: linear-gradient(100deg, #ff4f2d 0%, #ef3218 72%, rgba(239, 50, 24, .18) 100%);
    box-shadow: 0 8px 20px rgba(255, 79, 45, .2) !important;
}

body.woocommerce-account.logged-in .sf-account-navigation li.is-active::after {
    content: none !important;
    display: none !important;
}

body.woocommerce-account.logged-in #primary > .woocommerce,
body.woocommerce-account.logged-in .entry-content > .woocommerce,
body.woocommerce-account.logged-in .elementor-shortcode > .woocommerce,
body.woocommerce-account.logged-in .elementor-widget-container > .woocommerce {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.woocommerce-account.logged-in #primary > .woocommerce::before,
body.woocommerce-account.logged-in .entry-content > .woocommerce::before,
body.woocommerce-account.logged-in .elementor-shortcode > .woocommerce::before,
body.woocommerce-account.logged-in .elementor-widget-container > .woocommerce::before {
    content: none;
}

body.woocommerce-account.logged-in .sf-account-shell {
    position: relative;
    isolation: isolate;
    width: calc(100% - 48px);
    max-width: 1240px;
    margin: 68px auto;
    padding: 72px 28px 28px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 3px;
    background: #f4f4f2 url("https://strongerfit.cl/wp-content/uploads/2026/09/BG-MY-ACCUONT-MANAGER.png") center / cover no-repeat;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .14);
}

body.woocommerce-account.logged-in .sf-account-shell::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0 0 auto;
    height: 140px;
    background: url("https://strongerfit.cl/wp-content/uploads/2026/09/ELEMENT-GRAPHIC-DESING-scaled.png") top center / 100% auto no-repeat;
    pointer-events: none;
}

@media (min-width: 992px) {
    body.woocommerce-account.logged-in .sf-account-shell {
        display: grid;
        grid-template-columns: 285px minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    body.woocommerce-account.logged-in .sf-account-shell {
        display: block;
        width: calc(100% - 24px);
        max-width: 720px;
        margin: 34px auto;
        padding: 48px 12px 12px;
        box-shadow: 0 14px 34px rgba(0, 0, 0, .13);
    }

    body.woocommerce-account.logged-in .sf-account-shell::before {
        height: 90px;
    }
}

/* 1.3.7 account access form: light, readable and dimensionally stable. */
body.woocommerce-account:not(.logged-in) #primary .woocommerce,
body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce,
body.woocommerce-account:not(.logged-in) .elementor-shortcode > .woocommerce,
body.woocommerce-account:not(.logged-in) .elementor-widget-container > .woocommerce {
    width: calc(100% - 32px) !important;
    max-width: 980px !important;
    margin: 48px auto !important;
    padding: clamp(28px, 5vw, 56px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f3f3f3 !important;
    box-shadow: none !important;
    color: #111 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce h2,
body.woocommerce-account:not(.logged-in) .woocommerce h3,
body.woocommerce-account:not(.logged-in) .woocommerce p,
body.woocommerce-account:not(.logged-in) .woocommerce label,
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form__label,
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form__label span,
body.woocommerce-account:not(.logged-in) .woocommerce .required,
body.woocommerce-account:not(.logged-in) .woocommerce em {
    color: #111 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .required {
    color: #ff4f2d !important;
}

body.woocommerce-account:not(.logged-in) .u-columns {
    align-items: start;
    gap: 28px;
}

body.woocommerce-account:not(.logged-in) .u-column1,
body.woocommerce-account:not(.logged-in) .u-column2,
body.woocommerce-account:not(.logged-in) form.woocommerce-form-login,
body.woocommerce-account:not(.logged-in) form.woocommerce-form-register,
body.woocommerce-account:not(.logged-in) form.woocommerce-ResetPassword {
    float: none !important;
    width: 100% !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding: 30px !important;
    border: 1px solid #dedede !important;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .04) !important;
    color: #111 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form .form-row {
    display: block !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form label {
    display: block !important;
    margin: 0 0 7px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form input.input-text,
body.woocommerce-account:not(.logged-in) .woocommerce-form input[type="text"],
body.woocommerce-account:not(.logged-in) .woocommerce-form input[type="email"],
body.woocommerce-account:not(.logged-in) .woocommerce-form input[type="password"] {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    margin: 0 !important;
    padding: 0 44px 0 15px !important;
    border: 1px solid #cfcfcf !important;
    border-radius: 2px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #111 !important;
    font-size: 14px !important;
    line-height: 48px !important;
    opacity: 1 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form input.input-text:focus,
body.woocommerce-account:not(.logged-in) .woocommerce-form input[type="text"]:focus,
body.woocommerce-account:not(.logged-in) .woocommerce-form input[type="email"]:focus,
body.woocommerce-account:not(.logged-in) .woocommerce-form input[type="password"]:focus {
    border-color: #ff4f2d !important;
    box-shadow: 0 0 0 2px rgba(255, 79, 45, .12) !important;
    outline: 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form input::placeholder {
    color: #8a8a8a !important;
    opacity: 1 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form .password-input {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form .show-password-input {
    position: absolute !important;
    top: 50% !important;
    right: 14px !important;
    margin: 0 !important;
    color: #555 !important;
    transform: translateY(-50%) !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row:nth-last-of-type(2) {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    color: #111 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login input[type="checkbox"] {
    position: static !important;
    width: 17px !important;
    height: 17px !important;
    margin: 0 !important;
    opacity: 1 !important;
    appearance: auto !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form .button {
    min-height: 48px !important;
    border: 1px solid #ff4f2d !important;
    border-radius: 2px !important;
    background: #ff4f2d !important;
    color: #fff !important;
    font-weight: 800 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword,
body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword a {
    color: #1267c4 !important;
}

@media (max-width: 767px) {
    body.woocommerce-account:not(.logged-in) #primary .woocommerce,
    body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce,
    body.woocommerce-account:not(.logged-in) .elementor-shortcode > .woocommerce,
    body.woocommerce-account:not(.logged-in) .elementor-widget-container > .woocommerce {
        width: calc(100% - 20px) !important;
        margin: 24px auto !important;
        padding: 18px !important;
    }

    body.woocommerce-account:not(.logged-in) .u-column1,
    body.woocommerce-account:not(.logged-in) .u-column2,
    body.woocommerce-account:not(.logged-in) form.woocommerce-form-login,
    body.woocommerce-account:not(.logged-in) form.woocommerce-form-register,
    body.woocommerce-account:not(.logged-in) form.woocommerce-ResetPassword {
        padding: 22px 18px !important;
    }
}

/* 1.3.7 account refinement final overrides. */
body.woocommerce-account:not(.logged-in) .breadcrumb__content,
body.woocommerce-account:not(.logged-in) .breadcrumb__title,
body.woocommerce-account:not(.logged-in) .entry-title,
body.woocommerce-account:not(.logged-in) .page-title {
    width: 100% !important;
    text-align: center !important;
}

body.woocommerce-account.logged-in .sf-account-shell {
    margin: 56px auto !important;
    padding: 0 !important;
    background: #fff !important;
}

body.woocommerce-account.logged-in .sf-account-shell::before {
    content: none !important;
    display: none !important;
    background: none !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
    background: rgba(255, 255, 255, .96) !important;
}

body.woocommerce-account.logged-in .sf-account-wishlist > h2 {
    margin: 0 0 26px;
    color: #111;
    font-weight: 850;
    text-transform: uppercase;
}

body.woocommerce-account.logged-in .sf-account-wishlist .wishlist_table,
body.woocommerce-account.logged-in .sf-account-wishlist .shop_table {
    width: 100%;
    border: 1px solid #e4e4e4 !important;
    background: #fff;
}

body.woocommerce-account.logged-in .sf-account-wishlist .product-name a {
    color: #111 !important;
    font-weight: 750;
}

body.woocommerce-account.logged-in .sf-account-wishlist .button,
body.woocommerce-account.logged-in .sf-account-wishlist .add_to_cart_button {
    border-color: #ff4f2d !important;
    background: #ff4f2d !important;
    color: #fff !important;
}

@media (max-width: 991px) {
    body.woocommerce-account.logged-in .sf-account-shell {
        margin: 28px auto !important;
        padding: 0 !important;
    }

    body.woocommerce-account.logged-in .sf-account-wishlist {
        overflow-x: auto;
    }
}
