#order-standard_cart,
.wilo-purchase-progress {
    --cart-orange: #ff6700;
    --cart-orange-strong: #f25700;
    --cart-orange-soft: #fff2e9;
    --cart-charcoal: #202020;
    --cart-ink: #16181b;
    --cart-muted: #69727d;
    --cart-line: #e4e8ec;
    --cart-bg: #f6f8fa;
    --cart-success: #20a95b;
    font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    letter-spacing: -.05em;
}

.wilo-shopping-cart {
    padding-top: 22px;
}

.wilo-shopping-cart .main-content {
    width: 100%;
}

.wilo-purchase-progress {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 24px;
    padding: 0 12px;
}

.wilo-purchase-progress ol {
    position: relative;
    display: grid;
    min-height: 82px;
    margin: 0;
    padding: 13px 20px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    border: 1px solid var(--cart-line);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 24px rgba(24, 28, 33, .045);
    list-style: none;
}

.wilo-purchase-progress ol::before {
    position: absolute;
    z-index: 0;
    top: 34px;
    right: 10%;
    left: 10%;
    height: 2px;
    background: #e7eaee;
    content: "";
}

.wilo-purchase-progress li {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #9299a1;
    font-size: 11px;
    text-align: center;
}

.wilo-purchase-progress li > span {
    display: inline-flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    border: 2px solid #e1e5e9;
    border-radius: 50%;
    color: #8f979f;
    background: #fff;
    font-size: 11px;
    font-weight: 500;
}

.wilo-purchase-progress li > strong {
    font-weight: 500;
}

.wilo-purchase-progress li.is-complete > span {
    border-color: var(--cart-orange);
    color: #fff;
    background: var(--cart-orange);
}

.wilo-purchase-progress li.is-complete,
.wilo-purchase-progress li.is-current {
    color: var(--cart-ink);
}

.wilo-purchase-progress li.is-current > span {
    box-shadow: 0 0 0 5px rgba(255, 103, 0, .12);
}

#order-standard_cart {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    color: var(--cart-ink);
    font-size: 16px;
}

#order-standard_cart > .row {
    margin-right: -10px;
    margin-left: -10px;
}

#order-standard_cart > .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

#order-standard_cart .header-lined {
    margin-bottom: 22px;
    padding: 0 0 15px;
    border-bottom: 1px solid var(--cart-line);
}

#order-standard_cart .header-lined h1 {
    color: var(--cart-ink);
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.05em;
}

#order-standard_cart .header-lined p {
    max-width: 720px;
    color: var(--cart-muted);
    font-size: 14px;
}

#order-standard_cart .sidebar .panel,
#order-standard_cart .cart-sidebar .panel {
    overflow: hidden;
    border: 1px solid var(--cart-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(24, 28, 33, .04);
}

#order-standard_cart .sidebar .panel-heading,
#order-standard_cart .cart-sidebar .panel-heading {
    padding: 16px 18px;
    border: 0;
    color: #fff;
    background: var(--cart-charcoal);
    font-size: 14px;
    font-weight: 500;
}

/* WHMCS assigns its own dark colour to .panel-title and its icons.  Pin every
 * heading descendant to white so Categories and Actions remain readable. */
#order-standard_cart .sidebar .panel-heading .panel-title,
#order-standard_cart .sidebar .panel-heading .panel-title > a,
#order-standard_cart .sidebar .panel-heading .panel-title i,
#order-standard_cart .sidebar .panel-heading .panel-minimise,
#order-standard_cart .cart-sidebar .panel-heading .panel-title,
#order-standard_cart .cart-sidebar .panel-heading .panel-title > a,
#order-standard_cart .cart-sidebar .panel-heading .panel-title i,
#order-standard_cart .cart-sidebar .panel-heading .panel-minimise {
    color: #fff !important;
}

/* The traditional left-hand cart navigation is deliberately kept expanded on
 * configuration and checkout screens. Product catalogues use their dedicated
 * horizontal navigation and are excluded by the body class set in JS. */
body.wilo-cart-sidebars-open #order-standard_cart .sidebar .panel-body,
body.wilo-cart-sidebars-open #order-standard_cart .sidebar .panel-footer,
body.wilo-cart-sidebars-open #order-standard_cart .sidebar .list-group,
body.wilo-cart-sidebars-open #order-standard_cart .cart-sidebar .panel-body,
body.wilo-cart-sidebars-open #order-standard_cart .cart-sidebar .panel-footer,
body.wilo-cart-sidebars-open #order-standard_cart .cart-sidebar .list-group {
    display: block !important;
}

body.wilo-cart-sidebars-open #order-standard_cart .sidebar .panel-minimise,
body.wilo-cart-sidebars-open #order-standard_cart .cart-sidebar .panel-minimise {
    transform: none !important;
}

#order-standard_cart .sidebar .list-group-item,
#order-standard_cart .cart-sidebar .list-group-item {
    min-height: 48px;
    padding: 13px 17px;
    border-color: #edf0f2;
    color: #4e565e;
    background: #fff;
    font-size: 14px;
}

#order-standard_cart .sidebar .list-group-item:hover,
#order-standard_cart .cart-sidebar .list-group-item:hover {
    color: var(--cart-orange);
    background: var(--cart-orange-soft);
}

#order-standard_cart .sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item.active {
    border-color: var(--cart-orange);
    color: #fff;
    background: var(--cart-orange);
}

#order-standard_cart .sidebar-collapsed .panel {
    border: 1px solid var(--cart-line);
    border-radius: 10px;
    box-shadow: none;
}

/* Full-width product catalogue navigation */
#order-standard_cart .wilo-products-menu {
    display: block;
    width: 100%;
    margin: 0 0 24px;
}

#order-standard_cart .wilo-products-menu .panel {
    display: grid;
    width: 100%;
    min-height: 108px;
    margin: 0 0 16px;
    grid-template-columns: 300px minmax(0, 1fr);
    border-radius: 16px;
    box-shadow: 0 9px 28px rgba(24, 28, 33, .065);
}

#order-standard_cart .wilo-products-menu .panel:last-child {
    margin-bottom: 0;
}

#order-standard_cart .wilo-products-menu .panel-heading {
    display: flex;
    min-height: 108px;
    padding: 0 34px;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .14);
    border-radius: 0;
    background: var(--cart-charcoal);
}

