/* HelloComp cart/checkout skin.
   Important: this file deliberately does not rebuild Merkur/Shoptet layout. */

:root {
    --hc-order-ink: #17283d;
    --hc-order-muted: #657387;
    --hc-order-blue: #225097;
    --hc-order-blue-dark: #193b63;
    --hc-order-line: #d9e4f0;
    --hc-order-soft: #f5f8fc;
    --hc-order-panel: #ffffff;
    --hc-order-shadow: 0 14px 34px rgba(23, 40, 61, 0.08);
    --hc-order-shadow-soft: 0 8px 22px rgba(23, 40, 61, 0.06);
    --hc-order-steps-bg:
        linear-gradient(90deg, rgba(219, 233, 249, 1) 0%, rgba(242, 248, 255, 0.98) 48%, rgba(211, 228, 247, 1) 100%),
        repeating-linear-gradient(135deg, rgba(34, 80, 151, 0.06) 0 1px, transparent 1px 20px),
        #dcebf9;
}

body.ordering-process,
body.ordering-process .overall-wrapper,
body.ordering-process .content-wrapper,
body.ordering-process #content-wrapper,
body.ordering-process #content {
    background: #f4f7fb;
    color: var(--hc-order-ink);
}

body.ordering-process .content-inner,
body.ordering-process .cart-inner,
body.ordering-process .cart-row,
body.ordering-process .cart-row>div,
body.ordering-process #checkoutSidebar {
    background: transparent;
}

body.ordering-process h1,
body.ordering-process .co-box h4,
body.ordering-process .order-summary-inner h4,
body.ordering-process .order-summary-inner h2,
body.ordering-process .cart-table .p-name,
body.ordering-process .cart-table .p-name a,
body.ordering-process .payment-info,
body.ordering-process .payment-shipping-price,
body.ordering-process .cart-item-name,
body.ordering-process .cart-item-price {
    color: var(--hc-order-ink);
}

body.ordering-process h1 {
    padding-top: 0px !important;
}

/* Step navigation: keep Merkur dimensions, improve state styling only. */
body.ordering-process ol.cart-header {
    margin-bottom: 36px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: var(--hc-order-steps-bg);
}

body.ordering-process ol.cart-header::before {
    background: var(--hc-order-steps-bg);
}

body.ordering-process ol.cart-header li a,
body.ordering-process ol.cart-header li strong {
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--hc-order-muted);
    transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, background 160ms ease;
}

body.ordering-process ol.cart-header li a:hover {
    color: var(--hc-order-blue);
    border-color: rgba(34, 80, 151, 0.24);
    background: rgba(255, 255, 255, 0.72);
}

body.ordering-process ol.cart-header li.active a,
body.ordering-process ol.cart-header li.active strong {
    color: var(--hc-order-ink);
    border-color: rgba(34, 80, 151, 0.34);
    background: #fff;
    box-shadow: var(--hc-order-shadow-soft);
}

body.ordering-process ol.cart-header li.completed a,
body.ordering-process ol.cart-header li.completed strong {
    color: var(--hc-order-blue-dark);
}

body.ordering-process ol.cart-header li.active a::before,
body.ordering-process ol.cart-header li.active strong::before {
    display: none;
}

body.ordering-process ol.cart-header li a span::before,
body.ordering-process ol.cart-header li strong span::before {
    border-radius: 8px;
    border-color: #b8c7d8;
    background: #fff;
    color: var(--hc-order-muted);
}

body.ordering-process ol.cart-header li.active a span::before,
body.ordering-process ol.cart-header li.active strong span::before {
    border-color: var(--hc-order-blue);
    background: var(--hc-order-blue);
    color: #fff;
}

body.ordering-process ol.cart-header li.completed a span::before,
body.ordering-process ol.cart-header li.completed strong span::before {
    border-color: #b8d9cf;
    background: #edf8f4;
    color: #18765d;
}

.cart-content {
    background-color: transparent;
}

/* Main cards and side panels. */
body.ordering-process .co-box,
body.ordering-process .cart-content,
body.ordering-process .checkout-box,
body.ordering-process #checkoutSidebar .order-summary-inner,
body.ordering-process #checkoutSidebar .next-step,
body.ordering-process #checkoutSidebar .form-group.consents {
    border-color: var(--hc-order-line);
}

body.ordering-process .co-box,
body.ordering-process .checkout-box,
body.ordering-process .cart-content.checkout-box-wrapper,
body.ordering-process .cart-content.summary-wrapper {
    border-radius: 8px;
    box-shadow: var(--hc-order-shadow-soft);
}

body.ordering-process .co-box {
    background: var(--hc-order-panel);
}

body.ordering-process .co-box h4,
body.ordering-process .checkout-box-wrapper h2,
body.ordering-process .cart-summary h4 {
    letter-spacing: 0;
}

body.ordering-process .co-box h4::after,
body.ordering-process .checkout-box-wrapper h2::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 10px;
    border-radius: 99px;
    background: var(--hc-order-blue);
}

body.ordering-process .cart-content.checkout-box-wrapper,
body.ordering-process .cart-content.summary-wrapper,
body.ordering-process .checkout-box,
body.ordering-process #checkoutSidebar .next-step,
body.ordering-process #checkoutSidebar .form-group.consents {
    background: var(--hc-order-soft);
}

body.ordering-process #checkoutSidebar .order-summary-inner {
    border-radius: 8px 8px 0 0;
    background: #fff;
    box-shadow: var(--hc-order-shadow-soft);
}

