/*
Theme Name: Miedizayn Kurumsal
Theme URI: https://miedizayn.com.tr
Author: Miedizayn
Description: Miedizayn Ofis Mobilyaları için özel hazırlanmış hızlı ve responsive kurumsal WordPress teması.
Version: 1.1.0
Text Domain: miedizayn
*/

:root{
  --primary:#08b9b5;
  --primary-dark:#07918f;
  --navy:#12243b;
  --text:#273548;
  --muted:#687586;
  --surface:#f5f8fa;
  --white:#ffffff;
  --line:#e7edf2;
  --shadow:0 18px 45px rgba(18,36,59,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.65;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{
  position:sticky;top:0;z-index:999;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(231,237,242,.9);
  backdrop-filter:blur(12px);
}
.header-row{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{display:flex;align-items:center;gap:14px;flex-shrink:0}
.brand img{width:66px;height:66px;border-radius:50%;object-fit:cover}
.brand-copy strong{display:block;font-size:20px;letter-spacing:.02em;color:var(--navy)}
.brand-copy span{font-size:12px;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}
.main-nav{display:flex;align-items:center;gap:26px;font-weight:700;font-size:14px}
.main-nav a{position:relative;padding:31px 0}
.main-nav a:after{
  content:"";position:absolute;left:0;right:100%;bottom:21px;height:2px;
  background:var(--primary);transition:.25s ease;
}
.main-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:12px}
.phone-link{font-weight:800;color:var(--navy);white-space:nowrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 23px;border-radius:8px;
  font-weight:800;border:1px solid transparent;transition:.2s ease;
}
.btn-primary{background:var(--primary);color:#fff}
.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}
.btn-outline{border-color:rgba(255,255,255,.65);color:#fff;background:rgba(255,255,255,.06)}
.btn-outline:hover{background:#fff;color:var(--navy)}
.hero{
  position:relative;
  min-height:700px;
  display:flex;
  align-items:center;
  background-image:
    linear-gradient(90deg,rgba(10,28,45,.86) 0%,rgba(10,28,45,.62) 48%,rgba(10,28,45,.15) 100%),
    url('assets/miedizayn-hero.jpg');
  background-size:cover;
  background-position:center;
  color:#fff;
}
.hero-content{max-width:720px;padding:110px 0}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  padding:8px 13px;border-radius:999px;
  background:rgba(8,185,181,.18);border:1px solid rgba(93,231,226,.35);
  color:#d5ffff;font-weight:800;font-size:13px;letter-spacing:.08em;text-transform:uppercase;
}
.hero h1{
  margin:20px 0 18px;
  font-size:clamp(45px,6vw,76px);
  line-height:1.04;
  letter-spacing:-.045em;
  max-width:780px;
}
.hero p{font-size:19px;max-width:690px;color:#e6edf4;margin:0 0 30px}
.hero-buttons{display:flex;flex-wrap:wrap;gap:13px}
.hero-badges{
  margin-top:45px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:690px;border-top:1px solid rgba(255,255,255,.25);
}
.hero-badge{padding:20px 18px 0 0}
.hero-badge strong{display:block;font-size:18px}
.hero-badge span{display:block;color:#c8d5df;font-size:13px}
section{padding:92px 0}
.section-head{max-width:740px;margin-bottom:42px}
.section-kicker{color:var(--primary-dark);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:13px}
.section-head h2{margin:9px 0 12px;font-size:clamp(32px,4vw,52px);line-height:1.12;color:var(--navy);letter-spacing:-.03em}
.section-head p{margin:0;color:var(--muted);font-size:17px}
.features{background:var(--surface)}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature-card{
  background:#fff;border:1px solid var(--line);border-radius:16px;padding:29px 24px;
  box-shadow:0 10px 30px rgba(18,36,59,.05)
}
.feature-icon{
  width:48px;height:48px;border-radius:12px;display:grid;place-items:center;
  background:rgba(8,185,181,.12);color:var(--primary-dark);font-size:23px;margin-bottom:18px
}
.feature-card h3{margin:0 0 8px;color:var(--navy);font-size:19px}
.feature-card p{margin:0;color:var(--muted);font-size:14px}
.product-head{
  max-width:none;
  margin-bottom:34px;
  text-align:center;
}
.product-head h2{
  display:inline-block;
  position:relative;
  margin:0;
  padding-bottom:15px;
}
.product-head h2:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:74px;
  height:3px;
  border-radius:999px;
  background:var(--primary);
  transform:translateX(-50%);
}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.category-card{
  min-height:250px;
  border-radius:18px;
  padding:27px 24px 24px;
  position:relative;
  overflow:hidden;
  background:#fff;
  color:var(--text);
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  box-shadow:0 14px 34px rgba(18,36,59,.07);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.category-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,var(--primary),var(--primary-dark));
}
.category-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 46px rgba(18,36,59,.12);
  border-color:rgba(8,185,181,.35);
}
.category-number{
  position:absolute;
  right:18px;
  top:14px;
  font-size:50px;
  font-weight:900;
  color:var(--navy);
  opacity:.06;
  line-height:1;
}
.category-icon{
  width:58px;
  height:58px;
  border-radius:16px;
  display:grid;
  place-items:center;
  margin:14px 0 24px;
  background:rgba(8,185,181,.12);
  color:var(--primary-dark);
  font-size:28px;
  font-weight:900;
}
.category-card h3{
  margin:0 0 8px;
  color:var(--navy);
  font-size:20px;
  line-height:1.25;
}
.category-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.category-link{
  margin-top:auto;
  padding-top:22px;
  color:var(--primary-dark);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:62px;align-items:center}
.about-media{
  min-height:500px;border-radius:22px;background:
  linear-gradient(rgba(7,31,49,.14),rgba(7,31,49,.14)),
  url('assets/miedizayn-hero.jpg') center/cover;
  box-shadow:var(--shadow)
}
.about-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.12;color:var(--navy);margin:10px 0 20px}
.about-copy p{color:var(--muted)}
.check-list{display:grid;gap:13px;margin:26px 0 31px;padding:0;list-style:none}
.check-list li{display:flex;gap:12px;align-items:flex-start}
.check-list li:before{content:"✓";width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:rgba(8,185,181,.13);color:var(--primary-dark);font-weight:900;flex:0 0 25px}
.cta{padding-top:0}
.cta-box{
  border-radius:24px;padding:54px;
  background:linear-gradient(120deg,#10263f,#0c6f79);
  color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px
}
.cta-box h2{font-size:clamp(30px,4vw,46px);line-height:1.15;margin:0 0 10px}
.cta-box p{margin:0;color:#d6e5eb}
.contact{background:var(--surface)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px}
.contact-panel,.map-panel{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px;
  box-shadow:0 10px 30px rgba(18,36,59,.05)
}
.contact-item{display:flex;gap:15px;padding:17px 0;border-bottom:1px solid var(--line)}
.contact-item:last-child{border-bottom:none}
.contact-item strong{display:block;color:var(--navy)}
.contact-item span,.contact-item a{color:var(--muted)}
.map-panel{display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#fff,#edf8f8)}
.map-panel h3{font-size:29px;color:var(--navy);margin:0 0 12px}
.site-footer{background:#0d1d2e;color:#c8d4de;padding:55px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .9fr;gap:40px}
.footer-logo{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.footer-logo img{width:64px;height:64px;border-radius:50%;object-fit:cover}
.footer-logo strong{font-size:22px;color:#fff}
.footer-title{font-size:15px;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin:0 0 14px}
.footer-links{display:grid;gap:9px}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:22px;font-size:13px;color:#8fa1ae}
.whatsapp{
  position:fixed;right:22px;bottom:22px;z-index:1000;
  width:58px;height:58px;border-radius:50%;display:grid;place-items:center;
  background:#25d366;color:#fff;font-size:27px;box-shadow:0 12px 30px rgba(0,0,0,.22)
}
.menu-toggle{display:none;background:none;border:0;font-size:28px;color:var(--navy);cursor:pointer}
@media(max-width:1050px){
  .phone-link{display:none}
  .main-nav{gap:17px}
}
@media(max-width:900px){
  .menu-toggle{display:block}
  .main-nav{
    display:none;position:absolute;left:20px;right:20px;top:78px;
    background:#fff;border:1px solid var(--line);border-radius:14px;
    padding:14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0
  }
  .main-nav.is-open{display:flex}
  .main-nav a{padding:13px 10px}
  .main-nav a:after{display:none}
  .header-actions .btn{display:none}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid,.contact-grid{grid-template-columns:1fr}
  .about-media{min-height:420px}
  .cta-box{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,1180px)}
  .header-row{min-height:74px}
  .brand img{width:52px;height:52px}
  .brand-copy strong{font-size:17px}
  .brand-copy span{display:none}
  .main-nav{top:70px}
  .hero{min-height:650px;background-position:62% center}
  .hero-content{padding:95px 0}
  .hero p{font-size:17px}
  .hero-badges{grid-template-columns:1fr}
  .hero-badge{padding-top:15px}
  section{padding:70px 0}
  .feature-grid,.category-grid{grid-template-columns:1fr}
  .about-media{min-height:320px}
  .cta-box{padding:34px 25px}
  .footer-grid{grid-template-columns:1fr}
}

.cta-phone{
  min-width:210px;
  padding-inline:20px;
  white-space:nowrap;
  font-size:18px;
  letter-spacing:.02em;
}
@media(max-width:1100px){
  .category-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .cta-phone{min-width:0;width:100%;font-size:17px}
}
@media(max-width:520px){
  .category-grid{grid-template-columns:1fr}
}

/* V4 görünüm düzenlemeleri */
.features{display:none}

.trust-strip{
  padding:0;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.trust-grid{
  min-height:106px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
}
.trust-item{
  min-height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:16px 24px;
  border-right:1px solid var(--line);
  color:var(--navy);
  font-size:13px;
  line-height:1.35;
  letter-spacing:.01em;
}
.trust-item:last-child{border-right:0}
.trust-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  flex:0 0 48px;
  border:2px solid var(--navy);
  border-radius:14px;
  font-size:23px;
}

.header-row{min-height:82px}
.brand img{width:58px;height:58px}
.brand-copy strong{font-size:19px}
.main-nav{gap:20px;font-size:12px}
.main-nav a{padding:29px 0}
.header-actions{gap:14px}
.header-contact{
  display:inline-flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
  color:var(--navy);
  font-size:13px;
  font-weight:900;
}
.header-contact-icon{
  color:var(--primary-dark);
  font-size:18px;
}
.header-quote{
  min-height:42px;
  padding-inline:18px;
  font-size:12px;
}
.phone-link{display:none}

.hero{
  min-height:520px;
  background-image:
    linear-gradient(90deg,rgba(8,23,38,.88) 0%,rgba(8,23,38,.58) 44%,rgba(8,23,38,.08) 100%),
    url('assets/miedizayn-hero.jpg');
}
.hero-content{padding:78px 0}
.hero h1{
  max-width:640px;
  font-size:clamp(44px,5vw,68px);
}
.hero p{
  max-width:650px;
  font-size:18px;
}
.hero-badges{display:none}

#urunler{padding-top:68px}
.product-head{margin-bottom:28px}
.product-head h2{font-size:34px}

.category-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.category-card{
  min-height:320px;
  padding:0 0 20px;
  align-items:center;
  text-align:center;
  overflow:hidden;
}
.category-card:before{display:none}
.category-number{
  z-index:3;
  top:12px;
  right:14px;
  font-size:38px;
}
.category-icon{
  position:absolute;
  z-index:4;
  top:122px;
  left:50%;
  transform:translateX(-50%);
  margin:0;
  width:56px;
  height:56px;
  border-radius:50%;
  background:linear-gradient(145deg,var(--primary),var(--primary-dark));
  color:#fff;
  box-shadow:0 8px 22px rgba(8,185,181,.28);
}
.category-media{
  display:block;
  width:100%;
  height:150px;
  margin-bottom:34px;
  background-image:
    linear-gradient(rgba(8,24,40,.06),rgba(8,24,40,.06)),
    url('assets/miedizayn-hero.jpg');
  background-size:cover;
  background-position:center 58%;
  border-bottom:1px solid var(--line);
}
.category-card:nth-child(2) .category-media{background-position:38% 56%}
.category-card:nth-child(3) .category-media{background-position:56% 60%}
.category-card:nth-child(4) .category-media{background-position:74% 55%}
.category-card:nth-child(5) .category-media{background-position:28% 58%}
.category-card:nth-child(6) .category-media{background-position:68% 57%}
.category-card:nth-child(7) .category-media{background-position:50% 46%}
.category-card h3{
  padding:0 16px;
  font-size:17px;
  text-transform:uppercase;
}
.category-card p{display:none}
.category-link{padding-top:12px}

.cta-box{
  padding:34px 46px;
  border-radius:18px;
}
.cta-box h2{font-size:clamp(26px,3vw,38px)}
.cta-phone{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex:0 0 auto;
  min-width:270px;
  min-height:58px;
  padding:0 28px;
  border:2px solid rgba(255,255,255,.8);
  border-radius:999px;
  color:#fff;
  font-size:21px;
  white-space:nowrap;
  font-weight:900;
}
.cta-phone span{font-size:24px}
.cta-phone strong{white-space:nowrap}

.map-panel h3{
  text-transform:uppercase;
  font-size:27px;
  line-height:1.18;
}

@media(max-width:1180px){
  .main-nav{gap:14px}
  .header-contact{font-size:12px}
  .whatsapp-contact{display:none}
  .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .header-contact{display:none}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-item:nth-child(2){border-right:0}
  .trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .trust-grid{grid-template-columns:1fr}
  .trust-item{
    justify-content:flex-start;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .category-grid{grid-template-columns:1fr}
  .cta-box{padding:30px 24px}
  .cta-phone{
    width:100%;
    min-width:0;
    font-size:18px;
    padding-inline:18px;
  }
}

/* V5 son kullanıcı talepleri */
.brand img{width:64px;height:64px}
.brand-copy strong{font-size:24px;letter-spacing:.025em}
.brand-copy span{font-size:12px}

.hero{
  background-position:68% center;
}
.hero-content{
  max-width:610px;
  margin-left:0;
  margin-right:auto;
  padding-left:0;
  text-align:left;
}
.hero h1{
  max-width:590px;
  font-size:clamp(44px,4.8vw,66px);
}
.hero p{
  max-width:540px;
}
.hero-buttons{justify-content:flex-start}

.btn-outline-header{
  min-height:42px;
  padding:0 17px;
  border:1px solid var(--primary-dark);
  color:var(--primary-dark);
  background:#fff;
  font-size:12px;
}
.btn-outline-header:hover{
  background:var(--primary-dark);
  color:#fff;
}
.header-actions{
  flex-wrap:nowrap;
}
.whatsapp-contact{
  color:var(--navy);
}

.wholesale-cta{padding-top:22px;padding-bottom:24px}
.wholesale-cta .cta-box{
  background:linear-gradient(110deg,#0c3047,#087f83);
  padding:24px 34px;
  min-height:110px;
}
.wholesale-copy{
  display:flex;
  align-items:center;
  gap:20px;
}
.wholesale-icon{
  width:62px;
  height:62px;
  flex:0 0 62px;
  display:grid;
  place-items:center;
  border:2px solid rgba(255,255,255,.8);
  border-radius:50%;
  font-size:28px;
}
.wholesale-cta h2{
  margin:0 0 4px;
  font-size:28px;
}
.wholesale-cta p{
  margin:0;
  color:#d8edf0;
}
.wholesale-cta .cta-phone{
  min-width:265px;
  flex:0 0 265px;
}

@media(max-width:1180px){
  .brand-copy strong{font-size:21px}
  .btn-outline-header{display:none}
}
@media(max-width:900px){
  .hero{background-position:72% center}
  .hero-content{max-width:560px}
  .wholesale-cta .cta-box{align-items:stretch}
  .wholesale-cta .cta-phone{width:100%;min-width:0;flex:auto}
}
@media(max-width:620px){
  .brand img{width:54px;height:54px}
  .brand-copy strong{font-size:19px}
  .hero{
    background-position:72% center;
  }
  .hero-content{
    padding-left:0;
  }
  .wholesale-copy{align-items:flex-start}
  .wholesale-icon{width:50px;height:50px;flex-basis:50px}
  .wholesale-cta h2{font-size:23px}
}

/* V6 header ve footer düzeltmeleri */
.header-row{
  min-height:84px;
  gap:24px;
}
.brand{
  min-width:255px;
}
.brand-copy strong{
  font-size:25px;
  line-height:1.05;
}
.main-nav{
  flex:1 1 auto;
  justify-content:center;
  gap:26px;
  font-size:13px;
  white-space:nowrap;
}
.main-nav a{
  padding:31px 0;
  white-space:nowrap;
  line-height:1;
}
.header-actions{
  flex:0 0 auto;
  min-width:150px;
  justify-content:flex-end;
}
.header-contact{
  font-size:14px;
  white-space:nowrap;
}
.btn-outline-header,
.header-quote,
.whatsapp-contact{
  display:none !important;
}
.site-footer{
  display:block !important;
}
body > footer:not(.site-footer),
footer .widget-area,
footer .footer-widgets,
footer .site-primary-footer-wrap,
footer .site-below-footer-wrap{
  display:none !important;
}
@media(max-width:1180px){
  .main-nav{gap:18px;font-size:12px}
  .brand{min-width:230px}
}
@media(max-width:1020px){
  .main-nav{gap:14px;font-size:11px}
  .header-actions{min-width:130px}
}
@media(max-width:900px){
  .brand{min-width:auto}
  .header-actions{display:none}
  .main-nav{
    white-space:normal;
  }
  .main-nav a{
    white-space:normal;
    line-height:1.3;
  }
}


/* 1.1.0 — WooCommerce entegrasyonu */
.category-card{
  cursor:pointer;
  text-decoration:none;
}
.category-card:focus-visible{
  outline:3px solid rgba(8,185,181,.35);
  outline-offset:4px;
}
.category-card:hover .category-link{
  transform:translateX(4px);
}
.category-link{
  transition:transform .2s ease;
}

.woocommerce-main{
  background:#f6f8fa;
  padding:62px 0 90px;
  min-height:65vh;
}
.woocommerce-container{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:38px;
  box-shadow:0 18px 50px rgba(18,36,59,.08);
}
.woocommerce .woocommerce-breadcrumb{
  margin:0 0 25px;
  color:var(--muted);
  font-size:13px;
}
.woocommerce .woocommerce-breadcrumb a{
  color:var(--primary-dark);
}
.miedizayn-category-intro{
  margin-bottom:30px;
}
.miedizayn-category-intro span{
  color:var(--primary-dark);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.miedizayn-category-intro h1{
  margin:7px 0 8px;
  color:var(--navy);
  font-size:clamp(30px,4vw,48px);
  line-height:1.1;
}
.miedizayn-category-intro p{
  margin:0;
  color:var(--muted);
}
.woocommerce ul.products{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin:28px 0 0;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after{
  display:none;
}
.woocommerce ul.products li.product{
  width:auto !important;
  margin:0 !important;
  float:none !important;
  padding:0 0 24px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:17px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(18,36,59,.07);
  transition:.22s ease;
}
.woocommerce ul.products li.product:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 45px rgba(18,36,59,.12);
}
.woocommerce ul.products li.product a img{
  margin:0 0 18px;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  padding:0 20px;
  color:var(--navy);
  font-size:18px;
}
.woocommerce ul.products li.product .price{
  display:none;
}
.woocommerce ul.products li.product .button{
  margin:12px 20px 0;
  background:var(--primary);
  color:#fff;
  border-radius:8px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}
.woocommerce div.product{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:45px;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary{
  width:auto;
  float:none;
}
.woocommerce div.product .product_title{
  color:var(--navy);
  font-size:clamp(30px,4vw,48px);
  line-height:1.08;
}
.woocommerce div.product p.price{
  display:none;
}
.woocommerce-product-details__short-description{
  color:var(--muted);
  font-size:16px;
}
.miedizayn-product-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  margin-top:18px;
  padding:0 25px;
  border-radius:9px;
  background:#25d366;
  color:#fff !important;
  font-weight:900;
  text-decoration:none !important;
  box-shadow:0 12px 26px rgba(37,211,102,.22);
}
.miedizayn-product-whatsapp:hover{
  background:#1ebd5a;
  transform:translateY(-1px);
}
.woocommerce div.product .woocommerce-tabs{
  grid-column:1/-1;
  width:100%;
}
.woocommerce div.product .related{
  grid-column:1/-1;
}
.woocommerce .quantity .qty{
  min-height:46px;
}
.woocommerce button.button.alt{
  background:var(--navy);
  border-radius:8px;
  min-height:48px;
}
.woocommerce button.button.alt:hover{
  background:var(--primary-dark);
}

@media(max-width:900px){
  .woocommerce-container{padding:24px}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .woocommerce div.product{grid-template-columns:1fr}
}
@media(max-width:560px){
  .woocommerce-main{padding:35px 0 65px}
  .woocommerce-container{padding:16px}
  .woocommerce ul.products{grid-template-columns:1fr}
}
