body.page-id-6223 #brx-content  {
	background-color: #000000;
}

.brs-gallery {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 32px;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    clear: both;
}
.brs-gallery__column {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px 25px 60px 8px;
    flex: 1;
    min-width: 0;
    justify-content: flex-start;
}

.brs-gallery:not(.brs-final-selection) .brs-gallery__column {
    background: #fff;
}

.brs-final-selection .brs-gallery__column--2,
.brs-final-selection .brs-gallery__column--3 {
    background: transparent;
}

.brs-final-selection .brs-gallery__column--1 {
    background: #fff;
}

.brs-gallery__column--1 {
    margin-top: 110px;
    padding-top: 10px;
}
.brs-gallery__column--2 {
    margin-top: 50px;
	padding-top: 40px;
}
.brs-gallery__column--3 {
    margin-top: 0;
	padding-top: 40px;

}

.brs-final-selection .brs-gallery__column {
    margin-top: 0;
}
.brs-gallery__title,
.brs-selection-title {
    margin: 0 0 16px 0;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center;
    color: #000 !important;
    text-transform: none !important;
}
.brs-gallery-item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    column-gap: 8px;
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
    position: relative;
}
.brs-gallery-item__image {
    display: block;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: outline 0.2s ease;
    position: relative;
}
.brs-gallery-item__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4px;
    font-size: 12px;
    line-height: 1;
    color: #000;
}
.brs-gallery-item__arrow {
    font-size: 24px;
    line-height: 1;
    transition: color 0.3s ease;
    transform: scaleY(2);
    margin: 5px 0 20px 0px;
}
.brs-gallery-item.brs-is-selected .brs-gallery-item__arrow {
    color: #d95946;
}
.brs-gallery-item__number {
    margin-top: 2px;
    font-weight: 500;
}
.brs-gallery__summary .brs-summary-number--highlight {
    color: #d95946;
    font-weight: bold;
}
.brs-gallery__summary {
    margin-top: auto;
    font-size: 12px;
    color: #000;
    text-align: left;
    margin: 25px 0 0 25px;    ;
}
.brs-gallery,
.brs-gallery * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.brs-global-selection-list {
    margin-top: 80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.brs-global-selection-list .brs-gallery-item__arrow {
    color: #d95946;
}

.brs-selection-info {
    display: flex;
    flex-direction: column;
    height: calc(100% / var(--item-count, 1));
    box-sizing: border-box;
    padding: 0 0 0 25px;
    color: #fff;
    font-family: sans-serif;
}
.brs-selection-info:first-child {
    padding-top: 0;
}
.brs-selection-info:last-child {
    border-bottom: none;
}
.brs-selection-info__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.brs-selection-info__gallery {
    font-size: 12px;
    background: #fff;
    color: #000;
    font-weight: 500;
    padding: 8px 15px;
}
.brs-selection-info__gallery .brs-info-gallery-number {
    color: #ff4444; 
}
.brs-selection-info__count {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    border: 1px solid transparent;
}
.brs-selection-info__count:focus {
    outline: none;
    border-color: #fff;
}
.brs-selection-info__count::before {
    content: "×";
    margin-right: 5px;
    color: #fff;
}
.brs-selection-info__options {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.brs-selection-info__border {
    display: flex;
    gap: 15px;
}
.brs-selection-info__border label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #fff;
    transition: all 0.2s ease;
}
.brs-selection-info__border input[type="radio"] {
    display: none;
}
.brs-selection-info__border input[type="radio"]:checked + label {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
    font-weight: 500;
}

.brs-selection-info__select {
    position: relative;
}

.brs-selection-info__select select {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    appearance: none;
    cursor: pointer;
}

.brs-selection-info__select select:focus {
    outline: none;
}
.brs-selection-info__select select option {
    background-color: #000;
    color: #fff;
}
.brs-selection-grid,
.brs-selection-gallery-group,
.brs-selection-row,
.brs-selection-col,
.brs-selection-col--image,
.brs-selection-col--gallery,
.brs-selection-col--empty,
.brs-selection-image,
.brs-gallery-item__gallery-name {
    display: none;
}
.brs-gallery-item__gallery-name {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.brs-selection-gallery {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}
.brs-selection-gallery strong {
    color: #000;
}
.brs-gallery-item__marker {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.2s ease;
    mix-blend-mode: multiply;
    position: absolute;
	left: 10px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.brs-gallery-item__marker.brs-marker-animate {
    animation: markerPaint 0.6s ease-out forwards;
}
@keyframes markerPaint {
    0% {
        opacity: 0;
        transform: scale(0.9);
        clip-path: circle(0% at 50% 50%);
    }
    30% {
        opacity: 0.4;
        transform: scale(0.95);
        clip-path: circle(25% at 50% 50%);
    }
    60% {
        opacity: 0.8;
        transform: scale(1);
        clip-path: circle(70% at 50% 50%);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        clip-path: circle(100% at 50% 50%);
    }
}
.brs-gallery-item__marker.brs-marker-fadeout {
    animation: markerFadeOut 0.2s ease-in forwards;
}
@keyframes markerFadeOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9);
    }
}

