/*
Theme Name: Teelab Alter Woo v2.2.1
Theme URI: https://example.com/
Author: ChatGPT
Description: Theme Teelab Alter Woo v2.2.1 - fixed fatal output/header issue and smooth UI.
Version: 2.2.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: teelab-alter-woo-v2
*/

:root{
  --ta-bg:#ffffff;
  --ta-soft:#f6f6f6;
  --ta-ink:#0d0d0d;
  --ta-muted:#666;
  --ta-line:#e7e7e7;
  --ta-black:#000;
  --ta-white:#fff;
  --ta-sale:#111;
  --ta-gap:18px;
  --ta-sans: Arial, Helvetica, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--ta-bg);
  color:var(--ta-ink);
  font-family:var(--ta-sans);
  font-size:14px;
  line-height:1.4;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input,select,textarea{font-family:inherit}
.container{width:min(1190px,calc(100% - 48px));margin:0 auto}

.ta-topbar{
  height:31px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:12px;
  font-weight:700;
  letter-spacing:.02em;
  border-bottom:1px solid #efefef;
  text-transform:uppercase;
  background:#fff;
}

.ta-header{
  background:#fff;
  position:sticky;
  top:0;
  z-index:999;
  border-bottom:1px solid #f1f1f1;
}
body.admin-bar .ta-header{top:32px}
.ta-head{
  min-height:78px;
  display:grid;
  grid-template-columns:120px 1fr 120px;
  align-items:center;
}
.ta-left,.ta-right{
  display:flex;
  align-items:center;
  gap:22px;
}
.ta-right{justify-content:flex-end}
.ta-icon{
  width:26px;height:26px;border:0;background:transparent;padding:0;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;color:#111;
}
.ta-icon svg{width:22px;height:22px;stroke-width:1.8}
.ta-logo{
  justify-self:center;
  font-size:31px;
  font-weight:1000;
  letter-spacing:-.055em;
  line-height:1;
  text-transform:lowercase;
}
.ta-cart-badge{
  position:relative;
}
.ta-cart-badge .count{
  position:absolute;right:-8px;top:-8px;
  min-width:17px;height:17px;border-radius:50%;
  background:#000;color:#fff;font-size:10px;line-height:17px;text-align:center;font-weight:800;
}
.ta-mobile-menu{
  position:fixed;inset:0 auto 0 0;width:min(360px,88vw);
  background:#fff;z-index:1001;transform:translateX(-105%);transition:.35s ease;
  box-shadow:0 20px 60px rgba(0,0,0,.2);padding:25px;
}
.ta-mobile-menu.active{transform:translateX(0)}
.ta-mobile-menu .close{border:0;background:#000;color:#fff;padding:10px 14px;margin-bottom:25px;cursor:pointer}
.ta-mobile-menu ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.ta-mobile-menu a{text-transform:uppercase;font-size:14px;font-weight:800}
.ta-search-panel{
  position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid #ddd;
  padding:18px 0;display:none;box-shadow:0 20px 45px rgba(0,0,0,.08)
}
.ta-search-panel.active{display:block}
.ta-search-panel form{display:flex;gap:12px}
.ta-search-panel input{
  flex:1;height:46px;border:1px solid #ddd;background:#fafafa;padding:0 16px;font-size:14px
}
.ta-search-panel button,.ta-btn{
  height:46px;padding:0 24px;border:1px solid #000;background:#000;color:#fff;
  font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;
  display:inline-flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;
  transition:.24s ease;
}
.ta-btn:hover,.ta-search-panel button:hover{background:#222;transform:translateY(-1px)}
.ta-btn.white{background:#fff;color:#111}
.ta-btn.white:hover{background:#f4f4f4}
.ta-btn.outline{background:#fff;color:#000;border-color:#111}
.ta-btn.small{height:38px;padding:0 18px;font-size:11px}

.ta-hero{
  position:relative;
  min-height:645px;
  background:#f7f7f7;
  overflow:hidden;
}
.ta-hero-bg{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.96), rgba(244,246,248,.84) 44%, #edf0f2 100%);
}
.ta-hero-models{
  position:absolute;
  inset:24px 0 70px;
  display:grid;
  grid-template-columns:1.35fr .95fr .9fr .85fr .9fr .9fr;
  align-items:end;
  gap:18px;
  padding:0 70px;
  pointer-events:none;
}
.ta-model{
  height:100%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.ta-model img{
  max-height:520px;
  width:100%;
  object-fit:contain;
  filter:saturate(.98) contrast(1.02);
}
.ta-model:first-child img{max-height:560px}
.ta-hero-copy{
  position:absolute;left:48px;bottom:35px;z-index:2;
}
.ta-hero-copy h1{
  margin:0 0 2px;
  font-size:34px;
  line-height:1;
  font-weight:400;
  letter-spacing:-.045em;
  text-transform:uppercase;
}
.ta-hero-copy p{
  margin:0 0 20px;
  font-size:13px;
  text-transform:uppercase;
  color:#555;
  font-weight:600;
}
.ta-hero-actions{display:flex;gap:14px}
.ta-section{padding:48px 0}
.ta-section.alt{background:#fafafa}
.ta-section-head{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  margin-bottom:24px;
}
.ta-title{
  margin:0;
  font-size:17px;
  line-height:1;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:-.02em;
}
.ta-link{
  font-size:12px;
  text-transform:uppercase;
  font-weight:800;
  display:inline-flex;align-items:center;gap:8px;
}
.ta-link:hover{text-decoration:underline}
.ta-stories{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.ta-story-card{
  min-height:325px;
  background:#f1f1f1;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
}
.ta-story-card img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transition:.6s ease;
}
.ta-story-card:hover img{transform:scale(1.035)}
.ta-story-card:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.72) 32%,rgba(255,255,255,.08) 72%);
}
.ta-story-text{
  position:relative;z-index:2;
  padding:46px 28px;
  max-width:300px;
}
.ta-story-text h3{
  margin:0 0 10px;
  font-size:21px;
  line-height:1.14;
  font-weight:800;
  letter-spacing:-.04em;
}
.ta-story-text p{margin:0 0 34px;color:#555;font-size:13px}
.ta-tabs{
  display:flex;
  align-items:center;
  gap:29px;
  overflow-x:auto;
  border-bottom:1px solid var(--ta-line);
  margin-bottom:20px;
}
.ta-tabs a{
  white-space:nowrap;
  padding:0 0 12px;
  font-size:14px;
  color:#333;
}
.ta-tabs a.active{
  font-weight:900;
  color:#000;
  border-bottom:2px solid #000;
}
.ta-products-area{
  position:relative;
}
.woocommerce ul.products,
.ta-products{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px!important;
  margin:0!important;
  padding:0!important;
}
.woocommerce ul.products li.product,
.ta-product{
  width:auto!important;
  margin:0!important;
  background:#fff!important;
  position:relative;
  overflow:hidden;
  list-style:none!important;
}
.woocommerce ul.products li.product a img,
.ta-product img{
  width:100%!important;
  height:230px!important;
  object-fit:cover!important;
  margin:0 0 13px!important;
  background:#f4f4f4;
  transition:.35s ease;
}
.woocommerce ul.products li.product:hover a img,
.ta-product:hover img{transform:scale(1.035)}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.ta-product h3{
  font-size:13px!important;
  line-height:1.22!important;
  min-height:35px;
  margin:0 0 7px!important;
  padding:0!important;
  color:#111!important;
  font-weight:500!important;
}
.woocommerce ul.products li.product .price,
.ta-product .price{
  display:block!important;
  color:#111!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.25!important;
  margin:0!important;
}
.woocommerce ul.products li.product .price del,
.ta-product del{
  display:inline-block!important;
  color:#888!important;
  font-size:12px!important;
  font-weight:400!important;
  margin-right:8px;
}
.woocommerce ul.products li.product .price ins,
.ta-product ins{
  text-decoration:none!important;
  color:#111!important;
}
.woocommerce ul.products li.product .button,
.ta-product .button{
  display:none!important;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale{
  display:none!important;
}
.ta-colors{
  display:flex;
  gap:7px;
  margin:0 0 8px;
}
.ta-dot{
  width:14px;height:14px;border-radius:50%;border:1px solid #aaa;background:#111;
}
.ta-dot.gray{background:#b7b7b7}
.ta-dot.cream{background:#e8dfd2}
.ta-dot.blue{background:#2e5f8d}
.ta-dot.white{background:#fff}
.ta-dot.red{background:#8e2020}
.ta-sale-text{
  display:inline-block;
  margin-left:5px;
  font-size:12px;
  color:#111;
}
.ta-center{text-align:center;margin-top:24px}
.ta-wide-banner{
  min-height:205px;
  background:#f2f2f2;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:8px 0 6px;
}
.ta-wide-banner img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
}
.ta-wide-banner .copy{
  position:relative;z-index:2;text-align:center;color:#111;
  text-transform:uppercase;font-size:12px;letter-spacing:.04em;
}
.ta-wide-banner strong{
  display:block;
  font-size:16px;
  margin-top:5px;
}
.ta-service{
  padding:31px 0;
  border-top:1px solid var(--ta-line);
  border-bottom:1px solid var(--ta-line);
}
.ta-service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.ta-service-item{
  display:flex;align-items:center;justify-content:center;gap:13px;text-align:left;
}
.ta-service-icon{
  width:36px;height:36px;border:1px solid #111;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-weight:900;
}
.ta-service-item strong{
  display:block;
  font-size:13px;
  text-transform:uppercase;
}
.ta-service-item span{font-size:12px;color:#666}
.ta-footer{
  padding:38px 0 24px;
  background:#fff;
}
.ta-footer-grid{
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr) 1.4fr;
  gap:35px;
}
.ta-footer h3{
  margin:0 0 12px;
  font-size:28px;
  line-height:1;
  letter-spacing:-.055em;
}
.ta-footer h4{
  margin:0 0 13px;
  font-size:12px;
  text-transform:uppercase;
}
.ta-footer p,.ta-footer a,.ta-footer li{font-size:12px;color:#555}
.ta-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.ta-social{display:flex;gap:13px;margin-top:15px}
.ta-social a{font-weight:900;color:#000}
.ta-newsletter{display:flex;border:1px solid #ddd;height:40px}
.ta-newsletter input{border:0;flex:1;padding:0 10px;font-size:12px}
.ta-newsletter button{width:46px;border:0;background:#000;color:#fff;cursor:pointer}
.ta-copyright{
  text-align:center;font-size:11px;color:#777;margin-top:36px;
}
.ta-page-hero{
  padding:70px 0 40px;
  background:#f5f5f5;
}
.ta-page-hero h1{
  margin:0;
  font-size:42px;
  letter-spacing:-.04em;
}
.ta-page-content{padding:42px 0}
.ta-lookbook-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.ta-look{
  position:relative;
  min-height:410px;
  overflow:hidden;
  background:#eee;
}
.ta-look img{width:100%;height:100%;object-fit:cover;transition:.5s}
.ta-look:hover img{transform:scale(1.04)}
.ta-look:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 60%)}
.ta-look .txt{position:absolute;left:22px;right:22px;bottom:22px;color:#fff;z-index:2}
.ta-look h3{margin:0 0 8px;font-size:24px;line-height:1;text-transform:uppercase}
.woocommerce-result-count,
.woocommerce-ordering{margin-bottom:22px!important}
.woocommerce-ordering select{
  border:1px solid #ddd;background:#fff;height:38px;padding:0 10px;
}
.woocommerce div.product{
  padding:55px 0;
}
.woocommerce div.product .product_title{
  font-size:38px;
  letter-spacing:-.04em;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price{
  color:#111;
  font-weight:900;
  font-size:24px;
}
.woocommerce div.product form.cart .button{
  background:#000;color:#fff;border-radius:0;text-transform:uppercase;font-weight:900;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
  border-top:0!important;
  background:#f5f5f5!important;
  color:#111!important;
}
@media(max-width:1100px){
  .ta-hero{min-height:570px}
  .ta-hero-models{grid-template-columns:repeat(3,1fr);padding:0 32px;opacity:.9}
  .ta-model:nth-child(n+4){display:none}
  .woocommerce ul.products,.ta-products{grid-template-columns:repeat(3,1fr)}
  .ta-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .container{width:min(100% - 28px,1190px)}
  .ta-head{grid-template-columns:80px 1fr 80px;min-height:68px}
  .ta-logo{font-size:25px}
  .ta-actions-text{display:none}
  .ta-hero{min-height:560px}
  .ta-hero-models{grid-template-columns:repeat(2,1fr);padding:0 18px;inset:30px 0 120px}
  .ta-model:nth-child(n+3){display:none}
  .ta-hero-copy{left:20px;right:20px;bottom:25px}
  .ta-hero-copy h1{font-size:29px}
  .ta-stories{grid-template-columns:1fr}
  .woocommerce ul.products,.ta-products{grid-template-columns:repeat(2,1fr)}
  .woocommerce ul.products li.product a img,.ta-product img{height:210px!important}
  .ta-service-grid{grid-template-columns:1fr 1fr}
  .ta-footer-grid{grid-template-columns:1fr}
  .ta-lookbook-grid{grid-template-columns:1fr}
}


/* =====================================================
   v2.1 - FIX LINK / MENU CLICK AREA
   ===================================================== */
.ta-tabs a,
.ta-mobile-menu a,
.ta-story-card,
.ta-wide-banner,
.ta-btn,
.ta-link,
.ta-footer a,
.ta-icon,
.woocommerce ul.products li.product a {
  pointer-events:auto !important;
  cursor:pointer !important;
  position:relative;
  z-index:3;
}

.ta-story-card:after,
.ta-look:after {
  pointer-events:none !important;
}

.ta-tabs a:hover,
.ta-mobile-menu a:hover,
.ta-footer a:hover {
  color:#000;
  text-decoration:underline;
}

.ta-tabs a.current,
.ta-tabs a.active {
  font-weight:900;
  border-bottom:2px solid #000;
}


/* =====================================================
   TEELAB ALTER v2.2 - SMOOTH UI FULL OVERRIDE
   ===================================================== */

body {
  background:#fff !important;
  color:#111 !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container{
  width:min(1240px, calc(100% - 56px)) !important;
}

.ta-topbar{
  height:34px !important;
  font-size:12px !important;
  letter-spacing:.015em !important;
}

.ta-header{
  box-shadow:0 1px 0 rgba(0,0,0,.06) !important;
}

.ta-head{
  min-height:76px !important;
  grid-template-columns:140px 1fr 140px !important;
}

.ta-logo{
  font-size:32px !important;
  font-weight:1000 !important;
  letter-spacing:-.06em !important;
}

.ta-icon{
  width:32px !important;
  height:32px !important;
  border-radius:50%;
  transition:background .2s ease, transform .2s ease;
}
.ta-icon:hover{
  background:#f4f4f4 !important;
  transform:translateY(-1px);
}

.ta-hero{
  min-height:640px !important;
  background:#eef1f3 !important;
  overflow:hidden !important;
  display:grid !important;
  grid-template-columns:minmax(310px, 390px) 1fr !important;
  align-items:end !important;
  gap:30px !important;
  padding:58px max(42px, calc((100vw - 1240px)/2)) 48px !important;
}

.ta-hero-bg{
  display:none !important;
}

.ta-hero-copy{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  z-index:4 !important;
  align-self:end !important;
  padding:0 0 4px 0 !important;
}

.ta-hero-copy h1{
  font-size:clamp(38px, 4vw, 58px) !important;
  line-height:.96 !important;
  letter-spacing:-.055em !important;
  font-weight:500 !important;
  max-width:390px !important;
  margin:0 0 10px !important;
}

.ta-hero-copy p{
  font-size:14px !important;
  letter-spacing:.02em !important;
  color:#484848 !important;
  max-width:330px !important;
  margin:0 0 24px !important;
}

.ta-hero-actions{
  display:flex !important;
  gap:14px !important;
  align-items:center !important;
  flex-wrap:wrap !important;
}

.ta-btn,
.ta-search-panel button,
.woocommerce div.product form.cart .button,
.woocommerce button.button,
.woocommerce a.button{
  border-radius:0 !important;
  height:48px !important;
  min-width:132px !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease !important;
}

.ta-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.13) !important;
}

.ta-hero-models{
  position:relative !important;
  inset:auto !important;
  display:grid !important;
  grid-template-columns:1.22fr .86fr .95fr .92fr .98fr .78fr !important;
  gap:20px !important;
  align-items:end !important;
  padding:0 !important;
  min-height:515px !important;
  pointer-events:auto !important;
}

.ta-model{
  height:auto !important;
  min-height:220px !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.32) !important;
}

.ta-model img{
  width:100% !important;
  height:var(--model-h, 430px) !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center top !important;
  filter:saturate(.98) contrast(1.02) !important;
  transform:none !important;
}

.ta-model:nth-child(1) img{--model-h:420px}
.ta-model:nth-child(2) img{--model-h:310px}
.ta-model:nth-child(3) img{--model-h:500px}
.ta-model:nth-child(4) img{--model-h:470px}
.ta-model:nth-child(5) img{--model-h:455px}
.ta-model:nth-child(6) img{--model-h:280px}

.ta-section{
  padding:54px 0 !important;
}

.ta-section-head{
  margin-bottom:26px !important;
}

.ta-title{
  font-size:16px !important;
  letter-spacing:-.01em !important;
}

.ta-stories{
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:18px !important;
}

.ta-story-card{
  min-height:338px !important;
  border-radius:0 !important;
  background:#f2f2f2 !important;
  box-shadow:none !important;
}

.ta-story-card img{
  object-fit:cover !important;
  object-position:center !important;
  filter:saturate(.98) contrast(1.01) !important;
}

.ta-story-card:after{
  background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.76) 36%,rgba(255,255,255,.06) 78%) !important;
  pointer-events:none !important;
}

.ta-story-text{
  padding:44px 28px !important;
}

.ta-story-text h3{
  font-size:22px !important;
  letter-spacing:-.04em !important;
}

.ta-tabs{
  display:block !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  border-bottom:1px solid #e8e8e8 !important;
  margin:0 0 26px !important;
  padding:0 !important;
}

.ta-tabs ul,
.ta-tabs .ta-tab-list{
  display:flex !important;
  align-items:center !important;
  gap:29px !important;
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
  min-width:max-content !important;
  flex-wrap:nowrap !important;
}

.ta-tabs li,
.ta-tab-list li{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

.ta-tabs a,
.ta-tab-list a{
  display:inline-flex !important;
  align-items:center !important;
  height:43px !important;
  padding:0 0 13px !important;
  color:#111 !important;
  font-size:14px !important;
  font-weight:500 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  border-bottom:2px solid transparent !important;
}

.ta-tabs a:hover,
.ta-tabs a.active,
.ta-tab-list a:hover,
.ta-tab-list a.active{
  font-weight:900 !important;
  border-bottom-color:#000 !important;
}

.ta-products-area{
  width:100% !important;
  overflow:visible !important;
}

.woocommerce ul.products,
.ta-products{
  display:grid !important;
  grid-template-columns:repeat(6, minmax(0, 1fr)) !important;
  gap:28px 18px !important;
  margin:0 !important;
  padding:0 !important;
  align-items:start !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after{
  display:none !important;
  content:none !important;
}

.woocommerce ul.products li.product,
.ta-product{
  float:none !important;
  clear:none !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
  position:relative !important;
  background:#fff !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
  display:block !important;
}

.woocommerce ul.products li.product a img,
.ta-product img{
  width:100% !important;
  height:auto !important;
  aspect-ratio: 1 / 1.22 !important;
  object-fit:cover !important;
  object-position:center !important;
  margin:0 0 13px !important;
  background:#f4f4f4 !important;
  transition:transform .3s ease, opacity .3s ease !important;
}

.woocommerce ul.products li.product:hover a img{
  transform:scale(1.028) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.ta-product h3{
  font-size:13.5px !important;
  line-height:1.25 !important;
  min-height:38px !important;
  margin:0 0 8px !important;
  padding:0 !important;
  font-weight:500 !important;
  color:#111 !important;
  letter-spacing:0 !important;
}

.ta-colors{
  order:2 !important;
  display:flex !important;
  gap:7px !important;
  min-height:16px !important;
  margin:0 0 9px !important;
}

.ta-dot{
  width:14px !important;
  height:14px !important;
  border-radius:50% !important;
  border:1px solid #b8b8b8 !important;
}

.woocommerce ul.products li.product .price,
.ta-product .price{
  order:3 !important;
  display:block !important;
  min-height:36px !important;
  font-size:14px !important;
  line-height:1.35 !important;
  font-weight:900 !important;
  color:#111 !important;
  margin:0 !important;
}

.woocommerce ul.products li.product .price del{
  color:#8d8d8d !important;
  font-size:12px !important;
  font-weight:400 !important;
  margin-right:8px !important;
  opacity:1 !important;
}

.woocommerce ul.products li.product .price ins{
  text-decoration:none !important;
  color:#111 !important;
}

.ta-center{
  margin-top:27px !important;
}

.ta-wide-banner{
  min-height:205px !important;
  border-radius:0 !important;
  background:#f2f2f2 !important;
}

.ta-wide-banner img{
  object-fit:cover !important;
  object-position:center !important;
  filter:saturate(.96) contrast(1.01) !important;
}

.ta-service{
  margin-top:10px !important;
  padding:31px 0 !important;
}

.ta-footer{
  border-top:1px solid #f0f0f0 !important;
}

.ta-footer-grid{
  gap:34px !important;
}

.ta-mobile-menu ul,
.ta-mobile-menu li{
  list-style:none !important;
  margin-left:0 !important;
  padding-left:0 !important;
}

@media(max-width:1180px){
  .ta-hero{
    grid-template-columns:1fr !important;
    padding:44px 28px 42px !important;
  }
  .ta-hero-models{
    grid-template-columns:repeat(3, 1fr) !important;
    min-height:auto !important;
  }
  .ta-model:nth-child(n+4){
    display:none !important;
  }
  .ta-model img{
    height:420px !important;
  }
  .woocommerce ul.products,
  .ta-products{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  }
}

@media(max-width:820px){
  .container{
    width:min(100% - 30px, 1240px) !important;
  }
  .ta-head{
    grid-template-columns:90px 1fr 90px !important;
  }
  .ta-logo{
    font-size:25px !important;
  }
  .ta-hero{
    padding:32px 18px 32px !important;
  }
  .ta-hero-models{
    grid-template-columns:repeat(2, 1fr) !important;
  }
  .ta-model:nth-child(n+3){
    display:none !important;
  }
  .ta-model img{
    height:360px !important;
  }
  .ta-hero-copy h1{
    font-size:34px !important;
  }
  .ta-stories{
    grid-template-columns:1fr !important;
  }
  .woocommerce ul.products,
  .ta-products{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:26px 14px !important;
  }
  .ta-service-grid{
    grid-template-columns:1fr 1fr !important;
  }
  .ta-footer-grid{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:520px){
  .ta-hero-actions .ta-btn{
    min-width:0 !important;
    flex:1 1 auto !important;
  }
  .woocommerce ul.products li.product a img{
    aspect-ratio:1/1.32 !important;
  }
}