body.ordering-process #checkoutSidebar .next-step {
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 26px rgba(23, 40, 61, 0.05);
}

body.ordering-process .order-summary-inner h4,
body.ordering-process .order-summary-inner h2 {
    color: var(--hc-order-blue-dark);
}

body.ordering-process #checkoutSidebar .order-summary-inner h4,
body.ordering-process #checkoutSidebar .order-summary-inner h2 {
    border-color: var(--hc-order-line);
}

body.ordering-process .order-summary-item.price {
    background: var(--hc-order-soft);
    border-top-color: var(--hc-order-line);
}

body.ordering-process .order-summary-item.helper,
body.ordering-process .recapitulation-single {
    color: var(--hc-order-ink);
}

body.ordering-process .price-primary,
body.ordering-process .price-final {
    color: var(--hc-order-ink);
}


/* Cart table: keep table/flex rules from Merkur, only polish surfaces. */
body.ordering-process.in-kosik .cart-table {
    border: 1px solid var(--hc-order-line);
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

body.ordering-process .cart-table tr {
    border-color: var(--hc-order-line);
}

body.ordering-process.in-kosik .cart-table tr.removeable {
    background: #fff;
    box-shadow: var(--hc-order-shadow-soft);
}

body.ordering-process.in-kosik .cart-table tr.removeable>td {
    background: #fff;
}

body.ordering-process.in-kosik .cart-table tr.removeable+tr.removeable {
    position: relative;
}

body.ordering-process.in-kosik .cart-table tr.removeable+tr.removeable::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: min(100%, 1040px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(36, 79, 136, 0), rgba(36, 79, 136, 0.16) 18%, rgba(36, 79, 136, 0.16) 82%, rgba(36, 79, 136, 0));
    pointer-events: none;
}

body.ordering-process.in-kosik .cart-table tr.removeable:first-child>td:first-child {
    border-top-left-radius: 8px;
}

body.ordering-process.in-kosik .cart-table tr.removeable:first-child>td:last-child {
    border-top-right-radius: 8px;
}

body.ordering-process.in-kosik .cart-table tr.removeable:last-child>td:first-child {
    border-bottom-left-radius: 8px;
}


body.ordering-process.in-kosik .cart-table tr.removeable:last-child>td:last-child {
    border-bottom-right-radius: 8px;
}