#order-standard_cart .wilo-products-menu .panel-title {
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

#order-standard_cart .wilo-products-menu .panel-minimise {
    display: none;
}

#order-standard_cart .wilo-products-menu .list-group {
    display: flex !important;
    min-width: 0;
    margin: 0;
    overflow-x: auto;
    border: 0;
}

#order-standard_cart .wilo-products-menu .list-group-item {
    display: flex;
    min-width: 220px;
    min-height: 108px;
    margin: 0;
    padding: 0 30px;
    align-items: center;
    flex: 1 0 auto;
    border-width: 0 1px 0 0;
    border-radius: 0;
    font-size: 17px;
    line-height: 1.3;
    white-space: nowrap;
}

#order-standard_cart .wilo-products-menu .list-group-item:last-child {
    border-right: 0;
}

#order-standard_cart .wilo-products-menu .list-group-item.active {
    color: #fff !important;
    background: var(--cart-orange) !important;
    box-shadow: inset 0 -5px 0 rgba(255, 255, 255, .5);
}

#order-standard_cart .wilo-products-main {
    width: 100%;
}

/* Product selection */
#order-standard_cart .products > .row {
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    flex-wrap: wrap;
}

#order-standard_cart .products > .row > [class*="col-"] {
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
}

#order-standard_cart .products .product {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 335px;
    overflow: hidden;
    margin: 0 0 16px;
    padding: 0;
    flex-direction: column;
    border: 1px solid var(--cart-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 22px rgba(24, 28, 33, .045);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

#order-standard_cart .products .product:hover {
    border-color: rgba(255, 103, 0, .42);
    box-shadow: 0 14px 36px rgba(24, 28, 33, .09);
    transform: translateY(-3px);
}

#order-standard_cart .products .product > header {
    position: relative;
    min-height: 78px;
    padding: 25px 24px 18px;
    border: 0;
    color: var(--cart-ink);
    background: #fff;
    font-size: 19px;
    font-weight: 500;
}

#order-standard_cart .products .product > header::after {
    position: absolute;
    right: 24px;
    bottom: 0;
    left: 24px;
    height: 2px;
    background: linear-gradient(90deg, var(--cart-orange), rgba(255, 103, 0, .06));
    content: "";
}

#order-standard_cart .products .product .qty {
    border: 0;
    border-radius: 12px;
    color: var(--cart-orange);
    background: var(--cart-orange-soft);
    font-size: 10px;
    font-weight: 500;
}

#order-standard_cart .product-desc {
    padding: 20px 24px;
    flex: 1;
    color: var(--cart-muted);
    font-size: 12px;
}

#order-standard_cart .product-desc p {
    margin-bottom: 15px;
}

#order-standard_cart .product-desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#order-standard_cart .product-desc li {
    position: relative;
    min-height: 28px;
    padding: 5px 0 5px 23px;
    color: #4a525a;
}

#order-standard_cart .product-desc li::before {
    position: absolute;
    top: 8px;
    left: 0;
    color: var(--cart-success);
    content: "\f00c";
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-size: 11px;
    font-weight: 900;
}

#order-standard_cart .products .product > footer {
    display: flex;
    float: none !important;
    clear: both;
    width: 100% !important;
    min-height: 112px;
    margin: 0 !important;
    padding: 22px 24px;
    flex: 0 0 auto;
    align-self: stretch;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border-top: 1px solid #edf0f2;
    background: #fbfcfd;
    box-sizing: border-box;
}

#order-standard_cart .products .product .product-pricing {
    min-width: 0;
    margin: 0;
    color: var(--cart-muted);
    font-size: 11px;
    line-height: 1.35;
}

#order-standard_cart .products .product .product-pricing .price {
    color: var(--cart-ink);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.05em;
}

#order-standard_cart .products .product > footer .btn {
    display: inline-flex;
    min-width: 172px;
    min-height: 56px;
    padding: 14px 24px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--cart-orange);
    border-radius: 8px;
    color: #fff;
    background: var(--cart-orange);
    font-size: 15px;
    font-weight: 500;
}

#order-standard_cart .products .product > footer .btn:hover {
    border-color: var(--cart-orange-strong);
    background: var(--cart-orange-strong);
    transform: translateY(-1px);
}

/* Product configuration and forms */
#order-standard_cart .product-info {
    position: relative;
    min-height: 176px;
    margin: 0 0 22px;
    padding: 24px 315px 24px 24px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background:
        linear-gradient(rgba(255, 255, 255, .1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px),
        linear-gradient(120deg, #ff760d, var(--cart-orange));
    background-size: 28px 28px, 28px 28px, auto;
    box-shadow: 0 10px 26px rgba(242, 87, 0, .16);
    overflow: hidden;
}

#order-standard_cart .product-info .product-title {
    margin-bottom: 7px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

#order-standard_cart .product-info p {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, .87);
}

#order-standard_cart .product-info .wilo-service-art {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 22px;
    width: 278px;
    height: 166px;
    color: #fff;
    opacity: .38;
    pointer-events: none;
    transform: translateY(-50%);
}

#order-standard_cart .product-info .wilo-service-art [data-wilo-art] {
    display: none;
    fill: none;
    stroke: currentColor;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#order-standard_cart .product-info .wilo-service-art .wilo-service-art-fill {
    fill: currentColor;
    stroke: none;
}

#order-standard_cart .product-info .wilo-service-art[data-wilo-service-type="vps"] [data-wilo-art="vps"],
#order-standard_cart .product-info .wilo-service-art[data-wilo-service-type="hosting"] [data-wilo-art="hosting"],
#order-standard_cart .product-info .wilo-service-art[data-wilo-service-type="domain"] [data-wilo-art="domain"],
#order-standard_cart .product-info .wilo-service-art[data-wilo-service-type="streaming"] [data-wilo-art="streaming"],
#order-standard_cart .product-info .wilo-service-art[data-wilo-service-type="pbx"] [data-wilo-art="pbx"],
#order-standard_cart .product-info .wilo-service-art[data-wilo-service-type="housing"] [data-wilo-art="housing"],
#order-standard_cart .product-info .wilo-service-art[data-wilo-service-type="generic"] [data-wilo-art="generic"] {
    display: block;
}

#order-standard_cart .sub-heading {
    height: auto;
    margin: 26px 0 16px;
    border: 0;
    text-align: left;
}

