/*
Theme Name: ASA Teknoloji
Theme URI: https://asateknoloji.com
Author: ASA Teknoloji
Author URI: https://asateknoloji.com
Description: ASA Teknoloji Özel E-Ticaret ve WooCommerce Teması. Modern, şık ve dinamik arayüz.
Version: 1.0.0
Text Domain: asa-teknoloji
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Tags: e-commerce, woocommerce, custom-theme, dark-mode, responsive
License: GNU General Public License v2 or later
*/

:root {
    --asa-blue: #0466c8;
    --asa-blue-dark: #0353a4;
    --asa-navy: #001845;
    --asa-border: #e5e7eb;
}

/* Removed: checkout now mounts the actual React header/footer. */
/*
body:not(.home) .asa-native-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid #e8eaee;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
    backdrop-filter: blur(18px);
}

body:not(.home) .asa-native-header-main {
    display: grid;
    grid-template-columns: 190px minmax(230px, 290px) 1fr auto;
    width: min(1200px, calc(100% - 2rem));
    min-height: 68px;
    margin-inline: auto;
    padding: 0;
    gap: 26px;
}

body:not(.home) .asa-native-logo {
    display: inline-flex;
    align-items: center;
}

body:not(.home) .asa-native-logo img {
    width: 166px;
    max-width: 100%;
    height: 40px;
    object-fit: contain;
    object-position: left center;
}

body:not(.home) .asa-native-search {
    position: relative;
    display: flex;
    overflow: visible;
    align-items: center;
    height: 34px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #f5f5f4;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

body:not(.home) .asa-native-search:focus-within {
    border-color: rgba(4, 102, 200, .26);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(4, 102, 200, .07);
}

body:not(.home) .asa-native-search > svg {
    width: 15px;
    height: 15px;
    margin-left: 13px;
    color: #738096;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

body:not(.home) .asa-native-search input[type="search"] {
    height: 100%;
    border: 0;
    padding: 0 13px 0 9px;
    color: #172033;
    font-family: Inter, sans-serif;
    font-size: 11px;
}

body:not(.home) .asa-native-search input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.asa-native-search-results {
    position: absolute;
    z-index: 1100;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    display: none;
    overflow: hidden;
    border: 1px solid #e5eaf1;
    border-radius: 16px;
    background: #fff;
    padding: 7px;
    box-shadow: 0 18px 48px rgba(0, 24, 69, .14);
}

.asa-native-search-results.is-open {
    display: block;
}

.asa-native-search-result {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    border-radius: 11px;
    padding: 7px;
    color: #18243a;
    text-decoration: none;
}

.asa-native-search-result:hover {
    background: #f4f8fd;
}

.asa-native-search-result img {
    width: 44px;
    height: 44px;
    border-radius: 9px;
    object-fit: contain;
    background: #f7f8fa;
}

.asa-native-search-result strong,
.asa-native-search-result small {
    display: block;
}

.asa-native-search-result strong {
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.asa-native-search-result small {
    margin-top: 3px;
    color: #8893a6;
    font-size: 9px;
}

.asa-native-search-result > span:last-child {
    color: #0466c8;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.asa-native-search-empty {
    margin: 0;
    padding: 12px;
    color: #667085;
    font-size: 11px;
    text-align: center;
}

body:not(.home) .asa-native-primary {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 27px;
    height: 68px;
}

body:not(.home) .asa-native-primary a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #536077;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-decoration: none;
}

body:not(.home) .asa-native-primary a:first-child {
    color: #0466c8;
}

body:not(.home) .asa-native-primary a:first-child::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 2px 2px 0 0;
    background: #0466c8;
    content: "";
}

body:not(.home) .asa-native-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

body:not(.home) .asa-native-icon,
body:not(.home) .asa-native-categories > summary {
    position: relative;
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #27344b;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

body:not(.home) .asa-native-icon:hover,
body:not(.home) .asa-native-categories > summary:hover {
    background: #f0f5fb;
    color: #0466c8;
    transform: translateY(-1px);
}

body:not(.home) .asa-native-icon svg,
body:not(.home) .asa-native-categories svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

body:not(.home) .asa-theme-toggle {
    border: 1px solid #e4e8ee;
    background: #f7f7f5;
}

.asa-native-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    min-width: 14px;
    height: 14px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #0466c8;
    color: #fff;
    font-size: 7px;
    font-weight: 900;
}

body:not(.home) .asa-native-cart {
    display: inline-flex;
    height: 34px;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    background: #001845;
    padding: 0 13px;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .18s ease, transform .18s ease;
}

body:not(.home) .asa-native-cart:hover {
    background: #003476;
    transform: translateY(-1px);
}

body:not(.home) .asa-native-cart svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.asa-native-cart-count {
    display: grid;
    min-width: 18px;
    height: 18px;
    margin: 0;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .13);
    font-size: 8px;
}

.asa-native-categories {
    position: relative;
}

.asa-native-categories > summary {
    list-style: none;
}

.asa-native-categories > summary::-webkit-details-marker {
    display: none;
}

.asa-native-category-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: grid;
    width: 230px;
    border: 1px solid #e5eaf1;
    border-radius: 16px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 20px 50px rgba(0, 24, 69, .15);
}

.asa-native-category-menu::before {
    position: absolute;
    top: -7px;
    right: 12px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #e5eaf1;
    border-left: 1px solid #e5eaf1;
    background: #fff;
    content: "";
    transform: rotate(45deg);
}

.asa-native-category-menu strong {
    padding: 7px 10px 9px;
    color: #0466c8;
    font-size: 9px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.asa-native-category-menu a {
    border-radius: 9px;
    padding: 9px 10px;
    color: #364258;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}

.asa-native-category-menu a:hover {
    background: #f2f6fb;
    color: #0466c8;
}

body:not(.home) .asa-native-footer {
    position: relative;
    overflow: hidden;
    margin-top: auto;
    background: linear-gradient(180deg, #001233 0%, #001c47 55%, #012a66 100%);
    color: #98a2b5;
}

.asa-native-footer-inner {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - 2rem));
    margin-inline: auto;
    padding: 58px 0 28px;
}

.asa-native-footer-glow {
    position: absolute;
    bottom: -120px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.asa-native-footer-glow--left {
    left: -100px;
    background: rgba(16, 185, 129, .08);
}

.asa-native-footer-glow--right {
    right: -100px;
    background: rgba(59, 130, 246, .13);
}

body:not(.home) .asa-native-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr .85fr .85fr 1.05fr 1.25fr;
    width: 100%;
    gap: 40px;
    padding: 0 0 42px;
}

body:not(.home) .asa-native-footer section,
body:not(.home) .asa-native-footer nav {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

body:not(.home) .asa-native-footer h2 {
    margin: 0 0 8px;
    color: #4297ec;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body:not(.home) .asa-native-footer p {
    margin: 0;
    color: #98a2b5;
    font-size: 11px;
    line-height: 1.7;
}

body:not(.home) .asa-native-footer a {
    color: #98a2b5;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    transition: color .18s ease;
}

body:not(.home) .asa-native-footer nav > a:hover,
body:not(.home) .asa-native-footer-location > a:hover {
    color: #fff;
}

.asa-native-footer-brand > img {
    width: 168px;
    height: 38px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}

.asa-native-socials {
    display: flex;
    gap: 8px;
    padding-top: 4px;
}

.asa-native-socials a {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 900 !important;
}

.asa-native-footer-support .asa-whatsapp-button {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(16, 185, 129, .25);
    border-radius: 14px;
    background: rgba(16, 185, 129, .08);
    padding: 12px;
    text-align: center;
}

.asa-whatsapp-button span {
    color: #52d9a0;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.asa-whatsapp-button strong {
    margin-top: 2px;
    color: #fff;
    font-size: 11px;
}

.asa-native-footer-support small {
    color: #7184a3;
    font-size: 8px;
    letter-spacing: .08em;
}

.asa-native-footer-location .asa-map-link {
    margin-top: 5px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    padding: 9px 12px;
    color: #fff !important;
}

.asa-native-payment-strip {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 24px 0 22px;
    text-align: center;
}

.asa-native-payment-strip p {
    margin-bottom: 12px !important;
    color: rgba(255, 255, 255, .42) !important;
    font-size: 8px !important;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.asa-native-payment-strip > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}

.asa-native-payment-strip span {
    display: grid;
    width: 55px;
    height: 28px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 7px;
    background: rgba(255, 255, 255, .96);
    padding: 5px;
}

.asa-native-payment-strip img {
    max-width: 100%;
    max-height: 18px;
}

.asa-native-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 20px;
    color: #7184a3;
    font-size: 9px;
}

.asa-native-footer-bottom nav {
    display: flex !important;
    flex-direction: row !important;
    gap: 18px !important;
}

.asa-native-footer-bottom a {
    font-size: 9px !important;
}

@media (max-width: 1100px) {
    body:not(.home) .asa-native-header-main {
        grid-template-columns: 170px minmax(210px, 1fr) auto;
        gap: 18px;
    }

    body:not(.home) .asa-native-primary {
        display: none;
    }

    body:not(.home) .asa-native-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body:not(.home) .asa-native-header-main {
        grid-template-columns: 1fr auto;
        min-height: 62px;
    }

    body:not(.home) .asa-native-logo img {
        width: 145px;
    }

    body:not(.home) .asa-native-search {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        height: 40px;
        margin-bottom: 12px;
    }

    body:not(.home) .asa-native-actions {
        justify-content: flex-end;
    }

    body:not(.home) .asa-theme-toggle,
    body:not(.home) .asa-native-actions > .asa-native-icon {
        display: none;
    }

    .asa-native-cart-label {
        display: none;
    }

    body:not(.home) .asa-native-cart {
        width: 38px;
        padding: 0;
        justify-content: center;
    }

    .asa-native-cart-count {
        position: absolute;
        top: -3px;
        right: -3px;
        border: 2px solid #fff;
        background: #0466c8;
    }

    .asa-native-footer-inner {
        padding-top: 42px;
    }

    body:not(.home) .asa-native-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px;
    }

    .asa-native-footer-brand,
    .asa-native-footer-location {
        grid-column: 1 / -1;
    }

    .asa-native-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .asa-native-footer-bottom nav {
        flex-wrap: wrap;
        gap: 9px 15px !important;
    }
}

*/
.screen-reader-text,
.asa-skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.asa-skip-link:focus {
    z-index: 100000;
    top: 1rem;
    left: 1rem;
    width: auto;
    height: auto;
    clip: auto;
    padding: .75rem 1rem;
    background: #fff;
}

