@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
}
/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo {
  margin: 0 0 10px 0;
}
#logo img {
  max-width: 200px;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#header-cart {
  margin-bottom: 10px;
}
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#header-cart.open > .btn:hover {
  color: #444;
}
#header-cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
  min-width: 100%;
}
#header-cart .dropdown-menu table {
  margin-bottom: 10px;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
  padding: 0 10px;
}
#header-cart .dropdown-menu li p {
  margin: 20px 0;
}
@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }
  #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#header-cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
}
#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-price-tax{
  display: none;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
/* ==========================================================================
   Tema Comanfy — Fase 1 (visual base)
   ========================================================================== */
.theme-comanfy {
  --cf-bg: #f4f5f2;
  --cf-surface: #ffffff;
  --cf-dark: #1a1f1c;
  --cf-dark-2: #252b27;
  --cf-accent: #b8860b;
  --cf-accent-hover: #9a7209;
  --cf-text: #3d4440;
  --cf-text-muted: #6b736d;
  --cf-border: #d8ddd6;
  --bs-border-color: var(--cf-border);
  --bs-table-border-color: var(--cf-border);
  --cf-top: #141816;
  --cf-success: #6b8f4e;
  --cf-danger: #e05555;
  --cf-warning: #e6a23c;
  --cf-info: #4a8efa;
  --cf-box-shadow: rgba(26, 31, 28, 0.15) 0 5px 20px;
  --cf-alert-check-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="%236b8f4e" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/></svg>');
  --cf-alert-danger-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="%23e05555" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4m.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/></svg>');
  --cf-alert-warning-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="%23e6a23c" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4m.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/></svg>');
  --cf-alert-info-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="%234a8efa" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg>');
  font-family: "Barlow", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--cf-text);
  background-color: var(--cf-bg);
}
.theme-comanfy h1, .theme-comanfy h2, .theme-comanfy h3, .theme-comanfy h4, .theme-comanfy h5, .theme-comanfy h6 {
  font-family: "Rajdhani", "Barlow", sans-serif;
  font-weight: 700;
  color: var(--cf-dark);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.theme-comanfy .table, .theme-comanfy table {
  --bs-table-border-color: var(--cf-border);
  border-color: var(--cf-border);
}
.theme-comanfy .table > :not(caption) > *, .theme-comanfy .table > :not(caption) > * > *, .theme-comanfy .table-bordered > :not(caption) > *, .theme-comanfy .table-bordered > :not(caption) > * > * {
  border-color: var(--cf-border);
}
.theme-comanfy .table-group-divider {
  border-top-color: var(--cf-border);
}
.theme-comanfy a {
  color: var(--cf-dark);
  transition: color 0.2s ease;
}
.theme-comanfy a:hover {
  color: var(--cf-accent);
}
.theme-comanfy .btn-accent {
  background-color: var(--cf-accent);
  border-color: var(--cf-accent);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.theme-comanfy .btn-accent:hover, .theme-comanfy .btn-accent:focus {
  background-color: var(--cf-accent-hover);
  border-color: var(--cf-accent-hover);
  color: #fff;
}
#welcome-bar {
  background: var(--cf-dark);
  color: #c5cbc6;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 0;
  border-bottom: 1px solid #2a312c;
}
.theme-comanfy #top.cf-topbar {
  background-color: var(--cf-top);
  border-bottom: 1px solid #2a312c;
  margin: 0;
  padding: 0;
  min-height: auto;
}
.theme-comanfy #top.cf-topbar .cf-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 38px;
  padding: 6px 0;
}
.theme-comanfy #top.cf-topbar .cf-topbar-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 18px;
}
.theme-comanfy #top.cf-topbar .cf-topbar-left {
  flex: 1 1 auto;
  min-width: 0;
}
.theme-comanfy #top.cf-topbar .cf-topbar-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  gap: 12px;
  margin-left: auto;
}
.theme-comanfy #top.cf-topbar .cf-topbar-item {
  display: inline-flex;
  align-items: center;
}
.theme-comanfy #top.cf-topbar .cf-topbar-link, .theme-comanfy #top.cf-topbar .cf-topbar-label, .theme-comanfy #top.cf-topbar .cf-topbar-utilities a, .theme-comanfy #top.cf-topbar .cf-topbar-utilities .dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b8bfb9;
  text-shadow: none;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
}
.theme-comanfy #top.cf-topbar .cf-topbar-link:hover, .theme-comanfy #top.cf-topbar .cf-topbar-utilities a:hover {
  color: #fff;
}
.theme-comanfy #top.cf-topbar .cf-topbar-label {
  color: #b8bfb9;
}
.theme-comanfy #top.cf-topbar .cf-topbar-link i, .theme-comanfy #top.cf-topbar .cf-topbar-label i {
  font-size: 13px;
  opacity: 0.9;
}
.theme-comanfy #top.cf-topbar .cf-topbar-utilities {
  gap: 4px 14px;
}
.theme-comanfy #top.cf-topbar .cf-topbar-utilities .dropdown-menu {
  z-index: 1050;
}
.theme-comanfy #menu.menu-sticky-enabled.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  margin-bottom: 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}
.theme-comanfy .menu-sticky-spacer {
  width: 100%;
}
.theme-comanfy #top {
  background-color: var(--cf-top);
  border-bottom: 1px solid #2a312c;
  margin: 0;
  padding: 8px 0;
  min-height: auto;
}
.theme-comanfy #top .nav > .list-inline > .list-inline-item, .theme-comanfy #top .nav > .list-inline > .list-inline-item > a, .theme-comanfy #top .nav > .list-inline > .list-inline-item .dropdown > a {
  color: #b8bfb9;
  text-shadow: none;
  font-size: 13px;
}
.theme-comanfy #top a:hover {
  color: #fff;
}
.theme-comanfy #top .btn-link {
  color: #b8bfb9;
  text-shadow: none;
}
.theme-comanfy #header-main {
  background: var(--cf-surface);
  border-bottom: 1px solid var(--cf-border);
  padding: 18px 0;
  box-shadow: none;
}
.theme-comanfy #logo {
  margin: 0;
}
.theme-comanfy #logo img {
  max-width: 220px;
  max-height: 64px;
  width: auto;
  object-fit: contain;
}
.theme-comanfy .site-title {
  margin: 0;
  font-size: 28px;
}
.theme-comanfy .site-title a {
  color: var(--cf-dark);
  text-decoration: none;
}
.theme-comanfy #search {
  margin-bottom: 0;
}
.theme-comanfy #header-actions {
  margin-bottom: 0;
}
.theme-comanfy .header-actions-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}
.theme-comanfy #header-cart {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 auto;
}
.theme-comanfy #header-cart .btn-cart {
  background: var(--cf-dark);
  border: 1px solid var(--cf-dark);
  color: #fff;
  height: 46px;
  min-height: 46px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 14px;
  max-width: 100%;
  white-space: nowrap;
}
.theme-comanfy #header-cart .btn-cart__icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.theme-comanfy #header-cart .btn-cart__icon-wrap .fa-cart-shopping {
  font-size: 18px;
}
.theme-comanfy #header-cart .btn-cart__badge {
  position: absolute;
  top: -7px;
  right: -9px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--cf-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
.theme-comanfy #header-cart .cart-label {
  font-size: 13px;
}
.theme-comanfy #header-cart .btn-cart:hover, .theme-comanfy #header-cart .btn-cart:focus {
  background: var(--cf-dark-2);
  border-color: var(--cf-dark-2);
  color: #fff;
}
.theme-comanfy #header-cart.open > .btn-cart {
  background: var(--cf-accent);
  border-color: var(--cf-accent);
  color: #fff;
}
.theme-comanfy #header-cart .dropdown-menu {
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 0;
  box-shadow: 0 12px 32px rgba(20, 24, 22, 0.12);
  min-width: 360px;
  padding: 0;
}
.theme-comanfy #header-cart .dropdown-menu li {
  min-width: 0;
  padding: 0;
}
.theme-comanfy #header-cart .cart-dropdown-footer {
  padding: 12px;
  border-top: 1px solid var(--cf-border);
  background: #fafbf9;
}
.theme-comanfy .header-account-dropdown {
  max-width: min(100%, 180px);
  min-width: 0;
  position: relative;
}
.theme-comanfy .header-account-dropdown .btn-header-account {
  width: 100%;
}
.theme-comanfy .header-account-dropdown.show > .btn-header-account {
  border-color: var(--cf-dark);
  background: #fafbf9;
}
.theme-comanfy .btn-header-account {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 46px;
  min-height: 46px;
  max-width: 180px;
  min-width: 0;
  padding: 0 12px;
  border: 1px solid var(--cf-border);
  background: var(--cf-surface);
  color: var(--cf-dark);
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.theme-comanfy .btn-header-account:hover, .theme-comanfy .btn-header-account:focus {
  border-color: var(--cf-dark);
  background: #fafbf9;
  color: var(--cf-dark);
}
.theme-comanfy .btn-header-account__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.theme-comanfy .btn-header-account__icon-wrap .fa-user {
  font-size: 18px;
}
.theme-comanfy .btn-header-account__text {
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.15;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.theme-comanfy .btn-header-account__title {
  display: block;
  max-width: 100%;
  font-family: "Rajdhani", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-comanfy .btn-header-account__sub {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 11px;
  color: var(--cf-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-comanfy .btn-header-account__sep {
  margin: 0 3px;
  opacity: 0.65;
}
.theme-comanfy .btn-header-account-menu {
  --bs-dropdown-min-width: 200px;
  min-width: 200px;
  margin: 0;
  padding: 8px 0;
  border: none;
  border-top: 3px solid var(--cf-accent);
  border-radius: 0;
  background: var(--cf-surface);
  box-shadow: 0 12px 28px rgba(20, 28, 24, 0.16);
}
.theme-comanfy .btn-header-account-menu .dropdown-divider {
  margin: 6px 0;
  border-top-color: var(--cf-border);
  opacity: 1;
}
.theme-comanfy .btn-header-account-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
}
.theme-comanfy .btn-header-account-menu .dropdown-item i {
  width: 16px;
  text-align: center;
  font-size: 13px;
  opacity: 0.7;
}
.theme-comanfy .btn-header-account-menu .dropdown-item:hover, .theme-comanfy .btn-header-account-menu .dropdown-item:focus {
  background: #f4f5f2;
  color: var(--cf-dark);
}
.theme-comanfy .btn-header-account-menu__logout {
  color: var(--cf-text) !important;
}
.theme-comanfy .btn-header-account-menu__logout:hover, .theme-comanfy .btn-header-account-menu__logout:focus {
  background: #f4f5f2 !important;
  color: var(--cf-dark) !important;
}
.theme-comanfy .btn-header-account-menu__logout i {
  opacity: 0.7;
  color: inherit;
}
.theme-comanfy #menu {
  background: var(--cf-dark);
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 48px;
  margin-bottom: 24px;
  position: relative;
}
.theme-comanfy #menu.navbar {
  padding: 0;
}
.theme-comanfy #menu .menu-container {
  position: static;
}
.theme-comanfy #menu .menu-mobile-bar {
  min-height: 48px;
  padding: 0 4px;
}
.theme-comanfy #menu #category {
  float: none;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: none;
}
.theme-comanfy #menu .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  padding: 6px 10px;
}
.theme-comanfy #menu .navbar-toggler i {
  color: #fff;
}
.theme-comanfy #menu .menu-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: stretch;
}
.theme-comanfy #menu .menu-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.theme-comanfy #menu .menu-all-categories .menu-all-bar {
  background: rgba(0, 0, 0, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.theme-comanfy #menu .menu-all-categories .menu-all-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: default;
}
.theme-comanfy #menu .menu-all-categories .menu-all-trigger i {
  font-size: 14px;
  opacity: 0.9;
}
.theme-comanfy #menu .menu-all-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
  padding: 20px 0 8px;
}
.theme-comanfy #menu .menu-all-parent {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
  text-decoration: none;
  margin-bottom: 8px;
}
.theme-comanfy #menu .menu-all-parent:hover {
  color: var(--cf-accent);
}
.theme-comanfy #menu .menu-all-children li + li {
  margin-top: 4px;
}
.theme-comanfy #menu .menu-all-children a {
  color: var(--cf-text);
  text-decoration: none;
  font-size: 14px;
}
.theme-comanfy #menu .menu-all-children a:hover {
  color: var(--cf-dark);
}
.theme-comanfy #menu .menu-more {
  position: relative;
  /* Last items: open toward the left so the panel stays on-screen */
}
.theme-comanfy #menu .menu-more .dropdown-toggle::after {
  margin-left: 0.45em;
  vertical-align: 0.15em;
}
.theme-comanfy #menu .menu-more .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  min-width: 220px;
  margin: 0;
  padding: 8px 0;
  border: none;
  border-top: 3px solid var(--cf-accent);
  border-radius: 0;
  background: var(--cf-surface);
  box-shadow: 0 12px 28px rgba(20, 28, 24, 0.16);
  z-index: 1030;
}
.theme-comanfy #menu .menu-more.menu-more--end .dropdown-menu, .theme-comanfy #menu .menu-more:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
.theme-comanfy #menu .menu-more .dropdown-item {
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 10px 18px;
}
.theme-comanfy #menu .menu-more .dropdown-item:hover, .theme-comanfy #menu .menu-more .dropdown-item:focus {
  background: #f4f5f2;
  color: var(--cf-dark);
}
.theme-comanfy #menu .menu-cta-wrap {
  padding: 8px 0 12px;
}
.theme-comanfy #menu .menu-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  text-decoration: none;
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.theme-comanfy #menu .menu-cta-btn:hover, .theme-comanfy #menu .menu-cta-btn:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
  color: #fff;
}
.theme-comanfy #menu .menu-cta-btn i {
  font-size: 15px;
}
.theme-comanfy #menu .nav-item {
  position: relative;
}
.theme-comanfy #menu .menu-all-categories {
  position: static;
}
.theme-comanfy #menu .nav-link, .theme-comanfy #menu .mega-menu-link {
  color: #e8ece9;
  text-shadow: none;
  font-family: "Rajdhani", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px 20px;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}
