/* =========================================================
   ART IN LED - OVERRIDES VISUAIS
   Paleta:
   Off White #FDFCF8
   Ivory     #F3F0E9
   Nude      #E3DBCC
   Obsidian  #101010
========================================================= */

:root {
  --ail-offwhite: #FDFCF8;
  --ail-ivory: #F3F0E9;
  --ail-nude: #E3DBCC;
  --ail-obsidian: #101010;
  --ail-text: #1A1A1A;
  --ail-muted: #6F6A63;
  --ail-border: #E7E0D6;
  --ail-white: #FFFFFF;
  --ail-shadow-soft: 0 10px 28px rgba(16,16,16,.05);
  --ail-shadow-hover: 0 18px 34px rgba(16,16,16,.08);
}

/* BASE */
html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--ail-text);
  font-size: 13px;
  line-height: 1.7;
  background: #FFFFFF;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--ail-obsidian);
  font-family: 'Poppins', sans-serif;
  padding: 15px;
}

a {
  color: var(--ail-obsidian);
  transition: all .25s ease;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

legend {
  color: var(--ail-obsidian);
  border-bottom: 1px solid var(--ail-border);
}

label {
  color: var(--ail-text);
}

.container-fluid {
  width: 100%;
}

/* FORMULÁRIOS */
.form-control,
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  border: 1px solid var(--ail-border);
  border-radius: 14px;
  box-shadow: none;
  color: var(--ail-text);
  background: #fff;
  font-size: 13px;
}

.form-control:focus {
  border-color: #d7ccb7;
  box-shadow: 0 0 0 3px rgba(227,219,204,.35);
}

.input-group .input-group-addon {
  border-color: var(--ail-border);
  background: var(--ail-ivory);
  color: var(--ail-text);
}

/* DROPDOWN */
.dropdown-menu {
  border: 1px solid var(--ail-border);
  border-radius: 14px;
  box-shadow: 0 16px 35px rgba(16,16,16,.10);
  padding: 8px 0;
}

.dropdown-menu li > a {
  color: var(--ail-text);
  padding: 10px 16px;
}

.dropdown-menu li > a:hover {
  color: var(--ail-obsidian);
  background: var(--ail-ivory);
  background-image: none;
}

/* TOPO */
#top {
  background: var(--ail-obsidian);
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin: 0;
}

#top .btn-link,
#top-links li,
#top-links a {
  color: #f5f1e8;
  text-shadow: none;
}

#top .btn-link:hover,
#top-links a:hover {
  color: var(--ail-nude);
}

/* LOGO / SEARCH / CART */
#logo,
#search,
#cart {
  margin-bottom: 0;
}

#cart .dropdown-menu {
  background: #fff;
  border: 1px solid var(--ail-border);
}

/* HEADER */
header {
  background: var(--ail-offwhite);
  border-bottom: 1px solid var(--ail-border);
}

header .container-fluid {
  padding: 20px 24px 16px;
}

.ail-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#logo {
  display: flex;
  align-items: center;
  min-height: 70px;
}

#logo img {
  max-height: 70px;
  width: auto;
}

#logo h1,
#logo h1 a {
  margin: 0;
  color: var(--ail-obsidian);
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: .5px;
}

.ail-search-wrap {
  flex: 1;
  max-width: 620px;
}

#search {
  margin: 0;
}

#search .input-group {
  width: 100%;
  display: flex;
  align-items: stretch;
  border: 1px solid var(--ail-border);
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16,16,16,.04);
}

#search input[type="text"] {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  height: 52px;
  padding: 0 20px;
  font-size: 15px;
  background: transparent;
  color: var(--ail-text);
}

#search input[type="text"]::placeholder {
  color: #9b948a;
}

#search .btn,
#search button {
  width: 64px;
  min-width: 64px;
  border: 0 !important;
  border-left: 1px solid var(--ail-border) !important;
  background: var(--ail-obsidian) !important;
  color: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#search .btn:hover,
#search button:hover {
  background: #2b2b2b !important;
}

/* Carrinho oculto */
.ail-cart-wrap {
  display: none !important;
}

/* MENU */
#menu {
  background: transparent;
  background-image: none;
  border: 0;
  min-height: auto;
}