.brs-selection-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.brs-selection-gallery-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.brs-selection-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
    align-items: stretch;
}

.brs-selection-row__image {
    background-color: #fff;
    padding: 0 25px 15px 8px;
}

.brs-selection-row__image .brs-selection-title {
    font-size: 24px;
    margin: 0 0 20px 0;
    color: #000;
    font-weight: 500;
}

.brs-selection-row:first-child .brs-selection-row__image {
    padding: 30px 25px 0 8px;
    padding-bottom: 15px; 
}

.brs-selection-row:last-child:not(:only-child) .brs-selection-row__image {
    padding: 0 25px 60px 8px;
}

.brs-selection-row:only-child .brs-selection-row__image {
    padding: 30px 25px 60px 8px;
}

.brs-selection-row__info {
    
}

.brs-selection-col {
    min-width: 0;
}

.brs-selection-col--image {
    display: flex;
    align-items: center;
    gap: 8px;
}

.brs-selection-col--image .brs-gallery-item__label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    padding-top: 0;
}

.brs-selection-image {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #eee;
}

.brs-selection-col--gallery {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}


.brs-global-selection-list .brs-gallery__column--1,
.brs-global-selection-list .brs-gallery__column--2,
.brs-global-selection-list .brs-gallery__column--3 {
    margin-top: 0;
}


.brs-selection-grid,


.brs-final-selection .brs-gallery__column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brs-final-selection .brs-gallery-item {
    flex: 1;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
}

.brs-final-selection .brs-gallery-item:last-child {
    margin-bottom: 0;
}

.brs-final-selection .brs-gallery-item__image {
    aspect-ratio: 1;
    width: 100%;
}


.brs-final-selection .brs-gallery__column--2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.brs-final-selection .brs-selection-title {
    padding-left: 17px;
    color: #000;
}


.brs-final-selection, .brs-final-selection .brs-gallery__column {
    display: block; 
    margin-top: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.brs-final-selection .brs-selection-title {
   display: none; 
}

.brs-global-selection-list > .brs-selection-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
}


.brs-selection-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #fff;
    font-family: sans-serif;
    box-sizing: border-box;
}

.brs-selection-info {
    padding-bottom: 25px; 
}

.brs-remove-selection-icon {
    position: absolute;
    top: -25px;
    right: -16px;
    width: 60px;
    height: 80px;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity: 0.8;
}