.theme-comanfy #menu .nav-link:hover, .theme-comanfy #menu .nav-link:focus, .theme-comanfy #menu .mega-menu-link:hover, .theme-comanfy #menu .mega-menu-link:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.theme-comanfy #menu .mega-menu-bar {
  display: flex;
  align-items: stretch;
}
.theme-comanfy #menu .mega-menu-link {
  flex: 1;
}
.theme-comanfy #menu .mega-menu-toggle {
  border: 0;
  background: transparent;
  color: #e8ece9;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.theme-comanfy #menu .mega-menu-toggle i {
  transition: transform 0.2s ease;
}
.theme-comanfy #menu .mega-menu-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.theme-comanfy #menu .dropdown-menu {
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 0;
  box-shadow: none;
}
.theme-comanfy #menu .see-all {
  background: var(--cf-dark);
  color: #fff;
  border-top: 1px solid var(--cf-border);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.theme-comanfy #menu .see-all:hover, .theme-comanfy #menu .see-all:focus {
  background: var(--cf-accent);
  color: #fff;
  background-image: none;
}
@media (min-width: 768px) {
  .theme-comanfy #menu .dropdown:hover .dropdown-menu {
    display: none;
  }
}
.theme-comanfy main {
  padding-bottom: 10px;
}
.theme-comanfy #content {
  min-height: 480px;
}
.theme-comanfy .home-module {
  margin-bottom: 2.5rem;
}
.theme-comanfy .module-products.section-fullwidth {
  padding: 0 0 2.5rem;
}
.theme-comanfy .module-products.section-fullwidth .module-products__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.25rem;
  padding: 0 16px;
}
.theme-comanfy .module-products.section-fullwidth > h3, .theme-comanfy .module-products.section-fullwidth .module-products__header h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--cf-dark);
}
.theme-comanfy .module-products.section-fullwidth .module-products__link {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--cf-accent);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.theme-comanfy .module-products.section-fullwidth .module-products__link i {
  font-size: 11px;
  margin-left: 4px;
}
.theme-comanfy .module-products.section-fullwidth .module-products__link:hover {
  color: var(--cf-dark);
}
.theme-comanfy .product-carousel {
  padding: 0 0 28px;
  overflow: hidden;
}
.theme-comanfy .product-carousel .swiper-slide {
  height: auto;
}
.theme-comanfy .product-carousel .swiper-slide > .item {
  padding: 0 8px;
  height: 100%;
}
.theme-comanfy .product-carousel .swiper-wrapper {
  align-items: stretch;
}
.theme-comanfy .product-carousel .product-carousel-pagination {
  bottom: 0;
  z-index: 2;
}
.theme-comanfy .product-carousel .product-carousel-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 0;
  background: var(--cf-border);
  opacity: 1;
}
.theme-comanfy .product-carousel .product-carousel-pagination .swiper-pagination-bullet-active {
  background: var(--cf-accent);
}
.theme-comanfy .product-carousel-shell {
  position: relative;
  padding: 0 48px;
}
.theme-comanfy .product-carousel-shell .cf-swiper-arrow--product {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: var(--cf-dark);
  color: #fff;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: background-color 0.2s ease;
}
.theme-comanfy .product-carousel-shell .cf-swiper-arrow--product::after {
  display: none;
}
.theme-comanfy .product-carousel-shell .cf-swiper-arrow--product i {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
}
.theme-comanfy .product-carousel-shell .cf-swiper-arrow--product:hover, .theme-comanfy .product-carousel-shell .cf-swiper-arrow--product:focus {
  background-color: var(--cf-accent);
  color: #fff;
}
.theme-comanfy .product-carousel-shell .cf-swiper-arrow--product.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.theme-comanfy .product-carousel-shell .cf-swiper-arrow--product.swiper-button-prev {
  left: 0;
}
.theme-comanfy .product-carousel-shell .cf-swiper-arrow--product.swiper-button-next {
  right: 0;
}
.theme-comanfy .module-heading {
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--cf-dark);
}
.theme-comanfy .module-heading h3 {
  margin: 0;
  font-size: 24px;
}
.theme-comanfy .product-thumb {
  border: 1px solid var(--cf-border);
  background: var(--cf-surface);
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.theme-comanfy .product-thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(20, 24, 22, 0.1);
}
.theme-comanfy .product-thumb .image {
  position: relative;
  margin-bottom: 0;
  background: #fafbf9;
  padding: 12px;
}
.theme-comanfy .product-thumb .image a {
  display: block;
}
.theme-comanfy .product-thumb .image .product-thumb-image-link {
  display: block;
  overflow: hidden;
}
.theme-comanfy .product-thumb .image .product-thumb-image-swap {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fafbf9;
}
.theme-comanfy .product-thumb .image .product-thumb-image-swap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.theme-comanfy .product-thumb .image .product-thumb-image-swap .img-primary {
  position: relative;
  z-index: 1;
}
.theme-comanfy .product-thumb .image .product-thumb-image-swap .img-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transform: scale(1.06);
}
.theme-comanfy .product-thumb .image:hover .has-hover-image .img-primary {
  opacity: 0;
  transform: scale(0.96);
}
.theme-comanfy .product-thumb .image:hover .has-hover-image .img-hover {
  opacity: 1;
  transform: scale(1);
}
.theme-comanfy .product-thumb .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 52px;
  background: linear-gradient(to top, rgba(250, 251, 249, 0.96) 35%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.theme-comanfy .product-thumb .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.theme-comanfy .product-thumb .image .product-thumb-wishlist-form {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 3;
  margin: 0;
}
.theme-comanfy .product-thumb .btn-wishlist-corner {
  width: 36px;
  height: 36px;
  border: 1px solid var(--cf-border);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.98);
  color: var(--cf-text-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 2px 10px rgba(20, 24, 22, 0.1);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.theme-comanfy .product-thumb .btn-wishlist-corner:hover {
  color: #c0392b;
  border-color: #c0392b;
  background: #fff;
  transform: scale(1.06);
  box-shadow: 0 4px 14px rgba(192, 57, 43, 0.18);
}
.theme-comanfy .product-thumb .caption {
  padding: 14px 14px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.theme-comanfy .product-thumb .caption h4 {
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 8px;
  line-height: 1.35;
  flex: 1;
}
.theme-comanfy .product-thumb .caption h4 a {
  color: var(--cf-dark);
}
.theme-comanfy .product-thumb .price {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--cf-text-muted);
}
.theme-comanfy .product-thumb .price .price-main-line {
  display: block;
  margin-bottom: 6px;
}
.theme-comanfy .product-thumb .price .price-main-line .price-new {
  font-size: 20px;
  font-weight: 700;
  color: var(--cf-dark);
  line-height: 1.2;
}
.theme-comanfy .product-thumb .price .price-main-line .price-old {
  font-size: 13px;
  color: var(--cf-text-muted);
  text-decoration: line-through;
  margin-left: 6px;
}
.theme-comanfy .product-thumb .price .price-new, .theme-comanfy .product-thumb .price .price-old, .theme-comanfy .product-thumb .price .price-tax {
  display: block;
}
.theme-comanfy .product-thumb .price .br-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.theme-comanfy .product-thumb .price .br-price-pix-line {
  color: var(--cf-text-muted);
  font-size: 12px;
}
.theme-comanfy .product-thumb .price .br-price-pix-value {
  font-size: 14px;
  font-weight: 700;
  color: #1a9d52;
}
.theme-comanfy .product-thumb .price .br-price-pix-badge {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 6px;
  border-radius: 6px;
  background: var(--cf-dark);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  vertical-align: middle;
}
.theme-comanfy .product-thumb .price .br-price-group-line {
  line-height: 1.2;
}
.theme-comanfy .product-thumb .price .br-price-group-badge {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(184, 134, 11, 0.14);
  color: var(--cf-accent);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.theme-comanfy .product-thumb .price .br-price-group-badge--pf {
  background: #eef1ed;
  color: var(--cf-dark);
}
.theme-comanfy .product-thumb .price .br-price-group-badge--pj {
  background: rgba(184, 134, 11, 0.16);
  color: var(--cf-accent-hover);
}
.theme-comanfy .product-thumb .price .br-price-installment-line {
  font-size: 12px;
  color: var(--cf-text-muted);
}
.theme-comanfy .product-thumb .product-thumb-cart-form {
  margin: 0;
}
.theme-comanfy .product-thumb .product-thumb-cart-form .button-group {
  border-top: 1px solid var(--cf-border);
  background: #f7f8f6;
  display: block;
}
.theme-comanfy .product-thumb .product-thumb-cart-form .btn-add-cart {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--cf-dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 44px;
  text-transform: none;
  padding: 0 14px;
  transition: background 0.2s ease, color 0.2s ease;
}
.theme-comanfy .product-thumb .product-thumb-cart-form .btn-add-cart:hover {
  background: var(--cf-dark);
  color: #fff;
}
.theme-comanfy #product-list.product-list .col {
  margin-bottom: 1rem;
}
.theme-comanfy #product-list.product-list .product-thumb {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  grid-template-rows: 1fr auto;
  grid-template-areas: "image caption" "image cart";
  align-items: stretch;
  min-height: 0;
  height: auto;
}
.theme-comanfy #product-list.product-list .product-thumb:hover {
  transform: none;
  box-shadow: 0 6px 20px rgba(20, 24, 22, 0.08);
}
.theme-comanfy #product-list.product-list .product-thumb .image {
  grid-area: image;
  flex: none;
  max-width: none;
  width: 100%;
  border-right: 1px solid var(--cf-border);
  border-bottom: none;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.theme-comanfy #product-list.product-list .product-thumb .image::after {
  height: 44px;
}
.theme-comanfy #product-list.product-list .product-thumb .image .product-thumb-wishlist-form {
  bottom: 6px;
  right: 6px;
}
.theme-comanfy #product-list.product-list .product-thumb .caption {
  grid-area: caption;
  flex: none;
  justify-content: flex-start;
  padding: 16px 20px 10px;
  border-right: none;
}
.theme-comanfy #product-list.product-list .product-thumb .caption h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.theme-comanfy #product-list.product-list .product-thumb .caption .price-main-line .price-new {
  font-size: 22px;
}
.theme-comanfy #product-list.product-list .product-thumb .product-thumb-cart-form {
  grid-area: cart;
  flex: none;
  width: auto;
  display: block;
  border-top: 1px solid var(--cf-border);
}
.theme-comanfy #product-list.product-list .product-thumb .product-thumb-cart-form .button-group {
  position: static;
  bottom: auto;
  width: 100%;
  border-top: none;
  border-left: none;
  display: block;
  height: auto;
}
.theme-comanfy #product-list.product-list .product-thumb .product-thumb-cart-form .btn-add-cart {
  height: auto;
  display: block;
  line-height: 44px;
  padding: 0 20px;
  text-align: left;
}
@media (min-width: 960px) {
  .theme-comanfy #product-list.product-list .product-thumb .image {
    flex-direction: row;
    margin-bottom: 0;
  }
  .theme-comanfy #product-list.product-list .product-thumb .button-group {
    position: static;
    bottom: auto;
    width: 100%;
    border-left: none;
  }
}
@media (max-width: 767.98px) {
  .theme-comanfy #product-list.product-list .product-thumb {
    display: flex;
    flex-direction: column;
  }
  .theme-comanfy #product-list.product-list .product-thumb .image {
    flex: none;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--cf-border);
  }
  .theme-comanfy #product-list.product-list .product-thumb .product-thumb-cart-form {
    width: 100%;
    border-top: none;
  }
  .theme-comanfy #product-list.product-list .product-thumb .product-thumb-cart-form .btn-add-cart {
    text-align: center;
  }
}
.theme-comanfy .btn-primary {
  background-image: none;
  background-color: var(--cf-dark);
  border-color: var(--cf-dark);
}
.theme-comanfy .btn-primary:hover, .theme-comanfy .btn-primary:focus {
  background-color: var(--cf-accent);
  border-color: var(--cf-accent);
}
.theme-comanfy .breadcrumb {
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 0;
}
.theme-comanfy footer {
  margin-top: 40px;
  padding: 0;
  background: transparent;
  border-top: none;
  color: #c8cec9;
}
.theme-comanfy footer h5 {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 14px;
}
.theme-comanfy footer a {
  color: #b8bfb9;
  font-size: 14px;
}
.theme-comanfy footer a:hover {
  color: var(--cf-accent);
}
.theme-comanfy footer ul li {
  margin-bottom: 6px;
}
.theme-comanfy .footer-newsletter {
  background: var(--cf-dark-2);
  padding: 28px 0;
  border-top: 3px solid var(--cf-accent);
}
.theme-comanfy .footer-newsletter .newsletter-title {
  margin: 0 0 6px;
  color: #fff;
  font-size: 20px;
}
.theme-comanfy .footer-newsletter .newsletter-text {
  color: #aeb5af;
  font-size: 14px;
}
.theme-comanfy .footer-newsletter .form-control {
  border-radius: var(--cf-field-radius, 10px);
  border: 1px solid #3a423c;
  background: #1a1f1c;
  color: #fff;
  height: var(--cf-field-height, 56px);
}
.theme-comanfy .footer-newsletter .form-control::placeholder {
  color: #7d8680;
}
.theme-comanfy .footer-newsletter .form-control:focus {
  border-color: var(--cf-accent);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.15);
  background: #1a1f1c;
  color: #fff;
}
.theme-comanfy .footer-features {
  background: #1c3330;
  padding: 2rem 0;
  color: #fff;
}
.theme-comanfy .footer-features__heading {
  margin: 0 0 1.5rem;
  text-align: center;
  font-family: "Rajdhani", "Barlow", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.theme-comanfy .footer-features__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.theme-comanfy .footer-features__item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
}
.theme-comanfy .footer-features__item--divider {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.theme-comanfy .footer-features__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 300px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.theme-comanfy a.footer-features__link:hover {
  opacity: 0.85;
  color: #fff;
}
.theme-comanfy .footer-features__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  color: #fff;
}
.theme-comanfy .footer-features__icon--fa i {
  font-size: 1.35rem;
  line-height: 1;
}
.theme-comanfy .footer-features__icon--image img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.theme-comanfy .footer-features__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.theme-comanfy .footer-features__title {
  display: block;
  font-family: "Rajdhani", "Barlow", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.theme-comanfy .footer-features__subtitle {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 991.98px) {
  .theme-comanfy .footer-features__item {
    flex: 1 1 50%;
    padding: 1rem;
  }
  .theme-comanfy .footer-features__item:nth-child(odd):not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .theme-comanfy .footer-features__item--divider {
    border-right: none;
  }
  .theme-comanfy .footer-features__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 575.98px) {
  .theme-comanfy .footer-features {
    padding: 1.5rem 0;
  }
  .theme-comanfy .footer-features__heading {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    padding: 0 0.5rem;
  }
  .theme-comanfy .footer-features__grid {
    flex-direction: column;
  }
  .theme-comanfy .footer-features__item, .theme-comanfy .footer-features__item:nth-child(odd):not(:last-child) {
    flex: 1 1 auto;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1rem 0.5rem;
  }
  .theme-comanfy .footer-features__item:last-child {
    border-bottom: none;
  }
  .theme-comanfy .footer-features__link {
    max-width: none;
    justify-content: flex-start;
  }
}
.theme-comanfy .footer-main {
  background: var(--cf-dark);
  padding: 40px 0 32px;
  color: #d8ddd6;
}
.theme-comanfy .footer-main h5 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.theme-comanfy .footer-main a {
  color: #c5ccc6;
  text-decoration: none;
}
.theme-comanfy .footer-main a:hover {
  color: #fff;
}
.theme-comanfy .footer-main ul li {
  margin-bottom: 8px;
  font-size: 14px;
}
.theme-comanfy .footer-col-logo .footer-logo-link {
  display: inline-block;
  margin-bottom: 14px;
}
.theme-comanfy .footer-col-logo .footer-logo-img {
  max-height: 56px;
  width: auto;
}
.theme-comanfy .footer-col-logo .footer-logo-text-fallback {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.theme-comanfy .footer-col-logo .footer-logo-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #a8b0aa;
  margin: 0 0 18px;
  max-width: 280px;
}
.theme-comanfy .footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.theme-comanfy .footer-social {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 15px;
}
.theme-comanfy .footer-social:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.theme-comanfy .footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.theme-comanfy .footer-contact-list i {
  width: 18px;
  margin-top: 3px;
  color: #fff;
  flex-shrink: 0;
}
.theme-comanfy .footer-contact-list a {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}
.theme-comanfy .footer-contact-list .footer-contact-open span {
  color: #c5ccc6;
}
@media (min-width: 992px) {
  .theme-comanfy .footer-col-payment {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 24px;
  }
}
.theme-comanfy .footer-payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.theme-comanfy .footer-payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 6px;
  padding: 6px 8px;
  min-width: 64px;
  min-height: 36px;
}
.theme-comanfy .footer-payment-badge img {
  max-height: 24px;
  width: auto;
  display: block;
}
.theme-comanfy .footer-bottom {
  background: #111412;
  padding: 14px 0;
  font-size: 12px;
  color: #8f9690;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.theme-comanfy .footer-bottom p {
  margin: 0;
}
.theme-comanfy #cookie {
  background: var(--cf-dark);
  opacity: 0.98;
}
/* Voltar ao topo + WhatsApp + LGPD */
.theme-comanfy .cf-scroll-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 1040;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--cf-scroll-top-color, var(--cf-accent));
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, background 0.2s ease;
  cursor: pointer;
}
.theme-comanfy .cf-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.theme-comanfy .cf-scroll-top:hover, .theme-comanfy .cf-scroll-top:focus {
  filter: brightness(1.08);
  color: #fff;
}
.theme-comanfy .cf-scroll-top i {
  font-size: 18px;
  line-height: 1;
}
@keyframes cf-whatsapp-pulse {
  10% {
    box-shadow: 0 0 0 0 lime;
  }
  80% {
    box-shadow: 0 0 0 15px rgba(0, 255, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
  }
}
.theme-comanfy .whatsappme__button {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 1041;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #25d366;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  animation: cf-whatsapp-pulse 1s ease infinite;
  transition: background-color 0.2s linear;
}
.theme-comanfy:has(.cf-scroll-top) .whatsappme__button {
  bottom: 84px;
}
.theme-comanfy .whatsappme__button:hover {
  background-color: #128c7e;
}
.theme-comanfy .whatsappme__button:active {
  background-color: #075e54;
}
.theme-comanfy .whatsappme__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.theme-comanfy .whatsappme__button svg {
  width: 36px;
  height: 36px;
  display: block;
}
.theme-comanfy .cf-lgpd {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: var(--cf-lgpd-bg, #1a1f1c);
  color: var(--cf-lgpd-text, #fff);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.28);
}
.theme-comanfy .cf-lgpd__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}
.theme-comanfy .cf-lgpd__text {
  margin: 0;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.45;
  color: inherit;
}
.theme-comanfy .cf-lgpd__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 10px 18px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
  background: var(--cf-lgpd-btn, var(--cf-accent));
  color: var(--cf-lgpd-btn-text, #fff) !important;
  transition: filter 0.2s ease;
}
.theme-comanfy .cf-lgpd__btn:hover, .theme-comanfy .cf-lgpd__btn:focus {
  filter: brightness(1.08);
  color: var(--cf-lgpd-btn-text, #fff) !important;
}
@media (max-width: 767px) {
  .theme-comanfy .cf-scroll-top {
    right: 14px;
    bottom: 78px;
    width: 42px;
    height: 42px;
  }
  .theme-comanfy .whatsappme__button {
    right: 14px;
    bottom: 78px;
    width: 54px;
    height: 54px;
  }
  .theme-comanfy:has(.cf-scroll-top) .whatsappme__button {
    bottom: 132px;
  }
  .theme-comanfy .whatsappme__button svg {
    width: 30px;
    height: 30px;
  }
  .theme-comanfy .cf-lgpd__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .theme-comanfy .cf-lgpd__btn {
    width: 100%;
  }
}
/* Web Push permission banner (Méliuz-style) */
.theme-comanfy .cf-webpush {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1100;
  width: min(420px, calc(100vw - 24px));
  pointer-events: none;
}
.theme-comanfy .cf-webpush[hidden] {
  display: none !important;
}
.theme-comanfy .cf-webpush.is-visible {
  pointer-events: auto;
  animation: cf-webpush-in 0.28s ease-out;
}
.theme-comanfy .cf-webpush__card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--cf-wp-bg, #2d2138);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.theme-comanfy .cf-webpush__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
}
.theme-comanfy .cf-webpush__icon--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cf-wp-allow-bg, #e91e63);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.theme-comanfy .cf-webpush__content {
  flex: 1 1 auto;
  min-width: 0;
}
.theme-comanfy .cf-webpush__title {
  display: block;
  color: var(--cf-wp-title, #fff);
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 4px;
}
.theme-comanfy .cf-webpush__text {
  margin: 0 0 12px;
  color: var(--cf-wp-text, #c8c0d0);
  font-size: 13px;
  line-height: 1.4;
}
.theme-comanfy .cf-webpush__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.theme-comanfy .cf-webpush__deny {
  border: 0;
  background: transparent;
  color: var(--cf-wp-deny, #f48fb1);
  font-weight: 600;
  font-size: 13px;
  padding: 8px 10px;
  cursor: pointer;
}
.theme-comanfy .cf-webpush__allow {
  border: 0;
  border-radius: 999px;
  background: var(--cf-wp-allow-bg, #e91e63);
  color: var(--cf-wp-allow-text, #fff);
  font-weight: 700;
  font-size: 13px;
  padding: 8px 18px;
  cursor: pointer;
}
.theme-comanfy .cf-webpush__allow:disabled {
  opacity: 0.65;
  cursor: wait;
}
@keyframes cf-webpush-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 575px) {
  .theme-comanfy .cf-webpush {
    top: 10px;
  }
  .theme-comanfy .cf-webpush__actions {
    flex-wrap: wrap;
  }
}
.theme-comanfy .cf-popup[hidden] {
  display: none !important;
}
.theme-comanfy.cf-popup-open {
  overflow: hidden;
}
.theme-comanfy .cf-popup {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.theme-comanfy .cf-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 20, 18, 0.62);
}
.theme-comanfy .cf-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: var(--cf-popup-bg, #fff);
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  animation: cf-popup-in 0.28s ease;
}
@keyframes cf-popup-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.theme-comanfy .cf-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  color: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.theme-comanfy .cf-popup__close:hover {
  background: rgba(0, 0, 0, 0.14);
}
.theme-comanfy .cf-popup__layout {
  display: block;
}
.theme-comanfy .cf-popup__layout--media {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.theme-comanfy .cf-popup__media {
  min-height: 220px;
  background: #f3f5f4;
}
.theme-comanfy .cf-popup__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-comanfy .cf-popup__body {
  padding: 36px 28px 28px;
}
.theme-comanfy .cf-popup__title {
  margin: 0 0 12px;
  font-size: 1.55rem;
  line-height: 1.25;
  color: #1c2420;
}
.theme-comanfy .cf-popup__content {
  color: #44514a;
  font-size: 0.98rem;
  line-height: 1.55;
}
.theme-comanfy .cf-popup__content p:last-child {
  margin-bottom: 0;
}
.theme-comanfy .cf-popup__coupon {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.03);
  text-align: center;
}
.theme-comanfy .cf-popup__coupon-label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #66736c;
  margin-bottom: 6px;
}
.theme-comanfy .cf-popup__coupon-code {
  border: 0;
  background: transparent;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--cf-accent, #2f6b4f);
  cursor: pointer;
}
.theme-comanfy .cf-popup__coupon-copied {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  color: #2f6b4f;
}
.theme-comanfy .cf-popup__cta {
  margin-top: 18px;
  min-width: 160px;
}
@media (max-width: 767px) {
  .theme-comanfy .cf-popup {
    padding: 12px;
    align-items: flex-end;
  }
  .theme-comanfy .cf-popup__layout--media {
    grid-template-columns: 1fr;
  }
  .theme-comanfy .cf-popup__media {
    max-height: 180px;
  }
  .theme-comanfy .cf-popup__body {
    padding: 28px 18px 20px;
  }
  .theme-comanfy .cf-popup__title {
    font-size: 1.3rem;
  }
  .theme-comanfy .cf-popup__cta {
    width: 100%;
  }
}
.theme-comanfy .cf-exit-intent[hidden],
.cf-exit-intent[hidden] {
  display: none !important;
}
.theme-comanfy.cf-exit-intent-open {
  overflow: hidden;
}
.theme-comanfy .cf-exit-intent,
.cf-exit-intent {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.theme-comanfy .cf-exit-intent__backdrop,
.cf-exit-intent__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 20, 18, 0.62);
}
.theme-comanfy .cf-exit-intent__dialog,
.cf-exit-intent__dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  animation: cf-popup-in 0.28s ease;
}
.theme-comanfy .cf-exit-intent__close,
.cf-exit-intent__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  color: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.theme-comanfy .cf-exit-intent__close:hover,
.cf-exit-intent__close:hover {
  background: rgba(0, 0, 0, 0.14);
}
.theme-comanfy .cf-exit-intent__media,
.cf-exit-intent__media {
  min-height: 160px;
  background: #f3f5f4;
}
.theme-comanfy .cf-exit-intent__image,
.cf-exit-intent__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-comanfy .cf-exit-intent__body,
.cf-exit-intent__body {
  padding: 36px 28px 28px;
}
.theme-comanfy .cf-exit-intent__title,
.cf-exit-intent__title {
  margin: 0 0 12px;
  font-size: 1.55rem;
  line-height: 1.25;
  color: #1c2420;
}
.theme-comanfy .cf-exit-intent__text,
.cf-exit-intent__text {
  color: #44514a;
  font-size: 0.98rem;
  line-height: 1.55;
}
.theme-comanfy .cf-exit-intent__cta,
.cf-exit-intent__cta {
  margin-top: 18px;
  min-width: 160px;
}
@media (max-width: 767px) {
  .theme-comanfy .cf-exit-intent,
  .cf-exit-intent {
    padding: 12px;
    align-items: flex-end;
  }
  .theme-comanfy .cf-exit-intent__media,
  .cf-exit-intent__media {
    max-height: 180px;
  }
  .theme-comanfy .cf-exit-intent__body,
  .cf-exit-intent__body {
    padding: 28px 18px 20px;
  }
  .theme-comanfy .cf-exit-intent__title,
  .cf-exit-intent__title {
    font-size: 1.3rem;
  }
  .theme-comanfy .cf-exit-intent__cta,
  .cf-exit-intent__cta {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .theme-comanfy .product-carousel-shell {
    padding: 0 40px;
  }
  .theme-comanfy #header-cart .btn-cart {
    padding: 0 12px;
    min-width: 46px;
  }
  .theme-comanfy .btn-header-account {
    padding: 0 10px;
    min-width: 46px;
    max-width: 46px;
    width: 46px;
    justify-content: center;
  }
  .theme-comanfy .header-account-dropdown {
    max-width: 46px;
  }
  .theme-comanfy #header-main .row {
    --bs-gutter-y: 0.75rem;
  }
  .theme-comanfy .module-heading h3 {
    font-size: 20px;
  }
  body.theme-comanfy {
    padding-bottom: 62px;
  }
}
/* ==========================================================================
   Tema Comanfy — Fase 2 (home, mega menu, carrinho lateral)
   ========================================================================== */
