/* NovaPelvis WooCommerce visual design only */
body.woocommerce-page,
body.post-type-archive-product,
body.single-product {
    --np-woo-bg: var(--tpl1-bg, #f7f7f4);
    --np-woo-surface: var(--tpl1-surface, #ffffff);
    --np-woo-soft: var(--tpl1-soft, #fbfbf8);
    --np-woo-ink: var(--tpl1-ink, #181a18);
    --np-woo-muted: var(--tpl1-muted, #5e6761);
    --np-woo-subtle: var(--tpl1-subtle, #8a928c);
    --np-woo-line: var(--tpl1-line, #dedbd3);
    --np-woo-accent: var(--tpl1-accent, #315a50);
    --np-woo-accent-hover: var(--tpl1-accent-hover, #24453d);
    background: var(--np-woo-bg) !important;
    color: var(--np-woo-ink);
}

body.woocommerce-page .ast-woocommerce-container,
body.post-type-archive-product .ast-woocommerce-container,
body.single-product .ast-woocommerce-container {
    width: 100%;
    max-width: none;
}

body.woocommerce-page *,
body.post-type-archive-product *,
body.single-product * {
    box-sizing: border-box;
}

body.post-type-archive-product .ast-woocommerce-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 22px 24px;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto 76px;
}

body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-products-header,
body.post-type-archive-product .np-shop-hero,
body.post-type-archive-product .woocommerce-notices-wrapper,
body.post-type-archive-product ul.products,
body.post-type-archive-product .woocommerce-pagination {
    grid-column: 1 / -1;
}

body.post-type-archive-product .woocommerce-breadcrumb {
    width: 100% !important;
    margin: 32px 0 0 !important;
    color: var(--np-woo-subtle) !important;
    font-size: 13px;
}

.np-shop-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
    gap: 28px;
    align-items: stretch;
    width: 100% !important;
    margin: 18px 0 22px !important;
    padding: 38px !important;
    overflow: hidden;
    border: 1px solid var(--np-woo-line) !important;
    border-radius: 8px !important;
    background: var(--np-woo-surface) !important;
    box-shadow: none !important;
}

.np-shop-hero > * {
    min-width: 0;
}

.np-shop-hero__eyebrow {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 16px;
    padding: 8px 12px !important;
    border: 1px solid var(--np-woo-line) !important;
    border-radius: 4px !important;
    background: transparent !important;
    color: var(--np-woo-accent) !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1;
    text-transform: uppercase;
}

.np-shop-hero h2 {
    max-width: 720px;
    margin: 0;
    color: var(--np-woo-ink) !important;
    font-size: clamp(36px, 5vw, 58px) !important;
    font-weight: 560 !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word;
}

.np-shop-hero p:not(.np-shop-hero__eyebrow) {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--np-woo-muted) !important;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.72;
}

.np-shop-hero__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    min-height: 180px;
    padding: 26px !important;
    border: 1px solid var(--np-woo-line) !important;
    border-radius: 8px !important;
    background: var(--np-woo-soft) !important;
    box-shadow: none !important;
}

.np-shop-hero__panel strong {
    color: var(--np-woo-ink);
    font-size: 24px;
    font-weight: 560;
    line-height: 1.16;
}

.np-shop-hero__panel span {
    color: var(--np-woo-muted) !important;
    font-weight: 300;
    line-height: 1.6;
}

body.post-type-archive-product .woocommerce-result-count,
body.post-type-archive-product .woocommerce-ordering {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

body.post-type-archive-product .woocommerce-result-count {
    align-self: center;
    color: var(--np-woo-muted) !important;
    font-size: 14px;
}

body.post-type-archive-product .woocommerce-ordering {
    justify-self: end;
}

body.post-type-archive-product .woocommerce-ordering select {
    width: min(260px, 100%);
    min-height: 46px;
    padding: 0 40px 0 14px;
    border: 1px solid var(--np-woo-line) !important;
    border-radius: 4px !important;
    background-color: var(--np-woo-surface) !important;
    color: var(--np-woo-ink) !important;
    font-size: 14px;
}

body.woocommerce ul.products,
body.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    width: 100% !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
}

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

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    display: flex !important;
    flex-direction: column;
    width: auto !important;
    min-width: 0;
    height: 100%;
    margin: 0 !important;
    padding: 0 0 22px !important;
    overflow: hidden;
    border: 1px solid var(--np-woo-line) !important;
    border-radius: 8px !important;
    background: var(--np-woo-surface) !important;
    box-shadow: none !important;
}

body.woocommerce ul.products li.product a,
body.woocommerce-page ul.products li.product a {
    text-decoration: none !important;
}

body.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
body.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
    margin: 0 0 18px;
    overflow: hidden;
    background: var(--np-woo-soft);
}

body.woocommerce ul.products li.product a img,
body.woocommerce-page ul.products li.product a img {
    display: block;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0 !important;
    object-fit: cover !important;
    background: var(--np-woo-soft) !important;
    transition: transform 260ms ease;
}

body.woocommerce ul.products li.product:hover a img,
body.woocommerce-page ul.products li.product:hover a img {
    transform: scale(1.03);
}

body.woocommerce ul.products li.product .ast-woo-product-category,
body.woocommerce-page ul.products li.product .ast-woo-product-category {
    display: block;
    padding: 0 20px;
    color: var(--np-woo-subtle) !important;
    font-size: 13px;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    padding: 8px 20px 0 !important;
    color: var(--np-woo-ink) !important;
    font-size: 20px !important;
    font-weight: 560 !important;
    line-height: 1.24 !important;
    text-decoration: none !important;
}

body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
    display: block;
    padding: 8px 20px 0 !important;
    color: var(--np-woo-accent) !important;
    font-size: 18px !important;
    font-weight: 650 !important;
}

body.woocommerce ul.products li.product .button,
body.woocommerce-page ul.products li.product .button {
    width: calc(100% - 40px);
    min-height: 50px !important;
    margin: auto 20px 0 !important;
    padding: 14px 18px !important;
    text-align: center;
}

body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-page #respond input#submit,
body.woocommerce-page #place_order,
body.woocommerce-page .checkout-button {
    border: 1px solid var(--np-woo-accent) !important;
    border-radius: 4px !important;
    background: var(--np-woo-accent) !important;
    color: #ffffff !important;
    font-weight: 650 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page #place_order:hover,
body.woocommerce-page .checkout-button:hover {
    border-color: var(--np-woo-accent-hover) !important;
    background: var(--np-woo-accent-hover) !important;
    color: #ffffff !important;
}

body.single-product.woocommerce .ast-woocommerce-container {
    width: min(1180px, calc(100% - 48px));
    margin: 56px auto 82px;
}

body.single-product.woocommerce div.product {
    display: grid !important;
    grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.84fr);
    gap: 30px;
    align-items: start;
    margin: 0 !important;
}

body.single-product.woocommerce div.product::before,
body.single-product.woocommerce div.product::after {
    display: none !important;
}

body.single-product.woocommerce div.product div.images,
body.single-product.woocommerce div.product div.summary,
body.single-product.woocommerce div.product .woocommerce-tabs,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
    border: 1px solid var(--np-woo-line) !important;
    border-radius: 8px !important;
    background: var(--np-woo-surface) !important;
    box-shadow: none !important;
}

body.single-product.woocommerce div.product div.images,
body.single-product.woocommerce div.product div.summary {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

body.single-product.woocommerce div.product div.images {
    padding: 0 !important;
    overflow: hidden;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    display: block;
    margin: 0;
}

body.single-product.woocommerce div.product div.images img {
    display: block;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    max-height: 540px;
    object-fit: cover !important;
    background: var(--np-woo-soft);
}

body.single-product.woocommerce div.product .woocommerce-product-gallery {
    opacity: 1 !important;
}

body.single-product.woocommerce div.product div.summary {
    padding: 34px !important;
}

body.single-product.woocommerce div.product div.summary .woocommerce-breadcrumb {
    width: auto !important;
    margin: 0 0 12px !important;
    color: var(--np-woo-subtle) !important;
    font-size: 13px;
}

body.single-product.woocommerce div.product .single-product-category,
body.single-product.woocommerce div.product .single-product-category a {
    color: var(--np-woo-accent) !important;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none !important;
}

body.single-product.woocommerce div.product .product_title {
    margin: 14px 0 14px !important;
    color: var(--np-woo-ink) !important;
    font-size: clamp(28px, 3vw, 40px) !important;
    font-weight: 560 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

body.single-product.woocommerce div.product p.price {
    margin: 0 0 18px !important;
    color: var(--np-woo-accent) !important;
    font-size: 30px !important;
    font-weight: 650 !important;
}

body.single-product.woocommerce div.product .woocommerce-product-details__short-description p {
    margin: 0;
    color: var(--np-woo-muted) !important;
    font-size: 16px;
    line-height: 1.68;
}

body.single-product.woocommerce div.product .ast-stock-detail {
    margin: 22px 0 0 !important;
    color: var(--np-woo-muted);
}

body.single-product.woocommerce div.product .stock.in-stock {
    color: var(--np-woo-accent) !important;
}

body.single-product.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin: 28px 0 18px !important;
}

body.single-product.woocommerce div.product form.cart div.quantity {
    margin: 0 !important;
}

body.single-product.woocommerce div.product form.cart .qty {
    width: 72px !important;
    min-height: 46px;
    border: 1px solid var(--np-woo-line) !important;
    border-radius: 4px !important;
    background: #ffffff !important;
}

body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
    float: none !important;
    min-width: 190px;
    min-height: 46px !important;
    margin: 0 !important;
}

body.single-product.woocommerce div.product .product_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--np-woo-line);
    color: var(--np-woo-muted);
    font-size: 14px;
}