.ail-menu-wrap {
  background: var(--ail-ivory);
  border-bottom: 1px solid var(--ail-border);
}

.ail-menu-inner {
  padding: 0 24px;
}

#menu.navbar {
  background: transparent;
  border: 0;
  margin: 0;
  min-height: auto;
}

#menu .navbar-header {
  float: none;
}

#menu .navbar-toggle {
  margin: 12px 0;
  background: var(--ail-obsidian);
  border: 0;
  color: #fff;
  border-radius: 10px;
}

#menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

#menu .nav {
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 10px 0;
}

#menu .nav > li {
  float: none;
}

#menu .nav > li > a {
  text-shadow: none;
  color: var(--ail-obsidian);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .4px;
  padding: 12px 18px;
  border-radius: 24px;
  background: transparent;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a,
#menu .nav > li.active > a {
  background: var(--ail-nude);
  color: var(--ail-obsidian);
}

#menu .dropdown-inner a {
  color: var(--ail-text);
}

#menu .see-all {
  border-top: 1px solid var(--ail-border);
}

#menu .see-all:hover,
#menu .see-all:focus {
  background: var(--ail-ivory);
  color: var(--ail-obsidian);
  background-image: none;
}

#menu .btn-navbar {
  background: var(--ail-obsidian);
  background-image: none;
  border-color: var(--ail-obsidian);
}

#menu .dropdown-menu {
  border: 1px solid var(--ail-border);
  border-radius: 14px;
  box-shadow: 0 16px 30px rgba(16,16,16,.08);
  padding: 8px 0;
}

#menu .dropdown-menu > li > a {
  color: var(--ail-text);
  padding: 10px 16px;
}

#menu .dropdown-menu > li > a:hover {
  background: var(--ail-ivory);
  color: var(--ail-obsidian);
}

/* CONTENT */
#content {
  min-height: 400px;
}

/* HOME */
.common-home .breadcrumb {
  display: none;
}

/* BREADCRUMB */
.breadcrumb {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ail-border);
  border-radius: 0;
  padding: 12px 0;
  margin-bottom: 25px;
}

.breadcrumb > li {
  text-shadow: none;
  padding: 0 16px 0 0;
}

.breadcrumb > li:after {
  display: none;
}

.breadcrumb > li + li:before {
  content: "/";
  padding: 0 10px 0 0;
  color: #aaa39a;
}

/* BOTÕES */
.btn {
  border-radius: 999px;
  box-shadow: none;
  text-shadow: none;
  transition: all .25s ease;
  font-size: 12px;
  font-weight: 600;
  padding: 9px 16px;
}

.btn-default {
  color: var(--ail-obsidian);
  background: var(--ail-ivory);
  background-image: none;
  border: 1px solid var(--ail-border);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: var(--ail-obsidian);
  background: var(--ail-nude);
  border-color: var(--ail-nude);
}

.btn-primary {
  color: #fff;
  background: var(--ail-obsidian);
  background-image: none;
  border: 1px solid var(--ail-obsidian);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background: #2c2c2c;
  border-color: #2c2c2c;
}

.btn-warning,
.btn-danger,
.btn-success {
  background-image: none;
  border-radius: 999px;
}

.btn-info {
  background: #7b6b58;
  background-image: none;
  border-color: #7b6b58;
  border-radius: 999px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background: #665745;
  border-color: #665745;
}

.btn-link {
  color: var(--ail-obsidian);
}

/* LIST GROUP */
.list-group a {
  border: 1px solid var(--ail-border);
  color: var(--ail-muted);
  padding: 10px 14px;
  border-radius: 12px;
  margin-bottom: 8px;
  background: #fff;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: var(--ail-obsidian);
  background: var(--ail-ivory);
  border-color: var(--ail-border);
  text-shadow: none;
}

/* PRODUCT CARDS - GERAL */
.product-thumb {
  border: 1px solid var(--ail-border);
  border-radius: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--ail-shadow-soft);
  transition: all .25s ease;
}

.product-thumb:hover {
  transform: translateY(-3px);
  box-shadow: var(--ail-shadow-hover);
}

.product-thumb .image {
  text-align: center;
  background: #fff;
  padding: 12px;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.92;
}

.product-thumb h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.product-thumb h4 a {
  color: var(--ail-obsidian);
}

