/* header */
.t4s-header__wrapper {
    --h-text-color      : #ffffff;
    --h-text-color-rgb  : 255, 255, 255;
    --h-text-color-hover: #8e8e8e;
    --h-bg-color        : #131414;
    background-color: var(--h-bg-color);
    }
    .t4s-count-box {
    --h-count-bgcolor: #000000;
    --h-count-color: #ffffff; 
    }.t4s-section-header,#shopify-section-top-bar { --h-space-tr: 30px }.t4s-header__wrapper {
    --h-text-color      : #ffffff;
    --h-text-color-rgb  : 255, 255, 255;
    --h-text-color-hover: #ffffff;
    --h-bg-color        : rgba(0, 0, 0, 0.0);
    }
    .t4s-section-header {
    margin-top: var(--h-space-tr);
    margin-bottom: calc(-1 * (var(--header-height) + var(--h-space-tr)));
    }.is--topbar-transparent.is--header-transparent #shopify-section-top-bar {
    margin-top: var(--h-space-tr);
    }
    #t4s-hsticky__sentinel {
    bottom:calc(-1 * var(--h-space-tr));
    }.t4s-section-header [data-header-height] {
    min-height: 60px;    
    }
    .t4s-header__logo img {
    padding-top: 5px;
    padding-bottom: 5px;
    transform: translateZ(0);
    max-height: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    height: auto;
    width: 100%;
    max-width: 100%;
    }
    .t4s-header__logo img[src*=".svg"] {
    height: 100%;
    }
    .t4s-site-nav__icons .t4s-site-nav__icon {
    padding: 0 4px;
    display: inline-block;
    line-height: 1;
    }
    .t4s-site-nav__icons svg.t4s-icon {
    color: var(--h-text-color);
    line-height: 1;
    /* vertical-align: middle; */
    transition: color 0.2s ease-in-out;
    display: block;
    width: 20px;
    height: 20px;
    }
    .t4s-site-nav__icons.t4s-use__kalles svg.t4s-icon--account {
    width: 24px;
    height: 24px;
    }
    .t4s-site-nav__icons.t4s-use__line svg.t4s-icon {
    width: 25px;
    height: 25px;
    }
    .t4s-site-nav__icon>a:hover svg.t4s-icon {
    color: var(--h-text-color-hover);
    }
    .t4s-site-nav__icon a { 
    display: inline-block;
    line-height: 1;
    }
    .t4s-site-nav__cart >a,.t4s-push-menu-btn {color: var(--h-text-color)}
    .t4s-site-nav__cart >a:hover {color: var(--h-text-color-hover)}
    @media (min-width: 768px) {
    .t4s-site-nav__icons .t4s-site-nav__icon {
    padding: 0 8px;
    }
    }
    @media (min-width: 1025px) {
    .t4s-section-header [data-header-height] {
    min-height: 60px;    
    }.t4s-announcement-bar >.t4s-container, .t4s-top-bar >.t4s-container, .t4s-header__wrapper >.t4s-container {
    max-width: 100%;
    }
    .t4s-header-layout_logo_left .t4s-header__logo {
    margin-left: 10px;
    }.t4s-nav__ul {
    margin: 0;padding:0
    }
    .t4s-nav__ul>li> a {
    color: var(--h-text-color);
    padding: 5px 17.5px;
    text-transform: none;
    font-family: var(--font-family-1);
    font-weight: 400;
    font-size: 14px;}
    .t4s-nav__ul>li> a:hover { color: var(--h-text-color-hover) !important}
    .t4s-header-layout_logo_left .t4s-col-group_btns {
    min-width: 16.666667%;
    }
    .t4s-nav__ul .t4s-icon-select-arrow {
    position: static;
    width: 8px;
    margin-left: 4px;
    height: 8px;
    opacity: .8;
    }
    .t4s-header-layout_logo_center .t4s-nav__ul>li> a {
    padding-left: 5px;
    }
    .t4s-header__wrapper .t4s-col-lg-2{
    width:auto;
    }
    .t4s-section-header .t4s-header-layout_logo_left .t4s-col-group_btns{
    min-width:unset;
    }
    .t4s-nav__ul>li> a{
    padding-left:15px;
    padding-right:15px;
    }
    }
