.std-main {
    background: #f6f8fb;
    color: #0f172a;
    min-height: 60vh;
}

.std-main .breadcrumb {
    margin-bottom: 0;
}

.std-main .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    line-height: 1.4em;
    margin-right: 0;
}

.std-main .std-textarea {
    min-height: 140px;
    resize: vertical;
}

.std-main iframe {
    border: 0;
}

.std-content-wrap {
    padding: 2.5rem 0 1rem;
}

.std-page-head {
    background: #fff;
    border: 1px solid #e9edf5;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    margin-bottom: 1rem;
}

.std-page-head .std-page-title {
    margin-bottom: 0.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.std-page-body {
    background: #fff;
    border: 1px solid #e9edf5;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.std-page-body h2 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1.25rem;
}

.std-page-body h2:first-child {
    margin-top: 0;
}

.std-page-body ul {
    list-style: disc;
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.std-page-body ul li {
    list-style: disc;
    display: list-item;
    margin-bottom: 0.35rem;
}

.std-legal-content {
    color: #334155;
    line-height: 1.75;
}

.std-legal-content p {
    margin-bottom: 0.95rem;
}

.std-legal-content strong {
    color: #0f172a;
}

.std-legal-content ul {
    margin-top: 0.3rem;
}

.std-contact-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e9edf5;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.std-soft-box {
    background: #f8fafc;
    border: 1px solid #e7edf5;
    border-radius: 0.75rem;
    padding: 0.85rem 1rem;
}

.std-faq-accordion .accordion-item {
    border: 1px solid #e8edf5;
    border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.035);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.std-faq-accordion .accordion-item + .accordion-item {
    margin-top: 0.7rem;
}

.std-faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: #cfe0ff;
    box-shadow: 0 10px 26px rgba(13, 110, 253, 0.08);
}

.std-faq-accordion .accordion-button {
    background: #fff;
    color: #0f172a;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.85rem 1rem;
    gap: 0.7rem;
}

.std-faq-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
    color: #0b63ce;
    box-shadow: none;
}

.std-faq-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
}

.std-faq-accordion .accordion-body {
    padding: 0.35rem 1rem 1rem 3rem;
    color: #475569;
    font-size: 0.9rem;
}