.product-thumb .caption {
  padding: 0 18px 16px;
  min-height: 185px;
}

.product-thumb .price {
  color: var(--ail-obsidian);
  font-size: 18px;
  font-weight: 700;
}

.product-thumb .price-new {
  font-weight: 700;
}

.product-thumb .price-old {
  color: #9e968c;
  margin-left: 8px;
}

.product-thumb .price-tax {
  color: var(--ail-muted);
  font-size: 12px;
}

.product-thumb .rating {
  padding-bottom: 8px;
}

.rating .fa-star {
  color: #d8b15b;
}

.rating .fa-star-o {
  color: #c6c0b8;
}

.product-thumb .button-group {
  border-top: 1px solid var(--ail-border);
  background: var(--ail-offwhite);
  overflow: hidden;
}

.product-thumb .button-group button {
  background: transparent;
  color: var(--ail-obsidian);
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  border-left: 1px solid var(--ail-border);
}

.product-thumb .button-group button:hover {
  color: var(--ail-obsidian);
  background: var(--ail-nude);
}

/* PRODUCT LIST */
.product-list .product-thumb .caption {
  margin-left: 230px;
}

/* CAROUSEL */
.carousel-caption {
  text-shadow: none;
}

.carousel-control {
  background-image: none !important;
}

.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
  color: #fff;
}

/* THUMBNAILS */
.image-additional a {
  border: 1px solid var(--ail-border);
  border-radius: 10px;
}

.thumbnails > li {
  margin-left: 16px;
}

.thumbnails {
  margin-left: -16px;
}

/* FOOTER FALLBACK */
footer {
  margin-top: 40px;
  padding-top: 0;
  background: var(--ail-ivory);
  border-top: 1px solid var(--ail-border);
  color: var(--ail-text);
}

footer a {
  color: var(--ail-muted);
}

footer a:hover {
  color: var(--ail-obsidian);
}

footer h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--ail-obsidian);
}

/* TABLES */
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  border-top: 1px solid var(--ail-border);
}

.table-bordered {
  border: 1px solid var(--ail-border);
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid var(--ail-border);
}

/* PAGINAÇÃO */
.pagination > li > a,
.pagination > li > span {
  color: var(--ail-obsidian);
  border: 1px solid var(--ail-border);
  background: #fff;
  margin: 0 3px;
  border-radius: 10px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background: var(--ail-nude);
  border-color: var(--ail-nude);
  color: var(--ail-obsidian);
}

/* ALERTS */
.alert {
  border-radius: 16px;
  border: 1px solid var(--ail-border);
}

/* ===== SEARCH COMPONENT ===== */
.ail-search-component {
  width: 100%;
}

.ail-search-component .input-group {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #E7E0D6;
  border-radius: 40px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 8px 20px rgba(16,16,16,.04);
}

.ail-search-component .form-control {
  flex: 1;
  height: 52px;
  border: 0 !important;
  box-shadow: none !important;
  background: #FFFFFF !important;
  color: #1A1A1A !important;
  padding: 0 20px !important;
  font-size: 15px;
}

.ail-search-component .form-control::placeholder {
  color: #9B948A;
  opacity: 1;
}

.ail-search-component .input-group-btn {
  display: flex;
}

.ail-search-component .ail-search-btn {
  width: 60px;
  height: 52px;
  border: 0 !important;
  border-left: 1px solid #E7E0D6 !important;
  border-radius: 0 !important;
  background: #101010 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ail-search-component .ail-search-btn:hover,
.ail-search-component .ail-search-btn:focus {
  background: #2C2C2C !important;
  color: #FFFFFF !important;
}

.ail-search-component .ail-search-btn i {
  font-size: 16px;
  color: #ffffff;
}

/* ===== SLIDESHOW / BANNER LIMPO ===== */
.banner-full-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  background: transparent !important;
  overflow: hidden !important;
}

.banner-full-wrapper::before,
.banner-full-wrapper::after {
  content: none !important;
  display: none !important;
}

.banner-full-wrapper > .row,
.banner-full-wrapper > .col-sm-12,
.banner-full-wrapper > .container,
.banner-full-wrapper > .container-fluid {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 5px !important;
}

.slideshow.swiper-viewport,
.ail-slideshow-full.swiper-viewport,
.swiper-viewport {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: hidden !important;
}

