/* Breadcrumb / page banner refinements */
.breadcumb-wrapper .breadcumb-bg-thumb {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcumb-menu:before {
  -webkit-mask-image: url(../assets/img/bg/breadcumb-menu-bg-mask.png);
  mask-image: url(../assets/img/bg/breadcumb-menu-bg-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #fff;
}

.breadcumb-subtitle {
  max-width: 36rem;
  margin: 0.75rem auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.55;
  font-family: var(--body-font);
  font-weight: 400;
}

/* Contact Us — clearer title stack + tidier trail */
.breadcumb-wrapper.breadcumb-contact {
  margin-bottom: 0;
}

.breadcumb-wrapper.breadcumb-contact .breadcumb-content {
  --space: 240px;
}

.breadcumb-wrapper.breadcumb-contact .breadcumb-title {
  letter-spacing: -0.02em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.breadcumb-wrapper.breadcumb-contact .breadcumb-menu {
  margin-top: 118px;
  min-width: 0;
  padding: 22px 120px 14px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.breadcumb-wrapper.breadcumb-contact .breadcumb-menu li,
.breadcumb-wrapper.breadcumb-contact .breadcumb-menu a,
.breadcumb-wrapper.breadcumb-contact .breadcumb-menu span {
  font-size: 18px;
}

@media (max-width: 991px) {
  .breadcumb-wrapper.breadcumb-contact .breadcumb-content {
    --space: 190px;
  }

  .breadcumb-wrapper.breadcumb-contact .breadcumb-menu {
    margin-top: 96px;
    padding: 18px 72px 12px;
  }
}

@media (max-width: 575px) {
  .breadcumb-wrapper.breadcumb-contact .breadcumb-content {
    --space: 160px;
  }

  .breadcumb-subtitle {
    font-size: 0.95rem;
    padding: 0 0.5rem;
  }

  .breadcumb-wrapper.breadcumb-contact .breadcumb-menu {
    margin-top: 84px;
    padding: 16px 36px 10px;
  }

  .breadcumb-wrapper.breadcumb-contact .breadcumb-menu li,
  .breadcumb-wrapper.breadcumb-contact .breadcumb-menu a,
  .breadcumb-wrapper.breadcumb-contact .breadcumb-menu span {
    font-size: 15px;
  }
}

/* Footer CTA / theme buttons — restore arrow icon without Font Awesome Pro */
.th-btn .th-btn-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-left: 8px;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask-image: url(../assets/img/theme-img/btn-icon.svg);
  mask-image: url(../assets/img/theme-img/btn-icon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform 0.35s ease, background-color 0.35s ease;
}

.th-btn .th-btn-icon:before,
.th-btn .th-btn-icon:after {
  content: none !important;
  display: none !important;
}

.th-btn:hover .th-btn-icon {
  transform: translateX(4px);
}

.th-btn.style2 .th-btn-icon {
  background-color: currentColor;
}

/* Header nav in caps */
.main-menu > ul > li > a,
.th-mobile-menu > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Header action buttons — Login outlined, Track Order filled */
.header-button .header-btn-login {
  background-color: transparent;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
}

.header-button .header-btn-login:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

.header-button .header-btn-track {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff;
}

.header-button .header-btn-track:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
  color: #fff;
}

/* Call-us phone icon */
.header-button .info-card .box-icon img {
  display: block;
  width: 18px;
  height: auto;
  max-width: 100%;
}

/* Header wishlist / cart — plain icons, no box */
.header-button .header-shop-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  margin: 0 10px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
}

.header-button .header-shop-icon:last-of-type {
  margin-right: 14px;
}

.header-button .header-shop-icon:hover,
.header-button .header-shop-icon:focus {
  background: transparent !important;
  color: var(--theme-color);
}

.header-button .header-shop-icon .badge {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background: var(--theme-color);
  color: #fff;
}

.product-img .actions form {
  display: inline-block;
  margin: 0;
}

.product-img .actions form .icon-btn {
  border: 0;
  cursor: pointer;
}

/* Service cards — show CMS images without broken CSS masks */
.service-card .box-img {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f3f3;
  height: auto;
  width: 100%;
  line-height: normal;
}

.service-card .box-img img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.service-card .icon-btn.style3 i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}
.th-product .icon-btn i,
.product-details .icon-btn i,
.th-product .th-btn i,
.product-img .actions .icon-btn i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
}