.theme-comanfy #common-home .home-page-top {
  margin-bottom: 0;
}
.theme-comanfy #common-home .home-page-top > .slideshow-fullwidth + .slideshow-fullwidth, .theme-comanfy #common-home .home-page-top > .banner-brands-section + .module-products, .theme-comanfy #common-home .home-page-top > .banner-grid-section + .module-products, .theme-comanfy #common-home .home-page-top > .slideshow-fullwidth + .module-products {
  margin-top: 0;
}
.theme-comanfy .home-features {
  background: var(--cf-surface);
  border-top: 1px solid var(--cf-border);
  border-bottom: 1px solid var(--cf-border);
  padding: 1.125rem 0;
  margin-bottom: 2rem;
}
.theme-comanfy .home-features__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.theme-comanfy .home-features__item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
}
.theme-comanfy .home-features__item--divider {
  border-right: 1px solid var(--cf-border);
}
.theme-comanfy .home-features__link {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  width: 100%;
  max-width: 280px;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.theme-comanfy a.home-features__link:hover {
  color: var(--cf-accent);
}
.theme-comanfy .home-features__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--cf-accent);
}
.theme-comanfy .home-features__icon--fa i {
  font-size: 1.75rem;
  line-height: 1;
}
.theme-comanfy .home-features__icon--image img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.theme-comanfy .home-features__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.theme-comanfy .home-features__title {
  display: block;
  font-family: "Rajdhani", "Barlow", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cf-dark);
}
.theme-comanfy .home-features__subtitle {
  display: block;
  font-size: 0.75rem;
  line-height: 1.35;
  color: var(--cf-text-muted);
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 991.98px) {
  .theme-comanfy .home-features__item {
    flex: 1 1 50%;
    padding: 0.75rem 1rem;
  }
  .theme-comanfy .home-features__item:nth-child(odd):not(:last-child) {
    border-right: 1px solid var(--cf-border);
  }
  .theme-comanfy .home-features__item--divider {
    border-right: none;
  }
  .theme-comanfy .home-features__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--cf-border);
  }
}
@media (max-width: 575.98px) {
  .theme-comanfy .home-features__grid {
    flex-direction: column;
  }
  .theme-comanfy .home-features__item, .theme-comanfy .home-features__item:nth-child(odd):not(:last-child) {
    flex: 1 1 auto;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--cf-border);
    padding: 0.875rem 0;
  }
  .theme-comanfy .home-features__item:last-child {
    border-bottom: none;
  }
  .theme-comanfy .home-features__link {
    max-width: none;
    justify-content: flex-start;
    padding: 0 0.5rem;
  }
}
.theme-comanfy .swiper, .theme-comanfy .swiper-wrapper, .theme-comanfy .swiper-slide {
  box-shadow: none !important;
}
.theme-comanfy .swiper-slide {
  outline: none;
}
.theme-comanfy .swiper .swiper-button-prev, .theme-comanfy .swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  line-height: 1;
  font-size: 0;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme-comanfy .swiper .swiper-button-prev::after, .theme-comanfy .swiper .swiper-button-next::after {
  content: none;
  display: none;
}
.theme-comanfy .swiper .swiper-button-prev i, .theme-comanfy .swiper .swiper-button-next i {
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
}
.theme-comanfy .swiper .swiper-button-prev.swiper-button-disabled, .theme-comanfy .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.theme-comanfy .swiper .swiper-pagination {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}
.theme-comanfy .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}
.theme-comanfy .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--cf-accent);
}
.theme-comanfy .slideshow-fullwidth, .theme-comanfy .home-hero-slider {
  margin-bottom: 0;
  background: var(--cf-dark);
  box-shadow: none !important;
  filter: none;
  overflow: hidden;
}
.theme-comanfy .hero-slideshow {
  --hero-w: 1140;
  --hero-h: 380;
  --hero-w-mobile: 800;
  --hero-h-mobile: 950;
  overflow: hidden;
  margin-bottom: 0;
  box-shadow: none !important;
  filter: none;
  aspect-ratio: var(--hero-w) / var(--hero-h);
}
.theme-comanfy .hero-slideshow .swiper-wrapper, .theme-comanfy .hero-slideshow .swiper-slide, .theme-comanfy .hero-slideshow .hero-slide-wrap, .theme-comanfy .hero-slideshow .hero-slide, .theme-comanfy .hero-slideshow .hero-slide-link, .theme-comanfy .hero-slideshow picture, .theme-comanfy .hero-slideshow .slideshow-img, .theme-comanfy .hero-slideshow .hero-slide-image {
  box-shadow: none !important;
  filter: none;
}
.theme-comanfy .hero-slideshow .swiper-slide {
  outline: none;
  border: none;
  height: auto;
}
.theme-comanfy .hero-slideshow .hero-slide {
  position: relative;
  background: var(--cf-dark);
}
.theme-comanfy .hero-slideshow .hero-slide-link, .theme-comanfy .hero-slideshow picture {
  display: block;
  color: inherit;
  text-decoration: none;
}
.theme-comanfy .hero-slideshow .slideshow-img, .theme-comanfy .hero-slideshow .hero-slide-image {
  width: 100%;
  height: auto;
  aspect-ratio: var(--hero-w) / var(--hero-h);
  object-fit: cover;
  display: block;
}
@media (max-width: 767.98px) {
  .theme-comanfy .hero-slideshow {
    aspect-ratio: var(--hero-w-mobile) / var(--hero-h-mobile);
  }
  .theme-comanfy .hero-slideshow .slideshow-img, .theme-comanfy .hero-slideshow .hero-slide-image {
    aspect-ratio: var(--hero-w-mobile) / var(--hero-h-mobile);
  }
}
.theme-comanfy .hero-slideshow .hero-slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 0;
  background: linear-gradient(transparent, rgba(20, 24, 22, 0.85));
  pointer-events: none;
}
.theme-comanfy .hero-slideshow .hero-slide-title {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
}
.theme-comanfy .hero-slideshow .swiper-button-prev, .theme-comanfy .hero-slideshow .swiper-button-next {
  width: 44px;
  height: 44px;
  z-index: 3;
  background: rgba(20, 24, 22, 0.65);
  border-radius: 0;
  transition: background 0.2s ease;
}
.theme-comanfy .hero-slideshow .swiper-button-prev::after, .theme-comanfy .hero-slideshow .swiper-button-next::after {
  display: none;
}
.theme-comanfy .hero-slideshow .swiper-button-prev i, .theme-comanfy .hero-slideshow .swiper-button-next i {
  color: #fff;
  font-size: 16px;
}
.theme-comanfy .hero-slideshow .swiper-button-prev:hover, .theme-comanfy .hero-slideshow .swiper-button-prev:focus, .theme-comanfy .hero-slideshow .swiper-button-next:hover, .theme-comanfy .hero-slideshow .swiper-button-next:focus {
  background: var(--cf-accent);
}
.theme-comanfy .hero-slideshow .swiper-button-prev {
  left: 16px;
}
.theme-comanfy .hero-slideshow .swiper-button-next {
  right: 16px;
}
.theme-comanfy .hero-slideshow .swiper-pagination {
  bottom: 16px;
  z-index: 3;
}
.theme-comanfy .banner-brands-section {
  padding: 2rem 0 2.25rem;
  margin-bottom: 2rem;
  background: var(--cf-bg);
  border-top: 1px solid var(--cf-border);
  border-bottom: 1px solid var(--cf-border);
}
.theme-comanfy .banner-grid-section {
  padding: 1.25rem 0 1.5rem;
  margin-bottom: 1.5rem;
}
.theme-comanfy .banner-grid-section .banner-grid-row {
  margin-left: -10px;
  margin-right: -10px;
}
.theme-comanfy .banner-grid-section .banner-grid-col {
  padding: 5px 10px;
}
.theme-comanfy .banner-grid-section .banner-grid-link {
  display: block;
  text-decoration: none;
}
.theme-comanfy .banner-grid-section .banner-grid-link--static {
  cursor: default;
}
.theme-comanfy .banner-grid-section .banner-grid-image {
  display: block;
  width: 100%;
  height: auto;
}
.theme-comanfy .banner-brands-carousel {
  padding: 0 44px 28px;
  box-shadow: none;
}
.theme-comanfy .banner-brands-carousel .swiper-wrapper {
  align-items: stretch;
}
.theme-comanfy .banner-brands-carousel .swiper-slide {
  height: auto;
}
.theme-comanfy .banner-brands-carousel .banner-brands-slide {
  padding: 0 10px;
  height: 100%;
  box-sizing: border-box;
}
.theme-comanfy .banner-brands-carousel .banner-brands-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  height: 100%;
  padding: 18px 20px;
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 10px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.theme-comanfy .banner-brands-carousel .banner-brands-link:hover {
  border-color: rgba(184, 134, 11, 0.45);
  box-shadow: 0 6px 18px rgba(20, 24, 22, 0.08);
  transform: translateY(-1px);
}
.theme-comanfy .banner-brands-carousel .banner-brands-link--static {
  cursor: default;
}
.theme-comanfy .banner-brands-carousel .banner-brands-link--static:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--cf-border);
}
.theme-comanfy .banner-brands-carousel .banner-brands-logo {
  display: block;
  max-width: 100%;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(15%);
  opacity: 0.88;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
.theme-comanfy .banner-brands-carousel .banner-brands-link:hover .banner-brands-logo {
  filter: none;
  opacity: 1;
}
.theme-comanfy .banner-brands-carousel .banner-brands-nav {
  width: 36px;
  height: 36px;
  z-index: 2;
  top: calc(50% - 14px);
  background: var(--cf-dark);
  border-radius: 0;
  transition: background 0.2s ease;
}
.theme-comanfy .banner-brands-carousel .banner-brands-nav::after {
  display: none;
}
.theme-comanfy .banner-brands-carousel .banner-brands-nav i {
  color: #fff;
  font-size: 14px;
}
.theme-comanfy .banner-brands-carousel .banner-brands-nav:hover, .theme-comanfy .banner-brands-carousel .banner-brands-nav:focus {
  background: var(--cf-accent);
}
.theme-comanfy .banner-brands-carousel .swiper-button-prev.banner-brands-nav {
  left: 0;
}
.theme-comanfy .banner-brands-carousel .swiper-button-next.banner-brands-nav {
  right: 0;
}
.theme-comanfy .banner-brands-carousel .banner-brands-pagination {
  bottom: 0;
  z-index: 2;
}
.theme-comanfy .banner-brands-carousel .banner-brands-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 0;
  background: var(--cf-border);
  opacity: 1;
}
.theme-comanfy .banner-brands-carousel .banner-brands-pagination .swiper-pagination-bullet-active {
  background: var(--cf-accent);
}
@media (max-width: 575.98px) {
  .theme-comanfy .banner-brands-carousel {
    padding: 0 36px 28px;
  }
  .theme-comanfy .banner-brands-carousel .banner-brands-link {
    min-height: 80px;
    padding: 14px 16px;
  }
  .theme-comanfy .banner-brands-carousel .banner-brands-logo {
    max-height: 52px;
  }
}
.theme-comanfy #menu .menu-count {
  font-size: 12px;
  opacity: 0.75;
}
.theme-comanfy #menu .mega-menu-panel {
  border: none;
  border-top: 3px solid var(--cf-accent);
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: var(--cf-surface);
}
.theme-comanfy #menu .mega-menu-header {
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0 12px;
  border-bottom: 1px solid var(--cf-border);
  margin-bottom: 16px;
}
.theme-comanfy #menu .mega-menu-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--cf-dark);
  text-decoration: none;
}
.theme-comanfy #menu .mega-menu-total {
  font-size: 13px;
  color: var(--cf-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.theme-comanfy #menu .mega-menu-columns {
  display: grid;
  grid-template-columns: repeat(var(--mega-cols, 1), minmax(0, 1fr));
  gap: 8px 24px;
}
.theme-comanfy #menu .mega-menu-sublink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  color: var(--cf-text);
  text-decoration: none;
  border-bottom: 1px solid #eef1ed;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}
