.site-content > .ast-container {
    max-width: none !important;
    padding: 0 !important;
}

.site-content .content-area {
    width: 100% !important;
    margin: 0 !important;
}

.site-content .site-main,
.site-content article,
.site-content .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

.site-content .entry-header {
    display: none !important;
}

.astra-cart-drawer,
.astra-cart-drawer-overlay,
.astra-cart-drawer-wrapper,
.ast-cart-drawer,
#astra-mobile-cart-drawer,
.ast-site-header-cart .widget_shopping_cart,
.ast-site-header-cart .widget_shopping_cart_content {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.m24-home-page #masthead,
body.m24-home-page header#masthead,
body.m24-home-page .site-header,
body.m24-home-page .site-footer,
body.m24-home-page footer.site-footer,
body.m24-home-page .site-below-footer-wrap,
body.m24-home-page .site-primary-footer-wrap,
body.m24-product-page #masthead,
body.m24-product-page header#masthead,
body.m24-product-page .site-header,
body.m24-product-page .site-footer,
body.m24-product-page footer.site-footer,
body.m24-info-page #masthead,
body.m24-info-page header#masthead,
body.m24-info-page .site-header,
body.m24-info-page .site-footer,
body.m24-info-page footer.site-footer,
body.m24-system-page #masthead,
body.m24-system-page header#masthead,
body.m24-system-page .site-header,
body.m24-system-page .site-footer,
body.m24-system-page footer.site-footer,
body.m24-catalog-page #masthead,
body.m24-catalog-page header#masthead,
body.m24-catalog-page .site-header,
body.m24-catalog-page .site-footer,
body.m24-catalog-page footer.site-footer,
body:has(.m24) #masthead,
body:has(.m24) .site-footer {
    display: none !important;
}

body.m24-home-page .site-content,
body.m24-home-page #content,
body.m24-info-page .site-content,
body.m24-info-page #content,
body.m24-system-page .site-content,
body.m24-system-page #content {
    margin: 0 !important;
    padding: 0 !important;
}

.m24 {
    width: 100%;
    max-width: none;
    overflow: hidden;
}

.m24-site-header {
    min-height: 108px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 42px;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto minmax(190px, 255px) auto;
    align-items: center;
    gap: 22px;
    background: var(--paper);
}