body.single-product.woocommerce div.product .woocommerce-tabs {
    grid-column: 1 / -1;
    width: 100% !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    clear: both !important;
    overflow: hidden;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 6px;
    margin: 0 !important;
    padding: 0 24px !important;
    overflow-x: auto;
    border-bottom: 1px solid var(--np-woo-line) !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 18px 0 14px !important;
    color: var(--np-woo-muted) !important;
    font-weight: 650 !important;
    white-space: nowrap;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--np-woo-ink) !important;
    box-shadow: inset 0 -2px 0 var(--np-woo-accent);
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 !important;
    padding: 28px 30px 32px !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin-top: 0 !important;
    color: var(--np-woo-ink) !important;
    font-size: 24px !important;
    font-weight: 560 !important;
}

body.single-product.woocommerce .related.products {
    width: 100%;
    margin-top: 32px;
}

body.single-product.woocommerce .related.products h2 {
    margin: 0 0 20px !important;
    color: var(--np-woo-ink) !important;
    font-size: 30px !important;
    font-weight: 560 !important;
}

body.single-product.woocommerce .related.products ul.products {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    margin-top: 0 !important;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
    width: min(1180px, calc(100% - 48px));
    margin: 52px auto 76px !important;
    padding: 28px !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 8px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 11px 14px;
    border: 1px solid var(--np-woo-line);
    border-radius: 4px;
    background: var(--np-woo-surface);
    color: var(--np-woo-muted);
    font-weight: 650;
    text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    border-color: var(--np-woo-line);
    background: var(--np-woo-soft);
    color: var(--np-woo-accent);
}

