/*banner*/
   .ug-home-banner {
       width: 100%;
       height: 920px;
   }
   .ug-home-banner picture img {
       width: 100%;
       height: 100%;
       object-fit: cover;
   }
   .ug-home-banner-box {
       text-align: center;
       position: absolute;
       left: 50%;
       transform: translateX(-50%);
     width:100%;
     max-width:1280px;
   }
   .ug-home-banner-box .sub_title {
       color: #000;
      font-size: 16px;
      font-weight: 400;
      line-height: 130%;
     margin: 0 0 8px 0;
   }
  .ug-home-banner-box .title {
       font-size: 40px;
       font-weight: 700;
        line-height: 130%;
       margin: 0 0 16px 0;
       color: inherit;
   }
   .ug-home-banner-box .title p, .ug-home-banner-box .sub_title p{
     margin:0;
   }
   .ug-home-banner-box .sub {
       font-size: 20px;
      font-weight: 600;
      line-height: 130%;
       margin: 0 0 40px 0;
       color: inherit;
   }
   .ug-home-banner-box .btn {
       display: inline-block;
       line-height: 45px;
       text-align: center;
       padding: 0 29px;
       border: 2px solid;
       border-radius: 60px;
       font-size: 16px;
       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: 40px;
       height: 40px;
       border-radius: 50%;
   }
   .ug-home-banner .swiper-button-next:after, .ug-home-banner .swiper-button-prev:after {
       font-size: 16px;
       width: 100%;
       height: 100%;
       text-align: center;
       line-height: 40px;
   }
   .ug-home-banner .swiper-button-prev, .ug-home-banner .swiper-rtl .swiper-button-next {
       left: 25px;
   }
   .ug-home-banner .swiper-button-next, .ug-home-banner .swiper-rtl .swiper-button-prev {
       right: 40px;
   }
   .ug-home-banner .swiper-pagination-bullet {
       width: 40px;
           height: 4px;
       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;
   }
   .ug-home-banner .scroll-box{
     position: absolute;
     bottom: 90px;
     height: 90px;
     padding-top:30px;
     left: 0;
     right: 0;
     overflow: hidden;
     visibility: hidden;
   }
   .ug-home-banner .scroll-swiper{
       width: fit-content;
   }
   .ug-home-banner .scroll-box{
     max-width: 1280px;
     margin: 0px auto;
   }
   .ug-home-banner .scroll-wrapper{
     max-width: unset;
     height: 90px;
     position: relative;
     padding-left: 16px;
   }
   @media screen and (min-width: 2100px) {
     .ug-home-banner {
       height: 1200px;
   }
   }
   @media screen and (max-width: 1440px) {
     .ug-home-banner {
       height: 800px;
   }
   }
   .ug-home-banner .scroll-box-before{
     position: absolute;
     left: 0;
     top: 7px;
     width: 2px;
     height: calc(60% / 3);
     background: #fff;
     z-index: 10;
   }
   .ug-home-banner .scroll-box .scroll-item{
     cursor: pointer;
     opacity: 0.5;
     font-size: 14px;
     line-height:30px;
   }
   .ug-home-banner .scroll-box .scroll-item.swiper-slide-active{
     opacity: 1;
   }
   .ug-home-banner-titlemodel .swiper-horizontal>.swiper-pagination-bullets,
   .ug-home-banner-titlemodel .swiper-pagination-bullets.swiper-pagination-horizontal{
     display: none;
   }
   .scroll-wrapper-template--18698832773426__ug-index-carousel .swiper-slide{
     color: inherit;
   }
   .swiper-pagination-homebanner{
     position: absolute;
     text-align: center;
     z-index: 1;
   }

   .ug-home-bannertemplate--18698832773426__ug-index-carousel .scroll-swiper{
     position: relative;
   }
   .ug-home-bannertemplate--18698832773426__ug-index-carousel .scroll-box-prev,
   .ug-home-bannertemplate--18698832773426__ug-index-carousel .scroll-box-next {
     position: absolute;
     top:-30px;
     left:0px;
     width:100%;
     height:30px;
     cursor: pointer;
     z-index: 2;
   }
   .ug-home-bannertemplate--18698832773426__ug-index-carousel .scroll-box-next{
     top:30px;
   }
   
   @media (max-width: 767px) {
       .ug-home-banner {
           height: 580px
       }
       .ug-home-banner-box {
           top: 15%;
  left:0;
           padding: 0 20px;
           width: 100%;
           transform: none;
       }
       .ug-home-banner-box .title {
           font-size: 28px;
           flex-wrap: wrap;
           margin: 0 0 8px 0;
       }
       .ug-home-banner-box .sub {
           font-size: 16px;
           margin: 0 0 26px 0;
           line-height: 1.2;
       }
       .ug-home-banner-box .btn {
           height: 40px;
           min-width: 140px;
           justify-content: center;
           align-items: center;
           line-height: 1;
           display: inline-flex;
       }
      .ug-home-banner  .swiper-button-next, .ug-home-banner  .swiper-button-prev {
        display: none;
      }
      .ug-home-banner .scroll-box{
       display: none;
     }
     .ug-home-banner-titlemodel .swiper-horizontal>.swiper-pagination-bullets,
     .ug-home-banner-titlemodel .swiper-pagination-bullets.swiper-pagination-horizontal{
       display: block;
     }
   }
   .thunderbolt .ug-home-banner-box .btn{
border:none;
}
.thunderbolt .ug-home-banner-box .btn:hover{
background: none !important;
border-color: none !important;
color: #B2642D !important;
}
.thunderbolt .ug-home-banner-box .btn svg{display:none;}
.revodok-banner-title {
text-align: center;
font-size: 48px;
font-weight: 600;
line-height: 100%;
letter-spacing: -1.44px;
color: #fff;
}
.revodok-banner-subtitle {
color: #FFF;
text-align: center;
font-size: 48px;
font-weight: 700;
line-height: 130%;
}
.revodok-banner-highlight {
background: var(--TBTS, linear-gradient(90deg, #BB714C 0%, #D99A6D 50%, #FBCFB9 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 48px;
font-weight: 600;
line-height: 100%;
letter-spacing: -1.44px;
}
.revodok-banner-description {
margin-top: 20px;
color: #FFF;
text-align: center;
font-size: 32px;
font-weight: 400;
line-height: 130%;
letter-spacing: -0.32px;
}
.revodok-banner-button {
color: #B2642D;
height: 44px;
width: fit-content;
justify-content: center;
align-items: center;
margin: 0 auto auto;
display: flex;
padding: 7.5px 20px;
padding: 7.5px 20px;
text-decoration: none;
border-radius: 30px;
transition: all 0.3s;
text-align: center;
font-size: 22px;
font-weight: 600;
line-height: 18px;
border-radius: 121.053px;
border: 2px solid transparent;
background-image: linear-gradient(#050505, #050505), var(--TBTS, linear-gradient(90deg, #BB714C 0%, #D99A6D 50%, #FBCFB9 100%));
background-origin: border-box;
background-clip: padding-box, border-box;
}
.revodok-banner-button-text {
background: var(--TBTS, linear-gradient(90deg, #BB714C 0%, #D99A6D 50%, #FBCFB9 100%)) !important;
background-clip: text !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
.revodok-banner-button:hover {
border-radius: 121.053px;
border-color: transparent;
background-image: linear-gradient(#050505, #050505), linear-gradient(90deg, #B2642D 0%, #B2642D 100%) !important;
}
.revodok-banner-button:hover .revodok-banner-button-text {
background: none;
color: #B2642D !important;
-webkit-text-fill-color: #B2642D;
}
@media (max-width: 1023.98px) {
.revodok-banner-title {
color: #FFF;
text-align: center;
font-size: 6.4000vw;
font-weight: 700;
line-height: 100%;
margin-bottom: 1.0666vw;
}
.revodok-banner-description {
margin-top: 4.2666vw;
color: #FFF;
text-align: center;
font-size: 4.2666vw;
font-weight: 400;
line-height: 130%;
}
.revodok-banner-button {
color: #B2642D;
height: 8.0000vw;
width: fit-content;
justify-content: center;
align-items: center;
margin: 0 auto auto;
display: flex;
padding: 2.0000vw 4.1334vw;
padding: 2.0000vw 4.1334vw;
text-decoration: none;
border-radius: 32.0000vw;
transition: all 0.3s;
text-align: center;
font-size: 3.7334vw;
font-weight: 600;
line-height: 4.8000vw;
border-radius: 32.2808vw;
border: 0.3734vw solid transparent;
background-image: linear-gradient(#050505, #050505), var(--TBTS, linear-gradient(90deg, #BB714C 0%, #D99A6D 50%, #FBCFB9 100%));
background-origin: border-box;
background-clip: padding-box, border-box;
}
.revodok-banner-highlight {
background: var(--TBTS, linear-gradient(90deg, #BB714C 0%, #D99A6D 50%, #FBCFB9 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 6.4000vw;
font-weight: 600;
}
.revodok-banner-subtitle {
color: #FFF;
text-align: center;
font-size: 6.4000vw;
font-weight: 700;
line-height: 130%;
}
}
.easter-deals-banner .ug-home-banner-box .sub_title{
    display: inline-block;
    padding: 8px 16px;
    background: #E8F6CF;
    border-radius: 30px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #000000;
  }
   /*banner*/


@font-face {
        font-family: "Metropolis";
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src: url() format("woff2");
    }

         @font-face {
      font-family: "Metropolis";
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        src: url() format("woff2");
    }

         @font-face {
      font-family: "Metropolis";
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        src: url() format("woff2");
    }

         @font-face {
      font-family: "Metropolis";
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src: url() format("woff2");
    }

    @font-face {
        font-family: "Poppins";
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src: url() format("woff2");
    }
    @font-face {
        font-family: "Lato";
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src: url() format("woff2");
    }
    :root {
        
         /* CSS Variables */
        --wrapper-mw      : 1280px;
        --font-family-1   : "Metropolis";
        --font-family-2   : "Metropolis";
        --font-family-3   : "Metropolis";
        --font-body-family   : "Metropolis";
        --font-heading-family: "Metropolis";
       
        
        --t4s-success-color       : #428445;
        --t4s-success-color-rgb   : 66, 132, 69;
        --t4s-warning-color       : #e0b252;
        --t4s-warning-color-rgb   : 224, 178, 82;
        --t4s-error-color         : #EB001B;
        --t4s-error-color-rgb     : 235, 0, 27;
        --t4s-light-color         : #ffffff;
        --t4s-dark-color          : #222222;
        --t4s-highlight-color     : #ec0101;
        --t4s-tooltip-background  : #383838;
        --t4s-tooltip-color       : #fff;
        --loading-bar-color       : #131414;
        --primary-sw-color        : #333;
        --primary-sw-color-rgb    : 51, 51, 51;
        --border-sw-color         : #ddd;
        --secondary-sw-color      : #878787;
        --primary-price-color     : #ec0101;
        --secondary-price-color   : #878787;
        
        --t4s-body-background     : #fff;
        --text-color              : #878787;
        --text-color-rgb          : 135, 135, 135;
        --heading-color           : #222222;
        --accent-color            : #131414;
        --accent-color-rgb        : 19, 20, 20;
        --accent-color-darken     : #000000;
        --accent-color-hover      : var(--accent-color-darken);
        --secondary-color         : #222;
        --secondary-color-rgb     : 34, 34, 34;
        --link-color              : #8e8e8e;
        --link-color-hover        : #8e8e8e;
        --border-color            : #ddd;
        --border-color-rgb        : 221, 221, 221;
        --border-primary-color    : #333;
        --button-background       : #131414;
        --button-color            : #fff;
        --button-background-hover : #131414;
        --button-color-hover      : #fff;

        --sale-badge-background    : #ff4e00;
        --sale-badge-color         : #fff;
        --new-badge-background     : #109533;
        --new-badge-color          : #fff;
        --preorder-badge-background: #0774d7;
        --preorder-badge-color     : #fff;
        --soldout-badge-background : #999999;
        --soldout-badge-color      : #fff;
        --custom-badge-background  : #00A500;
        --custom-badge-color       : #fff;/* Shopify related variables */
        --payment-terms-background-color: ;
        
        --lz-background: #f5f5f5;
        --lz-img: url("cdn/shop/t/4/assets/t4s_loader%EF%B9%96v=151983654912155615811681467431.svg");}

    html {
      font-size: 62.5%;
      height: 100%;
    }

    body {
      margin: 0;
      font-size:14px;
      letter-spacing: 0;
      color: var(--text-color);
      font-family: var(--font-body-family);
      line-height: 1.7;
      font-weight: 400;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: auto;
    }
    /*
    @media screen and (min-width: 750px) {
      body {
        font-size: 1.6rem;
      }
    }
    */

    h1, h2, h3, h4, h5, h6, .t4s_as_title {
      color: var(--heading-color);
      font-family: var(--font-heading-family);
      line-height: 1.4;
      font-weight: 600;
      letter-spacing: 0;
    }
    h1 { font-size: 37px }
    h2 { font-size: 29px }
    h3 { font-size: 23px }
    h4 { font-size: 18px }
    h5 { font-size: 17px }
    h6 { font-size: 15.5px }
    a,.t4s_as_link {
      /* font-family: var(--font-link-family); */
      color: var(--link-color);
    }
    a:hover,.t4s_as_link:hover {
      color: var(--link-color-hover);
    }
    button,
    input,
    optgroup,
    select,
    textarea {
      border-color: var(--border-color);
    }
    .t4s_as_button,
    button,
    input[type="button"]:not(.t4s-btn),
    input[type="reset"],
    input[type="submit"]:not(.t4s-btn) {
      font-family: var(--font-button-family);
      color: var(--button-color);
      background-color: var(--button-background);
      border-color: var(--button-background);
    }
    .t4s_as_button:hover,
    button:hover,
    input[type="button"]:not(.t4s-btn):hover, 
    input[type="reset"]:hover,
    input[type="submit"]:not(.t4s-btn):hover  {
      color: var(--button-color-hover);
      background-color: var(--button-background-hover);
      border-color: var(--button-background-hover);
    }
    
    .t4s-cp,.t4s-color-accent { color : var(--accent-color) }.t4s-ct,.t4s-color-text { color : var(--text-color) }.t4s-ch,.t4ss-color-heading { color : var(--heading-color) }.t4s-csecondary { color : var(--secondary-color ) }
    
    .t4s-fnt-fm-1 {
      font-family: var(--font-family-1) !important;
    }
    .t4s-fnt-fm-2 {
      font-family: var(--font-family-2) !important;
    }
    .t4s-fnt-fm-3 {
      font-family: var(--font-family-3) !important;
    }
    .t4s-cr {
        color: var(--t4s-highlight-color);
    }
    .t4s-price__sale { color: var(--primary-price-color); }
.t4s-product-form__buttons .shopify-payment-button .shopify-payment-button__button--unbranded {
          position: relative;
          overflow: hidden;
      }
      .t4s-product-form__buttons .shopify-payment-button .shopify-payment-button__button--unbranded:after {
          content: "Buy Now";
          background: inherit;
          font-size: inherit;
          color: inherit;
          height: 100%;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: 0;
          left: 0;
          text-transform: none;
      }
    
.t4s-title {--color: #222222;
			font-family: var(--font-family-1);
			font-size: 36px;
			font-weight: 800;line-height: 45px;}
		
			.t4s-top-heading .t4s-cbl {
				--color: #222222;
			}
		
		@media (min-width: 768px) {
			.t4s-title {
			   font-size: 48px;
				font-weight: 800;line-height: 80px;}
		}.t4s-subtitle {font-style: italic;--color: #878787;
			font-family: var(--font-family-3);
			font-size: 14px;
			font-weight: 400;}
		
		@media (min-width: 768px) {
			.t4s-subtitle {
			   font-size: 14px;
				font-weight: 400;}
		}
.t4s-section-config-product .t4s_box_pr_grid {
		margin-bottom: 100px;
	}
	.t4s-section-config-product .t4s-top-heading {
		margin-bottom: 30px;
	}
	.t4s-product:not(.t4s-pr-style4) {
		--pr-btn-radius-size       : 0px;
	}.t4s-product {
		--swatch-color-size 	   : 18px;
		--swatch-color-size-mb 	   : 15px;
		--pr-background-overlay    : rgba(0, 0, 0, 0.1);
		--product-title-family     : var(--font-family-1);
		--product-title-style      : none;
		--product-title-size       : 14px;
		--product-title-weight     : 500;
		--product-title-line-height: 20px;
		--product-title-spacing    : 0px;
		--product-price-size       : 18px;
		--product-price-weight     : 500;
		--product-space-img-txt    : 0px;
		--product-space-elements   : 0px;

		--pr-countdown-color       : #fff;
		--pr-countdown-bg-color    : #56cfe1;
	}
	.t4s-product:not(.t4s-pr-packery) {
		--product-title-color      : #666666;
		--product-title-color-hover: #878787;
		--product-price-color      : #000000;
		--product-vendors-color : #878787;
		--product-vendors-color-hover : #56cfe1;
		--product-price-sale-color : #222222;
	}
.t4s-pr-style1 {

			      
			        --pr-addtocart-color             : #ffffff;
			        --pr-addtocart-color2            : #222;
			        --pr-addtocart-color-hover       : #222222;
			        --pr-addtocart-color2-hover      : #fff;

			        --pr-quickview-color             : #ffffff;
			        --pr-quickview-color2            : #222;
			        --pr-quickview-color-hover       : #222222;
			        --pr-quickview-color2-hover      : #fff;

			        --pr-wishlist-color              : #ffffff;
			        --pr-wishlist-color2             : #222;
			        --pr-wishlist-color-hover        : #222222;
			        --pr-wishlist-color2-hover       : #fff;
			        --pr-wishlist-color-active        : #e81e63;
			        --pr-wishlist-color2-active       : #fff;

			        --pr-compare-color               : #ffffff;
			        --pr-compare-color2              : #222;
			        --pr-compare-color-hover         : #222222;
			        --pr-compare-color2-hover        : #fff;

			        --size-list-color                : #ffffff;
            }
.t4s-pr-style2 {

			        
			        --pr-addtocart-color             : #ffffff;
			        --pr-addtocart-color2            : #222;
			        --pr-addtocart-color-hover       : #222222;
			        --pr-addtocart-color2-hover      : #fff;

			        --pr-quickview-color             : #ffffff;
			        --pr-quickview-color2            : #222;
			        --pr-quickview-color-hover       : #222222;
			        --pr-quickview-color2-hover      : #fff;

			        --pr-wishlist-color              : #ffffff;
			        --pr-wishlist-color2             : #222;
			        --pr-wishlist-color-hover        : #222222;
			        --pr-wishlist-color2-hover       : #fff;
			        --pr-wishlist-color-active        : #e81e63;
			        --pr-wishlist-color2-active       : #fff;

			        --pr-compare-color               : #ffffff;
			        --pr-compare-color2              : #222;
			        --pr-compare-color-hover         : #222222;
			        --pr-compare-color2-hover        : #fff;
			        
			        --size-list-color                : #ffffff;
            }
.t4s-pr-style3 {

			       
			        --pr-addtocart-color             : #ffffff;
			        --pr-addtocart-color2            : #222;
			        --pr-addtocart-color-hover       : #222222;
			        --pr-addtocart-color2-hover      : #fff;

			        --pr-quickview-color             : #ffffff;
			        --pr-quickview-color2            : #222;
			        --pr-quickview-color-hover       : #222222;
			        --pr-quickview-color2-hover      : #fff;

			        --pr-wishlist-color              : #ffffff;
			        --pr-wishlist-color2             : #222;
			        --pr-wishlist-color-hover        : #222222;
			        --pr-wishlist-color2-hover       : #fff;
			        --pr-wishlist-color-active        : #e81e63;
			        --pr-wishlist-color2-active       : #fff;

			        --pr-compare-color               : #ffffff;
			        --pr-compare-color2              : #222;
			        --pr-compare-color-hover         : #222222;
			        --pr-compare-color2-hover        : #fff;
			        
			        --size-list-color                : #ffffff;
            }
.t4s-pr-style4 {


			        --pr-btn-radius-size       		 : 0px;
			        
			        --pr-addtocart-color             : #222222;
			        --pr-addtocart-color2            : #fff;
			        --pr-addtocart-color-hover       : #222222;
			        --pr-addtocart-color2-hover      : #fff;

			        --pr-quickview-color             : #ffffff;
			        --pr-quickview-color2            : #222;
			        --pr-quickview-color-hover       : #222222;
			        --pr-quickview-color2-hover      : #fff;

			        --pr-wishlist-color              : #ffffff;
			        --pr-wishlist-color2             : #222;
			        --pr-wishlist-color-hover        : #222222;
			        --pr-wishlist-color2-hover       : #fff;
			        --pr-wishlist-color-active        : #e81e63;
			        --pr-wishlist-color2-active       : #fff;

			        --pr-compare-color               : #ffffff;
			        --pr-compare-color2              : #222;
			        --pr-compare-color-hover         : #222222;
			        --pr-compare-color2-hover        : #fff;
			        
			        --size-list-color                : #ffffff;
            }
.t4s-pr-style5 {

			        
			        --pr-addtocart-color             : #ffffff;
			        --pr-addtocart-color2            : #222;
			        --pr-addtocart-color-hover       : #222222;
			        --pr-addtocart-color2-hover      : #fff;

			        --pr-quickview-color             : #ffffff;
			        --pr-quickview-color2            : #222;
			        --pr-quickview-color-hover       : #222222;
			        --pr-quickview-color2-hover      : #fff;

			        --pr-wishlist-color              : #ffffff;
			        --pr-wishlist-color2             : #222;
			        --pr-wishlist-color-hover        : #222222;
			        --pr-wishlist-color2-hover       : #fff;
			        --pr-wishlist-color-active        : #e81e63;
			        --pr-wishlist-color2-active       : #fff;

			        --pr-compare-color               : #ffffff;
			        --pr-compare-color2              : #222;
			        --pr-compare-color-hover         : #222222;
			        --pr-compare-color2-hover        : #fff;
			        
			        --size-list-color                : #ffffff;
            }
.t4s-pr-style6 {

			        
			        --pr-addtocart-color             : #56cfe1;
			        --pr-addtocart-color2            : #fff;
			        --pr-addtocart-color-hover       : #00badb;
			        --pr-addtocart-color2-hover      : #fff;

			        --pr-quickview-color             : #ffffff;
			        --pr-quickview-color2            : #222;
			        --pr-quickview-color-hover       : #222222;
			        --pr-quickview-color2-hover      : #fff;

			        --pr-wishlist-color              : #ffffff;
			        --pr-wishlist-color2             : #222;
			        --pr-wishlist-color-hover        : #222222;
			        --pr-wishlist-color2-hover       : #fff;
			        --pr-wishlist-color-active        : #e81e63;
			        --pr-wishlist-color2-active       : #fff;

			        --pr-compare-color               : #ffffff;
			        --pr-compare-color2              : #222;
			        --pr-compare-color-hover         : #222222;
			        --pr-compare-color2-hover        : #fff;
			        
			        --size-list-color                : #ffffff;
            }
.t4s-product.t4s-pr-list,
            .is--listview .t4s-product {

	
				--content-cl : #878787;

		        --pr-addtocart-color             : #56cfe1;
		        --pr-addtocart-color2            : #fff;
		        --pr-addtocart-color-hover       : #222222;
		        --pr-addtocart-color2-hover      : #fff;

		        --pr-quickview-color             : #56cfe1;
		        --pr-quickview-color2            : #fff;
		        --pr-quickview-color-hover       : #222222;
		        --pr-quickview-color2-hover      : #fff;

		        --pr-wishlist-color              : #ffffff;
		        --pr-wishlist-color2             : #222;
		        --pr-wishlist-color-hover        : #222222;
		        --pr-wishlist-color2-hover       : #fff;
		        --pr-wishlist-color-active        : #e81e63;
		        --pr-wishlist-color2-active       : #fff;

		        --pr-compare-color               : #ffffff;
		        --pr-compare-color2              : #222;
		        --pr-compare-color-hover         : #222222;
		        --pr-compare-color2-hover        : #fff;
		        
		        --size-list-color                : #ffffff;
            }
.t4s-product.t4s-pr-packery {

			        
			        --product-title-color      : #ffffff;
					--product-title-color-hover: #56cfe1;

					--product-price-color      : #ffffff;
					--product-price-sale-color : #ec0101;


			        --pr-addtocart-color             : #ffffff;
			        --pr-addtocart-color2            : #222;
			        --pr-addtocart-color-hover       : #222222;
			        --pr-addtocart-color2-hover      : #fff;

			        --pr-quickview-color             : #ffffff;
			        --pr-quickview-color2            : #222;
			        --pr-quickview-color-hover       : #222222;
			        --pr-quickview-color2-hover      : #fff;

			        --pr-wishlist-color              : #ffffff;
			        --pr-wishlist-color2             : #222;
			        --pr-wishlist-color-hover        : #222222;
			        --pr-wishlist-color2-hover       : #fff;
			        --pr-wishlist-color-active        : #e81e63;
			        --pr-wishlist-color2-active       : #fff;

			        --pr-compare-color               : #ffffff;
			        --pr-compare-color2              : #222;
			        --pr-compare-color-hover         : #222222;
			        --pr-compare-color2-hover        : #fff;
			        
			        --size-list-color                : #ffffff;
            }
:root {
        --btn-radius:0px;
    }
    button{
        font-family: var(--font-family-1) !important; 
    }
    .t4s-btn-base {
        font-family: var(--font-family-1) !important; 
        --btn-fw:600;
    }
.t4s-pr__notify-stock.t4s-btn-color-custom1,
        .t4s-payment-button.t4s-btn-color-custom1,
        .t4s-btn-base.t4s-btn-style-default.t4s-btn-color-custom1,
        .t4s-lm-bar.t4s-btn-color-custom1 {
            --btn-color           : #ffffff;
            --btn-background      : #131414;
            --btn-border          : #131414;
            --btn-color-hover     : #ffffff;
            --btn-background-hover: #131414;
            --btn-border-hover    :#131414;           
        }
        .t4s-btn-base.t4s-btn-style-outline.t4s-btn-color-custom1{
            --btn-color           : #131414;
            --btn-border          : #131414;
            --btn-color-hover     : #ffffff;
            --btn-background-hover : #131414;
        }
        .t4s-btn-base.t4s-btn-style-bordered.t4s-btn-color-custom1{
            --btn-color           : #131414;
            --btn-border          : #131414;
            --btn-color-hover     : #131414;
            --btn-border-hover    : #131414;
        }
        .t4s-btn-base.t4s-btn-style-link.t4s-btn-color-custom1{
            --btn-color           : #131414;
            --btn-border          : #131414;
            --btn-color-hover     : #131414;
            --btn-border-hover    : #131414;
        }
.t4s-pr__notify-stock.t4s-btn-color-custom2,
        .t4s-payment-button.t4s-btn-color-custom2,
        .t4s-btn-base.t4s-btn-style-default.t4s-btn-color-custom2,
        .t4s-lm-bar.t4s-btn-color-custom2 {
            --btn-color           : #222222;
            --btn-background      : #f7f7f7;
            --btn-border          : #f7f7f7;
            --btn-color-hover     : #222222;
            --btn-background-hover: #ffffff;
            --btn-border-hover    :#ffffff;           
        }
        .t4s-btn-base.t4s-btn-style-outline.t4s-btn-color-custom2{
            --btn-color           : #f7f7f7;
            --btn-border          : #f7f7f7;
            --btn-color-hover     : #222222;
            --btn-background-hover : #ffffff;
        }
        .t4s-btn-base.t4s-btn-style-bordered.t4s-btn-color-custom2{
            --btn-color           : #f7f7f7;
            --btn-border          : #f7f7f7;
            --btn-color-hover     : #ffffff;
            --btn-border-hover    : #ffffff;
        }
        .t4s-btn-base.t4s-btn-style-link.t4s-btn-color-custom2{
            --btn-color           : #f7f7f7;
            --btn-border          : #f7f7f7;
            --btn-color-hover     : #ffffff;
            --btn-border-hover    : #ffffff;
        }
.top-countdown-bardiv p,
  .top-countdown-bardiv span,
  .top-countdown-bardiv a,
  .top-countdown-bardiv strong,
  .top-countdown-bardiv h1,
  .top-countdown-bardiv h2,
  .top-countdown-bardiv h3,
  .top-countdown-bardiv h4,
  .top-countdown-bardiv h5,
  .top-countdown-bardiv h6{
    font-size: inherit;
    line-height: inherit;
    margin-top:0px;
    margin-bottom:0px;
  }
  .top-countdown-bardiv{
    position: relative;
  }
  .top-countdown-bar-img{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height:100%;
  }
  .top-countdown-bar-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top-countdown-bar_contdiv{
    position: relative;
  }
  .top-countdown-bar-pd{
    padding-left:20px;
    padding-right:20px;
  }
  .top-countdown-bar-maxw{
    max-width: 1280px;
    margin: 0 auto;
  }
  .top-countdown-bar_contflex{
    padding-top:10px;
    padding-bottom:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:40px;
  }
  .top-countdown-bar_contfle-hh.top-countdown-bar_contflex{
    gap:8px;
    flex-direction: column;
  }
  .top-countdown-bar_contflex-l{
    display: flex;
    align-items: center;
  }
  .top-countdown-bar_contflex-l-text1{
    font-size: 12px;
    line-height: 20px;
    color:#FFE485;
    background: linear-gradient(180deg, #FDE07B 20%, #FDEC92 53.53%, #D9A748 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin-right: 15px;
  }
  .top-countdown-bar_contflex-l-text2{
    color:#fff;
    font-size:12px;
    line-height:20px;
  }
  .top-countdown-bar_contflex-l-text2 strong{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    background: linear-gradient(180deg, #FDE07B 20%, #FDEC92 53.53%, #D9A748 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .top-countdown-bar_contflex-r{
    display:flex;
    align-items: center;
    gap: 40px;
  }
  .top-countdown-bar_contfle-hh .top-countdown-bar_contflex-r{
    gap: 12px;
    justify-content: center;
    width: 100%;
  }
  
  .top-countdown-bardiv .ug-countdown-div{
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .top-countdown-bardiv .ug-countdown-div.dpn{
    display:none;
  }
  .top-countdown-bardiv .ug-countdown-item{
    display: flex;
    align-items: center;
  }
  .top-countdown-bardiv .ug-countdown-item-val{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.1);
  }
  .top-countdown-bardiv .ug-countdown-item-test{
    margin-left: 4px;
    display: inline-block;
    color: #FFE485;
    font-size: 12px;
    line-height: 20px;
  }
  
  
  .top-countdown-bardiv .top-countdown-bar_cont-learnmorediv{
    display: flex;
    align-items: center;
    color:#fff;
    font-size:12px;
    line-height: 20px;
    cursor: pointer;
  }
  .top-countdown-bardiv .top-countdown-bar_cont-learnmorediv:hover{
    color:#fff;
  }
  .top-countdown-bar_cont-learnmorediv svg{
    width:8px;
    height:8px;
    stroke:#fff;
  }
  
  

.t4s-top-bar {
         --tb-color: #ffffff; --tb-background: #000000;
         --tb-border-w:0px; --tb-border: #000000;
         --tb-color-a-hover: #8e8e8e;
       }
       .t4s-top-bar {
         font-size:12px;
         background-color: var(--tb-background);
         border-bottom: var(--tb-border-w) solid var(--tb-border);
         color:var(--tb-color)
       }
       .t4s-top-bar__wrap { padding: 10px 0; min-height:40px; }
       .t4s-top-bar a { color:var(--tb-color) }
       .t4s-top-bar .t4s-top-bar-text__item a { color: var(--tb-color-link); }
       .t4s-top-bar a:hover { color:var(--tb-color-a-hover) }
       .t4s-top-bar-text__item strong { font-weight: var(--tb-fw-bold); color: var(--tb-color-bold); }
       .t4s-top-bar a:hover strong{color:var(--tb-color-a-hover)}
       .t4s-top-bar-text__item p {margin-bottom:0}
       .t4s-top-bar .ml__15 { margin-left: 15px; }
       .rtl_true .t4s-top-bar .ml__15 { margin-left: 0;margin-right: 15px; }
       .t4s-top-bar__html i {font-size: 16px;vertical-align: middle;}
       .t4s-top-bar__html svg,.t4s-top-bar__location svg {width: 16px;height: 16px;vertical-align: middle;display: inline-block;}
    .t4s-top-bar__currencies,.t4s-top-bar__languages{margin-left: 15px;}
       .t4s-top-bar__currencies button,.t4s-top-bar__languages button{background: transparent;color: var(--tb-color);display: flex;padding: 0;align-items: center;line-height: 20px;font-size: 100%;}
       .t4s-top-bar__currencies button:hover,.t4s-top-bar__languages button:hover{background: transparent;color: var(--tb-color-a-hover);}
       .t4s-top-bar__currencies button svg,.t4s-top-bar__languages button svg{width: 8px;margin-left: 5px;}
       .t4s-top-bar__currencies .t4s-dropdown__wrapper,.t4s-top-bar__languages .t4s-dropdown__wrapper {background: #f6f6f8;padding: 15px;}
     	.t4s-top-bar__currencies .t4s-drop-arrow, .t4s-top-bar__languages .t4s-drop-arrow {background-color:#f6f6f8;}
       .t4s-top-bar__currencies button[data-flagst4="md"]:not(:last-child), .t4s-top-bar__languages button[data-flagst4="md"]:not(:last-child){margin-bottom: 7px;}
    .t4s-top-bar__currencies .t4s-dropdown__wrapper button,.t4s-top-bar__languages .t4s-dropdown__wrapper button {color: var(--text-color);}
    .t4s-top-bar__currencies .t4s-dropdown__wrapper button.is--selected, .t4s-top-bar__languages .t4s-dropdown__wrapper button.is--selected{color: var(--tb-color-a-hover);}
       @media (max-width: 767px) {
         .t4s-top-bar__currencies .t4s-dropdown__wrapper button, .t4s-top-bar__languages .t4s-dropdown__wrapper button {
             color: var(--text-color);
             padding: 5px 0;
         }
         .ug-nas-logo,#ug-top-current-country  {
         display: none;
       }
       }
       @media(min-width:768px){
    	.t4s-top-bar__currencies .t4s-dropdown__wrapper,.t4s-top-bar__languages .t4s-dropdown__wrapper {min-width: 100px;max-width: 300px;width: auto;}
       }
       .t4s-top-bar .t4s-countdown-enabled {display: inline-block}
       .ug-nas-logo {
         margin: 0 8px 0 8px;
         line-height: 1;
       }
       .t4s-top-bar__text {
         flex: 1;
       }
       #ug-top-current-country {
         margin: 0 26px;
       }
       #ug-top-current-country .country-icon {
           font-size: 1.5em;
       }
.t4s-top-bar {
                      --tb-fw-bold:700;
                      --tb-color-link: #ffffff; --tb-color-bold: #ffffff;
                    }
#t4s-hsticky__sentinel {
    height: 1px;
    bottom: 0;
  }

.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: -15px;
      }.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;
    }
  }
.ug-menu-custom {
		height: auto !important;
		flex-wrap: nowrap;
        display:flex;
        margin-top:10px;
        margin-left:0px;
	}
    .ug-menu-custom .t4s-col-item{
		margin-top:0px;
        margin-bottom: 10px;
	}
  .t4s-nav__hover_sideup .t4s-nav__ul>li.t4s-menu-item.is-action__hover>.t4s-sub-menu{
		padding-left:0px;
	}

.t4s-h-cart__design3 .t4s-count-box {
		    width: 19px;
		    height: 19px;
		    line-height: 19px;
		    position: static;
		    display: inline-block;
		}
		.t4s-h-cart__design2 .t4s-site-nav__icon:last-child,
		.t4s-h-cart__design3 .t4s-site-nav__icon:last-child,
		.t4s-h-cart__design4 .t4s-site-nav__icon:last-child,
		.t4s-h-cart__design5 .t4s-site-nav__icon:last-child {
		    padding-right: 0;
		}
    @media (min-width: 768px) {

	    	.t4s-h-cart__design2 .t4s-site-nav__cart a,
	    	.t4s-h-cart__design4 .t4s-site-nav__cart a,
	    	.t4s-h-cart__design5 .t4s-site-nav__cart a {
		      display: flex;
			   align-items: center;
			   justify-content: center;
	    	}
	    	.t4s-h-cart__design2 .t4s-h-cart-totals,
	    	.t4s-h-cart__design4 .t4s-h-cart-totals {
			    display: block;
			    margin-left: 15px;
			}
			.t4s-h-cart__design4 .t4s-site-nav__cart .t4s-count-box,
			.t4s-h-cart__design5 .t4s-site-nav__cart .t4s-count-box {
				display: none
			}
			.t4s-h-cart__design4 .t4s-h-cart-totals {
				margin-left: 7px;
			}
			.t4s-h-cart__design5 .t4s-h-cart__divider {
			    display: inline-block;
			}
			.t4s-h-cart__design5 .t4s-h-cart-totals {
			    display: block;
			    margin-left: 7px;
			}
			
			.t4s-h-cart__design1 .t4s-site-nav__icon.t4s-site-nav__btnMenu {
			    padding-right: 0;
			}
    }
    
.header__wrapper {
        transition: all .3s;
    }
    .header-thirdly-type .t4s-header__wrapper {
        --h-text-color: #000000;
        --h-text-color-rgb: 0, 0, 0;
        --h-text-color-hover: #000000;
    }
    .header-hover .t4s-header__wrapper {
        --h-text-color: #000000;
        --h-text-color-rgb: 0, 0, 0;
        --h-text-color-hover: #000000;
        --h-bg-color: #ffffff;
    }
    .header-second-type .t4s-header__wrapper {
        --h-text-color: #000000;
        --h-text-color-rgb: 0, 0, 0;
        --h-text-color-hover: #000000;
        --h-bg-color: #ffffff;
    }
    #shopify-section-header-inline.t4s-section-header {
        position: sticky;
        top: 30px;
        transform: translateY(-30px);
        z-index: 460;
    }
    .t4s-nav__ul li > a {
        position: relative;
    }
    .t4s-nav__ul>li:hover > a::before {
        content: '';
        position: absolute;
        bottom: -16px !important;
        left: 17.5px !important;
        top: auto !important;
        width: calc(100% - 35px);
        height: 30px;
        background: transparent;
        border-bottom: 2px solid black;
    }
    .t4s-nav__ul>li>a::before{
        bottom: 0!important;
    }

/* 轮播图的样式 */
/* 2024黑五banner */
.ug-home-lb-blackfriday .title{
  margin-bottom:1vw;
}
@media (max-width: 767px) {
.ug-home-lb-blackfriday .title{
  maring-bottom:8px;
}
}
   .ug-home-lb-blackfriday strong{
       color: #ffe485;
background: linear-gradient(180deg, #e6c654 -11.11%, #fde07b 22.7%, #fdec92 54.73%, #d9a748 91.79%, #e7b456 102.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* pre magflow */
.home-pre-magflow-banner{
  position: relative;
}
.home-pre-magflow-banner .ug-home-banner-box .btn{
    background: #190F09;
    border: none;
    color: #fff;
  }
.home-pre-magflow-banner::before{
  position: absolute;
  content: "";
  right: 20px;
  bottom: 10px;
  width: 80px;
  background: url() no-repeat;
  background-size: 100%;
  aspect-ratio: 95 / 84;
}
.home-pre-magflow-banner .ug-home-banner-box .title{
  font-size: 56px;
  line-height: 1.3;
}
.home-pre-magflow-banner .ug-home-banner-box .sub strong{
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 600;
}
.home-pre-magflow-banner .ug-home-banner-box .sub{
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .home-pre-magflow-banner .ug-home-banner-box .sub{
    margin-top: 8px;
  }
  .home-pre-magflow-banner .ug-home-banner-box .title{
    font-size:28px;
    line-height: 1.3;
  }
  .home-pre-magflow-banner::before{
    width: 45px;
    right: 12px;
    right: 12px;
  }
  .home-pre-magflow-banner .ug-home-banner-box .sub strong{
    line-height: 24px;
    margin-bottom: 4px;
    font-size: 18px;
  }
}
/* pre magflow end */
/* 2025 黑五 预热  */
.ug_black_friday_2025 .sub{
  margin-bottom: 22px;
}
.ug_black_friday_2025 .sub-inner{
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  color: #fff;
  width: fit-content;
  display: inline-block;
  padding: 0px 40px;
  position: relative;
}
.ug_black_friday_2025 .ug-home-banner-box .sub{
  margin-top: 28px;
}
.ug_black_friday_2025 .sub-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 57px;
  width: 40px;
  background: url() no-repeat center center;
  background-size: cover;
}
.ug_black_friday_2025 .sub-inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 57px;
  width: 40px;
  background: url() no-repeat center center;
  background-size: cover;
}
.ug_black_friday_2025 .sub-inner p {
  position: relative;
  padding: 0px 10px 0px 0px;
  display: block;
  line-height: 48px;
}
.ug_black_friday_2025 .sub-inner p::before {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  height: 57px;
  background: url() no-repeat center center;
  background-size: 100% 100%;
}
.ug_black_friday_2025 .sub-inner span {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  font: inherit;
  line-height: inherit;
}
.ug_black_friday_2025 .sub-inner strong {
  font-size: 32px;
  font-weight: 700;
  color: #FFDA70;
  position: relative;
}
.ug_black_friday_2025 .btn{
  background: #000;
  color: #fff;
  border-color: #000;
}
@media screen and (max-width: 1320px) {
  .ug_black_friday_2025 .ug-home-banner-box {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .ug_black_friday_2025 .ug-home-banner-box .sub{
    margin-top:8px;
    margin-bottom: 0px;
  }
  .ug_black_friday_2025 .sub-inner{
    font-size: 14px;
  }
  .ug_black_friday_2025 .sub-inner::before {
    height: 48px;
    width: 50px;
    background-size: contain;
  }
  .ug_black_friday_2025 .sub-inner::after {
    height: 48px;
    width: 46px;
    background-size: contain;
  }
  .ug_black_friday_2025 .sub-inner p {
    line-height: 40px;
    padding: 0px 4px 0px 2px;
  }
  .ug_black_friday_2025 .sub-inner p::before {
    height: 48px;
  }
  .ug_black_friday_2025 .sub-inner strong {
    font-size: 20px;
  }
  .ug_black_friday_2025 .ug-home-banner-box{
    top: 70px !important;
  }
  .ug_black_friday_2025 .ug-home-banner-box .btn{
    padding: 0px 20px;
  }
}
/* 2025 黑五 预热  end */
/* 2025 黑五 正式 */
.ug-home-2025-blackfriday .ug-home-banner-box .sub_title{
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 12px;
}
.ug-home-2025-blackfriday .ug-home-banner-box .sub_title p{
  color: inherit;
}
.ug-home-2025-blackfriday .ug-home-banner-box .title{
  color: #FFEABC;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
}
.ug-home-2025-blackfriday .ug-home-banner-box .sub {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%; 
  margin: 12px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ug-home-2025-blackfriday .ug-home-banner-box .sub strong{
  color: #FFE485;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}
.ug-home-2025-blackfriday .ug-home-banner-box .btn{
  border-color: #fff;
  background: #fff;
  color: #000;
}
.ug-home-2025-blackfriday .ug-home-banner-box .btn:hover{
  border-color: #000!important;
  background: #000!important;
  color: #FFE485;
}
@media screen and (max-width: 768px) {
  .ug-home-2025-blackfriday .ug-home-banner-box .sub_title{
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 6px;
    display: none;
  }
  .ug-home-2025-blackfriday .ug-home-banner-box .title{
    font-size: 26px;
    line-height: 130%;
  }
  .ug-home-2025-blackfriday .ug-home-banner-box .sub {
    font-size: 12px;
    margin: 12px 0 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .ug-home-2025-blackfriday .ug-home-banner-box .sub strong{
    font-size: 24px;
    line-height: 120%;
  }
}
/* 2025 黑五 正式 end */
/* 2025 圣诞 正式 */
.ug_christmas_2025 .ug-home-banner-box .sub_title{
  color: #FFF9E3;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 12px;
}
.ug_christmas_2025 .ug-home-banner-box .sub_title p{
  color: inherit;
}
.ug_christmas_2025 .ug-home-banner-box .title{
  text-shadow: 0 0 6px rgba(253, 200, 147, 0.50);
  background: linear-gradient(0deg, #FFEAB2 27.66%, #FFF9E3 82.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
}
.ug_christmas_2025 .ug-home-banner-box .title span{
  -webkit-text-fill-color: initial;
  background: none;
  color: #EDD449;
}
.ug_christmas_2025 .ug-home-banner-box .sub {
  color: #FFF9E3;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%; 
  margin: 12px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ug_christmas_2025 .ug-home-banner-box .sub strong{
  color: #FFE485;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}
.ug_christmas_2025 .ug-home-banner-box .btn{
  border-color: #fff;
  background: #fff;
  color: #000;
}
.ug_christmas_2025 .ug-home-banner-box .btn:hover{
  border-color: #007934!important;
  background: #007934!important;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ug_christmas_2025 .ug-home-banner-box .sub_title{
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 6px;
  }
  .ug_christmas_2025 .ug-home-banner-box .title{
    font-size: 26px;
    line-height: 130%;
  }
  .ug_christmas_2025 .ug-home-banner-box .sub {
    font-size: 12px;
    margin: 12px 0 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .ug_christmas_2025 .ug-home-banner-box .sub strong{
    font-size: 24px;
    line-height: 120%;
  }
}
/* 2025 圣诞 正式 end */

/*banner*/
   .ug-home-banner {
       width: 100%;
       height: 920px;
   }
   .ug-home-banner picture img {
       width: 100%;
       height: 100%;
       object-fit: cover;
   }
   .ug-home-banner-box {
       text-align: center;
       position: absolute;
       left: 50%;
       transform: translateX(-50%);
     width:100%;
     max-width:1280px;
   }
   .ug-home-banner-box .sub_title {
       color: #000;
      font-size: 16px;
      font-weight: 400;
      line-height: 130%;
     margin: 0 0 8px 0;
   }
  .ug-home-banner-box .title {
       font-size: 40px;
       font-weight: 700;
        line-height: 130%;
       margin: 0 0 16px 0;
       color: inherit;
   }
   .ug-home-banner-box .title p, .ug-home-banner-box .sub_title p{
     margin:0;
   }
   .ug-home-banner-box .sub {
       font-size: 20px;
      font-weight: 600;
      line-height: 130%;
       margin: 0 0 40px 0;
       color: inherit;
   }
   .ug-home-banner-box .btn {
       display: inline-block;
       line-height: 45px;
       text-align: center;
       padding: 0 29px;
       border: 2px solid;
       border-radius: 60px;
       font-size: 16px;
       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: 40px;
       height: 40px;
       border-radius: 50%;
   }
   .ug-home-banner .swiper-button-next:after, .ug-home-banner .swiper-button-prev:after {
       font-size: 16px;
       width: 100%;
       height: 100%;
       text-align: center;
       line-height: 40px;
   }
   .ug-home-banner .swiper-button-prev, .ug-home-banner .swiper-rtl .swiper-button-next {
       left: 25px;
   }
   .ug-home-banner .swiper-button-next, .ug-home-banner .swiper-rtl .swiper-button-prev {
       right: 40px;
   }
   .ug-home-banner .swiper-pagination-bullet {
       width: 40px;
           height: 4px;
       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;
   }
   .ug-home-banner .scroll-box{
     position: absolute;
     bottom: 90px;
     height: 90px;
     padding-top:30px;
     left: 0;
     right: 0;
     overflow: hidden;
     visibility: hidden;
   }
   .ug-home-banner .scroll-swiper{
       width: fit-content;
   }
   .ug-home-banner .scroll-box{
     max-width: 1280px;
     margin: 0px auto;
   }
   .ug-home-banner .scroll-wrapper{
     max-width: unset;
     height: 90px;
     position: relative;
     padding-left: 16px;
   }
   @media screen and (min-width: 2100px) {
     .ug-home-banner {
       height: 1200px;
   }
   }
   @media screen and (max-width: 1440px) {
     .ug-home-banner {
       height: 800px;
   }
   }
   .ug-home-banner .scroll-box-before{
     position: absolute;
     left: 0;
     top: 7px;
     width: 2px;
     height: calc(60% / 3);
     background: #fff;
     z-index: 10;
   }
   .ug-home-banner .scroll-box .scroll-item{
     cursor: pointer;
     opacity: 0.5;
     font-size: 14px;
     line-height:30px;
   }
   .ug-home-banner .scroll-box .scroll-item.swiper-slide-active{
     opacity: 1;
   }
   .ug-home-banner-titlemodel .swiper-horizontal>.swiper-pagination-bullets,
   .ug-home-banner-titlemodel .swiper-pagination-bullets.swiper-pagination-horizontal{
     display: none;
   }
   .scroll-wrapper-template--18698832773426__ug-index-carousel .swiper-slide{
     color: inherit;
   }
   .swiper-pagination-homebanner{
     position: absolute;
     text-align: center;
     z-index: 1;
   }

   .ug-home-bannertemplate--18698832773426__ug-index-carousel .scroll-swiper{
     position: relative;
   }
   .ug-home-bannertemplate--18698832773426__ug-index-carousel .scroll-box-prev,
   .ug-home-bannertemplate--18698832773426__ug-index-carousel .scroll-box-next {
     position: absolute;
     top:-30px;
     left:0px;
     width:100%;
     height:30px;
     cursor: pointer;
     z-index: 2;
   }
   .ug-home-bannertemplate--18698832773426__ug-index-carousel .scroll-box-next{
     top:30px;
   }
   
   @media (max-width: 767px) {
       .ug-home-banner {
           height: 580px
       }
       .ug-home-banner-box {
           top: 15%;
  left:0;
           padding: 0 20px;
           width: 100%;
           transform: none;
       }
       .ug-home-banner-box .title {
           font-size: 28px;
           flex-wrap: wrap;
           margin: 0 0 8px 0;
       }
       .ug-home-banner-box .sub {
           font-size: 16px;
           margin: 0 0 26px 0;
           line-height: 1.2;
       }
       .ug-home-banner-box .btn {
           height: 40px;
           min-width: 140px;
           justify-content: center;
           align-items: center;
           line-height: 1;
           display: inline-flex;
       }
      .ug-home-banner  .swiper-button-next, .ug-home-banner  .swiper-button-prev {
        display: none;
      }
      .ug-home-banner .scroll-box{
       display: none;
     }
     .ug-home-banner-titlemodel .swiper-horizontal>.swiper-pagination-bullets,
     .ug-home-banner-titlemodel .swiper-pagination-bullets.swiper-pagination-horizontal{
       display: block;
     }
   }
   .thunderbolt .ug-home-banner-box .btn{
border:none;
}
.thunderbolt .ug-home-banner-box .btn:hover{
background: none !important;
border-color: none !important;
color: #B2642D !important;
}
.thunderbolt .ug-home-banner-box .btn svg{display:none;}
.revodok-banner-title {
text-align: center;
font-size: 48px;
font-weight: 600;
line-height: 100%;
letter-spacing: -1.44px;
color: #fff;
}
.revodok-banner-subtitle {
color: #FFF;
text-align: center;
font-size: 48px;
font-weight: 700;
line-height: 130%;
}
.revodok-banner-highlight {
background: var(--TBTS, linear-gradient(90deg, #BB714C 0%, #D99A6D 50%, #FBCFB9 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 48px;
font-weight: 600;
line-height: 100%;
letter-spacing: -1.44px;
}
.revodok-banner-description {
margin-top: 20px;
color: #FFF;
text-align: center;
font-size: 32px;
font-weight: 400;
line-height: 130%;
letter-spacing: -0.32px;
}
.revodok-banner-button {
color: #B2642D;
height: 44px;
width: fit-content;
justify-content: center;
align-items: center;
margin: 0 auto auto;
display: flex;
padding: 7.5px 20px;
padding: 7.5px 20px;
text-decoration: none;
border-radius: 30px;
transition: all 0.3s;
text-align: center;
font-size: 22px;
font-weight: 600;
line-height: 18px;
border-radius: 121.053px;
border: 2px solid transparent;
background-image: linear-gradient(#050505, #050505), var(--TBTS, linear-gradient(90deg, #BB714C 0%, #D99A6D 50%, #FBCFB9 100%));
background-origin: border-box;
background-clip: padding-box, border-box;
}
.revodok-banner-button-text {
background: var(--TBTS, linear-gradient(90deg, #BB714C 0%, #D99A6D 50%, #FBCFB9 100%)) !important;
background-clip: text !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
.revodok-banner-button:hover {
border-radius: 121.053px;
border-color: transparent;
background-image: linear-gradient(#050505, #050505), linear-gradient(90deg, #B2642D 0%, #B2642D 100%) !important;
}
.revodok-banner-button:hover .revodok-banner-button-text {
background: none;
color: #B2642D !important;
-webkit-text-fill-color: #B2642D;
}
@media (max-width: 1023.98px) {
.revodok-banner-title {
color: #FFF;
text-align: center;
font-size: 6.4000vw;
font-weight: 700;
line-height: 100%;
margin-bottom: 1.0666vw;
}
.revodok-banner-description {
margin-top: 4.2666vw;
color: #FFF;
text-align: center;
font-size: 4.2666vw;
font-weight: 400;
line-height: 130%;
}
.revodok-banner-button {
color: #B2642D;
height: 8.0000vw;
width: fit-content;
justify-content: center;
align-items: center;
margin: 0 auto auto;
display: flex;
padding: 2.0000vw 4.1334vw;
padding: 2.0000vw 4.1334vw;
text-decoration: none;
border-radius: 32.0000vw;
transition: all 0.3s;
text-align: center;
font-size: 3.7334vw;
font-weight: 600;
line-height: 4.8000vw;
border-radius: 32.2808vw;
border: 0.3734vw solid transparent;
background-image: linear-gradient(#050505, #050505), var(--TBTS, linear-gradient(90deg, #BB714C 0%, #D99A6D 50%, #FBCFB9 100%));
background-origin: border-box;
background-clip: padding-box, border-box;
}
.revodok-banner-highlight {
background: var(--TBTS, linear-gradient(90deg, #BB714C 0%, #D99A6D 50%, #FBCFB9 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 6.4000vw;
font-weight: 600;
}
.revodok-banner-subtitle {
color: #FFF;
text-align: center;
font-size: 6.4000vw;
font-weight: 700;
line-height: 130%;
}
}
.easter-deals-banner .ug-home-banner-box .sub_title{
    display: inline-block;
    padding: 8px 16px;
    background: #E8F6CF;
    border-radius: 30px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #000000;
  }
   /*banner*/

#banner_content_ug_index_carousel_item_PmGknR {
              /* left: 50%; */
              top: 15%;
              text-align: center;
            }
            @media (max-width: 767px) {
             #banner_content_ug_index_carousel_item_PmGknR {
              /* left: 0%; */
              top: 15%;
               text-align: center;
            }
            }
          
#banner_content_ug_index_carousel_item_AmBMpF {
              /* left: 50%; */
              top: 15%;
              text-align: center;
            }
            @media (max-width: 767px) {
             #banner_content_ug_index_carousel_item_AmBMpF {
              /* left: 0%; */
              top: 15%;
               text-align: center;
            }
            }
          
#banner_content_ug_index_carousel_item_rQ9rtX {
              /* left: 50%; */
              top: 35%;
              text-align: left;
            }
            @media (max-width: 767px) {
             #banner_content_ug_index_carousel_item_rQ9rtX {
              /* left: 0%; */
              top: 15%;
               text-align: center;
            }
            }
          
#banner_content_ug_index_carousel_item_Ewaqp7 {
              /* left: 50%; */
              top: 15%;
              text-align: center;
            }
            @media (max-width: 767px) {
             #banner_content_ug_index_carousel_item_Ewaqp7 {
              /* left: 0%; */
              top: 15%;
               text-align: center;
            }
            }
          
#banner_content_e32938b9-cf3d-4ac6-9150-71eff75ba66f {
              /* left: 50%; */
              top: 15%;
              text-align: center;
            }
            @media (max-width: 767px) {
             #banner_content_e32938b9-cf3d-4ac6-9150-71eff75ba66f {
              /* left: 0%; */
              top: 15%;
               text-align: center;
            }
            }
          
#banner_content_91dbbf1b-453a-4b8a-a3e7-4f9c258258d9 {
              /* left: 50%; */
              top: 15%;
              text-align: center;
            }
            @media (max-width: 767px) {
             #banner_content_91dbbf1b-453a-4b8a-a3e7-4f9c258258d9 {
              /* left: 0%; */
              top: 15%;
               text-align: center;
            }
            }
          
/*    why buy*/
  .green-home-whybar {
      height: 3.125vw;
      background-color: #000;
      max-width: 1200px;
      width: 100%;
  }

  .green-home-whybar-ship {
      font-size: .833vw;
      font-weight: 400;
      color: #858585;
      line-height: 2.292vw;
      margin-bottom: 0 !important;
      margin-left: 0;
      padding: 0;
  }

  .green-home-whybar-ship li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
        font-size: 14px;
  }

  .green-home-whybar-ship img {
      margin-right: .5vw;
      width: 1.467vw;
      height: 1.467vw
  }

  .green-home-whybar-more {
      font-size: .833vw;
      font-weight: 400;
      color: #fff !important;
      margin-left: 3.646vw;
      text-decoration: none !important
  }

  @media (max-width: 767px) {
      .green-home-whybar {
          height: 60px;
      }

      .green-home-whybar-ship {
          font-size: 14px;
          line-height: 1.2;
      }

      .green-home-whybar-ship li {
          white-space: nowrap;
          font-size: 16px;
          margin-bottom: 0;
          line-height: 1;
      }

      .green-home-whybar-ship img {
          margin-right: 5px;
          width: 32px;
          height: 32px;
      }

      .green-home-whybar-more {
          font-size: 14px;
          margin-left: 10px;
      }
  }

  /*    why buy*/

.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: 40px;
        }
        .ug-index-category-item-name {
            margin-top: 0;
            margin-left: 12px;
        }
    }

#template--18698832773426__ug-product-list.ug-product-list {
      padding: 120px 0;
  }
  #template--18698832773426__ug-product-list .ug-product-list-main {
                    grid-template-columns: repeat(4,minmax(0, 1fr));
                }
  #template--18698832773426__ug-product-list .ug-product-img {
                    width: 100%;
                    padding-bottom: 100%;
                }
  #template--18698832773426__ug-product-list .ug-product-sale-flag {
                    width: 58px;
                }
  #template--18698832773426__ug-product-list .ug-product-list-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title__text--desktop {
    display: block;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title__text--mobile {
    display: none;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title-deco--left {
    width: 156px;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title-deco--right {
    width: 156px;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title-deco-img--desktop {
    display: block;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title-deco-img--mobile {
    display: none;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title-deco img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  @media (max-width: 768px) {
      #template--18698832773426__ug-product-list.ug-product-list {
          padding: 40px 0;
      }
  #template--18698832773426__ug-product-list .ug-product-list-main {
                    grid-template-columns: repeat(2,minmax(0, 1fr));
                    gap: 12px;
                    padding: 0 12px;
                }
  #template--18698832773426__ug-product-list .ug-product-img {
                    width: 57%;
                    padding-bottom: 57%;
                }

  #template--18698832773426__ug-product-list .ug-product-sale-flag {
                    width: 46px;
                }
  #template--18698832773426__ug-product-list .ug-product-list-title-row {
    gap: 8px;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title-deco--left {
    width: 64px;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title-deco--right {
    width: 64px;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title-deco-img--desktop {
    display: none;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title-deco-img--mobile {
    display: block;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title__text--desktop {
    display: none;
  }
  #template--18698832773426__ug-product-list .ug-product-list-title__text--mobile {
    display: block;
  }
  }
  .ug-product-list__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 0;
    max-width: 1900px;
    margin: 0 auto;
  }
  .ug-product-list__bg picture {
    display: block;
    width: 100%;
    height: auto;
  }
  .ug-product-list__bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  

/**    fit life*!*/
    .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;
    }
    @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;
        }
    }
    /*    fit life*/

/*ug-benefit*/
  .ug-benefit {
      padding-top: 100px;
      padding-bottom: 100px;
      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;
  }
  .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*/

.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;
      }
  }

/*ug-featured*/
    .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 .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;
        }
            .ug-featured-swiper {
          width: 100%;
      }
    }
    /*ug-featured*/