.std-faq-shell {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.std-faq-index {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: #0d6efd;
    background: #eef4ff;
    flex: 0 0 auto;
}

.std-faq-question {
    line-height: 1.45;
}

.std-faq-help-card {
    border-radius: 0.9rem;
}

@media (max-width: 991.98px) {
    .std-faq-accordion .accordion-body {
        padding: 0.35rem 0.9rem 0.9rem 0.9rem;
    }
}

.std-catalog-shell .std-filter-card {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 1rem;
    padding: 1rem 1rem 0.75rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.std-filter-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    text-decoration: none;
    color: #334155;
    border: 1px solid #eef2f7;
    border-radius: 0.65rem;
    padding: 0.45rem 0.6rem;
    transition: all 0.2s ease;
}

.std-filter-link:hover {
    border-color: #d3deef;
    color: #0f172a;
}

.std-filter-link.active {
    border-color: #0d6efd;
    background: #f3f8ff;
    color: #0b63ce;
}

.std-product-card {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.std-product-thumb {
    display: block;
    aspect-ratio: 4 / 3;
    background: #f8fafc;
}

.std-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.std-product-body {
    padding: 0.95rem 1rem 1rem;
}

.std-product-title {
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 0.35rem;
}

.std-product-title a {
    color: #0f172a;
    text-decoration: none;
}

.std-product-desc {
    font-size: 0.88rem;
    min-height: 2.7em;
    margin-bottom: 0.6rem;
}

.std-product-price {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
}

.std-product-price strong {
    color: #0f172a;
    font-size: 1.02rem;
}

.std-product-price span {
    color: #64748b;
    text-decoration: line-through;
    font-size: 0.88rem;
}

.std-product-detail-media {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.std-product-detail-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.std-product-thumb-sm {
    appearance: none;
    border: 1px solid #e8edf5;
    width: 84px;
    height: 84px;
    padding: 0;
    cursor: pointer;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #fff;
}

.std-product-thumb-sm.is-active {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.18rem rgba(13, 110, 253, 0.16);
}

.std-product-thumb-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.std-product-detail-info .std-product-price strong {
    font-size: 1.45rem;
}

.std-soft-box p {
    margin-bottom: 15px;
}

.std-main .form-control-sm,
.std-main .form-select-sm {
    border-radius: 0.45rem;
    font-size: 0.86rem;
}

.std-main .std-btn-primary,
.std-main .std-btn-outline-primary,
.std-main .std-btn-outline-secondary {
    padding: 0.6rem 0.62rem;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 0.45rem;
    line-height: 1.25;
}

.std-main .std-btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.std-main .std-btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.std-main .std-btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
    background: transparent;
}

.std-main .std-btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
}

.std-main .std-btn-outline-secondary {
    color: #64748b;
    border-color: #cbd5e1;
    background: transparent;
}

.std-main .std-btn-outline-secondary:hover {
    color: #0f172a;
    background-color: #f1f5f9;
}

[data-search-form] {
    position: relative;
    overflow: visible;
}

.search-suggest-box {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.45rem);
    z-index: 1055;
    background: #fff;
    border: 1px solid #e5ecf5;
    border-radius: 0.8rem;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.header-s6 .header-bottom_wrap,
.header-s6 .header-bottom,
.header-s6 .header-bottom .col-center,
.header-s6 .form_search-product,
.header-s6 .form_search-product .fieldset-search,
.std-page-body {
    overflow: visible;
}

.tf-header,
.header-s6 .header-inner_wrap,
.header-s6 .header-bottom_wrap,
.header-s6 .header-bottom,
.header-s6 .header-bottom .col-center,
.header-s6 .form_search-product {
    position: relative;
}

.tf-header,
.header-s6 .header-inner_wrap,
.header-s6 .header-bottom_wrap {
    z-index: 2000;
}

.header-s6 .form_search-product {
    z-index: 2100;
}

.header-s6 .form_search-product .search-suggest-box {
    z-index: 2200;
}

.std-page-body > form[data-search-form] .search-suggest-box {
    left: 0.75rem;
    right: 0.75rem;
}

.search-suggest-item {
    display: block;
    padding: 0.7rem 0.9rem;
    text-decoration: none;
    color: #0f172a;
    border-bottom: 1px solid #eef2f7;
}

.search-suggest-item:last-child {
    border-bottom: 0;
}

.search-suggest-item:hover {
    background: #f8fbff;
}

.search-suggest-title {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
}

.search-suggest-sub {
    display: block;
    font-size: 0.74rem;
    color: #64748b;
}

.search-suggest-mark {
    padding: 0;
    background: transparent;
    color: #0d6efd;
    font-weight: 700;
}

.cart-drawer-items {
    display: grid;
    gap: 0.55rem;
    max-height: 52vh;
    overflow: auto;
    padding-right: 0.15rem;
}

.cart-drawer-item {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid #e5ecf5;
    border-radius: 0.6rem;
    background: #fff;
    padding: 0.45rem;
    color: #0f172a;
}

.cart-drawer-thumb {
    width: 52px;
    height: 52px;
    border-radius: 0.45rem;
    overflow: hidden;
    background: #f1f5f9;
}

.cart-drawer-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-drawer-meta {
    min-width: 0;
    display: grid;
    gap: 0.12rem;
}

.cart-drawer-title {
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.3;
}

.cart-drawer-price {
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.cart-drawer-sub {
    font-size: 0.74rem;
}

.std-cart-list {
    display: grid;
    gap: 0.75rem;
}

.std-cart-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    border: 1px solid #e5ecf5;
    border-radius: 0.65rem;
    padding: 0.6rem;
}

.std-cart-thumb {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 0.55rem;
    overflow: hidden;
    flex: 0 0 64px;
    background: #f1f5f9;
}

.std-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.std-cart-content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.std-cart-meta {
    min-width: 0;
}

.std-cart-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap;
}

.std-cart-price {
    white-space: nowrap;
}