body.woocommerce-page table.shop_table {
    border-color: var(--np-woo-line) !important;
    border-radius: 8px !important;
    overflow: hidden;
}

body.woocommerce-page table.shop_table th,
body.woocommerce-page table.shop_table td {
    border-color: var(--np-woo-line) !important;
}

body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"],
body.woocommerce-cart .woocommerce-cart-form input[name="update_cart"] {
    display: none !important;
}

.npv-cart-update-status {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-left: 12px;
    color: var(--np-woo-muted);
    font-size: 14px;
    font-weight: 650;
}

.npv-cart-update-status.is-saving {
    color: var(--np-woo-accent);
}

.npv-cart-update-status.is-saved {
    color: var(--np-woo-accent);
}

.npv-cart-update-status.is-error {
    color: #b42318;
}

body.woocommerce-cart.npv-cart-is-updating .cart_totals {
    opacity: 0.72;
    transition: opacity 160ms ease;
}

body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error {
    border-radius: 8px !important;
    background: var(--np-woo-surface) !important;
    box-shadow: none !important;
}

.np-account-purchases {
    width: min(1180px, calc(100% - 48px));
    margin: 28px auto 0;
    padding: 28px;
    border: 1px solid var(--np-woo-line);
    border-radius: 8px;
    background: var(--np-woo-surface);
    box-shadow: none;
}

.np-account-purchases__head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.np-account-purchases__head span,
.np-purchase-card__top span {
    display: inline-flex;
    width: fit-content;
    padding: 7px 11px;
    border: 1px solid var(--np-woo-line);
    border-radius: 4px;
    background: var(--np-woo-soft);
    color: var(--np-woo-accent);
    font-size: 12px;
    font-weight: 650;
    line-height: 1;
}

