﻿ 
.page-hero{
  padding: clamp(32px, 6vw, 72px) 0 clamp(20px, 3vw, 28px);
  padding-top: 0;
  background:#fff;
  color:var(--brand-navy);
}
.page-hero .page-title{
  margin:0;
  text-align: center;
  font-weight: 700;
  text-transform:uppercase;
  letter-spacing:.02em;
  line-height:1.15;
  justify-self: center;
  font-size: clamp(26px, 4.2vw, 38px);
  margin-top: 50px;
}

.wysiwyg{
  color: #133058;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height:1.75;
}
.wysiwyg p{ margin:0 0 1.1em; }
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4{
  color:var(--brand-navy);
  font-weight:800;
  line-height:1.25;
  margin:1.2em 0 .5em;
}
.wysiwyg h2{ font-size: clamp(22px, 2.6vw, 30px); }
.wysiwyg h3{ font-size: clamp(18px, 2vw, 24px); }
.wysiwyg ul, .wysiwyg ol{ padding-left:1.1em; margin:.8em 0 1.1em; }
.wysiwyg img{ max-width:100%; height:auto; }
.wysiwyg figure{ margin:0; }

 .entry{
  padding: clamp(12px, 2vw, 20px) 0 clamp(44px, 6vw, 80px);
}
.entry-grid{
  display:grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: clamp(18px, 3vw, 60px);
  align-items:start;
}
.entry-media img{
  display:block;
  width:100%;
  height:auto;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
}
.entry-content{ align-self:start; }

 
@media (max-width: 900px){
  .entry-grid{
    grid-template-columns: 1fr;
  }
  .entry-media{ order:-1; }
.entry-media img{
  width:50%;
  justify-self: anchor-center;
}
}

@media (max-width: 500px){
  .entry-media img{
  width:100%;

  }
}