/* header */


/*banner*/
    .ug-home-banner {
        width: 100vw;
        height: 47.92vw;
    }
    .ug-home-banner picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ug-home-banner-box {
        text-align: center;
        position: absolute;
        left: 0;
        transform: translateX(-50%);
        /* right: 0;
        top: 7.292vw; */
    }
    .ug-home-banner-box .title {
        font-size: 2vw;
        font-weight: bold;
        color: inherit;
    line-height: normal;
    }
    .ug-home-banner-box .title p{
    margin:0;
    }
    .ug-home-banner-box .sub {
        font-size: 1.2vw;
        font-weight: 400;
        margin: 0 0 1.5vw 0;
        color: inherit;
    }
    .ug-home-banner-box .btn {
        display: inline-block;
        line-height: 2.5vw;
        text-align: center;
        padding: 0 1.67vw;
        border: 2px solid;
        border-radius: 60px;
        font-size: 0.83vw;
        cursor: pointer;
        font-weight: 600;
    }
    .ug-home-banner-box .btn:hover {
        background: #00CC88 !important;
        color: white;
        border-color: #00CC88 !important;
    }
    /* .ug-home-banner-box .icon {
        width: .8em;
        height: .8em;
    } */
    .ug-home-banner .swiper-button-next, .ug-home-banner .swiper-button-prev {
        color: rgb(0, 0, 0);
        background: rgba(255, 255, 255, 0.4);
        width: 2.083vw;
        height: 2.083vw;
        border-radius: 50%;
    }
    .ug-home-banner .swiper-button-next:after, .ug-home-banner .swiper-button-prev:after {
        font-size: 0.729vw;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 2.183vw;
    }
    .ug-home-banner .swiper-button-prev, .ug-home-banner .swiper-rtl .swiper-button-next {
        left: 1.042vw;
    }
    .ug-home-banner .swiper-button-next, .ug-home-banner .swiper-rtl .swiper-button-prev {
        right: 2.038vw;
    }
    .ug-home-banner .swiper-pagination-bullet {
        width: 3.125vw;
        height: 0.208vw;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 0;
    }
    .ug-home-banner .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 1);
    }
    .ug-home-banner .swiper-button-next:hover, .ug-home-banner .swiper-button-prev:hover {
        background: white;
    }
    @media (max-width: 767px) {
        .ug-home-banner {
            height: 580px
        }
        .ug-home-banner-box {
            top: 15%;
            padding: 0 20px;
            width: 100%;
            transform: none;
        }
        .ug-home-banner-box .title {
            font-size: 28px;
            line-height: 1.2;
            flex-wrap: wrap;
        }
        .ug-home-banner-box .title p {
            order: 1;
            margin: 0 0 10px 0;
        }
        .ug-home-banner-box .sub {
            font-size: 16px;
            margin-top: 8px;
            line-height: 1.2;
        }
        .ug-home-banner-box .btn {
            font-size: 16px;
            height: 40px;
            min-width: 140px;
            justify-content: center;
            align-items: center;
            margin: 26px auto 0;
            line-height: 1;
            display: inline-flex;
        }
        .ug-home-banner .swiper-pagination-bullet {
            width: 40px;
            height: 4px;
        }
    .ug-home-banner  .swiper-button-next, .ug-home-banner  .swiper-button-prev {
        display: none;
    }
    }
    .buy-more-save-more .ug-home-banner-box {
    text-align: left;
    top: 16vw;
    left: 14vw;
    }
    .Revodok_banner .green-home-banner-box{
    top:70%;
    }
    @media (max-width: 767px) {
    .buy-more-save-more .ug-home-banner-box{
    text-align: center;
    top: 15%;
    left: 0;
    }
    .Revodok_banner .green-home-banner-box{
    top:65%;
    }
    }
/*banner*/