.np-account-purchases h2,
.np-account-purchases h3 {
    margin: 0;
    color: var(--np-woo-ink);
    font-weight: 560;
    letter-spacing: 0;
}

.np-account-purchases h2 {
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.1;
}

.np-account-purchases p {
    max-width: 680px;
    margin: 10px 0 0;
    color: var(--np-woo-muted);
}

.np-account-purchases__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.np-purchase-card,
.np-account-purchases__empty {
    padding: 20px;
    border: 1px solid var(--np-woo-line);
    border-radius: 8px;
    background: var(--np-woo-soft);
}

.np-purchase-card__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.np-purchase-card dl,
.np-order-tracking-detail dl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
}

@media (max-width: 980px) {
    body.post-type-archive-product .ast-woocommerce-container {
        width: min(760px, calc(100% - 36px));
        grid-template-columns: 1fr;
    }

    .np-shop-hero {
        grid-template-columns: 1fr;
        padding: 28px !important;
    }

    .np-shop-hero__panel {
        min-height: auto;
    }

    body.post-type-archive-product .woocommerce-ordering {
        justify-self: start;
    }

    body.post-type-archive-product .woocommerce-ordering select {
        width: 260px;
    }

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

    body.single-product.woocommerce .ast-woocommerce-container {
        width: min(760px, calc(100% - 36px));
        margin-top: 42px;
    }

    body.single-product.woocommerce div.product {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.woocommerce-page,
    body.post-type-archive-product,
    body.single-product,
    body.woocommerce-page #page,
    body.post-type-archive-product #page,
    body.single-product #page,
    body.woocommerce-page .site-content,
    body.post-type-archive-product .site-content,
    body.single-product .site-content {
        max-width: 100vw;
        overflow-x: hidden !important;
    }

    body.post-type-archive-product .ast-woocommerce-container,
    body.single-product.woocommerce .ast-woocommerce-container,
    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce,
    body.woocommerce-account .woocommerce,
    .np-account-purchases {
        width: calc(100% - 28px) !important;
    }

    body.post-type-archive-product .ast-woocommerce-container {
        margin-bottom: 56px;
        gap: 16px;
    }

    .np-shop-hero {
        margin-top: 12px !important;
        padding: 22px !important;
    }

    .np-shop-hero h2 {
        font-size: clamp(28px, 9vw, 34px) !important;
        line-height: 1.08 !important;
    }

    .np-shop-hero p:not(.np-shop-hero__eyebrow) {
        font-size: 15px;
    }

    .np-shop-hero__panel {
        padding: 18px !important;
    }

    body.post-type-archive-product .woocommerce-ordering,
    body.post-type-archive-product .woocommerce-ordering select {
        width: 100%;
    }

    body.woocommerce ul.products,
    body.woocommerce-page ul.products {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    body.woocommerce ul.products li.product .woocommerce-loop-product__title,
    body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 19px !important;
    }

    body.single-product.woocommerce .ast-woocommerce-container {
        margin-top: 30px;
        margin-bottom: 58px;
    }

    body.single-product.woocommerce div.product {
        gap: 18px;
    }

    body.single-product.woocommerce div.product div.summary,
    body.single-product.woocommerce div.product .woocommerce-tabs .panel,
    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce,
    body.woocommerce-account .woocommerce,
    .np-account-purchases {
        padding: 20px !important;
    }

    body.single-product.woocommerce div.product .product_title {
        font-size: 25px !important;
        line-height: 1.16 !important;
        overflow-wrap: break-word;
    }

    body.single-product.woocommerce div.product form.cart {
        display: grid;
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 10px;
    }

    body.single-product.woocommerce div.product form.cart div.quantity {
        grid-column: 1;
    }

    body.single-product.woocommerce div.product form.cart .qty {
        width: 100% !important;
    }

    body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
        grid-column: 2;
        min-width: 0;
        width: 100%;
        padding-right: 10px !important;
        padding-left: 10px !important;
        white-space: normal;
    }

    body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
        padding: 0 18px !important;
    }

    body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding-top: 16px !important;
    }

    .np-account-purchases__head {
        display: block;
    }

    .np-account-purchases__all {
        margin-top: 16px;
    }

    .np-account-purchases__grid,
    .np-purchase-card dl,
    .np-order-tracking-detail dl {
        grid-template-columns: 1fr;
    }
}

body.woocommerce *,
body.woocommerce-page *,
body.post-type-archive-product *,
body.single-product * {
    box-sizing: border-box;
}