.m24-header-search {
    position: relative;
    z-index: 40;
    width: 100%;
    min-width: 220px;
    height: 46px;
    display: flex;
    align-items: center;
    overflow: visible;
    border: 1px solid #d7d2c7;
    border-radius: 999px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.m24-search-results {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(430px, calc(100vw - 32px));
    max-height: min(520px, 70vh);
    overflow: auto;
    padding: 8px;
    border: 1px solid #ddd4c5;
    border-radius: 18px;
    background: #fffdf8;
    box-shadow: 0 18px 42px rgba(46, 50, 44, .16);
}

.m24-search-results[hidden] {
    display: none !important;
}

.m24-search-result {
    display: grid !important;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 10px !important;
    border-radius: 13px;
    color: var(--ink) !important;
    text-decoration: none !important;
}

.m24-search-result:hover,
.m24-search-result:focus {
    outline: 0;
    background: #f1eee5;
}

.m24-search-result img,
.m24-search-no-image {
    width: 68px;
    height: 68px;
    display: block;
    border-radius: 10px;
    background: #ebe6da;
    object-fit: cover;
}

.m24-search-result span {
    min-width: 0;
}

.m24-search-result small,
.m24-search-result strong,
.m24-search-result em {
    display: block;
    font-family: Manrope, "Avenir Next", Arial, sans-serif;
    font-style: normal;
    line-height: 1.3;
}

.m24-search-result small {
    margin-bottom: 3px;
    color: var(--sage-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.m24-search-result strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.m24-search-result em {
    margin-top: 4px;
    color: #a96544;
    font-size: 13px;
    font-weight: 700;
}

.m24-search-message {
    margin: 0;
    padding: 18px;
    color: #666a61;
    font-family: Manrope, "Avenir Next", Arial, sans-serif;
    font-size: 13px;
    text-align: center;
}

body.woocommerce-checkout .m24-invoice-toggle {
    margin: 20px 0 12px !important;
    padding: 18px 20px !important;
    border: 1px solid #d9d1c2;
    border-radius: 12px;
    background: #f4f1e8;
}

body.woocommerce-checkout .m24-invoice-toggle label {
    display: flex !important;
    align-items: center;
    gap: 11px;
    margin: 0 !important;
    color: var(--ink);
    font-size: 16px !important;
    font-weight: 750 !important;
    cursor: pointer;
}

body.woocommerce-checkout .m24-invoice-toggle input {
    width: 20px !important;
    min-width: 20px;
    height: 20px !important;
    margin: 0 !important;
    accent-color: var(--sage);
}

body.woocommerce-checkout .m24-invoice-field {
    display: none !important;
}

body.woocommerce-checkout .m24-invoice-field.m24-invoice-field-visible {
    display: block !important;
    animation: m24InvoiceReveal .2s ease;
}

body.woocommerce-checkout .m24-invoice-field label {
    font-weight: 700 !important;
}

body.woocommerce-checkout .m24-invoice-field input {
    min-height: 52px;
    border-radius: 8px !important;
}

@keyframes m24InvoiceReveal {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.m24-header-search:focus-within {
    border-color: var(--sage);
    box-shadow: 0 0 0 3px rgba(126, 145, 120, .15);
}

.m24-header-search input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 44px;
    margin: 0 !important;
    padding: 0 8px 0 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--ink) !important;
    font-family: Manrope, "Avenir Next", Arial, sans-serif;
    font-size: 13px !important;
}

.m24-header-search input[type="search"]::-webkit-search-cancel-button {
    cursor: pointer;
}

.m24-header-search button {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center;
    border: 0 !important;
    border-radius: 50% !important;
    background: var(--sage) !important;
    color: #fff !important;
    box-shadow: none !important;
    cursor: pointer;
}

.m24-header-search button:hover {
    background: var(--sage-dark) !important;
}

.m24-header-search button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.m24-contact-bar {
    width: 100%;
    min-height: 38px;
    display: flex;
    align-items: center;
    background: #263226;
    color: #f8f3e9;
}

.m24-contact-bar > div {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.m24-contact-bar > div > span {
    color: rgba(248, 243, 233, .78);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.m24-contact-bar nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.m24-contact-bar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fffdf8 !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.m24-contact-bar a:hover {
    color: #d9c29b !important;
}

.m24-contact-bar .m24-allegro-link {
    padding-left: 22px;
    border-left: 1px solid rgba(255, 255, 255, .22);
}

.m24-contact-bar .m24-allegro-link strong {
    color: #ff5a00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.06em;
    line-height: 1;
}

.m24-contact-bar svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.m24-logo {
    justify-self: start;
    color: var(--ink) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    letter-spacing: .035em;
    line-height: 1;
}

.m24-logo span {
    margin-left: 5px;
    font-size: .7em;
}

.m24-logo img {
    width: 205px;
    height: auto;
    display: block;
}

.m24-footer .m24-logo img {
    width: 164px;
    margin-bottom: 14px;
}

/* GTranslate: dyskretny przełącznik PL / EN w górnym pasku */
.m24-language-switcher {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 5px;
    padding: 4px 6px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    white-space: nowrap;
}

.m24-language-label {
    margin: 0 3px 0 2px;
    color: rgba(255, 255, 255, .78);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.m24-language-switcher > a,
.m24-language-switcher a.glink {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    min-height: 27px;
    padding: 3px 7px !important;
    border-radius: 999px;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: background-color .2s ease;
}

.m24-language-switcher > a:hover,
.m24-language-switcher a.glink:hover,
.m24-language-switcher a.glink.gt-current-lang {
    background: rgba(255, 255, 255, .18);
}

.m24-language-switcher img {
    width: 19px !important;
    height: 19px !important;
    margin: 0 !important;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 760px) {
    .m24-logo img {
        width: 164px;
    }
}

.m24-site-header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
}

.m24-site-header nav a {
    color: var(--ink) !important;
    position: relative;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 650;
    letter-spacing: .01em;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
}

.m24-site-header nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 2px;
    background: var(--sage);
    transform: scaleX(0);
    transition: transform .2s ease;
}

.m24-site-header nav a:hover {
    color: var(--sage-dark) !important;
}

.m24-site-header nav a:hover::after {
    transform: scaleX(1);
}

.m24-header-cart {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--ink) !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
}

.m24-header-cart span {
    font-size: 29px;
    line-height: 1;
}

/* Nagłówek koszyka i zamówienia ma mieć te same proporcje co strona główna. */
body.m24-system-page .m24-site-header {
    min-height: 108px !important;
    padding-right: 42px !important;
    padding-left: 42px !important;
}

body.m24-system-page .m24-logo img {
    width: 205px !important;
    max-width: none !important;
}

body.m24-system-page .m24-site-header nav {
    gap: 42px !important;
}

body.m24-system-page .m24-site-header nav a {
    padding: 12px 0 !important;
    font-family: Manrope, "Avenir Next", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
}

body.m24-system-page .m24-header-cart {
    gap: 11px !important;
    font-family: Manrope, "Avenir Next", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
}

body.m24-system-page .m24-cart-glyph svg {
    width: 29px !important;
    height: 29px !important;
}

.m24-footer {
    min-height: 220px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 42px;
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr auto;
    align-items: start;
    gap: 35px;
    background: var(--paper);
    color: var(--ink);
}

.m24-footer p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

.m24-footer > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
}

.m24-footer small {
    color: var(--muted);
}

.m24-footer-full {
    max-width: none;
    min-height: 0;
    padding: 64px max(34px, calc((100vw - 1416px) / 2));
    grid-template-columns: 1.35fr repeat(4, minmax(150px, 1fr));
    border-top: 1px solid var(--line);
}

.m24-footer-full h3 {
    margin: 4px 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 400;
}

.m24-footer-full > div {
    gap: 10px;
}

.m24-footer-full a {
    color: var(--ink);
}

.m24-footer-full > div:not(.m24-footer-brand) > a {
    color: var(--muted);
    font-size: 12px;
}

.m24-footer-brand .m24-logo {
    margin-bottom: 12px;
}

.m24-footer-full small {
    grid-column: 1 / -1;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.m24-global-footer {
    margin-top: 70px;
}

.m24-subpage-delivery,
.m24-subpage-contact {
    max-width: none;
}

.m24-subpage-delivery {
    padding-top: 90px;
    padding-bottom: 90px;
}

.m24-subpage-contact {
    min-height: 300px;
}

.m24-info {
    max-width: 1050px;
    margin: 0 auto;
    padding: 75px 34px 100px;
}

.m24-info h1 {
    max-width: none;
    margin: 0 0 35px;
    font-size: clamp(42px, 5vw, 64px);
}

.m24-info h2 {
    margin: 34px 0 14px;
    font-size: 29px;
}

.m24-info p,
.m24-info li {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}

.m24-info a {
    color: var(--sage-dark);
    text-decoration: underline;
}

.m24-info-card,
.m24-info-notice {
    margin: 28px 0;
    padding: 28px;
    border: 1px solid var(--line);
    border-left: 4px solid var(--sage);
    border-radius: 10px;
    background: var(--cream);
}

.m24-info-card h2 {
    margin-top: 0;
}

.m24-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 30px 0;
}

.m24-info-grid section {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.m24-info-grid section h2 {
    margin-top: 0;
}

.m24-info-price {
    color: var(--terra) !important;
    font-family: Georgia, serif;
    font-size: 28px !important;
}

.m24-info details {
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
}

.m24-info summary {
    cursor: pointer;
    font-family: Georgia, serif;
    font-size: 21px;
}

.m24-regulations {
    max-width: 1120px;
}

.m24-regulations-content {
    padding-top: 10px;
}

.m24-regulations-content h1 {
    display: none;
}

.m24-regulations-content h2,
.m24-regulations-content h3,
.m24-regulations-content strong {
    color: var(--ink);
}

.m24-regulations-content p,
.m24-regulations-content li {
    font-size: 15px;
    line-height: 1.8;
}

body.m24-system-page .site-content > .ast-container {
    --cream: #f5f0e7;
    --ink: #2e322c;
    --sage: #7f9279;
    --sage-dark: #657861;
    --line: #dcd2c2;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 65px 34px 90px !important;
}

body.m24-system-page .entry-header {
    display: block !important;
    margin: 0 0 36px !important;
}

body.m24-system-page .entry-title {
    margin: 0 !important;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 400;
    line-height: 1.05;
}

body.m24-system-page .woocommerce,
body.m24-system-page .wp-block-woocommerce-cart,
body.m24-system-page .wp-block-woocommerce-checkout {
    color: var(--ink);
    font-family: Manrope, "Avenir Next", Arial, sans-serif;
}

body.m24-system-page table,
body.m24-system-page .woocommerce-MyAccount-navigation,
body.m24-system-page .woocommerce-MyAccount-content,
body.m24-system-page .wc-block-components-sidebar,
body.m24-system-page .wc-block-components-main {
    border-color: var(--line) !important;
}

body.m24-system-page input,
body.m24-system-page select,
body.m24-system-page textarea {
    border-color: var(--line) !important;
    border-radius: 4px !important;
    background: #fff !important;
}

body.m24-system-page button,
body.m24-system-page .button,
body.m24-system-page .wp-element-button,
body.m24-system-page .wc-block-components-button {
    border-radius: 0 !important;
    background: var(--sage) !important;
    color: #fff !important;
}

body.m24-system-page button:hover,
body.m24-system-page .button:hover,
body.m24-system-page .wp-element-button:hover,
body.m24-system-page .wc-block-components-button:hover {
    background: var(--sage-dark) !important;
}

/* Pływający koszyk nie może dziedziczyć prostokątnego stylu przycisków WooCommerce. */
body.m24-system-page button.m24-basket-fab {
    right: 28px !important;
    bottom: 28px !important;
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #879a82 !important;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 0 12px 30px rgba(43, 50, 40, .28) !important;
}

body.m24-system-page button.m24-basket-fab svg {
    width: 29px !important;
    height: 29px !important;
    display: block !important;
    fill: none !important;
    stroke: #fff !important;
    opacity: 1 !important;
}

body.m24-system-page .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.m24-system-page .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 13px 16px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
}

body.m24-system-page .woocommerce-MyAccount-navigation li.is-active a {
    background: var(--cream);
    color: var(--sage-dark);
}

body.m24-system-page .woocommerce-cart-form,
body.m24-system-page .cart-collaterals,
body.m24-system-page .woocommerce-checkout-review-order,
body.m24-system-page .woocommerce-billing-fields,
body.m24-system-page .woocommerce-shipping-fields,
body.m24-system-page .woocommerce-additional-fields,
body.m24-system-page .woocommerce-form-login {
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fffdf8;
}

body.m24-system-page.woocommerce-cart .entry-content > .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(340px, .95fr);
    gap: 38px;
    align-items: start;
}

