.supportCenter .banner {
    background-image: url(/images/about/support.jpg);
    background-size: cover;
    background-position: top right;
    text-align: center;
    padding: 10.6vw 0;
    border: none!important;
}

.supportCenter .banner h1 {
    color: #FFF;
    font-size: 52px;
    font-weight: 500;
    line-height: 120%;
}

.supportCenter .banner h1 br {
    display: none;
}

.supportCenter .banner ul {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.supportCenter .banner ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    box-sizing: border-box;
    padding: 0 30px;
    border: 1px solid #FFF;
    border-radius: 24px;
}

.supportSearch {
    display: flex;
    align-items: center;
    margin: 48px auto 0 auto;
    width: 1000px;
    height: 48px;
    border-radius: 2px;
    background: #FFF;
    text-align: left;
}

.supportSearch input {
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
    padding: 16px 8px 16px 20px;
    font-size: 16px;
    color: #292929;
}

.supportSearch input::placeholder {
    color: #9B9FA8;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.clearSearchBtn {
    display: none;
    cursor: pointer;
}

.support-searchBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 28px;
    background-color: #e60039;
    cursor: pointer;
    margin-left: 16px;
}

.sectionTitle {
    margin-bottom: 48px;
}

.sectionTitle h5 {
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
}

.sectionTitle p {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
}
.itembox1 .item1 h3{
    font-size: 22px;
    color: #333;
}
.itembox1 .item1 ul.ul1{
    margin-top: 10px;
    display: flex; 
    flex-wrap: wrap;
}
.itembox1 .item1 ul.ul1 li{
    width: 19%;
    margin-right: 1.25%;
    border-radius: 5px;
    border: solid #e6eaec 1px; 
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box; 
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    text-align: center;
    margin-top: 20px;
}
.itembox1 .item1 ul.ul1 li:nth-child(5n){
    margin-right: 0;
}
.itembox1 .item1 ul.ul1 li a{
    color: #777;
}
.itembox1 .item1 ul.ul1 li:hover a,.itembox1 .item1 ul.ul1 li.on a{ 
    color: #333;
}
.itembox1 .item1 ul.ul1 li:hover,.itembox1 .item1 ul.ul1 li.on{
    border-color: #dc0737;
}
.itembox1 .item1 ul.ul2 li:hover,.itembox1 .item1 ul.ul2 li.on{
    border-color: #dc0737;
}
.itembox1 .item1 ul.ul3 li:hover,.itembox1 .item1 ul.ul3 li.on{
    border-color: #dc0737;
}
.item-content {
    width: 1400px;
    margin: 0 auto;
    padding: 80px 0;
}
.products-container .products-list{
    padding: 20px 0;

}
.products-container .products-list p{
    color: #2A2B2E;
    font-weight: 400;
    font-size: 20px;
}
.products-container .products-list .products-list-ul{
    margin-top: 10px;
    display: flex; 
    flex-wrap: wrap;
    
}
.products-container .products-list .products-list-ul li{
    width: 15.4%;
    margin-right: 1.25%; 
    border-radius: 5px;
    border: solid #e6eaec 1px;
    background: #FAFBFC; 
    font-size: 18px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
.products-container .products-list .products-list-ul li div{
    display: flex;
    flex-direction: column;
    justify-content: center; 
    text-align: center;
    color: #777;
    cursor: pointer;
}
.products-container .products-list .products-list-ul li:hover,.products-container .products-list .products-list-ul li.on{
    border-color: #dc0737;
}
.products-container .products-select-ul {
    display: flex;
}
.products-container .products-select-ul li{
    width: 23.75%;
    margin-right: 1.25%;
    display: none;
}
.products-container .products-select-ul .products-list p {
    padding-bottom: 20px;
}
.products-container .products-list ul li{
    width: calc(100% - 12px);
    padding: 12px 12px 12px 16px;
    background: #FAFBFC;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    display: block;
}
.products-container .products-select-ul .products-list ul{
    height: 400px;
    background: #FAFBFC;
    padding-right: 16px;
    overflow-y: auto;
    overflow-x: hidden;
}
.products-container .products-select-ul .products-list ul li:hover,.products-container .products-select-ul .products-list ul li.on{
    background: #F1F3F5;
    color: #E60039;
}
.products-container .products-select-ul .products-list .products{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    background: #FAFBFC;
    height: 400px;
    margin-top: 26px;
}
.products-container .products-select-ul .products-list  .products div span{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
.products-container .products-select-ul .products-list  .products img{
    height: 60%;
}
.products-container .products-select-ul .products-list  .products div p {
    display: block;
    background: #E60039;
    border-radius: 4px;
    width: 60%;
    margin-left: 20%;
    margin-top: 10px;
    padding: 10px 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
}
.greyBg {
    background: #F7F9FA;
}

.tool-cards {
    display: flex;
    gap: 24px;
}

.tool-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px;
    box-sizing: border-box;
    flex: 1;
    background-color: #FFF;
    transition: .15s linear
}

.tool-card h6,
.contact-card h6 {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 700;
}

.tool-card p,
.contact-card p {
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
}

.tool-card a,
.contact-card a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.contact-card {
    position: relative;
    flex: 0 0 calc(33.33% - 24px);
    background: #F7F9FA;
    padding: 24px;
    box-sizing: border-box;
    transition: .16s linear;
}

.contact-card img {
    margin-bottom: 24px;
}

.contact-card::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #e60039;
    transition: .25s linear;
}