/* Shop-by-category */
    .ug-index-category {
        padding-top: 120px;
        background-color: #fff;
        max-width: 1280px;
        margin: 0 auto;
    }
    .ug-index-category-title {
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 60px;
        color: black;
    }
    .ug-index-category-items {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .ug-index-category-item-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        color: black;
    }
    .category-next {
        display: none;
    }
    .ug-index-category-item {
        text-align: center;
        font-size: 46px;
        color: black;
        line-height: 1;
        transition: all 0.3s;
    }
    .ug-index-category-item:hover {
        transform: scale(1.1);
    }
    .ug-index-category-item-name {
        font-size: 16px;
        font-weight: 600;
        margin-top: 12px;
    }
    .ug-index-category-item-title {
        font-size: 60px;
    }
    .ug-index-category-item-title .icon {
        color: #999999;
    }
    @media screen and (max-width: 768px) {
        .ug-index-category {
            padding: 80px 16px 0;
        }
        .category-next {
            display: block;
        }
        .ug-index-category-title {
            font-size: 24px;
            margin-bottom: 60px;
        }
        .ug-index-category-items {
            padding: 0 16px;
            flex-direction: column;
            align-items: flex-start;
        }
        .ug-index-category-items > a {
            width: 100%;
            padding: 20px 0;
            border-bottom: 1px solid #F2F2F2;
        }
        .ug-index-category-item {
            font-size: 36px;
            display: flex;
            align-items: center;
        }
        .ug-index-category-item-title {
            font-size: 40px;
            width: 80px;
        }
        .ug-index-category-item-name {
            margin-top: 0;
            margin-left: 12px;
        }
    }
/* Shop-by-category-End */

/* Hot-Sale-Section */
#template--14456677531710__ug-product-list.ug-product-list {
    padding: 100px 0;
}
#template--14456677531710__ug-product-list .ug-product-list-main {
                    grid-template-columns: repeat(4,minmax(0, 1fr));
                }
#template--14456677531710__ug-product-list .ug-product-img {
                    width: 100%;
                    padding-bottom: 100%;
                }
#template--14456677531710__ug-product-list .ug-product-sale-flag {
                    width: 60px;
                }
@media (max-width: 768px) {
    #template--14456677531710__ug-product-list.ug-product-list {
        padding: 40px 0;
    }
#template--14456677531710__ug-product-list .ug-product-list-main {
                    grid-template-columns: repeat(2,minmax(0, 1fr));
                    gap: 12px;
                    padding: 0 12px;
                }
#template--14456677531710__ug-product-list .ug-product-img {
                    width: 57%;
                    padding-bottom: 57%;
                }