body.m24-system-page.woocommerce-cart .woocommerce-notices-wrapper,
body.m24-system-page.woocommerce-cart .woocommerce-message,
body.m24-system-page.woocommerce-cart .woocommerce-info,
body.m24-system-page.woocommerce-cart .woocommerce-error {
    grid-column: 1 / -1;
}

body.m24-system-page.woocommerce-cart .woocommerce-cart-form {
    grid-column: 1;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #fffdf8;
}

body.m24-system-page.woocommerce-cart .cart-collaterals {
    grid-column: 2;
    grid-row: 2 / span 2;
    width: 100%;
    margin: 0;
    padding: 28px;
    position: sticky;
    top: 24px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #f1f2ed;
}

body.m24-system-page.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    max-width: none;
    margin: 0;
}

.m24-cart-intro {
    padding: 26px 28px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--line);
}

.m24-cart-intro h2 {
    margin: 0 0 5px;
    font-family: Manrope, "Avenir Next", Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.m24-cart-intro p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.m24-cart-intro > a {
    min-height: 48px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #fff;
    color: var(--ink) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.m24-cart-intro svg {
    width: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

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

body.m24-system-page.woocommerce-cart table.shop_table.cart thead {
    display: none;
}

body.m24-system-page.woocommerce-cart table.shop_table.cart tbody {
    display: block;
}

body.m24-system-page.woocommerce-cart table.shop_table.cart tr.cart_item {
    padding: 28px;
    display: grid;
    grid-template-columns: 38px 118px minmax(220px, 1fr) 100px 90px 110px;
    gap: 18px;
    align-items: start;
    border-bottom: 1px solid var(--line);
}

body.m24-system-page.woocommerce-cart table.shop_table.cart tr.cart_item td {
    padding: 0 !important;
    display: block;
    border: 0 !important;
    background: transparent !important;
}

body.m24-system-page.woocommerce-cart td.product-remove {
    padding-top: 35px !important;
}

body.m24-system-page.woocommerce-cart td.product-thumbnail {
    display: block !important;
}

body.m24-system-page.woocommerce-cart td.product-thumbnail::before {
    display: none !important;
}

body.m24-system-page.woocommerce-cart td.product-thumbnail img {
    width: 118px !important;
    height: 138px !important;
    display: block !important;
    border-radius: 7px;
    object-fit: cover;
}

body.m24-system-page.woocommerce-cart td.product-name {
    padding-top: 6px !important;
    font-size: 16px;
    line-height: 1.45;
}

body.m24-system-page.woocommerce-cart td.product-name dl.variation {
    margin-top: 13px;
    color: var(--muted);
    font-size: 13px;
}

body.m24-system-page.woocommerce-cart td.product-price,
body.m24-system-page.woocommerce-cart td.product-quantity,
body.m24-system-page.woocommerce-cart td.product-subtotal {
    padding-top: 35px !important;
    text-align: right;
    white-space: nowrap;
}

body.m24-system-page.woocommerce-cart table.shop_table.cart tr:not(.cart_item) {
    display: block;
}

body.m24-system-page.woocommerce-cart table.shop_table.cart td.actions {
    display: flex;
    justify-content: flex-end;
}

body.m24-system-page.woocommerce-cart .cart_totals > h2 {
    margin: 0 0 20px;
    font-family: Manrope, "Avenir Next", Arial, sans-serif;
    font-size: 27px;
    font-weight: 700;
}

body.m24-system-page.woocommerce-cart .cart_totals .shop_table {
    background: transparent;
}

body.m24-system-page.woocommerce-cart .wc-proceed-to-checkout {
    padding: 20px 0 0;
}

body.m24-system-page.woocommerce-cart .checkout-button {
    border-radius: 7px !important;
    background: var(--sage) !important;
    font-weight: 700;
}

@media (max-width: 1050px) {
    body.m24-system-page.woocommerce-cart .entry-content > .woocommerce {
        grid-template-columns: 1fr;
    }

    body.m24-system-page.woocommerce-cart .cart-collaterals {
        grid-column: 1;
        grid-row: auto;
        position: static;
    }

    body.m24-system-page.woocommerce-cart table.shop_table.cart tr.cart_item {
        grid-template-columns: 34px 100px minmax(180px, 1fr) 90px 80px;
    }

    body.m24-system-page.woocommerce-cart td.product-subtotal {
        grid-column: 3 / -1;
        padding-top: 0 !important;
    }
}

@media (max-width: 700px) {
    .m24-cart-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    body.m24-system-page.woocommerce-cart table.shop_table.cart tr.cart_item {
        grid-template-columns: 32px 88px minmax(0, 1fr);
        padding: 20px;
        gap: 13px;
    }

    body.m24-system-page.woocommerce-cart td.product-thumbnail img {
        width: 88px !important;
        height: 104px !important;
    }

    body.m24-system-page.woocommerce-cart td.product-price,
    body.m24-system-page.woocommerce-cart td.product-quantity,
    body.m24-system-page.woocommerce-cart td.product-subtotal {
        grid-column: 3;
        padding-top: 4px !important;
        text-align: left;
    }
}

body.m24-system-page .shop_table {
    width: 100%;
    border-collapse: collapse;
    background: #fffdf8;
}

body.m24-system-page .shop_table th,
body.m24-system-page .shop_table td {
    padding: 16px 12px !important;
    border-bottom: 1px solid var(--line) !important;
}

body.m24-system-page .woocommerce-cart-form a {
    color: var(--sage-dark) !important;
    text-decoration-color: rgba(86, 105, 78, .35);
}

body.m24-system-page .woocommerce-cart-form .product-name a {
    font-weight: 700;
    text-decoration: none;
}

body.m24-system-page .woocommerce-cart-form .product-remove a.remove {
    width: 34px;
    height: 34px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8cfc1;
    border-radius: 50%;
    background: #fff !important;
    color: #8f3d31 !important;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
}

body.m24-system-page .woocommerce-cart-form .product-remove a.remove:hover {
    border-color: #8f3d31;
    background: #8f3d31 !important;
    color: #fff !important;
}

body.m24-system-page .woocommerce-cart-form input.qty {
    width: 72px !important;
    min-height: 44px;
    padding: 8px !important;
    text-align: center;
}

body.m24-system-page .woocommerce-cart-form .actions {
    padding: 20px 12px !important;
}

body.m24-system-page .woocommerce-cart-form .coupon {
    display: none !important;
}

body.m24-system-page .cart_totals {
    max-width: 620px;
    margin-left: auto;
}

body.m24-system-page .cart_totals .shop_table {
    border: 0 !important;
}

body.m24-system-page .cart_totals .order-total th,
body.m24-system-page .cart_totals .order-total td {
    color: var(--sage-dark);
    font-size: 20px;
}

body.m24-system-page .woocommerce-message,
body.m24-system-page .woocommerce-info,
body.m24-system-page .woocommerce-error {
    border-top-color: var(--sage) !important;
    background: var(--cream) !important;
    color: var(--ink) !important;
}

body.m24-system-page .cart_totals h2,
body.m24-system-page .woocommerce-billing-fields h3,
body.m24-system-page #order_review_heading {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
}

body.m24-system-page .woocommerce-cart-form .product-thumbnail img {
    width: 86px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
}

body.m24-system-page .cart-collaterals {
    margin-top: 28px;
}

body.m24-system-page .checkout-button,
body.m24-system-page #place_order {
    width: 100%;
    min-height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.m24-cart-page {
    width: min(1460px, calc(100% - 48px));
    margin: 0 auto;
    padding: 66px 0 90px;
    color: var(--ink);
    font-family: Manrope, "Avenir Next", Arial, sans-serif;
}

.m24-cart-page > h1 {
    margin: 0 0 34px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 400;
}

.m24-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(360px, .95fr);
    gap: 38px;
    align-items: start;
}

.m24-cart-products,
.m24-cart-summary,
.m24-cart-login {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fffdf8;
    overflow: hidden;
}

.m24-cart-products > header {
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border-bottom: 1px solid var(--line);
}

.m24-cart-products h2,
.m24-cart-summary h2,
.m24-cart-login h2 {
    margin: 0 0 5px;
    font-size: 27px;
    font-weight: 750;
}

.m24-cart-products header p,
.m24-cart-login p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.m24-clear-cart {
    min-height: 48px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--line);
    border-radius: 7px;
    color: var(--ink) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.m24-clear-cart svg,
.m24-cart-checkout svg {
    width: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.m24-cart-product {
    min-height: 230px;
    padding: 30px 28px;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 155px;
    gap: 26px;
    border-bottom: 1px solid var(--line);
}

.m24-cart-product:last-child {
    border-bottom: 0;
}

.m24-cart-product-image img {
    width: 150px !important;
    height: 174px !important;
    display: block !important;
    border-radius: 8px;
    object-fit: cover;
}

.m24-cart-product-copy h3 {
    margin: 3px 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
}

.m24-cart-product-copy h3 a {
    color: var(--ink) !important;
    text-decoration: none;
}

.m24-cart-product-meta,
.m24-cart-product-meta dl {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.m24-cart-product-meta dt,
.m24-cart-product-meta dd {
    display: inline;
    margin: 0 5px 0 0;
}

.m24-cart-product-meta dd::after {
    content: "";
    display: block;
}

.m24-cart-product-actions {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.m24-cart-stepper {
    width: 126px;
    height: 46px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1px solid var(--line);
    border-radius: 6px;
    overflow: hidden;
}

.m24-cart-stepper a,
.m24-cart-stepper strong {
    display: grid;
    place-items: center;
    color: var(--ink) !important;
    text-decoration: none;
}

.m24-cart-stepper strong {
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.m24-cart-remove {
    color: #8f3d31 !important;
    font-size: 13px;
}

.m24-cart-shipping-time {
    margin: 18px 0 0;
    font-size: 13px;
}

.m24-cart-product-price {
    padding-top: 5px;
    text-align: right;
}

.m24-cart-product-price strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
}

.m24-cart-product-price span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 11px;
}

.m24-cart-summary {
    padding: 30px;
    position: sticky;
    top: 24px;
    background: #f0f2ec;
}

.m24-cart-summary h2 {
    margin-bottom: 24px;
}

.m24-cart-summary-row {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
}

.m24-cart-summary-total {
    padding: 23px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.m24-cart-summary-total > span {
    font-size: 19px;
}

.m24-cart-summary-total small {
    margin-top: 5px;
    display: block;
    color: var(--muted);
    font-size: 11px;
}

.m24-cart-summary-total > strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 400;
    white-space: nowrap;
}

.m24-cart-summary > p {
    color: var(--muted);
    font-size: 12px;
}

.m24-cart-checkout {
    min-height: 58px;
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 7px;
    background: var(--sage);
    color: #fff !important;
    font-weight: 750;
    text-decoration: none;
}

.m24-cart-checkout:hover {
    background: var(--sage-dark);
}

.m24-cart-login {
    width: calc((100% - 38px) * .68);
    margin-top: 24px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m24-cart-login a,
.m24-cart-page-empty > a {
    padding: 13px 20px;
    border-radius: 6px;
    background: var(--cream);
    color: var(--ink) !important;
    font-weight: 700;
    text-decoration: none;
}

.m24-cart-page-empty {
    text-align: center;
}

body.m24-system-page.woocommerce-checkout .site-content > .ast-container,
body.m24-system-page.woocommerce-checkout .site-content > .container,
body.m24-system-page.woocommerce-checkout .site-content > div {
    max-width: none !important;
}

body.m24-system-page.woocommerce-checkout .entry-content {
    width: min(1460px, calc(100% - 48px));
    margin: 0 auto !important;
}

body.m24-system-page.woocommerce-checkout .entry-title {
    width: min(1460px, calc(100% - 48px));
    margin: 0 auto 34px !important;
}

body.m24-system-page.woocommerce-checkout form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(420px, .9fr);
    grid-template-rows: auto 1fr;
    gap: 0 38px;
    align-items: start;
    font-size: 15px;
}

body.m24-system-page.woocommerce-checkout #customer_details {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 100%;
}

body.m24-system-page.woocommerce-checkout #customer_details .col-1,
body.m24-system-page.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    float: none;
}

body.m24-system-page.woocommerce-checkout #customer_details .col-2 {
    margin-top: 22px;
}