/* Keep the React shell hidden only until its real header/footer are mounted. */
.asa-payment-react-root:not(.asa-chrome-mounted):not([hidden]) {
    display: none;
}

.asa-payment-react-root.asa-chrome-mounted {
    display: block;
    width: 100%;
}

.asa-payment-react-root.asa-chrome-mounted > div {
    min-height: 100vh;
}

.asa-payment-react-root.asa-chrome-mounted #asa-main {
    flex: 1 0 auto;
}

.asa-native-topbar {
    padding: .55rem 1rem;
    background: #f5f5f4;
    color: #111827;
    text-align: center;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.asa-native-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid var(--asa-border);
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(15px);
}

.asa-native-header-main,
.asa-native-nav-row,
.asa-native-content,
.asa-native-footer-grid,
.asa-native-copyright {
    width: min(1480px, calc(100% - 2rem));
    margin-inline: auto;
}

.asa-native-header-main {
    display: grid;
    grid-template-columns: 210px minmax(260px, 1fr) auto;
    align-items: center;
    gap: 2rem;
    padding-block: .9rem;
}

.asa-native-logo img {
    width: auto;
    max-width: 180px;
    height: 42px;
}

.asa-native-search {
    display: flex;
    overflow: hidden;
    border-radius: 999px;
    background: #f5f5f4;
}