.theme-comanfy #menu .mega-menu-sublink:hover {
  color: var(--cf-accent);
}
.theme-comanfy #menu .mega-menu-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  padding: 0 6px;
  background: #eef1ed;
  color: var(--cf-dark);
  font-size: 11px;
  font-weight: 700;
}
.theme-comanfy #menu .mega-menu-footer {
  padding: 16px 0 20px;
  margin-top: 8px;
  border-top: 1px solid var(--cf-border);
}
.theme-comanfy #menu .mega-menu-footer .see-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--cf-dark);
  border: none;
  padding: 0;
  font-size: 13px;
}
.theme-comanfy #menu .mega-menu-footer .see-all:hover {
  color: var(--cf-accent);
  background: transparent;
}
@media (min-width: 992px) {
  /* Full-bleed megamenu only for "Todas as categorias" */
  /* Category flyouts: compact under the item (Plant Cart style) */
  .theme-comanfy #menu .menu-inner {
    flex-direction: row;
    align-items: stretch;
    min-height: 48px;
  }
  .theme-comanfy #menu .menu-all-categories {
    flex: 0 0 auto;
    position: static;
  }
  .theme-comanfy #menu .menu-all-categories .menu-all-bar {
    height: 100%;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
  .theme-comanfy #menu .menu-all-categories .menu-all-trigger {
    height: 100%;
    cursor: pointer;
  }
  .theme-comanfy #menu .menu-nav-primary {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    overflow: visible;
  }
  .theme-comanfy #menu .menu-more {
    flex: 0 0 auto;
    position: relative;
  }
  .theme-comanfy #menu .menu-more:hover > .dropdown-menu, .theme-comanfy #menu .menu-more:focus-within > .dropdown-menu {
    display: block;
  }
  .theme-comanfy #menu .menu-cta-wrap {
    flex: 0 0 auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 0 12px 0 0;
  }
  .theme-comanfy #menu .menu-all-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .theme-comanfy #menu .menu-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
  }
  .theme-comanfy #menu .menu-all-categories {
    position: static;
  }
  .theme-comanfy #menu .menu-all-categories .mega-menu-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 1025;
    display: none !important;
    height: auto !important;
    overflow: visible !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
  }
  .theme-comanfy #menu .menu-all-categories:hover .mega-menu-panel, .theme-comanfy #menu .menu-all-categories:focus-within .mega-menu-panel {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .theme-comanfy #menu .nav-item.mega-menu {
    position: relative;
  }
  .theme-comanfy #menu .nav-item.mega-menu .mega-menu-panel {
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    width: max(240px, calc(var(--mega-cols, 1) * 200px));
    max-width: min(520px, calc(100vw - 24px));
    z-index: 1025;
    display: none !important;
    height: auto !important;
    overflow: visible !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
    box-shadow: 0 12px 28px rgba(20, 28, 24, 0.16);
  }
  .theme-comanfy #menu .nav-item.mega-menu .mega-menu-panel > .container {
    width: auto;
    max-width: none;
    padding: 12px 16px;
  }
  .theme-comanfy #menu .nav-item.mega-menu .mega-menu-panel .mega-menu-header {
    padding: 4px 0 10px;
    margin-bottom: 8px;
  }
  .theme-comanfy #menu .nav-item.mega-menu .mega-menu-panel .mega-menu-title {
    font-size: 16px;
  }
  .theme-comanfy #menu .nav-item.mega-menu .mega-menu-panel .mega-menu-footer {
    padding: 10px 0 4px;
    margin-top: 4px;
  }
  .theme-comanfy #menu .nav-item.mega-menu:hover .mega-menu-panel, .theme-comanfy #menu .nav-item.mega-menu:focus-within .mega-menu-panel {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .theme-comanfy #menu .mega-menu-bar {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .theme-comanfy #menu .menu-nav {
    padding: 8px 0 12px;
  }
  .theme-comanfy #menu .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .theme-comanfy #menu .mega-menu-panel {
    background: var(--cf-dark-2);
    border-top: none;
    box-shadow: none;
    padding: 0 0 8px;
  }
  .theme-comanfy #menu .mega-menu-columns {
    grid-template-columns: 1fr;
    padding: 0 12px;
  }
  .theme-comanfy #menu .mega-menu-sublink {
    color: #e8ece9;
    border-bottom-color: rgba(255, 255, 255, 0.08);
    padding: 10px 0;
  }
  .theme-comanfy #menu .mega-menu-badge {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }
  .theme-comanfy #menu .mega-menu-footer .see-all {
    color: #e8ece9;
    padding: 8px 12px 0;
  }
}
.theme-comanfy .cart-drawer {
  width: min(420px, 100vw);
  background: var(--cf-dark);
  color: #e8ece9;
  border-left: 1px solid #2f3731;
}
.theme-comanfy .cart-drawer .offcanvas-header {
  background: var(--cf-dark-2);
  border-bottom: 1px solid #2f3731;
  padding: 16px 20px;
  align-items: center;
}
.theme-comanfy .cart-drawer .cart-drawer-close {
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.theme-comanfy .cart-drawer .cart-drawer-close i {
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}
.theme-comanfy .cart-drawer .cart-drawer-close:hover, .theme-comanfy .cart-drawer .cart-drawer-close:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  outline: none;
}
.theme-comanfy .cart-drawer .cart-drawer-close:active {
  transform: scale(0.96);
}
.theme-comanfy .cart-drawer .offcanvas-title {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 18px;
}
.theme-comanfy .cart-drawer-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: start;
  padding: 16px 20px;
  border-bottom: 1px solid #2f3731;
}
.theme-comanfy .cart-drawer-thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 1px solid #2f3731;
}
.theme-comanfy .cart-drawer-name {
  display: block;
  color: #fff;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 4px;
  text-decoration: none;
}
.theme-comanfy .cart-drawer-option {
  display: block;
  color: #9aa39c;
}
.theme-comanfy .cart-drawer-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  font-size: 13px;
}
.theme-comanfy .cart-drawer-price {
  color: var(--cf-accent);
  font-weight: 700;
}
.theme-comanfy .cart-drawer-footer {
  padding: 16px 20px 20px;
  background: var(--cf-dark-2);
  border-top: 1px solid #2f3731;
}
.theme-comanfy .cart-drawer-total-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  font-size: 14px;
}
.theme-comanfy .cart-drawer-pix {
  margin: 8px 0 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(184, 134, 11, 0.12);
  border: 1px solid rgba(184, 134, 11, 0.28);
}
.theme-comanfy .cart-drawer-pix .br-total-pix {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.theme-comanfy .cart-drawer-pix .br-total-pix__label, .theme-comanfy .cart-drawer-pix .br-total-pix__suffix, .theme-comanfy .cart-drawer-pix .br-total-pix__installment {
  color: #d7ddd8;
}
.theme-comanfy .cart-drawer-pix .br-total-pix__value {
  color: #f0c14b;
}
.theme-comanfy .cart-drawer-actions .btn-outline-light {
  border-color: #4a524c;
  color: #e8ece9;
}
.theme-comanfy .cart-drawer-actions .btn-outline-light:hover {
  background: #2f3731;
  border-color: #2f3731;
  color: #fff;
}
.theme-comanfy .cart-drawer-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  color: #9aa39c;
}
.theme-comanfy .cart-drawer-empty i {
  font-size: 42px;
  margin-bottom: 16px;
  opacity: 0.5;
}
.theme-comanfy #mobile-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--cf-dark);
  border-top: 1px solid #2f3731;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}
.theme-comanfy #mobile-bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 8px;
  color: #b8bfb9;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.theme-comanfy #mobile-bottom-nav a i {
  font-size: 18px;
}
.theme-comanfy #mobile-bottom-nav a:hover, .theme-comanfy #mobile-bottom-nav a:focus {
  color: var(--cf-accent);
}
@media (min-width: 992px) {
  body.theme-comanfy {
    padding-bottom: 0;
  }
}
/* ==========================================================================
   Tema Comanfy — Fase 3 (Pix e parcelamento BR)
   ========================================================================== */
.theme-comanfy .br-price {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.theme-comanfy .br-price-pix {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
}
.theme-comanfy .br-price-or {
  color: var(--cf-text-muted);
  font-size: 12px;
}
.theme-comanfy .br-price-pix-value {
  color: #1fa77a;
  font-weight: 700;
}
.theme-comanfy .br-price-pix-value i {
  color: #32bcad;
  margin-right: 2px;
}
.theme-comanfy .br-price-pix-badge {
  display: inline-block;
  padding: 1px 6px;
  background: rgba(31, 167, 122, 0.12);
  color: #1fa77a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.theme-comanfy .br-price-group-badge {
  display: inline-block;
  padding: 1px 6px;
  background: rgba(184, 134, 11, 0.14);
  color: var(--cf-accent);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.theme-comanfy .br-price-group-badge--pf {
  background: #eef1ed;
  color: var(--cf-dark);
}
.theme-comanfy .br-price-group-badge--pj {
  background: rgba(184, 134, 11, 0.16);
  color: var(--cf-accent-hover);
}
.theme-comanfy .br-price-installment {
  font-size: 13px;
  color: var(--cf-text);
  line-height: 1.4;
}
.theme-comanfy .br-price-installment i {
  color: var(--cf-text-muted);
  margin-right: 4px;
}
.theme-comanfy .br-price-installment-tag {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px;
  background: #eef1ed;
  color: var(--cf-dark);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.theme-comanfy .br-price-installment-tag--interest {
  background: #f8ece8;
  color: #9a3b2e;
}
.theme-comanfy .product-br-price {
  margin-top: 12px;
  padding: 14px 16px;
  background: #f7f8f6;
  border: 1px solid var(--cf-border);
  border-left: 3px solid #32bcad;
  list-style: none;
}
.theme-comanfy .product-br-price .br-price {
  margin-top: 0;
  gap: 8px;
}
.theme-comanfy .product-br-price .br-price-pix-value {
  font-size: 26px;
  color: #1ed76e;
}
.theme-comanfy .product-br-price .br-price-pix-badge {
  background: var(--cf-dark);
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 11px;
}
.theme-comanfy .product-br-price .br-price-group-badge {
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 11px;
}
.theme-comanfy .product-br-price .br-price-installment-line {
  font-size: 15px;
}
.theme-comanfy .btn-all-installments {
  margin-top: 12px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
}
.theme-comanfy .product-installment-item {
  font-size: 12px;
  line-height: 1.4;
}
/* ==========================================================================
   Tema Comanfy — Página do produto
   ========================================================================== */
.theme-comanfy .product-page {
  padding-bottom: 48px;
}
.theme-comanfy .product-page-layout {
  align-items: flex-start;
}
.theme-comanfy .product-gallery {
  margin-bottom: 24px;
  background: #fafbf9;
  border: 1px solid var(--cf-border);
  padding: 16px;
}
.theme-comanfy .product-gallery-main {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.theme-comanfy .product-gallery-main .product-gallery-slide {
  outline: none;
}
.theme-comanfy .product-gallery-main .product-gallery-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  background-color: #fafbf9;
  background-repeat: no-repeat;
}
.theme-comanfy .product-gallery-main .product-gallery-slide a.is-zooming img {
  opacity: 0;
}
.theme-comanfy .product-gallery-main img {
  max-height: 520px;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
  transition: opacity 0.12s ease;
  pointer-events: none;
}
.theme-comanfy .product-gallery-main .swiper-button-prev, .theme-comanfy .product-gallery-main .swiper-button-next {
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: 0;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--cf-border);
  border-radius: 50%;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.theme-comanfy .product-gallery-main .swiper-button-prev::after, .theme-comanfy .product-gallery-main .swiper-button-next::after {
  display: none;
}
.theme-comanfy .product-gallery-main .swiper-button-prev i, .theme-comanfy .product-gallery-main .swiper-button-next i {
  color: var(--cf-dark);
  font-size: 14px;
}
.theme-comanfy .product-gallery-main .swiper-button-prev:hover, .theme-comanfy .product-gallery-main .swiper-button-prev:focus, .theme-comanfy .product-gallery-main .swiper-button-next:hover, .theme-comanfy .product-gallery-main .swiper-button-next:focus {
  background: #fff;
  border-color: var(--cf-dark);
}
.theme-comanfy .product-gallery-main .swiper-button-prev {
  left: 8px;
}
.theme-comanfy .product-gallery-main .swiper-button-next {
  right: 8px;
}
.theme-comanfy .product-gallery-thumbs-bar {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 12px;
}
.theme-comanfy .product-gallery-thumbs-bar .product-gallery-thumb--video {
  flex: 0 0 82px;
  width: 82px;
  min-height: 74px;
  padding: 0;
  border: 2px solid #111;
  border-radius: 2px;
  background: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
}
.theme-comanfy .product-gallery-thumbs-bar .product-gallery-thumb--video .product-gallery-video-icon {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.theme-comanfy .product-gallery-thumbs-bar .product-gallery-thumb--video:hover, .theme-comanfy .product-gallery-thumbs-bar .product-gallery-thumb--video:focus {
  border-color: #c4302b;
  box-shadow: 0 0 0 1px #c4302b;
  outline: none;
}
.theme-comanfy .product-gallery-thumbs-bar .product-gallery-thumbs {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 0;
}
.theme-comanfy .product-gallery-thumbs {
  margin-top: 12px;
  position: relative;
}
.theme-comanfy .product-gallery-thumbs.product-gallery-thumbs--static .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  transform: none !important;
}
.theme-comanfy .product-gallery-thumbs.product-gallery-thumbs--static .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}
.theme-comanfy .product-gallery-thumbs .swiper-slide {
  cursor: pointer;
  height: auto;
}
.theme-comanfy .product-gallery-thumbs .swiper-button-prev.gallery-thumb-nav, .theme-comanfy .product-gallery-thumbs .swiper-button-next.gallery-thumb-nav {
  width: 28px;
  height: 28px;
  margin: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--cf-border);
  border-radius: 50%;
}
.theme-comanfy .product-gallery-thumbs .swiper-button-prev.gallery-thumb-nav::after, .theme-comanfy .product-gallery-thumbs .swiper-button-next.gallery-thumb-nav::after {
  display: none;
}
.theme-comanfy .product-gallery-thumbs .swiper-button-prev.gallery-thumb-nav i, .theme-comanfy .product-gallery-thumbs .swiper-button-next.gallery-thumb-nav i {
  color: var(--cf-dark);
  font-size: 11px;
}
.theme-comanfy .product-gallery-thumbs .swiper-button-prev.gallery-thumb-nav {
  left: -6px;
}
.theme-comanfy .product-gallery-thumbs .swiper-button-next.gallery-thumb-nav {
  right: -6px;
}
.theme-comanfy .product-gallery-thumbs .product-gallery-thumb {
  border: 2px solid var(--cf-border);
  background: #fff;
  padding: 4px;
  border-radius: 2px;
  transition: border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  opacity: 0.7;
}
.theme-comanfy .product-gallery-thumbs .product-gallery-thumb img {
  width: 100%;
  height: 74px;
  object-fit: contain;
  display: block;
}
.theme-comanfy .product-gallery-thumbs .product-gallery-thumb.is-active {
  border-color: var(--cf-dark);
  opacity: 1;
  box-shadow: 0 0 0 1px var(--cf-dark);
}
.theme-comanfy .product-gallery-thumbs .swiper-slide-thumb-active .product-gallery-thumb {
  border-color: var(--cf-dark);
  opacity: 1;
  box-shadow: 0 0 0 1px var(--cf-dark);
}
.theme-comanfy #modal-installments, .theme-comanfy #modal-product-video, .theme-comanfy #modal-compartilhar {
  z-index: 1065;
}
.theme-comanfy .product-video-modal .modal-body {
  background: #000;
}
.theme-comanfy .product-page-tabs {
  border-bottom: 2px solid var(--cf-dark);
  margin-bottom: 0;
}
.theme-comanfy .product-page-tabs .nav-link {
  border: 0;
  border-radius: 0;
  color: var(--cf-text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 12px 18px;
}
.theme-comanfy .product-page-tabs .nav-link.active, .theme-comanfy .product-page-tabs .nav-link:hover {
  color: var(--cf-dark);
  background: transparent;
  border-bottom: 2px solid var(--cf-accent);
  margin-bottom: -2px;
}
.theme-comanfy .product-page-tab-content {
  padding: 24px 0;
}
.theme-comanfy .product-files-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  max-width: 520px;
}
.theme-comanfy .product-files-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--cf-border);
  border-radius: 10px;
  color: var(--cf-text);
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.theme-comanfy .product-files-link:hover {
  border-color: var(--cf-accent);
  background: var(--cf-surface);
  color: var(--cf-text);
}
.theme-comanfy .product-files-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(220, 53, 69, 0.08);
  color: #c0392b;
  font-size: 1.25rem;
}
.theme-comanfy .product-files-meta {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.theme-comanfy .product-files-name {
  font-weight: 600;
  line-height: 1.3;
}
.theme-comanfy .product-files-mask {
  font-size: 0.85rem;
  color: var(--cf-text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-comanfy .product-files-action {
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-accent);
}
.theme-comanfy .product-buy-box {
  position: sticky;
  top: 24px;
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  padding: 20px;
}
.theme-comanfy .product-buy-actions {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.theme-comanfy .product-share-modal {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.16);
}
.theme-comanfy .product-share-modal .modal-title {
  font-weight: 600;
  color: var(--cf-dark);
}
.theme-comanfy .product-share-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 8px;
}
.theme-comanfy .product-share-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 4px;
  border: 0;
  background: transparent;
  color: var(--cf-text-muted);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
}
.theme-comanfy .product-share-item:hover {
  color: var(--cf-dark);
  transform: translateY(-1px);
}
.theme-comanfy .product-share-item.is-copied .product-share-label {
  color: var(--cf-accent, #16a34a);
  font-weight: 600;
}
.theme-comanfy .product-share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 18px;
}
.theme-comanfy .product-share-icon--copy {
  background: #f3f4f6;
  color: #6b7280;
}
.theme-comanfy .product-share-icon--facebook {
  background: rgba(66, 103, 178, 0.12);
  color: #4267b2;
}
.theme-comanfy .product-share-icon--whatsapp {
  background: rgba(37, 211, 102, 0.12);
  color: #25d366;
}
.theme-comanfy .product-share-icon--pinterest {
  background: rgba(189, 8, 28, 0.12);
  color: #bd081c;
}
.theme-comanfy .product-share-icon--linkedin {
  background: rgba(10, 102, 194, 0.12);
  color: #0a66c2;
}
.theme-comanfy .product-share-icon--telegram {
  background: rgba(37, 150, 190, 0.12);
  color: #229ed9;
}
.theme-comanfy .product-buy-title {
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: 12px;
}
.theme-comanfy .product-buy-meta {
  margin-bottom: 16px;
  color: var(--cf-text-muted);
  font-size: 14px;
  line-height: 1.6;
}
.theme-comanfy .product-buy-price {
  margin-bottom: 20px;
}
.theme-comanfy .product-buy-row {
  margin-bottom: 16px;
}
.theme-comanfy .product-qty-group .form-control {
  border-left: 0;
  border-right: 0;
}
.theme-comanfy .btn-buy {
  min-height: 48px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  text-transform: none;
}
.theme-comanfy .product-shipping-quote {
  margin-top: 20px;
  border: 1px solid var(--cf-border);
  background: #f7f8f6;
}
.theme-comanfy .product-shipping-heading {
  padding: 10px 14px;
  border-bottom: 1px solid var(--cf-border);
  font-size: 14px;
  font-weight: 600;
}
.theme-comanfy .product-shipping-body {
  padding: 14px;
}
.theme-comanfy .product-shipping-input .form-control {
  border-radius: 8px 0 0 8px;
}
.theme-comanfy .product-shipping-input .btn {
  border-radius: 0 8px 8px 0;
  font-weight: 600;
  min-width: 110px;
}
.theme-comanfy .product-shipping-cep-help {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: var(--cf-dark);
  text-decoration: none;
}
.theme-comanfy .product-shipping-cep-help:hover {
  text-decoration: underline;
}
.theme-comanfy .product-shipping-result {
  margin-top: 12px;
  font-size: 14px;
}
.theme-comanfy .product-shipping-result.is-error {
  color: #9a3b2e;
}
.theme-comanfy .product-shipping-result ul li {
  padding: 6px 0;
  border-bottom: 1px solid var(--cf-border);
}
.theme-comanfy .product-shipping-result ul li:last-child {
  border-bottom: 0;
}