#order-standard_cart .sub-heading span {
    display: flex;
    min-height: 44px;
    padding: 0 16px;
    align-items: center;
    border-left: 3px solid var(--cart-orange);
    border-radius: 0 8px 8px 0;
    color: var(--cart-ink);
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.05em;
}

#order-standard_cart .field-container,
#order-standard_cart #containerNewUserSignup,
#order-standard_cart #containerExistingUserSignin,
#order-standard_cart .cc-details {
    padding: 20px;
    border: 1px solid var(--cart-line);
    border-radius: 12px;
    background: #fff;
}

#order-standard_cart #containerNewUserSignup,
#order-standard_cart #containerExistingUserSignin {
    padding-top: 1px;
}

#order-standard_cart .form-group {
    position: relative;
    margin-bottom: 18px;
}

#order-standard_cart .form-group > label:not(.field-icon) {
    margin-bottom: 7px;
    color: #4c545c;
    font-size: 11px;
    font-weight: 500;
}

#order-standard_cart .form-control,
#order-standard_cart input.field,
#order-standard_cart select.field,
#order-standard_cart textarea.field,
#order-standard_cart .prepend-icon .field {
    width: 100%;
    min-height: 47px;
    padding: 10px 13px;
    border: 1px solid #dce1e5;
    border-radius: 8px;
    color: #2d3339;
    background: #fff;
    box-shadow: none;
    font-size: 13px;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

#order-standard_cart .prepend-icon .field {
    padding-left: 43px;
}

#order-standard_cart .prepend-icon .field-icon {
    width: 43px;
    height: 47px;
    line-height: 47px;
}

/* International phone input: keep the country prefix separate from the number. */
#order-standard_cart .wilo-phone-field > .field-icon {
    display: none !important;
}

#order-standard_cart .wilo-phone-field .intl-tel-input {
    display: grid !important;
    width: 100% !important;
    min-height: 47px;
    grid-template-columns: 126px minmax(0, 1fr);
    align-items: stretch;
    border: 1px solid #dce1e5;
    border-radius: 8px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

#order-standard_cart .wilo-phone-field .intl-tel-input input.field {
    position: relative;
    z-index: 1;
    width: 100% !important;
    min-width: 0;
    height: 45px;
    min-height: 45px;
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: 0 !important;
    border-radius: 0 8px 8px 0 !important;
    background: transparent;
    box-shadow: none !important;
    text-indent: 0 !important;
}

#order-standard_cart .wilo-phone-field .intl-tel-input .flag-container {
    position: relative !important;
    inset: auto !important;
    z-index: 3;
    width: 126px !important;
    height: 45px;
    grid-column: 1;
    grid-row: 1;
    padding: 0;
}

#order-standard_cart .wilo-phone-field .intl-tel-input .selected-flag {
    width: 126px !important;
    height: 45px;
    border-right: 1px solid #e2e6ea;
    border-radius: 8px 0 0 8px;
    background: #f7f8fa;
}

#order-standard_cart .wilo-phone-field .intl-tel-input .selected-dial-code {
    color: var(--cart-ink);
    font-size: 13px;
}

#order-standard_cart .wilo-phone-field .intl-tel-input:focus-within {
    border-color: var(--cart-orange);
    box-shadow: 0 0 0 3px rgba(255, 103, 0, .12);
}

#order-standard_cart .form-group.wilo-field-complete .intl-tel-input {
    border-color: rgba(32, 169, 91, .45);
    background-color: #fbfffc;
}

#order-standard_cart .form-control:focus,
#order-standard_cart input.field:focus,
#order-standard_cart select.field:focus,
#order-standard_cart textarea.field:focus {
    border-color: var(--cart-orange);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(255, 103, 0, .12);
}

#order-standard_cart .form-group.wilo-field-complete .form-control,
#order-standard_cart .form-group.wilo-field-complete input.field,
#order-standard_cart .form-group.wilo-field-complete select.field {
    border-color: rgba(32, 169, 91, .45);
    background-color: #fbfffc;
}

/* Larger configurable options and a modern animated quantity slider. */
#order-standard_cart .product-configurable-options .form-group {
    margin-bottom: 28px;
}

#order-standard_cart .product-configurable-options .form-group > label:not(.field-icon) {
    margin-bottom: 11px;
    color: #414950;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.025em;
}

#order-standard_cart .product-configurable-options select.form-control,
#order-standard_cart .product-configurable-options input.form-control-qty {
    min-height: 58px;
    padding: 14px 16px;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 500;
}

#order-standard_cart .product-configurable-options .form-control-static,
#order-standard_cart .product-configurable-options .form-group > label > .iCheck-helper,
#order-standard_cart .product-configurable-options .form-group > label:not([for]) {
    font-size: 15px;
}

#order-standard_cart .product-configurable-options .icheckbox_square-blue,
#order-standard_cart .product-configurable-options .iradio_square-blue {
    position: relative;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border: 2px solid #cdd3d8;
    border-radius: 8px;
    background: #fff !important;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
    vertical-align: -8px;
}

#order-standard_cart .product-configurable-options .iradio_square-blue {
    border-radius: 50%;
}

#order-standard_cart .product-configurable-options .icheckbox_square-blue.hover,
#order-standard_cart .product-configurable-options .icheckbox_square-blue.focus,
#order-standard_cart .product-configurable-options .iradio_square-blue.hover,
#order-standard_cart .product-configurable-options .iradio_square-blue.focus {
    border-color: var(--cart-orange);
    box-shadow: 0 0 0 4px rgba(255, 103, 0, .12);
}

#order-standard_cart .product-configurable-options .icheckbox_square-blue.checked,
#order-standard_cart .product-configurable-options .iradio_square-blue.checked {
    border-color: var(--cart-orange);
    background: var(--cart-orange) !important;
    transform: scale(1.04);
}

#order-standard_cart .product-configurable-options .icheckbox_square-blue.checked::after {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 7px;
    height: 13px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: "";
    transform: rotate(45deg);
}

#order-standard_cart .product-configurable-options .iradio_square-blue.checked::after {
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: #fff;
    content: "";
}

#order-standard_cart .product-configurable-options .wilo-config-option--quantity {
    margin-top: 4px;
    padding: 20px 18px 25px;
    border: 1px solid #e2e6e9;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
    box-shadow: 0 10px 28px rgba(24, 28, 33, .055);
}