#shopify-section-template--18698832773426__ug-index-featured .ug-featured {overflow: hidden;} 
/*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;
      max-width: 1200px;
      padding: 0px 15px;
      margin: 0 auto;
  }
  .ug-link .link-images {
      display: flex;
      justify-content: center;
      margin-top: 60px;
      flex-wrap: wrap;
      gap: 20px;
  }
  .ug-link .link-images .link-image {
      width: 184px;
      height: 80px;
      margin-right: 20px;
      cursor: pointer;
      position: relative;
  }
  .ug-link .link-images .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;
      }
    }

.s-1455074946 .cs-form-wrap input:not([type="radio"]):not([type="checkbox"]),
    .s-1455074946 .cs-form-wrap select,
    .s-1455074946 .cs-form-wrap textarea {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        -webkit-outline: none;
        -moz-outline: none;
        -o-outline: none;
        box-shadow: none;
        background-color: #fff;
        color: #222;
        border: 1px solid #ced4da;
        width: 100%;
        font-family: arial;
        font-size: 14px;
        line-height: 1.3;
        padding: 10px 15px;
        box-sizing: border-box;
        border-radius: 3px;
    }

    .s-1455074946 .cs-form-wrap::-webkit-input-placeholder {
        color: #222;
        font-family: arial;
        font-size: 14px;
        line-height: 1.3;
    }

    .s-1455074946 .cs-form-wrap:-ms-input-placeholder {
        color: #222;
        font-family: arial;
        font-size: 14px;
        line-height: 1.3;
    }

    .s-1455074946 .cs-form-wrap::placeholder {
        color: #222;
        font-family: arial;
        font-size: 14px;
        line-height: 1.3;
    }

    .s-1455074946 .cs-form-wrap select {
        background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
    }

    .s-1455074946 .cs-form-wrap textarea {
        max-width: 100%;
        min-height: 100px;
    }

    .s-1455074946 .cs-form-wrap label.required::after {
        content: "*";
        font-size: 14px;
        line-height: 1;
        margin-left: 2px;
        color: red;
        display: inline-block;
    }

    .s-1455074946 .cs-form-wrap .radio-group {
        overflow: hidden;
        clear: both;
    }

    .s-1455074946 .cs-form-wrap .radio-group>div {
        margin-bottom: 6px;
        float: left;
        margin-right: 15px;
        display: flex;
        align-items: center;
    }

    .s-1455074946 .cs-form-wrap .radio-group>div input {
        margin-top: 0px;
        margin-right: 5px;
    }

    .s-1455074946 .cs-form-wrap .radio-group>div label {
        margin: 0px;
        cursor: pointer;
    }

    .s-1455074946 .cs-form-wrap label {
        font-size: 14px;
        display: inline-block;
        line-height: 1.2;
    }

    .s-1455074946 .cs-form-wrap div.radio-group div>label {
        font-weight: 400;
        font-size: 14px;
    }

    .s-1455074946 .cs-form-wrap .form-submit-btn-wrap button {
        padding: 10px 30px;
        background: #fff;
        border: 1px solid #969a9c;
    }

    .s-1455074946 .has-error input,
    .s-1455074946 .has-error textarea {
        border: 1px solid #d82c0d !important;
    }

    .s-1455074946 .has-error .help-block {
        color: #d82c0d;
    }

    .s-1455074946 .radio-group {
        overflow: hidden;
        clear: both;
    }

    .s-1455074946 .radio-group>div {
        margin-bottom: 6px;
        float: left;
        margin-right: 15px;
        display: flex;
        align-items: center;
    }

    .s-1455074946 .radio-group>div input {
        margin-top: 0px;
        margin-right: 5px;
    }

    .s-1455074946 .radio-group>div input label {
        margin: 0px;
        cursor: pointer;
    }

    .s-1455074946 .contact-form .sortable {
        margin-bottom: 10px;
    }

    .s-1455074946 .contact-form input:not([type="checkbox"], .s-1455074946 [type="radio"]),
    .s-1455074946 .contact-form select,
    .s-1455074946 .contact-form textarea {
        width: 100%;
    }

    .s-1455074946 .contact-form select {
        margin: 0 0 10px;
    }

    .s-1455074946 .contact-form input[type="checkbox"],
    .s-1455074946 .contact-form input[type="radio"] {
        margin-right: 5px;
    }

    .s-1455074946 .simple-rating i {
        color: #f5ba00;
        display: inline-block;
        padding: 1px 2px;
        cursor: pointer;
    }

    .s-1455074946 .element-group {
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .s-1455074946 .element-group.cs-width-100 {
        width: 100%;
        padding: 0 10px;
        vertical-align: top;
    }

    .s-1455074946 .element-group.cs-width-50 {
        width: 50%;
        padding: 0 10px;
        vertical-align: top;
    }

    .s-1455074946 .element-group.cs-width-33 {
        width: 33.33%;
        padding: 0 10px;
        vertical-align: top;
    }

    .s-1455074946 .xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
        width: max-content;
    }

    @media (max-width: 767px) {
        .s-1455074946 .element-group.cs-width-50 {
            width: 100% !important;
        }

        .s-1455074946 .element-group.cs-width-33 {
            width: 100% !important;
        }
        .ug-footer-subscribe-checkbox {
            margin-top: 12px;
        }
    }

    .s-1455074946 .element-group .form-submit-btn-wrap {
        width: 100%;
    }

    .s-1455074946 .cs-form-wrap .Polaris-DisplayText.Polaris-DisplayText--sizeMedium span {
        padding: 0 10px;
    }

    .s-1455074946 .drop-area-warp {
        display: flex;
        flex-wrap: wrap;
    }

    .s-1455074946 .element-group .cs-image img {
        max-width: 100%;
    }

    .s-1455074946 .recaptcha_wrap {
        padding: 10px;
    }

    .ug-footer-subscribe-checkbox {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        color: #BEBEBF;
        cursor: pointer;
    }

    .ug-footer-subscribe-checkbox input {
        margin-right: 12px;
        margin-top: 2px;
    }
    .ug-footer-subscribe-checkbox a {
        text-decoration: underline;
    }

.ug-footer-subscribe {
        padding-bottom: 50px;
        border-bottom: 1px solid #727273;
        max-width: 1200px;
        margin: 0 auto 40px;
    }

    .s-1455074946 .element-group {
        margin-bottom: 30px;
        padding: 0;
    }

    .s-1455074946 .element-group.cs-width-100 {
        padding: 0 20px 0 0;
    }

    .ug-footer-subscribe .alert.alert-success,
    .ug-footer-subscribe .alert.alert-error {
        display: none;
    }

    .ug-footer-subscribe .ug-input-main {
        display: flex;
        align-items: center;
    }

    .ug-footer-subscribe-title {
        color: #fff;
        text-align: center;
        margin-bottom: 40px;
    }

    .ug-footer-subscribe-title h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 20px;
        color: inherit;
    }

    .ug-footer-subscribe-title h6 {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: inherit;
    }

    .ug-input-main .Polaris-FormLayout .element-group input {
        background: #F5F5F7 !important;
    }

    .ug-input-main>.element-group {
        align-self: flex-start;
    }

    .ug-footer-subscribe .Polaris-FormLayout {
        flex: 1;
    }

    .ug-footer-subscribe .s-1455074946 .cs-form-wrap .form-submit-btn-wrap .submit-btn {
        background: #03F2A6;
        color: black;
        font-size: 16px;
        cursor: pointer;
        border: none;
        height: 40px;
        border-radius: 4px;
    }

    .ug-footer-subscribe .s-1455074946 .cs-form-wrap .form-submit-btn-wrap .submit-btn:hover {
        background: #00CC88;
    }

    .ug-footer-subscribe-steps {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .ug-footer-subscribe-steps .ug-footer-subscribe-step {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #BEBEBF;
        margin-right: 80px;
        font-size: 16px;
    }

    .ug-footer-subscribe-steps .ug-footer-subscribe-step .ug-footer-subscribe-step-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #F0F0F2;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: black;
        margin-right: 16px;
    }

    .ug-footer-subscribe-step-description p {
        margin-bottom: 0;
        color: inherit;
    }

    @media (max-width: 767px) {
        .ug-footer-subscribe {
            width: 100%;
            padding: 0 20px 30px;
            margin-bottom: 24px;
        }

        .s-1455074946 .element-group {
            margin-bottom: 0;
        }

        .s-1455074946 .element-group.cs-width-100 {
            padding: 0;
            margin-bottom: 20px;
        }

        .ug-footer-subscribe-title {
            color: #fff;
            text-align: center;
            margin-bottom: 40px;
        }

        .ug-footer-subscribe-title h2 {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        .ug-footer-subscribe-title h6 {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
        }

        .ug-footer-subscribe .ug-input-main {
            flex-direction: column;
            align-items: inherit;
        }

        .ug-input-main>.element-group {
            align-self: inherit;
        }

        .ug-footer-subscribe .submit-btn {
            width: 100%;
        }

        .ug-footer-subscribe-steps {
            justify-content: space-around;
            margin-top: 32px;
            margin-bottom: 0;
        }

        .ug-footer-subscribe-steps .ug-footer-subscribe-step {
            flex-direction: column;
            font-size: 12px;
            line-height: 1.2;
            margin-right: 0;
            text-align: center;
        }

        .ug-footer-subscribe-steps .ug-footer-subscribe-step .ug-footer-subscribe-step-icon {
            margin-right: 0;
            margin-bottom: 10px;
            width: 26px;
            height: 26px;
            font-size: 14px;
            font-weight: 500;
        }
    }

.footer_content p {
        color: #A4A4A6;
        font-size: 14px;
        line-height: 20px;
        padding-left: 24px;
        background: url()left 2px/16px no-repeat;
        margin-bottom: 20px;
    }

    .footer_content p:nth-child(2) {
        background: url()left 2px/16px no-repeat;
    }

    .footer_content p a:hover {
        color: #03F2A6;
    }

.t4s-flicky-slider.t4s-slider-btn-cl-custom1{
            --btn-color           : #ffffff;
            --btn-background      : #abb1b4;
            --btn-border          : #abb1b4;
            --btn-color-hover     : #ffffff;
            --btn-background-hover: #56cfe1;
            --btn-border-hover    :; 
        }
        .t4s-flicky-slider.t4s-slider-btn-style-outline.t4s-slider-btn-cl-custom1{
            --btn-color           : #abb1b4;
            --btn-border          : #abb1b4;
            --btn-color-hover     : #ffffff;
            --btn-background-hover : #56cfe1;
        }
        .t4s-flicky-slider.t4s-slider-btn-style-simple.t4s-slider-btn-cl-custom1{
            --btn-color           : #abb1b4;
            --btn-border          : #abb1b4;
            --btn-color-hover     : #56cfe1;
            --btn-border-hover    : #56cfe1;
        }
        .t4s-flicky-slider.t4s-dots-cl-custom1{
            --dots-background      : #abb1b4;
            --dots-background2      : #ffffff;
        }