#template--14456677531710__ug-product-list .ug-product-sale-flag {
                    width: 48px;
                }
}
/* Hot-Sale-Section End*/


    /**    Legnion Benefits  *!*/
    .ug-new-fit-life-section {
        width: 100%;
        padding-top: 120px;
        background: #F0F0F2;
    }
    .ug-new-fit-life-section .title {
        font-weight: bold;
        color: black;
        line-height: 60px;
        font-size: 36px;
        text-align: center;
        margin-bottom: 36px;
    }
    .ug-new-fit-life-main .pc_hide {
        display: block;
    }
    .ug-new-fit-life-main {
        display: grid;
        max-width: 1280px;
        margin: 0 auto;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
    .ug-new-fit-life-main .new-fit-life-item {
        background: white;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    }
    .ug-new-fit-life-main .new-fit-life-item:hover img {
        transform: scale(1.1);
    }
    .ug-new-fit-life-main .new-fit-life-item img {
        transition: all 0.3s;
    }
    .ug-new-fit-life-main .new-fit-life-item .bottom {
        padding: 28px 20px;
        position: relative;
    }
    .ug-new-fit-life-main .new-fit-life-item .item-title {
        color: black;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 28px;
    }
    .ug-new-fit-life-main .new-fit-life-item .top-image {
        overflow: hidden;
    }
    .ug-new-fit-life-main .new-fit-life-item .item-content {
        color: #727273;
        line-height: 1.4;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .ug-new-fit-life-main .new-fit-life-item .learn-more {
        font-size: 16px;
        color: #00CC88;
    }
    .ug-new-fit-life-main .new-fit-life-item:nth-child(1) {
        display: flex;
        grid-row: 1;
        grid-column: 1 / span 3;
    }
    .ug-new-fit-life-main .new-fit-life-item:nth-child(1) .top-image {
        width: 62.5%;
        flex-shrink: 0;
    }
    .ug-new-fit-life-main .new-fit-life-item:nth-child(1) .top-image img {
        object-fit: cover;
        height: 100%;
    }
    .ug-new-fit-life-main .new-fit-life-item:nth-child(1) .bottom {
        padding: 48px 40px;
    }
    .ug-new-fit-life-main .new-fit-life-item:nth-child(1) .bottom .learn-more {
        position: absolute;
        bottom: 48px;
        left: 40px;
    }
    .ug-new-fit-life-main .new-fit-life-item:not(:first-child) .top-image {
        width: 100%;
        height: 0;
        padding-top: 67.63%;
        background: #F0F0F2;
        position: relative;
    }
    .ug-new-fit-life-main .new-fit-life-item:not(:first-child) .top-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* .ug-new-fit-life-main .new-fit-life-item:not(:first-child) .item-content {

    } */
    @media (max-width: 767px) {
        .ug-new-fit-life-section {
            padding-top: 50px;
        }
        .ug-new-fit-life-section .title {
            font-size: 24px;
            margin-bottom: 24px;
        }
        .ug-new-fit-life-main .pc_hide {
            display: block;
        }
        .ug-new-fit-life-main {
            display: flex;
            overflow-x: auto;
        }
        .ug-new-fit-life-main .new-fit-life-item {
            width: 80%;
            flex-shrink: 0;
            flex-direction: column;
        }
        .ug-new-fit-life-main .new-fit-life-item:nth-child(1) {
         margin-left: 20px;
        }
        .ug-new-fit-life-main .new-fit-life-item .top-image {
            width: 100% !important;
            height: 0;
            padding-top: 75% !important;
            position: relative;
        }
        .ug-new-fit-life-main .new-fit-life-item .top-image img{
            width: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }
        .ug-new-fit-life-main .new-fit-life-item:nth-child(1) .bottom {
            padding: 20px 12px;
        }
        .ug-new-fit-life-main .new-fit-life-item  .bottom {
            padding: 14px 10px;
        }
        .ug-new-fit-life-main .new-fit-life-item .bottom .learn-more {
            position: static !important;
            font-size: 14px !important;
        }
        .ug-new-fit-life-main .new-fit-life-item .item-title {
            font-size: 16px !important;
            margin-bottom: 12px !important;;
        }
        .ug-new-fit-life-main .new-fit-life-item .item-content {
            font-size: 14px;
            margin-bottom: 12px;
        }
    }
    /*    Legnion Benefits */


/*ug-benefit*/
.ug-benefit {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #F0F0F2;
}
.ug-benefit > .title {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 36px;
}
.ug-benefit .all-box {
    display: flex;
    justify-content: center;
}
.ug-benefit-box {
    width: 300px;
    height: 300px;
    padding: 0 40px;
    margin-right: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: grid;
    align-content: center;
    border-radius: 8px;
}
.ug-benefit-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}
.ug-benefit-box.box1 {
    background: linear-gradient(180deg, rgba(251, 42, 34, 0.05) 0%, white 100%);
}
.ug-benefit-box.box2 {
    background: linear-gradient(180deg, rgba(0, 204, 136, 0.05) 0%, white 100%);
}
.ug-benefit-box.box3 {
    background: linear-gradient(180deg, rgba(68, 138, 255, 0.1) 0%, white 100%);
}
.ug-benefit-box.box4 {
    background: linear-gradient(180deg, rgba(82, 89, 255, 0.1) 0%, white 100%);
}
.ug-benefit-box:last-child {
    margin-right: 0;
}

.ug-benefit-box .title {
    font-size: 22px;
    font-weight: bold;
    color: #32363E;
    line-height: 1;
    margin-bottom: 20px;
}
.ug-benefit-box .desc {
    font-size: 16px;
    font-weight: 400;
    color: #727273;
    line-height: 1.5;
    height: 70px;
}
.ug-benefit-box .benefit-con {
    width: 80px;
    margin: 0 auto 10px;
}
.ug-benefit-box .benefit-con img {
    width: 100%;
    display: block;
}
.ug-benefit-box .learn-more {
    color: #012448;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 767px) {
    .ug-benefit {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .ug-benefit > .title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .ug-benefit .all-box {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-top: 24px;
        padding-bottom: 50px;
    }
    .ug-benefit-box {
        width: 200px;
        height: auto;
        padding: 20px;
        margin: 0 10px;
        flex: none;
    }
    .ug-benefit-box:first-child {
        margin-left: 20px;
    }
    .ug-benefit-box:last-child {
        margin-right: 20px;
    }
    .ug-benefit-box .title {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .ug-benefit-box .desc {
        font-size: 14px;
        line-height: 1.2;
        height: 52px;
    }
    .ug-benefit-box .benefit-con {
        width: 60px;
        margin: 0 auto 8px;
    }
    .ug-benefit-box .learn-more {
        font-size: 14px;
    }
}
/*ug-benefit*/


/* Learn More About All the Latest Tech */
.ug-index-blog {
    padding-bottom: 120px;
    padding-top: 120px;
    background: #fff;
}
.ug-index-blog__container {
    max-width: 1280px;
    margin: 0 auto;
}
.ug-index-blog__title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: black;
}
.ug-index-blog__content {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}
.ug-index-blog__item {
    position: relative;
    flex: 1;
}
.ug-index-blog__item:hover .ug-index-blog__item-image img {
    transform: scale(1.1);
    opacity: 0.7;
}
.ug-index-blog__item-link {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ug-index-blog__item-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    background-color: gray;
}
.ug-index-blog__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.ug-index-blog__item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: black;
}
.ug-index-blog__item-tag {
    font-size: 14px;
    line-height: 1.5;
    color: #F5F5F7;
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 12px;
}
.ug-index-blog__item-date {
    margin-bottom: 0;
    font-size: 14px;
    color: #A4A4A6;
}
@media (max-width: 768px) {
    .ug-index-blog {
        padding: 80px 12px;
    }
    .ug-index-blog__title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .ug-index-blog__content {
        flex-direction: column;
        gap: 32px;
    }
    .ug-index-blog__item {
        width: 100%;
    }
    .ug-index-blog__item-title {
        font-size: 18px;
        line-height: 1.5;
    }
    .ug-index-blog__item-image {
        height: 200px;
    }
}
/* Learn More About All the Latest Tech End */

    /*featured on*/
    .ug-featured {
        /*height: 620px;*/
        background: linear-gradient(180deg, #1C1C1E 0%, #747A81 100%);
        display: flex;
        flex-direction: column;
        color: white;
    }
    .ug-featured-swiper {
      width: 1200px;
  }
    .ug-featured .title {
        font-size: 36px;
        font-weight: bold;
        color: inherit;
        line-height: 1.2;
        text-align: center;
        padding-top: 40px;
        margin-bottom: 60px;
    }
    .ug-featured-box {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
    }
    .ug-featured-box .content {
        width: 50%;
        padding-top: 100px;
    }
    .ug-featured-box .content .text {
        font-size: 32px;
        font-weight: 500;
        color: inherit;
        line-height: 1.5;
        margin-bottom: 68px;
    }
    .ug-featured-box .content .person-name {
        font-size: 20px;
        font-weight: 500;
        color: inherit;
        line-height: 1.2;
    }
    .ug-featured-box .person {
        width: 50%;
        display: flex;
        align-items: flex-end;
    }
    .ug-featured-box .person img {
        width: 100%;
        display: block;
    }
    .ug-featured-main {
        width: 1200px;
        height: 100%;
        position: relative;
        margin: 0 auto;
        align-items: flex-end;
    }
    .ug-featured .cursor-btns {
        position: absolute;
        bottom: 80px;
        left: 0;
        width: 116px;
    }
    .cursor-btn {
        display: inline-block;
    }

    
    .cursor-btns .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        background: white;
        border-radius: 50%;
    }
    .cursor-btns .cursor-btn {
        cursor: pointer;
        pointer-events: auto;
        padding: 2px;
    }

    .cursor-btns .swiper-slide-thumb-active {
        opacity: 1;
    }

    .cursor-btn img {
        width: 32px;
        display: block;
    }
    .ug-featured .ug-featured-main .swiper-slide {
        opacity: 0 !important;
    }
    .ug-featured .ug-featured-main .swiper-slide.swiper-slide-active {
        opacity: 1 !important;;
    }
    .ug-featured .swiper {
        overflow: initial;
    }
    .ug-featured .swiper-button-next {
        right: -80px;
        color: white;
        top: 38%;
        opacity: .5;
    }
    .ug-featured .swiper-button-next::after {
        font-size: 32px;
    }
    .ug-featured .swiper-button-prev {
        left: -80px;
        color: white;
        top: 38%;
        opacity: .5;
    }
    .ug-featured .swiper-button-prev::after {
        font-size: 32px;
    }
    .ug-featured .swiper-button-next.hover,
    .ug-featured .swiper-button-prev.hover{
        opacity: 1;
    }
    @media(max-width: 767px) {
        .ug-featured {
            height: auto;
        }
      .ug-featured-swiper {
          width: 100%;
      }
        .ug-featured .title {
            font-size: 24px;
            line-height: 1.2;
            margin-bottom: 40px;
        }
        .ug-featured-box {
            flex-wrap: wrap;
        }
        .ug-featured-box .content {
            width: 100%;
            padding: 0 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 135px;
        }
        .ug-featured-box .content .text {
            font-size: 14px !important;
            line-height: 1.2;
            margin-bottom: 40px;
            color: inherit;
            order: 2;
        }
        .ug-featured-box .content .person-name {
            font-size: 20px;
            line-height: 1.2;
            margin-bottom: 4px;
        }
        .ug-featured-box .person {
            width: 100%;
        }
        .ug-featured-box .person img {
            width: 100%;
            display: block;
        }
        .ug-featured-main {
            width: 100%;
            height: auto;
            align-items: flex-start;
        }
        .ug-featured .cursor-btns {
            top: 22%;
            bottom: auto;
            left: 50%;
            transform: translateX(-50%);
        }
        .ug-featured .swiper-thumbs .swiper-wrapper {
            display: flex;
            justify-content: center;
        }
    }

    #shopify-section-template--14456677531710__ug-index-featured .ug-featured {overflow: hidden;}
    /*ug-featured End*/


  /*ug-link*/
  .ug-link {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #F0F0F2;
}
.ug-link .desc {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}
.ug-link .link-images {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.ug-link .link-images .link-image {
    width: 184px;
    height: 80px;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
}
.link-image:last-child {
    margin-right: 0;
}
.link-image.active::before {
    content: '';
    width: 80%;
    height: 2px;
    background: black;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ug-link .link-images .link-image img {
    width: 100%;
}
@media (max-width: 767px) {
    .ug-link {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .ug-link .desc {
        font-size: 16px;
        line-height: 1.2;
        width: 100%;
        padding: 0 30px;
    }
    .ug-link .link-images {
        margin-top: 40px;
    }
    .ug-link .link-images .link-image {
        width: 100px;
        height: 40px;
        margin-right: 0;
    }
}
/*ug-link*/


.ugreen_social{
    padding: 0 0 120px 0;
    background: #F0F0F2;
}
.ugreen_social .title{
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 36px;
}
.ugreen_social .item{
position: relative;
overflow: hidden;
max-width: 350px;
}

.ugreen_social .item .item_bgc{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all .3s;
}
.ugreen_social .item img{
transition: all .3s;
}
.ugreen_social .item:hover .item_bgc{
opacity: 1;
}
.ugreen_social .item:hover img{
transform: scale(1.1);
}
.ugreen_social .item .item_bgc .icon{
width: 50px;
height: 50px;
color: #fff;
}
.ugreen_social .swiper-wrapper {
-webkit-transition-timing-function: linear!important; /*之前是ease-out*/
-moz-transition-timing-function: linear;
-ms-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;

}
@media (max-width:768px) {
.ugreen_social{
    padding: 0 0 80px 0;
}
.ugreen_social .title{
    font-size: 24px;
    margin-bottom: 40px;
}
.ugreen_social .item{
    max-width: 200px;
}
}

/* ==================flickity css========================================== */
    /* external css: flickity.css */
    .carousel {
        background: #EEE;
        justify-content: left !important;
        /* float: left !important; */
        margin: 0px auto !important;
    }
    
    .carousel-cell {
        width: 350px;
        height: 350px;
        margin-right: 10px;
        background: #8C8;
        border-radius: 5px;
        position: relative;
    }
    
    .carousel-cell .instagram-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s ease, filter 0.3s ease;
        font-size: 50px; /* Adjust size as needed */
        color: white;
        filter: blur(5px);
    }
    
    .carousel-cell:hover .instagram-icon {
        opacity: 0.5;
        filter: blur(0px);
        background-color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    
    @media (max-width: 325px) {
        .carousel-cell {
            width: 270px;
            height: 270px;
        }
    }
    
    .flickity-imgs {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
/* ======================flickity end===================================== */


.person-slider{
    background: linear-gradient(180deg, #1C1C1E 0%, #747A81 100%);
}

.person-slider-title{
    font-family: Arial, Helvetica, sans-serif;
    color: white !important;
    font-size: 36px;
    font-weight: bold;
    color: inherit;
    line-height: 1.2;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 60px;
}


.person-content{
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: white;
    line-height: 1.5;
    padding: 80px 20px 20px;
}

@media (max-width: 425px) {
    .person-content{
        padding: 10px 10px 0px 10px ;
        font-size: 15px;
    }
    .person-slider-title{
        margin-bottom: 10px;
    }
}
@media (max-width: 769px) {
    .person-content{
        padding: 60px 10px 0px 10px ;
        font-size: 15px;
    }
    .person-slider-title{
        margin-bottom: 10px;
    }
}

.image-container {
    position: relative;
  }

@media (max-width:768px) {
    .image-container img {
        width: 100% !important;
        height: 80vh !important;
      }
      .image-content{
        top: 35% !important;
        left: 50%;
        width: 100% !important;
      }
}

@media (max-width:768px) {
      .image-content-2{
        top: 35% !important;
        left: 50% !important;
        width: 100% !important;
      }
}
  
  .image-container img {
    width: 100%;
    height: auto;
  }
  
  .image-content {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.5); /* Optional: Adds a semi-transparent background */
    
    padding: 20px;
    border-radius: 10px;
  }
  
  .image-content h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
  }
  
  .image-content p {
    margin: 5px 0 0;
    font-size: 16px;
  }

  .image-content button{
    background-color: transparent !important;
    border: 1px solid white;
    margin-top: 5%;
    border-radius: 30px !important;
  }
.image-content-2 button:hover{
    background: #00CC88 !important;
}

.image-content-2 button{
    background-color: transparent !important;
    border: 1px solid black;
    margin-top: 5%;
    border-radius: 30px !important;
  }
.image-content button:hover{
    background: #00CC88 !important;
}
  
  .image-content-2 {
    position: absolute;
    top: 40%;
    left: 15%;
    transform: translate(-50%, -50%);
    color: black;
    text-align: center;
    background: rgba(0, 0, 0, 0); /* Optional: Adds a semi-transparent background */
    padding: 20px;
    border-radius: 10px;
  }
  
  .image-content-2 h2 {
    margin: 0;
    font-size: 24px;
  }
  
  .image-content-2 p {
    margin: 5px 0 0;
    font-size: 16px;
  }
  .image-content-2 button{
    background-color: transparent !important;
    border-radius: 30px !important;
  }

.sbc-icons{
    width: 50%;
}

@media (max-width:769px) {
    .sbc-icons{
        width: 100% !important;
    }
}

@media (max-width:768px) {
    .footer-hide-special{
        display: none !important;
    }
}
@media (min-width:769px) {
    .special-accordian-hide-footer{
        display: none !important;
    }
}

.accordion-button::after{
    display: none;
}

.accordinan-bg-clr{
    background-color: #e4e4e4 ;
}