.slideshow .swiper-container,
.ail-slideshow-full .swiper-container,
.swiper-container {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.slideshow .swiper-wrapper,
.ail-slideshow-full .swiper-wrapper,
.swiper-wrapper {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.slideshow .swiper-slide,
.ail-slideshow-full .swiper-slide,
.swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.slideshow .swiper-slide a,
.ail-slideshow-full .swiper-slide a,
.swiper-slide a {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.slideshow .swiper-slide img,
.ail-slideshow-full .swiper-slide img,
.swiper-slide img,
.banner-full-wrapper img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.ail-slideshow-full .swiper-pager,
.slideshow .swiper-pager {
  width: 100%;
}

.ail-slideshow-full .swiper-button-next,
.ail-slideshow-full .swiper-button-prev,
.slideshow .swiper-button-next,
.slideshow .swiper-button-prev {
  color: #fff;
}

.ail-slideshow-full .swiper-pagination,
.slideshow .swiper-pagination {
  bottom: 18px !important;
}

/* Corrigir largura botão busca */
#search .input-group-btn {
  width: 10% !important;
  min-width: 60px;
}

/* ===== HOME / VITRINE CUSTOM ===== */
.common-home .ail-home-products .product-layout {
  margin-bottom: 30px;
}

.common-home .ail-product-card {
  border: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  border-radius: 22px !important;
  overflow: hidden !important;
}

.common-home .ail-product-card .image {
  margin-bottom: 0;
  padding: 16px 16px 0;
  background: #fff !important;
}

.common-home .ail-product-card .image a {
  display: block;
}

.common-home .ail-product-card .image img {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
}

.common-home .ail-product-card .caption {
  padding: 14px 16px 10px;
  text-align: left;
  background: #fff !important;
}

.common-home .ail-product-card h4 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.common-home .ail-product-card h4 a {
  color: #111;
}

.common-home .ail-product-card .ail-desc {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.common-home .ail-product-card .price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
}

.common-home .ail-product-card .price-old {
  font-size: 14px;
  color: #9e968c;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #9e968c;
  font-weight: 500;
  line-height: 1;
}

.common-home .ail-product-card .price-new {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  line-height: 1.1;
}

.common-home .ail-product-card .price-normal {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  line-height: 1.1;
}

.common-home .ail-buy {
  text-align: center;
  padding: 0 16px 18px;
  background: #fff !important;
}

.common-home .ail-buy button {
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 40px;
  padding: 12px 30px;
  min-width: 180px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: none;
  text-transform: uppercase;
}

.common-home .ail-buy button:hover {
  background: #d8cdb8;
  color: #111;
}

/* DESTAQUES */
#artinled-home .ail-products-top,
#artinled-home .ail-products-bottom {
  background: #fff;
  border-radius: 24px;
  padding: 24px 24px;
  margin-bottom: 28px;
  overflow: hidden;
}

#artinled-home #content {
  padding-left: 12px;
  padding-right: 12px;
}

/* GRID DOS DESTAQUES */
#artinled-home .ail-products-top .row,
#artinled-home .ail-products-bottom .row {
  margin-left: -12px;
  margin-right: -12px;
}

#artinled-home .ail-products-top .product-layout,
#artinled-home .ail-products-bottom .product-layout {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 30px;
}

/* cards dentro dos destaques */
#artinled-home .ail-products-top .product-thumb,
#artinled-home .ail-products-bottom .product-thumb,
.common-home .ail-product-card {
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  height: 100%;
}

#artinled-home .ail-products-top .product-thumb .image,
#artinled-home .ail-products-bottom .product-thumb .image,
.common-home .ail-product-card .image {
  background: #fff !important;
  padding: 16px 16px 0 !important;
  margin-bottom: 0 !important;
}

#artinled-home .ail-products-top .product-thumb .image a,
#artinled-home .ail-products-bottom .product-thumb .image a,
.common-home .ail-product-card .image a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}

#artinled-home .ail-products-top .product-thumb .image img,
#artinled-home .ail-products-bottom .product-thumb .image img,
.common-home .ail-product-card .image img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 230px !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
  border-radius: 18px;
}