.th-product .icon-btn,
.product-details .actions .icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Use free Font Awesome instead of theme Pro icons */
:root {
  --icon-font: "Font Awesome 6 Free";
}

/* Force Free solid glyphs wherever theme expected Pro light/regular */
.fas,
.far,
.fal,
.fa-solid,
.fa-regular,
.fa-light,
[class^="fa-"],
[class*=" fa-"] {
  font-family: "Font Awesome 6 Free" !important;
}

.fas,
.fa-solid,
.far,
.fal,
.fa-regular,
.fa-light {
  font-weight: 900 !important;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

/* Desktop dropdown chevron */
.main-menu ul li.menu-item-has-children > a:after,
.main-menu ul li:has(.mega-menu) > a:after {
  content: "\f078" !important; /* chevron-down */
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 0.7em !important;
  margin-left: 6px;
  display: inline-block !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  border: 0 !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  color: inherit !important;
}

.header-default .main-menu > ul > li.menu-item-has-children > a:after,
.header-default .main-menu > ul > li:has(.mega-menu) > a:after,
.header-default .sticky-wrapper.sticky .main-menu > ul > li.menu-item-has-children > a:after,
.header-default .sticky-wrapper.sticky .main-menu > ul > li:has(.mega-menu) > a:after {
  color: #fff !important;
}

.main-menu ul li.menu-item-has-children > a:hover:after,
.main-menu ul li:has(.mega-menu) > a:hover:after {
  content: "\f078" !important;
  color: var(--theme-color) !important;
  transform: none;
}

/* Nested desktop submenu arrows */
.main-menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f054" !important; /* chevron-right */
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  float: right;
  margin-top: 2px;
  border: 0 !important;
  background: none !important;
  color: var(--title-color, #02000f) !important;
}

/* Submenu item bullets (theme used Pro glyph at weight 400 — Free solid needs 900) */
.main-menu ul.sub-menu li a:before,
.main-menu ul.sub-menu li:has(.sub-menu) > a:before,
.main-menu ul.sub-menu li:has(.mega-menu) > a:before {
  content: "\f1b0" !important; /* paw */
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  display: inline-block !important;
}

/* Mobile menu row icons — same weight-400 bug caused broken boxes beside every link */
.th-mobile-menu ul li a:before,
.th-mobile-menu2 ul li a:before,
.th-menu-wrapper .th-mobile-menu ul li a:before {
  content: "\f105" !important; /* angle-right */
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  display: inline-block !important;
}

/* Mobile / offcanvas — one clear expand control (hide duplicate a:after) */
.th-mobile-menu ul .menu-item-has-children > a:after,
.th-menu-wrapper .menu-item-has-children > a:after,
.th-mobile-menu2 ul .menu-item-has-children2 > a:after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  border: 0 !important;
}