.std-cart-title {
    display: inline-block;
    text-decoration: none;
    color: #0f172a;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.std-cart-title:hover {
    color: #0d6efd;
}

.checkout-legal-modal {
    z-index: 20010;
}

.modal-backdrop.show {
    z-index: 20000;
}

.modal.show {
    z-index: 20010;
}

.checkout-legal-modal .modal-dialog {
    max-width: min(980px, calc(100vw - 2rem));
}

.checkout-legal-modal .modal-content {
    border: 1px solid #e8edf5;
    border-radius: 1rem;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.2);
    overflow: hidden;
}

.checkout-legal-modal .modal-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e9edf5;
    background: #fff;
}

.checkout-legal-modal .modal-title {
    font-weight: 700;
    letter-spacing: -0.01em;
}

.checkout-legal-modal .modal-body {
    padding: 1.25rem 1.25rem 1.1rem;
    background: #f8fafc;
}

.checkout-legal-modal .std-legal-content {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 0.8rem;
    padding: 1rem 1.1rem;
    color: #334155;
}

.checkout-legal-modal .std-legal-content > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .std-cart-item {
        align-items: flex-start;
    }

    .std-cart-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .std-cart-actions {
        width: 100%;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0.5rem 0.75rem;
        align-items: center;
    }

    .std-cart-qty-form {
        grid-column: 1 / 2;
    }

    .std-cart-price {
        grid-column: 2 / 3;
        text-align: right;
    }

    .std-cart-remove-btn {
        grid-column: 1 / 3;
        width: 100%;
        justify-content: center;
    }
}

.std-whatsapp-float {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.3);
    z-index: 5000;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.std-cookie-notice {
    position: fixed;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    z-index: 4900;
}

.std-cookie-notice__inner {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(15, 23, 42, 0.92);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 0.9rem;
    padding: 0.7rem 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22);
}

.std-cookie-notice__text {
    font-size: 0.8rem;
    line-height: 1.45;
    flex: 1 1 auto;
}

.std-cookie-notice__text a {
    color: #93c5fd;
    text-decoration: underline;
}

.std-cookie-notice__btn {
    border: 1px solid #3b82f6;
    background: #2563eb;
    color: #fff;
    border-radius: 0.55rem;
    padding: 0.42rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.std-cookie-notice__btn:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.std-whatsapp-float i {
    font-size: 1.7rem;
    line-height: 1;
}

.std-whatsapp-float:hover {
    color: #fff;
    background: #1fb85a;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(37, 211, 102, 0.38);
}

.std-whatsapp-float__hint {
    position: absolute;
    left: calc(100% + 0.6rem);
    bottom: 50%;
    transform: translateY(50%);
    min-width: 230px;
    max-width: min(300px, calc(100vw - 6rem));
    background: #0f172a;
    color: #fff;
    font-size: 0.78rem;
    line-height: 1.35;
    border-radius: 0.55rem;
    padding: 0.45rem 0.6rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.16s ease, visibility 0.16s ease, transform 0.16s ease;
}

.std-whatsapp-float:hover .std-whatsapp-float__hint {
    opacity: 1;
    visibility: visible;
    transform: translateY(50%) translateX(2px);
}

@media (max-width: 575.98px) {
    .std-whatsapp-float {
        left: 0.75rem;
        bottom: 3.5rem;
        width: 3rem;
        height: 3rem;
    }

    .std-whatsapp-float i {
        font-size: 1.5rem;
    }

    .std-whatsapp-float__hint {
        min-width: 180px;
        max-width: calc(100vw - 5rem);
        font-size: 0.74rem;
    }

    .std-cookie-notice {
        left: 0.6rem;
        right: 0.6rem;
        bottom: 0.6rem;
    }

    .std-cookie-notice__inner {
        display: grid;
        gap: 0.6rem;
        padding: 0.68rem 0.7rem;
    }

    .std-cookie-notice__text {
        font-size: 0.76rem;
    }

    .std-cookie-notice__btn {
        width: 100%;
        padding: 0.55rem 0.7rem;
    }
}

/* Shared mobile bottom toolbar (amerce/cartzilla) */
.tf-toolbar-bottom {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    align-items: center;
    padding: 0.6rem 0.35rem calc(0.6rem + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.1);
}

.tf-toolbar-bottom .toolbar-item {
    flex: 1 1 25%;
    min-width: 0;
}

.tf-toolbar-bottom a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    color: #334155;
    text-decoration: none;
    padding: 0.2rem 0.3rem;
}