#order-standard_cart .product-configurable-options .wilo-config-option--quantity > label {
    font-size: 16px;
}

#order-standard_cart .product-configurable-options .irs {
    height: 112px;
    margin-top: 6px;
}

#order-standard_cart .product-configurable-options .irs-line,
#order-standard_cart .product-configurable-options .irs-bar,
#order-standard_cart .product-configurable-options .irs-bar-edge {
    top: 50px;
    height: 12px;
}

#order-standard_cart .product-configurable-options .irs-line {
    border: 0;
    border-radius: 999px;
    background: #e2e6ea;
    box-shadow: inset 0 2px 4px rgba(24, 28, 33, .1);
}

#order-standard_cart .product-configurable-options .irs-bar,
#order-standard_cart .product-configurable-options .irs-bar-edge {
    border: 0;
    background: linear-gradient(90deg, #ff6700 0%, #ff913f 48%, #ff6700 100%);
    background-size: 200% 100%;
    box-shadow: 0 5px 14px rgba(255, 103, 0, .25);
    animation: wiloRangeFlow 2.4s linear infinite;
    transition: box-shadow .18s ease;
}

#order-standard_cart .product-configurable-options .irs-bar {
    border-radius: 999px;
}

#order-standard_cart .product-configurable-options .irs-bar-edge {
    border-radius: 999px 0 0 999px;
}

#order-standard_cart .product-configurable-options .irs-slider {
    top: 38px;
    width: 36px;
    height: 36px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: var(--cart-orange) !important;
    box-shadow: 0 7px 20px rgba(24, 28, 33, .22), 0 0 0 2px rgba(255, 103, 0, .22);
    cursor: grab;
    transition: transform .18s ease, box-shadow .18s ease;
}

#order-standard_cart .product-configurable-options .irs-slider:hover,
#order-standard_cart .product-configurable-options .irs-slider.state_hover {
    box-shadow: 0 9px 24px rgba(24, 28, 33, .25), 0 0 0 6px rgba(255, 103, 0, .14);
    transform: scale(1.12);
}

#order-standard_cart .product-configurable-options .irs-slider:active {
    cursor: grabbing;
    transform: scale(1.18);
}

#order-standard_cart .product-configurable-options .irs-single,
#order-standard_cart .product-configurable-options .irs-from,
#order-standard_cart .product-configurable-options .irs-to {
    top: 0;
    min-width: 44px;
    padding: 8px 11px;
    border-radius: 9px;
    color: #fff;
    background: var(--cart-orange);
    box-shadow: 0 7px 18px rgba(255, 103, 0, .22);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    transition: transform .18s ease, box-shadow .18s ease;
}

#order-standard_cart .product-configurable-options .irs:hover .irs-single,
#order-standard_cart .product-configurable-options .irs:hover .irs-from,
#order-standard_cart .product-configurable-options .irs:hover .irs-to {
    box-shadow: 0 9px 22px rgba(255, 103, 0, .3);
    transform: translateY(-2px);
}

#order-standard_cart .product-configurable-options .irs-single::after,
#order-standard_cart .product-configurable-options .irs-from::after,
#order-standard_cart .product-configurable-options .irs-to::after {
    border-top-color: var(--cart-orange);
}

#order-standard_cart .product-configurable-options .irs-min,
#order-standard_cart .product-configurable-options .irs-max {
    top: 0;
    padding: 7px 10px;
    border: 1px solid #e0e4e8;
    border-radius: 8px;
    color: #6a737c;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

#order-standard_cart .product-configurable-options .irs-grid {
    bottom: 2px;
    height: 33px;
}

#order-standard_cart .product-configurable-options .irs-grid-pol {
    background: #bdc4ca;
}

#order-standard_cart .product-configurable-options .irs-grid-text {
    color: #7a838b;
    font-size: 11px;
    font-weight: 500;
}

@keyframes wiloRangeFlow {
    to { background-position: -200% 0; }
}

@media (prefers-reduced-motion: reduce) {
    #order-standard_cart .product-configurable-options .irs-bar,
    #order-standard_cart .product-configurable-options .irs-bar-edge {
        animation: none;
    }

    #order-standard_cart .product-configurable-options .irs-slider,
    #order-standard_cart .product-configurable-options .irs-single,
    #order-standard_cart .product-configurable-options .irs-from,
    #order-standard_cart .product-configurable-options .irs-to {
        transition: none;
    }
}

#order-standard_cart label {
    font-weight: 500;
}

#order-standard_cart input[type="radio"],
#order-standard_cart input[type="checkbox"] {
    accent-color: var(--cart-orange);
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart .btn-info,
#order-standard_cart #btnCompleteOrder,
#order-standard_cart #btnCompleteProductConfig {
    min-height: 46px;
    padding: 12px 20px;
    border-color: var(--cart-orange);
    border-radius: 8px;
    color: #fff;
    background: var(--cart-orange);
    font-size: 13px;
    font-weight: 500;
}

#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-success:hover,
#order-standard_cart .btn-info:hover,
#order-standard_cart #btnCompleteOrder:hover,
#order-standard_cart #btnCompleteProductConfig:hover {
    border-color: var(--cart-orange-strong);
    background: var(--cart-orange-strong);
}

#order-standard_cart .btn-default {
    min-height: 42px;
    border-color: #dce1e5;
    border-radius: 8px;
    color: #3f474f;
    background: #fff;
}

#order-standard_cart .btn-link {
    color: var(--cart-orange);
}

#order-standard_cart .alert {
    padding: 15px 17px;
    border-radius: 9px;
    font-size: 12px;
}

/* Checkout typography: improve readability without changing the order flow. */
#order-standard_cart.wilo-checkout-final {
    font-size: 16px;
}

#order-standard_cart.wilo-checkout-final .sub-heading span {
    min-height: 52px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 18px;
}

#order-standard_cart.wilo-checkout-final .form-group > label:not(.field-icon) {
    margin-bottom: 8px;
    font-size: 14px;
}

#order-standard_cart.wilo-checkout-final .form-control,
#order-standard_cart.wilo-checkout-final input.field,
#order-standard_cart.wilo-checkout-final select.field,
#order-standard_cart.wilo-checkout-final textarea.field,
#order-standard_cart.wilo-checkout-final .prepend-icon .field {
    min-height: 54px;
    font-size: 16px;
}