.asa-native-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    padding: .8rem 1.1rem;
}

.asa-native-search button {
    border: 0;
    background: var(--asa-blue);
    padding-inline: 1.2rem;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.asa-native-actions,
.asa-native-nav-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.asa-native-actions a,
.asa-native-nav-row > a,
.asa-native-menu a {
    color: #334155;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.asa-native-cart {
    border-radius: 999px;
    background: var(--asa-navy);
    padding: .75rem 1rem;
    color: #fff !important;
}

.asa-native-cart span {
    display: inline-grid;
    min-width: 1.35rem;
    height: 1.35rem;
    margin-left: .3rem;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .15);
}

.asa-native-nav-row {
    min-height: 42px;
}

.asa-native-nav-row > a:first-child {
    color: var(--asa-blue);
}

.asa-native-menu-list,
.asa-native-menu-list ul {
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.asa-native-content {
    min-height: 55vh;
    padding-block: 2.5rem 5rem;
}

.asa-native-page,
.asa-native-content > .woocommerce {
    border: 1px solid var(--asa-border);
    border-radius: 1.5rem;
    background: #fff;
    padding: clamp(1.25rem, 4vw, 2.5rem);
    box-shadow: 0 10px 35px rgba(15, 23, 42, .04);
}

.asa-native-page h1 {
    margin-top: 0;
    font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.asa-native-page-content {
    line-height: 1.75;
}

.asa-native-footer {
    margin-top: auto;
    background: var(--asa-navy);
    color: #cbd5e1;
}

.asa-native-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
    padding-block: 3.5rem;
}

.asa-native-footer section,
.asa-native-footer nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
}