.tf-toolbar-bottom .toolbar-icon {
    position: relative;
    display: inline-flex;
    font-size: 1.2rem;
    line-height: 1;
    color: #0f172a;
}

.tf-toolbar-bottom .toolbar-count {
    position: absolute;
    top: -0.32rem;
    right: -0.45rem;
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #0d6efd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tf-toolbar-bottom .toolbar-label {
    font-size: 0.7rem;
    line-height: 1.1;
    color: #475569;
}

@media (max-width: 991.98px) {
    .tf-toolbar-bottom {
        display: flex;
    }

    body {
        padding-bottom: 4.5rem;
    }
}

/* Cartzilla mobile offcanvas visual improvements */
#cartzillaNav.offcanvas {
    width: min(86vw, 340px);
    border-right: 1px solid #e2e8f0;
    box-shadow: 14px 0 36px rgba(15, 23, 42, 0.2);
}

#cartzillaNav .offcanvas-header {
    padding: 1rem 1rem 0.85rem;
    border-bottom: 1px solid #e9edf5;
    background: #f8fafc;
}

#cartzillaNav .offcanvas-body {
    padding: 0.9rem 0.8rem 1.15rem;
}

#cartzillaNav .navbar-nav {
    gap: 0.35rem;
}

#cartzillaNav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.7rem 0.8rem;
    border: 1px solid #e8edf5;
    border-radius: 0.75rem;
    color: #1e293b;
    background: #fff;
    font-weight: 500;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

#cartzillaNav .nav-link i {
    font-size: 1rem;
    color: #0d6efd;
}

#cartzillaNav .nav-link:hover,
#cartzillaNav .nav-link:focus {
    color: #0b63ce;
    border-color: #cfe0ff;
    background: #f4f8ff;
}

.std-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.std-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #334155;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    width: 2.4rem;
    height: 2.4rem;
    background: #fff;
    transition: all 0.18s ease;
}

.std-social-link i {
    font-size: 1.15rem;
}

.std-social-link:hover {
    color: #0b63ce;
    border-color: #cfe0ff;
    background: #f3f8ff;
}

.std-social-link--muted {
    color: #94a3b8;
    border-color: #334155;
    background: rgba(15, 23, 42, 0.22);
}

.std-social-link--muted:hover {
    color: #fff;
    border-color: #64748b;
    background: rgba(15, 23, 42, 0.45);
}

/* Cartzilla auth modal skin (shared auth-modals.php) */
.cartzilla-auth-skin .modal-log .modal-dialog {
    max-width: 460px;
}

.cartzilla-auth-skin .modal-log .modal-content {
    border: 1px solid #e6ebf2;
    border-radius: 1rem;
    padding: 1.25rem 1.25rem 1.1rem;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
}

.cartzilla-auth-skin .modal-log .icon-close-popup {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    color: #475569;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.16s ease;
    z-index: 2;
}

.cartzilla-auth-skin .modal-log .icon-close-popup:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
}

.cartzilla-auth-skin .modal-log .icon-close-popup i::before {
    content: "\00d7";
    font-size: 1.3rem;
    line-height: 1;
    font-style: normal;
}

.cartzilla-auth-skin .modal-log .modal-heading {
    margin-bottom: 1rem;
    padding-right: 2.1rem;
}