/* Navegue pelas Marcas (browse_brands) */
.theme-comanfy .container__browseBrands-wrap {
  background: var(--cf-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
}
.theme-comanfy .container__browseBrands {
  text-align: center;
  line-height: 1.8;
}
.theme-comanfy .container__browseBrands b {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-right: 6px;
}
.theme-comanfy .container__browseBrands .letter-modal,
.theme-comanfy #modalBrands .letter-modal {
  font-size: 14px;
  font-weight: 400;
  color: #c5ccc6;
  text-transform: uppercase;
  transition: color 0.3s;
  cursor: pointer;
  display: inline-block;
  padding: 0 2px;
}
.theme-comanfy .container__browseBrands .letter-modal:hover,
.theme-comanfy #modalBrands .letter-modal:hover:not(.letter-modal-actual) {
  color: var(--cf-accent);
}
.theme-comanfy .container__browseBrands .letter-sep,
.theme-comanfy #modalBrands .letter-sep {
  color: rgba(255, 255, 255, 0.35);
  margin: 0 2px;
  pointer-events: none;
}
.theme-comanfy #modalBrands .letter-sep {
  color: #cfcfd4;
}
.theme-comanfy #modalBrands .modal-header {
  padding: 24px 20px 16px 24px;
  border-bottom: none;
}
.theme-comanfy #modalBrands .modal-body {
  padding: 0 24px 35px;
}
.theme-comanfy #modalBrands .modal-header h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--cf-accent);
}
.theme-comanfy #modalBrands .modal-header h5 span {
  font-size: 16px;
  font-weight: 500;
  color: #909599;
}
.theme-comanfy #modalBrands .letter-modal {
  color: #242424;
}
.theme-comanfy #modalBrands .letter-modal.letter-modal-actual {
  color: #fff;
  background-color: var(--cf-accent);
  width: 29px;
  height: 22px;
  border-radius: 4px;
  position: relative;
  text-align: center;
  line-height: 22px;
}
.theme-comanfy #modalBrands .letter-modal.letter-modal-actual::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--cf-accent);
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.theme-comanfy #modalBrands .letter__text {
  font-size: 16px;
  font-weight: 500;
  color: #7b7f82;
  padding: 11px 16px;
  background-color: #f6f6f7;
  border-radius: 4px;
  display: inline-block;
}
.theme-comanfy #modalBrands .letter__text .letter__actual {
  font-size: 20px;
  font-weight: 700;
  color: var(--cf-accent);
  text-transform: uppercase;
}
.theme-comanfy #modalBrands .browse-brands-divider {
  background-color: #cfcfd4;
  opacity: 1;
}
.theme-comanfy #modalBrands .browse-brands-list-wrap {
  min-height: 200px;
  max-height: 580px;
  overflow-y: auto;
  position: relative;
}
.theme-comanfy #modalBrands .browse-brands-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  color: var(--cf-accent);
}
.theme-comanfy #modalBrands .brand-item {
  margin-bottom: 12px;
}
.theme-comanfy #modalBrands .brand-item a {
  color: #242424;
  text-decoration: none;
  font-size: 14px;
}
.theme-comanfy #modalBrands .brand-item a:hover {
  color: var(--cf-accent);
}
.theme-comanfy #modalBrands .brand-item i {
  margin-right: 6px;
  color: #7b7f82;
}

.theme-comanfy .product-buy-reviews {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--cf-border);
}
.theme-comanfy .product-tags {
  margin-top: 24px;
  font-size: 14px;
  color: var(--cf-text-muted);
}
.theme-comanfy .product-tags a {
  display: inline-block;
  margin: 2px 4px 2px 0;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--cf-border);
  background: var(--cf-surface);
  color: var(--cf-text);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.theme-comanfy .product-tags a:hover {
  border-color: var(--cf-accent);
  color: var(--cf-dark);
}
.theme-comanfy .product-stock-badge {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.theme-comanfy .product-stock-badge--in {
  background: rgba(39, 174, 96, 0.12);
  color: #1e8449;
}
.theme-comanfy .product-stock-badge--out {
  background: rgba(192, 57, 43, 0.1);
  color: #922b21;
}
.theme-comanfy .product-thumb .product-thumb-quote-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-block;
  padding: 4px 10px;
  background: var(--cf-dark, #1a1a1a);
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  pointer-events: none;
}
.theme-comanfy .product-thumb .product-thumb-free-shipping-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-block;
  padding: 4px 10px;
  background: #1b7a4e;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  pointer-events: none;
}
.theme-comanfy .product-free-shipping-badge {
  display: inline-block;
  padding: 4px 10px;
  background: #1b7a4e;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}
.theme-comanfy .product-related {
  margin-top: 40px;
}
.theme-comanfy .cf-product-variation {
  margin-bottom: 16px;
}
.theme-comanfy .cf-product-variation__title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--cf-text, #222);
}
.theme-comanfy .cf-product-variation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.theme-comanfy .cf-product-variation__item {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.theme-comanfy .cf-product-variation__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-comanfy .cf-product-variation__item:hover, .theme-comanfy .cf-product-variation__item.is-active {
  border-color: var(--cf-primary, #1a1a1a);
  box-shadow: 0 0 0 1px var(--cf-primary, #1a1a1a);
}
.theme-comanfy .cf-option-combination-info {
  font-size: 0.875rem;
  color: var(--cf-muted, #666);
}
@media (max-width: 991px) {
  .theme-comanfy .product-buy-box {
    position: static;
    margin-top: 8px;
  }
}
/* ==========================================================================
   Tema Comanfy — Páginas de conta (login)
   ========================================================================== */
.theme-comanfy .account-auth-page {
  padding: 32px 0 48px;
  background: var(--cf-bg);
  min-height: 60vh;
}
.theme-comanfy .account-auth-wrap {
  max-width: 480px;
  margin: 0 auto;
}
.theme-comanfy .account-auth-logo {
  text-align: center;
  margin-bottom: 28px;
}
.theme-comanfy .account-auth-logo img {
  max-width: 220px;
  max-height: 72px;
  width: auto;
  object-fit: contain;
}
.theme-comanfy .account-auth-logo a {
  text-decoration: none;
}
.theme-comanfy .account-auth-logo--text a {
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--cf-dark);
}
.theme-comanfy .account-auth-card {
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  padding: 28px 24px 24px;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(20, 24, 22, 0.06);
}
.theme-comanfy .account-auth-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 8px;
  color: var(--cf-dark);
  text-align: center;
}
.theme-comanfy .account-auth-lead {
  text-align: center;
  color: var(--cf-text-muted);
  font-size: 15px;
  margin-bottom: 24px;
}
.theme-comanfy .account-auth-form .form-check-label {
  font-size: 14px;
  color: var(--cf-text);
}
/* ==========================================================================
   Tema Comanfy — Formulários Material UI (outlined + floating label)
   ========================================================================== */
.theme-comanfy {
  --cf-field-radius: 10px;
  --cf-field-border: #b8bfb9;
  --cf-field-bg: #fff;
  --cf-field-height: 56px;
}
.theme-comanfy .cf-form .form-floating > .form-control, .theme-comanfy .cf-form .form-floating > .form-select, .theme-comanfy .cf-search-field > .form-control, .theme-comanfy .cf-newsletter-field > .form-control {
  min-height: var(--cf-field-height);
  height: var(--cf-field-height);
  border: 1px solid var(--cf-field-border);
  border-radius: var(--cf-field-radius);
  background-color: var(--cf-field-bg);
  color: var(--cf-text);
  font-size: 15px;
  padding: 1.35rem 0.95rem 0.45rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, padding 0.2s ease;
}
.theme-comanfy .cf-form .form-floating > .form-control:hover:not(:focus):not(.is-invalid), .theme-comanfy .cf-form .form-floating > .form-select:hover:not(:focus):not(.is-invalid), .theme-comanfy .cf-search-field > .form-control:hover:not(:focus):not(.is-invalid), .theme-comanfy .cf-newsletter-field > .form-control:hover:not(:focus):not(.is-invalid) {
  border-color: #8f9690;
}
.theme-comanfy .cf-form .form-floating > .form-control:focus, .theme-comanfy .cf-form .form-floating > .form-select:focus, .theme-comanfy .cf-search-field > .form-control:focus, .theme-comanfy .cf-newsletter-field > .form-control:focus {
  border-color: var(--cf-accent);
  border-width: 2px;
  padding: calc(1.35rem - 1px) calc(0.95rem - 1px) calc(0.45rem - 1px);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.12);
  background-color: var(--cf-field-bg);
  color: var(--cf-text);
}
.theme-comanfy .cf-form .form-floating > .form-control.is-invalid, .theme-comanfy .cf-form .form-floating > .form-control.is-invalid:focus, .theme-comanfy .cf-form .form-floating > .form-select.is-invalid, .theme-comanfy .cf-form .form-floating > .form-select.is-invalid:focus, .theme-comanfy .cf-search-field > .form-control.is-invalid, .theme-comanfy .cf-search-field > .form-control.is-invalid:focus, .theme-comanfy .cf-newsletter-field > .form-control.is-invalid, .theme-comanfy .cf-newsletter-field > .form-control.is-invalid:focus {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}
.theme-comanfy .form-control.is-invalid, .theme-comanfy .was-validated .form-control:invalid {
  background-image: none !important;
}
.theme-comanfy .form-select.is-invalid:not([multiple]):not([size]), .theme-comanfy .form-select.is-invalid:not([multiple])[size="1"], .theme-comanfy .was-validated .form-select:invalid:not([multiple]):not([size]), .theme-comanfy .was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-color: var(--cf-field-bg, #fff) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
  padding-right: 2.25rem !important;
}
.theme-comanfy .cf-form .form-floating > label, .theme-comanfy .cf-search-field > label, .theme-comanfy .cf-newsletter-field > label {
  color: var(--cf-text-muted);
  font-size: 15px;
  padding: 1rem 0.95rem;
  transition: transform 0.2s ease, color 0.2s ease, font-size 0.2s ease;
}
.theme-comanfy .cf-form .form-floating > .form-control:focus ~ label, .theme-comanfy .cf-form .form-floating > .form-control:not(:placeholder-shown) ~ label, .theme-comanfy .cf-form .form-floating > .form-control.cf-filled ~ label, .theme-comanfy .cf-form .form-floating > .form-select ~ label, .theme-comanfy .cf-search-field > .form-control:focus ~ label, .theme-comanfy .cf-search-field > .form-control:not(:placeholder-shown) ~ label, .theme-comanfy .cf-newsletter-field > .form-control:focus ~ label, .theme-comanfy .cf-newsletter-field > .form-control:not(:placeholder-shown) ~ label {
  color: var(--cf-accent);
  transform: scale(0.78) translateY(-0.55rem) translateX(0.1rem);
  font-weight: 600;
}
.theme-comanfy .cf-form .form-floating > .form-select {
  padding-top: 1.55rem;
  padding-bottom: 0.35rem;
}
.theme-comanfy .cf-form .form-floating > textarea.form-control {
  min-height: 120px;
  height: auto;
  padding-top: 1.65rem;
}
.theme-comanfy .cf-field-group .invalid-feedback {
  margin-top: 6px;
  font-size: 12px;
}
.theme-comanfy .cf-field-icon {
  position: relative;
}
.theme-comanfy .cf-field-icon .cf-field-icon-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--cf-text-muted);
  pointer-events: none;
  z-index: 3;
}
.theme-comanfy .cf-field-icon > .form-control {
  padding-right: 2.5rem;
}
.theme-comanfy .cf-search {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  position: relative;
}
.theme-comanfy .cf-search-field {
  flex: 1;
  position: relative;
}
.theme-comanfy .cf-search-btn {
  min-width: 52px;
  height: var(--cf-field-height);
  border-radius: var(--cf-field-radius);
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-comanfy .cf-search-suggest {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 1050;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  max-height: 420px;
  overflow-y: auto;
  padding: 8px 0;
}
.theme-comanfy .cf-quote-search {
  position: relative;
  width: 100%;
}
.theme-comanfy .cf-search-suggest__item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 14px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}
.theme-comanfy .cf-search-suggest__item:hover, .theme-comanfy .cf-search-suggest__item.is-active {
  background: rgba(0, 0, 0, 0.04);
}
.theme-comanfy .cf-search-suggest__thumb {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
  background: #f6f6f6;
}
.theme-comanfy .cf-search-suggest__body {
  min-width: 0;
  flex: 1;
}
.theme-comanfy .cf-search-suggest__name {
  display: block;
  font-size: 0.9rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-comanfy .cf-search-suggest__price {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 2px;
}
.theme-comanfy .cf-search-suggest__price s {
  font-weight: 400;
  opacity: 0.6;
  margin-right: 6px;
}
.theme-comanfy .cf-search-suggest__empty, .theme-comanfy .cf-search-suggest__all {
  display: block;
  padding: 10px 14px;
  font-size: 0.875rem;
  text-align: center;
  color: inherit;
  text-decoration: none;
}
.theme-comanfy .cf-search-suggest__all {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 600;
  margin-top: 4px;
}
.theme-comanfy .cf-newsletter-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.theme-comanfy .cf-newsletter-field {
  flex: 1;
}
.theme-comanfy .cf-newsletter-field > .form-control {
  background: #1a1f1c;
  border-color: #3a423c;
  color: #fff;
}
.theme-comanfy .cf-newsletter-field > .form-control:focus {
  background: #1a1f1c;
  color: #fff;
  border-color: var(--cf-accent);
}
.theme-comanfy .cf-newsletter-field > label {
  color: #8f9690;
}
.theme-comanfy .cf-newsletter-field > .form-control:focus ~ label, .theme-comanfy .cf-newsletter-field > .form-control:not(:placeholder-shown) ~ label {
  color: var(--cf-accent);
}
.theme-comanfy .cf-newsletter-btn {
  min-height: var(--cf-field-height);
  border-radius: var(--cf-field-radius);
  padding: 0 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.theme-comanfy .account-auth-form .form-label.cf-field-legend {
  font-weight: 600;
  font-size: 13px;
  color: var(--cf-text-muted);
  margin-bottom: 8px;
}
.theme-comanfy .account-auth-actions .btn, .theme-comanfy .account-auth-register .btn, .theme-comanfy .account-auth-form-footer .btn {
  border-radius: var(--cf-field-radius);
}
.theme-comanfy .account-auth-form .form-control, .theme-comanfy .account-auth-form .form-select {
  border-radius: var(--cf-field-radius);
}
.theme-comanfy .account-auth-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.theme-comanfy .account-auth-actions .btn {
  border-radius: var(--cf-field-radius, 10px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  padding: 12px 10px;
  white-space: normal;
  line-height: 1.3;
}
.theme-comanfy .account-auth-actions .btn-outline-dark {
  border-color: var(--cf-dark);
  color: var(--cf-dark);
}
.theme-comanfy .account-auth-actions .btn-outline-dark:hover {
  background: var(--cf-dark);
  border-color: var(--cf-dark);
  color: #fff;
}
.theme-comanfy .account-auth-register {
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(20, 24, 22, 0.04);
}
.theme-comanfy .account-auth-register-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 16px;
  color: var(--cf-dark);
}
.theme-comanfy .account-auth-register .btn-dark {
  background: var(--cf-dark);
  border-color: var(--cf-dark);
  border-radius: var(--cf-field-radius, 10px);
  min-width: 200px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.theme-comanfy .account-auth-register .btn-dark:hover {
  background: var(--cf-accent);
  border-color: var(--cf-accent);
}
@media (max-width: 575px) {
  .theme-comanfy .account-auth-actions {
    grid-template-columns: 1fr;
  }
  .theme-comanfy .account-auth-card {
    padding: 22px 18px 18px;
  }
}
.theme-comanfy .account-auth-wrap--wide {
  max-width: 640px;
}
.theme-comanfy .account-auth-text {
  color: var(--cf-text-muted);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.theme-comanfy .account-auth-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}
.theme-comanfy .account-auth-legend {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
  border-bottom: 1px solid var(--cf-border);
  padding-bottom: 8px;
  margin-bottom: 16px;
  width: 100%;
}
.theme-comanfy .account-auth-form .form-select {
  border-radius: var(--cf-field-radius, 10px);
  border-color: var(--cf-field-border, #b8bfb9);
  background-color: var(--cf-field-bg, #fff);
}
.theme-comanfy .account-auth-form .form-select:focus {
  border-color: var(--cf-accent);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.12);
}
.theme-comanfy .account-auth-form-footer {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--cf-border);
}
.theme-comanfy .account-auth-form .form-check-label {
  font-size: 14px;
  color: var(--cf-text);
}
.theme-comanfy .cf-person-type-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cf-text-muted);
  margin-bottom: 10px;
}
.theme-comanfy .cf-person-type-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.theme-comanfy .cf-person-type-card {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}
.theme-comanfy .cf-person-type-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.theme-comanfy .cf-person-type-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  background: var(--cf-surface);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.theme-comanfy .cf-person-type-card-title {
  font-weight: 700;
  color: var(--cf-dark);
}
.theme-comanfy .cf-person-type-card-hint {
  font-size: 13px;
  color: var(--cf-text-muted);
}
.theme-comanfy .cf-person-type-card.is-active .cf-person-type-card-body, .theme-comanfy .cf-person-type-input:checked + .cf-person-type-card-body {
  border-color: var(--cf-accent);
  box-shadow: 0 0 0 1px var(--cf-accent);
  background: rgba(255, 193, 7, 0.06);
}
.theme-comanfy .form-control.cf-doc-loading {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent);
  background-size: 200% 100%;
  animation: cf-doc-loading 1.2s linear infinite;
}
@keyframes cf-doc-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media (max-width: 575.98px) {
  .theme-comanfy .cf-person-type-options {
    grid-template-columns: 1fr;
  }
}
.theme-comanfy .checkout-form .cf-person-type {
  margin-bottom: 1rem;
}
.theme-comanfy .cf-address-mode-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.theme-comanfy .cf-address-mode-card {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}
.theme-comanfy .cf-address-mode-input, .theme-comanfy .cf-address-card-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.theme-comanfy .cf-address-mode-body, .theme-comanfy .cf-address-card-body {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.theme-comanfy .cf-address-mode-body {
  flex-direction: column;
  min-height: 72px;
  padding: 14px 16px;
}
.theme-comanfy .cf-address-mode-title {
  font-weight: 700;
  color: var(--cf-dark);
}
.theme-comanfy .cf-address-mode-hint {
  font-size: 13px;
  color: var(--cf-text-muted);
  line-height: 1.35;
}
.theme-comanfy .cf-address-mode-card.is-active .cf-address-mode-body, .theme-comanfy .cf-address-mode-input:checked + .cf-address-mode-body {
  border-color: var(--cf-accent);
  background: #fffdf6;
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.1);
}
.theme-comanfy .cf-address-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.theme-comanfy .cf-address-card {
  display: block;
  margin: 0;
  cursor: pointer;
}
.theme-comanfy .cf-address-card-body {
  padding: 14px 16px;
}
.theme-comanfy .cf-address-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f3f5f2;
  color: var(--cf-accent);
  flex-shrink: 0;
}
.theme-comanfy .cf-address-card-content {
  flex: 1;
  min-width: 0;
}
.theme-comanfy .cf-address-card-name {
  display: block;
  font-weight: 700;
  color: var(--cf-dark);
  margin-bottom: 2px;
}
.theme-comanfy .cf-address-card-line, .theme-comanfy .cf-address-card-meta {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
.theme-comanfy .cf-address-card-line {
  color: var(--cf-text);
}
.theme-comanfy .cf-address-card-meta {
  color: var(--cf-text-muted);
  margin-top: 2px;
}
.theme-comanfy .cf-address-card-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--cf-border);
  flex-shrink: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}
