/* gagiongvitgiong — UI/UX + mobile + performance layer */
:root{
  --brand:#0b7a45;
  --brand-dark:#085c34;
  --brand-soft:#e8f6ee;
  --accent:#e67e22;
  --ink:#1a2b22;
  --muted:#5c6b62;
  --line:#d9e5dd;
  --bg:#f4f8f5;
  --surface:#ffffff;
  --radius:14px;
  --shadow:0 10px 30px rgba(11,122,69,.12);
  --font:"Be Vietnam Pro",system-ui,-apple-system,"Segoe UI",sans-serif;
  --display:"Source Serif 4",Georgia,"Times New Roman",serif;
  --safe-bottom:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.site-body{
  font-family:var(--font);
  color:var(--ink);
  background:
    radial-gradient(1200px 480px at 10% -10%, rgba(11,122,69,.10), transparent 60%),
    radial-gradient(900px 420px at 100% 0%, rgba(230,126,34,.08), transparent 55%),
    var(--bg);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto}
a{transition:color .2s ease, opacity .2s ease}
.skip-link{
  position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
}
.skip-link:focus{
  left:12px;top:12px;width:auto;height:auto;z-index:10000;
  background:var(--brand);color:#fff;padding:10px 14px;border-radius:8px;
}
#main-content{outline:none}

/* Top bar — compact */
.site-topbar,
.header{
  background:var(--brand-dark)!important;
  color:#fff!important;
  padding:0!important;
}
.site-topbar__inner,
.header .row{
  max-width:1200px;margin:0 auto;padding:5px 16px!important;
  display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end;align-items:center;
}
.site-topbar a,
.header li,.header a,.header i{
  color:#fff!important;font-size:12px;text-decoration:none;opacity:.92;
}
.site-topbar a:hover,.header a:hover{opacity:1;text-decoration:underline}
.header ul{margin:0;padding:0;list-style:none;display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}

/* Brand + search — compact */
.site-header,
.header-bot{
  background:var(--surface)!important;
  box-shadow:0 1px 0 var(--line);
  position:relative;z-index:1030;
  padding:0!important;
}
.site-header__inner,
.header-bot_inner_wthreeinfo_header_mid{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  max-width:1200px;margin:0 auto;padding:8px 16px;flex-wrap:wrap;
}
.site-header__brand,
.logo_agile{float:none!important;width:auto!important;flex:0 1 auto;text-align:left;order:1}
.logo_agile .brand-mark,
.logo_agile h1,
.site-brand,
.brand-mark{
  margin:0;font-family:var(--display);font-weight:700;
  font-size:clamp(1rem,2vw,1.25rem);letter-spacing:.01em;
}
.site-header__brand a,
.logo_agile a{
  color:var(--brand)!important;text-decoration:none;
  display:inline-flex!important;align-items:center;gap:8px;
}
.site-header__brand a:hover,
.logo_agile a:hover{color:var(--brand-dark)!important;opacity:.95}
.site-logo{
  width:44px!important;height:44px!important;object-fit:contain;display:block;flex:0 0 auto;
  border-radius:50%;background:#1a120c;
}
.site-brand .site-logo{width:44px!important;height:44px!important}
.site-logo-text{line-height:1.15;font-weight:700}
.footer .brand-mark{margin:0 0 12px;font-family:var(--display);font-size:1.15rem;font-weight:700}
.footer .brand-mark a{
  color:#fff!important;text-decoration:none;
  display:inline-flex!important;align-items:center;gap:10px;
}
.site-logo--footer{width:48px;height:48px;border-radius:50%;background:#1a120c}

.site-search,
.header-middle{
  order:2;flex:1 1 240px;max-width:420px;float:none!important;width:auto!important;padding:0!important;
}
.site-search,
.header-middle form{
  display:flex;align-items:center;background:#fff;
  border:1px solid var(--line);border-radius:999px;overflow:hidden;padding:0;margin:0;height:40px;
}
.site-search input[type=search],
.header-middle input[type=search],
.header-middle input[type=text]{
  border:0!important;background:transparent!important;box-shadow:none!important;
  width:100%;height:40px!important;padding:0 14px!important;outline:none;font-size:14px;
  line-height:40px!important;margin:0!important;
}
.site-search__btn,
.header-middle input[type=submit],
.header-middle button[type=submit]{
  border:0!important;flex:0 0 40px;width:40px!important;height:40px!important;
  border-radius:0!important;margin:0!important;padding:0!important;
  background:var(--brand)!important;color:#fff!important;
  display:inline-flex!important;align-items:center;justify-content:center;
  cursor:pointer;text-indent:0!important;font-size:0!important;line-height:1!important;
  background-image:none!important;
}
.site-search__btn svg{display:block;width:18px;height:18px}
.agileits-social,.top_content,.box_1.cart{display:none!important}

/* Nav — compact + reliable submenu */
.site-nav,
.ban-top{
  background:var(--brand)!important;
  border-bottom:0!important;
  box-shadow:0 4px 14px rgba(8,92,52,.18)!important;
  position:sticky;top:0;z-index:1040;
  padding:0!important;
}
.site-nav__inner,
.ban-top > div,
.top_nav_left,
.ban-top .navbar,
.ban-top .container-fluid{
  float:none!important;width:100%!important;max-width:1200px;margin:0 auto;position:relative;
}
.navbar-default{background:transparent!important;border:0!important;margin:0!important;float:none!important;width:100%!important;min-height:0!important}
.site-header .site-nav__toggle,
.site-nav__toggle,
.navbar-default .navbar-toggle{
  display:none;flex:0 0 auto;order:3;align-items:center;justify-content:center;flex-direction:column;
  width:42px;height:40px;margin:0;padding:0;
  border:1px solid var(--line)!important;border-radius:10px;
  background:var(--brand)!important;cursor:pointer;
}
.site-header .site-nav__toggle span,
.site-nav__toggle span,
.navbar-default .navbar-toggle .icon-bar{
  display:block;width:18px;height:2px;background:#fff!important;margin:2px 0;border-radius:1px;
}
.site-nav__collapse,
.navbar-default .navbar-collapse{border:0!important;box-shadow:none!important;padding:0!important;width:100%}
.site-nav__list,
.menu__list{
  display:flex!important;flex-wrap:wrap!important;align-items:stretch!important;
  gap:0;padding:0 8px!important;margin:0!important;float:none!important;width:100%!important;
  list-style:none!important;overflow:visible!important;
}
.site-nav__item,
.menu__list>li,
.navbar-nav>li{
  float:none!important;margin:0!important;position:relative!important;flex:0 0 auto;
}
.site-nav__row{
  display:flex;align-items:stretch;width:auto;
}
.site-nav__caret{
  display:none;border:0;background:transparent;padding:0;margin:0;cursor:pointer;
}
.site-nav__link,
.menu__link,
.menu--shylock .menu__link,
.navbar-nav>li>a.menu__link,
a.menu__link{
  border-radius:0!important;padding:11px 14px!important;font-weight:600!important;
  color:#fff!important;font-size:13px!important;text-shadow:none!important;letter-spacing:0!important;
  background:transparent!important;white-space:nowrap;line-height:1.2!important;
  display:inline-flex!important;align-items:center;gap:6px;text-decoration:none!important;
}
.site-nav__item--drop > .site-nav__row > .site-nav__link::after{
  content:"";display:inline-block;width:0;height:0;margin-left:4px;
  border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #fff;
}
.site-nav__link .caret,
.menu__link .caret{margin-left:2px;border-top-color:#fff}
.menu__link::before,
.menu__link::after,
.menu--shylock .menu__link::before,
.menu--shylock .menu__link::after{display:none!important;content:none!important}
.site-nav__item:hover > .site-nav__link,
.site-nav__item:hover > .site-nav__row > .site-nav__link,
.site-nav__item:focus-within > .site-nav__link,
.site-nav__item:focus-within > .site-nav__row > .site-nav__link,
.menu__item--current .menu__link,
.menu__item.active .menu__link,
.menu__link:hover,
.menu__link:focus{
  background:rgba(255,255,255,.14)!important;color:#fff!important;
}

/* Submenu */
.site-nav__sub,
.ban-top .dropdown-menu,
.ban-top ul.dropdown-menu,
.ban-top div.dropdown-menu{
  display:none;
  position:absolute!important;
  top:100%!important;
  left:0!important;
  right:auto!important;
  margin:0!important;
  padding:8px!important;
  min-width:210px!important;
  border:0!important;border-radius:0 0 10px 10px!important;
  box-shadow:0 12px 28px rgba(0,0,0,.14)!important;
  background:#fff!important;
  z-index:1050!important;
  float:none!important;
  list-style:none!important;
}
.site-nav__sub::before,
.ban-top .dropdown-menu::before{
  content:"";position:absolute;left:0;right:0;top:-8px;height:8px;
}
.site-nav__item--drop:hover > .site-nav__sub,
.site-nav__item--drop:focus-within > .site-nav__sub,
.ban-top .navbar-nav > li.dropdown.open > .dropdown-menu,
.ban-top .navbar-nav > li.dropdown:hover > .dropdown-menu,
.ban-top .navbar-nav > li.dropdown:focus-within > .dropdown-menu{
  display:block!important;
}
.site-nav__sub a,
.ban-top .dropdown-menu>li>a,
.ban-top .multi-column-dropdown li a,
.ban-top .agile_short_dropdown li a{
  color:var(--ink)!important;font-weight:600!important;border-radius:8px!important;
  padding:9px 12px!important;display:block!important;white-space:normal!important;
  border:0!important;background:transparent!important;text-transform:none!important;
  letter-spacing:0!important;font-size:13px!important;text-decoration:none!important;
}
.site-nav__sub a:hover,
.ban-top .dropdown-menu>li>a:hover,
.ban-top .multi-column-dropdown li a:hover{
  background:var(--brand-soft)!important;color:var(--brand)!important;
}
.ban-top .dropdown-menu.columns-3,
.ban-top div.dropdown-menu.columns-3{width:auto!important;min-width:220px!important;padding:8px!important}
.ban-top .agile_inner_drop_nav_info{display:block}
.ban-top .multi-gd-img1{display:none!important}
.ban-top .multi-column-dropdown{list-style:none;margin:0;padding:0}
.ban-top .multi-column-dropdown li{margin:0;border:0;float:none!important;width:auto!important}

/* Hero carousel */
#myCarousel{margin-top:0}
#myCarousel .carousel-inner .item{
  min-height:clamp(280px,52vw,520px)!important;
  background-size:cover!important;background-position:center!important;
}
#myCarousel .carousel-caption{
  left:8%!important;right:8%!important;bottom:18%!important;
  text-align:left!important;text-shadow:0 2px 18px rgba(0,0,0,.35);
}
#myCarousel .carousel-caption h2,
#myCarousel .carousel-caption h3{
  font-family:var(--display)!important;
  font-size:clamp(1.4rem,4.2vw,2.8rem)!important;
  letter-spacing:0!important;line-height:1.2!important;font-weight:700!important;
  margin:0 0 14px!important;color:#fff!important;
}
#myCarousel .carousel-caption h2 span,
#myCarousel .carousel-caption h3 span{color:#ffe7c2}
.hero-kicker{
  display:inline-block;margin:0 0 10px;padding:6px 12px;border-radius:999px;
  background:rgba(255,255,255,.16);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;
}
.item-info-product h3{font-size:15px;line-height:1.35;min-height:2.7em;margin:0 0 8px;font-weight:600}
.item-info-product h3 a{color:var(--ink);text-decoration:none}
#myCarousel .button2,
a.hvr-outline-out.button2{
  display:inline-flex!important;align-items:center;justify-content:center;
  background:var(--accent)!important;border:0!important;color:#fff!important;
  border-radius:999px!important;padding:12px 22px!important;font-weight:700!important;
  letter-spacing:.02em;box-shadow:0 8px 20px rgba(230,126,34,.28);
}
#myCarousel .button2:hover{background:#cf6d16!important;color:#fff!important}

