.OptionsContainer .HelperDivIndicator {
    display: block;
}

.OptionsContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    justify-items: center;
}

.ShopEmptyCategory {
    grid-column: 1 / -1;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #5a2d0c;
}

.OptionsContainer .ServiceID_Icon_Container {
    position: relative;
    width: 156px;
    min-height: 212px;
    height: auto;
    float: none;
    margin: 3px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
}

.OptionsContainer .ServiceID_Icon_Container_Background {
    position: relative;
    width: 150px;
    height: 150px;
    top: 3px;
    left: 3px;
}

.OptionsContainer .ServiceID_Icon_Container label {
    font-size: 8pt;
}

.OptionsContainer .ServiceID_Icon {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
    background-repeat: no-repeat;
    color: #fff;
    cursor: default;
}

.OptionsContainer .ServiceID_Icon_New {
    position: absolute;
    left: 10px;
    top: 48px;
    height: 64px;
    width: 128px;
}

.OptionsContainer .ServiceID_Icon_New.ShopCatalogItemArt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.OptionsContainer .ServiceID_Icon_New.ShopCatalogItemArt img {
    display: block;
    width: 32px;
    height: 32px;
}

.show-items,
.row-allItems {
    padding: 0;
    max-height: none;
    overflow-x: visible;
    overflow-y: visible;
    border: none;
    width: 100%;
}

.ShopBalanceBanner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border: 1px solid #8b6a3c;
    background: linear-gradient(180deg, #f7ebd3 0%, #e2c79f 100%);
    color: #4f2a0a;
    box-sizing: border-box;
}

.ShopBalanceBanner.is-alert {
    border-color: #9f3a32;
    background: linear-gradient(180deg, #fae1db 0%, #efb4a8 100%);
}

.ShopBalanceBanner.is-guest {
    background: linear-gradient(180deg, #f7ebd3 0%, #ead8bb 100%);
}

.ShopBalanceInfo {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ShopBalanceLabel {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ShopBalanceValue {
    font-size: 26px;
    line-height: 1;
    color: #2d6b1f;
}

.ShopBalanceBanner.is-alert .ShopBalanceValue {
    color: #8f2118;
}

.ShopBalanceHint {
    font-size: 12px;
    color: #6a4824;
}

.ShopBalanceBannerAction {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.ShopLayoutButtonWrap {
    display: inline-block;
    width: 135px;
    height: 25px;
    line-height: 0;
}

.ShopLayoutButtonWrap .BigButton {
    top: 0;
}

.ShopLayoutButtonWrap .ButtonText {
    display: block;
}

.ShopCardFooterAction {
    width: 100%;
    display: flex;
    justify-content: center;
}

.divCategories {
    width: 184px;
    max-width: 100%;
    min-height: 48px;
    background: #e8d3b4;
    margin-bottom: 5px;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 3px;
    padding: 6px 8px;
    cursor: pointer;
    transition: 0.2s;
    box-sizing: border-box;
}

.divCategories:hover {
    transition: 0.2s;
    background: #d4c0a1;
}

.divCategoriesActive {
    width: 184px;
    min-height: 48px;
    background: hsl(36, 37%, 68%);
    margin-bottom: 5px;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 3px;
    padding: 6px 8px;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 600;
    box-sizing: border-box;
}

.divCategoriesActive:hover {
    transition: 0.2s;
    background: #e8d3b4;
}

.ShopCategoryName {
    display: block;
}

.ShopCardFooter {
    width: 150px;
    margin: 8px auto 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    z-index: 5;
}

.ShopCardCartControls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.ShopCardQtyButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #7a5c35;
    background: #f5ead8;
    color: #5a2d0c;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
}

.ShopCardQtyButton.is-disabled,
.ShopCardQtyButton[aria-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed;
}

.ShopCardQtyInput {
    width: 48px;
    height: 28px;
    border: 1px solid #7a5c35;
    background: #fff6ea;
    color: #5a2d0c;
    text-align: center;
    font-weight: 700;
}

.shop-cart-summary-wrapper {
    margin: 0 0 12px;
}

.ShopCartSummary .ShopCartEmpty {
    padding: 14px 10px;
    text-align: center;
    color: #5a2d0c;
}

.ShopCartTable {
    margin-bottom: 10px;
}

.ShopCartMeta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.ShopCartMetaSingle {
    margin-top: 10px;
    margin-bottom: 0;
}

.ShopCartMetaCard {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 10px;
    border: 1px solid #c6aa7f;
    background: #fff5e5;
    color: #5a2d0c;
    font-size: 11px;
    box-sizing: border-box;
    text-align: center;
}

.ShopCartMetaCard strong {
    font-size: 18px;
    line-height: 1.1;
}

.ShopCartMetaCard.is-danger {
    border-color: #c6534e;
    background: #fde9e8;
    color: #8b211c;
}

.ShopCartMetaCardLabel {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ShopCartWarning {
    margin-bottom: 10px;
    color: #b11818;
    font-size: 11px;
    font-weight: 700;
}

.ShopCartWarning a {
    color: #b11818;
    text-decoration: underline;
}

.ShopCartActions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.ShopCartActionButton {
    min-width: 120px;
    padding: 7px 12px;
    border: 1px solid #7a5c35;
    font-weight: 700;
    cursor: pointer;
}

.ShopCartActionPrimary {
    background: #7bb15a;
    color: #fff;
}

.ShopCartActionSecondary {
    background: #d7c0a0;
    color: #4f2a0a;
}

.ShopCartActionButton.is-disabled,
.ShopCartActionButton[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}

.ShopCartRemoveButton {
    padding: 4px 8px;
    border: 1px solid #7a5c35;
    background: #f5ead8;
    color: #5a2d0c;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.ShopCartRemoveButton:hover {
    background: #e6d0af;
}

@media (max-width: 768px) {
    .ShopBalanceBanner {
        flex-direction: column;
        align-items: stretch;
    }

    .ShopBalanceBannerAction {
        justify-content: center;
    }
}