.th-mean-expand,
.th-mean-expand2,
.th-mobile-menu .menu-item-has-children > a .th-mean-expand,
.th-menu-wrapper .menu-item-has-children > a .th-mean-expand,
.th-mobile-menu2 .menu-item-has-children2 > a .th-mean-expand2 {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  color: var(--title-color, #02000f) !important;
  background: #fff !important;
  border: 1px solid var(--th-border-color, #e4e4e5) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.th-mean-expand:before,
.th-mean-expand2:before,
.th-mobile-menu .menu-item-has-children > a .th-mean-expand:before,
.th-menu-wrapper .menu-item-has-children > a .th-mean-expand:before,
.th-mobile-menu2 .menu-item-has-children2 > a .th-mean-expand2:before {
  content: "\f067" !important; /* plus */
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: inherit !important;
}

.th-mobile-menu .menu-item-has-children.th-active > a .th-mean-expand:before,
.th-menu-wrapper .menu-item-has-children.th-active > a .th-mean-expand:before,
.th-mobile-menu2 .menu-item-has-children2.th-active-2 > a .th-mean-expand2:before {
  content: "\f068" !important; /* minus */
}

/* CMS cookie consent */
.cms-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  padding: 16px;
  background: rgba(15, 23, 42, 0.96);
  color: #fff;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.2);
  transform: translateY(110%);
  transition: transform 0.35s ease;
}

.cms-cookie-banner--visible {
  transform: translateY(0);
}

.cms-cookie-banner__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cms-cookie-banner__text {
  margin: 0;
  flex: 1 1 280px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.cms-cookie-banner__btn {
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .cms-cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cms-cookie-banner__btn {
    width: 100%;
    text-align: center;
  }
}

/* Storefront AJAX toast — top-right, clear of Tawk.to (bottom-right) + sticky header */
.aak-toast-host {
  position: fixed !important;
  top: 5.5rem !important;
  right: 1.25rem !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 2147483000 !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
  max-width: min(360px, calc(100vw - 2rem));
  pointer-events: none;
}

.aak-toast {
  background: #16332a;
  color: #fff;
  padding: 0.85rem 1.1rem;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  font-size: 0.95rem;
  line-height: 1.4;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.aak-toast.is-error {
  background: #8b2e2e;
}

.aak-toast.is-out {
  opacity: 0;
  transform: translateY(-8px);
}

@media (max-width: 991px) {
  .aak-toast-host {
    top: 4.75rem !important;
    right: 0.85rem !important;
  }
}

/* Modern order tracking */
.aak-track-page .aak-track-card,
.aak-track-panel .aak-track-card,
.aak-track-result {
  background: linear-gradient(180deg, #f7faf8 0%, #ffffff 55%);
  border: 1px solid rgba(22, 51, 42, 0.08);
  border-radius: 20px;
  padding: 1.75rem;
  box-shadow: 0 18px 40px rgba(22, 51, 42, 0.06);
}

.aak-track-card-head h3 {
  margin: 0 0 0.4rem;
  font-size: 1.55rem;
}

.aak-track-card-head p {
  margin: 0 0 1.25rem;
  color: #5b6b64;
}

.aak-track-form .form-label {
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.aak-track-error {
  background: #fdecec;
  color: #8b2e2e;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
}

.aak-track-hero {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.aak-track-kicker {
  margin: 0 0 0.25rem;
  color: #5b6b64;
  font-size: 0.92rem;
}

.aak-track-hero h3 {
  margin: 0 0 0.35rem;
  font-size: 1.6rem;
}

.aak-track-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #e8f5ef;
  color: #1f6b4a;
  font-weight: 700;
  font-size: 0.85rem;
  white-space: nowrap;
}

.aak-track-badge.is-cancelled {
  background: #fdecec;
  color: #8b2e2e;
}

.aak-track-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.aak-track-meta-card {
  background: #fff;
  border: 1px solid rgba(22, 51, 42, 0.08);
  border-radius: 16px;
  padding: 1rem 1.1rem;
}

.aak-track-meta-card h4 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.aak-track-meta-card p {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
}

.aak-track-meta-card p span {
  color: #6a7a73;
}

.aak-track-meta-card p strong {
  text-align: right;
}

.aak-track-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.aak-track-timeline:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #d7e3dc;
}

.aak-track-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  position: relative;
  padding: 0.65rem 0;
}

.aak-track-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #d7e3dc;
  background: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  z-index: 1;
  color: transparent;
  font-size: 0.75rem;
}

.aak-track-step.is-done .aak-track-dot,
.aak-track-step.is-current .aak-track-dot {
  background: #1f6b4a;
  border-color: #1f6b4a;
  color: #fff;
}

.aak-track-step.is-current .aak-track-dot {
  box-shadow: 0 0 0 6px rgba(31, 107, 74, 0.15);
}

.aak-track-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: 0.2rem;
}

.aak-track-copy strong {
  font-size: 1rem;
}

.aak-track-copy span {
  color: #6a7a73;
  font-size: 0.9rem;
}

.aak-track-step:not(.is-done):not(.is-current) .aak-track-copy {
  opacity: 0.55;
}

.aak-track-cancelled-note {
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: #fdecec;
  color: #8b2e2e;
}

@media (max-width: 767px) {
  .aak-track-grid {
    grid-template-columns: 1fr;
  }

  .aak-track-hero {
    flex-direction: column;
  }
}

/* Contact form AJAX feedback */
.contact-form .form-messages {
  min-height: 1.5em;
  font-weight: 500;
}
.contact-form .form-messages.success {
  color: #1f7a3f;
}
.contact-form .form-messages.error {
  color: #c0392b;
}
.contact-form .is-invalid {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 0.15rem rgba(192, 57, 43, 0.15);
}

/* Our Team — drop dark theme bg art, keep cards clean */
.team-area-2 {
  background: var(--smoke-color2, #f6f2ed);
}
.team-area-2 .team-bg-2 {
  display: none !important;
}
.team-area-2 .team-card .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Service details — Back to Services / Book Now readable on light bg */
.page-single .blog-navigation .nav-btn,
.page-single .blog-navigation .nav-btn .nav-text,
.page-single .blog-navigation .nav-btn .nav-text .text,
.page-single .blog-navigation .nav-btn:hover,
.page-single .blog-navigation .nav-btn:hover .nav-text,
.page-single .blog-navigation .nav-btn:hover .nav-text .text {
  color: #02000f !important;
}

.page-single .blog-navigation .nav-text .icon-btn {
  border-color: var(--th-border-color, #e4e4e5);
  background: #fff;
  color: #02000f;
}

/* Theme arrow SVGs ship with stroke="white" — force black on light pages */
.page-single .blog-navigation .nav-text .icon-btn img {
  filter: brightness(0);
}

.page-single .blog-navigation .nav-btn:hover .nav-text .icon-btn {
  background: var(--theme-color, #f8721f);
  border-color: var(--theme-color, #f8721f);
}

.page-single .blog-navigation .nav-btn:hover .nav-text .icon-btn img {
  filter: brightness(0) invert(1);
}

.page-single .blog-navigation .blog-btn {
  color: #02000f !important;
}

.page-single .blog-navigation .blog-btn:hover {
  color: var(--theme-color, #f8721f) !important;
}

/* Product / review stars — Font Awesome Free (theme Pro glyphs are missing) */
.th-star-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.12em;
  color: var(--yellow-color, #ffb539);
  line-height: 1;
  font-size: 0.95rem;
}

.th-star-rating i {
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal;
  display: inline-block;
  line-height: 1;
}

.th-star-rating .fas.fa-star,
.th-star-rating .fas.fa-star-half-alt {
  font-weight: 900 !important;
}

.th-star-rating .far.fa-star {
  font-weight: 400 !important;
  color: #d0d3d9;
}

.product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
}

.product-rating .woocommerce-review-link {
  font-size: 0.9rem;
}

.product-desc-content,
.product-short-desc {
  color: var(--body-color);
  line-height: 1.7;
}

.product-desc-content p:last-child,
.product-short-desc p:last-child {
  margin-bottom: 0;
}

.product-review-form .form-control,
.product-review-form .form-select {
  min-height: 48px;
}

.product-review-form textarea.form-control {
  min-height: 120px;
}

/* Contact form AJAX status */
.contact-form .form-messages.success,
.contact-form .form-messages.text-success {
  color: var(--success-color, #28a745);
  font-weight: 600;
}

.contact-form .form-messages.error,
.contact-form .form-messages.text-danger {
  color: var(--error-color, #dc3545);
  font-weight: 600;
}

.contact-form .is-invalid {
  border-color: var(--error-color, #dc3545) !important;
}

.th-comments-wrap .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.th-comments-wrap .th-comment-item + .th-comment-item {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--th-border-color, #e4e4e5);
}

/* Gallery zoom icons — match Babet theme centering on every layout */
.gallery-card .gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
}

.gallery-card .gallery-img img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-card .gallery-img .icon-btn,
.gallery-img .icon-btn.th-popup-image {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: var(--btn-size, 60px);
  height: var(--btn-size, 60px);
  border-radius: 50%;
  border: 0;
  color: var(--theme-color, #f8721f);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -20%);
  transition: 0.4s ease;
  text-decoration: none;
}

.gallery-card:hover .gallery-img .icon-btn,
.gallery-card:hover .gallery-img .icon-btn.th-popup-image,
.gallery-img:hover .icon-btn.th-popup-image {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.gallery-img .icon-btn i,
.th-pagination i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  font-size: inherit;
}

@media (max-width: 991px) {
  .gallery-card .gallery-img .icon-btn,
  .gallery-img .icon-btn.th-popup-image {
    --btn-size: 50px;
  }
}

/* Product detail gallery thumbs */
.product-gallery-main {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-gallery-main .js-product-gallery-main {
  display: block;
  width: 100%;
  height: auto;
}
.product-gallery-main .icon-btn.th-popup-image {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0;
  color: var(--theme-color, #f8721f);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -20%);
  transition: 0.4s ease;
  text-decoration: none;
}
.product-gallery-main:hover .icon-btn.th-popup-image,
.product-gallery-main .icon-btn.th-popup-image:focus {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.product-gallery-main .icon-btn.th-popup-image i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal;
  line-height: 1;
}

.product-thumb-btn {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border: 2px solid transparent !important;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.product-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-thumb-btn:hover,
.product-thumb-btn.is-active {
  opacity: 1;
  border-color: var(--theme-color, #F8721F) !important;
}

/* -------------------------------------------------------------------------
   Light-page contrast — keep tinted/dark sections as-is; fix pure white wash
   ------------------------------------------------------------------------- */
body {
  background: var(--smoke-color2, #f6f2ed);
}

/* Account + light form shells: readable cards on cream page */
.aak-account-area {
  background: transparent;
}

.aak-account-area .widget_categories,
.aak-account-area .contact-form-v2.bg-smoke,
.contact-form-v2.bg-smoke {
  background: #fff !important;
  border: 1px solid rgba(2, 0, 15, 0.08);
  box-shadow: 0 10px 28px rgba(2, 0, 15, 0.05);
  color: var(--body-color, #6c6d71);
}

.aak-account-area .widget_categories {
  padding: 28px 24px;
  border-radius: 24px;
}

.aak-account-area .widget_categories .widget_title,
.aak-account-area .contact-form-v2 .title,
.contact-form-v2.bg-smoke .title,
.contact-form-v2.bg-smoke h3,
.contact-form-v2.bg-smoke h4,
.contact-form-v2.bg-smoke strong {
  color: var(--title-color, #02000f) !important;
}

.aak-account-area .widget_categories a {
  color: var(--title-color, #02000f);
}

.aak-account-area .widget_categories a.active,
.aak-account-area .widget_categories a:hover {
  color: var(--theme-color, #f8721f);
}

.aak-account-area .p-3.bg-white {
  border: 1px solid rgba(2, 0, 15, 0.08);
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(2, 0, 15, 0.04);
}

/* Cart page — white raised content panel */
.th-cart-wrapper .aak-cart-panel {
  background: #fff;
  border: 1px solid rgba(2, 0, 15, 0.08);
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(2, 0, 15, 0.06);
  padding: 28px 24px 32px;
  color: var(--body-color, #6c6d71);
}

.th-cart-wrapper .aak-cart-panel .cart_table,
.th-cart-wrapper .aak-cart-panel .cart_totals {
  background: transparent;
}

.th-cart-wrapper .aak-cart-panel .summary-title,
.th-cart-wrapper .aak-cart-panel .cart-productname,
.th-cart-wrapper .aak-cart-panel .h4,
.th-cart-wrapper .aak-cart-panel th,
.th-cart-wrapper .aak-cart-panel td,
.th-cart-wrapper .aak-cart-panel strong {
  color: var(--title-color, #02000f);
}

@media (min-width: 768px) {
  .th-cart-wrapper .aak-cart-panel {
    padding: 36px 40px 40px;
  }
}

/* Wishlist — white raised table only (not a full page panel) */
.tinv-wishlist .tinvwl-table-manage-list {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(2, 0, 15, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(2, 0, 15, 0.06);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.tinv-wishlist .tinvwl-table-manage-list thead th {
  background: #fff;
  color: var(--title-color, #02000f);
  border-bottom: 1px solid rgba(2, 0, 15, 0.08);
  padding: 14px 16px;
  vertical-align: middle;
}

.tinv-wishlist .tinvwl-table-manage-list tbody td {
  background: #fff;
  color: var(--title-color, #02000f);
  border-top: 1px solid rgba(2, 0, 15, 0.06);
  padding: 14px 16px;
  vertical-align: middle;
}

.tinv-wishlist .tinvwl-table-manage-list tbody tr:first-child td {
  border-top: none;
}

.tinv-wishlist .tinvwl-table-manage-list .product-name a,
.tinv-wishlist .tinvwl-table-manage-list .product-price {
  color: var(--title-color, #02000f);
}

.tinv-wishlist .tinvwl-table-manage-list .product-thumbnail img {
  max-width: 72px;
  height: auto;
  border-radius: 8px;
}

/* Outline buttons were white-on-white on light pages */
.th-btn.style-border {
  border-color: var(--title-color, #02000f) !important;
  color: var(--title-color, #02000f) !important;
  background: transparent !important;
}

.th-btn.style-border:before,
.th-btn.style-border:after {
  background: var(--theme-color, #f8721f) !important;
}

.th-btn.style-border:hover,
.th-btn.style-border:focus,
.th-btn.style-border:active {
  border-color: var(--theme-color, #f8721f) !important;
  color: #fff !important;
  background: var(--theme-color, #f8721f) !important;
}

/* Keep outline buttons white when they sit on dark shells */
.contact-form-v2:not(.bg-smoke) .th-btn.style-border,
.footer-wrapper .th-btn.style-border,
.hero-style1 .th-btn.style-border,
[class*="bg-title"] .th-btn.style-border,
[class*="bg-black"] .th-btn.style-border,
.dark-theme .th-btn.style-border {
  border-color: #fff !important;
  color: #fff !important;
}

.contact-form-v2:not(.bg-smoke) .th-btn.style-border:hover,
.footer-wrapper .th-btn.style-border:hover,
.hero-style1 .th-btn.style-border:hover {
  border-color: #fff !important;
  color: var(--title-color, #02000f) !important;
  background: #fff !important;
}

/* Soft panels on otherwise blank white sections (not already tinted) */
.space.bg-white,
.space-top.bg-white,
section.bg-white {
  background: #fff !important;
}

/* Header logo plate — white rounded backing on dark menu bar */
.header-logo,
.mobile-logo {
  background: #fff;
  border-radius: 14px;
  padding: 0.35rem 0.65rem;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.header-logo a,
.mobile-logo a {
  display: inline-flex;
  align-items: center;
}

.header-logo img,
.mobile-logo img {
  filter: none;
  max-height: 52px;
  width: auto;
}

.mobile-logo {
  margin: 0.5rem auto 1rem;
  padding: 0.5rem 0.85rem;
  border-radius: 16px;
}

.mobile-logo img {
  max-height: 56px;
}

/* Footer logo (no white plate) */
.footer-logo img,
.about-logo img {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

/* Checkout delivery map */
.aak-checkout-map {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  border: 1px solid #d7e0db;
  overflow: hidden;
  z-index: 1;
}

.aak-checkout-map-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

/* Checkout payment radio cards */
.aak-payment-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.aak-payment-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0;
  padding: 1rem 1.1rem;
  border: 2px solid #d7e0db;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.aak-payment-card:hover {
  border-color: #9bb5a8;
}

.aak-payment-card.is-selected {
  border-color: var(--theme-color, #0b6b4c);
  background: #f3faf6;
  box-shadow: 0 0 0 1px var(--theme-color, #0b6b4c);
}

.aak-payment-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.aak-payment-card__radio {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
  border: 2px solid #8aa396;
  border-radius: 50%;
  position: relative;
  background: #fff;
}

.aak-payment-card.is-selected .aak-payment-card__radio {
  border-color: var(--theme-color, #0b6b4c);
}

.aak-payment-card.is-selected .aak-payment-card__radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--theme-color, #0b6b4c);
}

.aak-payment-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.aak-payment-card__body strong {
  color: #111;
  font-size: 1.05rem;
}

.aak-payment-card__desc {
  color: #5b6b64;
  font-size: 0.9rem;
  line-height: 1.35;
}

.aak-pickup-info {
  padding: 1rem 1.1rem;
  border: 1px solid #d7e0db;
  border-radius: 12px;
  background: #f7faf8;
}

.aak-pickup-info p:first-child {
  color: #0b6b4c;
}

.aak-pickup-info .aak-pickup-directions,
.aak-checkout-directions .aak-pickup-directions {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: var(--theme-color, #f8721f);
  text-decoration: underline;
}

.aak-pickup-info .aak-pickup-directions:hover,
.aak-checkout-directions .aak-pickup-directions:hover {
  color: var(--title-color, #02000f);
}

/* Checkout raised panels (match delivery/pickup card look) */
.th-checkout-wrapper .aak-checkout-panel {
  background: #fff;
  border: 1px solid rgba(2, 0, 15, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(2, 0, 15, 0.06);
  padding: 1.25rem 1.35rem;
}

.th-checkout-wrapper .aak-checkout-panel .cart_table {
  width: 100%;
  margin: 0;
  background: transparent;
}

.th-checkout-wrapper .aak-checkout-panel .cart_table th,
.th-checkout-wrapper .aak-checkout-panel .cart_table td {
  color: var(--title-color, #02000f);
}

.th-checkout-wrapper .aak-coupon-box .form-label {
  color: var(--title-color, #02000f);
}

.th-checkout-wrapper .aak-coupon-row {
  display: flex;
  align-items: stretch;
  gap: 0.65rem;
  flex-wrap: nowrap;
}

.th-checkout-wrapper .aak-coupon-row .form-control {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  height: 48px;
  border-radius: 10px;
}

.th-checkout-wrapper .aak-coupon-row #apply-discount-btn {
  flex: 0 0 auto;
  height: 48px;
  min-height: 48px;
  padding: 0 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 10px;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .th-checkout-wrapper .aak-coupon-row {
    flex-wrap: wrap;
  }

  .th-checkout-wrapper .aak-coupon-row .form-control,
  .th-checkout-wrapper .aak-coupon-row #apply-discount-btn {
    width: 100%;
  }
}

/* Checkout saved address picker */
.aak-address-options {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.aak-address-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  width: 100%;
  text-align: left;
  padding: 0.85rem 1rem;
  border: 2px solid #d7e0db;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.aak-address-card:hover {
  border-color: #9bb5a8;
}

.aak-address-card.is-selected {
  border-color: var(--theme-color, #0b6b4c);
  background: #f3faf6;
  box-shadow: 0 0 0 1px var(--theme-color, #0b6b4c);
}

.aak-address-card strong {
  color: #111;
}

.aak-address-card span {
  color: #5b6b64;
  font-size: 0.9rem;
  line-height: 1.35;
}

.aak-coupon-box .form-control {
  border-radius: 8px;
}

/* My Account — request return panel */
.aak-return-panel__inner {
  padding: 1.25rem 1.35rem;
  border: 1px solid #d7e0db;
  border-radius: 12px;
  background: #fff;
}

.aak-return-panel textarea.form-control {
  min-height: 110px;
}

/* FAQ accordion toggle — theme uses FA minus at weight 500 (broken on Free); solid needs 900 */
.accordion-card .accordion-button:after {
  content: "+" !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.25em !important;
  line-height: 1 !important;
  background-image: none !important;
  color: var(--title-color, #02000f) !important;
  transform: none !important;
}

.accordion-card .accordion-button:not(.collapsed):after {
  content: "\2212" !important; /* minus sign */
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  transform: none !important;
  color: var(--theme-color, #f8721f) !important;
}

/* Service details — Other Services raised white panel */
.sidebar-area .widget.aak-other-services {
  background: #fff;
  border: 1px solid rgba(2, 0, 15, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(2, 0, 15, 0.06);
  padding: 24px 20px 20px;
  margin-bottom: 30px;
}

.sidebar-area .widget.aak-other-services .widget_title {
  color: var(--title-color, #02000f);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(2, 0, 15, 0.08);
}

.sidebar-area .widget.aak-other-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar-area .widget.aak-other-services li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.sidebar-area .widget.aak-other-services li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f3f4f6;
  color: var(--title-color, #02000f);
  text-decoration: none;
  font-weight: 500;
  line-height: 1.35;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.sidebar-area .widget.aak-other-services li a:hover,
.sidebar-area .widget.aak-other-services li a:focus {
  background: #e8eaee;
  color: var(--theme-color, #f8721f);
  box-shadow: 0 2px 8px rgba(2, 0, 15, 0.04);
}

.sidebar-area .widget.aak-other-services li a .icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  opacity: 0.7;
}

/* Shop — each product card pops on white */
.th-product.product-grid {
  background: #fff;
  border: 1px solid rgba(2, 0, 15, 0.08);
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(2, 0, 15, 0.06);
  padding: 16px 16px 22px;
  height: 100%;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.th-product.product-grid:hover {
  box-shadow: 0 16px 36px rgba(2, 0, 15, 0.1);
  transform: translateY(-3px);
}

.th-product.product-grid .product-img {
  border-radius: 14px;
  overflow: hidden;
  background: #f7f7f8;
}

.th-product.product-grid .product-content {
  padding-top: 14px;
}

.th-product.product-grid .product-title,
.th-product.product-grid .product-title a,
.th-product.product-grid .price {
  color: var(--title-color, #02000f);
}

/* Shop — Add to Cart solid black */
.th-product.product-grid .aak-add-to-cart,
.th-product .aak-add-to-cart.th-btn.style-border2 {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

.th-product.product-grid .aak-add-to-cart:hover,
.th-product.product-grid .aak-add-to-cart:focus,
.th-product .aak-add-to-cart.th-btn.style-border2:hover,
.th-product .aak-add-to-cart.th-btn.style-border2:focus {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.th-product.product-grid .aak-add-to-cart:before,
.th-product.product-grid .aak-add-to-cart:after,
.th-product .aak-add-to-cart.th-btn.style-border2:before,
.th-product .aak-add-to-cart.th-btn.style-border2:after {
  background: #000 !important;
}

/* About Us — first section body text (always visible; cue animations were leaving opacity:0) */
#about-sec .title-area .sub-title,
#about-sec .title-area .sec-title,
#about-sec .aak-about-text,
#about-sec .btn-wrap {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}

#about-sec .aak-about-text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--body-color, #6c6d71);
}

#about-sec .aak-about-text br {
  display: block;
  content: "";
  margin-top: 0.85em;
}

/* Homepage — two hero counters (no 100% reviews card) */
.hero-1 .hero-counter-wrap .counter-card:nth-child(3) {
  display: none;
}

/* How We Help — keep process steps stacked cleanly */
.process-card + .process-card {
  margin-top: 1.25rem;
}

.process-card .box-content {
  min-width: 0;
}

.process-card .box-text {
  margin-bottom: 0;
}

/* Video CTA placeholder (link removed until a real URL is set) */
.video-thumb1-1 .video-btn {
  cursor: default;
  pointer-events: none;
}