#order-standard_cart.wilo-checkout-final .prepend-icon .field-icon {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}

#order-standard_cart.wilo-checkout-final .large-text {
    display: flex;
    margin-top: 18px;
    margin-bottom: 24px;
    padding: 21px 26px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid #e0e4e8;
    border-left: 6px solid var(--cart-orange);
    border-radius: 13px;
    color: var(--cart-ink);
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 28, 33, .06);
    font-size: 18px;
    line-height: 1.45;
}

#order-standard_cart.wilo-checkout-final .wilo-checkout-total__label {
    color: #30353a;
    font-size: 18px;
    font-weight: 500;
}

#order-standard_cart.wilo-checkout-final .large-text strong {
    display: inline-block;
    margin: 0;
    color: var(--cart-orange-strong);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.035em;
}

/* Floating sales assistance without changing the product configuration flow. */
#order-standard_cart .wilo-whatsapp-help {
    position: fixed;
    z-index: 1030;
    top: auto;
    bottom: 24px;
    left: 18px;
    width: 132px;
    max-width: none;
    margin: 0;
    transform: none;
}

#order-standard_cart .wilo-whatsapp-help__link {
    display: flex;
    min-height: 182px;
    padding: 16px 12px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-left: 5px solid var(--cart-orange);
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, #202327 0%, #151719 100%);
    box-shadow: 0 18px 42px rgba(17, 20, 23, .28);
    text-decoration: none;
    text-align: center;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#order-standard_cart .wilo-whatsapp-help__link:hover,
#order-standard_cart .wilo-whatsapp-help__link:focus {
    border-color: rgba(255, 103, 0, .55);
    color: #fff;
    box-shadow: 0 22px 48px rgba(17, 20, 23, .34);
    outline: none;
    text-decoration: none;
    transform: translateY(-2px);
}

#order-standard_cart .wilo-whatsapp-help__link:focus-visible {
    box-shadow: 0 0 0 4px rgba(255, 103, 0, .28), 0 22px 48px rgba(17, 20, 23, .34);
}

#order-standard_cart .wilo-whatsapp-help__icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--cart-orange);
    box-shadow: 0 8px 20px rgba(255, 103, 0, .25);
    font-size: 23px;
}

#order-standard_cart .wilo-whatsapp-help__content {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

#order-standard_cart .wilo-whatsapp-help__content strong {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.035em;
}

#order-standard_cart .wilo-whatsapp-help__content small {
    color: #c8cdd2;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
}

#order-standard_cart .wilo-whatsapp-help__arrow {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--cart-orange);
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
}

#order-standard_cart.wilo-checkout-final #paymentGatewaysContainer .small {
    font-size: 15px;
}

#order-standard_cart.wilo-checkout-final #paymentGatewaysContainer > .small {
    margin: 0 0 14px;
    color: #5f6872;
}

#order-standard_cart .wilo-payment-methods {
    display: flex;
    margin: 0 -7px;
    flex-wrap: wrap;
    justify-content: center;
}

#order-standard_cart .wilo-payment-card {
    position: relative;
    display: flex;
    width: calc(33.333% - 14px);
    min-height: 132px;
    margin: 7px;
    padding: 18px 48px 17px 18px;
    align-items: center;
    gap: 15px;
    border: 1px solid #dfe4e8;
    border-radius: 13px;
    color: var(--cart-ink);
    background: #fff;
    box-shadow: 0 6px 18px rgba(24, 28, 33, .045);
    cursor: pointer;
    line-height: 1.35;
    text-align: left;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, transform .18s ease;
}

#order-standard_cart .wilo-payment-card:hover {
    border-color: #f5b58d;
    box-shadow: 0 10px 24px rgba(24, 28, 33, .08);
    transform: translateY(-1px);
}

#order-standard_cart .wilo-payment-card.is-selected {
    border-color: var(--cart-orange);
    background: linear-gradient(135deg, #fff 0%, #fff7f1 100%);
    box-shadow: 0 0 0 2px rgba(255, 103, 0, .12), 0 10px 24px rgba(24, 28, 33, .07);
}

#order-standard_cart .wilo-payment-card.is-focused {
    outline: 3px solid rgba(255, 103, 0, .22);
    outline-offset: 2px;
}

#order-standard_cart .wilo-payment-card__radio {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

#order-standard_cart .wilo-payment-card__logo {
    display: inline-flex;
    width: 116px;
    min-width: 116px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid #edf0f2;
    border-radius: 9px;
    background: #fff;
}

#order-standard_cart .wilo-payment-card__logo img {
    display: block;
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 38px;
}

#order-standard_cart .wilo-payment-card__content {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 5px;
}

#order-standard_cart .wilo-payment-card__content strong {
    color: #202327;
    font-size: 15px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

#order-standard_cart .wilo-payment-card__content small {
    color: #707983;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -.02em;
}

#order-standard_cart .wilo-payment-card__check {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border: 2px solid #d9dee2;
    border-radius: 50%;
    color: transparent;
    background: #fff;
    font-size: 10px;
    transition: all .18s ease;
}

#order-standard_cart .wilo-payment-card.is-selected .wilo-payment-card__check {
    border-color: var(--cart-orange);
    color: #fff;
    background: var(--cart-orange);
}

#order-standard_cart.wilo-checkout-final .checkbox-inline {
    font-size: 15px;
    line-height: 1.5;
}

#order-standard_cart.wilo-checkout-final #btnCompleteOrder {
    min-height: 60px;
    padding: 16px 28px;
    font-size: 17px;
    font-weight: 600;
}

#order-standard_cart.wilo-checkout-final .checkout-security-msg {
    font-size: 14px;
}

/* Secure checkout notice: keep the native message and IP value, but present
 * them as a compact, branded notice instead of the legacy floating icon. */
#order-standard_cart .checkout-security-msg {
    display: flex;
    width: 100%;
    min-height: 72px;
    margin: 28px 0 0;
    padding: 14px 20px;
    align-items: center;
    gap: 15px;
    border: 1px solid #f0d7c3;
    border-left: 4px solid var(--cart-orange);
    border-radius: 12px;
    color: #5a4637;
    background: linear-gradient(135deg, #fffaf6 0%, #fff4eb 100%);
    box-shadow: 0 8px 22px rgba(24, 28, 33, .05);
    font-size: 13px;
    line-height: 1.55;
    box-sizing: border-box;
}