/* ==== HOlistic Nutritionists page   ==== */
.team-page{padding-top: 30px;background:#fff;}
.team-title{
  margin:0 0 clamp(18px,3vw,28px);
  color:#133058;
  font-weight: 700;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-size: clamp(22px,3.4vw,30px);
}

.coach{ padding: clamp(18px,4vw,42px) 0; }
.coach + .coach{ border-top: 1px solid var(--border); }

.coach-photo img{
  display:block;
  margin: 0 auto;
  width: auto;
  max-width: 240px;             
  height: auto;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.coach-bio{
  /* max-width: 980px; */
  margin: clamp(14px,2vw,18px) auto 0;
  color: #133058;
  font-size: clamp(18px,1.1vw,20px);
  line-height: 1.8;
  text-align: center;
}
.coach-bio strong{ color:#133058 }


/* ===== Contact page ===== */
.contact-section{padding: clamp(24px,6vw,64px) 0;padding-top: 30px;background:#fff;}
.contact-grid{
  display:grid;
  grid-template-columns: 1.05fr 1.3fr;
  gap: clamp(16px,3vw,28px);
  /* align-items:start; */
}
@media (max-width: 992px){
  .contact-grid{ grid-template-columns: 1fr; }
}

 
.contact-card{
  border:1px solid var(--border);
  border-radius:8px;
  align-content: center;
  background: linear-gradient(180deg,#fff, #f8f9fb);
  padding: clamp(18px,2.8vw,26px);
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}
.contact-title{
  margin:0 0 14px;
  color:var(--brand-navy);
  font-weight: 700;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-size: clamp(18px,2.2vw,28px);
}

 
.form-card{
  border:2px solid var(--brand-orange);
  border-radius:8px;
  padding: clamp(18px,2.8vw,26px);
}
.form-title{
  margin:0 0 6px;
  color:var(--brand-navy);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-size: clamp(18px,2.2vw,24px);
}
.form-note{ margin:0 0 12px; color:var(--muted); }

 



/* ===== Policies accordion ===== */
.policies{padding: clamp(24px,6vw,64px) 0;padding-top: 20px;background:#fff;}

.policy-accordion{ max-width: 980px; margin: 0 auto; }

.acc-heading{ margin:0; }
.acc-trigger{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  text-align:left;
  cursor:pointer;
  background: #f2f2f2;
  color:var(--brand-navy);
  border:1px solid var(--border);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
  border-radius:2px;
}
.acc-item + .acc-item .acc-trigger{ margin-top:10px; }

.acc-item.is-open .acc-trigger{
  background:var(--brand-orange); border-color:var(--brand-orange); color:#fff;
}
.acc-trigger .acc-sign{ font-size:16px; min-width:16px; }

.acc-panel{
  border:1px solid var(--border); border-top:0; background:#fff;
  padding:18px; color:var(--ink); line-height:1.8;
}
.policy-date{ margin:0 0 10px; color:var(--brand-navy); font-weight:800; }

/* spacing inside panel */
.acc-panel p{ margin:0 0 12px; }

@media (max-width:640px){
  .policy-accordion{ max-width:100%; }
  .acc-trigger{ padding:14px 14px; }
  .acc-panel{ padding:14px; }
}

.tos{ padding:40px 0 70px; color:var(--brand-navy); }
      .tos-grid{
        position:relative;
        display:grid;
        grid-template-columns:1fr;
        gap:36px;
      }
      /* divisor vertical no desktop */
      @media (min-width: 980px){
        .tos-grid{ grid-template-columns:1fr 1fr; gap:64px; }
        .tos-grid::before{
          content:"";
          position:absolute; left:50%; top:0; bottom:0;
          width:3px; transform:translateX(-50%);
          background:var(--brand-orange);
          border-radius:3px;
        }
      }
      .tos h3{
        margin:0 0 10px;
        font-weight:900; text-transform:uppercase; letter-spacing:.02em;
      }
      .tos p{ margin:0 0 16px; line-height:1.7; }
      .tos strong{ font-weight:800; }

      /* === Blog index === */
    .blog-index { padding: 24px 0 70px; }
    .blog-search{ position:relative; margin:0 0 28px; }
    .blog-search input{
      width:100%; height:52px; border:1px solid var(--border); border-radius:4px;
      padding:0 56px 0 14px; font-size:16px; outline:none;
    }
    .blog-search button{
      position:absolute; right:6px; top:50%; transform:translateY(-50%);
      width:44px; height:44px; border:0; background:var(--brand-orange); color:#fff; border-radius:4px; cursor:pointer;
    }
    .blog-grid{
      display:grid; gap:28px;
      grid-template-columns:repeat(3, minmax(0,1fr));
    }
    @media (max-width: 980px){ .blog-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); } }
    @media (max-width: 620px){ .blog-grid{ grid-template-columns:1fr; } }

    .blog-card{
      border:1px solid var(--border); border-radius:6px; background:#fff; overflow:hidden;
      display:flex; flex-direction:column;
    }
    .blog-card .card-link{ text-decoration:none; color:inherit; display:flex; flex-direction:column; height:100%; }
    .card-media img{ width:100%; height:auto; display:block; }
    .card-body{ padding:18px 18px 16px; display:flex; flex-direction:column; gap:10px; }
    .card-title{
      margin:0; font-weight:800; color:#123559; font-size:clamp(18px,2.2vw,22px); text-transform:uppercase; line-height:1.25;
    }
    .card-excerpt{ margin:0; color:#3a3a3a; }
    .card-meta{ margin-top:10px; padding-top:12px; border-top:1px solid var(--border); color:#e06b2c; font-weight:600; }

    /* ===== Blog: paginaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o ===== */
    .blog-pagination{ margin-top:28px; }
    .blog-pagination .pagination{
      display:flex; justify-content:center; align-items:center;
      gap:10px; list-style:none; margin:0; padding:0;
    }
    .blog-pagination .pagination a,
    .blog-pagination .pagination span{
      display:inline-block;
      min-width:42px; padding:8px 12px;
      border:1px solid var(--border); border-radius:4px;
      text-align:center; line-height:1; font-weight:600;
      color:#123559; text-decoration:none; background:#fff;
    }
    .blog-pagination .pagination a:hover{
      border-color:var(--brand-orange); color:var(--brand-orange);
    }
    .blog-pagination .pagination .is-current span{
      background:#f3f4f6; border-color:#e2e8f0; color:#111;
    }
    .blog-pagination .pagination .is-dots span{
      background:#fff; border-color:#eee; color:#666; min-width:auto; padding:8px 10px;
    }
    @media (max-width:520px){
      .blog-pagination .pagination a,
      .blog-pagination .pagination span{ min-width:36px; padding:8px 10px; }
    }

/* ===== Single Post ===== */
.single-wrap{ padding:40px 0 64px; }
.post-outer{ border:1px solid var(--border); background:#fff; }
.post-hero{
  padding:22px; border-bottom:1px solid var(--border);
}
.post-hero figure{ margin:0; }
.post-hero img{ display:block; width:100%; height:auto; border-radius:2px; }

.post-body{ padding:26px 22px 34px; }
.post-title{
  margin:0 0 10px;
  color:var(--brand-navy);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.01em;
  line-height:1.15;
  font-size:clamp(26px,4.2vw,44px);
}
.post-meta{
  margin:0 0 22px;
  font-weight:600;
  color:#143058;
  display:flex; flex-wrap:wrap; gap:8px;
}
.post-meta .sep{ color:#c7d1dc; margin:0 6px; }
.post-meta a{ color:var(--brand-orange); text-decoration:none; }
.post-meta a:hover{ text-decoration:underline; }

.post-content{ color:#133058; font-size:18px; line-height:1.7; }
.post-content h2, .post-content h3{ color:#123559; margin-top:1.6em; }
.post-content img{ max-width:100%; height:auto; border-radius:4px; }
.post-content p{ margin:0 0 1.1em; }

@media (max-width:640px){
  .single-wrap{ padding:24px 0 48px; }
  .post-hero{ padding:14px; }
  .post-body{ padding:18px 14px 26px; }
}
/* ===== NavegaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o entre posts ===== */
.post-nav{
  margin:26px 0 0;
  padding:18px 0 0;
  /* border-top:1px solid var(--border); */
  display:flex;
  justify-self: anchor-center;
  /* justify-content:space-between; */
  gap: 220px;
  align-items: center;
  white-space: nowrap;
}
.post-nav__col{flex:1 1 0;max-width:50%;}

.post-nav a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--brand-orange);
  text-decoration:none;
  font-weight:700;
  line-height:1.35;
  font-size:18px;
}
.post-nav a:hover{ color:#133158; text-decoration:underline; }

.post-nav__col.next{ text-align:right; }
.post-nav__col.next a{justify-content:flex-end;}
.post-nav .arr{ font-weight:900; }

@media (max-width:640px){
  .post-nav{/* flex-direction:column; */gap: 50px;}
  .post-nav__col{ max-width:100%; }
  .post-nav a{ font-size:16px; }
  .post-nav__col.next{ text-align:left; }
  .post-nav__col.next a{ justify-content:flex-start; }
}


/* ===== SHOP ARCHIVE (estÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡tico) ===== */
.shop-hero {
  display: grid;
  margin-top: 100px;
  grid-template-columns: 1.3fr 0.7fr;
  gap: clamp(16px, 3vw, 40px);
  align-items: start;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 50px;
  margin-bottom: clamp(16px, 3vw, 28px);
}
.shop-hero-left .breadcrumb {
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; 
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumb-list li {
  color: #E06B2C;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px; /* 165% */
}
.breadcrumb-list li+li::before {
  content: "»";
  margin: 0 6px 0 2px;
  color: #333;
}
.breadcrumb-list a {text-decoration: none;color: #1f2a37;color: #E06B2C;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: 29.7px; /* 165% */}
.breadcrumb-list a:hover { text-decoration: underline; }

.shop-title {
  /* font-size: clamp(24px, 3.2vw, 36px); */
  margin: 6px 0 0;
  letter-spacing: .02em;
  color: #143058;
  font-family: Montserrat;
  font-size: 43px;
  font-style: normal;
  line-height: 1px;
  font-weight: 700;
  line-height: 40px; /* 69.767% */
  text-transform: uppercase;
}

.shop-hero-right p {
  margin: 0;
  color: #49525c;
  line-height: 1.6;
  color: #333;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}

/* GRID DE PRODUTOS */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.2vw, 28px);
  margin-top: clamp(20px, 3vw, 36px);
}
@media (max-width: 980px) {
  .shop-hero { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .products-grid { grid-template-columns: 1fr; }
}

/* CARD */
.product-card {
  background: #F9F9F9;
  border: 1px solid #e7eaee;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { 
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(18, 24, 40, .08);
}

.product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f7f9;
  overflow: hidden;
  margin: 20px;
  height: 250px;
  min-height: 250px;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;              /* usa a mesma imagem em corte agradÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡vel */
  display: block;
}

.product-body {
  padding: 16px 16px 18px;
  display: grid;
  gap: 10px;
  align-self: anchor-center;
  /* align-self: center; */
}
.product-title {
  font-size: 1rem;
  margin: 0;
  justify-self: center;
  line-height: 1.35;
}
.product-title a {
  text-decoration: none;
  color: #143058;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.6px; /* 108% */
  text-transform: uppercase;
}
.product-title a:hover { text-decoration: underline; }

.product-price {
  color: #143058;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.45px; /* 141.389% */
  margin-bottom: 25px;
}
.product-price small {
  font-weight: 400;
  color: #6b7280;
  color: #143058;
  text-align: center;
  font-family: Montserrat;
  font-size: 15.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.36px; /* 165.528% */
}

/* ===== TOOLBAR SIMPLES ===== */
.shop-tools { margin-top: 10px; margin-bottom: 18px; }

.shop-toolbar {
  display: grid;
  grid-template-columns: 2fr  1fr;
  gap: clamp(12px, 2vw, 20px);
  align-items: center;
}
@media (max-width: 900px) {
  .shop-toolbar { grid-template-columns: 1fr; }
}

.shop-results {color: #333;text-align: left;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: 18px; /* 100% */}

 
 

/* SORTING */
.shop-sorting select,
.shop-tools select,
.shop-tools select option {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  font-size: 0.95rem;
  /* enforce global site font for form controls */
  font-family: Montserrat, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #143058;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ensure native dropdown arrow doesn't force fallback styling */
.shop-sorting select::-ms-expand { display: none; }

/* small tweak for option elements on some browsers */
.shop-sorting select option {
  font-family: inherit;
  color: inherit;
}

/* Acessibilidade */
.sr-only{
  position: absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* BTN usa classe global existente */
.product-card .btn-layout {
  justify-self: center;
  text-decoration: none;
}

/* ===== PAGINAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O ===== */

.shop-pagination {
  margin-top: clamp(20px, 4vw, 40px);
  display: flex;
  justify-content: center;
}
.shop-pagination .pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
}
.shop-pagination .page a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0.9rem;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px; /* 165% */
  text-transform: uppercase;
  color: #e76c3c;                   
  border: 1px solid #e76c3c;
  border-radius: 2px;
  align-content: center;
  text-decoration: none;
  transition: all .2s ease;
}
.shop-pagination .page a:hover {
  background: #e76c3c;
  color: #fff;
}
.shop-pagination .page.is-current a {
  background: #e76c3c;
  color: #fff;
  font-weight: 600;
  align-content: center;
}

/* ===== CATEGORY DESCRIPTION ===== */
.category-description {
  /*margin-top: clamp(20px, 1vw, 40px);
  margin-bottom: clamp(20px, 1vw, 40px);*/
}

/* Stack multiple landing blocks with consistent gap */
.category-description + .category-description {
  /*margin-top: clamp(15px, 1vw, 30px);*/
}
.cat-title {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  margin-bottom: 14px;
  color: #0f172a;
  color: #143058;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
  text-transform: uppercase;
}
h2.cat-title.blogProd {
    text-align: left;
}
.cat-intro {
  /* max-width: 800px; */
  margin-bottom: 25px;
  color: #333;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
}

/* Mobile: stack to 1 column below 768px */
@media (max-width: 767px) {
  .cat-grid {
    grid-template-columns: 1fr;
  }
}

.cat-box {
  background: #fff;
  /* border: 1px solid #e7eaee; */
  border-radius: 8px;
  padding: clamp(16px, 2vw, 24px);
}
.cat-media {
  margin: 0 0 14px;
}
.cat-media img {
  width: 100%;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  max-height: 275px;
}
.cat-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1f2937;
}
.cat-box p {margin-bottom: 20px;color: #333;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: 18px; /* 100% */}
.cat-box ul {margin: 0;padding-left: 18px;color: #333;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: 18px; /* 100% */}
.cat-box ul li { margin-bottom: 6px; }

section.section-white.latest-blogs.interior .lb-grid {
    grid-template-columns: repeat(3, 1fr);
}

/* ===== RELATED PRODUCTS ===== */
.related-products {padding: clamp(32px, 6vw, 64px) 0;padding-top: 0;}
.related-title {
  font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 700;
  color: #0b2544;
  margin: 0 0 18px;
  letter-spacing: .02em;
}
.latest-blogs .section-head.center{border-top: none;}

 .pd-summary {
    border-bottom: 0.8px solid #E5E5E5;
}
.related-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
    gap: clamp(16px, 2vw, 20px);
}

/* Why Hotze container: keep background on container, not full width
   Constrain the inner container with padding and max-width so it doesn't span edge-to-edge */
.why-hotze .container-lg {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px; /* 16px all sides as requested */
  box-sizing: border-box;
  border-radius: 6px; /* subtle rounding so background reads as a card */
}

@media (max-width: 768px) {
  .why-hotze .container-lg {
    padding: 16px;
  }
}

/* Why Hotze: visual grid + card styling to match provided screenshot */
.why-hotze .cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.why-hotze .cat-box {
  background: transparent;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.why-hotze .cat-media {
  width: 100%;
  display: block;
}

.why-hotze .cat-media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.why-hotze .cat-subtitle {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #0b2544; /* dark blue */
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.why-hotze .cat-content {
  color: #7a8b96; /* muted gray */
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.why-hotze .btn-layout {
  margin-top: auto; /* push CTA to bottom when available */
}

/* subtle card look for the inner container */
.why-hotze .container-lg {
  box-shadow: 0 1px 0 rgba(16,24,32,0.04);
}

@media (max-width: 1100px) {
  .why-hotze .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .why-hotze .cat-media img { height: 160px; }
}

@media (max-width: 660px) {
  .why-hotze .cat-grid { grid-template-columns: 1fr; }
  .why-hotze .cat-media img { height: 220px; }
}
@media (max-width: 1024px){ .related-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px){  .related-grid{ grid-template-columns: 1fr; }
section.section-white.latest-blogs.interior .lb-grid {
    grid-template-columns: repeat(1, 1fr);
} }

.rp-card.product-card{
  border: none;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.rp-card .product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f7f9;
  overflow: hidden;
  margin: 20px;
  height: 250px;
  min-height: 250px;
}
.rp-card .product-media img{ width:100%; height:100%; object-fit:cover; display:block; }

.rp-card .product-body{
  padding: 16px 14px 18px;
  display: grid;
  gap: 10px;
  text-align: center;
}
.rp-card .product-title{
  margin:0; line-height:1.35; text-transform: uppercase;
  font-size: .98rem; letter-spacing: .01em;
}
.rp-card .product-title a{/* color:#0f172a; *//* text-decoration:none; */}
.rp-card .product-title a:hover{ text-decoration:underline; }

.rp-card .product-price{
  /* color:#0b1f3a; */
  /* font-weight:600; */
}
.rp-card .product-price small{/* color:#6b7280; *//* font-weight:400; */}

/* botÃƒÆ’Ã‚Â£o herdando .btn-layout global */
.rp-card .btn-layout{/* justify-self:start; */}

/* ===== FAQ ===== */
.category-faqs {padding: clamp(32px, 6vw, 64px) 0;padding-top: 0;}
.faq-title{
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  color:#0b2544;
  margin: 0 0 16px;
  letter-spacing:.02em;
}

.faq-accordion { border-top: 1px solid #e9edf2; }
.faq-item { border-bottom: 1px solid #e9edf2; }

.faq-question { margin: 0; }
.faq-toggle{
  width: 100%;
  text-align: left;
  padding: 16px 40px 16px 0;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
  color: #333;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.faq-toggle:focus-visible{
  outline: 2px solid #1e73be;
  outline-offset: 2px;
}

/* chevron */
.faq-toggle::after{
  content: "";
  position: absolute;
  right: 0;
  top: 42%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #e76c3c;
  border-bottom: 2px solid #e76c3c;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease;
}
.faq-toggle[aria-expanded="true"]::after{
  transform: translateY(-50%) rotate(-135deg);
}

.faq-panel{
  padding: 0 0 16px;
  color:#4b5563;
  line-height: 1.65;
}
.faq-panel p{ margin: 0; }

 .faq-panel[hidden]{
  display: block;          
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
}
.faq-panel:not([hidden]){
  max-height: 600px;       
  transition: max-height .25s ease;
}
/* ===== Layout duas colunas ===== */
.product-details {padding: clamp(24px, 4vw, 48px) 0;}
.pd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}
@media (max-width: 980px){ .pd-grid{ grid-template-columns: 1fr; } 
}

/* ===== Galeria (Fancyapps) ===== */
.pd-media{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

#pdCarousel{
  --f-arrow-pos: 10px;
  --f-arrow-width: 38px;
  --f-arrow-height: 38px;
  --f-arrow-svg-width: 16px;
  --f-arrow-svg-height: 16px;
  --f-arrow-svg-stroke-width: 2.5;
  --f-arrow-color: #475569;
  --f-arrow-bg: #fff;
  --f-arrow-hover-bg: #f9f9f9;
  --f-arrow-active-bg: #f0f0f0;
  /* border: 1px solid #e7eaee; */
  border-radius: 10px;
  overflow: hidden;
}
#pdCarousel .f-carousel__slide{
  display:flex;
  align-items:center;
  justify-content:center;
  cursor: zoom-in;
  background:#fff;
}
#pdCarousel .f-carousel__slide img{
  max-width:100%;
  height:auto;
  display:block;
  object-fit: cover;
}
#pdCarousel .f-thumbs{ margin-top:10px; }
#pdCarousel .is-nav-selected{ outline:2px solid #e76c3c; }

/* ===== Coluna de texto ===== */
.pd-breadcrumb ol{
  list-style:none; padding:0; margin:0 0 8px; display:flex; flex-wrap:wrap; gap:8px; color:#6b7280;
}
.pd-breadcrumb li+li::before{ content:"›"; margin:0 6px 0 2px; color:#cbd5e1; }
.pd-breadcrumb a{ color:#1f2937; text-decoration:none; }
.pd-title{margin: 4px 0 30px;font-size: clamp(22px, 3vw, 25px);font-weight:800;letter-spacing:.02em;color: #143058;font-family: Montserrat;font-style: normal;font-weight: 700;line-height: 30px; /* 120% */text-transform: uppercase;}
.pd-intro{margin: 0 0 20px;color: #333;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: 18px; /* 100% */}
.pd-rating{color:#ef7d2d;font-weight:600;margin: 18px 0;}
.pd-rating a{color: #ef7d2d;text-decoration:none;}
.pd-price{margin: 20px 0;color: #143058;font-family: Montserrat;font-size: 22.5px;font-style: normal;font-weight: 400;line-height: 37.13px; /* 165.022% */}
.pd-price small{color: #143058;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: 29.7px; /* 165% */}

small {}
.pd-stock{color:#0b7a4b;margin-bottom: 18px;color: #143058;font-family: Montserrat;font-size: 16.6px;font-style: normal;font-weight: 400;line-height: 27.32px; /* 164.578% */}

.pd-subscribe p{margin:10px 0 6px;color: #143058;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: 29.7px; /* 165% */}
.pd-subscribe label{display:block;margin-bottom: 6px!important;color: #143058!important;font-family: Montserrat;font-size: 18px!important;font-style: normal;font-weight: 400!important;line-height: 29.7px; /* 165% */}

.pd-actions{
 display:flex;
 gap:10px;
 align-items:center;
 margin: 12px 0 80px;
 /* border-top: 0.8px solid #E5E5E5; */
 }
.pd-qty{
  width:64px; padding:8px 10px;
  border:1px solid #e2e8f0; border-radius:8px; font-size:0.95rem;
}

.pd-summary .breadcrumb {
    margin-bottom: 20px;
}

.btn-layout{ text-decoration:none; } 



/* ===== Product Info (componente universal) ===== */
.pi-block{
  padding: clamp(18px, 2.8vw, 40px);
  border-top: 1px solid #eceff3;
  background: #F7F7F7;
}
.pi-block:first-of-type{ border-top: 0; }

.pi-title{
  margin: 0 0 4px;
  font-size: clamp(22px, 2.6vw, 30px);
  letter-spacing: .02em;
  color: #143058!important; /* navy PPV */
  text-transform: uppercase;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
  text-transform: uppercase;
}
.pi-sub{
  margin: 0 0 12px;
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 118.182% */
}
.pi-content{
  font-size: 16px;
  color: #767676;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px; /* 165% */
}
.pi-content p{ margin: 0 0 12px; }
.pi-content strong{color: #767676;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 700;line-height: 29.7px; /* 165% */}

.product-info section.category-faqs.section-white {
    padding: 0px 36px 20px;
}

.pi-disclaimer{
  color: #767676;
  font-family: Montserrat;
  font-size: 17.859px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px; /* 166.299% */
}

 
.pi-block.is-alt{
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 12px;
  padding: clamp(18px, 2.8vw, 28px);
  margin-top: clamp(18px, 3vw, 24px);
}

@media (max-width: 980px){ 
.product-info section.category-faqs.section-white {
    padding: 0px 0px;
}

}

/* ===== CUSTOMER REVIEWS ===== */
.product-reviews{padding: clamp(24px, 5vw, 48px) 0;padding-bottom: 20px;}
.pr-header{margin-bottom: 14px;}
.pr-title{
  margin: 0;
  font-weight: 800;
  font-size: clamp(18px, 2.2vw, 22px);
  color: #0b2544;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.pr-sub{margin: -11px 0 25px;color:#1f2937;font-weight:600;color: #000;font-family: Montserrat;font-size: 22px;font-style: normal;font-weight: 400;line-height: 26px; /* 118.182% */text-align: left;}
header.pr-header .cat-title {
    margin-bottom: 2px;
}
/* Lista */
.pr-list{ display: grid; gap: 14px; margin: 14px 0 20px; }
.pr-item{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: start;
  background: #f6f7f9;
  border: 1px solid #eef1f4;
  border-radius: 10px;
  padding: 40px;
}
.pr-avatar{
  width: 56px; height: 56px; border-radius: 50%;
  background: #e9edf2; display:grid; place-items:center;
  color:#94a3b8; font-weight:700;
}
.pr-avatar-initial{ font-size: 20px; }
.pr-body{ min-width: 0; }
.pr-head{
  display: flex;
  justify-content: space-between;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
}
.pr-author{ /* 165% */color: #767676;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: 29.7px; /* 165% */}
.pr-date{color: #767676;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: 29.7px; /* 165% */}

.pr-stars{color:#ef7d2d;font-size: 14px;display:flex;gap: 2px;display: flex;}
.pr-text{ margin: 6px 0 0; color:#4b5563; line-height: 1.55; }

/* FormulÃ¡rio */
.pr-form{
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  padding: 50px;
}
.pr-form fieldset{ border:0; margin:0; padding:0; }
.pr-form legend{
  margin-bottom: 4px;
  color: #767676;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.7px; /* 165% */
}
.pr-note{margin: 0 0 12px;color: #767676;font-family: Montserrat;font-size: 18px;font-style: normal;font-weight: 400;line-height: 29.7px; /* 165% */}

.pr-field{ margin-bottom: 12px; }
.pr-label{display:block;color: #767676!important;font-family: Montserrat;font-size: 18px!important;font-style: normal;font-weight: 400!important;line-height: 29.7px; /* 165% */}
.req{ color:#ef4444; margin-left: 2px; }

.pr-form input[type="text"],
.pr-form input[type="email"],
.pr-form textarea{
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ced8e3;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #0f172a;
  outline: none;
  background: #FFF;
}
.pr-form textarea{ resize: vertical; min-height: 110px; }
.pr-form input:focus,
.pr-form textarea:focus{ border-color: #1e73be; box-shadow: 0 0 0 2px rgba(30,115,190,.08); }

.pr-check{ display:flex; align-items: center; gap: 8px; margin: 8px 0 14px; }
.pr-check input{ width:16px; height:16px; }

/* Rating (radios em forma de estrelas) */
.pr-rating{
  --star-size: 18px;
  display:flex;
  gap: 4px;
  /* direction: rtl; */ /* permite clicar da direita p/ esquerda */
}
.pr-rating input{ display:none; }
.pr-rating label{
  width: var(--star-size); height: var(--star-size);
  color:#cbd5e1; cursor:pointer; display:grid; place-items:center;
}
.pr-rating label i{ pointer-events: none; }
.pr-rating input:checked ~ label,
.pr-rating label:hover,
.pr-rating label:hover ~ label{ color:#ef7d2d; }

/* BotÃ£o usa .btn-layout global */
.pr-form .btn-layout{ padding: 10px 16px; text-decoration: none; }

.pr-head .left {
    display: flex;
    gap: 10px;
}

@media (max-width: 665px) {
.pr-head .left {
   flex-flow:column;
}
  .pr-card{
    padding: 16px;
    border-radius: 14px;
  }

  .pr-head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;                  
    position: relative;
  }


.pr-form{
padding:20px;
}
  
}

/* ===== Why Hotze ===== */
.why-hotze {padding: clamp(24px, 5vw, 48px) 0;padding-top: 0;}
.whyhz-head h2{
  margin: 0 0 4px;
  font-size: clamp(22px, 2.4vw, 30px);
   /* navy do site */
  letter-spacing: .3px;
  color: #143058;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
  text-transform: uppercase;
  /* background: #F9F9F9; */
}
.whyhz-sub{
  margin: 0 0 18px;
  font-size: clamp(14px, 1.8vw, 22px);
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 118.182% */
}

.whyhz-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2.5vw, 24px);
  background: #F9F9F9;
}

.whyhz-card{
  /* background: #fff; */
  border-radius: 14px;
  /* box-shadow: 0 6px 24px rgba(0,0,0,.06); */
  padding: 0 0 16px;
  overflow: hidden;
  /* border: 1px solid rgba(18,53,89,.08); */
}

.whyhz-media{
  margin: 0;
  overflow: hidden;
  /* border-radius: 12px; */
  /* margem interna para â€œrespiroâ€ como no print */
  /* padding: 12px 12px 0; */
}
.whyhz-media img{
  width: 100%;
  height: clamp(160px, 18vw, 310px);
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.whyhz-title{
  margin: 25px 14px 6px;
  font-size: clamp(14px, 1.6vw, 15px);
  letter-spacing: .4px;
   /* 131.024% */
  color: #143058;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px; /* 131.024% */
  text-transform: uppercase;
}

.whyhz-text{
  margin: 0 14px;
  color: rgba(18,53,89,.75);
  font-size: clamp(13px, 1.6vw, 15px);
  line-height: 1.55;
}


 .grey {
    padding: 40px 40px;
    background: #F9F9F9;
}
/* ===== Responsivo ===== */
@media (max-width: 991px){
  .whyhz-grid{ grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 665px){
  .whyhz-grid{ grid-template-columns: 1fr; }
  .whyhz-media img{ height: 200px; }
 .grey {
    padding: 20px 20px;
    background: #F9F9F9;
}
}

/* ===== Subscription Toggle (Product Page) ===== */
.pd-subscribe {
  padding: 18px 16px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin: 18px 0;
}

.pd-subscribe p {
  margin: 0 0 12px;
  color: #143058;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.pd-subscribe label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #143058;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  user-select: none;
}

.pd-subscribe label:last-of-type {
  margin-bottom: 0;
}

.pd-subscribe input[type="radio"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #e76c3c;
  flex-shrink: 0;
}

.pd-subscribe input[type="radio"]:focus-visible {
  outline: 2px solid #1e73be;
  outline-offset: 2px;
}

/* ===== Star Rating Enhancement (Product Page) ===== */
.pd-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  flex-wrap: wrap;
}

.pd-rating .ppv-rating {
  display: inline-block;
  width: 110px;
  height: 20px;
  position: relative;
}

.rating-link {
  color: #e76c3c;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.rating-link:hover {
  color: #d45c1f;
  text-decoration: underline;
}

.rating-link:focus-visible {
  outline: 2px solid #1e73be;
  outline-offset: 2px;
  border-radius: 2px;
}

/* ===== Product Stock Status Styling ===== */
.pd-stock {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 8px 0;
}

.pd-stock {
  color: #2d8a3e; /* Green for in-stock */
}

.pd-stock.out-of-stock {
  color: #9aa0a6; /* Gray for out-of-stock */
}

/* ===== Add to Cart Button ===== */
.add-to-cart-btn {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 28px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 1;
  min-width: 180px;
}

.add-to-cart-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.add-to-cart-btn:focus-visible {
  outline: 2px solid #1e73be;
  outline-offset: 2px;
}

/* ===== Product Attributes Display ===== */
.product-attributes {
  display: grid;
  gap: 14px;
}

.product-attributes p {
  margin: 0;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px;
}

@media (max-width: 640px) {
  .pd-subscribe {
    padding: 14px 12px;
  }

  .pd-rating {
    gap: 8px;
  }

  .pd-rating .ppv-rating {
    width: 88px;
    height: 16px;
  }

  .rating-link {
    font-size: 13px;
  }

  .product-attributes p {
    grid-template-columns: 1fr;
  }

  .add-to-cart-btn {
    min-width: 140px;
    padding: 10px 20px;
    font-size: 14px;
  }
}


/* ===== Product tabs (from single-product.php) ===== */
.pi-tabs { margin-bottom: 2rem; }
.pi-tab-list { display:flex; gap:0.5rem; list-style:none; padding:0; margin:0 0 1rem 0; flex-wrap:wrap; }
.pi-tab-list li { margin:0; }
.pi-tab-btn { background:#fff; border:1px solid #e2e2e2; padding:0.5rem 0.75rem; cursor:pointer; border-radius:4px; font-weight:600; color:#222; }
.pi-tab-btn[aria-selected="true"] { background:#0073aa; color:#fff; border-color:#0073aa; }
.pi-tab-btn:focus { outline:3px solid rgba(0,115,170,0.25); outline-offset:2px; }
.pi-tab-panels { border-top: 1px solid #e5e5e5; padding-top:1rem; }
.pi-tab-panel { padding:0.5rem 0; }
.pi-block { margin-bottom:1.5rem; }
@media (max-width:768px) { .pi-tab-list { gap:0.25rem; } }

/* Refined tab visual styles to match screenshot
   - Tabs: soft grey row, individual tab boxes with light borders
   - Active tab: solid brand blue, white text, visually connected to panel
   - Panel: full-width white card with subtle border and generous padding
*/
.pi-tab-list {
  display:flex;
  gap:0; /* as requested: no gap between pills */
  list-style:none;
  padding:0; /* no padding */
  margin:0;  /* no margin */
  background:transparent;
  overflow:auto;
}

.pi-tab-list li { margin:0; }

.pi-tab-btn {
  display:inline-block;
  background:#f5f6f7; /* inactive tab background (greyish) */
  border:1px solid #e6e6e6;
  padding:18px; /* request: 18px padding */
  cursor:pointer;
  border-radius:0; /* request: 0 radius */
  font-weight:700;
  color:#173a57; /* inactive tab text: dark blue */
  font-size:14px;
  line-height:1;
  text-transform:none;
  z-index:1; /* ensure pills sit above panels */
}

.pi-tab-btn:hover,
.pi-tab-btn:focus {
  background:#ffffff;
  outline: none;
}

/* Active tab style: white background, dark gray text */
.pi-tab-btn[aria-selected="true"] {
  background:#ffffff; /* active tab is white */
  color:#333333; /* dark gray text for active */
  /* top/left/right should be light grey, bottom (touching panel) should be white */
  border-top-color: #eee;
  border-left-color: #eee;
  border-right-color: #eee;
  border-bottom-color: #fff;
  margin-bottom:-1px; /* overlap panel border so the tab looks attached */
  box-shadow:none;
}

.pi-tab-panels {
  border:1px solid #e6e6e6;
  padding:32px 36px;
  background:#ffffff;
  box-sizing:border-box;
  margin-top:-1px; /* pull panels up 1px so pills overlap cleanly */
  border-radius:0; /* request: 0 radius */
  z-index:0; /* keep panel behind pills */
}

/* Apply same pill-overlap styling to native WooCommerce tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display:flex;
  gap:0; /* no gap between tabs */
  list-style:none;
  padding:0;
  margin:0 0 0.75rem 0;
  background:transparent;
  overflow:auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display:inline-block;
  background:#f5f6f7;
  border:1px solid #e6e6e6;
  padding:18px; /* match requested pill padding */
  cursor:pointer;
  border-radius:0; /* square corners */
  font-weight:700;
  color:#173a57;
  font-size:14px;
  line-height:1;
  text-transform:none;
  z-index:1; /* sit above panels */
  text-decoration:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
  background:#ffffff;
  color:#333333;
  /* make active tab visually attached: white bottom, light-grey other sides */
  border-top-color: #eee;
  border-left-color: #eee;
  border-right-color: #eee;
  border-bottom-color: #fff;
  margin-bottom:-1px; /* overlap panel border */
  box-shadow:none; /* remove any shadow */
}
.woocommerce div.product .woocommerce-tabs .panel {
  border:1px solid #e6e6e6;
  padding:32px 36px;
  background:#ffffff;
  box-sizing:border-box;
  margin-top:-1px; /* pull panels up so tabs overlap */
  border-radius:0;
  z-index:0;
}

/* Stronger rules to hide any remaining hairline under active tabs */
.pi-tab-btn[aria-selected="true"],
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  position:relative !important;
  z-index: 3 !important; /* sit higher than panels */
  /* force specific border colors: top/left/right light grey, bottom white */
  border-top-color: #eee !important;
  border-left-color: #eee !important;
  border-right-color: #eee !important;
  border-bottom-color: #fff !important;
  box-shadow: none !important; /* force remove shadows */
  margin-bottom: -2px !important; /* increase overlap to hide hairline */
}

.pi-tab-panels,
.woocommerce div.product .woocommerce-tabs .panel {
  margin-top: -2px !important; /* increase overlap area */
  z-index: 0 !important;
  /* keep panel border but allow tabs to visually cover the top */
  /* Ensure the visible panel top border color remains #e6e6e6 so the tab bottom (white) covers it */
  border-top-color: #e6e6e6 !important;
}

/* In case another rule adds an outline, remove it for the active tab */
.pi-tab-btn[aria-selected="true"]:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus {
  outline: none !important;
}

.pi-tab-panel { padding:0; }

/* Hide inactive tab panels */
.pi-tab-panel[aria-hidden="true"] {
  display: none;
}

@media (max-width:768px) {
  .pi-tab-btn { padding:8px 12px; font-size:13px; }
  .pi-tab-panels { padding:18px; }
}

/* Panel typography to match screenshot */
.pi-tab-panels h2 {
  color:#123559;
  font-size:28px;
  font-weight:800;
  margin:0 0 18px 0;
  text-transform:uppercase;
  letter-spacing:0.3px;
}
.pi-tab-panels p {
  color:#3e5a6b;
  font-size:16px;
  line-height:1.8;
  margin:0 0 16px 0;
}

/* --- Make tab styling global: apply same pill-style to WooCommerce tabs and similar markup --- */
/* Targets WooCommerce native tabs markup */
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display:flex;
  gap:10px;
  padding:6px 8px;
  margin:0 0 0.75rem 0;
  background:transparent;
  overflow:auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display:inline-block;
  background:#f5f6f7; /* inactive */
  border:1px solid #e6e6e6;
  padding:10px 18px;
  border-radius:20px;
  color:#173a57; /* dark blue for inactive */
  font-weight:700;
  text-decoration:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
  background:#ffffff;
}

/* Active tab: white with dark gray text, attached to panel */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
  background:#ffffff;
  color:#333333;
  border-color:#e6e6e6;
  margin-bottom:-1px;
}

.woocommerce div.product .woocommerce-Tabs-panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  border:1px solid #e6e6e6;
  padding:32px 36px;
  background:#ffffff;
  box-sizing:border-box;
  margin-top:0;
  border-radius:6px;
}

@media (max-width:600px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs { -webkit-overflow-scrolling: touch; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding:8px 12px; font-size:13px; }
  .woocommerce div.product .woocommerce-Tabs-panel { padding:18px; }
}

/* --- WooCommerce / Tabbed layout styles ---
   These styles match the tabbed layout in the provided screenshot.
   They target WooCommerce default tab markup and provide a boxed
   panel with prominent nav tabs and improved typography.
*/
.woocommerce div.product .woocommerce-tabs { margin-top: 24px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f5f6f7;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  overflow: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; border-right: 1px solid #e6e6e6; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child { border-right: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 14px 20px;
  color: #173a57;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus { background: #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.woocommerce div.product .woocommerce-Tabs-panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 1px solid #e6e6e6;
  padding: 36px 40px;
  background: #ffffff;
  box-sizing: border-box;
  margin-top: 0;
}

.woocommerce div.product .woocommerce-Tabs-panel h2,
.woocommerce div.product .woocommerce-tabs .panel h2 {
  color: #123754;
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 18px 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.woocommerce div.product .woocommerce-Tabs-panel p,
.woocommerce div.product .woocommerce-tabs .panel p {
  color: #3e5a6b;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 16px 0;
}

.woocommerce div.product .woocommerce-tabs { background: transparent; }
.woocommerce div.product .woocommerce-tabs-wrapper { border: 1px solid #e6e6e6; padding: 0; background: #ffffff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab a { position: relative; }

@media (max-width: 600px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs { -webkit-overflow-scrolling: touch; }
  .woocommerce div.product .woocommerce-Tabs-panel,
  .woocommerce div.product .woocommerce-tabs .panel { padding: 22px; }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus { outline: 3px solid rgba(19,55,84,0.12); outline-offset: -3px; }

.woocommerce div.product .woocommerce-Tabs-panel p:last-child { margin-bottom: 0; }

/* ===================================================================
   My Account Navigation - Sidebar Menu Styling
   Slide in/out hover effects with theme-matched colors
   =================================================================== */

.woocommerce-MyAccount-navigation {
  margin: 0 0 clamp(24px, 4vw, 40px) 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.woocommerce-MyAccount-navigation li {
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: var(--brand-navy);
  font-weight: 600;
  font-size: clamp(14px, 1.1vw, 16px);
  font-family: 'Montserrat', sans-serif;
  position: relative;
  overflow: hidden;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  background: #f9fafb;
}

/* Slide in effect on hover */
.woocommerce-MyAccount-navigation a::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(224, 107, 44, 0.08), rgba(224, 107, 44, 0.04));
  transition: left 0.3s ease;
  z-index: -1;
}

.woocommerce-MyAccount-navigation a:hover::before {
  left: 0;
}

.woocommerce-MyAccount-navigation a:hover {
  color: var(--brand-orange);
  border-left-color: var(--brand-orange);
  background: #fafbfc;
  padding-left: 28px;
}

/* Active/current page indicator */
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li.is-active > a[aria-current="page"],
.woocommerce-MyAccount-navigation a[aria-current="page"] {
  color: var(--brand-orange);
  border-left-color: var(--brand-orange);
  background: rgba(224, 107, 44, 0.06);
  font-weight: 700;
}

.woocommerce-MyAccount-navigation a[aria-current="page"]:hover {
  padding-left: 28px;
}

/* Focus state for accessibility */
.woocommerce-MyAccount-navigation a:focus {
  outline: 2px solid var(--brand-navy);
  outline-offset: -2px;
}

/* Responsive adjustment for mobile */
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation a {
    padding: 12px 16px;
    font-size: 14px;
  }

  .woocommerce-MyAccount-navigation a:hover {
    padding-left: 24px;
  }

  .woocommerce-MyAccount-navigation a[aria-current="page"]:hover {
    padding-left: 24px;
  }
}

/* ===== FAQ Tab Styling ===== */
/* White background for FAQ wrapper in tabs (like section-white) */
.pi-block--faq{background: transparent;}



