/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body {
  background-color: #f3f3f3;
}
.page-header {
  background-image: url("../images/header-background.jpg");
  max-width: none !important;
  position: fixed;
  z-index: 999;
}
.panel.header {
  max-width: none !important;
}
.header.links {
  display: none !important;
}
.footer.content {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100vw;
}
.footer-custom {
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body {
    background-color: #f3f3f3;
  }
  .page-header {
    background-image: url("../images/header-background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 900;
  }
  .page-header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  .page-header .logo img {
    width: 100%;
    height: auto;
    max-width: 250px;
  }
  .logo {
    max-width: none !important;
  }
  .nav-toggle {
    top: 40%;
  }
  .block-search .label {
    text-decoration: none;
    display: inline-block;
    position: absolute;
    right: 15px;
    z-index: 14;
    top: 40%;
  }
  .block-search .label::before,
  .nav-toggle::before {
    color: #435c4a;
  }
  .page-main {
    margin-top: 60px;
    margin-bottom: 0;
    padding: 0 !important;
  }
  .column.main {
    padding-bottom: 0 !important;
  }
  .page-bottom {
    margin: 0;
    padding: 0;
  }
  .page-footer {
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .footer.content {
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer-custom {
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-title h2 {
    font-size: 18px;
  }
  .footer-links a {
    font-size: 14px;
  }
  a:visited {
    text-decoration: none;
    color: rgba(0, 0, 0, 0);
  }
  .bottom-menu-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0 4px 0;
    width: 100%;
    margin: 0 auto 0 auto;
    max-width: 440px;
  }
  .bottom-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }
  .bottom-menu-item svg {
    display: block;
    margin-bottom: 2px;
  }
  .bottom-menu-item.active,
  .bottom-menu-item:active,
  .bottom-menu-item:focus {
    color: #f7951d;
  }
}
.footer-custom {
  background-color: #000;
  background-image: url("../images/bg-rodape.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}
.footer-content {
  max-width: 1200px;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-title h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #ffa500;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.footer-links a:hover {
  color: #ffd700;
  text-decoration: underline;
}
.footer-social {
  margin: 20px 0;
}
.social-icon {
  display: inline-block;
  margin: 0 10px;
  background-color: #ffa500;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.social-icon img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.footer-copyright {
  margin-top: 20px;
  font-size: 12px;
  color: #999;
}
@media screen and (min-width: 768px) {
  .bottom-menu-bar {
    display: none;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