body.m24-system-page.woocommerce-checkout #order_review_heading {
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
    padding: 28px 30px 12px;
    border: 1px solid var(--line);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #f0f2ec;
    font-family: Manrope, "Avenir Next", Arial, sans-serif;
    font-size: 28px;
    font-weight: 750;
}

body.m24-system-page.woocommerce-checkout #order_review {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    padding: 0 30px 30px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: #f0f2ec;
}

body.m24-system-page.woocommerce-checkout .woocommerce-billing-fields,
body.m24-system-page.woocommerce-checkout .woocommerce-shipping-fields,
body.m24-system-page.woocommerce-checkout .woocommerce-additional-fields {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fffdf8;
}

body.m24-system-page.woocommerce-checkout .woocommerce-billing-fields h3,
body.m24-system-page.woocommerce-checkout .woocommerce-shipping-fields h3,
body.m24-system-page.woocommerce-checkout .woocommerce-additional-fields h3 {
    margin: 0 0 22px;
    font-family: Manrope, "Avenir Next", Arial, sans-serif;
    font-size: 27px;
    font-weight: 750;
}

body.m24-system-page.woocommerce-checkout .form-row {
    margin-bottom: 16px;
}

body.m24-system-page.woocommerce-checkout .form-row label {
    margin-bottom: 6px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 650;
}