body.woocommerce .woocommerce-loop-product__title,
body.woocommerce-page .woocommerce-loop-product__title,
body.post-type-archive-product .np-shop-hero h2,
body.single-product.woocommerce div.product .product_title {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

/* App catalog pass for shop and cart. */
body.woocommerce-page,
body.post-type-archive-product,
body.single-product {
    --np-woo-bg: #ffffff;
    --np-woo-surface: #ffffff;
    --np-woo-soft: #f3f5f7;
    --np-woo-ink: #06111f;
    --np-woo-muted: #667085;
    --np-woo-subtle: #8a94a3;
    --np-woo-line: #d7dde5;
    --np-woo-accent: #56c8c7;
    --np-woo-accent-hover: #178b8a;
    background: #ffffff !important;
    color: var(--np-woo-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.woocommerce-page .site-content .ast-container,
body.post-type-archive-product .site-content .ast-container,
body.single-product .site-content .ast-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.post-type-archive-product .ast-woocommerce-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 0 24px;
    width: min(100% - 64px, 1532px);
    margin: 0 auto 78px;
}

body.post-type-archive-product .woocommerce-breadcrumb {
    display: none !important;
}

.np-shop-hero {
    display: flex !important;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    width: 100% !important;
    margin: 42px 0 48px !important;
    padding: 0 !important;
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.np-shop-hero > div:first-child {
    max-width: 760px;
}

.np-shop-hero__eyebrow,
.np-cart-hero__eyebrow {
    display: inline-flex;
    width: fit-content;
    min-height: auto !important;
    margin: 0 0 8px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--np-woo-accent-hover) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: none;
}

.np-shop-hero h2,
.np-cart-hero h1 {
    margin: 0;
    color: var(--np-woo-ink) !important;
    font-size: 28px !important;
    font-weight: 520 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
}

.np-shop-hero p:not(.np-shop-hero__eyebrow),
.np-cart-hero p:not(.np-cart-hero__eyebrow) {
    max-width: 700px;
    margin: 10px 0 0;
    color: var(--np-woo-muted) !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

.np-shop-hero__panel,
.np-cart-hero__summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    min-height: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.np-shop-hero__panel strong,
.np-shop-hero__panel span,
.np-cart-hero__summary span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border: 0 !important;
    border-radius: 4px;
    background: var(--np-woo-soft);
    color: #344052 !important;
    font-size: 13px;
    font-weight: 650;
    line-height: 1;
}

body.post-type-archive-product .woocommerce-result-count {
    align-self: center;
    margin: 0 0 24px !important;
    color: var(--np-woo-muted) !important;
    font-size: 14px;
}

body.post-type-archive-product .woocommerce-ordering {
    justify-self: end;
    margin: 0 0 24px !important;
}

body.post-type-archive-product .woocommerce-ordering select {
    width: min(260px, 100%);
    min-height: 46px;
    border: 1px solid var(--np-woo-line) !important;
    border-radius: 4px !important;
    background-color: var(--np-woo-surface) !important;
    color: var(--np-woo-ink) !important;
    font-size: 14px;
}

body.woocommerce ul.products,
body.woocommerce-page ul.products {
    display: grid !important;
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fill, minmax(220px, 242px)) !important;
    justify-content: start;
    gap: 30px 18px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    display: block !important;
    width: auto !important;
    min-width: 0;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
body.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 7px !important;
    border-radius: 4px;
    background: #e7ebef;
}

body.woocommerce ul.products li.product a img,
body.woocommerce-page ul.products li.product a img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 !important;
    object-fit: cover !important;
    background: #e7ebef !important;
    transition: transform .22s ease, filter .22s ease;
}

body.woocommerce ul.products li.product:hover a img,
body.woocommerce-page ul.products li.product:hover a img {
    transform: scale(1.035);
}

body.woocommerce ul.products li.product .ast-on-card-button,
body.woocommerce-page ul.products li.product .ast-on-card-button {
    display: none !important;
}

body.woocommerce ul.products li.product .ast-woo-product-category,
body.woocommerce-page ul.products li.product .ast-woo-product-category {
    display: block;
    padding: 0 !important;
    color: var(--np-woo-subtle) !important;
    font-size: 12px;
    font-weight: 520;
    line-height: 1.3;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    display: block;
    padding: 6px 0 0 !important;
    color: #344052 !important;
    font-size: 14px !important;
    font-weight: 520 !important;
    line-height: 1.35 !important;
}

