/* =========================================================
   ABAMBUZ COMMERCE EXPERIENCE — v2.9.6
   Premium product archives and order-confirmation pages.
   Presentation only: WooCommerce product, pricing, payment,
   order, membership and reward logic remain unchanged.
========================================================= */

:root {
    --abz-commerce-accent: #b7ff00;
    --abz-commerce-accent-soft: #d8ff66;
    --abz-commerce-bg: #050706;
    --abz-commerce-panel: #0b0e0c;
    --abz-commerce-panel-2: #111512;
    --abz-commerce-border: rgba(255, 255, 255, 0.1);
    --abz-commerce-accent-border: rgba(183, 255, 0, 0.3);
    --abz-commerce-text: #f7f9f6;
    --abz-commerce-muted: #9aa19c;
    --abz-commerce-radius: 22px;
}

/* =========================================================
   PRODUCT ARCHIVES / CATEGORIES
========================================================= */

.abz-commerce-archive {
    min-height: 72vh;
    padding: 42px clamp(22px, 5vw, 84px) 88px;
    color: var(--abz-commerce-text);
}

.abz-commerce-archive__inner {
    width: min(1480px, 100%);
    margin: 0 auto;
}

.abz-commerce-archive a,
.abz-commerce-archive a:visited {
    color: inherit;
    text-decoration: none;
}

.abz-commerce-breadcrumb {
    margin-bottom: 18px;
    color: #777f79;
    font-size: 0.86rem;
}

.abz-commerce-breadcrumb .woocommerce-breadcrumb {
    margin: 0;
    color: inherit;
}

.abz-commerce-breadcrumb a,
.abz-commerce-breadcrumb a:visited {
    color: #a9b0ab;
}

.abz-commerce-breadcrumb a:hover {
    color: var(--abz-commerce-accent);
}

.abz-commerce-archive__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 28px;
    margin-bottom: 24px;
    padding: clamp(28px, 4vw, 52px);
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 15%, rgba(183, 255, 0, 0.15), transparent 30%),
        linear-gradient(135deg, rgba(183, 255, 0, 0.06), transparent 52%),
        #090c0a;
    border: 1px solid var(--abz-commerce-accent-border);
    border-radius: 26px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.abz-commerce-archive__hero::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -100px;
    top: -120px;
    border: 1px solid rgba(183, 255, 0, 0.22);
    border-radius: 50%;
    box-shadow:
        0 0 0 30px rgba(183, 255, 0, 0.025),
        0 0 0 60px rgba(183, 255, 0, 0.015);
    pointer-events: none;
}