.theme-comanfy .cf-address-card.is-active .cf-address-card-body, .theme-comanfy .cf-address-card-input:checked + .cf-address-card-body {
  border-color: var(--cf-accent);
  background: #fffdf6;
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.1);
}
.theme-comanfy .cf-address-card.is-active .cf-address-card-check, .theme-comanfy .cf-address-card-input:checked + .cf-address-card-body .cf-address-card-check {
  color: var(--cf-accent);
}
.theme-comanfy .cf-address-existing.is-invalid .cf-address-card-body {
  border-color: #c0392b;
}
.theme-comanfy .cf-address-existing .invalid-feedback {
  margin-top: 8px;
}
.theme-comanfy .cf-checkout-address-actions {
  margin-top: 8px;
}
@media (max-width: 575.98px) {
  .theme-comanfy .cf-address-mode-options {
    grid-template-columns: 1fr;
  }
}
.theme-comanfy .checkout-success-page {
  padding-bottom: 56px;
}
.theme-comanfy .cf-success-wrap {
  display: flex;
  justify-content: center;
  padding: 8px 0 24px;
}
.theme-comanfy .cf-success-card {
  width: min(560px, 100%);
  background: linear-gradient(180deg, #fff 0%, #f8faf8 100%);
  border: 1px solid var(--cf-border);
  border-radius: 16px;
  padding: 32px 28px 28px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(26, 34, 28, 0.06);
  position: relative;
  overflow: hidden;
}
.theme-comanfy .cf-success-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cf-accent) 0%, #d4a84b 50%, var(--cf-accent) 100%);
}
.theme-comanfy .cf-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #eef8f0;
  color: #2e7d4f;
  font-size: 34px;
  box-shadow: 0 0 0 8px rgba(46, 125, 79, 0.08);
}
.theme-comanfy .cf-success-title {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
  margin: 0 0 10px;
  line-height: 1.15;
}
.theme-comanfy .cf-success-order {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--cf-dark);
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.theme-comanfy .cf-success-lead {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--cf-text-muted);
}
.theme-comanfy .cf-success-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.theme-comanfy .cf-success-action {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.theme-comanfy .cf-success-action:hover {
  border-color: var(--cf-accent);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.1);
  color: inherit;
  transform: translateY(-1px);
}
.theme-comanfy .cf-success-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f3f5f2;
  color: var(--cf-accent);
  font-size: 16px;
}
.theme-comanfy .cf-success-action-title {
  display: block;
  font-weight: 700;
  color: var(--cf-dark);
  font-size: 14px;
  line-height: 1.3;
}
.theme-comanfy .cf-success-action-hint {
  display: block;
  font-size: 12px;
  color: var(--cf-text-muted);
  line-height: 1.35;
  margin-top: 2px;
}
.theme-comanfy .cf-success-action-arrow {
  color: #b8bfb9;
  font-size: 12px;
}
.theme-comanfy .cf-success-thanks {
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--cf-text);
}
.theme-comanfy .checkout-success-page .btn-accent {
  min-height: 48px;
  font-weight: 700;
}
.theme-comanfy .mpago-success-page {
  padding-bottom: 56px;
  background: radial-gradient(1200px 280px at 50% -40px, rgba(184, 134, 11, 0.08), transparent 70%), var(--cf-bg);
}
.theme-comanfy .mpago-success-wrap {
  display: flex;
  justify-content: center;
  padding: 8px 0 24px;
}
.theme-comanfy .mpago-success-card {
  width: min(720px, 100%);
  background: linear-gradient(180deg, #fff 0%, #f7f8f5 100%);
  border: 1px solid var(--cf-border);
  border-radius: 20px;
  padding: 36px 28px 28px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(26, 34, 28, 0.08);
  position: relative;
  overflow: hidden;
}
.theme-comanfy .mpago-success-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--cf-accent) 0%, #d4a84b 50%, var(--cf-accent) 100%);
}
.theme-comanfy .mpago-success-page--pix .mpago-success-card::before {
  background: linear-gradient(90deg, #0ea5a0, #b8860b, #0ea5a0);
}
.theme-comanfy .mpago-success-page--cartao .mpago-success-card::before {
  background: linear-gradient(90deg, #2e7d4f, #b8860b, #2e7d4f);
}
.theme-comanfy .mpago-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #eef8f0;
  color: #2e7d4f;
  font-size: 32px;
  box-shadow: 0 0 0 8px rgba(46, 125, 79, 0.08);
}
.theme-comanfy .mpago-success-page--pix .mpago-success-icon {
  background: #e7f8f6;
  color: #0f766e;
  box-shadow: 0 0 0 8px rgba(14, 165, 160, 0.1);
}
.theme-comanfy .mpago-success-page--boleto .mpago-success-icon {
  background: #fbf4e4;
  color: var(--cf-accent);
  box-shadow: 0 0 0 8px rgba(184, 134, 11, 0.1);
}
.theme-comanfy .mpago-success-title {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  line-height: 1.15;
}
.theme-comanfy .mpago-success-order {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--cf-dark);
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.theme-comanfy .mpago-success-lead {
  margin: 0 auto 20px;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--cf-text-muted);
}
.theme-comanfy .mpago-timer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 auto 22px;
  padding: 12px 16px;
  width: min(100%, 360px);
  border-radius: 12px;
  background: #fff8ea;
  border: 1px solid #ead7a4;
}
.theme-comanfy .mpago-timer.is-expired {
  background: #fdecec;
  border-color: #f0b4b4;
}
.theme-comanfy .mpago-timer-kicker {
  font-size: 12px;
  color: var(--cf-text-muted);
}
.theme-comanfy .mpago-timer-value {
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  letter-spacing: 0.06em;
  color: var(--cf-dark);
}
.theme-comanfy .mpago-pix {
  display: grid;
  gap: 20px;
  margin-bottom: 22px;
  text-align: left;
}
@media (min-width: 768px) {
  .theme-comanfy .mpago-pix {
    grid-template-columns: 240px 1fr;
    align-items: center;
  }
}
.theme-comanfy .mpago-pix-frame {
  position: relative;
  margin: 0 auto;
  padding: 14px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 118, 110, 0.12);
  border: 1px dashed #9ad8d3;
}
.theme-comanfy .mpago-pix-frame img,
.theme-comanfy .mpago-pix-placeholder {
  display: block;
  width: 212px;
  height: 212px;
  object-fit: contain;
}
.theme-comanfy .mpago-pix-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3fbfa;
  background-image: linear-gradient(#0f766e 1px, transparent 1px), linear-gradient(90deg, #0f766e 1px, transparent 1px);
  background-size: 18px 18px;
  color: #0f766e;
  font-size: 72px;
}
.theme-comanfy .mpago-pix-stamp {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #0f766e;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 6px;
}
.theme-comanfy .mpago-pix-help {
  margin: 0 0 10px;
  color: var(--cf-text);
}
.theme-comanfy .mpago-code {
  width: 100%;
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  padding: 12px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--cf-dark);
  background: #fff;
  resize: none;
  margin-bottom: 10px;
}
.theme-comanfy .mpago-code--barcode {
  font-family: ui-monospace, Consolas, monospace;
  letter-spacing: 0.04em;
  text-align: center;
}
.theme-comanfy .mpago-copy {
  min-height: 46px;
  font-weight: 700;
}
.theme-comanfy .mpago-copy.is-copied {
  background: #2e7d4f;
  border-color: #2e7d4f;
  color: #fff;
}
.theme-comanfy .mpago-steps {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  text-align: left;
  counter-reset: mpago-step;
}
.theme-comanfy .mpago-steps li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--cf-text);
  font-size: 14px;
}
.theme-comanfy .mpago-steps li::before {
  counter-increment: mpago-step;
  content: counter(mpago-step);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--cf-dark);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}