body.m24-system-page.woocommerce-checkout .form-row input.input-text,
body.m24-system-page.woocommerce-checkout .form-row textarea,
body.m24-system-page.woocommerce-checkout .form-row select,
body.m24-system-page.woocommerce-checkout .select2-selection {
    min-height: 48px;
    padding: 11px 13px !important;
    border: 1px solid var(--line) !important;
    border-radius: 6px !important;
    background: #fff !important;
    font-size: 14px;
}

body.m24-system-page.woocommerce-checkout .form-row textarea {
    min-height: 110px;
}

body.m24-system-page.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: 0 !important;
    background: transparent;
}

body.m24-system-page.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
    display: none;
}

body.m24-system-page.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 125px;
    gap: 15px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

body.m24-system-page.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item td {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.m24-system-page.woocommerce-checkout td.product-name {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.35;
}

.m24-checkout-product-thumb img {
    width: 92px !important;
    height: 108px !important;
    display: block !important;
    border-radius: 7px;
    object-fit: cover;
}

.m24-checkout-product-name {
    display: block;
}

body.m24-system-page.woocommerce-checkout td.product-name dl.variation {
    grid-column: 2;
    margin: -58px 0 0 107px;
    color: var(--muted);
    font-family: Manrope, "Avenir Next", Arial, sans-serif;
    font-size: 11px;
}

body.m24-system-page.woocommerce-checkout td.product-total {
    text-align: right;
}

.m24-checkout-price {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    white-space: nowrap;
}

.m24-checkout-price small {
    margin-top: 5px;
    display: block;
    color: var(--muted);
    font-family: Manrope, "Avenir Next", Arial, sans-serif;
    font-size: 10px;
}

body.m24-system-page.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
body.m24-system-page.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    padding: 13px 0 !important;
    border-color: var(--line) !important;
    background: transparent !important;
}