#artinled-home .ail-products-top .product-thumb .caption,
#artinled-home .ail-products-bottom .product-thumb .caption,
.common-home .ail-product-card .caption {
  padding: 14px 16px 10px !important;
  min-height: 150px;
  background: #fff !important;
  text-align: left;
}

#artinled-home .ail-products-top .product-thumb .button-group,
#artinled-home .ail-products-bottom .product-thumb .button-group,
.common-home .ail-buy {
  padding: 0 16px 18px !important;
  background: #fff !important;
  border-top: 0 !important;
  text-align: left;
}

#artinled-home .ail-products-top .product-thumb .button-group button:first-child,
#artinled-home .ail-products-bottom .product-thumb .button-group button:first-child,
.common-home .ail-buy button {
  min-width: 170px;
  height: 44px;
  border-radius: 999px !important;
  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 0 22px !important;
  box-shadow: none !important;
  text-transform: uppercase;
}

#artinled-home .ail-products-top .product-thumb .button-group button:first-child:hover,
#artinled-home .ail-products-bottom .product-thumb .button-group button:first-child:hover,
.common-home .ail-buy button:hover {
  background: #d8cdb8 !important;
  border-color: #d8cdb8 !important;
  color: #111 !important;
}

/* Oculta wishlist e comparar na home */
.common-home .ail-product-card .button-group button:nth-child(2),
.common-home .ail-product-card .button-group button:nth-child(3),
#artinled-home .ail-products-top .button-group button:nth-child(2),
#artinled-home .ail-products-top .button-group button:nth-child(3),
#artinled-home .ail-products-bottom .button-group button:nth-child(2),
#artinled-home .ail-products-bottom .button-group button:nth-child(3) {
  display: none !important;
}

/* MONITORES GRANDES */
@media (min-width: 1200px) {
  #artinled-home .container {
    max-width: 1280px;
    width: 100%;
  }

  #artinled-home #content {
    padding-left: 15px;
    padding-right: 15px;
  }

  #artinled-home .ail-products-top,
  #artinled-home .ail-products-bottom {
    padding-left: 28px;
    padding-right: 28px;
  }

  #artinled-home .ail-products-top .row,
  #artinled-home .ail-products-bottom .row {
    margin-left: -14px;
    margin-right: -14px;
  }

  #artinled-home .ail-products-top .product-layout,
  #artinled-home .ail-products-bottom .product-layout {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 1400px) {
  #artinled-home .ail-products-top,
  #artinled-home .ail-products-bottom {
    padding-left: 36px;
    padding-right: 36px;
  }
}

/* MOBILE */
@media (max-width: 991px) {
  #top .container-fluid,
  header .container-fluid,
  .ail-menu-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ail-header-row {
    flex-direction: column;
    align-items: stretch;
  }

  #logo {
    justify-content: center;
    text-align: center;
  }

  .ail-search-wrap {
    max-width: 100%;
  }

  #menu .nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 0 10px;
  }

  #menu .nav > li > a {
    border-radius: 12px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  #top {
    font-size: 11px;
  }

  #top .pull-right {
    float: none !important;
    margin-top: 6px;
  }

  #top .container-fluid {
    text-align: center;
  }

  #logo img {
    max-height: 58px;
  }

  #logo h1,
  #logo h1 a {
    font-size: 34px;
  }

  .product-thumb .caption {
    min-height: 0;
    padding: 0 14px 14px;
  }

  .product-list .product-thumb .caption {
    margin-left: 0;
  }

  #menu {
    border-radius: 12px;
  }

  #menu div.dropdown-menu {
    background-color: #fff;
    border: 1px solid var(--ail-border);
  }

  #menu .dropdown-inner a,
  #menu .see-all {
    color: var(--ail-obsidian);
  }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: var(--ail-ivory);
  }

  #search input[type="text"],
  .ail-search-component .form-control {
    height: 48px;
    font-size: 14px;
  }

  #search .btn,
  #search button,
  .ail-search-component .ail-search-btn {
    width: 56px;
    min-width: 56px;
    height: 48px;
  }

  .common-home .ail-product-card .caption,
  .common-home .ail-product-card .price {
    text-align: center;
    align-items: center;
  }

  .common-home .ail-product-card .price-new,
  .common-home .ail-product-card .price-normal {
    font-size: 30px;
  }

  .common-home .ail-buy button {
    min-width: 160px;
  }

  #artinled-home #content {
    padding-left: 8px;
    padding-right: 8px;
  }

  #artinled-home .ail-products-top,
  #artinled-home .ail-products-bottom {
    border-radius: 18px;
    padding: 18px 12px;
  }

  #artinled-home .ail-products-top .row,
  #artinled-home .ail-products-bottom .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  #artinled-home .ail-products-top .product-layout,
  #artinled-home .ail-products-bottom .product-layout {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
  }

  #artinled-home .ail-products-top .product-thumb .image a,
  #artinled-home .ail-products-bottom .product-thumb .image a,
  .common-home .ail-product-card .image a {
    min-height: 180px;
  }

  #artinled-home .ail-products-top .product-thumb .image img,
  #artinled-home .ail-products-bottom .product-thumb .image img,
  .common-home .ail-product-card .image img {
    max-height: 170px !important;
  }

  #artinled-home .ail-products-top .product-thumb .button-group,
  #artinled-home .ail-products-bottom .product-thumb .button-group,
  .common-home .ail-buy {
    text-align: center;
  }

  #artinled-home .ail-products-top .product-thumb .button-group button:first-child,
  #artinled-home .ail-products-bottom .product-thumb .button-group button:first-child,
  .common-home .ail-buy button {
    width: 100%;
    min-width: 0;
  }
}

