.xz-wrapper {
    width: 100%;
    height: 100%;
    box-shadow: 0px 23px 43.7px white;
    justify-content: flex-start;
    align-items: center;
    gap: 48px;
    display: inline-flex;
}

.xz-search-box {
    flex: 1 1 0;
    height: 48px;
    padding: 8px 12px 8px 20px;
    background: #F1F1F1;
    overflow: hidden;
    border-radius: 100px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    display: flex;
}

.xz-search-text {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.xz-search-icon {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.xz-category-box {
    height: 48px;
    padding: 8px 12px 8px 20px;
    background: #F1F1F1;
    overflow: hidden;
    border-radius: 100px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    display: flex;
}

.xz-category-text {
    color: #585858;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word;
}

.xz-category-icon {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}



.ct-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 26.4px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.2px;
    display: inline-flex;
}

.ct-image-container {
    align-self: stretch;
    padding: 17.6px 26.4px;
    background: #F1F1F1;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.ct-image {
    align-self: stretch;
    height: 277.2px;
    object-fit: contain;
}

.ct-text-container {
    align-self: stretch;
    padding: 17.6px 26.4px;
    background: #F1F1F1;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.ct-text {
    color: #585858;
    font-size: 24.2px;
    font-weight: 500;
    line-height: 35.2px;
    word-wrap: break-word;
}

.zc-wrapper {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    margin-bottom: 3rem;
}

.zc-arrows {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.zc-arrow-circle {
    width: 40px;
    height: 40px;
    background: #EAEAEA;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: flex;
}

.zc-arrow-icon {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.zc-title {
    text-align: right;
    color: #767676;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word;
}


.zv-card {
    width: 100%;
    height: 100%;
    padding: 8px;
    padding-bottom: 16px;
    border-radius: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
}

.zv-card-inner {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    display: flex;
}

.zv-image-wrapper {
    align-self: stretch;
    height: 308px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.zv-product-image {
    width: 100%;
    height: 308.03px;
    object-fit: contain;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}


.zv-details {
    align-self: stretch;
    padding-left: 8px;
    padding-right: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
}

.zv-title {
    align-self: stretch;
    height: 51.37px;
    text-align: right;
    color: #767676;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word;
}

.zv-price-wrapper {
    align-self: stretch;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
}

.zv-price-box {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}

.zv-price-line {
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: inline-flex;
}

.zv-price-group {
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    display: flex;
}

.zv-price-currency {
    color: #767676;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.zv-price {
    color: #585858;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;
}

.zv-price-old {
    color: #BDBDBD;
    font-size: 14px;
    font-weight: 300;
    text-decoration: line-through;
    line-height: 20px;
    word-wrap: break-word;
}

.zv-discount {
    height: 20px;
    padding: 4px 8px;
    background: #D3D3D3;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}

.zv-discount-text {
    color: #524770;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}


.zb-container {
    width: 100%;
    height: 100%;
    box-shadow: 0px 23px 43.7px white;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.zb-left-group {
    width: 658px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
}

.zb-search-box {
    flex: 1 1 0;
    height: 48px;
    padding: 8px 12px 8px 20px;
    background: #F1F1F1;
    overflow: hidden;
    border-radius: 100px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    display: flex;
}

.zb-search-text {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.zb-category-box {
    height: 48px;
    padding: 8px 12px 8px 20px;
    background: #F1F1F1;
    overflow: hidden;
    border-radius: 100px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    display: flex;
}

.zb-category-text {
    color: #585858;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word;
}

.zb-title-group {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.zb-title {
    color: #585858;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word;
}

.zb-icon-20 {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.zb-icon-24 {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}


.ms-purple-box {
    margin-top: 2rem;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: rgba(220, 208, 251, 0.4);
    border-radius: 12px;
    outline: 1.5px solid #DCD0FB;
    outline-offset: -1.5px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.ms-purple-text {
    text-align: right;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #524770;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word;
}

.ms-purple-icon {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}


.baw-wrapper {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.baw-title {
    color: #585858;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word;
}

.baw-icon {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.pct-detail-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 32px;
}

.pct-detail-content {
    flex: 1 1 0;
    align-self: stretch;
    padding: 20px 24px 32px;
    background: white;
    border-radius: 24px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.pct-detail-description {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
}

.pct-detail-text {
    align-self: stretch;
    text-align: right;
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.pct-detail-features {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
    justify-content: flex-start;
}

.pct-detail-feature-title {
    color: #585858;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.pct-detail-feature-list {
    display: grid;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.pct-feature-item {
    padding: 8px 16px;
    background: #F1F1F1;
    border-radius: 12px;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    text-align: right;
    justify-content: flex-start;
}

.pct-feature-label {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.pct-feature-value {
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.pct-detail-footer {
    align-self: stretch;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.pct-detail-price {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-end;
}

.pct-price-current {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.pct-price-currency {
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.pct-price-value {
    color: #585858;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.pct-price-old {
    color: #BDBDBD;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 24px;
}

.pct-detail-cart {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.pct-cart-btn {
    align-self: stretch;
    min-width: 102px;
    height: 40px;
    padding: 8px 12px 8px 16px;
    background: #8B66F2;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.pct-cart-label {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pct-detail-image {
    background: white;
    overflow: hidden;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 0px) {

    .pct-detail-feature-list {
        grid-template-columns: 50% 50%;
    }

    .pct-detail-image {
        width: 100%;
        height: 100%;
    }

    .pct-detail-image img {
        width: 300px;
        height: 300px;
    }

    .pct-detail-wrapper {
        flex-direction: column-reverse;
    }
}

@media (min-width: 960px) {

    .pct-detail-feature-list {
        grid-template-columns: auto auto auto auto;
    }

    .pct-detail-image {
        width: 380px;
        height: 380px;
    }

    .pct-detail-wrapper {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .pct-detail-image {
        width: 410px;
        height: 410px;
    }

    .pct-detail-image img {
        width: 400px;
        height: 400px;
    }
}

/*  */

.recy-gp-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
}

.recy-gp-inner {
    align-self: stretch;
    box-shadow: 0px 23px 43.7px white;
    align-items: center;
    display: flex;
}

.recy-gp-button {
    height: 40px;
    min-width: 102px;
    padding: 8px 12px 8px 16px;
    background: #8B66F2;
    overflow: hidden;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.recy-gp-button-text {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.recy-gp-title-group {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.recy-gp-title-text {
    color: #585858;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.recy-tab-wrapper {
    width: 100%;
    overflow: hidden;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex;
}

.recy-tab-header {
    align-self: stretch;
    background: #F1F1F1;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    display: inline-flex;
}

.recy-tab-item {
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}

.recy-tab-item-text {
    text-align: right;
    color: #767676;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.recy-tab-item-selected {
    height: 48px;
    padding: 12px 8px 0 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: inline-flex;
}

.recy-tab-selected-text-wrapper {
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.recy-tab-selected-text {
    text-align: right;
    color: #7C5DD9;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.recy-tab-selected-underline {
    align-self: stretch;
    height: 4px;
    background: #8B66F2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.recy-tab-content {
    align-self: stretch;
    padding: 32px 24px;
    background: #F1F1F1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 24px;
    display: flex;
}

/* --- */

.item-recy-container {
    align-self: stretch;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    background: white;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

.item-recy-header {
    align-self: stretch;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
    display: flex;
}

.item-recy-actions {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.item-recy-btn-cancel {
    height: 40px;
    min-width: 102px;
    padding: 8px 12px 8px 16px;
    overflow: hidden;
    border-radius: 100px;
    outline: 1px #E02E2D solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.item-recy-btn-text-red {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #E02E2D;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.item-recy-btn-edit {
    height: 40px;
    min-width: 102px;
    padding: 8px 12px 8px 16px;
    overflow: hidden;
    border-radius: 100px;
    outline: 1px #342E2E solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.item-recy-btn-text-black {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #342E2E;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.item-recy-status {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.item-recy-status-chip {
    height: 32px;
    padding: 8px 8px 8px 12px;
    background: #DCD0FB;
    border-radius: 100px;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    display: flex;
}

.item-recy-status-chip-text {
    color: #524770;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.item-recy-status-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.item-recy-status-label {
    text-align: right;
    color: #0E081F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.item-recy-status-icon {
    width: 24px;
    height: 24px;
    padding: 4px;
    overflow: hidden;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}

.item-recy-status-icon.gold {
    background: #FFCC00;
}


.item-recy-status-icon.yellow {
    background: #E7EF00;
}

.item-recy-status-icon.red {
    background: #E02E2D;
}

.item-recy-status-icon.green {
    background: #5CB800
}

.item-recy-status-icon.gray {
    background: #A0A0A0
}

.item-recy-body {
    align-self: stretch;
    padding-top: 16px;
    border-top: 1px #E1E1E1 solid;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
    display: flex;
}

.item-recy-body-top {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: flex;
}

.item-recy-info-row {
    align-self: stretch;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.item-recy-info-pair {
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: flex;
}

.item-recy-info-value {
    text-align: right;
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.item-recy-info-label {
    text-align: right;
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.item-recy-address-row {
    align-self: stretch;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    display: inline-flex;
}

.item-recy-tags {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}

.item-recy-tag {
    padding: 8px 12px;
    background: #F1F1F1;
    border-radius: 100px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
    display: flex;
}

.item-recy-tag-text {
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}


.msg-green-container {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #D0FFA0;
    border-radius: 100px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
    display: flex;
    text-align: right;
}

.msg-green-label {
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.msg-green-text {
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


@media (min-width: 0px) {
    .recy-gp-inner {
        flex-wrap: wrap-reverse;
        justify-content: right;
        gap: 10px;
    }

    .item-recy-info-row {
        gap: 30px;
        flex-wrap: wrap-reverse;
    }

    .item-recy-header {
        flex-wrap: wrap-reverse;
        gap: 10px;
        justify-content: end;
    }
}

@media (min-width: 960px) {
    .recy-gp-inner {
        justify-content: space-between;
    }

    .item-recy-info-row {
        gap: 80px;
        flex-wrap: nowrap;
    }

    .item-recy-header {
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {}


/* recy register new */

.rcy-regnew .categoryname_span {
    color: #585858;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word;
}

.rcy-regnew .linear-icons {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.rcy-regnew .frame-11188 {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    display: flex;
}

/* form rcy regnew */


.form-rcy-regnew .categoryname_span {
    color: #585858;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.form-rcy-regnew .category-name {
    align-self: stretch;
    text-align: right;
}

.form-rcy-regnew .ellipse-55 {
    width: 6px;
    height: 6px;
    background: #E02E2D;
    border-radius: 9999px;
}

.form-rcy-regnew .title_span {
    color: #767676;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.form-rcy-regnew .vector {
    width: 11.67px;
    height: 5px;
    left: 4.17px;
    top: 7.50px;
    position: absolute;
    outline: 1px #767676 solid;
    outline-offset: -0.50px;
}

.form-rcy-regnew .inputtext_span {
    color: #767676;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.form-rcy-regnew .ellipse-55_01 {
    width: 6px;
    height: 6px;
    background: #E02E2D;
    border-radius: 9999px;
}

.form-rcy-regnew .title_01_span {
    color: #767676;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word;
}

.form-rcy-regnew .unit_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.form-rcy-regnew .guidetext_span {
    color: #BDBDBD;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.form-rcy-regnew .vector_01 {
    width: 20px;
    height: 20px;
    left: 2px;
    top: 2px;
    position: absolute;
    outline: 1.50px white solid;
    outline-offset: -0.75px;
}

.form-rcy-regnew .title_02_span {
    color: #767676;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word;
}

.form-rcy-regnew .guidetext_01_span {
    color: #BDBDBD;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.form-rcy-regnew .categoryname_01_span {
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.form-rcy-regnew .category-name_01 {
    align-self: stretch;
    text-align: right;
}

.form-rcy-regnew .vector_02 {
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
    position: absolute;
    outline: 1px #BDBDBD solid;
    outline-offset: -0.50px;
}

.form-rcy-regnew .categoryname_02_span {
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.form-rcy-regnew .categoryname_03_span {
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.form-rcy-regnew .fspan {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.form-rcy-regnew .text- {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.form-rcy-regnew .container {
    flex: 1 1 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.form-rcy-regnew .label_02 {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
    display: inline-flex;
}

.form-rcy-regnew .input-container {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.form-rcy-regnew .buttons_02 {
    height: 40px;
    min-width: 102px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #8B66F2;
    overflow: hidden;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.form-rcy-regnew .label {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
    display: inline-flex;
}



.form-rcy-regnew .label_01 {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
    display: inline-flex;
}

.form-rcy-regnew .linear-icons_02 {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.form-rcy-regnew .search-input-desktop {
    align-self: stretch;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #F1F1F1;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.form-rcy-regnew .search-input-desktop_01 {
    align-self: stretch;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #F1F1F1;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top: 1px #8B66F2 solid;
    border-right: 1px #8B66F2 solid;
    border-bottom: 1px #8B66F2 solid;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.form-rcy-regnew .buttons {
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #E1E1E1;
    overflow: hidden;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: flex;
}

.form-rcy-regnew .buttons_01 {
    height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 12px;
    background: #8B66F2;
    overflow: hidden;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.form-rcy-regnew .frame-11197 {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 12px;
    background: #F1F1F1;
    border-radius: 100px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
    display: flex;
}

.form-rcy-regnew .frame-1321315664 {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 12px;
    background: #F1F1F1;
    border-radius: 100px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
    display: flex;
}

.form-rcy-regnew .input-with-unit {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 6px;
    display: flex;
}

.form-rcy-regnew .simple-inputs {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 6px;
    display: inline-flex;
}

.form-rcy-regnew .component-548 {
    align-self: stretch;
    height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 16px;
    background: #F1F1F1;
    border-radius: 100px;
    outline: 1px white solid;
    outline-offset: -1px;
    backdrop-filter: blur(16px);
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

.form-rcy-regnew .frame-1321315665 {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}

.form-rcy-regnew .frame-1321315662 {
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    display: inline-flex;
}

.form-rcy-regnew .optional-field {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 6px;
    display: flex;
}

.form-rcy-regnew .frame-1321315663 {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 8px;
    display: flex;
}

.form-rcy-regnew .frame-1321315666 {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 16px;
    display: flex;
}

.form-rcy-regnew .frame-11200 {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 32px;
    display: flex;
}

.form-rcy-regnew .frame-11196 {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
}

@media (min-width: 0px) {
    .form-rcy-regnew .frame-11196 {
        padding: 20px;
    }
}

@media (min-width: 960px) {
    .form-rcy-regnew .frame-11196 {
        padding: 32px;
    }
}


/* ------ */

.categoryname_span {
    color: #585858;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;
}

.category-name {
    align-self: stretch;
    text-align: right;
}

.categoryname_01_span {
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.category-name_01 {
    align-self: stretch;
    text-align: right;
}

.fspan {
    color: #767676;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.rcy-address .text-- {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.rcy-address .productname_span {
    color: #524770;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.rcy-address .product-name {
    text-align: right;
}

.rcy-address .productname_01_span {
    color: #524770;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .product-name_01 {
    text-align: right;
}

.rcy-address .productname_02_span {
    color: #524770;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .product-name_02 {
    text-align: right;
}

.rcy-address .productname_03_span {
    color: #B4B3BB;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .product-name_03 {
    text-align: right;
}

.rcy-address .productname_04_span {
    color: #524770;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .product-name_04 {
    text-align: right;
}

.rcy-address .productname_05_span {
    color: #524770;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .product-name_05 {
    text-align: right;
}

.rcy-address .vector_06 {
    width: 9px;
    height: 5.68px;
    left: 1.50px;
    top: 3.16px;
    position: absolute;
    outline: 1.50px white solid;
    outline-offset: -0.75px;
}


.rcy-address .productname_06_span {
    color: #767676;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word;
}

.rcy-address .product-name_06 {
    text-align: right;
}

.rcy-address .productname_07_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .product-name_07 {
    text-align: right;
}

.rcy-address .productname_08_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .product-name_08 {
    text-align: right;
}

.rcy-address .productname_09_span {
    color: #BDBDBD;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .product-name_09 {
    text-align: right;
}

.rcy-address .productname_10_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .product-name_10 {
    text-align: right;
}

.rcy-address .productname_11_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .product-name_11 {
    text-align: right;
}

.rcy-address .checkbox_01 {
    min-width: 20px;
    min-height: 20px;
    position: relative;
    border-radius: 100px;
    border: 1.50px #A0A0A0 solid;
}

.rcy-address .productname_12_span {
    color: #767676;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word;
}

.rcy-address .product-name_12 {
    text-align: right;
}

.rcy-address .productname_13_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .product-name_13 {
    text-align: right;
}

.rcy-address .productname_14_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .productname_15_span {
    color: #BDBDBD;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .productname_16_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .productname_17_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .productname_18_span {
    color: #767676;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word;
}


.rcy-address .productname_19_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .productname_20_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .productname_21_span {
    color: #BDBDBD;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .productname_22_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .productname_23_span {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.rcy-address .fspan_01 {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.rcy-address .text- {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.rcy-address .frame-1321314442 {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}

.rcy-address .frame-1321314442_01 {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}

.rcy-address .frame-1321314442_02 {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}

.rcy-address .frame-1321314442_03 {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}


.rcy-address .linear-icons {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.rcy-address .linear-icons_01 {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.rcy-address .iconsiconsax {
    width: 12px;
    height: 12px;
    left: 4px;
    top: 4px;
    position: absolute;
    overflow: hidden;
}

.rcy-address .frame-1321314443 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 4px;
    display: flex;
}

.rcy-address .frame-1321314443_01 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 4px;
    display: flex;
}

.rcy-address .frame-1321314443_02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 4px;
    display: flex;
}

.rcy-address .frame-1321314443_03 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 4px;
    display: flex;
}

.rcy-address .product-cards {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 16px;
    border-radius: 100px;
    outline: 1px #A0A0A0 solid;
    outline-offset: -1px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.rcy-address .buttons {
    width: 40px;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    border-radius: 100px;
    outline: 1px #E02E2D solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.rcy-address .buttons_01 {
    width: 40px;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    border-radius: 100px;
    outline: 1px #342E2E solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.rcy-address .checkbox {
    min-width: 20px;
    min-height: 20px;
    position: relative;
    background: #8B66F2;
    overflow: hidden;
    border-radius: 100px;
}

.rcy-address .buttons_02 {
    width: 40px;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    border-radius: 100px;
    outline: 1px #E02E2D solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.rcy-address .buttons_03 {
    width: 40px;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    border-radius: 100px;
    outline: 1px #342E2E solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}


.rcy-address .frame-1321314440 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    display: inline-flex;
}

.rcy-address .frame-1321314441 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    display: inline-flex;
}

.rcy-address .frame-1321314441_01 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    display: inline-flex;
}

.rcy-address .frame-1321314441_02 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    display: inline-flex;
}

.rcy-address .frame-11214 {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.rcy-address .frame-11214_01 {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.rcy-address .frame-11228 {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
}

.rcy-address .frame-11228_01 {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
}

.rcy-address .product-cards_01 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 16px;
    background: rgba(220, 208, 251, 0.60);
    border-radius: 16px;
    outline: 1.50px #8B66F2 solid;
    outline-offset: -1.50px;
    align-items: center;
    display: flex;
}

.rcy-address .product-cards_02 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 16px;
    background: #F1F1F1;
    border-radius: 16px;
    align-items: center;
    display: inline-flex;
}

.rcy-address .frame-11230 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
    width: 100%;
}

.rcy-address .frame-11229 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: flex;
    width: 100%;
}

.rcy-address .frame-11198 {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
}

.rcy-address .product-cards_01 {
    justify-content: space-between;
}

@media (min-width: 0px) {

    .rcy-address .productname_span {
        font-size: 14px;
    }

    .rcy-address .productname_06_span {
        font-size: 14px;
    }

    .rcy-address .frame-11198 {
        padding: 20px;
    }

    .rcy-address .product-cards_01 {
        justify-content: end;
        flex-wrap: wrap;
        gap: 10px;
    }

    .rcy-address .product-cards_02 {
        justify-content: end;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (min-width: 960px) {

    .rcy-address .productname_span {
        font-size: 16px;
    }

    .rcy-address .productname_06_span {
        font-size: 16px;
    }

    .rcy-address .frame-11198 {
        padding: 32px;
    }

    .rcy-address .product-cards_01 {
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: unset;
    }

    .rcy-address .product-cards_02 {
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: unset;
    }
}

@media (min-width: 1200px) {}

/* card-pay */

.card-pay {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 48px;
    display: flex
}

.card-pay .g-pay {
    padding: 40px;
    background: #F7F7F7;
    border-radius: 24px;
    outline: 3px #8B66F2 solid;
    outline-offset: -3px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 32px;
    display: flex
}

.card-pay .items-product {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

@media (min-width: 0) {

    .card-pay {
        flex-direction: column-reverse;
    }

    .card-pay .g-pay {
        width: 100%;
    }

    .card-pay .items-product {
        width: 100%;
    }
}

@media (min-width: 960px) {

    .card-pay {
        flex-direction: row;
    }

    .card-pay .g-pay {
        width: 35%;
    }

    .card-pay .items-product {
        width: 65%;
    }
}

@media (min-width: 1200px) {
    .card-pay .g-pay {
        width: 30%;
    }

    .card-pay .items-product {
        width: 70%;
    }
}


.ap-text {
    border-radius: 24px;
    outline: 1.50px #D3D3D3 solid;
    outline-offset: -1.50px;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex
}

@media (min-width: 0) {

    .ap-text {
        padding: 20px;
        gap: 70px;
        flex-wrap: wrap;
    }
}

@media (min-width: 960px) {

    .ap-text {
        padding: 40px;
        gap: 96px;
    }
}

/* -------------------- */


.go-startup {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    display: flex;
}

.go-startup .title {
    width: 199.49px;
    text-align: right;
    color: #7C5DD9;
    font-size: 48px;
    font-weight: 800;
    line-height: 64px;
    word-wrap: break-word
}

@media (min-width: 0) {
    .go-startup {
        flex-direction: column;
    }

    .go-startup video {
        width: 180px;
    }


    .go-startup .title {
        font-size: 35px;
    }

}

.bar-full {
    background: linear-gradient(135deg, #9747FF 0%, #B4FFFF 100%);
    height: 40px;
    border-radius: 100px;
    width: 170px;
    position: relative;
}

.bar-full .box-percent {
    position: absolute;
    bottom: -50px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.bar-full .box-percent .triangle-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #A28DFF;
}

.qq-1 {
    align-self: stretch;
    height: 300px;
    border-radius: 16px;
    object-fit: cover;
}

.qq-2 {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex
}

.qq-3 {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    display: inline-flex
}

.qq-3-playr {
    height: 508px;
    position: relative;
    overflow: hidden;
    border-radius: 40px
}

.qq-3-info {
    align-self: stretch;
    padding-top: 20px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    background: white;
    border-radius: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 48px;
    display: inline-flex
}

.qq-4{
    width: 100%; height: 100%; justify-content: space-between; display: inline-flex;
    align-items: flex-end;
}

@media (min-width: 0) {

    .qq-4{
        flex-direction: column-reverse;
    }

    .qq-3-playr {
        width: 100%;
    }
    
    .qq-3-info {
        width: 100%;
    }

    .qq-2 {
        flex-direction: column;
    }

    .qq-3 {
        flex-direction: column;
    }
}

@media (min-width: 960px) {

    .qq-4{
        flex-direction: row;
    }

    .qq-3-playr {
        width: 60%;
    }
    
    .qq-3-info {
        width: 40%;
    }

    .qq-2 {
        flex-direction: row;
    }

    .go-startup {
        flex-direction: row;
    }

    .go-startup video {
        width: 220px;
    }

    .go-startup .title {
        font-size: 48px;
    }

    .qq-3 {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .qq-3-playr {
        width: 70%;
    }
    
    .qq-3-info {
        width: 30%;
    }
}

/* ------- */

.qq-5{
    align-self: stretch; padding-top: 16px; padding-bottom: 16px; justify-content: space-between; align-items: center; display: flex; flex-wrap: wrap-reverse; gap: 10px;
}

.qq-6{
    height: 40px; min-width: 102px; padding-top: 8px; padding-bottom: 8px; padding-left: 12px; padding-right: 16px; background: #8B66F2; overflow: hidden; border-radius: 100px; justify-content: center; align-items: center; gap: 8px; display: flex
}

@media (min-width: 0) {
    .qq-6 {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .qq-6 {
        width: 200px;
    }
}

@media (min-width: 1200px) {}


/* ----------- */


.qq-search-title {
    align-self: stretch;
    box-shadow: 0px 23px 43.70000076293945px white;
    justify-content: flex-end;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap-reverse;
    gap: 5px;
}


@media (min-width: 0) {
    .qq-search-title {
        justify-content: flex-end;
    }
    }
    
    @media (min-width: 960px) {
        .qq-search-title {
            justify-content: space-between;
        }
    }