.theme-comanfy .mpago-boleto {
  margin-bottom: 24px;
}
.theme-comanfy .mpago-boleto-stub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 18px 20px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: radial-gradient(circle at 12px 100%, transparent 10px, #fff 11px) left bottom / 24px 20px repeat-x, linear-gradient(180deg, #1a1f1c 0 42px, #fff 42px);
  color: var(--cf-dark);
  text-align: left;
  box-shadow: 0 8px 24px rgba(26, 31, 28, 0.08);
}
.theme-comanfy .mpago-boleto-brand {
  width: 100%;
  color: #f3d48a;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.theme-comanfy .mpago-boleto-label {
  margin: 0 0 6px;
  font-size: 12px;
  color: var(--cf-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.theme-comanfy .mpago-boleto-hint {
  margin: 12px 0 16px;
  color: var(--cf-text-muted);
}
.theme-comanfy .mpago-card-ok {
  margin: 0 auto 22px;
  max-width: 460px;
  font-size: 15px;
}
.theme-comanfy .mpago-success-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
  text-align: left;
}
.theme-comanfy .mpago-success-action {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.theme-comanfy .mpago-success-action:hover {
  border-color: var(--cf-accent);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.1);
  color: inherit;
  transform: translateY(-1px);
}
.theme-comanfy .mpago-success-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f3f5f2;
  color: var(--cf-accent);
}
.theme-comanfy .mpago-success-action-title {
  display: block;
  font-weight: 700;
  color: var(--cf-dark);
}
.theme-comanfy .mpago-success-action-hint {
  display: block;
  font-size: 12px;
  color: var(--cf-text-muted);
}
.theme-comanfy .mpago-success-thanks {
  margin: 0 0 16px;
}
.theme-comanfy .mpago-success-page .btn-accent {
  min-height: 48px;
  font-weight: 700;
}
.theme-comanfy [id^="account-"].container {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .theme-comanfy .cf-account-sidebar .cf-account-nav {
    position: sticky;
    top: 20px;
  }
}
.theme-comanfy .cf-account-nav {
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  overflow: hidden;
}
.theme-comanfy .cf-account-nav-section + .cf-account-nav-section {
  border-top: 1px solid var(--cf-border);
}
.theme-comanfy .cf-account-nav-label {
  padding: 14px 16px 8px;
  font-family: "Rajdhani", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cf-text-muted);
}
.theme-comanfy .cf-account-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  color: var(--cf-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-left: 3px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.theme-comanfy .cf-account-nav-link:hover {
  background: #f5f7f4;
  color: var(--cf-dark);
}
.theme-comanfy .cf-account-nav-link.is-active {
  background: linear-gradient(90deg, rgba(184, 134, 11, 0.08) 0%, transparent 100%);
  border-left-color: var(--cf-accent);
  color: var(--cf-dark);
  font-weight: 600;
}
.theme-comanfy .cf-account-nav-link.is-active .cf-account-nav-icon {
  background: var(--cf-accent);
  color: #fff;
}
.theme-comanfy .cf-account-nav-link--logout {
  color: #a94442;
}
.theme-comanfy .cf-account-nav-link--logout:hover {
  background: #fdf3f3;
  color: #922b21;
}
.theme-comanfy .cf-account-nav-link--logout .cf-account-nav-icon {
  background: #fdf3f3;
  color: #c0392b;
}
.theme-comanfy .cf-account-nav-section--logout .cf-account-nav-link--logout {
  font-weight: 600;
  padding-top: 14px;
  padding-bottom: 14px;
}
.theme-comanfy .cf-account-nav-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 8px;
  background: #f0f2ef;
  color: var(--cf-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease;
}
.theme-comanfy .cf-account-nav-text {
  flex: 1;
  min-width: 0;
}
.theme-comanfy [id^="account-"] #content.col {
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
.theme-comanfy .account-page-title, .theme-comanfy [id^="account-"] #content > h1:first-child {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
  margin-bottom: 8px;
}
.theme-comanfy .account-page-lead {
  color: var(--cf-text-muted);
  font-size: 14px;
  margin-bottom: 24px;
}
.theme-comanfy .cf-account-dashboard-section + .cf-account-dashboard-section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--cf-border);
}
.theme-comanfy .cf-account-dashboard-heading {
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cf-text-muted);
  margin: 0 0 12px;
}
.theme-comanfy .cf-account-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
}
.theme-comanfy .cf-account-dashboard-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fafbf9;
  border: 1px solid var(--cf-border);
  border-radius: 10px;
  color: var(--cf-dark);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.theme-comanfy .cf-account-dashboard-card:hover {
  border-color: var(--cf-accent);
  box-shadow: 0 4px 16px rgba(20, 24, 22, 0.06);
  transform: translateY(-1px);
  color: var(--cf-dark);
}
.theme-comanfy .cf-account-dashboard-card--logout {
  color: #a94442;
}
.theme-comanfy .cf-account-dashboard-card--logout .cf-account-dashboard-icon {
  background: #fdf3f3;
  color: #c0392b;
}
.theme-comanfy .cf-account-dashboard-card--logout:hover {
  border-color: #e0b4b4;
  color: #922b21;
}
.theme-comanfy .cf-account-dashboard-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background: var(--cf-dark);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.theme-comanfy .cf-account-dashboard-text {
  flex: 1;
  min-width: 0;
}
.theme-comanfy .cf-account-dashboard-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
.theme-comanfy .cf-account-dashboard-arrow {
  color: #b8bfb9;
  font-size: 12px;
}
.theme-comanfy .cf-account-table-wrap, .theme-comanfy [id^="account-"] #content .table-responsive {
  margin-bottom: 16px;
  border: 1px solid var(--cf-border);
  border-radius: 10px;
  overflow: hidden;
}
.theme-comanfy [id^="account-"] #content .table.cf-account-table, .theme-comanfy [id^="account-"] #content .cf-account-table-wrap .table, .theme-comanfy [id^="account-"] #content .table-responsive > .table {
  margin-bottom: 0;
  border: 0;
  font-size: 14px;
}
.theme-comanfy [id^="account-"] #content .table thead td, .theme-comanfy [id^="account-"] #content .table thead th {
  background: #f3f5f2;
  border-color: var(--cf-border);
  font-family: "Rajdhani", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cf-text-muted);
  padding: 12px 14px;
  vertical-align: middle;
}
.theme-comanfy [id^="account-"] #content .table > :not(caption) > *, .theme-comanfy [id^="account-"] #content .table tbody td {
  border-color: var(--cf-border);
}
.theme-comanfy [id^="account-"] #content .table tbody td {
  padding: 12px 14px;
  vertical-align: middle;
  color: var(--cf-text);
}
.theme-comanfy [id^="account-"] #content .table tbody tr:hover {
  background: #fafbf9;
}
.theme-comanfy [id^="account-"] #content .table tbody tr:last-child td {
  border-bottom: 0;
}
.theme-comanfy .cf-account-btn-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.theme-comanfy .cf-account-address-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.theme-comanfy .cf-account-address-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background: #fafbf9;
  border: 1px solid var(--cf-border);
  border-radius: 10px;
}
.theme-comanfy .cf-account-address-card-body {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
.theme-comanfy .cf-account-address-card-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background: var(--cf-dark);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-comanfy .cf-account-address-card-content {
  font-size: 14px;
  line-height: 1.5;
  color: var(--cf-text);
}
.theme-comanfy .cf-account-address-card-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.theme-comanfy .cf-account-empty {
  text-align: center;
  padding: 40px 20px;
  background: #fafbf9;
  border: 1px dashed var(--cf-border);
  border-radius: 10px;
  margin-bottom: 20px;
}
.theme-comanfy .cf-account-empty p {
  margin: 0;
  color: var(--cf-text-muted);
  font-size: 14px;
}
.theme-comanfy .cf-account-empty-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f2ef;
  color: var(--cf-text-muted);
  font-size: 20px;
  margin-bottom: 12px;
}
.theme-comanfy .cf-account-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--cf-border);
}
.theme-comanfy .cf-account-toolbar--end {
  justify-content: flex-end;
}
.theme-comanfy .cf-account-toolbar .btn-accent, .theme-comanfy .cf-account-toolbar .btn-primary {
  min-height: 44px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.theme-comanfy [id^="account-"] #content > .text-end {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--cf-border);
  text-align: right;
}
.theme-comanfy [id^="account-"] #content > .text-end .btn-primary {
  min-height: 44px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.theme-comanfy .cf-account-pagination {
  margin-top: 4px;
}
.theme-comanfy .cf-account-pagination .pagination {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .theme-comanfy [id^="account-"] #content.col {
    padding: 18px 16px;
  }
  .theme-comanfy .cf-account-address-card {
    flex-direction: column;
  }
  .theme-comanfy .cf-account-address-card-actions {
    width: 100%;
    justify-content: flex-end;
  }
  .theme-comanfy .cf-account-table-wrap .cf-account-table thead {
    display: none;
  }
  .theme-comanfy .cf-account-table-wrap .cf-account-table tbody tr {
    display: block;
    margin-bottom: 12px;
    border: 1px solid var(--cf-border);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }
  .theme-comanfy .cf-account-table-wrap .cf-account-table tbody tr:hover {
    background: #fff;
  }
  .theme-comanfy .cf-account-table-wrap .cf-account-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 0;
    border-bottom: 1px solid var(--cf-border);
    text-align: right !important;
  }
  .theme-comanfy .cf-account-table-wrap .cf-account-table td::before {
    content: attr(data-label);
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--cf-text-muted);
    text-align: left;
    flex: 1;
  }
  .theme-comanfy .cf-account-table-wrap .cf-account-table td.cf-account-table-action::before, .theme-comanfy .cf-account-table-wrap .cf-account-table td[data-label=""]::before {
    display: none;
  }
  .theme-comanfy .cf-account-table-wrap .cf-account-table td:last-child {
    border-bottom: 0;
    justify-content: flex-end;
  }
}
.theme-comanfy #checkout-register .form-floating > .form-control, .theme-comanfy #checkout-register .form-floating > .form-select {
  min-height: 52px;
}
.theme-comanfy #checkout-register .form-floating > label {
  color: var(--cf-text-muted);
}
.theme-comanfy #checkout-register .form-floating > .form-control:focus ~ label, .theme-comanfy #checkout-register .form-floating > .form-control:not(:placeholder-shown) ~ label, .theme-comanfy #checkout-register .form-floating > .form-control.cf-filled ~ label, .theme-comanfy #checkout-register .form-floating > .form-select ~ label {
  color: var(--cf-accent);
  opacity: 1;
}
.theme-comanfy .cf-order-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 20px;
}
.theme-comanfy .cf-order-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 8px 0 0;
  color: var(--cf-text-muted);
  font-size: 14px;
}
.theme-comanfy .cf-order-status {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--cf-dark);
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.theme-comanfy .cf-order-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.theme-comanfy .cf-order-fact {
  background: #fff;
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  padding: 14px 16px;
}
.theme-comanfy .cf-order-fact span {
  display: block;
  font-size: 12px;
  color: var(--cf-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.theme-comanfy .cf-order-fact strong {
  color: var(--cf-dark);
  font-size: 15px;
}
.theme-comanfy .cf-order-addresses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.theme-comanfy .cf-order-card {
  background: #fff;
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  padding: 16px 18px;
}
.theme-comanfy .cf-order-card h2 {
  font-size: 14px;
  margin: 0 0 8px;
}
.theme-comanfy .cf-order-card p {
  margin: 0;
  color: var(--cf-text);
  line-height: 1.55;
}
.theme-comanfy .cf-order-pay {
  background: linear-gradient(180deg, #fff 0%, #f7f8f5 100%);
  border: 1px solid var(--cf-border);
  border-radius: 16px;
  padding: 22px 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.theme-comanfy .cf-order-pay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cf-accent), #d4a84b);
}
.theme-comanfy .cf-order-pay--pix::before {
  background: linear-gradient(90deg, #0ea5a0, #b8860b);
}
.theme-comanfy .cf-order-pay h2 {
  margin: 0 0 6px;
  font-size: 20px;
}
.theme-comanfy .cf-order-pay-ref, .theme-comanfy .cf-order-pay-label {
  color: var(--cf-text-muted);
  font-size: 13px;
}
.theme-comanfy .cf-order-pix {
  display: grid;
  gap: 16px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .theme-comanfy .cf-order-pix {
    grid-template-columns: 220px 1fr;
    align-items: start;
  }
}
.theme-comanfy .cf-order-pix-frame {
  padding: 12px;
  background: #fff;
  border: 1px dashed #9ad8d3;
  border-radius: 14px;
  width: fit-content;
}
.theme-comanfy .cf-order-pix-frame img {
  display: block;
  width: 196px;
  height: 196px;
}
.theme-comanfy .cf-order-code {
  width: 100%;
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  padding: 12px;
  font-size: 12px;
  resize: none;
  margin-bottom: 10px;
}
.theme-comanfy .cf-order-code--barcode {
  font-family: ui-monospace, Consolas, monospace;
  text-align: center;
  letter-spacing: 0.04em;
}
.theme-comanfy .mpago-copy.is-copied {
  background: #2e7d4f;
  border-color: #2e7d4f;
  color: #fff;
}
.theme-comanfy .cf-order-history {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.theme-comanfy .cf-order-history-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  padding: 14px 16px;
}
@media (max-width: 575px) {
  .theme-comanfy .cf-order-history-item {
    grid-template-columns: 1fr;
  }
}
.theme-comanfy .cf-order-history-when {
  font-size: 13px;
  color: var(--cf-text-muted);
}
.theme-comanfy .cf-order-history-body p {
  margin: 8px 0 0;
}
.theme-comanfy .cf-order-page .cf-account-table-wrap {
  margin-bottom: 20px;
}
.theme-comanfy .account-form-page {
  padding-bottom: 48px;
}
.theme-comanfy .account-form-card {
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
.theme-comanfy .account-form-title {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
  margin-bottom: 8px;
}
.theme-comanfy .account-form-lead {
  color: var(--cf-text-muted);
  font-size: 14px;
  margin-bottom: 20px;
}
.theme-comanfy .account-form .account-auth-legend, .theme-comanfy .account-form fieldset > legend, .theme-comanfy .checkout-form fieldset > legend {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
  border-bottom: 1px solid var(--cf-border);
  padding-bottom: 8px;
  margin-bottom: 16px;
  width: 100%;
}
.theme-comanfy .account-form fieldset, .theme-comanfy .checkout-form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}
.theme-comanfy .account-form-actions {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--cf-border);
}
.theme-comanfy .account-form-actions .btn-primary {
  min-width: 140px;
}
.theme-comanfy .checkout-page {
  padding-bottom: 48px;
}
.theme-comanfy .checkout-page-title {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
  margin-bottom: 20px;
}
.theme-comanfy .checkout-panel {
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}
.theme-comanfy .checkout-panel:last-child {
  margin-bottom: 0;
}
.theme-comanfy .checkout-panel--confirm {
  background: linear-gradient(180deg, #fff 0%, #f8faf8 100%);
  padding: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .theme-comanfy .checkout-aside .checkout-panel--confirm {
    position: sticky;
    top: 20px;
  }
}
.theme-comanfy .cf-confirm-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cf-dark);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--cf-border);
}
.theme-comanfy .cf-confirm-summary {
  padding: 20px 20px 16px;
}
.theme-comanfy .cf-confirm-products {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.theme-comanfy .cf-confirm-product {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px 12px;
  align-items: start;
}
.theme-comanfy .cf-confirm-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border-radius: 8px;
  background: var(--cf-dark);
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
.theme-comanfy .cf-confirm-product-name {
  display: block;
  color: var(--cf-dark);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}
.theme-comanfy .cf-confirm-product-name:hover {
  color: var(--cf-accent);
}
.theme-comanfy .cf-confirm-product--voucher .cf-confirm-product-name {
  font-weight: 500;
}
.theme-comanfy .cf-confirm-product-meta {
  margin-top: 4px;
  font-size: 12px;
  color: var(--cf-text-muted);
  line-height: 1.4;
}
.theme-comanfy .cf-confirm-product-meta li + li {
  margin-top: 2px;
}
.theme-comanfy .cf-confirm-product-total {
  font-weight: 700;
  font-size: 14px;
  color: var(--cf-dark);
  white-space: nowrap;
}
.theme-comanfy .cf-confirm-totals {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed var(--cf-border);
}
.theme-comanfy .cf-confirm-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 5px 0;
  font-size: 14px;
  color: var(--cf-text-muted);
}
.theme-comanfy .cf-confirm-total-label {
  flex: 1;
}
.theme-comanfy .cf-confirm-total-value {
  font-weight: 600;
  color: var(--cf-text);
  white-space: nowrap;
}
.theme-comanfy .cf-confirm-total-row--grand {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--cf-border);
  font-size: 16px;
}
.theme-comanfy .cf-confirm-total-row--grand .cf-confirm-total-label, .theme-comanfy .cf-confirm-total-row--grand .cf-confirm-total-value {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
}
.theme-comanfy .cf-confirm-total-row--grand .cf-confirm-total-value {
  font-size: 22px;
  color: var(--cf-accent);
}
.theme-comanfy .cf-confirm-payment {
  padding: 18px 20px 20px;
  background: #f3f5f2;
  border-top: 1px solid var(--cf-border);
}
.theme-comanfy .cf-confirm-pay-title, .theme-comanfy #checkout-payment fieldset > legend {
  font-family: "Rajdhani", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cf-dark);
  margin-bottom: 10px;
  float: none;
  width: auto;
  border: 0;
  padding: 0;
}
.theme-comanfy .cf-confirm-pay-lead, .theme-comanfy #checkout-payment fieldset > p:first-of-type {
  font-size: 14px;
  color: var(--cf-text);
  margin-bottom: 12px;
}
.theme-comanfy .cf-confirm-pay-box, .theme-comanfy #checkout-payment fieldset .border.rounded {
  background: #fff;
  border: 1px solid var(--cf-border) !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  margin-bottom: 16px !important;
  font-size: 14px;
  line-height: 1.5;
}
.theme-comanfy .cf-confirm-pay-note {
  color: var(--cf-text-muted);
  font-size: 13px;
}
.theme-comanfy .cf-confirm-payment-actions, .theme-comanfy #checkout-payment .text-end {
  margin-top: 4px;
  text-align: stretch !important;
}
.theme-comanfy #checkout-payment #button-confirm, .theme-comanfy #checkout-payment .btn-primary, .theme-comanfy .cf-confirm-payment-actions .btn {
  width: 100%;
  min-height: 48px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.theme-comanfy #checkout-payment fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.theme-comanfy .checkout-form .row.row-cols-md-2 {
  --bs-gutter-x: 16px;
}
.theme-comanfy .checkout-form .cf-field-doc {
  max-width: 320px;
}
.theme-comanfy .account-auth-form .cf-field-doc {
  max-width: 320px;
}
.theme-comanfy .checkout-form .form-control, .theme-comanfy .checkout-form .form-select {
  min-height: var(--cf-field-height, 56px);
  border: 1px solid var(--cf-field-border, #b8bfb9);
  border-radius: var(--cf-field-radius, 10px);
  background-color: var(--cf-field-bg, #fff);
  font-size: 15px;
}
.theme-comanfy .checkout-form .form-control:focus, .theme-comanfy .checkout-form .form-select:focus {
  border-color: var(--cf-accent);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.12);
}
.theme-comanfy .checkout-form .form-label {
  font-weight: 600;
  color: var(--cf-text);
  margin-bottom: 6px;
}
.theme-comanfy .contact-form-card {
  max-width: 720px;
}
.theme-comanfy .cf-cep::placeholder {
  color: #9aa39c;
  opacity: 1;
}
.theme-comanfy .cf-country-hidden {
  display: none !important;
}
.theme-comanfy .cf-cep-feedback {
  margin-top: 6px;
  font-size: 12px;
  color: var(--cf-text-muted);
}
.theme-comanfy .cf-cep-feedback.is-error {
  color: #c0392b;
}
.theme-comanfy.page-cart {
  padding-bottom: 88px;
}
.theme-comanfy.page-cart #mobile-bottom-nav {
  display: none;
}
@media (min-width: 992px) {
  .theme-comanfy.page-cart {
    padding-bottom: 48px;
  }
}
.theme-comanfy .cart-page-title {
  font-size: clamp(24px, 4vw, 34px);
  margin-bottom: 0;
}
.theme-comanfy .cart-panel {
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
}
.theme-comanfy .cart-panel--summary {
  position: sticky;
  top: 24px;
}
.theme-comanfy .cart-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--cf-border);
  background: #fafbf9;
}
.theme-comanfy .cart-panel-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
}
.theme-comanfy .cart-panel-count {
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--cf-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-comanfy .cart-items-panel {
  display: flex;
  flex-direction: column;
}
.theme-comanfy .cart-item-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--cf-border);
}
.theme-comanfy .cart-item-card:last-child {
  border-bottom: 0;
}
.theme-comanfy .cart-item-card--voucher {
  grid-template-columns: 1fr;
}
.theme-comanfy .cart-item-thumb img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  background: #fafbf9;
  border: 1px solid var(--cf-border);
}
.theme-comanfy .cart-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.theme-comanfy .cart-item-info {
  min-width: 0;
}
.theme-comanfy .cart-item-name {
  display: block;
  color: var(--cf-dark);
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  margin-bottom: 6px;
}
.theme-comanfy .cart-item-name:hover {
  color: var(--cf-accent);
}
.theme-comanfy .cart-item-remove {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border: 1px solid var(--cf-border);
  border-radius: 50%;
  background: #fff;
  color: var(--cf-text-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.theme-comanfy .cart-item-remove:hover {
  color: #c0392b;
  border-color: #c0392b;
}
.theme-comanfy .cart-item-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: var(--cf-text-muted);
  font-size: 12px;
}
.theme-comanfy .cart-item-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.theme-comanfy .cart-item-qty-form {
  flex: 1 1 180px;
}
.theme-comanfy .cart-qty-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-text-muted);
}
.theme-comanfy .cart-qty-group {
  max-width: 160px;
}
.theme-comanfy .cart-qty-group .form-control {
  border-left: 0;
  border-right: 0;
  min-width: 44px;
}
.theme-comanfy .cart-qty-group .btn {
  min-width: 42px;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}