body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
    display: block;
    padding: 7px 0 0 !important;
    color: #135f5e !important;
    font-size: 14px !important;
    font-weight: 750 !important;
}

body.woocommerce ul.products li.product .button,
body.woocommerce-page ul.products li.product .button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px !important;
    margin: 9px 0 0 !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #178b8a !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 750 !important;
}

body.woocommerce ul.products li.product .button:hover,
body.woocommerce-page ul.products li.product .button:hover {
    background: #106f6e !important;
    color: #ffffff !important;
}

body.woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 32px;
    width: min(100% - 64px, 1532px);
    margin: 42px auto 78px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .np-cart-hero {
    grid-column: 1 / -1;
}

.np-cart-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 10px;
}

body.woocommerce-cart .woocommerce-cart-form {
    min-width: 0;
}

body.woocommerce-cart .cart-collaterals {
    width: 100%;
}

body.woocommerce-cart .cart-collaterals::before,
body.woocommerce-cart .cart-collaterals::after {
    display: none !important;
}

body.woocommerce-cart .cart_totals {
    float: none !important;
    width: 100% !important;
    padding: 24px !important;
    border: 1px solid var(--np-woo-line) !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.woocommerce-cart .cart_totals h2 {
    margin: 0 0 18px !important;
    color: var(--np-woo-ink) !important;
    font-size: 26px !important;
    font-weight: 520 !important;
    line-height: 1.2 !important;
}

body.woocommerce-cart table.shop_table {
    border: 1px solid var(--np-woo-line) !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    overflow: hidden;
}

body.woocommerce-cart .woocommerce-cart-form__contents th {
    padding: 14px 18px !important;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 700 !important;
}

body.woocommerce-cart .woocommerce-cart-form__contents td {
    padding: 16px 18px !important;
    color: #344052 !important;
    vertical-align: middle;
}

body.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 4px;
    object-fit: cover;
}

body.woocommerce-cart .woocommerce-cart-form__contents .product-name a {
    color: #0f3f3d !important;
    font-weight: 650;
    text-decoration: none !important;
}

body.woocommerce-cart .quantity .qty {
    width: 58px !important;
    min-height: 40px;
    border: 1px solid var(--np-woo-line) !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    color: var(--np-woo-ink) !important;
    text-align: center;
}

body.woocommerce-cart .cart_totals table.shop_table {
    border: 0 !important;
    border-radius: 0 !important;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
    padding: 12px 0 !important;
    border-color: var(--np-woo-line) !important;
}

body.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #178b8a !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 750 !important;
}

body.woocommerce-cart .actions {
    background: #ffffff !important;
}

body.woocommerce-cart .coupon {
    display: flex;
    gap: 8px;
    align-items: center;
}

body.woocommerce-cart .coupon .input-text {
    width: min(220px, 100%) !important;
    min-height: 40px !important;
}

body.woocommerce-cart .npv-cart-update-status {
    min-height: 40px;
    margin-left: 0;
    font-size: 13px;
}

@media (max-width: 980px) {
    body.post-type-archive-product .ast-woocommerce-container,
    body.woocommerce-cart .woocommerce {
        width: min(100% - 32px, 760px) !important;
        grid-template-columns: 1fr;
    }

    .np-shop-hero,
    .np-cart-hero {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 30px !important;
        margin-bottom: 40px !important;
    }

    .np-shop-hero__panel,
    .np-cart-hero__summary {
        justify-content: flex-start;
    }

    body.post-type-archive-product .woocommerce-ordering {
        justify-self: start;
    }

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

@media (max-width: 640px) {
    body.post-type-archive-product .ast-woocommerce-container,
    body.woocommerce-cart .woocommerce {
        width: calc(100vw - 28px) !important;
        margin-bottom: 56px !important;
    }

    .np-shop-hero h2,
    .np-cart-hero h1 {
        font-size: 24px !important;
    }

    body.woocommerce ul.products,
    body.woocommerce-page ul.products {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.woocommerce ul.products li.product .woocommerce-loop-product__title,
    body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px !important;
    }

    body.woocommerce-cart .woocommerce-cart-form__contents td {
        padding: 14px !important;
    }

    body.woocommerce-cart .coupon {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    body.woocommerce-cart .coupon .input-text,
    body.woocommerce-cart .coupon .button {
        width: 100% !important;
    }
}