.resources-container {
    display: flex;
}

.tabs {
    position: relative;
    display: flex;
    border-bottom: 1px solid #F1F3F5;
}

.tab-item {
    padding: 20px 32px;
    cursor: pointer;
    color: #7D7D7D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.tab-item.on {
    color: #292929;
    font-weight: 700;
    pointer-events: none;
}

.tabs::after {
    content: '';
    display: block;
    width: var(--tabWidth);
    height: 2px;
    background-color: #e60039;
    position: absolute;
    left: var(--tabLeft);
    bottom: 0;
    transition: .25s ease-in-out;
}

.resources-main {
    background-color: #FFF;
    width: 100%;
    min-width: 808px;
    max-width: 808px;
    margin-right: 24px;
}

.resources-content {
    text-align: center;
}

.community-lists {
    margin-top: 24px;
}

.community-lists a {
    text-align: left;
    display: block;
    padding: 24px;
    box-sizing: border-box;
    border-bottom: 1px solid #F1F3F5;
}

a.more-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 46px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #E3E5E6;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    margin-top: 24px;
}

.community-lists a:last-child {
    border: none;
}

.community-lists a h5 {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.community-lists a span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.community-lists a p {
    color: #9B9FA8;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}

.related-contents a {
    display: block;
    box-sizing: border-box;
    padding: 32px 24px;
    background-color: #FFF;
    margin-top: 4px;
    min-height: 138px;
    border-radius: 4px 4px 0px 0px;
}

.related-contents a:first-child {
    margin-top: 0;
}

.related-contents a h5 {
    display: flex;
    align-items: center;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
}

.related-contents a p {
    margin-top: 14px;
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related-contents a h5::before {
    content: '';
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin-right: 12px;
}

.related-contents a:first-child h5::before {
    background-image: url(../RJ-img/icon1.svg);
}

.related-contents a:nth-child(2) h5::before {
    background-image: url(../RJ-img/icon2.svg);
}

.related-contents a:nth-child(3) h5::before {
    background-image: url(../RJ-img/icon3.svg);
}

.related-contents a:nth-child(4) h5::before {
    background-image: url(../RJ-img/icon4.svg);
}

.related-contents a:nth-child(5) h5::before {
    background-image: url(../RJ-img/icon5.svg);
}

.related-contents a:nth-child(6) h5::before {
    background-image: url(../RJ-img/api.svg);
}

.quick-links {
    display: flex;
}

.quick-links a {
    display: flex;
    align-items: center;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-right: 84px;
}

.quick-links a::after {
    content: '';
    background-image: url(/images/support/link.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: 0 -24px;
    margin-left: 24px;
}

.social-cont {
    display: flex;
    justify-content: space-between;
}

.media-links p {
    margin-right: 12px;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.media-links {
    display: flex;
    align-items: center;
}

.video-lists,
.blog-lists {
    margin: 24px 24px 0 24px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 24px;
}

.video-list,
.blog-list {
    position: relative;
    flex: 1 0 calc(33.333% - 16px);
    box-sizing: border-box;
}

.video-cover {
    position: relative;
    width: 100%;
    height: 133px;
    overflow: hidden;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

.video-list h6,
.blog-list h6 {
    padding-right: 12px;
    color: #2A2B2E;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 6px 0 4px 0;
    min-height: 42px;
}

.video-duration {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 4px;
    background: rgba(42, 43, 46, 0.50);
    padding: 4px 6px;
}

.video-list .video-views {
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    padding-bottom: 6px;
}

.video-list a,
.blog-list a {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.blog-cover {
    position: relative;
    width: 100%;
    height: 128px;
    overflow: hidden;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

.blog-role {
    margin-top: 12px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #6A6B6D;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.blog-role img {
    max-width: 20px;
    margin-right: 4px;
}

footer.btnfr {
    margin-top: 0;
}

.skeleton-container {
    width: 100%;
    height: 660px;
    background-color: #FFF;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.skeleton-item {
    position: absolute;
    width: 90%;
    height: 20px;
    background: linear-gradient(to right, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
    left: 5%;
}

@keyframes loading {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@media screen and (min-width:990px) {
    .supportCenter .banner ul li a:hover {
        background-color: #e60039;
        border: 1px solid #e60039;
    }
    .tool-card:hover {
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    }
    .contact-card:hover {
        background-color: #FFF;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    }
    .contact-card:hover::after {
        width: 100%;
    }
    .community-lists a:hover {
        background: #FAFBFC;
    }
    .community-lists a:hover h5 {
        text-decoration: underline;
    }
    .community-listsa:hover p {
        color: #6A6B6D;
    }
    .related-contents a:hover {
        background: #FAFBFC;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    }
    .related-contents a:hover h5 {
        text-decoration: underline;
    }
    .quick-links a:hover {
        color: #2A2B2E;
        text-decoration: underline;
    }
    .quick-links a:hover::after {
        background-position: 0 0;
    }
    .video-list:hover h6,
    .blog-list:hover h6 {
        text-decoration: underline;
    }
}

@media screen and (max-width:1440px) {
    .item-content {
        width: 1200px;
    }
    .sectionTitle h5 {
        font-size: 32px;
    }
    .supportCenter .banner h1 {
        font-size: 48px;
    }
    a.more-btn {
        font-size: 14px;
    }
    .quick-links a {
        margin-right: 48px;
    }
    .products-container .products-list .products-list-ul li{
        width: 32%;
    }
}

@media screen and (max-width:1280px) {
    .item-content {
        width: 1024px;
    }
    .resources-container {
        flex-wrap: wrap;
    }
    .resources-main {
        max-width: unset;
        min-width: unset;
        margin-right: 0;
    }
    .community-lists {
        margin-right: 0;
    }
    .related-contents {
        width: 100%;
        margin-top: 24px;
    }
    .resources-main {
        padding-bottom: 24px;
    }
    .supportSearch {
        width: 900px;
    }
    .supportCenter .banner h1 {
        font-size: 42px;
    }
    .quick-links a {
        margin-right: 32px;
    }
    .quick-links a::after {
        margin-left: 12px;
    }
    .related-contents a {
        min-height: unset;
    }
}

@media screen and (max-width:1068px) {
    .item-content {
        width: 750px;
    }
    .supportSearch {
        width: 750px;
    }
    .sectionTitle {
        margin-bottom: 36px;
    }
    .social-cont,
    .quick-links {
        flex-wrap: wrap;
    }
    .quick-links a {
        margin-right: 0;
        margin-top: 12px;
        width: 100%;
    }
    .media-links {
        margin-top: 48px;
    }
    .supportCenter .banner ul li a {
        font-size: 14px;
    }

}

@media screen and (max-width:990px) {
    .products-container .products-list .products-list-ul {
       gap: 15px;
    }
    .products-container .products-list .products-list-ul li{
        width: calc(calc(100% - 30px) / 3);
        margin-right: unset;
        padding: 5px;
        margin-top: unset;
    }
    .products-container .products-list .products-list-ul li div{
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 60px;
        height: 60px;
        gap: 8px;
    }
    .products-container .products-list .products-list-ul li div img{
        width: 100%;
        height: 100%;
    }
    .products-container .products-list .products-list-ul li div span{
        font-size: 14px;
        color: #2A2B2E;
    }
}

@media screen and (max-width:768px) {
    .supportCenter .banner {
        box-sizing: border-box;
        padding: 40px 20px;
        background-image: url(../RJ-img/banner_750.webp);
    }
    .supportCenter .banner h1 {
        padding: 0 34px;
        font-size: 36px;
    }
    .supportCenter .banner h1 br {
        display: block;
    }
    .supportSearch {
        margin-top: 24px;
        width: 100%;
    }
    .supportCenter .banner ul {
        margin-top: 24px;
        box-sizing: border-box;
        gap: 12px;
        justify-content: start;
        flex-wrap: wrap;
    }
    .supportCenter .banner ul li {
        width: calc(50% - 6px);
    }
    .supportCenter .banner ul li a {
        font-size: 16px;
        padding: unset;
    }
    .item-content {
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
    }
    .sectionTitle {
        margin-bottom: 24px;
    }
    .sectionTitle h5 {
        font-size: 22px;
    }
    .sectionTitle p {
        margin-top: 16px;
    }
    .tab-item {
        padding: 12px;
    }
    .community-lists a {
        padding: 12px;
    }
    .community-lists a h5 {
        font-size: 18px;
        -webkit-line-clamp: 2;
    }
    .related-contents a h5 {
        font-size: 18px;
    }
    .related-contents a p {
        font-size: 16px;
        -webkit-line-clamp: 3;
    }
    .related-contents a {
        margin-top: 6px;
        padding: 12px;
    }
    .related-contents a p {
        margin-top: 12px;
    }
    .contact-cards {
        gap: 12px;
        flex-wrap: wrap;
    }
    .contact-card {
        flex: unset;
        width: 100%;
    }
    .tool-card p,
    .contact-card p {
        font-size: 16px;
    }
    .contact-card img {
        margin-bottom: 16px;
    }
    .tool-cards {
        flex-wrap: wrap;
    }
    .tool-card {
        padding: 12px;
        width: 100%;
        flex: unset;
        flex-direction: column-reverse;
    }
    .tool-card img {
        margin-bottom: 24px;
    }
    .supportSearch {
        height: 40px;
    }
    .supportSearch input::placeholder {
        font-size: 14px;
    }
    .support-searchBtn {
        padding: 0 12px;
    }
    .media-links {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .media-links p {
        width: 100%;
    }
    .video-list,
    .blog-list {
        flex: 1 0 calc(50% - 16px);
    }
    .video-list:nth-child(n+7),
    .blog-list:nth-child(n+7) {
        display: none;
    }
}

@media screen and (max-width:580px) {
    .video-list,
    .blog-list {
        flex: 1 0 100%;
    }
    .blog-cover,
    .video-cover {
        height: 160px;
    }
    .video-list h6,
    .blog-list h6 {
        min-height: unset;
    }
    .supportSearch input {
        padding: 16px 8px;
    }
    .video-list:nth-child(n+4),
    .blog-list:nth-child(n+4) {
        display: none;
    }
}
@media screen and (max-width:550px) { 
    .products-container .products-list .products-list-ul li{
        width: calc(calc(100% - 15px) / 2);
    }
}

 .explore-by-products,
    .explore-by-products * {
      box-sizing: border-box;
    }

    .explore-by-products {
        width: 100%;
        max-width: 1400px;
        margin: 160px auto 80px auto;
        padding: 0 20px;
        height: 100%;
      }
      .explore-by-products-header-title {
        font-size: 36px;
        font-weight: 400;
        line-height: 49px;
        color: #2a2b2e;
      }
      .explore-by-products-header-content {
        margin-top: 12px;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #6a6b6d;
      }
      .explore-by-products-content-header {
        font-size: 20px;
        line-height: 28px;
        color: #2a2b2e;
        margin-top: 60px;
        margin-bottom: 40px;
      }
      .explore-by-products-content-product-list {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
      }
      .explore-by-products-content-product-item {
        display: flex;
        flex-direction: column;
        max-width: 216.67px;
        width: 100%;
        height: 236px;
        padding-top: 24px;
        padding-bottom: 46px;
        gap: 24px;
        border-radius: 4px;
        align-items: center;
        background-color: #fafbfc;
        cursor: pointer;
      }
      .explore-by-products-content-product-item.active {
        border: 1px solid #e60039;
      }
      .explore-by-products-content-product-item-image {
        width: 120px;
        height: 120px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
      }
      .explore-by-products-content-product-item-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #2a2b2e;
      }
      .explore-by-products-content-select-wrapper {
        display: flex;
        gap: 20px;
        position: relative;
      }
      .explore-by-products-content-select {
        opacity: 1;
        position: relative;
        z-index: 2;
        width: 335px;
        height: 100%;
        margin-top: 40px;
        min-height: 400px;
      }
      .explore-by-products-content-select-header {
        font-size: 20px;
        line-height: 30px;
        color: #2a2b2e;
        font-weight: 400;
      }
      .explore-by-products-content-select-content {
        margin-top: 24px;
        border-radius: 4px;
        background-color: #fafbfc;
        overflow-x: hidden;
        overflow-y: auto;
        height: 400px;
      }
      .explore-by-products-content-select-content-item {
        min-height: 46px;
        display: flex;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #2a2b2e;
        padding: 10px 16px;
        cursor: pointer;
      }
      .explore-by-products-content-select-content-item.active,
      .explore-by-products-content-select-content-item:hover {
        background-color: #f1f3f5;
        color: #e60039;
      }
      .explore-by-products-content-product {
        margin-top: 54px;
        border-radius: 4px;
        background-color: #fafbfc;
        min-height: 400px;
        padding-top: 48px ;
        overflow-y: auto;
      }
      .explore-by-products-content-product-image {
        width: 180px;
        height: 180px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 0 auto;
      }
      .explore-by-products-content-product-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        color: #2a2b2e;
        text-align: center;
        margin: 50px auto 12px auto;
      }
      .explore-by-products-content-product-href {
        font-size: 16px;
        font-weight: 400;
        max-width: 175px;
        height: 40px;
        width: 100%;
        border-radius: 4px;
        background-color: #e60039;
        cursor: pointer;
        display: flex;
        text-decoration: none;
        color: #ffffff;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
      }
      .explore-by-products-content-product-href:hover {
        opacity: 0.8;
      }
      .explore-by-products-content-select-back {
        display: none;
      }
      @media screen and (max-width: 500px) {
        .explore-by-products {
          margin: 0 auto;
          padding: 60px 20px;
        }
        .explore-by-products-content-product-list {
          justify-content: space-between;
          flex-wrap: wrap;
        }
        .explore-by-products-content-product-item {
          flex-direction: row;
          width: 160px;
          height: 70px;
          padding: 5px
        }
        .explore-by-products-content-product-item-image {
          width: 60px;
          height: 60px;
        }
        .explore-by-products-content-select {
          background-color: #ffffff;
          position: absolute;
          top: 0;
          left: 0;
        }
        .explore-by-products-content-product {
          margin-top: 0;
          height: 100%;
        }
        .explore-by-products-content {
          position: relative;
          min-height: 520px;
        }
        .explore-by-products-content-select-wrapper {
          background-color: #ffffff;
          margin-top: 0;
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0;
          height: 450px;
        }
        .explore-by-products-content-header {
          margin-top: 40px;
          margin-bottom: 16px;
        }
        .explore-by-products-content-select-header,
        .explore-by-products-content-select-content {
          margin-top: 16px;
        }
        .explore-by-products-content-select-back {
          color: #e60039;
          display: flex;
          align-items: center;
          gap: 10px;
          font-size: 18px;
          line-height: 27px;
          font-weight: 600;
          cursor: pointer;
        }
        .explore-by-products-header-title {
          font-size: 22px;
          line-height: 33px;
          font-weight: 600;
        }
        .explore-by-products-content-product-item {
            gap: 8px;
        }
        .explore-by-products-content-product-item-text {
            font-size: 14px;
            line-height: 21px;
        }
      }
