/* FAF product page premium layout. Loaded only from product.tpl. */
body#product #wrapper {
  background: #f7f8fa;
}

body#product #inner-wrapper,
body#product #content-wrapper,
body#product #main {
  width: 100%;
  max-width: none;
}

body#product #inner-wrapper {
  padding-right: 32px;
  padding-left: 32px;
}

body#product #main-product-wrapper {
  width: 100%;
  max-width: none;
  margin: 0;
}

body#product .product-info-row {
  align-items: flex-start;
}

body#product .col-product-image .images-container,
body#product #col-product-info,
body#product .faf-product-info-strip,
body#product .product-accessories.block-section {
  background: #fff;
  border: 1px solid #e2e7ec;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .04);
}

body#product .col-product-image .images-container {
  overflow: hidden;
}

body#product #col-product-info {
  padding: 24px 24px 22px;
}

body#product .product_header_container h1,
body#product .product_header_container .page-title {
  margin: 0 0 10px;
  color: #0b0b0b;
  font-size: clamp(28px, 2.2vw, 42px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

body#product .product-reference,
body#product .product-reference span,
body#product .product-reference label {
  color: #4f5964;
  font-size: 13px;
  font-weight: 600;
}

body#product .product-price,
body#product .current-price,
body#product .current-price .price {
  color: #0b0b0b;
  font-size: clamp(24px, 1.6vw, 34px);
  font-weight: 900;
  line-height: 1.15;
}

body#product .tax-shipping-delivery-label,
body#product .product-prices .tax-shipping-delivery-label {
  color: #30343a;
  font-size: 14px;
  font-weight: 600;
}

body#product .product-description {
  margin-top: 16px;
}

body#product .faf-product-service-summary {
  margin: 18px 0 0;
  padding: 0 0 18px;
  border-bottom: 1px solid #e7ebef;
}

body#product .faf-product-stock {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-bottom: 18px;
  color: #1f2933;
  font-size: 14px;
  font-weight: 700;
}

body#product .faf-product-stock__state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

body#product .faf-product-stock__state i {
  display: inline-grid;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 11px;
  place-items: center;
  background: #56d063;
  border-radius: 999px;
}

body#product .faf-product-stock__state--limited i {
  background: #8895a3;
}

body#product .faf-product-stock__text::before {
  content: "- ";
}

body#product .faf-product-service-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body#product .faf-product-service-item {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

body#product .faf-product-service-item i {
  flex: 0 0 28px;
  color: #323b45;
  font-size: 24px;
  text-align: center;
}

body#product .faf-product-service-item span {
  display: grid;
  min-width: 0;
}

body#product .faf-product-service-item strong {
  color: #111;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

body#product .faf-product-service-item small {
  margin-top: 3px;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

body#product .faf-product-purchase-row {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  margin-top: 18px;
}

body#product .faf-product-qty,
body#product .faf-product-main-actions {
  min-width: 0;
  padding: 0;
}

body#product .faf-product-qty .qty,
body#product .faf-product-qty input {
  width: 100%;
  height: 58px;
}

body#product .faf-product-qty input {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: 1px solid #dfe4e8;
  border-radius: 8px;
}

body#product #add-to-cart-or-refresh .faf-product-main-actions .add {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .95fr);
  gap: 12px;
  align-items: stretch;
  height: 100%;
}

body#product #add-to-cart-or-refresh .faf-product-main-actions .add > .add-to-cart,
body#product #add-to-cart-or-refresh .faf-product-main-actions .add > .uau-buy-now--product {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  margin: 0;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 8px;
  box-shadow: none;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

body#product #add-to-cart-or-refresh .faf-product-main-actions .add > .add-to-cart:only-child {
  grid-column: 1 / -1;
}

body#product #add-to-cart-or-refresh .faf-product-main-actions .add > .add-to-cart {
  color: #fff;
  background: #12b8c6;
  border: 2px solid #12b8c6;
}

body#product #add-to-cart-or-refresh .faf-product-main-actions .add > .add-to-cart:hover,
body#product #add-to-cart-or-refresh .faf-product-main-actions .add > .add-to-cart:focus {
  color: #fff;
  background: #0d9fac;
  border-color: #0d9fac;
}

body#product #add-to-cart-or-refresh .faf-product-main-actions .add > .uau-buy-now--product {
  color: #111;
  background: #fff;
  border: 2px solid #111;
}

body#product #add-to-cart-or-refresh .faf-product-main-actions .add > .uau-buy-now--product:hover,
body#product #add-to-cart-or-refresh .faf-product-main-actions .add > .uau-buy-now--product:focus {
  color: #fff;
  background: #111;
  border-color: #111;
  transform: translateY(-1px);
}

body#product .faf-product-main-actions .add .bag-icon {
  margin-right: 8px;
}