body.ordering-process.in-kosik .cart-table .remove-item,
body.ordering-process.in-kosik .remove-item {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #9aa3af !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    opacity: 0.9;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

body.ordering-process.in-kosik .cart-table .remove-item::before,
body.ordering-process.in-kosik .remove-item::before {
    content: "\f00d";
    display: block;
    font-family: "Font Awesome 6 Pro", "Font Awesome 5 Free";
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    color: currentColor;
}

body.ordering-process.in-kosik .cart-table .remove-item:hover,
body.ordering-process.in-kosik .remove-item:hover {
    border-color: rgba(180, 35, 47, 0.18);
    background: #fff1f2;
    color: #b4232f !important;
    box-shadow: 0 6px 16px rgba(180, 35, 47, 0.08);
    opacity: 1;
}

@media (min-width: 768px) {
    body.ordering-process.in-kosik .cart-table {
        border: 0;
        border-collapse: separate;
        border-spacing: 0 14px;
        overflow: visible;
    }

    body.ordering-process.in-kosik .cart-table tr.removeable {
        box-shadow: none;
    }

    body.ordering-process.in-kosik .cart-table tr.removeable>td {
        border-top: 1px solid var(--hc-order-line);
        border-bottom: 1px solid var(--hc-order-line);
        background: #fff;
    }

    body.ordering-process.in-kosik .cart-table tr.removeable>td:first-child {
        border-left: 1px solid var(--hc-order-line);
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    body.ordering-process.in-kosik .cart-table tr.removeable>td:last-child {
        border-right: 1px solid var(--hc-order-line);
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    body.ordering-process.in-kosik .cart-table tr.removeable+tr.removeable::before {
        display: none;
    }

    body.ordering-process.in-kosik .cart-table tr.removeable:has(+ tr.related.visible)>td {
        border-bottom-color: transparent;
    }

    body.ordering-process.in-kosik .cart-table tr.removeable:has(+ tr.related.visible)>td:first-child {
        border-bottom-left-radius: 0;
    }

    body.ordering-process.in-kosik .cart-table tr.removeable:has(+ tr.related.visible)>td:last-child {
        border-bottom-right-radius: 0;
    }

    body.ordering-process.in-kosik .cart-table tr.removeable+tr.related.visible>td {
        position: relative;
        top: -14px;
        border-right: 1px solid var(--hc-order-line);
        border-bottom: 1px solid var(--hc-order-line);
        border-left: 1px solid var(--hc-order-line);
        border-radius: 0 0 8px 8px;
        background: #fff !important;
        padding: 0 14px 14px;
    }

    body.ordering-process.in-kosik .cart-table tr.removeable+tr.related.visible>td::before {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        top: 0;
        height: 1px;
        background: linear-gradient(90deg, rgba(36, 79, 136, 0), rgba(36, 79, 136, 0.14) 18%, rgba(36, 79, 136, 0.14) 82%, rgba(36, 79, 136, 0));
        pointer-events: none;
    }
}

body.ordering-process .cart-table .cart-p-image img,
body.ordering-process .cart-items img {
    border-radius: 6px;
}

body.ordering-process .cart-table .main-link {
    color: var(--hc-order-ink);
}

body.ordering-process .cart-table .p-availability {
    color: #18765d;
}

body.ordering-process .cart-summary,
body.ordering-process .discount-coupon,
body.ordering-process .free-gifts-wrapper {
    border-color: var(--hc-order-line);
    border-radius: 8px;
}

body.ordering-process.in-kosik .cart-table tr.related.visible>td {
    background: #fff !important;
    border-radius: 0 0 8px 8px;
    box-shadow: none;
    padding: 4px;
}

body.ordering-process.in-kosik .cart-table tr.related td::before {
    background: #fff;
}

body.ordering-process.in-kosik .cart-related-product {
    box-sizing: border-box;
    border: 1px solid var(--hc-order-line) !important;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(23, 40, 61, 0.055);
    overflow: hidden;
}

body.ordering-process.in-kosik .cart-related-name {
    color: var(--hc-order-ink) !important;
    font-family: "new_font", "Nunito Sans", sans-serif !important;
    font-weight: 400;
}

body.ordering-process.in-kosik .cart-related-button .price-final {
    color: var(--hc-order-ink);
    font-family: "new_font", sans-serif !important;
    font-weight: 400;
    font-size: 15px !important;
    text-transform: uppercase;
}

.payment-shipping-price {
    text-transform: uppercase;
}

.cart-related-button {
    margin-top: -30px !important;
}

@media screen and (max-width: 479px) {
    .cart-related-button .price-final {
        width: 50%;
        text-align: center;
    }

    .cart-related-button .price-final {
        font-size: 15px !important;
    }
}

.cart-table tr {
    border-radius: 10px !important;
}

body.ordering-process.in-kosik .extras-wrapper,
body.ordering-process.in-kosik .extras-col,
body.ordering-process.in-kosik .extras-wrap {
    background: transparent;
}

body.ordering-process.in-kosik .discount-coupon,
body.ordering-process.in-kosik .free-gifts-wrapper {
    background: #fff;
}

body.ordering-process .discount-coupon input,
body.ordering-process .free-gifts-wrapper input {
    border-color: var(--hc-order-line);
}

body.ordering-process .phone-combined-input {
    border: 1px solid var(--hc-order-line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.ordering-process .js-validator-msg.msg-error {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    max-width: 100%;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid rgba(209, 40, 55, 0.24);
    border-radius: 8px;
    background: #fff1f2;
    color: #b4232f;
    font-family: "new_font", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    box-shadow: none;
}

body.ordering-process .js-validator-msg.msg-error::before {
    content: "\f071";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    font-family: "Font Awesome 6 Pro", "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    color: #b4232f;
}

.cart-item>div.cart-item-price,
.order-summary-item.helper>div,
.order-summary-item.helper>div strong,
.order-summary-item.helper>div:last-child,
.recapitulation-single>strong span,
.recapitulation-single>span,
.recapitulation-single>strong,
.price-wrapper .price,
.order-summary-item.helper {
    font-family: "new_font", sans-serif !important;
    font-weight: 400 !important;
}

.order-summary-item.helper>div:last-child {
    text-transform: uppercase;
    color: #225097;
}

.recapitulation-single>strong {
    color: gray;
}

body.ordering-process .phone-combined-input:focus-within {
    border-color: var(--hc-order-blue);
    box-shadow: 0 0 0 3px rgba(34, 80, 151, 0.14);
}

body.ordering-process .phone-combined-input .country-flags {
    border: 0;
    background: #fff;
}

body.ordering-process .phone-combined-input input[type="tel"],
body.ordering-process .phone-combined-input .form-control {
    border: 0 !important;
    border-left: 1px solid var(--hc-order-line) !important;
    border-radius: 0;
    box-shadow: none !important;
}

/* Shipping/payment rows: preserve original flex layout. */
body.ordering-process .radio-wrapper {
    border-color: var(--hc-order-line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.ordering-process .radio-wrapper:hover {
    border-color: rgba(34, 80, 151, 0.38);
    box-shadow: 0 10px 24px rgba(34, 80, 151, 0.08);
}

body.ordering-process .radio-wrapper.active {
    border-color: var(--hc-order-blue);
    background: #f1f7ff;
    box-shadow: inset 0 0 0 1px var(--hc-order-blue);
}

body.ordering-process .radio-wrapper.active::after {
    border-radius: 8px;
    background: var(--hc-order-blue);
}

body.ordering-process .payment-logo {
    border-color: var(--hc-order-line);
    border-radius: 6px;
}

body.ordering-process .payment-info b,
body.ordering-process .shipping-billing-name {
    color: var(--hc-order-ink);
}

body.ordering-process .radio-wrapper.active .payment-shipping-price {
    color: var(--hc-order-blue);
}

/* Inputs: visual only, no grid/layout changes. */
body.ordering-process input[type="text"],
body.ordering-process input[type="email"],
body.ordering-process input[type="tel"],
body.ordering-process input[type="password"],
body.ordering-process select,
body.ordering-process textarea,
body.ordering-process .form-control {
    border-color: var(--hc-order-line);
    border-radius: 8px;
    box-shadow: none;
    color: var(--hc-order-ink);
}

body.ordering-process input[type="text"]:focus,
body.ordering-process input[type="email"]:focus,
body.ordering-process input[type="tel"]:focus,
body.ordering-process input[type="password"]:focus,
body.ordering-process select:focus,
body.ordering-process textarea:focus,
body.ordering-process .form-control:focus {
    border-color: var(--hc-order-blue);
    box-shadow: 0 0 0 3px rgba(34, 80, 151, 0.14);
    outline: 0;
}

body.ordering-process input[type="checkbox"]+label::before,
body.ordering-process input[type="radio"]+label::before {
    border-color: #c8d5e3;
}

/* Buttons. */
body.ordering-process .btn.next-step-forward,
body.ordering-process .btn.next-step-finish,
body.ordering-process a.btn.btn-conversion,
body.ordering-process .next-step .btn,
body.ordering-process #submit-order {
    border: 0 !important;
    border-radius: 8px;
    background: linear-gradient(135deg, #241f21, #111827) !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.22);
    transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

body.ordering-process .btn.btn-conversion {
    border: 0 !important;
    border-radius: 8px;
    background: linear-gradient(90deg, #1f4f8f, #2f6fb8) !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.22);
    transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

body.ordering-process .btn.next-step-forward:hover,
body.ordering-process .btn.next-step-finish:hover,
body.ordering-process a.btn.btn-conversion:hover,
body.ordering-process .next-step .btn:hover,
body.ordering-process #submit-order:hover {
    background: linear-gradient(135deg, #111827, #0b1220) !important;
    color: #fff !important;
    box-shadow: 0 17px 34px rgba(17, 24, 39, 0.28);
}

body.ordering-process .btn.btn-conversion:hover {
    border-color: var(--color-secondary-hover);
}

body.ordering-process .btn.next-step-forward:active,
body.ordering-process .btn.next-step-finish:active,
body.ordering-process .btn.btn-conversion:active {
    transform: translateY(1px);
}

body.ordering-process .btn.next-step-forward,
body.ordering-process .btn.next-step-finish {
    text-shadow: none;
}

body.ordering-process .btn.next-step-back,
body.ordering-process .back-shopping-link .next-step-back {
    color: var(--hc-order-ink);
}

/* Help/login blocks. */
body.ordering-process .ucet {
    border: 1px solid rgba(34, 80, 151, 0.22);
    border-left: 4px solid var(--hc-order-blue);
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
    box-shadow: 0 8px 22px rgba(34, 80, 151, 0.055);
    margin-bottom: 20px;
    font-family: "new_font", sans-serif;
    font-weight: 400;
}

body.ordering-process .ucet::before {
    color: var(--hc-order-blue);
}

body.ordering-process .ucet a {
    color: var(--hc-order-blue-dark);
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

body.ordering-process .ucet a:hover {
    color: var(--hc-order-blue);
}

body.ordering-process .ordering-process .contact-box strong,
body.ordering-process .contact-box strong {
    color: var(--hc-order-ink);
}

body.ordering-process .contact-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

body.ordering-process .contact-box ul li {
    width: 100%;
    margin: 0 !important;
}

body.ordering-process .contact-box ul li:nth-last-child(-n + 2) {
    display: block;
    width: 100%;
}

body.ordering-process .contact-box ul li:has(> span.facebook),
body.ordering-process .contact-box ul li:has(> span.instagram),
body.ordering-process .contact-box ul li.hc-social-link {
    display: inline-flex;
    width: auto;
}

body.ordering-process .contact-box ul li>span.facebook,
body.ordering-process .contact-box ul li>span.instagram {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 6px 12px 6px 8px;
    border: 1px solid rgba(36, 79, 136, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--hc-order-blue) !important;
    box-shadow: 0 3px 9px rgba(20, 43, 73, 0.035);
}

body.ordering-process .contact-box ul li>span.facebook::before,
body.ordering-process .contact-box ul li>span.instagram::before {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 7px;
    background: rgba(36, 79, 136, 0.08);
    color: var(--hc-order-blue);
    font-size: 14px;
    line-height: 1;
}

body.ordering-process .contact-box ul li>span.facebook a,
body.ordering-process .contact-box ul li>span.instagram a {
    color: inherit;
    text-decoration: none;
}

body.ordering-process .contact-box ul li.hc-checkout-social,
body.ordering-process .hc-checkout-social {
    display: block !important;
    width: 100% !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.ordering-process .hc-checkout-social__title {
    display: block;
    margin: 0 0 10px;
    color: var(--hc-order-muted);
    font-family: "new_font", "Nunito Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    padding-left: 0px;
}

body.ordering-process .hc-checkout-social__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 6px;
    width: 100%;
}

body.ordering-process .hc-checkout-social__link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 6px 6px;
    border: 1px solid rgba(36, 79, 136, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--hc-order-blue) !important;
    text-decoration: none !important;
    box-shadow: 0 3px 9px rgba(20, 43, 73, 0.035);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

body.ordering-process .hc-checkout-social__link:hover,
body.ordering-process .hc-checkout-social__link:focus {
    background: #fff;
    border-color: rgba(36, 79, 136, 0.28);
    box-shadow: 0 9px 20px rgba(36, 79, 136, 0.13);
    transform: translateY(-2px);
    outline: none !important;
    text-decoration: none !important;
}

body.ordering-process .hc-checkout-social__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 7px;
    background: rgba(36, 79, 136, 0.08);
    color: var(--hc-order-blue) !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

body.ordering-process .hc-checkout-social__icon::before {
    display: block;
    font-family: "Font Awesome 5 Brands", "Font Awesome 6 Brands";
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

body.ordering-process .hc-checkout-social__link[href*="facebook"] .hc-checkout-social__icon::before {
    content: "\f39e";
}

body.ordering-process .hc-checkout-social__link[href*="instagram"] .hc-checkout-social__icon::before {
    content: "\f16d";
}

body.ordering-process .hc-checkout-social__link[href*="discord"] .hc-checkout-social__icon::before,
body.ordering-process .hc-checkout-social__link[aria-label="Discord"] .hc-checkout-social__icon::before {
    content: "\f392";
}

body.ordering-process .hc-checkout-social__text {
    min-width: 0;
    color: inherit;
    font-family: "new_font", "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    body.ordering-process .hc-checkout-social__links {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        width: 100%;
    }

    body.ordering-process .hc-checkout-social__link {
        gap: 4px;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 34px;
        padding: 6px 4px;
    }

    body.ordering-process .hc-checkout-social__icon {
        width: 20px;
        height: 20px;
        border-radius: 6px;
    }

    body.ordering-process .hc-checkout-social__icon::before {
        font-size: 11px;
    }

    body.ordering-process .hc-checkout-social__text {
        font-size: 11px;
        overflow: visible;
        text-overflow: clip;
    }
}

body.ordering-process .hc-checkout-social__link:hover .hc-checkout-social__icon,
body.ordering-process .hc-checkout-social__link:focus .hc-checkout-social__icon {
    background: linear-gradient(90deg, #1f4f8f, #2f6fb8);
    color: #fff !important;
}

body.ordering-process .co-box-additional {
    padding-top: 34px;
    padding-bottom: 34px;
}

body.ordering-process .co-box+.co-box-additional,
body.ordering-process .co-box.co-box-additional {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.co-box.co-billing-address {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

body.ordering-process .co-box-additional .form-group {
    margin-bottom: 22px;
}

body.ordering-process .co-box-additional .form-group:last-child {
    margin-bottom: 0;
}

body.ordering-process .co-box-additional label {
    line-height: 1.35;
}

body.ordering-process .cart-content.summary-wrapper,
body.ordering-process #checkoutSidebar .order-summary-inner {
    pointer-events: auto;
}

body.ordering-process .checkout-box {
    overflow: hidden;
}

@media (max-width: 991px) {

    body.ordering-process .co-box,
    body.ordering-process .cart-content,
    body.ordering-process .checkout-box,
    body.ordering-process #checkoutSidebar .order-summary-inner,
    body.ordering-process #checkoutSidebar .next-step,
    body.ordering-process #checkoutSidebar .form-group.consents {
        box-shadow: none;
    }
}

@media (max-width: 767px) {

    body.ordering-process .js-validator-msg.msg-error {
        display: flex;
        width: 100%;
        max-width: 100%;
        min-height: 0;
        margin: 7px 0 0;
        padding: 7px 10px;
        border-radius: 6px;
        font-size: 13px;
    }

    body.ordering-process,
    body.ordering-process .overall-wrapper,
    body.ordering-process .content-wrapper,
    body.ordering-process #content-wrapper,
    body.ordering-process #content {
        background: #f4f7fb;
    }

    body.ordering-process ol.cart-header li a,
    body.ordering-process ol.cart-header li strong {
        border-radius: 6px;
    }

    body.ordering-process ol.cart-header {
        margin-bottom: 0px;
        background: var(--hc-order-steps-bg);
    }

    body.ordering-process ol.cart-header::before {
        background: var(--hc-order-steps-bg);
    }

    body.ordering-process ol.cart-header li::after {
        display: none;
    }

    body.ordering-process.in-kosik .cart-row {
        margin-top: 0;
    }

    body.ordering-process.in-kosik .cart-content.summary-wrapper,
    body.ordering-process.in-kosik .cart-row>div.col-md-4 {
        margin-bottom: calc(36px + env(safe-area-inset-bottom, 0px));
    }

    body.ordering-process.in-kosik .cart-summary,
    body.ordering-process.in-kosik .discount-coupon,
    body.ordering-process.in-kosik .free-gifts-wrapper {
        margin-bottom: 18px;
    }

    body.ordering-process .co-box,
    body.ordering-process .cart-content,
    body.ordering-process .radio-wrapper,
    body.ordering-process #checkoutSidebar .next-step,
    body.ordering-process .contact-box,
    body.ordering-process.in-kosik .cart-table,
    body.ordering-process.in-kosik .cart-table tr.removeable,
    body.ordering-process.in-kosik .cart-related-product {
        border-radius: 6px;
    }

    body.ordering-process.in-kosik .cart-table {
        border: 0;
        overflow: visible;
    }

    body.ordering-process.in-kosik .cart-table tr.related.visible>td {
        position: relative;
        margin-top: -8px;
        border: 1px solid var(--hc-order-line);
        border-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        background: #fff !important;
        padding: 4px;
    }

    body.ordering-process.in-kosik .cart-table tr.removeable:has(+ tr.related.visible) {
        margin-bottom: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    body.ordering-process.in-kosik .cart-table tr.removeable:has(+ tr.related.visible)>td {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    body.ordering-process.in-kosik .cart-table .remove-item,
    body.ordering-process.in-kosik .remove-item {
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }

    body.ordering-process.in-kosik .cart-table .remove-item::before,
    body.ordering-process.in-kosik .remove-item::before {
        font-size: 16px;
    }

    body.ordering-process .co-box-additional {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    body.ordering-process .co-box-additional .form-group {
        margin-bottom: 22px;
    }

    body.ordering-process #checkoutSidebar {
        margin-top: 18px;
        padding: 0 16px 18px;
        background: transparent !important;
    }

    body.ordering-process .cart-content.summary-wrapper,
    body.ordering-process #checkoutSidebar .order-summary-inner {
        position: relative;
        overflow: visible;
        pointer-events: auto;
    }

    body.ordering-process #checkoutSidebar .order-summary-inner h4,
    body.ordering-process #checkoutSidebar .order-summary-inner h2 {
        position: relative;
        pointer-events: auto;
        cursor: pointer;
    }

    body.ordering-process #checkoutSidebar .order-summary-inner h2 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    body.ordering-process #checkoutSidebar .form-group.consents {
        border: 0 !important;
        background: #fff;
        box-shadow: none;
    }

    body.ordering-process #checkoutSidebar .next-step {
        box-shadow: none;
        border: 0 !important;
    }

    body.ordering-process #checkoutSidebar .form-group.consents {
        margin: 0;
        padding: 20px 18px 8px;
    }

    body.ordering-process #checkoutSidebar .next-step {
        margin-top: 0;
        padding: 18px 18px 22px;
    }

    body.ordering-process #checkoutSidebar .next-step .btn {
        margin-top: 0;
        width: 100%;
    }

    body.ordering-process #checkoutSidebar .order-summary-inner h4::before,
    body.ordering-process #checkoutSidebar .order-summary-inner h4::after,
    body.ordering-process #checkoutSidebar .order-summary-inner h2::before,
    body.ordering-process #checkoutSidebar .order-summary-inner h2::after {
        pointer-events: none;
    }

    body.ordering-process .hc-checkout-social {
        display: block !important;
        width: 100% !important;
        margin-top: 10px !important;
    }

    body.ordering-process .hc-checkout-social__title {
        margin-bottom: 8px;
        text-align: left;
        font-size: 12px;
    }

    body.ordering-process .hc-checkout-social__links {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
        width: 100%;
    }

    body.ordering-process .hc-checkout-social__link {
        min-height: 32px;
        padding: 5px 4px;
        gap: 4px;
        border-radius: 8px;
    }

    body.ordering-process .hc-checkout-social__icon {
        width: 20px;
        height: 20px;
        border-radius: 6px;
    }

    body.ordering-process .hc-checkout-social__icon::before {
        font-size: 11px;
    }

    body.ordering-process .hc-checkout-social__text {
        font-size: 11px;
    }

    body.ordering-process .phone-combined-input {
        max-width: none;
    }
}


@media (max-width: 374px) {
    body.ordering-process .hc-checkout-social__text {
        display: none;
    }

    body.ordering-process .hc-checkout-social__link {
        min-height: 34px;
        padding: 6px 4px;
    }

    body.ordering-process .hc-checkout-social__icon {
        width: 22px;
        height: 22px;
    }
}

/* /objednavka/dekujeme/. */
body.hc-thank-you-page,
body.hc-thank-you-page .overall-wrapper,
body.hc-thank-you-page .content-wrapper,
body.hc-thank-you-page #content-wrapper,
body.hc-thank-you-page #content {
    background: #f4f7fb;
    color: var(--hc-order-ink);
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

body.hc-thank-you-page .overall-wrapper::before,
body.hc-thank-you-page .overall-wrapper::after,
body.hc-thank-you-page .content-wrapper::before,
body.hc-thank-you-page .content-wrapper::after,
body.hc-thank-you-page #content-wrapper::before,
body.hc-thank-you-page #content-wrapper::after,
body.hc-thank-you-page #content::before,
body.hc-thank-you-page #content::after,
body.hc-thank-you-page .content-inner::before,
body.hc-thank-you-page .content-inner::after {
    content: none !important;
    display: none !important;
}

body.hc-thank-you-page .content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(720px, calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0 50px;
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

body.hc-thank-you-page .order-summary-heading {
    position: relative;
    isolation: isolate;
    display: grid;
    justify-items: center;
    gap: 10px;
    margin: 0 0 10px;
    color: var(--hc-order-ink);
    text-align: center;
    letter-spacing: 0;
    font-size: clamp(26px, 2.2vw, 32px);
    line-height: 1.08;
    font-weight: 400;
    padding-top: 0px !important;
}

body.hc-thank-you-page .order-summary-heading::before {
    content: "\2713" !important;
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(34, 80, 151, 0.18) !important;
    border-radius: 50%;
    background: #edf4fc !important;
    background-image: none !important;
    color: var(--hc-order-blue) !important;
    box-shadow: none !important;
    transform: none !important;
    float: none !important;
    margin: 0 auto 2px !important;
    padding: 0 !important;
    font-size: 27px;
    line-height: 1;
    font-weight: 400;
}

body.hc-thank-you-page .order-summary-heading::after {
    content: none !important;
    display: none !important;
}

body.hc-thank-you-page .reca-number {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin: 0 0 22px;
    padding-bottom: 20px;
    color: var(--hc-order-ink);
    text-align: center;
    text-transform: none;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}

body.hc-thank-you-page .reca-number::before {
    content: none !important;
    display: none !important;
}

body.hc-thank-you-page .reca-number::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(100%, 760px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(36, 79, 136, 0), rgba(36, 79, 136, 0.16) 18%, rgba(36, 79, 136, 0.16) 82%, rgba(36, 79, 136, 0));
    pointer-events: none;
}

body.hc-thank-you-page .hc-thank-order-label {
    color: var(--hc-order-muted);
}

body.hc-thank-you-page .reca-number strong {
    color: var(--hc-order-ink);
    font-weight: 400;
}

body.hc-thank-you-page .recapitulation-wrapper {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

body.hc-thank-you-page .co-box {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 16px;
    overflow: hidden;
    border: 1px solid var(--hc-order-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--hc-order-shadow-soft);
    padding: 0px;
}

body.hc-thank-you-page .co-box h4 {
    position: relative;
    margin: 0;
    padding: 18px 20px 20px;
    color: var(--hc-order-ink);
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: clamp(20px, 1.55vw, 24px);
    line-height: 1.12;
    font-weight: 400;
}

body.hc-thank-you-page .co-box h4::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 9px;
    width: 52px;
    height: 3px;
    border-radius: 999px;
    background: var(--hc-order-blue);
}

body.hc-thank-you-page .co-payment-method .row {
    display: block;
    margin: 0;
}

body.hc-thank-you-page .co-payment-method [class*="col-"] {
    float: none;
    width: 100%;
    min-height: 0;
    padding: 0;
}

body.hc-thank-you-page .co-payment-method [class*="col-"] + [class*="col-"] .recapitulation-table tr:first-child {
    border-top: 1px solid rgba(23, 40, 61, 0.1);
}

body.hc-thank-you-page .co-payment-method .qrcode {
    display: block;
    width: min(132px, 36vw);
    height: auto;
    margin: 0 auto;
}

body.hc-thank-you-page .co-payment-method .hc-thank-qr-row {
    display: table-row !important;
    width: auto !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

body.hc-thank-you-page .co-payment-method .hc-thank-qr-row th {
    display: none !important;
}

body.hc-thank-you-page .co-payment-method .hc-thank-qr-row td {
    display: table-cell !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    padding: 18px 20px 26px !important;
    border: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
}

body.hc-thank-you-page .co-payment-method .hc-thank-qr-row td img,
body.hc-thank-you-page .co-payment-method .hc-thank-qr-row td .qrcode {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.hc-thank-you-page .co-payment-method .hc-thank-qr-row td::before,
body.hc-thank-you-page .co-payment-method .hc-thank-qr-row td::after {
    content: none !important;
    display: none !important;
}

body.hc-thank-you-page .co-payment-method .hc-thank-qr-row + tr {
    border-top: 0 !important;
}

body.hc-thank-you-page .recapitulation-table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    background: #fff;
}

body.hc-thank-you-page .co-order .cart-table {
    width: calc(100% - 44px);
    margin: 0 auto 22px;
    border: 0;
    border-radius: 0;
    border-collapse: separate;
    border-spacing: 0 14px;
    overflow: visible;
    background: transparent;
}

body.hc-thank-you-page .recapitulation-table tr {
    border-top: 1px solid rgba(23, 40, 61, 0.1);
}

body.hc-thank-you-page .co-order .cart-table tr {
    border-top: 0;
    background: #fff;
}

body.hc-thank-you-page .co-order .cart-table tr + tr {
    border-top: 0;
}

body.hc-thank-you-page .recapitulation-table th,
body.hc-thank-you-page .recapitulation-table td {
    padding: 15px 20px;
    border: 0 !important;
    color: var(--hc-order-ink);
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    font-family: "new_font", sans-serif;
}

body.hc-thank-you-page .recapitulation-table th {
    text-align: left;
}

body.hc-thank-you-page .recapitulation-table td {
    text-align: right;
}

body.hc-thank-you-page .recapitulation-table strong,
body.hc-thank-you-page .co-order .cart-table strong {
    font-weight: 400;
    font-family: "new_font", sans-serif;
}

body.hc-thank-you-page .co-order .cart-table td {
    padding: 22px 16px;
    border-top: 1px solid var(--hc-order-line);
    border-bottom: 1px solid var(--hc-order-line);
    background: #fff;
    color: var(--hc-order-ink);
    vertical-align: middle;
    font-weight: 400;
    font-family: "new_font", sans-serif !important;
}

body.hc-thank-you-page .co-order .cart-table td:first-child {
    border-left: 1px solid var(--hc-order-line);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

body.hc-thank-you-page .co-order .cart-table td:last-child {
    border-right: 1px solid var(--hc-order-line);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

body.hc-thank-you-page .co-order .cart-table .cart-p-image {
    width: 104px;
    padding-left: 26px;
}

body.hc-thank-you-page .co-order .cart-table .cart-p-image img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

body.hc-thank-you-page .co-order .p-name span {
    display: block;
    color: var(--hc-order-ink);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

body.hc-thank-you-page .co-order .p-cell {
    text-align: right;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.25;
}

body.hc-thank-you-page .co-order .p-price {
    padding-right: 26px;
    color: var(--hc-order-ink);
    font-size: 16px;
}

body.hc-thank-you-page .recapitulation-wrapper:not([data-testid="recapTable"]) {
    margin-top: 18px;
    text-align: center;
}

body.hc-thank-you-page .order-summary-item.total,
body.hc-thank-you-page .order-summary-item.summary-thx {
    margin: 0;
    color: var(--hc-order-ink);
    text-align: center;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 400;
    font-family: "new_font", sans-serif;
}

body.hc-thank-you-page .order-summary-item.summary-thx {
    margin-top: 4px;
}

body.hc-thank-you-page .order-complete-links {
    display: grid;
    justify-items: center;
    gap: 14px;
    width: 100%;
    max-width: 420px;
    margin: 22px auto 0;
    text-align: center;
}

body.hc-thank-you-page .order-complete-links p {
    margin: 0;
}

body.hc-thank-you-page .order-complete-links .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 280px);
    min-height: 48px;
    min-width: 0;
    padding: 0 24px;
    border: 1px solid rgba(34, 80, 151, 0.28);
    border-radius: 8px;
    background: linear-gradient(90deg, #1f4f8f, #2f6fb8);
    color: #fff;
    box-shadow: 0 14px 28px rgba(34, 80, 151, 0.18);
    text-decoration: none;
    letter-spacing: 0.02em;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

body.hc-thank-you-page .order-complete-links p:not(:first-child) {
    color: var(--hc-order-muted);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

body.hc-thank-you-page .order-complete-links p:not(:first-child) a {
    color: var(--hc-order-ink);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    font-weight: 400;
}

body.hc-thank-you-page .order-complete-links .btn:hover,
body.hc-thank-you-page .order-complete-links .btn:focus {
    border-color: var(--hc-order-blue);
    background: linear-gradient(90deg, #193b63, #225097);
    color: #fff;
    box-shadow: 0 17px 34px rgba(34, 80, 151, 0.24);
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    body.hc-thank-you-page .content-inner {
        width: min(100%, calc(100% - 20px));
        padding-top: 20px;
        padding-bottom: 44px;
    }

    body.hc-thank-you-page .order-summary-heading::before {
        width: 48px;
        height: 48px;
        font-size: 27px;
    }

    body.hc-thank-you-page .reca-number {
        display: grid;
        gap: 4px;
        margin-bottom: 22px;
        padding-bottom: 22px;
        font-size: 15px;
    }

    body.hc-thank-you-page .co-box {
        margin-bottom: 14px;
    }

    body.hc-thank-you-page .co-box h4 {
        padding: 18px 16px 20px;
        font-size: 21px;
    }

    body.hc-thank-you-page .co-box h4::after {
        left: 16px;
        bottom: 9px;
        width: 50px;
    }

    body.hc-thank-you-page .recapitulation-table tr {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 16px 18px;
    }

    table.table.recapitulation-table>tbody>tr>th {
        font-family: "new_font", sans-serif;
    }

    body.hc-thank-you-page .recapitulation-table th,
    body.hc-thank-you-page .recapitulation-table td {
        padding: 0;
        border: 0 !important;
        text-align: left;
        font-size: 16px;
    }

    body.hc-thank-you-page .recapitulation-table th {
        color: var(--hc-order-muted);
        font-size: 14px;
        line-height: 1.25;
    }

    body.hc-thank-you-page .recapitulation-table td {
        color: var(--hc-order-ink);
        line-height: 1.35;
    }

    body.hc-thank-you-page .co-payment-method .qrcode {
        margin: 0 auto;
    }

    body.hc-thank-you-page .co-payment-method .hc-thank-qr-row td {
        padding: 16px 18px 22px !important;
    }

    body.hc-thank-you-page .co-order .cart-table,
    body.hc-thank-you-page .co-order .cart-table tbody {
        display: block !important;
        width: 100% !important;
    }

    body.hc-thank-you-page .co-order .cart-table tr,
    body.hc-thank-you-page .co-order .cart-table td {
        display: block;
        width: auto !important;
    }

    body.hc-thank-you-page .co-order .cart-table {
        width: 100% !important;
        margin: 0 0 18px !important;
        border-radius: 8px;
        border: 0;
        background: transparent;
        overflow: visible;
    }

    body.hc-thank-you-page .co-order .cart-table tr {
        position: relative;
        display: grid !important;
        grid-template-columns: 74px minmax(0, 1fr);
        grid-template-areas:
            "img name"
            "img qty"
            "img price";
        column-gap: 14px;
        row-gap: 7px;
        align-items: center;
        width: 100% !important;
        margin: 0 0 12px !important;
        padding: 14px;
        min-height: 0;
        border: 1px solid var(--hc-order-line);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 18px rgba(23, 40, 61, 0.055);
        box-sizing: border-box !important;
    }

    body.hc-thank-you-page .co-order .cart-table .cart-p-image {
        position: static;
        grid-area: img;
        width: 74px !important;
        padding: 0;
        align-self: center;
    }

    body.hc-thank-you-page .co-order .cart-table .cart-p-image img {
        display: block;
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }

    body.hc-thank-you-page .co-order .cart-table td {
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        border-radius: 0 !important;
    }

    body.hc-thank-you-page .co-order .cart-table td:first-child,
    body.hc-thank-you-page .co-order .cart-table td:last-child {
        border: 0 !important;
        border-radius: 0 !important;
    }

    body.hc-thank-you-page .co-order .p-name {
        grid-area: name;
        min-width: 0;
    }

    body.hc-thank-you-page .co-order .p-name span {
        font-size: 15px;
        line-height: 1.25;
    }

    body.hc-thank-you-page .co-order .p-cell {
        grid-area: qty;
        margin-top: 0;
        padding-right: 0;
        text-align: left;
        white-space: normal;
        font-size: 14px;
        color: var(--hc-order-ink);
    }

    body.hc-thank-you-page .co-order .p-price {
        grid-area: price;
        margin-top: 0;
        padding-right: 0;
        text-align: left;
        white-space: normal;
        font-size: 17px;
        color: var(--hc-order-ink);
    }

    body.hc-thank-you-page .order-summary-item.total,
    body.hc-thank-you-page .order-summary-item.summary-thx {
        font-size: 18px;
    }

    body.hc-thank-you-page .order-complete-links {
        max-width: 100%;
        gap: 12px;
        margin-top: 20px;
    }

    body.hc-thank-you-page .order-complete-links .btn {
        width: min(100%, 280px);
        min-width: 0;
    }
}