@font-face {
    font-family: 'SofiaPro';
    src: url('../fonts/SofiaPro-RegularAz.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'SofiaPro';
    src: url('../fonts/SofiaPro-MediumAz.woff') format('woff');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'SofiaPro';
    src: url('../fonts/SofiaPro-SemiBoldAz.woff') format('woff');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'SofiaPro';
    src: url('../fonts/SofiaPro-BoldAz.woff') format('woff');
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: 'CaslonGraD';
    src: url('../fonts/CaslonGraD.woff2') format('woff2'),
        url('../fonts/CaslonGraD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BR Firma';
    src: url('../fonts/BRFirma-Bold.woff2') format('woff2'),
        url('../fonts/BRFirma-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Firma';
    src: url('../fonts/BRFirma-Medium.woff2') format('woff2'),
        url('../fonts/BRFirma-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Firma';
    src: url('../fonts/BRFirma-Regular.woff2') format('woff2'),
        url('../fonts/BRFirma-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Firma';
    src: url('../fonts/BRFirma-SemiBold.woff2') format('woff2'),
        url('../fonts/BRFirma-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body{ font-family: 'BR Firma';  font-weight: 500; font-size: 16px; }
:root {
    --ast-global-color-0:#9AAF94;
    --ast-global-color-1:#070F12;
    --ast-global-color-2:#3F444F;
}
a {
    color: var(--ast-global-color-0);
}
a:focus{
    outline: none;
}
a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline-color: var( --ast-global-color-0);
} 
.logo img {
    max-width: 80px;
}
h1,h2,h3,h4,h5,h6,p{ margin:0; }
div#primary { margin-bottom: 0; }
article header.entry-header { display: none; }
.hentry .entry-content a{
    text-decoration:none;
}
.site-main{
    margin-bottom: 0px !important;
}
.breadcrumb-nav {
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.breadcrumb-nav a {
    text-decoration: none;
    color: #797979;
}
.breadcrumb-nav .divider {
    margin: 0px 10px;
    color: #797979;
}
.breadcrumb-nav span{
    color: var(--ast-global-color-0);
}
 .flip-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #06E48C;
  height: 5rem;
}
.flip-text span {
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(40px);
  opacity: 0;
  white-space: nowrap;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: blur(3px);
  background-clip:unset;
  color: #06E48C;
}

.flip-text span.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition-delay: 0.1s;
}

.flip-text span.exit {
  opacity: 0;
  transform: translateY(-40px);
  filter: blur(3px);
  transition-duration: 0.6s;
}
.page.type-page { margin-bottom:0px; }
table th { color: #151819; font-weight: 400; }
table tbody td { color:#1B202A; }
.container { max-width: 1560px; margin: 0 auto; padding: 0px 20px; }
.ticker { width: 100%; overflow: hidden; background: linear-gradient(90deg,#BAC8B6,#E3E9E2); color: #fff; } 
.ticker__track { display: flex; width: max-content; will-change: transform; } 
.ticker__item { white-space: nowrap; padding: 16px 32px; font-size: 14px; display: flex; gap: 10px; justify-content: center; align-items: center; }
.main_header .row { display: flex; align-content: center; justify-content: space-between; align-items: center; }
.header-menu .menu-item a { padding: 0px 11px !important; font-size: 18px; color: #3F444F !important; }
.flex_row { display: flex; gap: 12px; align-items: center; }
.second_icon { position: relative; }
span.cart-count-wrapper { position: absolute; top: -10px; right: -15px; background: #1B3F4B; border-radius: 100%; color: #fff; font-size: 11px !important; width: 30px; height: 30px; text-align: center; display: flex; align-items: center; justify-content: center; font-weight: bold; }
/*span.cart-count-wrapper span#cart_count { left: 12px; position: relative; top: 7px; } */
section.main-hero { padding-top: 40px;padding-bottom:24px; }
section.main-hero .left_align,section.main-hero .right_align { width: 100%; }
.main-hero .row { display: flex; flex-wrap: nowrap; align-content: center; justify-content: center; align-items: center; gap: 24px; }
.set_title_description h1 { font-family: 'CaslonGraD'; color: var(--ast-global-color-1); font-weight: normal; font-size: 64px; line-height: 80px; letter-spacing: -4px; margin-bottom:32px; }
.set_title_description h1 span.flip-text { color: var(--ast-global-color-0); }
.set_title_description h1 span {  display: block; }
.set_border_space { box-shadow: 0px 0px 3px 0px #00000014; border-radius: 24px; padding: 40px; }
.button1 a {  background: var(--ast-global-color-0); padding: 16px 24px; color: #fff; border-radius: 12px; font-size: 20px; gap: 8px; align-items: center; display: inline-flex; border: 2px solid var(--ast-global-color-0);}
.button1 a:hover,.button1 a:focus,.button1 a:active{ background:#fff;color:var(--ast-global-color-0); }
.button1 a:hover path { fill: var(--ast-global-color-0) !important; }
.button2 a {  background: #fff; padding: 16px 24px; border-radius: 12px; font-size: 20px; gap: 8px; align-items: center; display: inline-flex; border: 2px solid var(--ast-global-color-0); color: var(--ast-global-color-0); }
.button2 a:hover,.button2 a:focus,.button2 a:active { background:var(--ast-global-color-0);color:#fff; }
.button2 a path { fill:var(--ast-global-color-0) !important; }
.button2 a:hover path { fill: #fff !important; }
.set_two_buttons { display: flex; gap: 16px; }
.set_bgcolor_with_section { margin-top: 50px; }
.set_bgcolor_with_section .set_bg { background: #F9F9FA; padding: 24px; border-radius: 16px; }
.sub_title h4 { color: #070F12; font-size: 24px; line-height: 30px; margin-bottom: 24px; }
.set_two_row { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; }
.content_percentage { display: flex; flex-wrap: nowrap; gap: 10px; justify-content: center; align-content: center; align-items: center; }
.content_percentage span { font-size: 18px; }
.set_grids_4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;margin-top: 24px; }
.set_grids_4 .bg_set_white { background: #fff; padding: 13px; border-radius: 12px; }
.bg_set_white h6 { text-align: center; margin-bottom: 0; font-size: 16px; }
section.category_boxes { padding-bottom: 140px; }
.cards_grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card { position: relative; border-radius: 20px; padding: 32px; overflow: hidden; height: 400px; display: flex; flex-direction: column; justify-content: space-between; }
.card h3 { font-family: 'CaslonGraD'; font-size: 24px;  line-height: 30px; }
.card > img { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 280px; object-fit: contain; }
.arrow { position: absolute; right: 15px; bottom: 15px; background: #FFFFFFCC; padding: 20px; border-radius: 100px; box-shadow: 0 0 3px 0 #00000014; }
.card:hover { transform: translateY(-5px); transition: 0.3s; }
section.product_tabs { background: #F2F5FF; padding: 140px 20px; }
section.product_tabs .product_set_title h3 {     font-family: 'CaslonGraD'; color: #1B202A; font-size: 56px; line-height: 72px; text-align: center; max-width: 1010px; margin: 0 auto; }
.page-template-template-education div#primary { background: #F7FBFF; padding: 80px 0 140px 0; }
/* Products */
.product-slider-section { width: 100%; padding: 60px 0;position: relative; }

.slider-container { position: relative; }

.slider-wrapper { overflow: hidden; }

.slider-track { display: flex; gap: 30px; transition: transform 0.4s ease; }

.product_card { min-width: 32%; background: #fff; border-radius: 20px; padding: 30px; text-align: center; position: relative; }

.product_card img { height: 270px; object-fit: contain; }

.product_card h3 { font-size: 24px; margin: 35px 0 5px; line-height: 32px; }

.product_card h3 a {  color: #1B202A; font-weight:bold; }

.product_card .price { color: #5B616D; margin-bottom: 15px; font-size: 20px; }

.product_card .btns { display: flex; justify-content: center; gap: 10px; }

.product_card .shop { padding: 12px 18px; border-radius: 10px; border: 1px solid #1B202A; background: transparent; cursor: pointer; font-size: 18px; color: #151819; display: flex; align-content: center; align-items: center; gap: 8px; }

.product_card .cart { padding: 12px 14px; border-radius: 10px; border: 1px solid #1B202A; background: transparent; cursor: pointer; font-size: 18px;  color: #151819;}

.product_card .shop:hover,.product_card .cart:hover { opacity:0.5; }

.tag { position: absolute; right: 15px; top: 15px; background: #000; color: #fff; padding: 6px 12px; border-radius: 8px; font-size: 12px; }

/* ARROWS */
.product_card .arrow1 { position: absolute; top: 45%; transform: translateY(-50%); background: #fff; border: none; width: 45px; height: 45px; border-radius: 50%; cursor: pointer; box-shadow: 0 2px 6px rgba(0,0,0,0.1); z-index: 2; }
.product_card .arrow1.left { left: -20px; }
.product_card .arrow1.right { right: -20px; }

/* PROGRESS BAR */
.progress-wrap { max-width: 90%; margin: 30px 0 0; height: 6px; background: #ddd; border-radius: 10px; overflow: hidden; }
.progress-bar { height: 100%; width: 25%; background: #0c2d57; transition: width 0.3s; }
button.arrow1.left, button.arrow1.right { padding: 0; background: transparent; }
button.arrow1.left { position: absolute; z-index: 9; top: 40%; left: -5%; }
button.arrow1.right { position: absolute; z-index: 9; top: 40%; right: -5%; }
.product-tabs { text-align: center; margin-top: 32px; }
.product-tabs button.tab-btn { background: #fff; color: #4D4D4D; font-weight: 400; padding: 12px 16px; border-radius: 8px; box-shadow: 0 0 3px 0 #00000014; }
.product-tabs button.tab-btn.active { background: var(--ast-global-color-0); color: #fff; }
div#progressText { position: absolute; bottom: 55px; z-index: 999; right: 3%; }
section.green_layout { background: #F5FCFF; padding: 140px 20px;}


/* Box Sections */

.testosterone_bg{ padding:70px; border-radius:28px; background: #98BFB0; color:#fff; position:relative; overflow:hidden; }
.sexual_bg{ padding:70px; border-radius:28px; background: linear-gradient(180deg, #A898C3 0%, #8771AB 100%); color:#fff; position:relative; overflow:hidden; }
.weight_loss_bg{ padding:70px; border-radius:28px; background: linear-gradient(180deg, #C4AB96 0%, #AC8C6D 100%); background: linear-gradient( 180deg, color(display-p3 0.749 0.675 0.596) 0%, color(display-p3 0.655 0.553 0.443) 100% ); color:#fff; position:relative; overflow:hidden; }
.hair_growth_bg{ padding:70px; border-radius:28px; background: linear-gradient(180deg, #9EC094 0%, #79A86B 100%); background: linear-gradient( 180deg, color(display-p3 0.647 0.749 0.596) 0%, color(display-p3 0.514 0.655 0.443) 100% ); color:#fff; position:relative; overflow:hidden; }
.trt-hero{display:flex;justify-content:space-between;align-items:self-start;margin-bottom:-210px;}
.hero-content{max-width:650px;}
.hero-content h1{ font-size:56px; line-height:72px; font-family: 'CaslonGraD';  margin-bottom:120px; color: #fff; font-weight:normal; }
.hero-content p{ font-size:16px; opacity:.85; line-height:25px; margin-bottom:28px; }
.btn-outline { display: inline-block; border: 1px solid rgba(255, 255, 255, 0.6); padding: 14px 26px; border-radius: 12px; text-decoration: none; color: #fff; transition: 0.3s; display: inline-flex; flex-wrap: nowrap; align-items: center; gap: 8px; }
.btn-outline:hover{background:rgba(255,255,255,0.15);}
.hero-image img{ width:601px;max-width:100%; }
.trt-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:40px;}
.trt-card {
    position: relative;
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 32px;
    background: #0000000D;
}

.trt-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px; /* border width */

    background: radial-gradient(
        64.87% 100% at 50% 0%,
        #ffffff 0%,
        rgba(255,255,255,0) 100%
    );

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}
.trt-card h3{ font-size:40px; margin-bottom:20px; font-weight:500; color:#fff; }
.product-img{ display:block; margin:0 auto 24px; height:300px;object-fit:contain; }
.trt-card ul{ list-style:none; padding:0; margin-bottom:30px;margin-left:0; }
.trt-card ul li{ font-size: 16px; margin-bottom: 0px; padding-left: 28px; position: relative; display: inline-block; line-height: 26px; }
.trt-card ul li::before{ content: ""; position: absolute; left: 0; top: 6px; width: 16px; height: 16px; background-image: url(https://gray-bat-340530.hostingersite.com/wp-content/uploads/2026/02/Frame-77-1.svg); background-size: contain; background-repeat: no-repeat; display: inline-block; }
.btn-solid{ display:inline-block; padding:12px 22px; border-radius:12px; background:rgba(255,255,255,0.15); border:1px solid rgba(255,255,255,0.3); color:#fff; text-decoration:none; font-size:14px; }
.trt-bottom{ display:flex; gap: 28px; flex-wrap: nowrap; align-content: center; justify-content: center; }
.increase-box { width: 30% !important; }
.gym-image { width: 25% !important; }
.benefits-box { width: 45%; display: flex; flex-direction: column; justify-content: center;}
.increase-box, .benefits-box{ background:rgba(255,255,255,0.12); backdrop-filter: blur(18px); border:1px solid rgba(255,255,255,0.25); border-radius:22px; padding:28px; }
.gym-image img { width: 100%; border-radius: 16px; height: 100%; object-fit: contain; }
.benefits-box h4 { font-size: 32px; margin-bottom: 20px; color: #fff; }
.benefits-box p{ font-size:18px; line-height:24px; opacity:.9; }
.chart-line img, .chart-line { height: 100% !important; }
.increase-header { display: flex; align-content: center; justify-content: space-between; font-size: 20px; }
.increase-header strong {     font-family: 'CaslonGraD'; font-weight:normal; }
.trt-section { margin-bottom: 50px; }


/* How It Work */
.how_it_work_bg { border-radius:30px; }
.how-content{ margin:auto; position:relative; overflow:hidden; height: 1020px; }
.big-title{position:absolute;top:80px;left:50%;transform:translateX(-50%);font-size:200px;color:rgba(255,255,255,0.8);font-weight:600;white-space:nowrap;}
.person{position:absolute;left:50%;transform:translateX(-50%);bottom:120px;z-index:2;}
.person img{ height:820px; }
.steps{ position:absolute; bottom:40px; left:50%; transform:translateX(-50%); width:92%; background:rgba(255,255,255,0.15); backdrop-filter: blur(20px); border-radius:20px; padding:25px; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; border: 1px solid #ffffff69; }
.step { background: #00000014; border-radius: 16px; padding: 32px; color: #fff; position: relative; border: 1px solid rgba(255, 255, 255, 0.25); }
.flexx { margin-bottom: 30px;display: flex; align-items: center; justify-content: space-between; }
.icon{width:56px;height:56px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;}
.icon img{ width:26px; }
.num { opacity: 1; background: linear-gradient(181deg, #fff 49.98%, rgba(255, 255, 255, 0.3) 98.39%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: block; font-size: 72px; line-height: 72px; font-weight: 600; }
.step h4 { font-size: 24px; margin-bottom: 15px; color: #fff; font-family: 'CaslonGraD'; font-weight:normal; letter-spacing:1px; }
.step p { font-size: 20px; opacity: .9; line-height: 24px; }
section.how-section { padding-top: 90px; }


/* Two Bloc Section */
.ux-med{ padding:24px 0; }
.ux-med-text { padding: 64px 64px 0 64px; }
.ux-med-wrap{ display:grid; grid-template-columns:1fr 1fr; gap:32px; }
.ux-med-title{ font-size:40px;  color:#fff; margin-bottom:18px; letter-spacing:0.5px;font-family: 'CaslonGraD'; font-weight:normal;  }
.ux-med-desc { font-size: 20px; line-height: 1.6; color: #fff; opacity: .92; margin-bottom: 40px; }
.ux-med-left { border-radius: 32px; position: relative; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06); background: linear-gradient(180deg, #C2B295 0%, #AB946D 100%); }
a.white_bg { padding: 12px 18px; border-radius: 10px; border: 1px solid #fff; background: #fff; cursor: pointer; font-size: 18px; color: #151819; display: inline-flex; align-items: center; gap: 8px; }
a.white_bg:hover { background:transparent !important; color:#fff !important; }
a.white_bg:hover svg path { color: #fff !important; fill: #fff !important; }
.ux-med-right{ background: linear-gradient(180deg, #8DC1B5 0%, #73B2A5 100%); border-radius:32px; padding:64px; box-shadow:0 20px 60px rgba(0,0,0,0.06); }
.ux-med-steps{margin-top:100px;display:flex;flex-direction:column;gap:36px;}
.ux-step{ background:#fff; border-radius:22px; padding:24px 26px; display:flex; align-items:center; gap:18px; box-shadow:0 12px 30px rgba(0,0,0,0.08); transition:0.3s; }
.ux-step:hover{transform:translateY(-4px);}
.ux-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center; background: linear-gradient(178.47deg, #BEFFEA 1.23%, #F0FFFA 98.7%); }
.ux-icon img{width:22px;}
.ux-step h4 { font-size: 23px; margin-bottom: 4px; color: #1B202A; font-weight:600; }
.ux-step p{ font-size:20px; color:#5B616D;font-weight:400; margin-bottom:0; }
.ux-step-1{ transform:rotate(-2deg); }
.ux-step-2{ transform:rotate(1.6deg); }
.ux-step-3{ transform:rotate(-1deg); }

/* FAQs */

section.faq-sec{ padding:140px 20px;}
.faq-wrap{max-width:1030px;margin:auto;}
.faq-main-title{font-size:48px; font-family: 'CaslonGraD'; font-weight: normal; letter-spacing: 0.5px; text-align:center;margin-bottom:40px;color:#222;}
.faq-item{ background:#fff; border-radius:32px; padding:30px 34px; margin-bottom:22px; transition:.3s; }
.faq-q{display:flex;justify-content:space-between;align-items:center;cursor:pointer;}
.faq-q span{ font-size:32px; font-weight:600; color:#1B202A; }
.faq-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:flex-end;justify-content:center;font-size:40px;}
.faq-a{font-size:20px;line-height:1.7;color:#666;margin-top:18px;display:none;}
.faq-item.active .faq-a{ display:block; }


/* Testimonial */
.up-ts-wrap{background:#cfd6df;border-radius:32px;padding:140px 0px;position:relative;overflow:hidden;}
.up-ts-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 48px; padding: 0px 140px; }
.up-ts-title{font-size:48px;font-weight:normal;color:#1c1c1c; font-family: 'CaslonGraD'; }
.up-ts-rating{display:flex;align-items:center;gap:18px;}
.up-ts-rating img{width:90px;}
.up-stars{color:#f6a623;}

/* marquee */
.up-marquee{overflow:hidden;margin-bottom:30px;cursor:grab;}

.up-track{display:flex;gap:24px;width:max-content;}

.up-left .up-track{ animation:scrollL 40s linear infinite; }

.up-right .up-track{ animation:scrollR 40s linear infinite; }

.up-marquee:hover .up-track{ animation-play-state:paused; }

.up-card { width: 450px; background: #fff; border-radius: 22px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }

.quote { margin-bottom: 40px; }

.up-user div { display: flex; flex-direction: column; flex-wrap: nowrap; }

.up-card p{ font-size:16px; line-height:1.6; margin-bottom:24px; }

.up-user{display:flex;align-items:center;gap:12px;}

.up-user img{ width:36px; height:36px; border-radius:50%; }

.up-rate{margin-left:auto;color:#f6a623;}

.flex_Style { display: flex; flex-direction: column; }

.flex_Style strong { font-size: 24px; color: #1B202A; }

.flex_Style span { font-size: 14px; color:#5B616D;}

.up-stars { display: flex; flex-direction: column; gap: 4px; }

.up-stars img.emoji { width: 20px !important; height: 20px !important; }

.up-stars small { font-size: 16px; color: #5B616D; }

.up-stars small span { color: #1B202A; }

.up-user div strong { font-size: 20px; color: #1B202A; font-weight: 500 !important;  line-height:120%; }

.up-user div span { font-size: 14px; color: #5B616D; font-weight: 400 !important;line-height:20px; }

.up-user .up-rate { display: block; }

.product-tabs button.tab-btn { margin-right: 8px; }


@keyframes scrollL{ from{transform:translateX(0);} to{transform:translateX(-50%);} }

@keyframes scrollR{ from{transform:translateX(-50%);} to{transform:translateX(0);} }
.xoo-wsc-items-count, .xoo-wsch-items-count{
    background-color:var(--ast-global-color-0);
}
.xoo-wsc-basket {
    color: var(--ast-global-color-0);
}
/* Footer */

.ec-footer{ background:#1B202A; padding-top:140px;border-top-left-radius: 32px; border-top-right-radius: 32px; }

.ec-container { max-width: 1560px; margin: auto; display: flex; gap: 60px; align-content: center; justify-content: space-between;padding:0px 20px; }

.ec-logo{width:180px;margin-bottom:45px;}

.ec-sub{margin-bottom:12px;color:#fff;}

.ec-social a{ width:40px; height:40px; background:#2b3442; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; margin-right:10px; }

.ec-social img{width:18px;}

.ec-col h4{ color:#fff; margin-bottom:24px; font-size: 24px; }

.ec-col ul{ list-style:none; padding:0; }

.ec-col ul li{ margin-bottom:10px; font-size:14px; color:#9aa4b2; }

.ec-contact li{margin-bottom:12px;}

.ec-by { margin-top: 80px; font-size: 18px; color: #FFFFFFCC;}

.ec-by img{ width:120px; margin-top:16px; }

.ec-links a:last-child:after { display: none; }

.ec-bottom{ margin-top:50px; border-top:1px solid rgba(255,255,255,0.1); padding:24px 0px; }

.ec-bottom-row{display:flex;justify-content:space-between;align-items:center;}

.ec-pay img { margin-top: 12px; max-width: 250px; object-fit: contain; }
.ec-pay span { color: #FFFFFFCC; font-size: 18px; }
.ec-links { font-size: 16px; display: flex; position: relative; justify-content: center; align-items: center; }
.ec-links a {position:relative; margin-left: 16px;}
.ec-links a:after { content: ''; background: #FFFFFF7A; width: 1px; height: 10px; display: inline-block; margin-left: 16px; }

.ec-copy{text-align:center;font-size:16px;color:#FFFFFFCC;}

.ec-footer .menu a { padding: 0 !important; }
.ec-col h4 { color: #fff; margin-bottom: 24px; font-size: 24px;  font-family: 'CaslonGraD'; font-weight:normal; }
footer a { color: #FFFFFFCC !important; }
footer a:hover { color:#fff !important; }
footer ul { margin: 0 !important; }
footer .menu-item a,.cat_get a { font-size: 18px; }
footer ul.menu li,.cat_get li {display: block !important;margin-bottom: 20px !important;}
.ec-contact a { display: flex; flex-wrap: nowrap; align-items: center; gap: 10px; }
.ec-contact a { display: flex; flex-wrap: nowrap; align-items: center; gap: 10px; font-size: 18px; }
.ec-footer-middel{ padding-top:140px; }
.site-info { display: none !important; }
.custom-cart-wrapper { background: #F7FBFF; padding: 80px 20px; }
.custom-slider { position: relative; margin: auto; border-radius: 25px; overflow: hidden; }
.slides { position: relative; width: 100%; height: 320px; }
.slide { position: absolute; width: 100%; height: 100%; opacity: 0; transition: opacity 0.6s ease; }
.slide img { width: 100%; height: 100%; object-fit: cover; border-radius: 25px; }
.slide.active { opacity: 1; }
.slider-dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; }
.dot { width: 40px; height: 6px; background: rgba(255,255,255,0.4); border-radius: 10px; transition: background 0.3s; }
.dot.active { background: #5da9ff; }
a.next.page-numbers:before { content: "Next "; }
a.prev.page-numbers:after { content: " Back"; }
a.read-more:hover path { fill: #fff !important; }



/* Single Page */

.single-blog{
padding:80px 0;
}

/* ARTICLE WIDTH */

.blog-layout{
display:flex;
justify-content:center;
}

.blog-article{
max-width:900px;
width:100%;
}

/* FEATURED IMAGE */

.blog-thumbnail img{
width:100%;
border-radius:12px;
margin-bottom:30px;
}

/* TITLE */

.blog-title{
font-size:42px;
font-weight:700;
margin-bottom:20px;
line-height:1.3;
}

/* META */

.blog-meta{
font-size:14px;
color:#777;
margin-bottom:30px;
display:flex;
gap:20px;
flex-wrap:wrap;
}

/* CONTENT */

.blog-content{
font-size:18px;
line-height:1.8;
color:#333;
}

.blog-content img{
max-width:100%;
margin:25px 0;
border-radius:10px;
}

input#tnp-1:focus { outline: none; }

.post-type-archive-product div#content,body.archive.tax-product_cat div#content{ background: #F2F5FF; padding: 140px 0px; }

.variation-left input[type="radio"]:focus { outline: none; }
.woocommerce-order-received div#primary,.woocommerce-account div#primary { padding-top: 50px; padding-bottom: 50px; background:#F5FCFF; }
.woocommerce-account main#main { max-width: 1560px; margin: 0px auto; }

.product_card h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.xoo-wsc-btn{
	border-radius: 8px;
}
/*Media Query */

@media(max-width: 1440px){
	img.ux-med-doctor { width: 100%; }
	.slider-track { gap: 25px;}
	button.arrow1.right { right:-14px; }
	button.arrow1.left { left:-14px; }
	section.product_tabs {  padding: 100px 20px; }
	section.green_layout {  padding: 100px 20px;}
	section.faq-sec{ padding: 100px 20px;}
	.up-ts-wrap{ padding: 100px 0px; }
	.post-type-archive-product div#content,body.archive.tax-product_cat div#content{padding: 100px 0px; }
    .page-template-template-education div#primary {padding: 80px 0 100px 0; }
	.ec-footer,.ec-footer-middel { padding-top:100px; }
	.up-ts-head { margin-bottom: 30px; padding: 0px 70px; }
	.hero-content h1 { margin-bottom:70px; }
	section.how-section { padding-top: 40px; }
	.trt-bottom > div {  width: 33% !important; }
	.big-title { font-size: 150px; }
	.step { padding: 20px; }
	.ux-med-text { padding: 40px 40px 0 40px; }
	.ux-med-right { padding:40px; }
	.ux-med-steps { margin-top: 30px; }
	footer.ec-footer { padding-left: 20px; padding-right: 20px; }


}
@media(max-width:1399px){
	.hero-content { max-width: 570px; }
	.hero-image img { width: 480px;}
}
@media(max-width:1220px){
  .trt-cards{gap: 15px;}
	.trt-card {padding: 30px 15px; }
	.trt-card h3 { font-size: 30px; }
	.hero-content { max-width: 450px; }
	.hero-content h1 { font-size: 40px; line-height: 50px;}
	.trt-hero { margin-bottom: -140px; }
	.hero-image img { width: 420px; }
	.trt-bottom {
    display: flex;
    gap: 28px;
    flex-wrap: wrap; /* allow next row */
    align-content: center;
    justify-content: center;
}
	.trt-bottom .increase-box,
.trt-bottom .gym-image { width: calc(50% - 14px) !important; }
.trt-bottom .benefits-box { width: 100% !important; }
  
}
@media(max-width: 1300px){
    .set_title_description h1 { font-size:50px; }
    .set_title_description h1 .flip-text {
        height: 4rem;
    }
}
@media(max-width: 1024px){
	
	.card h3 { font-size: 20px; }
	.button1 a,.button2 a { padding: 10px 12px; font-size:16px; }
	.main-hero .row { gap: 10px; }
	.set_title_description h1 { font-size: 40px; line-height: 50px;letter-spacing:-2px; margin-bottom:15px; }
    .set_title_description h1 .flip-text {
        height: 3rem;
    }
	.set_border_space { border-radius: 24px; padding: 20px; }
	.set_bgcolor_with_section { margin-top: 30px; }
	.set_bgcolor_with_section .set_bg { padding: 15px; border-radius: 10px; }
	.sub_title h4 { font-size: 18px; line-height: 28px; margin-bottom: 15px; }
	.content_percentage span { font-size: 16px; }
	.bg_set_white h6 { font-size: 14px; }
	.set_grids_4{ margin-top: 12px; }
	section.category_boxes { padding-bottom: 70px; }
	.cards_grid { grid-template-columns: repeat(2, 1fr); }
	section.product_tabs .product_set_title h3 { font-size: 40px; line-height: 50px;}
	.product_card { min-width: 49%; padding: 20px; }
	section.product_tabs {  padding: 70px 20px; }
	section.green_layout {  padding: 70px 20px;}
	.post-type-archive-product div#content,body.archive.tax-product_cat div#content{padding: 70px 0px; }
    .page-template-template-education div#primary {padding: 70px 0 70px 0; }
	section.faq-sec{ padding: 70px 20px;}
	.up-ts-wrap{ padding: 70px 0px; }
	.ec-footer,.ec-footer-middel { padding-top:70px; }
    .custom-cart-wrapper { background: #F7FBFF; padding: 50px 0px; }
	.up-ts-head { margin-bottom: 20px; padding: 0px 20px; }
	.trt-cards { margin-top: -150px; }
	.testosterone_bg,.sexual_bg,.weight_loss_bg,.hair_growth_bg { padding: 40px; }
	.hero-content h1 { font-size: 40px; line-height: 50px; margin-bottom: 30px;}
	.benefits-box h4 { font-size: 25px; }
	.benefits-box p{ font-size:16px; }
	.trt-card h3{ font-size:30px;}
	.increase-header { font-size:16px; }
	.hero-image img { height: auto; object-fit: cover; }
	.trt-cards { gap: 15px; }
	.trt-hero {  margin-bottom: -40px; }
	.hero-content { max-width:420px; }
	.increase-box, .benefits-box,.trt-card { padding:15px; }
	.trt-bottom { gap:15px; }
	.big-title { font-size: 100px; }
	.how-content { height: 880px; }
	.person img { height: 680px; }
	.steps {padding: 15px;gap: 10px;}
	.num {font-size: 46px; line-height: 46px;}
	.icon { width: 46px; height: 46px; }
	.step h4 { font-size: 18px; }
	.step p { font-size: 14px;margin-bottom: 0 !important;line-height: 18px;}
	.ux-med-text { padding: 30px 30px 0 30px; }
	.ux-med-right { padding: 30px; }
	.ux-med-title { font-size: 30px; }
	.ux-med-desc { font-size: 16px;}
	.ux-step h4 { font-size: 18px; }
	.ux-step p { font-size: 16px; }
	.ux-step { padding: 15px 15px; }
	.faq-main-title{font-size:30px; }
	.faq-item{ padding:20px 20px; margin-bottom:10px;}
	.faq-q span{ font-size:25px; }
	.faq-a{font-size:16px;margin-top:15px;}
	.up-ts-title{ font-size: 30px; }
	.flex_Style strong { font-size: 20px; }
	.up-user div strong { font-size: 18px;}
	.up-user div span { font-size: 14px;}
	.quote { margin-bottom: 20px; }
	.up-card { padding: 30px;width: 400px; }
	.up-card p { font-size: 14px; }
	.ec-container { display: block; }
	.ec-container .ec-col { width: 50%; float: left; margin-bottom: 50px; }
	.ec-by { margin-top: 30px; }
	.ec-col h4 { margin-bottom: 15px; font-size: 20px; }
	.ec-logo { margin-bottom: 20px; }
	footer .menu-item a, .cat_get a,.ec-contact a { font-size: 16px; }
	footer ul.menu li, .cat_get li {  margin-bottom: 15px !important; }
	.ec-footer-middel .ec-container.ec-bottom-row { display: flex; }
	.ec-bottom { margin-top: 30px; padding: 20px 0px; }
}


@media(max-width: 992px){
	p.return-to-shop { margin-bottom: 20px; padding-left: 20px; }
	.trt-cards{grid-template-columns: 1fr 1fr;}
	.steps { grid-template-columns: 1fr 1fr;gap: 10px;}
	ul#menu-primary-menu { position: absolute; width: 100%; left: 0px; padding-left: 30px; background: #fff; top: 130px; z-index: 99; box-shadow: 0 7px 7px 0px rgba(0, 0, 0, 0.1); }
	.row_right { padding-left: 10px; }
	button#site-navigation-menu-toggle { border: 1px solid #ccc; border-radius: 20px; }
	.trt-hero { display: block; }
	.hero-content { max-width: 100%; }
	.hero-image img { object-fit: cover; margin: 0 auto; }
	.trt-cards { margin-top: -200px; }
	.hero-image img { width: 600px; }
	.person { top: 8%;bottom: auto; }
	.person img { height: 500px; }
	.how-content { height: 900px; }
	.ux-med-wrap { gap: 15px; }
	.ux-icon { width: 110px; }
	.ux-step { padding: 10px 10px; }
	.ux-med-steps { gap: 25px; }
	.row_right { display: none; }
	.storefront-handheld-footer-bar { position: fixed; bottom: 0; left: 0; right: 0; border-top: 1px solid rgba(255, 255, 255, .2); box-shadow: none; z-index: 9999; display: block !important;}
	.storefront-handheld-footer-bar ul li>a { color: #1b202a; }
	.faq-item {padding: 15px 15px; border-radius: 15px;}
	.faq-q span { font-size: 22px; }
	.ec-links{ gap: 22px }
	.ec-links a:after { right: -11px; }
    .xoo-wsc-container {display: none !important;}


}
@media(max-width: 767px){
    .ux-med-wrap{grid-template-columns:1fr;}
	.steps{ grid-template-columns:1fr; }
	.button1 a,.button2 a { padding: 10px 10px; font-size:14px; }
	.main-hero .row{flex-wrap: wrap;}
	section.main-hero .left_align,section.main-hero .right_align { width: 100%; }
	.set_two_row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
	.set_grids_4 { grid-template-columns: 1fr; gap: 10px; }
	.set_title_description h1 { font-size: 30px; line-height: 40px; }
	.set_bgcolor_with_section { margin-top: 20px; }
	.content_percentage span { font-size: 14px; }
	.cards_grid { grid-template-columns: 1fr; gap: 10px;}
	.card h3 { font-size: 18px; }
	section.category_boxes { padding-bottom: 70px; }
	section.product_tabs .product_set_title h3 { font-size: 30px; line-height: 40px;}
	.product_card { min-width: 100%;width: 100%; padding: 20px; }
	.progress-wrap { max-width: 82%;}
	.product_card h3 { font-size: 20px; margin: 10px 0 5px; }
	.product_card .price { font-size: 16px; }
	.product-tabs button.tab-btn { margin-bottom:10px; }
	.product-slider-section { padding: 30px 0; }
	div#progressText { bottom: 25px; }
	section.product_tabs {  padding: 50px 0px; }
	section.green_layout {  padding: 50px 0px;}
	section.faq-sec{ padding: 50px 20px;}
	.post-type-archive-product div#content,body.archive.tax-product_cat div#content{padding: 50px 0px; }
	.trt-section { margin-bottom: 20px; }
	.up-ts-wrap{ padding: 50px 0px; }
    .page-template-template-education div#primary {padding: 50px 0 50px 0; }
	.ec-footer,.ec-footer-middel { padding-top:50px; }
	.trt-hero{ flex-direction:column; text-align:center; }
	.hero-image img{ height: 550px; margin-top: 30px; width: 100%; object-fit: contain;}
	.trt-cards { margin-top: -150px; }
	.trt-cards{ grid-template-columns:1fr; }
	.hero-content h1 { font-size: 30px; line-height: 40px; margin-bottom: 20px;}
	.benefits-box h4 { font-size: 20px; }
	.trt-card h3{ font-size:24px;}
	.testosterone_bg,.sexual_bg,.weight_loss_bg,.hair_growth_bg { padding: 20px; }
	.product-img { height: auto; } 
	.trt-bottom { display: block; }
	.trt-bottom .increase-box, .trt-bottom .gym-image { width: 100% !important; }
	.trt-bottom > div { width: 100% !important; margin-bottom: 20px; }
	.big-title { font-size: 40px; }
	.person img { height: 300px; object-fit: contain; }
	.person { top: 6%; }
	section.how-section { padding-top: 0px; }
	.faq-main-title{font-size:25px; }
	.faq-item{ padding:15px 15px; margin-bottom:10px;}
	.faq-q span{ font-size:20px; }
	.faq-a{font-size:14px;margin-top:10px;}
	.up-ts-title{ font-size: 20px; }
	.up-card p { font-size:14px; }
	.flex_Style strong { font-size: 16px; }
	.flex_Style span { font-size: 10px; }
	.up-stars small { font-size: 10px; }
	.up-ts-wrap::before,.up-ts-wrap::after { display:none !important; }
	.up-ts-head { flex-wrap: wrap !important; display: flex; align-content: center; justify-content: center; align-items: center; }
	.up-ts-rating { flex-wrap: wrap !important; display: flex; justify-content: center; align-items: center; margin-top: 20px; }
	.up-stars { align-items: center; }
	.up-card { padding: 15px; width: 270px; }
	.ec-container .ec-col { width: 100%; float: left; margin-bottom: 20px;text-align:center; }
    .ec-logo { margin:0 auto 20px auto; }
	.ec-footer-middel .ec-container.ec-bottom-row { display: block; }
	.ec-links {display: block;}
	.ec-links a { position: relative; display: block; margin-top: 15px; }
	.ec-links a:after {display: none;}
    .ec-container .ec-col:nth-child(2), .ec-container .ec-col:nth-child(3) { width: 50%; margin-top: 20px; }
    .ec-by img,.ec-pay img { margin-left: auto; margin-right: auto; }
    .ec-footer-middel { text-align: center; }
    .ec-bottom { margin-bottom: 50px; }
	.storefront-handheld-footer-bar ul li>a { height: 45px; }
	.storefront-handheld-footer-bar ul li>a::before { line-height: 37px; font-size: 18px; }
	.storefront-handheld-footer-bar ul li.search .site-search { display: none; }
    .storefront-handheld-footer-bar ul li > a::before { line-height: 45px; }
}

/* Change Storefront mobile breakpoint to 1024px */

@media (min-width: 768px) and (max-width: 1024px) {
	ul#menu-primary-menu { display: none !important; }
    .main-navigation.toggled ul#menu-primary-menu { display: block !important; }
    .main-navigation.toggled ul.menu { display: block; width: 100%; background: #fff; }
    .main-navigation ul.menu li { display: block; text-align: left; }
    #site-navigation-menu-toggle{  display:block; }
}
@media(min-width:993px){
	.first_icon{ position:relative; }
	.header_search_form { position: absolute; top: 54px; left: -180px; right: auto; width: 330px; }
	    #site-navigation-menu-toggle { display: none !important; }
	        ul#menu-primary-menu { display: flex !important; }
}

/* === yc-anti-flash-preboot: hide the pre-transform page under a branded cover until custom.js builds the new design; CSS failsafe auto-reveals after 4s if JS fails === */
html{background-color:#eef1ec}
body{opacity:0;animation:ycFailShow .01s linear 4s forwards}
@keyframes ycFailShow{to{opacity:1}}
body.yc-shown{opacity:1!important;animation:none!important;transition:opacity .34s ease}