body#product .faf-product-secondary-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  align-items: center;
  margin-top: 2px;
}

body#product .faf-product-secondary-actions .col-add-wishlist,
body#product .faf-product-secondary-actions .col-add-compare {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0;
}

body#product .faf-product-secondary-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0;
  color: #415064;
  font-size: 14px;
  font-weight: 800;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body#product .faf-product-secondary-actions .btn:hover,
body#product .faf-product-secondary-actions .btn:focus {
  color: #0b0b0b;
  background: transparent;
}

body#product .faf-product-secondary-actions .btn .fa {
  color: #415064;
  font-size: 20px;
}

body#product .faf-product-secondary-actions .btn-iqitwishlist-add::after {
  content: "Adicionar aos favoritos";
}

body#product .faf-product-secondary-actions .btn-iqitcompare-add::after {
  content: "Comparar";
}

body#product .product-additional-info .social-sharing {
  display: none;
}

body#product .faf-product-post-actions {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

body#product .faf-product-guarantees {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 16px 12px;
  background: #f8fbfc;
  border: 1px solid #e0e6eb;
  border-radius: 12px;
}

body#product .faf-product-guarantee {
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #202020;
  text-align: center;
}

body#product .faf-product-guarantee i {
  color: #394655;
  font-size: 24px;
}

body#product .faf-product-guarantee strong {
  color: #111;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

body#product .faf-product-guarantee span {
  color: #4b5563;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
}

body#product .faf-product-specialist {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 18px 18px 18px 28px;
  color: #111;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dde4ea;
  border-radius: 14px;
}

body#product .faf-product-specialist:hover,
body#product .faf-product-specialist:focus {
  color: #111;
  text-decoration: none;
  border-color: #c8d4dc;
}

body#product .faf-product-specialist__copy {
  display: grid;
  gap: 3px;
}

body#product .faf-product-specialist strong,
body#product .faf-product-specialist span {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

body#product .faf-product-specialist em {
  color: #12b8c6;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

body#product .faf-product-specialist img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 999px;
}

body#product .faf-product-benefits {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 22px 24px;
  list-style: none;
  background: #fff;
  border: 1px solid #dde4ea;
  border-radius: 14px;
}

body#product .faf-product-benefits li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #39424e;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

body#product .faf-product-benefits i {
  color: #0d9fac;
  font-size: 16px;
}

body#product .faf-product-info-strip {
  display: grid;
  grid-template-columns: minmax(240px, .95fr) repeat(3, minmax(180px, 1fr));
  gap: 14px;
  margin: 22px 0;
  padding: 16px;
}

body#product .col-product-image .faf-product-info-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0 0;
  padding: 14px;
}

body#product .faf-product-info-card {
  display: flex;
  gap: 13px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  background: #fff;
  border: 1px solid #edf1f4;
  border-radius: 10px;
}

body#product .faf-product-info-card--meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

body#product .faf-product-info-card--meta div {
  display: grid;
  grid-template-columns: 30px 70px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

body#product .faf-product-info-card i {
  color: #12b8c6;
  font-size: 24px;
  text-align: center;
}

body#product .faf-product-info-card span {
  display: grid;
  min-width: 0;
}

body#product .faf-product-info-card strong {
  color: #111;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

body#product .faf-product-info-card small,
body#product .faf-product-info-card--meta span {
  color: #5f6873;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

body#product .product-tabs {
  margin-top: 22px;
}

body#product .product-tabs .nav-tabs {
  border-bottom: 1px solid #e2e7ec;
}

body#product .product-tabs .nav-link {
  color: #747d87;
  font-weight: 900;
  border: 0;
  border-bottom: 3px solid transparent;
}

body#product .product-tabs .nav-link.active {
  color: #111;
  border-bottom-color: #12b8c6;
}

@media (max-width: 1199px) {
  body#product .faf-product-service-row,
  body#product .faf-product-guarantees,
  body#product .faf-product-info-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body#product #inner-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  body#product #col-product-info,
  body#product .col-product-image .images-container,
  body#product .faf-product-info-strip {
    border-radius: 10px;
  }

  body#product #col-product-info {
    margin-top: 16px;
    padding: 18px;
  }

  body#product .faf-product-service-row,
  body#product .faf-product-guarantees,
  body#product .faf-product-info-strip,
  body#product #add-to-cart-or-refresh .faf-product-main-actions .add {
    grid-template-columns: 1fr;
  }

  body#product .faf-product-purchase-row {
    grid-template-columns: 1fr;
  }

  body#product .faf-product-qty,
  body#product .faf-product-qty .qty,
  body#product .faf-product-qty input {
    max-width: none;
  }

  body#product .faf-product-specialist {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 18px;
  }
}