.asa-native-footer h2 {
    margin: 0 0 .5rem;
    color: #fff;
    font-size: 1rem;
}

.asa-native-footer p {
    margin: 0;
}

.asa-native-footer a {
    color: inherit;
    text-decoration: none;
}

.asa-native-copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-block: 1.25rem;
    font-size: .75rem;
}

.asa-404 {
    display: grid;
    min-height: 62vh;
    place-items: center;
}

.asa-404-card {
    position: relative;
    width: min(760px, 100%);
    overflow: hidden;
    border: 1px solid var(--asa-border);
    border-radius: 2rem;
    background: #fff;
    padding: clamp(2rem, 7vw, 4.5rem);
    text-align: center;
    box-shadow: 0 24px 70px rgba(0, 24, 69, .1);
}

.asa-404-code {
    position: absolute;
    top: -2.2rem;
    right: -1rem;
    color: rgba(4, 102, 200, .06);
    font-size: clamp(8rem, 28vw, 15rem);
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.asa-404-kicker {
    position: relative;
    margin: 0 0 .75rem;
    color: var(--asa-blue);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.asa-404-card h1 {
    position: relative;
    margin: 0;
    color: var(--asa-navy);
    font-size: clamp(2rem, 6vw, 3.5rem);
    line-height: 1.08;
}

.asa-404-card > p:not(.asa-404-kicker) {
    position: relative;
    max-width: 580px;
    margin: 1.25rem auto 2rem;
    color: #64748b;
    line-height: 1.7;
}

.asa-404-search {
    position: relative;
    display: flex;
    max-width: 560px;
    margin: 0 auto 1.25rem;
    overflow: hidden;
    border: 1px solid var(--asa-border);
    border-radius: 999px;
    background: #f8fafc;
}

.asa-404-search input[type="search"] {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    padding: .95rem 1.2rem;
}

.asa-404-search button,
.asa-404-actions a {
    border: 0;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.asa-404-search button {
    background: var(--asa-blue);
    padding-inline: 1.4rem;
    color: #fff;
}

.asa-404-actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
}

.asa-404-actions a {
    padding: .85rem 1.25rem;
}

.asa-404-primary {
    background: var(--asa-navy);
    color: #fff;
}

.asa-404-secondary {
    border: 1px solid var(--asa-border) !important;
    color: #334155;
}

.asa-empty-catalog-notice {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: min(1280px, calc(100% - 2rem));
    margin: 2rem auto;
    border: 1px solid rgba(4, 102, 200, .2);
    border-radius: 1.25rem;
    background: #fff;
    padding: 1.25rem 1.5rem;
    color: #334155;
    box-shadow: 0 12px 35px rgba(0, 24, 69, .06);
}

.asa-empty-catalog-icon {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    place-items: center;
    border-radius: 999px;
    background: rgba(4, 102, 200, .1);
    color: var(--asa-blue);
    font-size: 1.2rem;
    font-weight: 900;
}

.asa-empty-catalog-notice h2 {
    margin: 0;
    color: var(--asa-navy);
    font-size: 1rem;
}

.asa-empty-catalog-notice p {
    margin: .35rem 0 0;
    font-size: .82rem;
    line-height: 1.55;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    border: 1px solid var(--asa-border);
    border-radius: 1rem;
    background: #fff;
    padding: 1rem;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    border-radius: .75rem;
    background: var(--asa-blue);
    color: #fff;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--asa-blue-dark);
    color: #fff;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce select {
    border: 1px solid var(--asa-border);
    border-radius: .65rem;
    padding: .75rem;
}

@media (max-width: 900px) {
    .asa-native-header-main {
        grid-template-columns: 1fr auto;
        gap: .75rem;
    }

    .asa-native-search {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .asa-native-nav-row {
        overflow-x: auto;
    }

    .asa-native-menu {
        display: none;
    }

    .asa-native-footer-grid {
        grid-template-columns: 1fr;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .asa-native-actions {
        gap: .65rem;
    }

    .asa-native-logo img {
        max-width: 135px;
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
}