body.m24-system-page.woocommerce-checkout .m24-checkout-vat-note th {
    color: var(--muted);
    font-size: 11px;
    font-weight: 500;
    text-align: left;
}

body.m24-system-page.woocommerce-checkout #payment {
    margin-top: 20px;
    border-radius: 8px;
    background: #fffdf8 !important;
}

body.m24-system-page.woocommerce-checkout #payment .place-order {
    padding: 20px !important;
}

body.m24-system-page.woocommerce-checkout #place_order {
    min-height: 58px;
    border-radius: 7px !important;
    background: var(--sage) !important;
    font-size: 16px;
    font-weight: 750;
}

@media (max-width: 1050px) {
    body.m24-system-page.woocommerce-checkout form.checkout.woocommerce-checkout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.m24-system-page.woocommerce-checkout #customer_details,
    body.m24-system-page.woocommerce-checkout #order_review_heading,
    body.m24-system-page.woocommerce-checkout #order_review {
        grid-column: 1;
        grid-row: auto;
    }
}

@media (max-width: 700px) {
    body.m24-system-page.woocommerce-checkout .entry-content,
    body.m24-system-page.woocommerce-checkout .entry-title {
        width: min(100% - 28px, 1460px);
    }

    body.m24-system-page.woocommerce-checkout #order_review,
    body.m24-system-page.woocommerce-checkout #order_review_heading,
    body.m24-system-page.woocommerce-checkout .woocommerce-billing-fields,
    body.m24-system-page.woocommerce-checkout .woocommerce-shipping-fields,
    body.m24-system-page.woocommerce-checkout .woocommerce-additional-fields {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 1050px) {
    .m24-cart-layout {
        grid-template-columns: 1fr;
    }

    .m24-cart-summary {
        position: static;
    }

    .m24-cart-login {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .m24-cart-page {
        width: min(100% - 28px, 1460px);
        padding-top: 42px;
    }

    .m24-cart-products > header {
        align-items: flex-start;
        flex-direction: column;
    }

    .m24-cart-product {
        padding: 22px 18px;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 16px;
    }

    .m24-cart-product-image img {
        width: 96px !important;
        height: 116px !important;
    }

    .m24-cart-product-price {
        grid-column: 2;
        text-align: left;
    }

    .m24-cart-login {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
}

.m24 h1 {
    font-size: clamp(44px, 4.25vw, 68px);
    overflow-wrap: normal;
}

.m24-hero {
    grid-template-columns: minmax(470px, 0.9fr) minmax(560px, 1.45fr);
}

@media (max-width: 1100px) {
    .m24-site-header {
        padding: 0 24px;
        grid-template-columns: 1fr minmax(190px, 280px) auto;
    }

    body.m24-system-page .m24-site-header {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }

    .m24-site-header nav {
        display: none;
    }

    .m24-hero {
        grid-template-columns: minmax(390px, 0.9fr) minmax(460px, 1.1fr);
    }

    .m24 h1 {
        font-size: 50px;
    }
}

@media (max-width: 760px) {
    .m24-site-header {
        min-height: 138px;
        padding: 12px 16px 14px;
        grid-template-columns: 1fr auto;
        gap: 8px 16px;
    }

    body.m24-system-page .m24-site-header {
        min-height: 138px !important;
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .m24-header-search {
        grid-column: 1 / -1;
        grid-row: 2;
        min-width: 0;
        height: 48px;
    }

    .m24-search-results {
        right: auto;
        left: 0;
        width: 100%;
    }

    body.m24-system-page .m24-logo img {
        width: 164px !important;
    }

    body.m24-system-page button.m24-basket-fab {
        right: 18px !important;
        bottom: 18px !important;
        width: 60px !important;
        min-width: 60px !important;
        max-width: 60px !important;
        height: 60px !important;
        min-height: 60px !important;
        max-height: 60px !important;
    }

    .m24-logo {
        font-size: 26px;
    }

    .m24-contact-bar > div {
        padding: 7px 16px;
        justify-content: center;
    }

    .m24-contact-bar > div > span {
        display: none;
    }

    .m24-contact-bar nav {
        width: 100%;
        justify-content: space-between;
        gap: 7px;
    }

    .m24-contact-bar a {
        font-size: 11px;
    }

    .m24-language-switcher {
        gap: 2px;
        padding: 3px 4px;
    }

    .m24-language-label {
        display: none;
    }

    .m24-language-switcher > a,
    .m24-language-switcher a.glink {
        gap: 2px;
        padding: 3px 4px !important;
        font-size: 10px !important;
    }

    .m24-language-switcher img {
        width: 17px !important;
        height: 17px !important;
    }

    .m24-header-cart strong {
        display: none;
    }

    .m24-footer {
        min-height: auto;
        padding: 48px 16px;
        grid-template-columns: 1fr;
    }

    .m24-footer-full small {
        grid-column: 1;
    }

    .m24-info {
        padding: 55px 18px 75px;
    }

    .m24-info-grid {
        grid-template-columns: 1fr;
    }

    body.m24-system-page .site-content > .ast-container {
        padding: 45px 16px 70px !important;
    }

    .m24-hero {
        display: flex;
    }

    .m24 h1 {
        font-size: 44px;
    }
}
