.rubi-clm-v101-controls {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 32px 0 16px;
    text-align: center;
}

.rubi-clm-v101-controls[hidden] {
    display: none !important;
}

.rubi-clm-v101-button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    max-width: 100%;
    min-height: 50px;
    padding: 13px 28px;
    border: 1px solid #000;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.rubi-clm-v101-button:hover,
.rubi-clm-v101-button:active,
.rubi-clm-v101-button:visited {
    border-color: #000;
    background: #000;
    color: #fff;
}

.rubi-clm-v101-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #000;
}

.rubi-clm-v101-button[aria-busy="true"] {
    cursor: wait;
    opacity: .72;
}

.rubi-clm-v101-button[aria-busy="true"]::before {
    width: 16px;
    height: 16px;
    margin-right: 9px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    content: "";
    animation: rubi-clm-v101-spin .75s linear infinite;
}

.rubi-clm-v101-status {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
}

.rubi-clm-v101-controls.is-error .rubi-clm-v101-status {
    position: static !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    width: auto !important;
    height: auto !important;
    margin: 10px 0 0 !important;
    color: #8a1f11;
    font-size: 13px;
    line-height: 1.4;
    white-space: normal !important;
    order: 2;
}

.rubi-clm-v101-controls + .pagination {
    margin-top: 16px;
}

.rubi-clm-v101-placeholder {
    box-sizing: border-box !important;
    display: block;
    overflow: hidden;
    width: 100%;
    height: var(--rubi-clm-v101-placeholder-height);
    min-height: var(--rubi-clm-v101-placeholder-height);
    border-radius: 3px;
    background-color: #fff;
    background-image:
        linear-gradient(#f0f0f0, #f0f0f0),
        linear-gradient(#f3f3f3, #f3f3f3),
        linear-gradient(#f3f3f3, #f3f3f3);
    background-position:
        0 0,
        0 calc(78% + 14px),
        0 calc(78% + 42px);
    background-size:
        100% 78%,
        78% 12px,
        46% 12px;
    background-repeat: no-repeat;
    contain: layout paint style;
    pointer-events: none;
    user-select: none;
}

html.rubi-clm-v101-document-reserve {
    overflow-anchor: none !important;
    scroll-behavior: auto !important;
    background-color: #fff;
    background-image: repeating-linear-gradient(
        to bottom,
        #f1f1f1 0,
        #f1f1f1 280px,
        #fff 280px,
        #fff 360px
    );
    background-position: center 120px;
    background-size: min(1180px, calc(100% - 24px)) 360px;
    background-repeat: repeat-y;
}

html.rubi-clm-v101-provisional-reserve .products-container {
    align-content: start !important;
    overflow-anchor: none !important;
    background-image: repeating-linear-gradient(
        to bottom,
        #f1f1f1 0,
        #f1f1f1 280px,
        #fff 280px,
        #fff 360px
    );
    background-repeat: repeat-y;
}

html.rubi-clm-v101-mutating,
html.rubi-clm-v101-restoring {
    scroll-behavior: auto !important;
}

html.rubi-clm-v101-mutating .products-container,
html.rubi-clm-v101-mutating .rubi-clm-v101-controls,
html.rubi-clm-v101-mutating .products_block > .pagination,
html.rubi-clm-v101-restoring .products-container,
html.rubi-clm-v101-restoring .rubi-clm-v101-controls,
html.rubi-clm-v101-restoring .products_block > .pagination {
    overflow-anchor: none !important;
}

@keyframes rubi-clm-v101-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 639px) {
    .rubi-clm-v101-controls {
        margin: 26px 0 14px;
        padding: 0 12px;
    }

    .rubi-clm-v101-button {
        width: 100%;
        min-height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rubi-clm-v101-button[aria-busy="true"]::before {
        animation: none;
    }
}