#order-standard_cart .checkout-security-msg__icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--cart-orange);
    background: var(--cart-orange-soft);
    font-size: 17px;
}

#order-standard_cart .checkout-security-msg__icon i {
    float: none;
    margin-left: 0;
    font-size: inherit;
}

#order-standard_cart .checkout-security-msg__text {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
}

#order-standard_cart .checkout-security-msg__ip {
    color: var(--cart-ink);
    font-weight: 600;
    white-space: nowrap;
}

#order-standard_cart .already-registered {
    display: flex;
    min-height: 66px;
    margin: 0 0 18px;
    padding: 10px 16px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--cart-line);
    border-radius: 10px;
    background: #fff;
}

#order-standard_cart .already-registered p {
    margin: 0;
    color: var(--cart-muted);
    font-size: 12px;
}

/* Summary and cart review */
#order-standard_cart .order-summary,
#order-standard_cart .summary-container {
    overflow: hidden;
    border: 1px solid var(--cart-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(24, 28, 33, .055);
}

#order-standard_cart .order-summary h2,
#order-standard_cart .summary-container h2 {
    margin: 0;
    padding: 17px 19px;
    color: #fff;
    background: var(--cart-charcoal);
    font-size: 15px;
    font-weight: 500;
}

#order-standard_cart .summary-container,
#order-standard_cart .order-summary .summary-content {
    color: #4b535b;
    font-size: 11px;
}

#order-standard_cart .summary-container .product-name,
#order-standard_cart .order-summary .product-name {
    color: var(--cart-ink);
    font-size: 15px;
    font-weight: 500;
}

#order-standard_cart .total-due-today {
    margin: 17px -20px -20px;
    padding: 18px 20px;
    color: var(--cart-ink);
    background: var(--cart-orange-soft);
}

#order-standard_cart .total-due-today .amt {
    color: var(--cart-orange);
    font-size: 25px;
    font-weight: 500;
}

#order-standard_cart .wilo-sticky-summary {
    position: sticky;
    top: 112px;
}

#order-standard_cart .wilo-sticky-summary-group {
    position: sticky;
    z-index: 3;
    top: 112px;
}

#order-standard_cart .wilo-sticky-summary-group #btnCompleteProductConfig {
    width: 100%;
    min-height: 56px;
    margin-top: 14px;
    padding: 15px 24px;
    border-radius: 10px;
    box-shadow: 0 12px 26px rgba(255, 103, 0, .2);
    font-size: 15px;
}

#order-standard_cart .view-cart-items-header {
    padding: 13px 17px;
    border: 1px solid var(--cart-line);
    border-radius: 10px 10px 0 0;
    border-color: var(--cart-charcoal) !important;
    color: #fff !important;
    background: var(--cart-charcoal) !important;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

#order-standard_cart .view-cart-items {
    overflow: hidden;
    border: 1px solid var(--cart-line);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: #fff;
    border-bottom-color: var(--cart-orange) !important;
}

#order-standard_cart .view-cart-items .item {
    padding: 18px 17px;
    border-bottom: 1px solid #edf0f2;
}

#order-standard_cart .view-cart-items .item:last-child {
    border-bottom: 0;
}

#order-standard_cart .view-cart-items .item-title {
    color: var(--cart-ink);
    font-size: 14px;
    font-weight: 500;
}

#order-standard_cart .view-cart-items .item-group,
#order-standard_cart .view-cart-items .item-domain,
#order-standard_cart .view-cart-items small {
    color: var(--cart-muted);
    font-size: 11px;
}

#order-standard_cart .view-cart-items .item-domain {
    color: var(--cart-orange-strong) !important;
}

#order-standard_cart .view-cart-items .item-price {
    color: var(--cart-ink);
    font-size: 14px;
    font-weight: 500;
}

#order-standard_cart .view-cart-items .cycle {
    color: var(--cart-muted);
    font-size: 10px;
}

#order-standard_cart .view-cart-tabs .tab-content,
#order-standard_cart .view-cart-tabs .nav-tabs > li > a {
    border-color: var(--cart-line);
}

#order-standard_cart .view-cart-tabs .nav-tabs > li.active > a {
    border-top: 2px solid var(--cart-orange);
    color: var(--cart-orange);
}

#order-standard_cart .empty-cart {
    display: flex;
    justify-content: center;
    margin: 14px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
}

#order-standard_cart #btnEmptyCart {
    min-height: 40px;
    padding: 9px 18px;
    border-color: var(--cart-charcoal) !important;
    border-radius: 8px !important;
    color: #fff !important;
    background: var(--cart-charcoal) !important;
}

#order-standard_cart #btnEmptyCart:hover,
#order-standard_cart #btnEmptyCart:focus {
    border-color: var(--cart-orange) !important;
    background: var(--cart-orange) !important;
}

#order-standard_cart .order-confirmation {
    padding: 36px 28px;
    border: 1px solid #ccebd8;
    border-radius: 14px;
    color: #276b43;
    background: #f2fbf5;
    text-align: center;
}

#order-standard_cart .domain-selection-options .option,
#order-standard_cart .domain-checker-container,
#order-standard_cart .domain-pricing,
#order-standard_cart .domain-input-group {
    border-color: var(--cart-line);
    border-radius: 11px;
}

#order-standard_cart .domain-checker-bg {
    border-radius: 12px;
    background:
        linear-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .09) 1px, transparent 1px),
        linear-gradient(120deg, #ff760d, var(--cart-orange));
    background-size: 28px 28px, 28px 28px, auto;
}

#order-standard_cart .domain-checker-bg h2,
#order-standard_cart .domain-checker-bg p {
    color: #fff;
}

/* Balanced domain lookup and suggestion cards */
#order-standard_cart #DomainSearchResults {
    margin-top: 26px;
}

#order-standard_cart .domain-lookup-primary-loader,
#order-standard_cart .domain-lookup-primary-results {
    margin: 24px 0 20px;
}

#order-standard_cart .domain-lookup-primary-results .headline,
#order-standard_cart .domain-checker-result-headline {
    font-size: 22px;
    line-height: 1.3;
}