/* Promise / trust strip */
.banner-bootom-w3-agileits{background:transparent!important;padding:28px 0 8px!important}
.banner-bootom-w3-agileits .col-md-4>div{
  border-radius:var(--radius)!important;min-height:150px;
  box-shadow:var(--shadow);transition:transform .2s ease;
}
.banner-bootom-w3-agileits .col-md-4>div:hover{transform:translateY(-3px)}
.banner-bootom-w3-agileits h4{font-family:var(--display);font-size:1.05rem!important;letter-spacing:.01em}
.cam-ket{opacity:.95;font-size:14px;line-height:1.55}

/* Product grid */
.new_arrivals_agile_w3ls_info{padding:12px 0 40px!important}
.resp-tabs-list{
  display:flex!important;flex-wrap:wrap;gap:8px;border:0!important;margin-bottom:18px!important;
}
.resp-tabs-list li{
  float:none!important;margin:0!important;border-radius:999px!important;
  background:var(--surface)!important;border:1px solid var(--line)!important;
  color:var(--ink)!important;padding:10px 16px!important;font-weight:600!important;
}
.resp-tabs-list li.resp-tab-active{
  background:var(--brand)!important;border-color:var(--brand)!important;color:#fff!important;
}
.resp-tabs-list li h2,.resp-tabs-list li .tab-label{
  margin:0;font-size:14px!important;font-weight:600;font-family:var(--font);
}
.product-men{margin-bottom:22px}
.men-pro-item{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;box-shadow:0 6px 18px rgba(26,43,34,.06);height:100%;
  transition:transform .2s ease, box-shadow .2s ease;
}
.men-pro-item:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.men-thumb-item{background:#f7faf8;border-radius:12px 12px 0 0;overflow:hidden}
.men-thumb-item img.pro-image-front,
.men-thumb-item img,
.pro-image-front{
  width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:0;
}
.men-thumb-item img.pro-image-back{display:none!important}
.img-portfolio .thumbnail,
.img-portfolio a.border_img,
.news-card__media,
.news-card img,
.border_img img,
.related-news img,
.article-hero img{
  border-radius:14px!important;overflow:hidden;
}
.img-portfolio .thumbnail,
.news-card__media{display:block;border:0!important;padding:0!important;box-shadow:none!important;background:transparent!important}
.img-portfolio img,
.news-card__media img{
  width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;
}
.item-info-product{padding:14px 14px 18px}
.item-info-product h4{font-size:15px;line-height:1.35;min-height:2.7em;margin:0 0 8px}
.item-info-product h4 a{color:var(--ink);text-decoration:none}
.item_price{color:var(--brand)!important;font-weight:700!important;font-size:16px!important}
.btn_ord,.snipcart-details a{
  display:inline-flex!important;width:100%;justify-content:center;align-items:center;gap:6px;
  background:var(--brand)!important;color:#fff!important;border-radius:10px!important;
  padding:10px 12px!important;text-decoration:none!important;font-weight:600;
}
.btn_ord:hover{background:var(--brand-dark)!important;color:#fff!important}
.product-new-top{background:var(--accent)!important;border-radius:999px!important}

.section-heading{
  text-align:center;margin:8px 0 22px;font-family:var(--display);
  font-size:clamp(1.4rem,3vw,2rem);color:var(--ink);
}
.section-heading span{color:var(--brand)}

/* Process section */
.process-section,
.coupons{
  background:
    radial-gradient(700px 280px at 10% 0%, rgba(11,122,69,.08), transparent 60%),
    radial-gradient(600px 240px at 100% 20%, rgba(230,126,34,.07), transparent 55%),
    var(--bg)!important;
  padding:48px 0 52px!important;
  border-top:1px solid var(--line);
}
.process-section .container{max-width:1170px;margin:0 auto;padding:0 16px}
.process-section__title,
.wthree_text_info{
  font-family:var(--display)!important;
  font-size:clamp(1.4rem,2.6vw,1.85rem)!important;
  font-weight:700!important;
  color:var(--ink)!important;
  text-align:center!important;
  margin:0 0 8px!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.process-section__title span,
.wthree_text_info span{color:var(--brand)}
.process-section__lead{
  text-align:center;color:var(--muted);margin:0 auto 32px;max-width:520px;line-height:1.5;font-size:15px;
}
.process-steps{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;
  counter-reset:none;
}
.process-step{
  position:relative;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:16px;
  padding:28px 20px 24px;
  text-align:center;
  box-shadow:0 8px 22px rgba(26,43,34,.06);
  min-height:100%;
  float:none!important;width:auto!important;margin:0!important;
}
.process-step__num{
  position:absolute;top:14px;left:14px;
  width:28px;height:28px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--brand-soft);color:var(--brand-dark);
  font-size:13px;font-weight:700;
}
.process-step__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:64px;height:64px;margin:0 auto 14px;
  border-radius:50%;
  background:var(--brand);color:#fff;
  box-shadow:0 10px 20px rgba(11,122,69,.22);
}
.process-step__icon i{font-size:22px;line-height:1;color:#fff}
.process-step__title{
  margin:0 0 10px;font-size:1.05rem;font-weight:700;color:var(--ink);
  text-transform:none;letter-spacing:0;font-family:var(--display);
}
.process-step__desc{
  margin:0;color:var(--muted);font-size:14px;line-height:1.6;
}
/* legacy coupons cards */
.w3layouts_mail_grid{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;
  padding:0 16px!important;max-width:1170px;margin:0 auto;float:none!important;
}
.w3layouts_mail_grid_left{
  float:none!important;width:auto!important;
  background:var(--surface)!important;border:1px solid var(--line);border-radius:16px;
  padding:24px 18px!important;margin:0!important;min-height:0!important;
  text-align:center;box-shadow:0 8px 22px rgba(26,43,34,.06);
}
.w3layouts_mail_grid_left1{
  float:none!important;width:64px!important;height:64px!important;margin:0 auto 14px!important;
  background:var(--brand)!important;color:#fff!important;border-radius:50%!important;
  display:flex!important;align-items:center;justify-content:center;
}
.w3layouts_mail_grid_left1 i{line-height:1!important;font-size:1.3em!important;color:#fff!important}
.w3layouts_mail_grid_left2{float:none!important;width:100%!important;text-align:center!important}
.w3layouts_mail_grid_left2 h3{
  font-size:1.05rem!important;color:var(--ink)!important;margin:0 0 10px!important;
  text-transform:none!important;letter-spacing:0!important;font-family:var(--display)!important;
}
.w3layouts_mail_grid_left2 p{color:var(--muted)!important;font-size:14px!important;line-height:1.6!important;margin:0!important}
@media(max-width:991px){
  .process-steps,.w3layouts_mail_grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
}
@media(max-width:575px){
  .process-section,.coupons{padding:36px 0 40px!important}
  .process-steps,.w3layouts_mail_grid{grid-template-columns:1fr!important;gap:14px!important}
  .process-section__lead{margin-bottom:22px}
}

.process-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;
}
.process-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.process-grid > div{
  background:var(--brand-soft);border:1px solid var(--line);border-radius:12px;padding:16px;
}
.process-grid h3{margin:0 0 8px;font-size:1rem;color:var(--brand-dark)}
.process-grid p{margin:0;color:var(--muted);line-height:1.5}
.footer{
  background:linear-gradient(180deg,#0a5f36,#074a2a)!important;
  color:#e8f6ee!important;padding-bottom:calc(88px + var(--safe-bottom))!important;
}
.footer a{color:#dff5e8!important}
.footer h2,.footer h3,.footer h4{font-family:var(--display)!important}
.footer .brand-mark{margin:0 0 12px;font-family:var(--display);font-size:1.35rem;font-weight:700}
.footer .brand-mark a{color:#fff!important;text-decoration:none}
.footer-promises{
  list-style:none;margin:0 0 16px;padding:0;
  color:#fff!important;
}
.footer-promises li{
  position:relative;padding:6px 0 6px 18px;
  color:#fff!important;font-size:14px;line-height:1.45;
}
.footer-promises li::before{
  content:"";position:absolute;left:0;top:12px;
  width:7px;height:7px;border-radius:50%;background:#fff;
}
.copy-right{opacity:.8;margin-top:18px!important}

/* Floating contact — larger + motion */
.support{
  position:fixed!important;z-index:997;display:block!important;
  left:16px!important;bottom:calc(16px + var(--safe-bottom))!important;
  background:#fff!important;border:1px solid var(--line)!important;
  border-radius:18px!important;padding:16px 18px!important;
  box-shadow:0 14px 34px rgba(11,122,69,.22)!important;max-width:min(340px,86vw);
  animation:supportIn .5s ease both, supportPulse 2.8s ease-in-out 1s infinite;
}
.support_title{font-weight:700;margin-bottom:10px;font-size:16px;color:var(--brand);line-height:1.3}
.support_phone{font-size:16px;margin-top:6px;display:flex;align-items:center;gap:8px}
.support_phone img{width:20px;height:auto}
.support_phone a{font-weight:700;font-size:17px;color:var(--brand-dark);text-decoration:none}
.amp_fb_icon{
  position:fixed!important;cursor:pointer;
  right:18px!important;bottom:calc(18px + var(--safe-bottom))!important;
  width:80px;height:80px;border-radius:50%;
  filter:drop-shadow(0 12px 22px rgba(5,101,54,.35));
  animation:chatPulse 2.2s ease-in-out infinite;
  z-index:998;
}
.amp_fb_icon img{
  width:80px!important;height:80px!important;border-radius:50%!important;
  object-fit:cover;display:block;
}
.amp_fb_icon::after{
  content:"";position:absolute;inset:-8px;border-radius:50%;
  border:2px solid rgba(11,122,69,.4);animation:chatRing 2.2s ease-out infinite;
  pointer-events:none;
}
.facebook_chat_box{
  position:fixed!important;width:min(360px,94vw)!important;right:16px!important;
  bottom:calc(118px + var(--safe-bottom))!important;border-radius:18px!important;
  box-shadow:0 18px 40px rgba(0,0,0,.18)!important;padding:14px!important;
  background:#fff!important;z-index:999;
}
@keyframes chatPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.08)}
}
@keyframes chatRing{
  0%{transform:scale(.85);opacity:.8}
  100%{transform:scale(1.25);opacity:0}
}
@keyframes supportIn{
  from{opacity:0;transform:translateY(12px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes supportPulse{
  0%,100%{box-shadow:0 14px 34px rgba(11,122,69,.22)}
  50%{box-shadow:0 16px 40px rgba(11,122,69,.38)}
}

/* Listing + detail shared — breadcrumb (light bar, dark text) */
.page-head_agile_info_w3l,
.page-head_agile_info_w3l.page-crumb{
  background:#fff!important;
  background-image:none!important;
  min-height:0!important;
  padding:14px 0 16px!important;margin:0!important;color:var(--ink)!important;
  text-align:left!important;
  border-bottom:1px solid var(--line)!important;
  box-shadow:0 4px 14px rgba(26,43,34,.04);
}
.page-head_agile_info_w3l .container{max-width:1170px}
.page-crumb__title,
.page-head_agile_info_w3l h1,
.page-head_agile_info_w3l h2,
.page-head_agile_info_w3l h3{
  color:var(--ink)!important;font-family:var(--display)!important;
  margin:10px 0 0!important;padding:0!important;
  font-size:clamp(1.2rem,2.6vw,1.65rem)!important;font-weight:700!important;
  text-align:left!important;text-transform:none!important;letter-spacing:0!important;
  line-height:1.3!important;max-width:920px;
}
.site-breadcrumb{margin:0}
.site-breadcrumb__list{
  display:flex;flex-wrap:wrap;align-items:center;
  gap:10px 0;row-gap:10px;
  list-style:none;margin:0;padding:0;
}
.site-breadcrumb__list li{
  display:inline-flex;align-items:center;max-width:100%;
  font-size:13px;font-weight:600;letter-spacing:0;text-transform:none;
  color:var(--muted)!important;
}
.site-breadcrumb__list li+li::before{
  content:"/";
  display:inline-block;margin:0 12px;color:var(--muted);opacity:.55;font-weight:500;
}
.site-breadcrumb__list a{
  color:var(--brand)!important;text-decoration:none;
  background:var(--brand-soft);border:1px solid var(--line);
  border-radius:999px;padding:7px 14px;line-height:1.35;
  transition:background .2s ease, color .2s ease, border-color .2s ease;
}
.site-breadcrumb__list a:hover{
  background:var(--brand)!important;color:#fff!important;border-color:var(--brand);text-decoration:none;
}
.site-breadcrumb__list a .glyphicon{margin-right:4px;font-size:12px;color:inherit}
.site-breadcrumb__list [aria-current="page"] span,
.site-breadcrumb__list li span{
  display:inline-block;max-width:min(420px,70vw);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  background:#eef3f0;border:1px solid var(--line);border-radius:999px;padding:7px 14px;
  color:var(--ink)!important;font-weight:700;
}
/* legacy breadcrumb fallback */
.services-breadcrumb{
  padding:0!important;background:none!important;text-align:left!important;margin:0!important;
}
.services-breadcrumb .agile_inner_breadcrumb{margin:0}
ul.w3_short{
  display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:0!important;
  list-style:none!important;padding:0!important;margin:0!important;text-align:left!important;
}
ul.w3_short li{
  display:inline-flex!important;align-items:center!important;
  color:var(--muted)!important;font-size:13px!important;font-weight:600!important;
  text-transform:none!important;letter-spacing:0!important;float:none!important;
}
ul.w3_short li + li::before{
  content:"/"!important;display:inline-block;margin:0 8px;opacity:.7;font-weight:500;color:var(--muted)!important;
}
ul.w3_short li a{
  color:var(--brand)!important;text-decoration:none!important;
  background:var(--brand-soft)!important;border:1px solid var(--line)!important;
  border-radius:999px;padding:5px 12px;line-height:1.3;
}
ul.w3_short li a:hover{background:var(--brand)!important;color:#fff!important}
ul.w3_short li i{display:none!important}

.catalog-layout{padding:28px 0 40px}
.catalog-sidebar{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  padding:16px;margin-bottom:20px;box-shadow:0 6px 18px rgba(26,43,34,.05);
}
.catalog-sidebar h2,.catalog-sidebar h3,.catalog-sidebar h4,.css-treeview h4{
  margin:0 0 12px;font-family:var(--display);font-size:1.15rem;color:var(--brand);
}
.css-treeview ul,.tree-list-pad{list-style:none;margin:0;padding:0}
.css-treeview li{margin:0;border-bottom:1px solid var(--line)}
.css-treeview li a,.css-treeview label{
  display:block;padding:10px 4px;color:var(--ink)!important;text-decoration:none;font-weight:600;
}
.css-treeview li a:hover{color:var(--brand)!important}
.catalog-hero{
  display:grid;grid-template-columns:140px 1fr;gap:16px;align-items:center;
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  padding:16px;margin-bottom:20px;
}
.catalog-hero img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px}
.catalog-hero h1{margin:0 0 8px;font-size:1.25rem;font-family:var(--display);color:var(--ink)}
.catalog-hero p{margin:0;color:var(--muted);line-height:1.55}
.product-grid{display:flex;flex-wrap:wrap;margin:0 -8px}
.news-list{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin:0 0 8px;
}
.news-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;height:100%;box-shadow:0 6px 18px rgba(26,43,34,.05);
  transition:transform .2s ease, box-shadow .2s ease;margin:0;
  display:flex;flex-direction:column;
}
.news-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.news-card__media{
  display:block;border:0!important;padding:0!important;box-shadow:none!important;
  background:#eef5f0!important;overflow:hidden;aspect-ratio:4/3;
}
.news-card__media--empty{min-height:160px;background:linear-gradient(135deg,#e8f6ee,#f7faf8)!important}
.news-card__media img{
  width:100%;height:100%;object-fit:cover;border-radius:0!important;
  display:block;aspect-ratio:auto;
}
.news-card__body{padding:12px 14px 16px;display:flex;flex-direction:column;gap:8px;flex:1}
.news-card__time{display:block;font-size:12px;color:var(--muted);font-weight:600}
.news-card__title{margin:0;font-size:15px;line-height:1.4;font-weight:700;min-height:0}
.news-card__title a{color:var(--ink);text-decoration:none}
.news-card__title a:hover{color:var(--brand)}
.news-card__brief{
  margin:0;color:var(--muted);font-size:13px;line-height:1.5;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.news-card__more{
  margin-top:auto;align-self:flex-start;color:var(--brand);font-weight:700;font-size:13px;text-decoration:none;
}
.news-card__more:hover{color:var(--brand-dark);text-decoration:underline}
.catalog-hero--text{grid-template-columns:1fr!important}
@media(max-width:991px){
  .news-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .ban-top .agile_inner_drop_nav_info{grid-template-columns:1fr}
  .ban-top .multi-gd-img1{display:none}
}
@media(max-width:575px){
  .news-list{grid-template-columns:1fr}
}

.site-paging,
nav.site-paging{
  display:block!important;
  width:100%!important;
  clear:both!important;
  margin:28px 0 12px!important;
  padding:12px 0!important;
  text-align:center!important;
  float:none!important;
  overflow:visible!important;
}
.site-paging .site-pagination,
div.site-pagination{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 auto!important;
  padding:0!important;
  width:100%!important;
  max-width:100%!important;
  list-style:none!important;
}
.site-paging .page_item,
.site-paging .page_status,
.site-paging a.page_item,
.site-paging span.page_item,
.site-paging span.page_status,
div.site-pagination > a,
div.site-pagination > span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  float:none!important;
  position:static!important;
  box-sizing:border-box!important;
  min-width:42px!important;
  height:42px!important;
  padding:0 14px!important;
  margin:0!important;
  border:1px solid var(--line)!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--ink)!important;
  text-decoration:none!important;
  font-weight:700!important;
  font-size:14px!important;
  line-height:1!important;
  box-shadow:none!important;
  white-space:nowrap!important;
  list-style:none!important;
}
.site-paging a.page_item:hover,
div.site-pagination > a:hover{
  border-color:var(--brand)!important;
  color:var(--brand)!important;
  background:#fff!important;
}
.site-paging .page_item.active,
.site-paging span.active,
div.site-pagination > span.active{
  background:var(--brand)!important;
  border-color:var(--brand)!important;
  color:#fff!important;
}
.site-paging .page_status,
div.site-pagination > .page_status{
  min-width:auto!important;
  background:var(--brand-soft)!important;
  border-color:var(--line)!important;
  color:var(--brand-dark)!important;
  font-size:13px!important;
  font-weight:700!important;
}
.site-paging .page_dots{
  border:0!important;
  background:transparent!important;
  min-width:24px!important;
  color:var(--muted)!important;
  box-shadow:none!important;
}

/* legacy ul.pagination fallback */
.site-paging ul.pagination,
ul.pagination.site-pagination{
  display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:8px!important;
  list-style:none!important;margin:0 auto!important;padding:0!important;float:none!important;
}
.site-paging ul.pagination > li,
ul.pagination.site-pagination > li{
  display:inline-flex!important;float:none!important;list-style:none!important;margin:0!important;padding:0!important;border:0!important;
}
.site-paging ul.pagination > li::before,
.site-paging ul.pagination > li::marker,
ul.pagination.site-pagination > li::before,
ul.pagination.site-pagination > li::marker{content:none!important;display:none!important}

.contact-layout{
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:20px;align-items:stretch;
}
.contact-page .contact_map{
  border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 24px rgba(26,43,34,.08);
  background:var(--surface);border:1px solid var(--line);min-height:280px;
}
.contact-page .contact_map iframe{display:block;width:100%;height:399px;border:0}
.contact-page .content_info{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  padding:20px;box-shadow:0 8px 24px rgba(26,43,34,.06);height:100%;
}
.contact-page .content_info h2{margin:0 0 16px;font-family:var(--display);font-size:1.35rem;color:var(--ink)}
.contact-page .info-section{
  margin:0 0 14px;padding:14px;background:var(--brand-soft);border-radius:12px;border:1px solid var(--line);
}
.contact-page .info-section h3{margin:0 0 8px;font-size:1rem;color:var(--brand-dark)}
.contact-page .info-section p{margin:4px 0;color:var(--ink);line-height:1.5}
.contact-page .info-section a{color:var(--brand);font-weight:700;text-decoration:none}
@media(max-width:991px){
  .contact-layout{grid-template-columns:1fr}
  .contact-page .contact_map iframe{height:290px}
}

.detail-shell{padding:24px 0 40px;overflow:hidden}
.detail-shell .container{max-width:1170px}
.detail-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  padding:18px;box-shadow:0 8px 24px rgba(26,43,34,.06);margin-bottom:18px;
  float:none!important;width:auto!important;clear:both;
}
.detail-card.responsive_tabs_agileits{margin-top:0!important}
.product-detail-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);
  gap:22px;align-items:start;
  margin:0!important;float:none!important;
}
.product-detail-media,
.product-detail-info{
  float:none!important;width:auto!important;max-width:100%;
  padding:0!important;margin:0!important;
  position:relative;
}
.product-gallery{width:100%}
.product-gallery__main{
  margin:0;border-radius:16px;overflow:hidden;
  background:#f3f6f4;border:1px solid var(--line);
}
.product-gallery__main img,
#product-main-img{
  display:block!important;width:100%!important;height:auto!important;
  max-width:100%;margin:0;border-radius:16px;object-fit:cover;
  opacity:1!important;visibility:visible!important;
}
.product-gallery__thumbs{
  display:flex;flex-wrap:wrap;gap:8px;list-style:none;
  margin:12px 0 0;padding:0;
}
.product-gallery__thumbs li{margin:0;padding:0}
.product-gallery__thumb{
  display:block;padding:0;border:2px solid var(--line);border-radius:10px;
  overflow:hidden;background:#fff;cursor:pointer;line-height:0;
  width:72px;height:72px;
}
.product-gallery__thumb img{
  display:block;width:100%;height:100%;object-fit:cover;
}
.product-gallery__thumb.is-active,
.product-gallery__thumb:hover{border-color:var(--brand)}
/* legacy flexslider safety if still present */
.product-detail-media .grid,
.product-detail-media .images_3_of_2,
.product-detail-media .flexslider{
  width:100%!important;max-width:100%!important;margin:0!important;float:none!important;
}
.product-detail-media .flexslider .slides > li{display:none}
.product-detail-media .flexslider .slides > li:first-child,
.product-detail-media .flexslider .slides > li.flex-active-slide{display:block!important}
.product-detail-media .flex-viewport{max-width:100%;max-height:none!important;overflow:hidden;border-radius:16px}
.product-detail-media .slides{margin:0;padding:0}
.product-detail-media .thumb-image img,
.product-detail-media .flexslider img{
  border-radius:16px!important;width:100%!important;height:auto!important;object-fit:cover;display:block!important;
}
.product-detail-info h1{margin:0 0 12px;font-family:var(--display);font-size:clamp(1.4rem,3vw,2rem);line-height:1.25}
.product-price-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:0 0 14px}
.product-price-row .item_price{font-size:1.45rem!important;color:var(--accent)!important;font-weight:700}
.product-share{margin-top:14px!important;padding:0;list-style:none}
.trust-box{
  background:var(--brand-soft);border:1px solid var(--line);border-radius:12px;
  padding:14px 16px;margin:14px 0;
}
.trust-box b{color:var(--brand-dark)}
.trust-box ul{margin:8px 0 0 18px;padding:0}

