/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
/* Font Inter được enqueue qua core/assets.php (tránh @import render-blocking). */
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  background: #3b5d50 !important;
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

.hero {
  background: #3b5d50;
  padding: calc(4rem - 30px) 0 0rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(8rem - 30px) 0 8rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 450px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 54px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #3b5d50;
    border-color: #3b5d50; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #2f2f2f; }

.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #3b5d50;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #3b5d50;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #3b5d50; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #3b5d50; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #3b5d50;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #3b5d50; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #3b5d50;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #3b5d50;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b5d50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3b5d50;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #3b5d50 !important; }

.thankyou-icon {
  position: relative;
  color: #3b5d50; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }

/* ===========================================================
   An Mộc — Service & custom components (bổ sung cho HTML→WP)
   Tokens: green #3b5d50, yellow #f9bf29, bg #eff2f1
   =========================================================== */
.subtitle { color: #f9bf29; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; font-size: .85rem; }
.subtitle--light { color: #f9bf29; }
.bg-light-green { background: #dce5e0; }
.breadcrumb-wrap { font-size: .85rem; margin-bottom: 1rem; }
.breadcrumb-wrap a { color: rgba(255,255,255,.85); }
.breadcrumb-wrap span { color: rgba(255,255,255,.6); margin: 0 .25rem; }

/* Service cards (listing + teaser + related) */
.service-card { background: #fff; border-radius: 12px; padding: 2rem; box-shadow: 0 10px 30px rgba(0,0,0,.05); color: #2f2f2f; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,.10); color: #2f2f2f; }
.service-card__icon { width: 72px; height: 72px; border-radius: 50%; background: #eef3f0; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.service-card__cat { display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #3b5d50; background: #eef3f0; padding: .2rem .65rem; border-radius: 999px; margin-bottom: .75rem; }
.service-card__title { font-size: 1.2rem; margin-bottom: .65rem; color: #2f2f2f; }
.service-card__desc { color: #6a6a6a; margin-bottom: 1rem; }
.service-card__more { color: #3b5d50; font-weight: 600; }
.service-card__more .fa { transition: transform .2s ease; margin-left: .25rem; }
.service-card:hover .service-card__more .fa { transform: translateX(4px); }

/* Process steps (services listing) */
.process-step { text-align: center; padding: 1rem; }
.process-step__num { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: #3b5d50; color: #fff; font-weight: 700; font-size: 1.1rem; margin-bottom: 1rem; }
.process-step h3 { font-size: 1.1rem; }

/* Service detail blocks */
.service-block { margin-bottom: 3rem; }
.service-sidebar { position: sticky; top: 100px; }

/* Highlights */
.highlight-item { background: #fff; border-radius: 12px; padding: 1.5rem; height: 100%; box-shadow: 0 8px 24px rgba(0,0,0,.04); }
.highlight-item__icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; background: #eef3f0; color: #3b5d50; font-size: 1.2rem; margin-bottom: 1rem; }
.highlight-item h3 { font-size: 1.05rem; }

/* Process list (vertical, service detail) */
.process-list__item { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px dashed #d8e0db; }
.process-list__item:last-child { border-bottom: 0; }
.process-list__num { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: #f9bf29; color: #2f2f2f; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.process-list__item h3 { font-size: 1.05rem; margin-bottom: .25rem; }

/* Pricing cards */
.pricing-box__title, .includes-box__title, .contact-box__title { font-size: 1.15rem; margin-bottom: 1rem; }
.pricing-card { position: relative; background: #fff; border: 1px solid #e3e9e6; border-radius: 12px; padding: 1.5rem; margin-bottom: 1rem; }
.pricing-card--featured { border-color: #3b5d50; box-shadow: 0 12px 30px rgba(59,93,80,.15); }
.pricing-card__badge { position: absolute; top: -10px; right: 16px; background: #f9bf29; color: #2f2f2f; font-size: .72rem; font-weight: 700; padding: .2rem .6rem; border-radius: 999px; }
.pricing-card__name { display: block; font-weight: 700; color: #3b5d50; margin-bottom: .35rem; }
.pricing-card__price { display: block; font-size: 1.5rem; font-weight: 800; color: #2f2f2f; margin-bottom: .75rem; }
.pricing-card__unit { font-size: .9rem; font-weight: 500; color: #6a6a6a; }
.pricing-card__features li { padding: .3rem 0 .3rem 1.5rem; position: relative; color: #555; font-size: .92rem; }
.pricing-card__features li::before { content: "\2713"; position: absolute; left: 0; color: #3b5d50; font-weight: 700; }

/* Includes + contact box */
.includes-box, .contact-box { background: #fff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 8px 24px rgba(0,0,0,.04); }
.contact-box { background: #3b5d50; color: #fff; }
.contact-box p { color: rgba(255,255,255,.85); }

/* FAQ (native details/summary) */
.faq__item { background: #fff; border: 1px solid #e3e9e6; border-radius: 10px; padding: 1rem 1.25rem; margin-bottom: .75rem; }
.faq__q { font-weight: 600; cursor: pointer; color: #2f2f2f; }
.faq__a { padding-top: .75rem; color: #6a6a6a; }

/* CTA band */
.cta-section { background: #3b5d50; color: #fff; }
.cta-section .section-title { color: #fff; }
.cta-section p { color: rgba(255,255,255,.85); }

/* ===========================================================
   An Mộc — Product single + Blog single components
   Reuses tokens: green #3b5d50, yellow #f9bf29, bg #eff2f1, Inter
   =========================================================== */

/* Compact hero used as a breadcrumb band on single/detail pages */
.hero--sm { padding: calc(4rem - 30px) 0 3rem 0; }
@media (min-width: 992px) { .hero--sm { padding: calc(6rem - 30px) 0 4rem 0; } }
.hero--sm h1 { margin-bottom: 0; }

/* ---------- Product single ---------- */
.product-gallery__main { background: #fff; border-radius: 20px; padding: 2rem; text-align: center; margin-bottom: 1rem; }
.product-gallery__main img { max-width: 100%; max-height: 460px; }
.product-gallery__thumbs { display: flex; gap: .75rem; }
.product-gallery__thumb { flex: 1; background: #fff; border: 2px solid transparent; border-radius: 14px; padding: .65rem; cursor: pointer; transition: border-color .25s ease; }
.product-gallery__thumb img { width: 100%; }
.product-gallery__thumb.is-active, .product-gallery__thumb:hover { border-color: #3b5d50; }

@media (min-width: 992px) { .product-summary { padding-left: 1.5rem; } }
.product-summary__cat { color: #3b5d50; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: .8rem; }
.product-summary__title { font-weight: 700; color: #2f2f2f; font-size: 2rem; margin: .35rem 0 .75rem; }
.product-rating { color: #f9bf29; font-size: .9rem; margin-bottom: 1rem; }
.product-rating span { color: #6a6a6a; margin-left: .5rem; }
.product-price-box { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.25rem; }
.product-price-box .price { font-size: 1.8rem; font-weight: 800; color: #2f2f2f; }
.product-price-box .price--old { font-size: 1.1rem; font-weight: 500; color: #adadad; text-decoration: line-through; }
.product-price-box .badge-sale { background: #f9bf29; color: #2f2f2f; font-weight: 700; font-size: .72rem; padding: .25rem .6rem; border-radius: 999px; }
.product-summary__excerpt { color: #6a6a6a; margin-bottom: 1.5rem; }
.product-cart-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.product-cart-row .quantity-container { margin-bottom: 0 !important; }
.product-meta { border-top: 1px solid #dce5e4; padding-top: 1.25rem; font-size: .9rem; }
.product-meta li { margin-bottom: .35rem; }
.product-meta strong { color: #2f2f2f; }

/* Product tabs (Bootstrap nav-tabs themed to brand green) */
.product-tabs .nav-tabs { border-bottom: 2px solid #dce5e4; }
.product-tabs .nav-tabs .nav-link { border: 0; color: #6a6a6a; font-weight: 600; padding: .85rem 1.25rem; }
.product-tabs .nav-tabs .nav-link.active { color: #3b5d50; background: transparent; border-bottom: 2px solid #3b5d50; margin-bottom: -2px; }
.product-tabs .tab-content { padding-top: 1.75rem; }
.spec-table th { width: 35%; color: #2f2f2f; font-weight: 600; }

/* ---------- Blog single ---------- */
.post-featured { border-radius: 20px; margin-bottom: 1.75rem; width: 100%; }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-bottom: 1.75rem; font-size: .9rem; color: #6a6a6a; }
.post-meta .author { display: flex; align-items: center; gap: .6rem; }
.post-meta .author img { width: 40px; height: 40px; border-radius: 50%; }
.post-meta .author strong { color: #2f2f2f; }
.post-meta i { color: #3b5d50; margin-right: .35rem; }

.post-body { color: #6a6a6a; line-height: 1.9; }
.post-body > p { margin-bottom: 1.4rem; }
.post-body h2 { font-size: 1.5rem; color: #2f2f2f; font-weight: 700; margin: 2.25rem 0 1rem; }
.post-body h3 { font-size: 1.2rem; color: #2f2f2f; font-weight: 700; margin: 1.75rem 0 .85rem; }
.post-body img { border-radius: 16px; }
.post-body ul, .post-body ol { margin: 0 0 1.4rem 1.1rem; }
.post-body ul li, .post-body ol li { margin-bottom: .5rem; }
.post-body blockquote { border-left: 4px solid #f9bf29; background: #fff; border-radius: 0 12px 12px 0; padding: 1.25rem 1.5rem; margin: 1.75rem 0; font-size: 1.1rem; color: #2f2f2f; font-style: italic; }

.post-tags { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; margin-top: 2rem; }
.post-tags a { background: #fff; border: 1px solid #e3e9e6; border-radius: 999px; padding: .3rem .9rem; font-size: .82rem; color: #6a6a6a; }
.post-tags a:hover { background: #3b5d50; color: #fff; border-color: #3b5d50; }

.post-share { display: flex; gap: .5rem; align-items: center; }
.post-share a { width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; background: #dce5e4; color: #3b5d50; }
.post-share a:hover { background: #3b5d50; color: #fff; }

.author-box { display: flex; gap: 1.25rem; background: #fff; border-radius: 16px; padding: 1.75rem; margin: 2.5rem 0; box-shadow: 0 8px 24px rgba(0,0,0,.04); }
.author-box img { width: 84px; height: 84px; border-radius: 50%; flex: 0 0 84px; }
.author-box h4 { margin-bottom: .35rem; color: #2f2f2f; }

.post-nav { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid #dce5e4; border-bottom: 1px solid #dce5e4; padding: 1.25rem 0; margin-bottom: 2.5rem; }
.post-nav a { color: #2f2f2f; font-weight: 600; max-width: 45%; }
.post-nav a span { display: block; font-size: .75rem; color: #3b5d50; font-weight: 600; text-transform: uppercase; }
.post-nav .next { text-align: right; margin-left: auto; }

/* Comments */
.comment-list { list-style: none; padding: 0; margin: 0 0 2.5rem; }
.comment { display: flex; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid #dce5e4; }
.comment img { width: 56px; height: 56px; border-radius: 50%; flex: 0 0 56px; }
.comment__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: .35rem; }
.comment h5 { margin: 0; font-size: 1rem; color: #2f2f2f; }
.comment .date { font-size: .8rem; color: #adadad; }
.comment .reply { font-weight: 600; color: #3b5d50; font-size: .85rem; }
.comment--reply { margin-left: 4rem; }

/* Sidebar widgets */
.sidebar { position: sticky; top: 100px; }
.widget { background: #fff; border-radius: 16px; padding: 1.5rem; margin-bottom: 1.75rem; box-shadow: 0 8px 24px rgba(0,0,0,.04); }
.widget__title { font-size: 1.1rem; color: #2f2f2f; font-weight: 700; margin-bottom: 1.1rem; }
.widget .search-form { display: flex; gap: .5rem; }
.widget-cats li { display: flex; justify-content: space-between; padding: .5rem 0; border-bottom: 1px dashed #dce5e4; }
.widget-cats li:last-child { border-bottom: 0; }
.widget-cats a { color: #6a6a6a; }
.widget-cats a:hover { color: #3b5d50; }
.recent-post { display: flex; gap: .85rem; margin-bottom: 1rem; }
.recent-post img { width: 72px; height: 72px; border-radius: 12px; object-fit: cover; flex: 0 0 72px; }
.recent-post h5 { font-size: .92rem; margin: 0 0 .25rem; line-height: 1.4; }
.recent-post h5 a { color: #2f2f2f; }
.recent-post h5 a:hover { color: #3b5d50; }
.recent-post .date { font-size: .78rem; color: #adadad; }

/* ---------- Wishlist (maps to a WooCommerce wishlist plugin on WP conversion) ---------- */
/* Round overlay button on product cards; sibling of .product-item inside a position-relative column */
.wishlist-btn { position: absolute; top: 12px; right: 12px; z-index: 3; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: #fff; color: #6a6a6a; box-shadow: 0 4px 12px rgba(0,0,0,.08); cursor: pointer; transition: .25s all ease; }
.wishlist-btn:hover { background: #3b5d50; color: #fff; }
/* Active state shared by card heart + inline product-single button (toggled by custom.js) */
.wishlist-toggle.is-active { color: #e23b3b; }
.wishlist-toggle.is-active:hover { color: #fff; background: #e23b3b; border-color: #e23b3b; }

/* ===========================================================
   An Mộc — WordPress / WooCommerce integration layer
   =========================================================== */

/* A11y: skip-link + screen-reader-text */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; word-wrap: normal !important; }
.skip-link { position: absolute; left: -9999px; top: -100px; z-index: 100000; background: #fff; color: #3b5d50; padding: .75rem 1.25rem; border-radius: 0 0 8px 0; font-weight: 600; }
.skip-link:focus { left: 0; top: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, .btn:focus-visible { outline: 2px solid #f9bf29; outline-offset: 2px; }

/* Header CTA icons + count badges (wishlist + cart) */
.custom-navbar .custom-navbar-cta li:first-child { margin-right: 18px; }
.custom-navbar .custom-navbar-cta li { margin-right: 18px; }
.custom-navbar .custom-navbar-cta li:last-child { margin-right: 0; }
.custom-navbar .custom-navbar-cta .cta-icon { position: relative; display: inline-block; }
.custom-navbar .custom-navbar-cta .cta-count { position: absolute; top: -9px; right: -11px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: #f9bf29; color: #2f2f2f; font-size: 11px; font-weight: 700; line-height: 18px; text-align: center; }
.custom-logo { max-height: 46px; width: auto; }

/* Product card wrap (home/shop/related) — icon-cross & wishlist là sibling của .product-item */
.product-card-wrap .product-item { padding-bottom: 50px; }
.product-card-wrap .icon-cross { position: absolute; width: 35px; height: 35px; display: inline-flex; align-items: center; justify-content: center; background: #2f2f2f; bottom: 28px; left: 50%; transform: translateX(-50%); border-radius: 50%; opacity: 0; visibility: hidden; transition: .3s all ease; z-index: 3; }
.product-card-wrap .icon-cross img { width: 16px; height: 16px; }
.product-card-wrap:hover .icon-cross { opacity: 1; visibility: visible; bottom: 40px; }
.product-card-wrap:hover .product-item .product-thumbnail { top: -25px; }
.product-card-wrap:hover .product-item:before { height: 70%; }
.product-card-wrap .product-price del { color: #adadad; font-weight: 500; font-size: 14px; margin-right: 6px; }
.product-card-wrap .product-price ins { text-decoration: none; }

/* Nút yêu thích tự dựng — icon tròn trên card */
.anmoc-wl-btn { border: 0; cursor: pointer; background: #fff; transition: .25s all ease; }
.product-card-wrap .anmoc-wl-btn--card { position: absolute; top: 12px; right: 12px; z-index: 4; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border-radius: 50%; color: #6a6a6a; box-shadow: 0 4px 12px rgba(0,0,0,.08); font-size: 15px; }
.product-card-wrap .anmoc-wl-btn--card:hover { background: #3b5d50; color: #fff; }
.anmoc-wl-btn--card.is-active { color: #e23b3b; }
.anmoc-wl-btn--card.is-active:hover { background: #e23b3b; color: #fff; }
.anmoc-wl-btn.is-loading { opacity: .55; pointer-events: none; }

/* Decoupled post card title (heading tag linh hoạt) */
.post-entry .post-content-entry .post-title { font-size: 16px; font-weight: 600; margin-bottom: 7px; line-height: 1.4; }
.post-entry .post-content-entry .post-title a { color: #2f2f2f; }
.post-entry .post-content-entry .post-title a:hover { color: #3b5d50; }

/* Shop toolbar + filter chips */
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
.filter-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.filter-chip { padding: .35rem .95rem; border-radius: 999px; background: #fff; border: 1px solid #e3e9e6; color: #6a6a6a; font-size: .85rem; text-decoration: none; transition: .2s; }
.filter-chip.is-active, .filter-chip:hover { background: #3b5d50; color: #fff; border-color: #3b5d50; }
.shop-toolbar__meta { display: flex; align-items: center; gap: 1rem; }
.shop-toolbar__meta .woocommerce-result-count, .shop-toolbar__meta .woocommerce-ordering { float: none; margin: 0; }
.woocommerce-ordering select { border-radius: 8px; padding: .4rem .6rem; border: 1px solid #dce5e4; }

/* Woo buttons → brand */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .button.alt, .woocommerce #place_order, .woocommerce-page button.button, .woocommerce .single_add_to_cart_button { background: #3b5d50 !important; color: #fff !important; border-radius: 30px !important; padding: 12px 30px !important; font-weight: 600 !important; border: 0 !important; transition: .25s; }
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .button.alt:hover, .woocommerce #place_order:hover, .woocommerce .single_add_to_cart_button:hover { background: #314d43 !important; }
.woocommerce a.button.wc-backward, .woocommerce .button.wc-backward { background: #2f2f2f !important; }
.woocommerce span.onsale { background: #f9bf29; color: #2f2f2f; border-radius: 999px; min-height: auto; min-width: auto; line-height: 1; padding: .3rem .7rem; font-weight: 700; top: 12px; left: 12px; }

/* Woo notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews { border-top-color: #3b5d50; border-radius: 8px; }
.woocommerce-message { border-top-color: #3b5d50; }

/* Quantity stepper (thêm bằng JS) */
.anmoc-qty { display: inline-flex; align-items: center; border: 1px solid #dce5e4; border-radius: 30px; overflow: hidden; background: #fff; }
.anmoc-qty input.qty { width: 46px; text-align: center; border: 0 !important; background: transparent; height: 44px; -moz-appearance: textfield; box-shadow: none !important; }
.anmoc-qty input.qty::-webkit-outer-spin-button, .anmoc-qty input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.anmoc-qty-btn { background: transparent !important; border: 0 !important; color: #2f2f2f !important; padding: 6px 14px !important; font-size: 18px; line-height: 1; height: auto !important; border-radius: 0 !important; box-shadow: none !important; }
.anmoc-qty-btn:hover { background: #eef3f0 !important; }

/* PDP gallery fill cột + summary cart row */
.anmoc-product-gallery .woocommerce-product-gallery { width: 100% !important; float: none; margin: 0; background: #fff; border-radius: 20px; padding: 2rem; display: flex; flex-direction: column; }
.anmoc-product-gallery .woocommerce-product-gallery__wrapper { display: flex; align-items: center; justify-content: center; min-height: 360px; }
.anmoc-product-gallery .woocommerce-product-gallery__image { text-align: center; }
.anmoc-product-gallery .woocommerce-product-gallery__image img { width: auto !important; max-width: 100%; max-height: 440px; margin: 0 auto; display: inline-block; border-radius: 12px; }
.anmoc-product-gallery .flex-control-thumbs { display: flex; gap: .5rem; padding: 0; margin: 1rem 0 0; list-style: none; }
.anmoc-product-gallery .flex-control-thumbs li { width: 80px; margin: 0; }
.anmoc-product-gallery .flex-control-thumbs img { border-radius: 10px; border: 2px solid transparent; }
.anmoc-product-gallery .flex-control-thumbs img.flex-active { border-color: #3b5d50; }
.product-cart-row form.cart { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin: 0; }
.product-cart-row .quantity { margin: 0; }
.product-summary .product-price-box .price, .product-summary .price { font-size: 1.6rem; font-weight: 800; color: #2f2f2f; }
.product-summary .price del { font-size: 1.05rem; color: #adadad; font-weight: 500; }
.product-summary .price ins { text-decoration: none; }
.anmoc-wl-btn--single { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; height: 50px; padding: 0 1.25rem; border: 1px solid #2f2f2f; border-radius: 30px; background: #fff; color: #2f2f2f; font-weight: 600; font-size: .95rem; }
.anmoc-wl-btn--single:hover { background: #2f2f2f; color: #fff; }
.anmoc-wl-btn--single.is-active { color: #e23b3b; border-color: #e23b3b; }
.anmoc-wl-btn--single.is-active:hover { background: #e23b3b; color: #fff; }
.anmoc-wl-btn--single .fa { font-size: 1.05rem; }

/* Woo tabs → style An Mộc */
.woocommerce-tabs ul.tabs { border-bottom: 2px solid #dce5e4; padding: 0; margin: 0 0 1.75rem; display: flex; flex-wrap: wrap; gap: .25rem; list-style: none; }
.woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce-tabs ul.tabs li { background: none; border: 0; border-radius: 0; margin: 0; padding: 0; }
.woocommerce-tabs ul.tabs li::before, .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce-tabs ul.tabs li a { padding: .85rem 1.25rem; color: #6a6a6a; font-weight: 600; display: inline-block; }
.woocommerce-tabs ul.tabs li.active a { color: #3b5d50; border-bottom: 2px solid #3b5d50; margin-bottom: -2px; }
.woocommerce-tabs .woocommerce-Tabs-panel h2 { font-size: 1.3rem; color: #2f2f2f; }

/* Cart / checkout */
.woocommerce table.shop_table { border-radius: 12px; border-color: #dce5e4; overflow: hidden; }
.woocommerce-cart table.cart img, .woocommerce-checkout .cart_item img { width: 80px; border-radius: 10px; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-checkout #order_review, .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce-billing-fields, .woocommerce .woocommerce-additional-fields { background: #fff; border: 1px solid #dce5e4; border-radius: 12px; padding: 1.75rem; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-checkout .select2-container .select2-selection, .woocommerce form .form-row select { border-radius: 10px; border: 1px solid #dce5e4; padding: .65rem .9rem; min-height: 46px; }
.woocommerce .quantity .qty { border-radius: 8px; }
.select2-container--default .select2-selection--single { height: 46px; border-radius: 10px; border-color: #dce5e4; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 44px; }

/* Related / upsell products */
.related.products, .up-sells.products { padding-top: 2rem; }
.related.products > h2, .up-sells.products > h2 { text-align: center; color: #2f2f2f; font-weight: 700; margin-bottom: 2.5rem; }

/* Team + footer + contact */
.team-member__name { font-size: 1.1rem; color: #2f2f2f; margin-bottom: .25rem; }
.team-member .position { color: #3b5d50; font-weight: 600; font-size: .85rem; }
.footer-col-title { font-size: 1rem; color: #2f2f2f; margin-bottom: 1rem; font-weight: 700; }
.footer-newsletter-note { color: #6a6a6a; max-width: 520px; }
.footer-section .custom-social li a { text-decoration: none; }
.footer-legal a, .footer-menu a { color: #2f2f2f; }
.contact-info-row .service-icon { background: #3b5d50; color: #fff; width: 50px; height: 50px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 50px; }
.contact-info-row .service { align-items: center; }
.contact-info-row .service-contents { margin-left: 1rem; }
.contact-map iframe { width: 100%; min-height: 360px; border: 0; border-radius: 16px; }

/* Pagination (WP + Woo) */
.pagination, .woocommerce-pagination { display: flex; justify-content: center; margin-top: 3rem; }
.pagination .nav-links { display: flex; gap: .4rem; flex-wrap: wrap; }
.woocommerce-pagination ul { display: flex; gap: .4rem; list-style: none; padding: 0; margin: 0 auto; border: 0; }
.woocommerce-pagination ul li { border: 0; }
.page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 .6rem; border-radius: 50%; background: #fff; color: #2f2f2f; border: 1px solid #e3e9e6; text-decoration: none; }
.page-numbers.current, .page-numbers:hover, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span.current { background: #3b5d50; color: #fff; border-color: #3b5d50; }

/* Comments (WP-generated) */
.comment-list .children { list-style: none; margin: 0 0 0 3rem; padding: 0; }
.comment-respond { background: #fff; border-radius: 16px; padding: 1.75rem; margin-top: 1.5rem; box-shadow: 0 8px 24px rgba(0,0,0,.04); }
.comment-form { margin: 0; }
.comment-form label { display: block; font-weight: 600; margin-bottom: .35rem; color: #2f2f2f; }
.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea { width: 100%; border: 1px solid #dce5e4; border-radius: 10px; padding: .65rem .9rem; }
.comment-awaiting-moderation { color: #b8860b; }
.comments-area .comment-respond .comment-reply-title { font-size: 1.1rem; }

/* Post navigation (WP the_post_navigation) */
.post-nav .nav-links { display: flex; justify-content: space-between; gap: 1rem; }
.post-navigation.post-nav { border-top: 1px solid #dce5e4; border-bottom: 1px solid #dce5e4; padding: 1.25rem 0; margin-bottom: 2.5rem; }
.post-navigation .nav-previous a, .post-navigation .nav-next a { color: #2f2f2f; font-weight: 600; }
.post-navigation .nav-previous a span, .post-navigation .nav-next a span { display: block; font-size: .75rem; color: #3b5d50; text-transform: uppercase; }
.post-navigation .nav-next { text-align: right; margin-left: auto; }

/* Misc */
.footer-menu { gap: .75rem 1.5rem; }
.sticky .entry-title::before { content: "★ "; color: #f9bf29; }
.bypostauthor > .comment-body { border-left: 3px solid #3b5d50; padding-left: 1rem; }

/* ===========================================================
   Fix UI: hero ảnh thật (cover, không tràn) + lưới ảnh we-help
   =========================================================== */

/* Hero ảnh thật: khung bo góc, object-fit cover, chiều cao cố định — không tràn xuống nội dung */
.hero .hero-photo { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.18); position: relative; z-index: 2; }
.hero .hero-photo img { display: block; width: 100%; height: 280px; object-fit: cover; }
@media (min-width: 768px) { .hero .hero-photo img { height: 380px; } }
@media (min-width: 992px) { .hero .hero-photo img { height: 440px; } }

/* Lưới sản phẩm/màu chấm trang trí của hero-photo không cần dots tràn */
.hero .hero-photo::after { content: none; }

/* An toàn: ảnh hero thả nổi (couch PNG) không cao quá khổ kể cả khi là ảnh thật */
.hero .hero-img-wrap img { max-height: 520px; height: auto; object-fit: contain; }
@media (min-width: 992px) { .hero .hero-img-wrap img { max-height: 560px; } }

/* We-help: collage so le "phá cách" nhưng KHÔNG đè/che nhau.
   Ảnh lớn bên trái + 2 ảnh phải cỡ KHÁC nhau (trên nhỏ, dưới lớn) + lệch hàng nhẹ, có gap rõ ràng. */
.we-help-section .imgs-grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: 0.8fr 1.2fr; grid-auto-rows: auto; gap: 18px; aspect-ratio: 7 / 6; }
.we-help-section .imgs-grid .grid { padding: 0 !important; overflow: hidden; }
.we-help-section .imgs-grid .grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; display: block; }
/* Ảnh lớn bên trái cao hết khung */
.we-help-section .imgs-grid .grid.grid-1 { grid-column: 1; grid-row: 1 / span 2; }
/* Trên-phải: nhỏ hơn (0.8fr) */
.we-help-section .imgs-grid .grid.grid-2 { grid-column: 2; grid-row: 1; }
/* Dưới-phải: lớn hơn (1.2fr) → tạo nhịp so le */
.we-help-section .imgs-grid .grid.grid-3 { grid-column: 2; grid-row: 2; }
@media (max-width: 575.98px) { .we-help-section .imgs-grid { grid-template-columns: 1fr 1fr; aspect-ratio: 3 / 2; } .we-help-section .imgs-grid .grid.grid-1 { grid-row: 1 / span 2; } }

/* PDP: Woo mặc định ép .summary { width:48%; float:right } và .images { width:48%; float:left }
   → trong layout 2 cột Bootstrap của theme thì gây lệch (summary bị bóp ~262px, dồn sang phải).
   Ghi đè để mỗi khối chiếm trọn cột col-lg-6. */
.woocommerce div.product .product-summary,
.product-summary { width: 100% !important; float: none !important; margin: 0 !important; }
.woocommerce div.product .anmoc-product-gallery,
.anmoc-product-gallery { width: 100% !important; float: none !important; margin: 0 !important; }
@media (min-width: 992px) { .product-summary { padding-left: 1rem; } }
/* Ảnh đại diện lấp đầy thẻ gallery hợp lý (không quá nhỏ, không quá cao) */
.anmoc-product-gallery .woocommerce-product-gallery__image img { max-height: 460px; }

/* Nút CTA header (Theme Options → Header) */
.custom-navbar .custom-navbar-cta .header-cta-li { display: flex; align-items: center; margin-left: 12px; margin-right: 0; }
.header-cta-btn { white-space: nowrap; padding: 8px 20px; line-height: 1; }
@media (max-width: 767.98px) {
	.custom-navbar .custom-navbar-cta .header-cta-li { margin-left: 0; margin-top: 12px; }
}
/* Giờ làm việc dưới SĐT trang liên hệ */
.contact-hours { font-size: .85rem; color: #6a6a6a; margin-top: .25rem; }