#order-standard_cart .domain-lookup-primary-results .domain-price {
    margin-top: 7px;
    color: #3b4249;
    font-size: 14px;
}

#order-standard_cart .spotlight-tlds {
    margin: 28px 0 24px;
    padding: 0;
    background: transparent;
}

#order-standard_cart .spotlight-tlds-container {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
}

#order-standard_cart .spotlight-tld-container,
#order-standard_cart [class*="spotlight-tld-container-"] {
    float: none;
    width: auto;
    padding: 0;
}

#order-standard_cart .spotlight-tld {
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 160px;
    margin: 0;
    padding: 22px 14px 14px;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--cart-line);
    border-radius: 12px;
    color: var(--cart-ink);
    background: #fff;
    box-shadow: 0 6px 22px rgba(24, 28, 33, .045);
    font-size: 20px;
    line-height: 1.1;
}

#order-standard_cart .spotlight-tld > .domain-lookup-result {
    display: flex;
    width: 100%;
    margin-top: auto;
    flex-direction: column;
    align-items: center;
}

#order-standard_cart .spotlight-tld span.available.price {
    min-height: 31px;
    padding: 9px 4px 7px;
    color: #525a62;
    font-size: 13px;
    line-height: 1.2;
}

#order-standard_cart .spotlight-tld .btn {
    width: 100%;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid var(--cart-orange);
    border-radius: 8px;
    color: var(--cart-orange);
    background: #fff;
    font-size: 11px;
    line-height: 1.3;
}

#order-standard_cart .spotlight-tld .btn:hover,
#order-standard_cart .spotlight-tld .btn:focus,
#order-standard_cart .spotlight-tld .btn.added {
    color: #fff;
    background: var(--cart-orange);
}

#order-standard_cart .spotlight-tld .btn.unavailable,
#order-standard_cart .spotlight-tld .btn.invalid {
    margin: 10px 0 0;
    border-color: #e3e6e9;
    color: #9ba2a9;
    background: #f3f5f7;
}

#order-standard_cart .spotlight-tld .domain-lookup-spotlight-loader {
    display: flex;
    min-height: 76px;
    padding: 0;
    align-items: center;
    color: var(--cart-orange);
    line-height: 1;
}

#order-standard_cart .suggested-domains {
    overflow: hidden;
    margin-top: 24px;
    border: 1px solid var(--cart-line);
    border-radius: 12px;
    background: #fff;
}

#order-standard_cart .suggested-domains .panel-heading {
    min-height: 52px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--cart-line);
    color: var(--cart-ink);
    background: #f8fafb;
    font-size: 14px;
}

#order-standard_cart .suggested-domains .domain-suggestion {
    min-height: 62px;
    padding: 12px 16px;
    border-color: var(--cart-line);
}

#order-standard_cart .suggested-domains .domain,
#order-standard_cart .suggested-domains .extension {
    color: var(--cart-ink);
    font-size: 13px;
}

#order-standard_cart .suggested-domains .price {
    min-width: 110px;
    padding: 8px 14px;
    color: #515961;
    font-size: 12px;
    text-align: right;
}

#order-standard_cart .suggested-domains .btn {
    width: 96px;
    min-height: 36px;
    padding: 7px 10px;
    border: 1px solid var(--cart-orange);
    border-radius: 7px;
    color: var(--cart-orange);
    background: #fff;
    font-size: 10px;
    line-height: 1.2;
}

#order-standard_cart .suggested-domains .btn:hover,
#order-standard_cart .suggested-domains .btn:focus,
#order-standard_cart .suggested-domains .btn.added {
    color: #fff;
    background: var(--cart-orange);
}

#order-standard_cart .domain-suggestions {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
    flex-wrap: wrap;
    font-size: 12px;
}

#order-standard_cart .domain-suggestions > [class*="col-"] {
    display: flex;
    min-height: 66px;
    margin: 0 6px 12px;
    padding: 12px 14px;
    width: calc(50% - 12px);
    align-items: center;
    border: 1px solid var(--cart-line);
    border-radius: 10px;
    background: #fff;
}

#order-standard_cart .domain-suggestions > [class*="col-"] > label {
    min-width: 0;
    margin: 0;
    flex: 1;
    overflow-wrap: anywhere;
}

#order-standard_cart .domain-suggestions .pull-right {
    float: none !important;
    margin-left: 12px;
}

#order-standard_cart .domain-suggestions .btn {
    width: auto;
    min-height: 36px;
    border-color: var(--cart-orange);
    color: var(--cart-orange);
    background: #fff;
    white-space: normal;
}

#order-standard_cart .domain-suggestions .btn:hover,
#order-standard_cart .domain-suggestions .btn:focus {
    color: #fff;
    background: var(--cart-orange);
}

#order-standard_cart .domain-suggestions-warning {
    padding: 12px 18px 2px;
    color: var(--cart-muted);
    font-size: 10px;
}

#order-standard_cart .wilo-order-busy {
    position: relative;
    pointer-events: none;
    opacity: .82;
}

#order-standard_cart .wilo-order-busy::after {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 9px;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: wiloCartSpin .65s linear infinite;
    content: "";
    vertical-align: -2px;
}

@keyframes wiloCartSpin {
    to { transform: rotate(360deg); }
}

@media (max-width: 991px) {
    .wilo-purchase-progress,
    #order-standard_cart {
        max-width: 760px;
    }

    #order-standard_cart .products .product {
        min-height: 0;
    }

    #order-standard_cart .wilo-sticky-summary {
        position: static;
    }

    #order-standard_cart .wilo-sticky-summary-group {
        position: static;
    }

    #order-standard_cart .spotlight-tlds-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #order-standard_cart .wilo-payment-card {
        width: calc(50% - 14px);
    }
}