.article-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(260px,300px);
  gap:20px;align-items:start;
  margin:0!important;
}
.article-main,.article-side{
  float:none!important;width:auto!important;max-width:100%;
  padding:0!important;margin:0!important;
}
.article-main .agile_ab_w3ls_info{margin:0!important}
.article-hero{margin:12px 0 18px}
.article-hero img{width:100%;max-height:420px;object-fit:cover;border-radius:16px}
.article-brief{font-size:1.05rem;color:var(--muted);font-style:italic;margin:0 0 16px;line-height:1.6}
.new_des,.single_page_agile_its_w3ls,.article-body{
  font-size:16px;line-height:1.75;color:var(--ink);
  overflow-wrap:anywhere;word-break:break-word;
}
.new_des img,.article-body img,.single_page_agile_its_w3ls img,
.new_des table,.article-body table,.new_des iframe,.article-body iframe{
  border-radius:12px;margin:12px 0;max-width:100%!important;height:auto;
}
.new_des table,.article-body table{display:block;overflow-x:auto}
.related-title{font-family:var(--display);font-size:1.25rem;margin:0 0 14px;color:var(--ink)}
.related-block{clear:both}
.related-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;
}
.related-grid--news{grid-template-columns:repeat(4,minmax(0,1fr))}
.related-grid .men-pro-item,
.related-grid .news-card{
  margin:0;width:100%!important;float:none!important;
}
.w3_agile_latest_arrivals{margin:0!important}
.side-box{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  padding:14px;margin-bottom:16px;
}
.side-box h2,.side-box h3,.side-box h4{margin:0 0 12px;font-size:1.05rem;font-family:var(--display);color:var(--brand)}
.side-list{list-style:none;margin:0;padding:0}
.side-list li{border-bottom:1px solid var(--line);padding:10px 0}
.side-list a{display:flex;gap:10px;align-items:flex-start;color:var(--ink);text-decoration:none;font-weight:600;font-size:14px;line-height:1.35}
.side-list img{width:64px;height:64px;object-fit:cover;border-radius:10px;flex:0 0 64px}
@media(max-width:991px){
  .product-detail-grid{grid-template-columns:1fr!important}
  .article-layout{grid-template-columns:1fr!important}
  .related-grid,.related-grid--news{grid-template-columns:repeat(2,minmax(0,1fr))}
  .process-grid,.process-grid--3{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .site-topbar__inner{justify-content:center;gap:10px 16px;flex-wrap:wrap;padding:6px 12px}
  .site-header__inner,.header-bot_inner_wthreeinfo_header_mid{
    padding:10px 12px;gap:10px;flex-wrap:wrap;align-items:center;
  }
  .site-header__brand,.logo_agile{
    order:1;flex:1 1 auto;min-width:0;width:auto;text-align:left;padding-right:0;
  }
  .site-logo,.site-brand .site-logo{width:40px!important;height:40px!important}
  .site-logo-text{font-size:.92rem;line-height:1.2}
  .site-header .site-nav__toggle,
  .site-nav__toggle,
  .navbar-default .navbar-toggle{
    display:inline-flex!important;order:2;margin-left:auto;
  }
  .site-search,.header-middle{
    order:3;width:100%;flex:1 1 100%;max-width:none;
  }

  /* Nav panel under header — no empty green bar when closed */
  .site-nav,
  .ban-top{
    position:relative!important;top:auto!important;
    background:transparent!important;box-shadow:none!important;
  }
  .site-nav__inner{max-width:none;margin:0}
  .site-nav__collapse.collapse{display:none!important}
  .site-nav__collapse.collapse.in,
  .site-nav__collapse.collapsing{
    display:block!important;
    background:var(--brand)!important;
    box-shadow:0 10px 24px rgba(8,92,52,.22)!important;
  }
  .site-nav__list,.menu__list{
    flex-direction:column!important;flex-wrap:nowrap!important;
    align-items:stretch!important;gap:0;overflow:hidden;padding:4px 0!important;
  }
  .site-nav__item,.menu__list>li{
    width:100%;flex:none;border-bottom:1px solid rgba(255,255,255,.14);
  }
  .site-nav__item:last-child{border-bottom:0}
  .site-nav__row{width:100%;align-items:stretch}
  .site-nav__row .site-nav__link{flex:1 1 auto;min-width:0}
  .site-nav__item--drop > .site-nav__row > .site-nav__link::after{display:none}
  .site-nav__caret{
    display:inline-flex!important;align-items:center;justify-content:center;
    flex:0 0 48px;width:48px;min-height:46px;
    border-left:1px solid rgba(255,255,255,.14)!important;
    background:rgba(0,0,0,.1)!important;color:#fff;
  }
  .site-nav__caret .caret{
    display:inline-block;margin:0;border-top-color:#fff;
    transition:transform .2s ease;
  }
  .site-nav__item--drop.is-open > .site-nav__caret .caret,
  .site-nav__item--drop.is-open .site-nav__caret .caret{
    transform:rotate(180deg);
  }
  .site-nav__link,.menu__link{
    display:flex!important;width:100%;
    padding:14px 16px!important;font-size:15px!important;white-space:normal;
    line-height:1.35!important;
  }

  /* Submenu: accordion only (not always open / no hover fight) */
  .site-nav__item--drop:hover > .site-nav__sub,
  .site-nav__item--drop:focus-within > .site-nav__sub{
    display:none!important;
  }
  .site-nav__item--drop > .site-nav__sub,
  .ban-top .dropdown-menu,
  .ban-top ul.dropdown-menu,
  .ban-top div.dropdown-menu{
    display:none!important;
    position:static!important;float:none!important;width:100%!important;
    min-width:0!important;left:auto!important;top:auto!important;
    box-shadow:none!important;border:0!important;margin:0!important;padding:4px 0 10px!important;
    background:rgba(0,0,0,.16)!important;border-radius:0!important;
  }
  .site-nav__item--drop.is-open > .site-nav__sub{
    display:block!important;
  }
  .site-nav__item--drop > .site-nav__sub a,
  .ban-top .dropdown-menu>li>a{
    color:#fff!important;padding:11px 16px 11px 28px!important;font-size:14px!important;
  }
  .site-nav__item--drop > .site-nav__sub a:hover{
    background:rgba(255,255,255,.12)!important;color:#fff!important;
  }
  .site-nav__sub::before,.ban-top .dropdown-menu::before{display:none}

  #myCarousel .carousel-caption{bottom:12%!important}
  #myCarousel .carousel-caption p{display:none}
  .support{
    left:10px!important;right:auto!important;max-width:min(220px,58vw);
    padding:12px 12px!important;border-radius:14px!important;
  }
  .support_title{font-size:13px;margin-bottom:6px}
  .support_phone{font-size:13px;margin-top:4px}
  .support_phone a{font-size:14px}
  .amp_fb_icon{width:68px;height:68px;right:12px!important}
  .amp_fb_icon img{width:68px!important;height:68px!important}
  .facebook_chat_box{bottom:calc(100px + var(--safe-bottom))!important;right:10px!important}
  .footer{padding-bottom:calc(100px + var(--safe-bottom))!important}
  .product-men{width:50%;float:left;padding:0 6px}
  .catalog-hero{grid-template-columns:1fr}
  .men-wear-left,.men-wear-right{width:100%!important;float:none!important}

  .page-head_agile_info_w3l,
  .page-head_agile_info_w3l.page-crumb,
  .page-crumb{padding:16px 0 18px!important}
  .page-crumb__title,
  .page-head_agile_info_w3l h1{margin-top:14px!important}
  .site-breadcrumb__list{gap:12px 0;row-gap:12px}
  .site-breadcrumb__list li{font-size:13px;line-height:1.4}
  .site-breadcrumb__list li+li::before{margin:0 10px}
  .site-breadcrumb__list a,
  .site-breadcrumb__list [aria-current="page"] span,
  .site-breadcrumb__list li span{
    padding:8px 14px;max-width:min(280px,78vw);line-height:1.4;
  }
  .related-grid,.related-grid--news{grid-template-columns:1fr 1fr;gap:10px}
  .process-grid,.process-grid--3{grid-template-columns:1fr}
  .detail-card{padding:14px}
}

@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
