/**
 * 注意：此檔案包含自定義樣式，請勿在系統更新時覆蓋
 * Note: This file contains custom styles, do not overwrite during system updates
 * 最後更新 / Last updated: 2025-04-16
 */

/* 全局|gdpr|位置變更 */
@media screen and (min-width:991px) {
    .advbox{
        max-width: 400px;
        left: 16px;
        bottom: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cookies-btn,.advbox .btnset{
        width: 100%;
        margin: 8px auto;
        text-align: center;
    }

    .advbox .btnset:hover{
        background: #383838;
    }

}

/* 全局|header|set */
.header-template2 {
    &.header--unfixed {
        background-color: transparent;
    }
    &.header--fixed {
        .header__inner {
            &:after {
                width: 0;
            }
        }
    }
    .topblock {
        .left-info {
            li {
                text-shadow: -1px -1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, 1px 1px 3px #fff;
            }
        }
    }
    .header__inner {
        padding-bottom: 0 !important;
        &:after {
            width: 70%;
            height: calc(100% - 50px);
            top: inherit;
            left: 50%;
            bottom: 0;
            border-radius: 100px;
            transform: translateX(-50%);
            transition: all 250ms ease-in-out;
        }
        .nav__box {
            margin-right: 10px;
        }
        .nav__name {
            &:hover {
                opacity: 1;
            }
        }
        .header__search {
            width: 100px;
            justify-content: flex-end;
            .header__search-icon {
                width: auto;
                .search-text {
                    /*color: #fff;*/
                    font-size: 15px;
                    margin-right: 12px;
                }
            }
            &.header__search--on {
                width: 36px;
                /*background-color: #333333;*/
                .header__search-icon {
                    .search-text {
                        display: none;
                    }
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .header-template2 {
        &.header--unfixed {
            .header__inner {
                &:after {
                    width: 100%;
                }
            }
            .nav__layer {
                .nav__btn {
                    &:after {
                        color: #FFFFFF;
                    }
                }
            }
        }
        .header__inner {
            &:after {
                height: 100%;
                border-radius: 0;
            }
            .nav__box {
                margin-right: 0;
            }
            .header__search {
                justify-content: center;
            }
        }
    }
}
/*@media (min-width: 992px) {*/
/*    .header-template18 {*/
/*        .header__inner {*/
/*            .nav {*/
/*                .nav__item {*/
/*                    .nav__name {*/
/*                        &.active {*/
/*                            &:after {*/
/*                                background: #f2f2f2;*/
/*                            }*/
/*                            &:hover {*/
/*                                color: #f05a23;*/
/*                            }*/
/*                        }*/
/*                        &:hover, &:hover + .nav__btn::after {*/
/*                            color: #fff;*/
/*                        }*/
/*                    }*/
/*                    .nav__layer {*/
/*                        width: max-content;*/
/*                        min-width: 200px;*/
/*                        padding-bottom: 20px;*/
/*                        border-radius: 0 0 20px 20px;*/
/*                        .nav__item {*/
/*                            .nav__name {*/
/*                                position: relative;*/
/*                                &:hover {*/
/*                                    padding-left: 30px;*/
/*                                    font-weight: 400;*/
/*                                    color: #f05a23;*/
/*                                }*/
/*                                &:hover + .nav__btn::after {*/
/*                                    color: #f05a23;*/
/*                                }*/
/*                                &:after {*/
/*                                    width: 80%;*/
/*                                    height: 1px;*/
/*                                    left: 50%;*/
/*                                    bottom: 0;*/
/*                                    transform: translateX(-50%);*/
/*                                    background-color: #dadada;*/
/*                                    content: '';*/
/*                                    display: block;*/
/*                                }*/
/*                            }*/
/*                            &:nth-child(2) {*/
/*                                border-radius: 20px 20px 0 0;*/
/*                            }*/
/*                            .nav__layer {*/
/*                                border-radius: 0 20px 20px 20px;*/
/*                            }*/
/*                        }*/
/*                    }*/
/*                }*/
/*            }*/
/*            .header__search {*/
/*                width: 100px;*/
/*                .search-text {*/
/*                    color: #fff;*/
/*                    font-size: 15px;*/
/*                    margin-right: 12px;*/
/*                }*/
/*                &.header__search--on {*/
/*                    width: 36px;*/
/*                    background-color: #333333;*/
/*                    .search-text {*/
/*                        display: none;*/
/*                    }*/
/*                }*/
/*            }*/
/*        }*/
/*    }*/
/*}*/
/*@media (max-width: 991px) {*/
/*    .header-template18 {*/
/*        .header__inner {*/
/*            .nav__box {*/
/*                background: #f05a23 !important;*/
/*                .nav__layer {*/
/*                    background: #f05a23 !important;*/
/*                }*/
/*            }*/
/*            .header__search {*/
/*                .search-text {*/
/*                    display: none;*/
/*                }*/
/*            }*/
/*            &:after {*/
/*                width: 125px;*/
/*            }*/
/*        }*/
/*        &.header--unfixed {*/
/*            .nav__layer {*/
/*                .nav__btn::after {*/
/*                    color: #fff !important;*/
/*                }*/
/*            }*/
/*        }*/
/*    }*/
/*}*/

/* 全局|header|箭頭樣式 */
.nav__btn::after{
    font-family: "icomoon";
    content: "\f105";
    font-size: 20px;
    color: #f05a23;
    transform: rotate(90deg);
}

.nav__layer .nav__btn::after{
    font-family: "icomoon";
    content: "\f105";
    font-size: 20px;
    transform: rotate(0deg);
}

@media screen and (max-width:991px) {
    .nav__btn::after{
        font-family: "icomoon";
        content: "\f105";
        font-size: 20px;
        color: #fff;
        transform: rotate(0deg);
    }
}
.nav__btn-icon{
    display: none;
}
/* 全局|footer|set */
.footer-template2 {
    .footer-common-copy {
        padding-top: 15px;
        background-color: #FFFFFF;
    }
    .footer-common-editor1 {
        order: 1;
    }
    .footer-common-editor2 {
        order: 2;
    }
}
.footer-common-editor1-template21 {
    padding-bottom: 20px;
    .footer__block {
        .info {
            ul {
                li {
                    span {
                        margin-right: 15px;
                    }
                    &:first-child {
                        margin-right: 120px;
                    }
                }
            }
        }
    }
}
@media (max-width: 600px) {
    .footer-common-editor1-template21 {
        padding-top: 30px;
    }
}
.footer-common-editor2-template4 {
    .footer-common-editor2-template4-content {
        background-color: #F2F2F2;
        border-radius: 60px;
        margin-bottom: 20px;
        .contact-links {
            .contact-link {
                width: 210px;
                padding: 5px;
                margin: 0 30px;
                text-align: center;
                font-weight: 500;
                letter-spacing: .1rem;
                &:first-child {
                    border-color: #F2F2F2;
                }
            }
        }
    }
}
@media (max-width: 600px) {
    .footer {
        padding-bottom: 0;
    }
    .footer-common-editor1-template21 {
        .footer__block {
            text-align: center;
            .info {
                ul {
                    li {
                        &:first-child {
                            margin-right: 0;
                        }
                    }
                }
            }
        }
    }
    .footer-common-editor2-template4 {
        .footer-common-editor2-template4-content {
            .contact-links {
                .contact-link {
                    width: 180px;
                    margin: 0 15px;
                }
            }
        }
    }
}
@media (max-width: 480px) {
    .footer-common-editor2-template4 {
        .footer-common-editor2-template4-content {
            .contact-links {
                .contact-link {
                    &:first-child {
                        margin-bottom: 10px;
                    }
                }
            }
        }
    }
}


/* 首頁|banner|箭頭大小 */
.ind-banner .swiper-button-next::after, .ind-banner .swiper-button-prev::after{
    font-size: 24px;
}

/* 全局|--|set */
.language {
    .option {
        li {
            &:last-child {
                display: none;
            }
        }
    }
}
.sidebar {
    display: none;
}
.inner {
    width: 100%;
    > .title {
        span {
            &:before {
                display: none;
            }
        }
    }
}
.product {
    /*justify-content: center;*/
    .product__item {
        padding: 15px;
        position: relative;
        .img {
            margin-bottom: 0;
        }
        .text {
            /*width: calc(100% - 60px);*/
            /*position: absolute;*/
            /*bottom: 40px;*/
            /*left: 30px;*/
            .name {
                /*color: #fff;*/
                font-weight: 700;
                font-style: oblique;
                text-transform: uppercase;
                letter-spacing: 0.1rem;
                text-shadow: 3px 3px 0 #c5c5c5 !important;
            }
        }
        &:hover {
            .text {
                .name {
                    color: #fcee21;
                    text-shadow: 3px 3px 0 #000 !important;
                }
            }
        }
    }
}

/* index */
.ind-banner {
    .ind-banner__textbox {
        display: none;
    }
}
.ind-video {
    padding: 80px 80px 0;
}
@media (max-width: 768px) {
    .ind-video {
        padding: 30px 40px 0;
    }
}
@media (max-width: 480px) {
    .ind-video {
        padding: 20px 20px 0;
    }
}
.title-box {
    padding: 0 80px;
    .title {
        font-weight: 600;
    }
}
@media (max-width: 600px) {
    .title-box {
        padding: 0 30px;
    }
}
.video-container {
    position: relative;
    padding-top: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.index-editor-template14 {
    .title-box {
        margin-top: 60px;
        .btnset {
            margin: 0 0 0 30px;
            padding: 6px 30px;
            transform: translateY(-13px);
            background-color: #000000;
            color: #fff;
            border-color: #000000;
            text-align: left;
            &:hover {
                background-color: transparent;
                color: #000000;
            }
            &::after {
                position: absolute;
                right: 25px;
                top: 2px;
                font-family: "icomoon";
                content: "\f105";
                font-size: 20px;
                font-weight: bold;
                color: #f05a23;
                background-color: transparent;
            }
        }
    }
    .accordion-wrapper {
        padding-top: 30px !important;
        gap: 2px;
    }
    .accordion-details {
        --open-size: min(69vw, 100vw);
        border-radius: 0;
        summary {
            padding: 2rem 3rem 1rem;
            align-items: flex-end;
            span {
                width: 200px;
                height: 40px;
                border-radius: 0;
                opacity: 1;
                font-size: 18px;
                text-shadow: 0 0 0 transparent, -0.5px -0.5px 0 rgba(0, 0, 0, 0.6), 0.5px -0.5px 0 rgba(0, 0, 0, 0.6), 1.5px -0.5px 0 rgba(0, 0, 0, 0.6), -0.5px 0.5px 0 rgba(0, 0, 0, 0.6), 0.5px 0.5px 0 rgba(0, 0, 0, 0.6), 1.5px 0.5px 0 rgba(0, 0, 0, 0.6), -0.5px 1.5px 0 rgba(0, 0, 0, 0.6), 0.5px 1.5px 0 rgba(0, 0, 0, 0.6), 1.5px 1.5px 0 rgba(0, 0, 0, 0.6);
            }
        }
        &[open] {
            summary {
                span {
                    margin-left: 0 !important;
                    color: #fcee21;
                    justify-content: flex-start;
                }
            }
        }
    }
}
@media (max-width: 1440px) {
    .index-editor-template14 {
        .accordion-wrapper {
            padding: 30px 0 60px !important;
        }
        &.expand-num-3 {
            .accordion-details {
                .details-content-wrapper {
                    width: 85%;
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .index-editor-template14 {
        &.expand-num-3 {
            .accordion-details {
                summary {
                    padding: 6rem 3rem;
                    span {
                        justify-content: flex-start;
                    }
                }
                &[open] {
                    summary {
                        padding-bottom: 0;
                        padding-top: 3rem;
                    }
                }
            }
        }
    }
}
@media (max-width: 600px) {
    .index-editor-template14 {
        .title-box {
            margin-top: 40px;
            .btnset {
                width: 160px;
            }
        }
    }
}
@media (max-width: 480px) {
    .index-editor-template14 {
        .title-box {
            .btnset {
                margin: 15px 0 0;
                display: block;
            }
        }
    }
}
.ind-see {
    .news {
        padding: 0 80px;
        .news__item {
            .img {
                a {
                    position: relative;
                    display: block;
                    span {
                        color: #fff;
                        font-size: 30px;
                        font-weight: 600;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                        transition: all 500ms ease-in-out;
                        opacity: 0;
                        z-index: 1;
                    }
                    &:before {
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background-color: #00000050;
                        content: "";
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        opacity: 0;
                        transition: all 500ms ease-in-out;
                    }
                    &:hover {
                        span {
                            opacity: 1;
                        }
                        &:before {
                            opacity: 1;
                            z-index: 1;
                        }
                    }
                }
                img {
                    display: block;
                }
            }
            .info {
                padding: 10px 15px 0;
                .title {
                    font-weight: 600;
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .ind-see {
        .news {
            padding: 0 30px;
        }
    }
}
@media (max-width: 600px) {
    .ind-see {
        .title-box {
            padding: 0;
        }
        .news {
            padding: 0;
        }
    }
}
@media (max-width: 480px) {
    .ind-see {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.sort_1 {
    &.index-editor-template40 {
        .wrapper {
            padding: 0 80px !important;
        }
        .info {
            padding-top: 9vw;
            .title {
                margin-bottom: 30px;
                font-weight: 600;
                &:after {
                    display: none;
                }
            }
            p {
                font-size: 22px;
            }
            .img-btn {
                .btnbox {
                    text-align: left;
                    .btnset {
                        padding: 6px 30px;
                        text-align: left;
                        &::after{
                            position: absolute;
                            right: 25px;
                            top: 2px;
                            font-family: "icomoon";
                            content: "\f105";
                            font-size: 20px;
                            font-weight: bold;
                            color: #f05a23;
                            background-color: transparent;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .sort_1 {
        &.index-editor-template40 {
            .img-left, .info {
                width: 100%;
            }
            .info {
                padding: 2vw 0 0;
                .img-btn {
                    .btnbox {
                        padding-bottom: 0;
                    }
                }
            }
        }
    }
}
@media (max-width: 768px) {
    .sort_1 {
        &.index-editor-template40 {
            .wrapper {
                padding: 0 40px !important;
            }
        }
    }
}
@media (max-width: 600px) {
    .sort_1 {
        &.index-editor-template40 {
            .wrapper {
                position: relative;
                &:after {
                    width: calc(100% - 80px);
                    height: 1px;
                    position: absolute;
                    left: 40px;
                    bottom: -60px;
                    background-color: #FFFFFF;
                    content: "";
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .ind-below {
        background-color: #333333!important;
        background-position: right bottom;
        background-size: auto;
    }
}
@media (max-width: 600px) {
    .ind-below {
        background-image: none !important;
    }
}
/* product */
.basic {
    margin-bottom: 40px;
    .product-color-image {
        img {
            max-width: 100%;
            height: auto;
        }
    }
}
@media (max-width: 768px) {
    .basic {
        .basic__img {
            margin-bottom: 20px;
        }
    }
}
/* 2026-03-30新增選取功能 */
.product-options-container {
    padding: 0 20px;
    margin-top: 20px;
}

.option-group {
    margin-bottom: 25px;
}

.option-label {
    margin-bottom: 15px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.option-name {
    font-weight: bold;
    color: #1a1a1a;
    margin-right: 6px;
}

.measure-unit {
    color: #a0a0a0;
    font-weight: 400;
}

.option-value {
    color: #6a7482;
    font-weight: 400;
}

/* Color Swatches */
.color-swatches {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.color-swatch {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.2s ease, box-shadow 0.2s ease;
    background-color: transparent;
}

.color-swatch:hover {
    transform: scale(1.15);
}

.color-swatch input {
    display: none;
}

.swatch-inner {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
}

/* Active Border for Color */
.color-swatch.active {
    border: 2px solid #333;
    transform: scale(1.15);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Custom Select - Bar Rise */
.select-wrapper {
    position: relative;
    width: 110px;
    margin-top: 10px;
}

.custom-select {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    border: 1px solid #e2e8f0;
    color: #000;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: 600;
    outline: none;
}

.select-wrapper::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    pointer-events: none;
}

/* Size Options - Bar Width */
.size-options {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.size-btn {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #fff;
    color: #fff;
    overflow: hidden;
}

.size-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.size-btn input {
    display: none;
}

/* Active Sizes */
.size-btn.active {
    background-color: #3f3f40;
    color: #fff;
    border-color: #3f3f40;
    transform: scale(1.05);
}

.size-btn:not(.active) {
    color: #3f3f40;
}

/* Animation for value text change */
@keyframes fadeInSlideUp {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.value-changed {
    display: inline-block;
    animation: fadeInSlideUp 0.3s ease-out forwards;
}

/* Color Option 展開收闔 */
.selection-group {
    position: relative;
    width: 100%;
    margin-top: 10px;

    /* toggle button：浮在 color-swatches 正上方右側 */
    > .toggle-btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .color-swatches {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        align-items: center;
        max-width: 90%;

        .color-swatch.active {
            border: 1px solid #000;
        }
    }
}

/* JS 狀態類別：隱藏多餘 swatch，不用 inline style */
.swatch-hidden {
    display: none !important;
}

.color-swatch.toggle-btn {
    background-color: #f4f4f4;
    border: 1px dashed #a0a0a0;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.color-swatch.toggle-btn:hover {
    background-color: #e0e0e0;
    border-color: #333;
    /*transform: scale(1.1);*/
}

.color-swatch.toggle-btn .swatch-inner {
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

@keyframes swatchFadeIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

.color-swatch.show-anim {
    animation: swatchFadeIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}



/* news */
.news--list {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    .news__item {
        padding: 0;
        box-shadow: none;
        border-bottom: none;
        .img, .info {
            width: 100%;
        }
        .img {
            border-radius: 20px;
            overflow: hidden;
        }
        .info {
            padding: 20px 30px;
            .title {
                font-size: 1.5rem;
                line-height: 2.25rem;
                font-weight: 700;
                font-style: oblique;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                box-sizing:border-box;
            }
            .btnset {
                margin: 20px auto 0;
            }
        }
    }
}
@media (max-width: 768px) {
    .news--list {
        .news__item {
            .info {
                .title {
                    font-size: 1.2rem;
                    line-height: 2rem;
                }
            }
        }
    }
}
@media (max-width: 600px) {
    .news--list {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .news--list {
        padding: 0 10px;
    }
}

/* contact */
.page-contact {
    background-image: url("../images/contact-bg.png");
    background-repeat: no-repeat;
    background-position: right 50vw;
    background-size: 880px auto;
}
@media (max-width: 768px) {
    .page-contact {
        background-position: right 62vw;
        background-size: 665px auto;
    }
}
@media (max-width: 480px) {
    .page-contact {
        background-position: right 78vw;
        background-size: 500px auto;
    }
}
.contact-title {
    letter-spacing: .2rem;
    font-style: oblique;
    .contact-title-lg {
        font-size: 3rem;
        font-weight: 600;
        color: #333333;
    }
    .contact-title-xl {
        margin-left: 20px;
        font-size: 5rem;
        font-weight: 700;
        color: #f15a24;
    }
}
@media (max-width: 600px) {
    .contact-title {
        .contact-title-lg {
            font-size: 1.8rem;
        }
        .contact-title-xl {
            font-size: 3.5rem;
        }
    }
}
.contact-block__form {
    padding-bottom: 40px;
    border-bottom: 1px #ccc solid;
    h2 {
        display: none;
    }
    .form {
        max-width: 900px;
    }
}
.contact-block__info {
    h2 {
        display: none;
    }
}

/* about */
.page-ab {
    background-image: url("../images/About-bg.png");
    background-repeat: no-repeat;
    background-position: right 85vw;
    background-size: 500px auto;
    .inner {
        .wrapper {
            h2 {
                margin-bottom: 10px;
                color: #F05A23;
                font-weight: 500;
            }
        }
        .webeditor {
            padding: 0;
        }
    }
}

@media (max-width: 1480px) {
    .page-ab {
        > .wrapper {
            padding: 0;
        }
    }
}
@media (max-width: 991px) {
    .page-ab {
        background-position: right 98%;
    }
}
.sort_2 {
    &.index-editor-template40 {
        position: relative;
        z-index: 0;
        &:after {
            width: 100%;
            height: 80%;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            background-color: #333333;
            content: "";
            z-index: -1;
        }
        .img-left {
            img {
                box-shadow: 7px -7px 0 #f05a23;
            }
        }
        .info {
            .title {
                margin-bottom: 30px;
                font-style: oblique;
                font-size: 2.5rem;
                font-weight: 700;
                letter-spacing: .1rem;
                text-shadow: -4px 3px 0 #f05a23;
            }
        }
    }
}
@media (max-width: 1366px) {
    .sort_2 {
        &.index-editor-template40 {
            .wrapper {
                padding-left: 40px !important;
                padding-right: 40px !important;
            }
        }
    }
}
@media (max-width: 1280px) {
    .sort_2 {
        &.index-editor-template40 {
            &:after {
                height: 86%;
            }
            .info {
                p {
                    width: 100%;
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .sort_2 {
        &.index-editor-template40 {
            &:after {
                height: 100%;
            }
            .img-left, .info {
                width: 100%;
            }
            .info {
                padding-left: 0;
            }
        }
    }
}
@media (max-width: 480px) {
    .sort_2 {
        &.index-editor-template40 {
            .wrapper {
                padding-left: 20px !important;
                padding-right: 20px !important;
            }
        }
    }
}
.sort_1 {
    &.index-editor-template29 {
        padding-bottom: 13vw;
        .text-info {
            padding-bottom: 50px;
            position: relative;
            .title {
                margin-bottom: 30px;
                font-size: 2.5rem;
                font-style: oblique;
                font-weight: 700;
                letter-spacing: .1rem;
            }
            p {
                max-width: 50%;
                font-size: 18px;
            }
            &:after {
                width: 50%;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: 0;
                background-color: #f05a23;
                content: "";
            }
        }
        .counter-group {
            div {
                font-weight: 700;
                font-style: oblique;
            }
        }
        .samll-text {
            font-size: 2.5rem;
            font-weight: 700;
            letter-spacing: .1rem;
            font-style: oblique;
            span {
                font-size: 1.5rem;
                display: block;
            }
        }
    }
}
@media (max-width: 1280px) {
    .sort_1 {
        &.index-editor-template29 {
            .counter-group {
                div {
                    font-size: 5rem !important;
                }
            }
        }
    }
}
@media (max-width: 768px) {
    .sort_1 {
        &.index-editor-template29 {
            .text-info {
                padding-bottom: 30px;
                p {
                    max-width: none;
                }
                &:after {
                    width: 100%;
                }
            }
        }
    }
}
@media (max-width: 480px) {
    .sort_1 {
        &.index-editor-template29 {
            .counter-group {
                div {
                    font-size: 4.3rem !important;
                }
            }
        }
    }
}