.abz-commerce-archive__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--abz-commerce-accent);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.abz-commerce-archive__hero h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.4rem, 5.2vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.abz-commerce-archive__description,
.abz-commerce-archive__description .term-description {
    max-width: 760px;
    margin-top: 18px;
    color: var(--abz-commerce-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.abz-commerce-archive__description p:last-child {
    margin-bottom: 0;
}

.abz-commerce-archive__count {
    position: relative;
    z-index: 1;
    min-width: 140px;
    padding: 17px 20px;
    text-align: right;
    background: rgba(5, 8, 6, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(12px);
}

.abz-commerce-archive__count strong,
.abz-commerce-archive__count span {
    display: block;
}

.abz-commerce-archive__count strong {
    color: var(--abz-commerce-accent);
    font-size: 1.8rem;
    line-height: 1;
}

.abz-commerce-archive__count span {
    margin-top: 7px;
    color: #8a928c;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.abz-commerce-archive__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    padding: 14px 16px;
    background: rgba(10, 13, 11, 0.94);
    border: 1px solid var(--abz-commerce-border);
    border-radius: 16px;
}

.abz-commerce-archive__toolbar .woocommerce-notices-wrapper:empty {
    display: none;
}

.abz-commerce-archive__toolbar .woocommerce-result-count {
    margin: 0;
    color: #a5aca7;
    font-size: 0.88rem;
}

.abz-commerce-archive__toolbar .woocommerce-ordering {
    margin: 0 0 0 auto;
}

.abz-commerce-archive__toolbar .orderby {
    min-width: 220px;
    min-height: 48px;
    padding: 0 42px 0 15px;
    color: #fff;
    background: #080a09;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    outline: 0;
}

.abz-commerce-archive__toolbar .orderby:focus {
    border-color: rgba(183, 255, 0, 0.52);
    box-shadow: 0 0 0 3px rgba(183, 255, 0, 0.07);
}

.abz-commerce-archive .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
}

.abz-commerce-archive .woocommerce-message,
.abz-commerce-archive .woocommerce-info,
.abz-commerce-archive .woocommerce-error {
    margin: 0 0 18px;
    padding: 16px 18px 16px 46px;
    color: #e9ede9;
    background: #0d110e;
    border: 1px solid var(--abz-commerce-accent-border);
    border-radius: 14px;
}

/* WooCommerce default loop, fully re-presented as ABAMBUZ product cards. */
.abz-commerce-archive ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(260px, 330px));
    justify-content: start;
    gap: 24px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.abz-commerce-archive ul.products::before,
.abz-commerce-archive ul.products::after {
    display: none !important;
}

.abz-commerce-archive ul.products li.product {
    width: 100% !important;
    min-width: 0;
    float: none !important;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    overflow: hidden;
    color: var(--abz-commerce-text);
    background:
        linear-gradient(180deg, rgba(183, 255, 0, 0.025), transparent 30%),
        var(--abz-commerce-panel);
    border: 1px solid var(--abz-commerce-border);
    border-radius: 22px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.abz-commerce-archive ul.products li.product:hover {
    transform: translateY(-5px);
    border-color: rgba(183, 255, 0, 0.35);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.abz-commerce-archive li.product .woocommerce-LoopProduct-link {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.abz-commerce-archive li.product a img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5;
    display: block;
    margin: 0 !important;
    object-fit: cover;
    background: #080a09;
    border-bottom: 1px solid var(--abz-commerce-border);
    transition: transform 0.35s ease, filter 0.35s ease;
}

.abz-commerce-archive li.product:hover a img {
    filter: brightness(1.04);
}

.abz-commerce-archive li.product .onsale {
    min-width: auto;
    min-height: auto;
    top: 14px;
    right: 14px;
    left: auto;
    margin: 0;
    padding: 7px 10px;
    color: #050705;
    background: var(--abz-commerce-accent);
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 950;
    line-height: 1;
}

.abz-commerce-archive li.product .woocommerce-loop-product__title {
    min-height: 2.5em;
    margin: 0;
    padding: 20px 20px 7px !important;
    color: #fff;
    font-size: 1.08rem !important;
    font-weight: 850;
    line-height: 1.28;
    letter-spacing: -0.015em;
}

.abz-commerce-archive li.product .price {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin: 0;
    padding: 0 20px 10px;
    color: var(--abz-commerce-accent) !important;
    font-size: 1.15rem !important;
    font-weight: 900 !important;
}

.abz-commerce-archive li.product .price del {
    color: #717873;
    font-size: 0.86rem;
    opacity: 1;
}

.abz-commerce-archive li.product .price ins {
    color: var(--abz-commerce-accent);
    text-decoration: none;
}

.abz-commerce-archive li.product .woocommerce-Price-amount,
.abz-commerce-archive li.product .woocommerce-Price-currencySymbol {
    white-space: nowrap;
}

/* Safely style custom VIP/BUZZO text injected by existing pricing logic. */
.abz-commerce-archive li.product .woocommerce-LoopProduct-link > p,
.abz-commerce-archive li.product > p,
.abz-commerce-archive li.product .abambuz-vip-price,
.abz-commerce-archive li.product .abz-vip-price {
    margin: 0;
    padding: 0 20px 14px;
    color: var(--abz-commerce-accent-soft);
    font-size: 0.83rem;
    font-weight: 800;
    line-height: 1.5;
}

.abz-commerce-archive li.product .button,
.abz-commerce-archive li.product .added_to_cart {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 4px 20px 20px !important;
    padding: 0 18px !important;
    color: #050705 !important;
    background: var(--abz-commerce-accent) !important;
    border: 1px solid var(--abz-commerce-accent) !important;
    border-radius: 12px !important;
    font-size: 0.8rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.045em;
    text-align: center;
    text-transform: uppercase;
}

.abz-commerce-archive li.product .button:hover,
.abz-commerce-archive li.product .added_to_cart:hover {
    background: #d2ff47 !important;
    box-shadow: 0 0 28px rgba(183, 255, 0, 0.24);
}

.abz-commerce-archive li.product .added_to_cart {
    margin-top: -10px !important;
    color: var(--abz-commerce-accent) !important;
    background: transparent !important;
}

.abz-commerce-archive .woocommerce-pagination {
    margin-top: 38px;
}

.abz-commerce-archive .woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
}

.abz-commerce-archive .woocommerce-pagination ul.page-numbers li {
    border: 0;
}

.abz-commerce-archive .woocommerce-pagination .page-numbers a,
.abz-commerce-archive .woocommerce-pagination .page-numbers span {
    min-width: 42px;
    min-height: 42px;
    display: grid;
    place-items: center;
    padding: 6px 12px;
    color: #c8ceca;
    background: #0c0f0d;
    border: 1px solid var(--abz-commerce-border);
    border-radius: 10px;
}

.abz-commerce-archive .woocommerce-pagination .page-numbers .current,
.abz-commerce-archive .woocommerce-pagination .page-numbers a:hover {
    color: #050705;
    background: var(--abz-commerce-accent);
    border-color: var(--abz-commerce-accent);
}

.abz-commerce-empty {
    padding: 44px;
    text-align: center;
    background: var(--abz-commerce-panel);
    border: 1px solid var(--abz-commerce-border);
    border-radius: 20px;
}

.abz-commerce-empty h2 {
    margin: 0 0 10px;
    font-size: 1.7rem;
}

.abz-commerce-empty p {
    margin: 0 0 20px;
    color: var(--abz-commerce-muted);
}

/* Product archive safety: never show the default page/widget sidebar. */
body.post-type-archive-product .widget-area,
body.tax-product_cat .widget-area,
body.tax-product_tag .widget-area,
body.post-type-archive-product aside.sidebar,
body.tax-product_cat aside.sidebar,
body.tax-product_tag aside.sidebar,
body.post-type-archive-product .woocommerce-sidebar,
body.tax-product_cat .woocommerce-sidebar,
body.tax-product_tag .woocommerce-sidebar {
    display: none !important;
}

/* =========================================================
   ORDER RECEIVED / THANK-YOU PAGE
========================================================= */

body.woocommerce-order-received .abambuz-page-shell {
    padding-top: 46px;
    padding-bottom: 86px;
}

body.woocommerce-order-received .abambuz-content-page {
    width: min(1420px, 100%);
}

.abz-order-confirmation {
    color: var(--abz-commerce-text);
}

.abz-order-confirmation a,
.abz-order-confirmation a:visited {
    color: var(--abz-commerce-accent);
}

.abz-order-confirmation__hero {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    margin-bottom: 22px;
    padding: clamp(26px, 4vw, 48px);
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 0%, rgba(183, 255, 0, 0.16), transparent 32%),
        linear-gradient(135deg, rgba(183, 255, 0, 0.07), transparent 56%),
        #090c0a;
    border: 1px solid var(--abz-commerce-accent-border);
    border-radius: 26px;
}

.abz-order-confirmation__mark {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    color: #050705;
    background: var(--abz-commerce-accent);
    border-radius: 50%;
    font-size: 1.9rem;
    font-weight: 950;
    box-shadow: 0 0 40px rgba(183, 255, 0, 0.2);
}

.abz-order-confirmation__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--abz-commerce-accent);
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.abz-order-confirmation__hero h1 {
    margin: 0 0 9px;
    color: #fff;
    font-size: clamp(2rem, 4.2vw, 4rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.abz-order-confirmation__hero p {
    max-width: 760px;
    margin: 0;
    color: var(--abz-commerce-muted);
    line-height: 1.65;
}

.abz-order-confirmation__status {
    padding: 10px 14px;
    color: var(--abz-commerce-accent);
    background: rgba(183, 255, 0, 0.08);
    border: 1px solid var(--abz-commerce-accent-border);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
}

.abz-order-confirmation__summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.abz-order-confirmation__summary article {
    min-width: 0;
    padding: 18px;
    background: var(--abz-commerce-panel);
    border: 1px solid var(--abz-commerce-border);
    border-radius: 16px;
}

.abz-order-confirmation__summary span,
.abz-order-confirmation__summary strong {
    display: block;
}

.abz-order-confirmation__summary span {
    margin-bottom: 8px;
    color: #7f8781;
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.abz-order-confirmation__summary strong {
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
}

.abz-order-confirmation__summary .woocommerce-Price-amount,
.abz-order-confirmation__summary .woocommerce-Price-currencySymbol {
    white-space: nowrap;
}

.abz-order-confirmation__section,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
    margin: 0 0 22px !important;
    padding: clamp(22px, 3vw, 34px);
    background:
        linear-gradient(180deg, rgba(183, 255, 0, 0.025), transparent 38%),
        var(--abz-commerce-panel);
    border: 1px solid var(--abz-commerce-border);
    border-radius: 20px;
}

.abz-order-confirmation__section-title {
    margin-bottom: 22px;
}

.abz-order-confirmation__section-title span {
    display: block;
    margin-bottom: 7px;
    color: var(--abz-commerce-accent);
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.abz-order-confirmation__section-title h2,
body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title,
body.woocommerce-order-received .wc-bacs-bank-details-heading,
body.woocommerce-order-received .woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce-customer-details h2 {
    margin: 0 0 18px !important;
    color: #fff !important;
    font-size: clamp(1.5rem, 2.7vw, 2.35rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em;
    text-align: left !important;
}

.abz-order-confirmation__payment-output > p,
.abz-order-confirmation__details-output > p,
body.woocommerce-order-received .woocommerce-thankyou-order-received {
    margin: 0 0 18px;
    color: #c3c9c4;
    font-size: 1rem;
    line-height: 1.7;
}

/* BACS / direct bank-transfer instructions. */
body.woocommerce-order-received .woocommerce-bacs-bank-details,
body.woocommerce-order-received .wc-bacs-bank-details-account-name {
    margin: 0 0 16px;
}

body.woocommerce-order-received ul.wc-bacs-bank-details,
body.woocommerce-order-received ul.order_details.bacs_details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.woocommerce-order-received ul.wc-bacs-bank-details li,
body.woocommerce-order-received ul.order_details.bacs_details li {
    min-width: 0;
    margin: 0 !important;
    padding: 17px !important;
    color: #858d87;
    background: #070908;
    border: 1px solid var(--abz-commerce-border);
    border-radius: 14px;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.woocommerce-order-received ul.wc-bacs-bank-details li strong,
body.woocommerce-order-received ul.order_details.bacs_details li strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    overflow-wrap: anywhere;
}

/* Order details table. */
body.woocommerce-order-received table.shop_table,
body.woocommerce-order-received table.woocommerce-table {
    width: 100%;
    margin: 0 !important;
    overflow: hidden;
    color: #eef1ee;
    background: #080a09;
    border: 1px solid var(--abz-commerce-border) !important;
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 15px;
}

body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table td,
body.woocommerce-order-received table.woocommerce-table th,
body.woocommerce-order-received table.woocommerce-table td {
    padding: 16px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--abz-commerce-border) !important;
    vertical-align: top;
    text-align: left;
}

body.woocommerce-order-received table.shop_table tr:last-child th,
body.woocommerce-order-received table.shop_table tr:last-child td,
body.woocommerce-order-received table.woocommerce-table tr:last-child th,
body.woocommerce-order-received table.woocommerce-table tr:last-child td {
    border-bottom: 0 !important;
}

body.woocommerce-order-received table.shop_table thead th,
body.woocommerce-order-received table.woocommerce-table thead th {
    color: var(--abz-commerce-accent);
    background: #0e120f;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

body.woocommerce-order-received table.shop_table tfoot th,
body.woocommerce-order-received table.woocommerce-table tfoot th {
    width: 66%;
    color: #bbc1bc;
}

body.woocommerce-order-received table.shop_table tfoot td,
body.woocommerce-order-received table.woocommerce-table tfoot td {
    color: #fff;
    font-weight: 850;
}

body.woocommerce-order-received table.shop_table a,
body.woocommerce-order-received table.woocommerce-table a {
    color: #fff;
    font-weight: 800;
}

body.woocommerce-order-received table.shop_table a:hover,
body.woocommerce-order-received table.woocommerce-table a:hover {
    color: var(--abz-commerce-accent);
}

body.woocommerce-order-received .woocommerce-Price-amount,
body.woocommerce-order-received .woocommerce-Price-currencySymbol {
    white-space: nowrap;
}

/* Billing and shipping addresses. */
body.woocommerce-order-received .woocommerce-customer-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.woocommerce-order-received .woocommerce-customer-details > h2 {
    grid-column: 1 / -1;
}

body.woocommerce-order-received .woocommerce-columns,
body.woocommerce-order-received .woocommerce-columns--addresses,
body.woocommerce-order-received .col2-set {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
}

body.woocommerce-order-received .woocommerce-column,
body.woocommerce-order-received .woocommerce-column--billing-address,
body.woocommerce-order-received .woocommerce-column--shipping-address {
    width: auto !important;
    float: none !important;
    padding: 20px !important;
    background: #070908;
    border: 1px solid var(--abz-commerce-border);
    border-radius: 15px;
}

body.woocommerce-order-received address {
    margin: 0;
    padding: 0 !important;
    color: #dce0dc;
    background: transparent !important;
    border: 0 !important;
    font-style: normal;
    line-height: 1.7;
}

body.woocommerce-order-received .woocommerce-customer-details--phone,
body.woocommerce-order-received .woocommerce-customer-details--email {
    margin: 10px 0 0;
    padding-left: 0;
    color: #aab1ab;
}

.abz-order-confirmation__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.abz-order-confirmation__actions a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #050705 !important;
    background: var(--abz-commerce-accent);
    border: 1px solid var(--abz-commerce-accent);
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.abz-order-confirmation__actions a.is-secondary {
    color: var(--abz-commerce-accent) !important;
    background: transparent;
}

.abz-order-confirmation__failed {
    padding: 32px;
    background: rgba(255, 112, 112, 0.07);
    border: 1px solid rgba(255, 112, 112, 0.35);
    border-radius: 20px;
}

.abz-order-confirmation__failed h1 {
    margin: 0 0 10px;
    font-size: 2rem;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .abz-order-confirmation__summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .abz-commerce-archive {
        padding: 28px 18px 64px;
    }

    .abz-commerce-archive__hero {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .abz-commerce-archive__count {
        width: fit-content;
        text-align: left;
    }

    .abz-commerce-archive__toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .abz-commerce-archive__toolbar .woocommerce-ordering,
    .abz-commerce-archive__toolbar .orderby {
        width: 100%;
        margin-left: 0;
    }

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

    .abz-order-confirmation__hero {
        grid-template-columns: auto 1fr;
    }

    .abz-order-confirmation__status {
        grid-column: 1 / -1;
        width: fit-content;
    }

    .abz-order-confirmation__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.woocommerce-order-received .woocommerce-customer-details,
    body.woocommerce-order-received .woocommerce-columns,
    body.woocommerce-order-received .woocommerce-columns--addresses,
    body.woocommerce-order-received .col2-set {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 560px) {
    .abz-commerce-archive ul.products {
        grid-template-columns: 1fr;
    }

    .abz-commerce-archive__hero {
        padding: 26px 22px;
    }

    .abz-order-confirmation__hero {
        grid-template-columns: 1fr;
        padding: 26px 22px;
    }

    .abz-order-confirmation__mark {
        width: 54px;
        height: 54px;
    }

    .abz-order-confirmation__summary {
        grid-template-columns: 1fr;
    }

    body.woocommerce-order-received table.shop_table th,
    body.woocommerce-order-received table.shop_table td,
    body.woocommerce-order-received table.woocommerce-table th,
    body.woocommerce-order-received table.woocommerce-table td {
        padding: 13px !important;
    }

    .abz-order-confirmation__actions a {
        width: 100%;
    }
}