/* AJUSTE PORTAL - INICIO */
/* AJUSTE PORTAL - largura total desktop + tipografia */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

html, body {
  overflow-x: hidden;
}

body,
body p,
body span,
body div,
body li,
body a,
body input,
body select,
body textarea,
body button,
.product-thumb .caption,
.product-layout,
.breadcrumb,
.pagination,
.table,
.panel,
.alert,
.form-control {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

body {
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a1a;
}

h1, h2, h3, h4, h5, h6,
.title,
.module-title,
.product-thumb h4,
.caption h4,
.product-title,
#content h1,
#content h2,
.box-heading {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .2px;
  color: #111 !important;
}

@media (min-width: 1200px) {
  .container,
  #common-home .container,
  #product-category .container,
  #product-product .container,
  #information-information .container,
  #information-contact .container,
  #checkout-cart .container,
  #checkout-checkout .container,
  #account-login .container,
  #account-register .container,
  #account-account .container,
  #account-order .container,
  #affiliate-login .container,
  #affiliate-account .container {
    width: min(96vw, 1680px) !important;
    max-width: 1680px !important;
  }

  #content {
    width: 100%;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  #column-left + #content,
  #column-right + #content,
  #column-left + #content + #column-right {
    width: auto !important;
  }
}

.common-home #content,
.product-category #content,
.product-product #content,
.information-information #content,
.information-contact #content,
.checkout-cart #content,
.checkout-checkout #content {
  padding-top: 10px;
}

.breadcrumb {
  background: transparent;
  font-size: 13px;
}

.breadcrumb a,
.breadcrumb li {
  font-weight: 500;
}

.product-thumb,
.product-grid,
.product-list,
.category-thumb,
.information-list,
.manufacturer-list,
.well,
.panel,
.list-group-item,
.table-responsive {
  border-radius: 18px;
}

.product-thumb .caption,
.product-list .caption,
.product-grid .caption {
  padding: 14px 12px 18px;
}

.product-thumb h4 a,
.product-list h4 a,
.product-grid h4 a,
.caption h4 a {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.price,
.price-new,
.price-old,
.special-price {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

.price {
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.price-old {
  font-size: 14px;
  color: #888;
}

.buttons .btn,
.button-group .btn,
.btn,
#button-cart,
.btn-primary,
.btn-default,
.btn-danger,
.btn-success,
.btn-warning,
.btn-info {
  border-radius: 999px !important;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
}

.pagination > li > a,
.pagination > li > span,
.list-inline a,
.nav a,
.dropdown-menu a,
.list-group a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

#top, header, .header, .menu, .navbar, .nav, .main-menu {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

@media (max-width: 1199px) {
  .container,
  #common-home .container,
  #product-category .container,
  #product-product .container,
  #information-information .container,
  #information-contact .container,
  #checkout-cart .container,
  #checkout-checkout .container {
    width: auto !important;
    max-width: 100% !important;
  }
}
/* FIM AJUSTE PORTAL */