.theme-comanfy .cart-item-pricing {
  text-align: right;
  margin-left: auto;
}
.theme-comanfy .cart-item-unit {
  font-size: 12px;
  color: var(--cf-text-muted);
  margin-bottom: 2px;
}
.theme-comanfy .cart-item-unit span {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.theme-comanfy .cart-item-total {
  font-size: 18px;
  font-weight: 700;
  color: var(--cf-dark);
}
.theme-comanfy .cart-summary-block {
  padding: 20px;
}
.theme-comanfy .cart-summary-title {
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.theme-comanfy .cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--cf-border);
  font-size: 14px;
}
.theme-comanfy .cart-summary-row:last-child {
  border-bottom: 0;
}
.theme-comanfy .cart-summary-row--grand {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 2px solid var(--cf-dark);
  font-size: 18px;
  font-weight: 700;
}
.theme-comanfy .br-total-pix {
  margin-top: 14px;
  padding: 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.08) 0%, rgba(184, 134, 11, 0.03) 100%);
  border: 1px solid rgba(184, 134, 11, 0.2);
}
.theme-comanfy .br-total-pix__group {
  margin-bottom: 8px;
}
.theme-comanfy .br-total-pix__line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  font-size: 14px;
  color: var(--cf-text);
}
.theme-comanfy .br-total-pix__label {
  font-weight: 600;
  color: var(--cf-dark);
}
.theme-comanfy .br-total-pix__value {
  font-size: 20px;
  font-weight: 700;
  color: var(--cf-dark);
}
.theme-comanfy .br-total-pix__suffix {
  font-size: 13px;
  color: var(--cf-text-muted);
}
.theme-comanfy .br-total-pix__installment {
  margin-top: 6px;
  font-size: 12px;
  color: var(--cf-text-muted);
}
.theme-comanfy .cf-confirm-totals .br-total-pix {
  margin-top: 12px;
}
.theme-comanfy .cart-panel-section--modules {
  padding: 0 20px 20px;
  border-top: 1px solid var(--cf-border);
}
.theme-comanfy .cart-modules-intro {
  font-size: 13px;
  color: var(--cf-text-muted);
  margin: 16px 0 12px;
}
.theme-comanfy .cart-modules-accordion .accordion-item {
  border-color: var(--cf-border);
}
.theme-comanfy .cart-modules-accordion .accordion-button {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 14px;
}
.theme-comanfy .cart-panel-actions {
  padding: 0 20px 20px;
}
.theme-comanfy .cart-btn-checkout {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.theme-comanfy .cart-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1045;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid var(--cf-border);
  box-shadow: 0 -8px 24px rgba(20, 24, 22, 0.08);
}
.theme-comanfy .cart-mobile-bar .btn {
  min-height: 48px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .theme-comanfy .cart-page-aside {
    order: 2;
  }
  .theme-comanfy .cart-page-main {
    order: 1;
  }
  .theme-comanfy .cart-panel--summary {
    position: static;
  }
}
@media (max-width: 575.98px) {
  .theme-comanfy .cart-item-card {
    grid-template-columns: 72px 1fr;
    padding: 14px 16px;
  }
  .theme-comanfy .cart-item-thumb img {
    width: 72px;
    height: 72px;
  }
  .theme-comanfy .cart-item-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .theme-comanfy .cart-item-qty-form, .theme-comanfy .cart-qty-group {
    max-width: none;
    width: 100%;
  }
  .theme-comanfy .cart-item-pricing {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: left;
    width: 100%;
    margin-left: 0;
  }
}
.theme-comanfy .cf-plp {
  padding-bottom: 48px;
}
.theme-comanfy .cf-category-header {
  margin-bottom: 24px;
}
.theme-comanfy .cf-category-header__title {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
  margin: 0 0 4px;
}
.theme-comanfy .cf-category-header__count {
  margin: 0;
  font-size: 14px;
  color: var(--cf-text-muted);
}
.theme-comanfy .cf-category-header__intro {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .theme-comanfy .cf-category-header__intro {
    flex-direction: column;
  }
}
.theme-comanfy .cf-category-header__thumb {
  flex: 0 0 120px;
  max-width: 120px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--cf-border);
}
.theme-comanfy .cf-category-header__description {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: var(--cf-text);
}
.theme-comanfy .cf-category-header__description.is-collapsed {
  max-height: 72px;
  overflow: hidden;
  position: relative;
}
.theme-comanfy .cf-category-header__description.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32px;
  background: linear-gradient(transparent, var(--cf-bg));
  pointer-events: none;
}
.theme-comanfy .cf-category-header__read-more {
  margin-top: 6px;
  color: var(--cf-accent);
  font-weight: 600;
  text-decoration: none;
}
.theme-comanfy .cf-category-header__read-more:hover {
  color: var(--cf-accent-hover);
}
.theme-comanfy .cf-category-chips {
  margin-bottom: 20px;
}
.theme-comanfy .cf-category-chips__label {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cf-text-muted);
  margin-bottom: 10px;
}
.theme-comanfy .cf-category-chips__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.theme-comanfy .cf-category-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--cf-border);
  background: var(--cf-surface);
  color: var(--cf-text);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.theme-comanfy .cf-category-chip:hover {
  border-color: var(--cf-accent);
  color: var(--cf-dark);
  background: rgba(184, 134, 11, 0.06);
}
.theme-comanfy .cf-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.theme-comanfy .cf-active-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(184, 134, 11, 0.1);
  border: 1px solid rgba(184, 134, 11, 0.25);
  color: var(--cf-dark);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.theme-comanfy .cf-active-filter i {
  font-size: 10px;
  opacity: 0.7;
}
.theme-comanfy .cf-active-filter:hover {
  background: rgba(184, 134, 11, 0.18);
  color: var(--cf-dark);
}
.theme-comanfy .cf-active-filter--clear {
  background: var(--cf-surface);
  border-color: var(--cf-border);
  color: var(--cf-text-muted);
  font-weight: 500;
}
.theme-comanfy .cf-active-filter--clear:hover {
  background: #f5f7f4;
  color: var(--cf-dark);
}
.theme-comanfy .cf-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 20px;
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 12px;
}
.theme-comanfy .cf-toolbar__start {
  display: flex;
  align-items: center;
  gap: 10px;
}
.theme-comanfy .cf-toolbar__filter-btn {
  font-size: 13px;
  font-weight: 600;
  border-color: var(--cf-border);
  color: var(--cf-dark);
}
.theme-comanfy .cf-toolbar__filter-btn:hover {
  background: #f5f7f4;
  border-color: var(--cf-dark);
}
.theme-comanfy .cf-toolbar__view {
  display: inline-flex;
  border: 1px solid var(--cf-border);
  border-radius: 8px;
  overflow: hidden;
}
.theme-comanfy .cf-toolbar__view-btn {
  width: 38px;
  height: 36px;
  border: none;
  background: var(--cf-surface);
  color: var(--cf-text-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.theme-comanfy .cf-toolbar__view-btn + .theme-comanfy .cf-toolbar__view-btn {
  border-left: 1px solid var(--cf-border);
}
.theme-comanfy .cf-toolbar__view-btn:hover {
  background: #f5f7f4;
  color: var(--cf-dark);
}
.theme-comanfy .cf-toolbar__view-btn.active {
  background: var(--cf-dark);
  color: #fff;
}
.theme-comanfy .cf-toolbar__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-left: auto;
}
.theme-comanfy .cf-toolbar__field {
  display: flex;
  align-items: center;
  gap: 8px;
}
.theme-comanfy .cf-toolbar__label {
  font-size: 12px;
  font-weight: 600;
  color: var(--cf-text-muted);
  white-space: nowrap;
  margin: 0;
}
.theme-comanfy .cf-toolbar__field .form-select {
  min-width: 140px;
  border-color: var(--cf-border);
  font-size: 13px;
}
.theme-comanfy .cf-toolbar__field .form-select:focus {
  border-color: var(--cf-accent);
  box-shadow: 0 0 0 0.15rem rgba(184, 134, 11, 0.15);
}
.theme-comanfy .cf-plp-footer {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--cf-border);
}
.theme-comanfy .cf-plp-results {
  font-size: 13px;
  color: var(--cf-text-muted);
}
.theme-comanfy .cf-plp-empty {
  text-align: center;
  padding: 48px 24px;
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 12px;
}
.theme-comanfy .cf-plp-empty p {
  margin-bottom: 16px;
  color: var(--cf-text-muted);
}
@media (min-width: 992px) {
  .theme-comanfy .cf-filter-sidebar .cf-filter-panel {
    position: sticky;
    top: 20px;
  }
}
.theme-comanfy .cf-filter-panel {
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.theme-comanfy .cf-filter-panel .card-header, .theme-comanfy .cf-filter-panel .cf-filter-panel__header {
  background: #f8f9f7;
  border-bottom: 1px solid var(--cf-border);
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cf-dark);
  padding: 12px 16px;
}
.theme-comanfy .cf-filter-panel .list-group-item {
  border-color: var(--cf-border);
  padding: 10px 16px;
}
.theme-comanfy .cf-filter-panel .cf-filter-panel__group-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cf-text-muted);
  background: #fafbfa;
  padding-top: 12px;
  padding-bottom: 8px;
}
.theme-comanfy .cf-filter-panel .form-check {
  margin-bottom: 6px;
}
.theme-comanfy .cf-filter-panel .form-check:last-child {
  margin-bottom: 0;
}
.theme-comanfy .cf-filter-panel .form-check-label {
  font-size: 13px;
  color: var(--cf-text);
}
.theme-comanfy .cf-filter-panel .cf-filter-panel__footer, .theme-comanfy .cf-filter-panel .card-footer {
  background: #fafbfa;
  border-top: 1px solid var(--cf-border);
  padding: 12px 16px;
}
.theme-comanfy .cf-filter-offcanvas {
  --bs-offcanvas-width: min(100vw, 340px);
}
.theme-comanfy .cf-filter-offcanvas .offcanvas-header {
  border-bottom: 1px solid var(--cf-border);
  background: #f8f9f7;
}
.theme-comanfy .cf-filter-offcanvas .offcanvas-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
  font-size: 16px;
}
.theme-comanfy .cf-filter-offcanvas .cf-filter-panel {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.theme-comanfy #module-price-filter .price-filter-slider__track {
  position: relative;
  height: 32px;
  margin: 0.25rem 0 0.5rem;
}
.theme-comanfy #module-price-filter .price-filter-slider__track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 4px;
  transform: translateY(-50%);
  background: var(--cf-border);
  border-radius: 999px;
  z-index: 1;
}
.theme-comanfy #module-price-filter .price-filter-slider__range {
  position: absolute;
  top: 50%;
  height: 4px;
  transform: translateY(-50%);
  background: var(--cf-accent);
  border-radius: 999px;
  pointer-events: none;
  z-index: 2;
}
.theme-comanfy #module-price-filter .price-filter-slider__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}
.theme-comanfy #module-price-filter .price-filter-slider__input::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
  border: none;
}
.theme-comanfy #module-price-filter .price-filter-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -7px;
  border: 2px solid var(--cf-accent);
  border-radius: 50%;
  background: #fff;
  cursor: grab;
  pointer-events: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}
.theme-comanfy #module-price-filter .price-filter-slider__input:active::-webkit-slider-thumb {
  cursor: grabbing;
}
.theme-comanfy #module-price-filter .price-filter-slider__input::-moz-range-track {
  height: 4px;
  background: transparent;
  border: none;
}
.theme-comanfy #module-price-filter .price-filter-slider__input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid var(--cf-accent);
  border-radius: 50%;
  background: #fff;
  cursor: grab;
  pointer-events: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}
.theme-comanfy #module-price-filter .price-filter-slider__input:active::-moz-range-thumb {
  cursor: grabbing;
}
.theme-comanfy #module-price-filter .price-filter-slider__input--min {
  z-index: 3;
}
.theme-comanfy #module-price-filter .price-filter-slider__input--max {
  z-index: 4;
}
@media (max-width: 575.98px) {
  .theme-comanfy .cf-toolbar__controls {
    width: 100%;
  }
  .theme-comanfy .cf-toolbar__field {
    flex: 1;
    min-width: 0;
  }
  .theme-comanfy .cf-toolbar__field .form-select {
    min-width: 0;
    width: 100%;
  }
}
.theme-comanfy .cf-search-panel {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 16px;
  align-items: end;
  padding: 20px;
  margin-bottom: 28px;
  background: var(--cf-surface);
  border: 1px solid var(--cf-border);
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .theme-comanfy .cf-search-panel {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .theme-comanfy .cf-search-panel {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .theme-comanfy .cf-search-panel__field--keyword {
    grid-column: span 1;
  }
}
.theme-comanfy .cf-search-panel__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--cf-text-muted);
  margin-bottom: 6px;
}
.theme-comanfy .cf-search-panel__options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.theme-comanfy .cf-search-panel__options .form-check-label {
  font-size: 13px;
}
@media (min-width: 992px) {
  .theme-comanfy .cf-search-panel__action {
    min-width: 160px;
  }
}
.theme-comanfy .cf-search-results-head {
  margin-bottom: 16px;
}
.theme-comanfy .cf-search-results-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
  margin: 0 0 4px;
}
.theme-comanfy .cf-search-empty__hint, .theme-comanfy .cf-cart-empty__hint {
  font-size: 13px;
  color: var(--cf-text-muted);
  margin-top: -8px;
}
.theme-comanfy .cf-cart-empty__title {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cf-dark);
  margin: 0 0 8px;
}
.theme-comanfy .cf-cart-empty .btn, .theme-comanfy .cf-search-empty .btn, .theme-comanfy .cf-compare-empty .btn {
  margin-top: 8px;
}
.theme-comanfy .cf-compare-wrap {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: auto;
  border: 1px solid var(--cf-border, #e2e6e3);
  background: #fff;
}
.theme-comanfy .cf-compare-table {
  margin: 0;
  border: 0;
}
.theme-comanfy .cf-compare-table > :not(caption) > * > * {
  border-color: var(--cf-border, #e2e6e3);
}
.theme-comanfy .cf-compare-table thead td, .theme-comanfy .cf-compare-table thead th {
  background: var(--cf-dark, #1a1f1c);
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 14px 16px;
}
.theme-comanfy .cf-compare-table tbody > tr > td:first-child {
  width: 160px;
  min-width: 140px;
  font-weight: 600;
  color: var(--cf-text-muted, #6b736e);
  background: #f7f8f7;
  vertical-align: middle;
}
.theme-comanfy .cf-compare-table td {
  vertical-align: top;
  padding: 14px 16px;
}
.theme-comanfy .cf-compare-table .cf-compare-image img {
  max-width: 140px;
  height: auto;
  border: 0;
  border-radius: 8px;
}
.theme-comanfy .cf-compare-table .cf-compare-price .price-new {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--cf-dark, #1a1f1c);
}
.theme-comanfy .cf-compare-table .cf-compare-price .price-old {
  display: inline-block;
  margin-bottom: 6px;
  color: #9aa39c;
  text-decoration: line-through;
}
.theme-comanfy .cf-compare-table .cf-compare-price .br-price {
  margin-top: 8px;
}
.theme-comanfy .cf-compare-table .cf-compare-actions .btn {
  width: 100%;
  margin-bottom: 8px;
}
.theme-comanfy .cf-compare-table .cf-compare-actions .btn:last-child {
  margin-bottom: 0;
}
.theme-comanfy .cf-compare-table .rating .fa-stack {
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
}
.theme-comanfy .cf-compare-table .description {
  font-size: 13px;
  color: var(--cf-text-muted, #6b736e);
  line-height: 1.45;
}
/* Alerts — popup centralizado (estilo Antropy/CampCart, sem SweetAlert) */
@keyframes cf-alert-hide {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.theme-comanfy #alert {
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: 0;
  margin: 0;
  pointer-events: none;
  background: transparent;
}
.theme-comanfy .alert:not(.alert-info) {
  padding: 48px 40px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 10px;
  color: var(--cf-text);
  background-color: #eceeef;
  position: fixed;
  left: 16px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
  line-height: 1.5;
  max-width: 500px;
  width: auto;
  margin: 0 auto;
  box-shadow: var(--cf-box-shadow);
  pointer-events: auto;
  animation: cf-alert-hide 0.35s ease-in 5s forwards;
}
.theme-comanfy #alert .alert:not(.alert-info) {
  min-width: 0;
}
.theme-comanfy .alert:not(.alert-info) > .fa, .theme-comanfy .alert:not(.alert-info) > .fa-solid, .theme-comanfy .alert:not(.alert-info) > i[class*="fa-"] {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 12px;
  border-radius: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0 !important;
  line-height: 0;
  color: transparent;
}
.theme-comanfy .alert:not(.alert-info) > .fa::before, .theme-comanfy .alert:not(.alert-info) > .fa-solid::before, .theme-comanfy .alert:not(.alert-info) > i[class*="fa-"]::before {
  content: none !important;
}
.theme-comanfy .alert-success:not(.alert-info) > .fa, .theme-comanfy .alert-success:not(.alert-info) > .fa-solid, .theme-comanfy .alert-success:not(.alert-info) > i[class*="fa-"], .theme-comanfy .alert:not(.alert-info) > .fa-circle-check, .theme-comanfy .alert:not(.alert-info) > .fa-check-circle {
  background-image: var(--cf-alert-check-icon);
}
.theme-comanfy .alert-danger:not(.alert-info) > .fa, .theme-comanfy .alert-danger:not(.alert-info) > .fa-solid, .theme-comanfy .alert-danger:not(.alert-info) > i[class*="fa-"], .theme-comanfy .alert:not(.alert-info) > .fa-circle-exclamation, .theme-comanfy .alert:not(.alert-info) > .fa-exclamation-circle {
  background-image: var(--cf-alert-danger-icon);
}
.theme-comanfy .alert-warning:not(.alert-info) > .fa, .theme-comanfy .alert-warning:not(.alert-info) > .fa-solid, .theme-comanfy .alert-warning:not(.alert-info) > i[class*="fa-"] {
  background-image: var(--cf-alert-warning-icon);
}
.theme-comanfy .alert:not(.alert-info) a {
  color: var(--cf-accent);
  font-weight: 600;
  text-decoration: none;
}
.theme-comanfy .alert:not(.alert-info) a:hover, .theme-comanfy .alert:not(.alert-info) a:focus {
  color: var(--cf-dark);
  text-decoration: none;
}
.theme-comanfy .alert-dismissible .btn-close, .theme-comanfy .alert-dismissible .close {
  position: absolute;
  top: 10px;
  right: 14px;
  float: none;
  transform: none;
  opacity: 0.45;
  box-shadow: none;
}
.theme-comanfy .alert-dismissible .close {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: var(--cf-text);
  text-shadow: none;
}
.theme-comanfy .alert-dismissible .btn-close:hover, .theme-comanfy .alert-dismissible .btn-close:focus, .theme-comanfy .alert-dismissible .close:hover, .theme-comanfy .alert-dismissible .close:focus {
  opacity: 1;
  color: var(--cf-dark);
}
.theme-comanfy .alert-info {
  position: static;
  transform: none;
  width: 100%;
  max-width: none;
  margin: 0 0 20px;
  padding: 14px 16px;
  font-size: 14px;
  text-align: left;
  animation: none;
  box-shadow: none;
  border-radius: 8px;
  pointer-events: auto;
  background-color: #e8f1fe;
  color: #2a5a8f;
}
.theme-comanfy .alert-info > .fa, .theme-comanfy .alert-info > .fa-solid, .theme-comanfy .alert-info > i[class*="fa-"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  vertical-align: -3px;
  background-image: var(--cf-alert-info-icon);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0 !important;
}
.theme-comanfy .alert-info > .fa::before, .theme-comanfy .alert-info > .fa-solid::before, .theme-comanfy .alert-info > i[class*="fa-"]::before {
  content: none !important;
}
@media (max-width: 575.98px) {
  .theme-comanfy .alert:not(.alert-info) {
    padding: 36px 24px;
    font-size: 15px;
    left: 12px;
    right: 12px;
  }
}