.cartzilla-auth-skin .modal-log .title-pop {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

.cartzilla-auth-skin .modal-log .desc-pop {
    color: #64748b;
    margin-bottom: 0;
    font-size: 0.92rem;
}

.cartzilla-auth-skin .modal-log .form-content {
    display: grid;
    gap: 0.85rem;
}

.cartzilla-auth-skin .modal-log .tf-lable {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.86rem;
    color: #334155;
}

.cartzilla-auth-skin .modal-log input[type="email"],
.cartzilla-auth-skin .modal-log input[type="password"],
.cartzilla-auth-skin .modal-log input[type="text"] {
    width: 100%;
    height: 2.75rem;
    border-radius: 0.65rem;
    border: 1px solid #dbe3ee;
    background: #fff;
    padding: 0.6rem 0.8rem;
    font-size: 0.92rem;
    color: #0f172a;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.cartzilla-auth-skin .modal-log input:focus {
    border-color: #7aa5f8;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
    outline: 0;
}

.cartzilla-auth-skin .modal-log .password-wrapper {
    position: relative;
}

.cartzilla-auth-skin .modal-log .password-wrapper .toggle-pass {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
}

.cartzilla-auth-skin .modal-log .password-wrapper .password-field {
    padding-right: 2.3rem;
}

.cartzilla-auth-skin .modal-log .field-bottom {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.cartzilla-auth-skin .modal-log .checkbox-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: #64748b;
}

.cartzilla-auth-skin .modal-log .group-action {
    margin-top: 1rem;
    display: grid;
    gap: 0.6rem;
}

.cartzilla-auth-skin .modal-log .tf-btn {
    border: 1px solid transparent;
    border-radius: 0.65rem;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.95rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.16s ease;
}

.cartzilla-auth-skin .modal-log .tf-btn.animate-btn {
    background: #0d6efd;
    color: #fff;
}

.cartzilla-auth-skin .modal-log .tf-btn.animate-btn:hover {
    background: #0b5ed7;
    color: #fff;
}

.cartzilla-auth-skin .modal-log .tf-btn.btn-stroke {
    border-color: #d1d9e6;
    background: #fff;
    color: #334155;
}

.cartzilla-auth-skin .modal-log .tf-btn.btn-stroke:hover {
    background: #f8fafc;
    color: #0f172a;
}

.cartzilla-auth-skin .modal-log .orther-log {
    color: #64748b;
    margin-bottom: 0;
    font-size: 0.86rem;
}

/* Cartzilla search modal skin (shared search-modal.php) */
.cartzilla-search-skin .modal-search .modal-dialog {
    max-width: min(640px, calc(100vw - 1.5rem));
}

.cartzilla-search-skin .modal-search .modal-content {
    border: 1px solid #e6ebf2;
    border-radius: 1rem;
    padding: 1.1rem 1.1rem 1rem;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
}

.cartzilla-search-skin .modal-search h3 {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.3;
}

.cartzilla-search-skin .modal-search .icon-close-popup {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    color: #475569;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.16s ease;
}

.cartzilla-search-skin .modal-search .icon-close-popup:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
}

.cartzilla-search-skin .modal-search .icon-close-popup i::before {
    content: "\00d7";
    font-size: 1.3rem;
    line-height: 1;
    font-style: normal;
}

.cartzilla-search-skin .modal-search .form-search-nav {
    margin-top: 0.9rem;
    position: relative;
}

.cartzilla-search-skin .modal-search .form-search-nav fieldset {
    margin: 0;
}

.cartzilla-search-skin .modal-search .form-search-nav input {
    width: 100%;
    height: 3rem;
    border-radius: 0.75rem;
    border: 1px solid #dbe3ee;
    background: #fff;
    padding: 0.65rem 3rem 0.65rem 0.9rem;
    font-size: 0.95rem;
    color: #0f172a;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.cartzilla-search-skin .modal-search .form-search-nav input:focus {
    border-color: #7aa5f8;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
    outline: 0;
}

.cartzilla-search-skin .modal-search .form-search-nav .btn-action {
    position: absolute;
    top: 50%;
    right: 0.45rem;
    transform: translateY(-50%);
    width: 2.2rem;
    height: 2.2rem;
    border: 0;
    border-radius: 999px;
    background: #0d6efd;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.16s ease;
}

.cartzilla-search-skin .modal-search .form-search-nav .btn-action:hover {
    background: #0b5ed7;
}

.cartzilla-search-skin .modal-search .search-suggest-box {
    top: calc(100% + 0.45rem);
    border-radius: 0.75rem;
    border: 1px solid #e5ecf5;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}
