.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.elementor-products-grid ul.products.elementor-grid li.product {
    width: auto !important
}

.rs-tabs button {
    background: transparent;
    border-radius: 8px !important
}

.rs-tabs button[aria-selected=true]:after {
    border-bottom: 16px solid transparent;
    border-left: 16px solid #0e92ca;
    border-right: 0;
    border-top: 16px solid transparent;
    bottom: auto !important;
    content: "";
    left: auto !important;
    position: absolute;
    right: -16px;
    top: calc(50% - 16px) !important
}

.rs-hover-border .e-gallery-image {
    position: relative;
    transition: .2s
}

.rs-hover-border .e-gallery-image:before {
    background-color: #0e92ca;
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: auto;
    transition: all .3s ease;
    width: 100%;
    z-index: -1
}

.rs-hover-border .e-gallery-image:hover:before {
    z-index: 8
}

.rs-rounded-b .gallery-icon {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden
}

.rs-float {
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 20px;
    z-index: 1000
}

.rs-float__image {
    bottom: 48px;
    display: none;
    height: 0;
    position: absolute;
    right: 64px;
    transition: all .3s;
    width: 150px
}

.rs-float__button {
    background: none;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    padding: 0;
    position: relative;
    text-decoration: none
}

.rs-float__button, .rs-float__content {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.rs-float__content {
    border-radius: 50px;
    color: #fff;
    min-width: 48px;
    padding: 12px
}

.rs-float__content, .rs-float__text {
    overflow: hidden;
    transition: all .3s ease
}

.rs-float__text {
    font-size: 16px;
    white-space: nowrap;
    width: 0
}

.rs-float__icon {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    height: 24px;
    justify-content: center;
    width: 24px
}

.rs-float__button:hover .rs-float__content {
    min-width: 180px
}

.rs-float__button--qrcode:hover .rs-float__content {
    width: 240px
}

.rs-float__button--qrcode:hover .rs-float__image {
    height: 150px
}

.rs-float__button:hover .rs-float__image {
    display: block
}

.rs-float__button:hover .rs-float__text {
    width: 120px
}

.rs-float__button--top {
    transition: opacity .3s, visibility .3s
}

.rs-float__button--top.rs-float__button__visible {
    opacity: 1;
    visibility: visible
}

.rs-gallery {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden
}

.rs-gallery__grid {
    display: flex;
    gap: 4px;
    height: 400px
}

.rs-gallery__grid__vertical {
    flex-direction: column;
    height: auto
}

.rs-gallery__grid__grid {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
    height: auto
}

.rs-gallery__item {
    flex: 1;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
    transition: all .5s cubic-bezier(.4, 0, .2, 1)
}

.rs-gallery__item:first-child {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px
}

.rs-gallery__item:last-child {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px
}

.rs-gallery__image-wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.rs-gallery__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.rs-gallery__overlay {
    align-items: flex-end;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
    bottom: -100%;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    transition: bottom .5s ease;
    width: 100%
}

.rs-gallery__content {
    color: #fff;
    text-align: center;
    transform: translateY(50px);
    width: 100%
}

.rs-gallery__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rs-gallery__button, .rs-gallery__title {
    opacity: 0;
    transform: translateY(20px);
    transition: all .5s ease
}

.rs-gallery__button {
    background: #00ff37;
    border-radius: 25px;
    color: #fff !important;
    display: inline-block;
    font-weight: 500;
    margin-top: 10px;
    padding: 8px 20px;
    text-decoration: none;
    transition-delay: .1s
}

.rs-gallery__grid[data-behavior=hover]:hover .rs-gallery__item {
    flex: 0.7
}

.rs-gallery__grid[data-behavior=hover]:hover .rs-gallery__item:hover {
    filter: brightness(1.1);
    flex: 1.6;
    z-index: 10
}

.rs-gallery__item:hover .rs-gallery__overlay {
    bottom: 0
}

.rs-gallery__item:hover .rs-gallery__title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s
}

.rs-gallery__item:hover .rs-gallery__button {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s
}

.rs-gallery__item:hover .rs-gallery__content {
    transform: translateY(0)
}

.rs-gallery__button:hover {
    background: #00cc2d
}

.rs-gallery__grid[data-behavior=click] .rs-gallery__item__active {
    flex: 1.6;
    z-index: 10
}

.rs-gallery__grid[data-behavior=click] .rs-gallery__item__active .rs-gallery__overlay {
    bottom: 0
}

.rs-gallery__grid[data-behavior=click] .rs-gallery__item__active .rs-gallery__content {
    opacity: 1;
    transform: translateY(0)
}

.rs-creative-button {
    align-items: center;
    display: inline-flex;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

.rs-creative__icon {
    display: inline-flex
}

.rs-creative-button-text, .rs-creative__icon {
    position: relative;
    z-index: 1
}

.rs-position-aware-bg {
    border-radius: 50%;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform .3s ease-out;
    width: 100%
}

.rs-creative-button i {
    margin-right: 10px
}

.rs-creative-button i.after {
    margin-left: 10px;
    margin-right: 0
}

.rs-gallery-top-radius .e-gallery-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.rs-gallery-bottom-radius .e-gallery-image {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

#wpadminbar .quicklinks #wp-admin-bar-admarv-site-visibility-badge {
    padding: 7px 0
}

#wpadminbar .quicklinks #wp-admin-bar-admarv-site-visibility-badge a.ab-item {
    align-items: center;
    background-color: #f6f7f7;
    border-radius: 2px;
    color: #3c434a;
    display: flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    gap: 8px;
    height: 18px;
    line-height: 16px;
    padding: 0 6px
}

#wpadminbar .quicklinks #wp-admin-bar-admarv-site-visibility-badge a.ab-item:focus, #wpadminbar .quicklinks #wp-admin-bar-admarv-site-visibility-badge a.ab-item:hover {
    background-color: #dcdcde
}

#wpadminbar .quicklinks #wp-admin-bar-admarv-site-visibility-badge a.ab-item:focus {
    outline: var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color-darker-20)
}

#wpadminbar .quicklinks #wp-admin-bar-admarv-site-visibility-badge.admarv-site-status-badge-live a.ab-item {
    background-color: #e6f2e8;
    color: #00450c
}

#wpadminbar .quicklinks #wp-admin-bar-admarv-site-visibility-badge.admarv-site-status-badge-live a.ab-item:focus, #wpadminbar .quicklinks #wp-admin-bar-admarv-site-visibility-badge.admarv-site-status-badge-live a.ab-item:hover {
    background-color: #b8e6bf
}

@media (max-width: 1024px) {
    .rs-gallery__grid:not(.rs-gallery__grid__vertical) {
        flex-wrap: wrap;
        height: auto
    }

    .rs-gallery__item {
        flex: 1 1 calc(50% - 10px);
        height: 250px
    }

    .rs-gallery__grid[data-behavior=hover]:hover .rs-gallery__item:hover {
        flex: 1.3
    }
}

@media (max-width: 640px) {
    .rs-gallery__grid {
        padding: 20px
    }

    .rs-gallery__item {
        flex: 1 1 100%;
        height: 200px
    }

    .rs-gallery__title {
        font-size: 1.25rem
    }

    .rs-gallery__grid[data-behavior=hover]:hover .rs-gallery__item:hover {
        flex: 1.1
    }
}