@media (max-width: 767px) {
    .wilo-purchase-progress {
        margin-bottom: 17px;
        padding: 0;
    }

    .wilo-purchase-progress ol {
        min-height: 66px;
        padding: 10px 4px;
        border-radius: 11px;
    }

    .wilo-purchase-progress ol::before {
        top: 28px;
        right: 9%;
        left: 9%;
    }

    .wilo-purchase-progress li {
        gap: 3px;
        font-size: 10px;
    }

    .wilo-purchase-progress li > span {
        width: 27px;
        height: 27px;
        font-size: 11px;
    }

    .wilo-purchase-progress li > strong {
        max-width: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #order-standard_cart .header-lined h1 {
        font-size: 24px;
    }

    #order-standard_cart .products > .row {
        display: block;
    }

    #order-standard_cart .products > .row > [class*="col-"] {
        display: block;
    }

    #order-standard_cart .products .product {
        min-height: 0;
    }

    #order-standard_cart .products .product > footer {
        align-items: stretch;
        flex-direction: column;
    }

    #order-standard_cart .products .product .product-pricing {
        text-align: center;
    }

    #order-standard_cart .products .product > footer .btn {
        width: 100%;
        min-width: 0;
    }

    #order-standard_cart .product-info {
        min-height: 0;
        padding: 22px 120px 22px 20px;
    }

    #order-standard_cart .product-info .wilo-service-art {
        right: -18px;
        width: 150px;
        height: 120px;
        opacity: .22;
    }

    #order-standard_cart .field-container,
    #order-standard_cart #containerNewUserSignup,
    #order-standard_cart #containerExistingUserSignin,
    #order-standard_cart .cc-details {
        padding: 16px;
    }

    #order-standard_cart .checkout-security-msg {
        align-items: flex-start;
        gap: 11px;
        margin-top: 22px;
        padding: 13px 14px;
        font-size: 12px;
    }

    #order-standard_cart .checkout-security-msg__icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 15px;
    }

    #order-standard_cart .checkout-security-msg__ip {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    #order-standard_cart.wilo-checkout-final .sub-heading span {
        min-height: 48px;
        padding-right: 14px;
        padding-left: 14px;
        font-size: 16px;
    }

    #order-standard_cart.wilo-checkout-final .form-group > label:not(.field-icon) {
        font-size: 13px;
    }

    #order-standard_cart.wilo-checkout-final .form-control,
    #order-standard_cart.wilo-checkout-final input.field,
    #order-standard_cart.wilo-checkout-final select.field,
    #order-standard_cart.wilo-checkout-final textarea.field,
    #order-standard_cart.wilo-checkout-final .prepend-icon .field {
        min-height: 52px;
        font-size: 15px;
    }

    #order-standard_cart.wilo-checkout-final .large-text {
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 20px;
        padding: 18px 16px;
        gap: 4px;
        font-size: 16px;
        text-align: center;
    }

    #order-standard_cart.wilo-checkout-final .wilo-checkout-total__label {
        font-size: 15px;
    }

    #order-standard_cart.wilo-checkout-final .large-text strong {
        display: block;
        margin: 0;
        font-size: 26px;
    }

    #order-standard_cart .wilo-whatsapp-help {
        top: auto;
        right: auto;
        bottom: max(14px, env(safe-area-inset-bottom));
        left: 8px;
        width: 82px;
        max-width: none;
        transform: none;
    }

    #order-standard_cart .wilo-whatsapp-help__link {
        min-height: 118px;
        padding: 10px 8px;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        border-left-width: 4px;
        border-radius: 12px;
    }

    #order-standard_cart .wilo-whatsapp-help__icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 19px;
    }

    #order-standard_cart .wilo-whatsapp-help__content strong {
        font-size: 12px;
        line-height: 1.2;
    }

    #order-standard_cart .wilo-whatsapp-help__content small {
        display: none;
    }

    #order-standard_cart .wilo-whatsapp-help__arrow {
        display: none;
    }

    #order-standard_cart .wilo-payment-methods {
        margin: 0;
    }

    #order-standard_cart .wilo-payment-card {
        width: 100%;
        min-height: 112px;
        margin: 0 0 10px;
        padding: 16px 44px 15px 15px;
        gap: 12px;
    }

    #order-standard_cart .wilo-payment-card__logo {
        width: 102px;
        min-width: 102px;
    }

    #order-standard_cart.wilo-checkout-final #btnCompleteOrder {
        min-height: 56px;
        padding: 14px 22px;
        font-size: 16px;
    }

    #order-standard_cart.wilo-checkout-final .checkout-security-msg {
        font-size: 13px;
    }

    #order-standard_cart .already-registered {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 10px;
    }

    #order-standard_cart .already-registered .pull-right {
        float: none !important;
    }

    #order-standard_cart .already-registered .btn {
        width: 100%;
    }

    #order-standard_cart #btnCompleteOrder,
    #order-standard_cart #btnCompleteProductConfig,
    #order-standard_cart .checkout-btn-container .btn {
        width: 100%;
        min-height: 52px;
    }

    #order-standard_cart .view-cart-items .item-price {
        margin-top: 10px;
        text-align: left;
    }

    #order-standard_cart .domain-lookup-primary-results .headline,
    #order-standard_cart .domain-checker-result-headline {
        font-size: 18px;
    }

    #order-standard_cart .spotlight-tld {
        min-height: 148px;
        padding: 19px 11px 11px;
        font-size: 18px;
    }

    #order-standard_cart .suggested-domains .domain-suggestion {
        min-height: 72px;
        padding: 10px 12px;
    }

    #order-standard_cart .suggested-domains .price {
        min-width: 0;
        padding-right: 8px;
        padding-left: 8px;
        font-size: 12px;
    }

    #order-standard_cart .suggested-domains .btn {
        width: 78px;
    }

    #order-standard_cart .domain-suggestions {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }

    #order-standard_cart .domain-suggestions > [class*="col-"] {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 420px) {
    #order-standard_cart .wilo-whatsapp-help {
        left: 6px;
        width: 72px;
    }

    #order-standard_cart .wilo-whatsapp-help__link {
        min-height: 104px;
        padding: 9px 6px;
    }

    #order-standard_cart .wilo-whatsapp-help__icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 17px;
    }

    #order-standard_cart .wilo-whatsapp-help__content strong {
        font-size: 11px;
    }

    #order-standard_cart .wilo-payment-card {
        min-height: 106px;
        padding: 14px 42px 14px 14px;
    }

    #order-standard_cart .wilo-payment-card__logo {
        width: 92px;
        min-width: 92px;
        height: 48px;
    }

    #order-standard_cart .wilo-payment-card__logo img {
        max-width: 82px;
        max-height: 34px;
    }

    #order-standard_cart .spotlight-tlds-container {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    #order-standard_cart *,
    .wilo-purchase-progress * {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