.brs-remove-selection-icon:hover {
    opacity: 1;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .brs-gallery {
        grid-template-columns: 1fr;
        padding: 0 25px !important;
        margin-bottom: 50px;
    }

    .brs-gallery__summary {
        margin: 0 0 15px 20px;
    }


    .brs-selection-info {
        padding: 0;
        margin: 0;
    }

    .brs-selection-row {
        grid-template-columns: 1fr;
        row-gap: 25px;
        padding: 0 25px;
    }
   
    .brs-selection-row:nth-child(even) {
        background-color: #f5f5f51c;
    }
    
    .brs-final-selection-rows {
        padding: 0 0;
    }

    .brs-gallery__column--1 {
        margin-top: 20px;
        padding-bottom: 0;
    }
    .brs-gallery__column--2,
    .brs-gallery__column--3 {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .brs-gallery__column:first-child {
        margin-top: 0;
    }

    .brs-final-selection .brs-gallery-item:last-child {
        margin-bottom: 0;
    }

    .brs-selection-row__image {
        padding-top: 25px;
    }

    .brs-selection-row:first-child .brs-selection-row__image {
        padding: 30px 25px 20px 8px;
    }

    .brs-selection-row:last-child:not(:only-child) .brs-selection-row__image {
        padding: 25px 25px 20px 8px;
    }

    .brs-global-selection-list {
        margin-top: 40px;
        padding: 0;
    }

    .brs-final-selection .brs-gallery__column {
        margin-top: 0;
    }

    
    .brs-mobile-bottom-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        color: #fff;
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
        cursor: pointer;
        border-top: 1px solid #333;
        font-family: sans-serif;
        transition: transform 0.3s ease;
    }

    .brs-mobile-bottom-bar__text {
        font-size: 16px;
        font-weight: 500;
    }

    .brs-mobile-bottom-bar__arrow {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

    .brs-mobile-bottom-bar:active {
        background-color: #333;
    }

    
    body:has(.brs-mobile-bottom-bar) {
        padding-bottom: 70px;
    }
}


@media (min-width: 769px) {
    .brs-mobile-bottom-bar {
        display: none !important;
    }
}

.brs-order-button-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding: 20px;
    position: relative;
}

.brs-order-button-shadow {
    margin: -1px 0 0 -4px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 50px;
    background-color: white;
    border: 2px solid #fff;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) translateX(8px) translateY(8px);
    transition: all 0.2s ease;
    z-index: 0;
}

.brs-order-button {
    width: 200px !important;
    height: 50px;
    background-color: #000;
    color: #fff;
    border: 2px solid #fff !important;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    outline: none;
	text-align:center;
    border-radius: 0;
    z-index: 1;
}

.brs-order-button:hover {
    background-color: #333 !important;
    transform: translateY(-1px);
}

.brs-order-button:hover + .brs-order-button-shadow {
    transform: translateX(-50%) translateY(-50%) translateX(9px) translateY(9px);
}


.brs-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
}

.brs-modal-overlay.brs-modal-show {
    display: flex;
}

.brs-modal {
    background-color: #fff;
    border: 2px solid #000;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}

.brs-modal-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
}

.brs-modal-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.brs-modal-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 50%;
    position: relative;
    min-width: 32px;
    min-height: 32px;
}

.brs-modal-close:hover {
    color: #000;
    background-color: #f0f0f0;
    transform: scale(1.1);
}

.brs-modal-close:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.brs-modal-close:active {
    transform: scale(0.95);
    background-color: #e0e0e0;
}

.brs-modal-body {
    padding: 20px;
}

.brs-form-group {
    margin-bottom: 20px;
}

.brs-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.brs-form-group input,
.brs-form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.brs-form-group input:focus,
.brs-form-group textarea:focus {
    outline: none;
    border-color: #000;
}

.brs-form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.brs-form-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 25px;
}

.brs-btn-cancel,
.brs-btn-submit {
    padding: 10px 20px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.brs-btn-cancel:hover {
    background-color: #e8e8e8;
}

.brs-btn-submit {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.brs-btn-submit:hover {
    background-color: #333;
}

.brs-btn-submit:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.brs-form-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}

.brs-form-message.brs-message-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.brs-form-message.brs-message-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}


@media (max-width: 768px) {

    .brs-gallery {
        row-gap: 0;
    }

    .brs-modal {
        width: 95%;
        max-height: 90vh;
        margin: 20px;
    }
    
    .brs-modal-header {
        padding: 15px;
        position: relative;
    }
    
    .brs-modal-header h2 {
        margin-right: 50px;
        font-size: 18px;
    }
    
    .brs-modal-close {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        font-size: 18px;
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.05);
        color: #333;
    }
    
    .brs-modal-close:hover,
    .brs-modal-close:focus {
        background-color: rgba(0, 0, 0, 0.1);
        color: #000;
        transform: scale(1.05);
    }
    
    .brs-modal-close:active {
        transform: scale(0.95);
        background-color: rgba(0, 0, 0, 0.15);
    }
    
    .brs-modal-body {
        padding: 15px;
    }
    
    .brs-form-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .brs-btn-cancel,
    .brs-btn-submit {
        width: 100%;
        margin-bottom: 0;
        padding: 12px 20px;
        font-size: 16px;
    }
}
