header,
header * {
  box-sizing: border-box;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  header {
    padding-bottom: 10px;
  }
}
header .header-container {
  max-width: 1800px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  header .header-container {
    margin-bottom: 0;
    padding: 0 15px;
  }
}
@media (max-width: 450px) {
  header .header-container {
    padding: 0 10px;
  }
}
header .header-inner {
  display: grid;
  grid-template-columns: auto 2.5fr 0.7fr;
  gap: 30px;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  header .header-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
  }
}
header .logo-copapel {
  max-width: 150px;
  max-height: 60px;
  width: auto;
  height: auto;
}
@media (max-width: 450px) {
  header .logo-copapel {
    max-width: 100px;
  }
}
header .area-logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width: fit-content;
}
@media (max-width: 1024px) {
  header .area-logo {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 450px) {
  header .area-logo {
    justify-content: space-between;
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  header .area-logo .menu-hamburguer-header {
    display: none;
  }
}
header .search-container form {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .search-container form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c2c2c2;
  border-radius: 50px;
  padding: 0 80px 0 20px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
}
header .search-container form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 75px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid transparent;
  background: #00675d;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1280px) {
  header .search-container form button {
    width: 50px;
  }
}
@media (max-width: 1024px) {
  header .search-container form button {
    width: 75px;
  }
}
header .search-container form button:hover {
  background: #79dd2f;
}
header .header-menu {
  position: relative;
  z-index: 20;
}
@media (max-width: 1024px) {
  header .header-menu {
    display: none;
  }
}
header .header-menu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 100%;
}
header .header-menu ul li {
  display: flex;
  align-items: center;
}
header .header-menu ul li a {
  font-size: 12px;
  color: #79dd2f;
  line-height: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 0 10px;
}
header .header-menu ul li a:hover {
  text-decoration: none;
  color: #00675d;
}
header .header-menu ul li .header-phone-link {
  color: #79dd2f;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
header .header-menu ul li .header-phone-link:hover {
  color: #00675d;
  text-decoration: none;
}
header .header-menu ul li div {
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
header .header-menu ul li div:hover .submenu-header {
  display: block;
}
header .header-menu ul li div span {
  font-size: 12px;
  color: #79dd2f;
  line-height: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: block;
  padding-left: 10px;
}
header .header-menu ul li div span:hover {
  text-decoration: none;
  color: #00675d;
}
header .header-menu ul li div .submenu-header {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  display: none;
  padding: 10px 0;
  margin: 0;
  width: 220px;
  border: 1px solid #e0e0e0 !important;
  border-left: 4px solid #a5a5a5 !important;
  border-right: 1px solid #e0e0e0 !important;
  border-top: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  outline: none !important;
  border-radius: 0 !important;
}
header .header-menu ul li div .submenu-header::after {
  display: none;
}
header .header-menu ul li div .submenu-header::before {
  display: none;
}
header .header-menu ul li div .submenu-header ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
}
header .header-menu ul li div .submenu-header ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none !important;
  border-top: none !important;
  border-bottom: 1px dotted #d0d0d0 !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
  outline: none !important;
}
header .header-menu ul li div .submenu-header ul li::before,
header .header-menu ul li div .submenu-header ul li::after {
  display: none !important;
  content: none !important;
}
header .header-menu ul li div .submenu-header ul li a::before,
header .header-menu ul li div .submenu-header ul li a::after {
  display: none !important;
  content: none !important;
}
header .header-menu ul li div .submenu-header ul li:first-child {
  border-top: none !important;
}
header .header-menu ul li div .submenu-header ul li:last-child {
  border-bottom: none !important;
}
header .header-menu ul li div .submenu-header ul li a {
  font-size: 12px;
  color: #79dd2f;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 6px 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 100%;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 !important;
  margin-left: 0 !important;
}
header .header-menu ul li div .submenu-header ul li a:hover {
  text-decoration: none;
  color: #00675d;
  background-color: #f8f9fa;
}
header .header-meus-pedidos {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  gap: 30px;
}
@media (max-width: 1024px) {
  header .header-meus-pedidos {
    display: none;
  }
  /* Esconder outros elementos do header-meus-pedidos no mobile */
  header .header-meus-pedidos .whatsapp-button,
  header .header-meus-pedidos .user-account-dropdown,
  header .header-meus-pedidos .login-button,
  header .header-meus-pedidos .cep-entrega-header {
    display: none;
  }
  /* Esconder o botão do carrinho do header-meus-pedidos no mobile */
  header .header-meus-pedidos .cart-button {
    display: none;
  }
  /* Container para os botões de conta e carrinho no mobile */
  header .area-logo .header-buttons-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-left: auto;
  }
  /* Mostrar o botão do carrinho dentro do area-logo no mobile */
  header .area-logo .cart-button-mobile {
    display: block;
  }
  /* Mostrar o botão de conta no mobile */
  header .area-logo .user-account-dropdown-mobile {
    display: block;
    position: relative;
  }
  /* Mostrar o botão de login no mobile quando deslogado */
  header .area-logo .login-button-mobile {
    display: block;
  }
  /* Aplicar o mesmo estilo do botão de login do desktop */
  header .area-logo .login-button-mobile a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #00675d;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  header .area-logo .login-button-mobile a:hover {
    text-decoration: none;
    opacity: 1;
    color: #79dd2f;
  }
  header .area-logo .login-button-mobile a:hover span:first-child {
    background: #79dd2f;
  }
  header .area-logo .login-button-mobile a span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #00675d;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
  }
  header .area-logo .login-button-mobile a span:first-child svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    width: 24px;
    height: 24px;
  }
  header .area-logo .login-button-mobile a .btn-text {
    white-space: nowrap;
  }
  /* Aplicar o mesmo estilo do botão de conta do desktop */
  header .area-logo .user-account-dropdown-mobile .user-account-button a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #00675d;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  header .area-logo .user-account-dropdown-mobile .user-account-button a:hover {
    text-decoration: none;
    opacity: 1;
    color: #79dd2f;
  }
  header
    .area-logo
    .user-account-dropdown-mobile
    .user-account-button
    a:hover
    .user-icon-wrapper {
    background: #79dd2f;
  }
  header
    .area-logo
    .user-account-dropdown-mobile
    .user-account-button
    a
    .user-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #00675d;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
  }
  header
    .area-logo
    .user-account-dropdown-mobile
    .user-account-button
    a
    .user-icon-wrapper
    svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    width: 24px;
    height: 24px;
  }
  header .area-logo .user-account-dropdown-mobile .user-account-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 1000;
    display: none;
    flex-direction: column;
    padding: 8px 0;
  }
  header
    .area-logo
    .user-account-dropdown-mobile
    .user-account-menu
    .user-menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    color: #79dd2f;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
  }
  header
    .area-logo
    .user-account-dropdown-mobile
    .user-account-menu
    .user-menu-item:hover {
    background-color: #f8f9fa;
    color: #00675d;
  }
  header
    .area-logo
    .user-account-dropdown-mobile
    .user-account-menu
    .user-menu-item
    i {
    width: 16px;
    text-align: center;
    font-size: 14px;
  }
  /* Aplicar o mesmo estilo do botão do carrinho do desktop */
  header .area-logo .cart-button-mobile a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #00675d;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  header .area-logo .cart-button-mobile a:hover {
    text-decoration: none;
    opacity: 1;
    color: #79dd2f;
  }
  header .area-logo .cart-button-mobile a:hover .cart-icon-wrapper {
    background: #79dd2f;
  }
  header .area-logo .cart-button-mobile a .cart-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #00675d;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
  }
  header .area-logo .cart-button-mobile a .cart-icon-wrapper svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    width: 24px;
    height: 24px;
  }
  header .area-logo .cart-button-mobile a .cart-icon-wrapper .cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: #ffffff;
    border-radius: 10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    z-index: 30;
    border: 2px solid #ffffff;
    line-height: 1;
    padding: 0 4px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  /* Esconder os botões mobile no desktop */
  header .area-logo .header-buttons-mobile {
    display: none;
  }
  header .area-logo .cart-button-mobile {
    display: none;
  }
  header .area-logo .user-account-dropdown-mobile {
    display: none;
  }
  header .area-logo .login-button-mobile {
    display: none;
  }
}
@media (max-width: 450px) {
  header .area-logo .cart-button-mobile a .cart-icon-wrapper {
    width: 40px;
    height: 40px;
  }
  header .area-logo .cart-button-mobile a .cart-icon-wrapper svg {
    width: 24px;
    height: 24px;
  }
}
header .header-meus-pedidos .whatsapp-button a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #00675d;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
header .header-meus-pedidos .whatsapp-button a:hover {
  text-decoration: none;
  opacity: 1;
  color: #79dd2f;
}
header .header-meus-pedidos .whatsapp-button a:hover span {
  background: #79dd2f;
}
header .header-meus-pedidos .whatsapp-button a span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #00675d;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
}
header .header-meus-pedidos .whatsapp-button a span svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
header .header-meus-pedidos .login-button a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #00675d;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
header .header-meus-pedidos .login-button a:hover {
  text-decoration: none;
  opacity: 1;
  color: #79dd2f;
}
header .header-meus-pedidos .login-button a:hover span:first-child {
  background: #79dd2f;
}
header .header-meus-pedidos .login-button a span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #00675d;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}
header .header-meus-pedidos .login-button a span:first-child svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  width: 24px;
  height: 24px;
}
header .header-meus-pedidos .login-button a .btn-text {
  white-space: nowrap;
}
header .header-meus-pedidos .cart-button a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #00675d;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
header .header-meus-pedidos .cart-button a:hover {
  text-decoration: none;
  opacity: 1;
  color: #79dd2f;
}
header .header-meus-pedidos .cart-button a:hover .cart-icon-wrapper {
  background: #79dd2f;
}
header .header-meus-pedidos .cart-button a .cart-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #00675d;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}
header .header-meus-pedidos .cart-button a .cart-icon-wrapper svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  width: 24px;
  height: 24px;
}
header .header-meus-pedidos .cart-button a .cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4444;
  color: #ffffff;
  border-radius: 10px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  z-index: 30;
  border: 2px solid #ffffff;
  line-height: 1;
  padding: 0 4px;
  box-sizing: border-box;
}

header .header-meus-pedidos .user-account-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

header .header-meus-pedidos .user-account-button {
  display: flex;
  align-items: center;
}

header .header-meus-pedidos .user-account-button a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #00675d;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

header .header-meus-pedidos .user-account-button a:hover {
  text-decoration: none;
  opacity: 1;
  color: #79dd2f;
}

header .header-meus-pedidos .user-account-button a:hover .user-icon-wrapper {
  background: #79dd2f;
}

header .header-meus-pedidos .user-account-button a .user-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #00675d;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}

header .header-meus-pedidos .user-account-button a .user-icon-wrapper svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  width: 24px;
  height: 24px;
}

header .header-meus-pedidos .user-account-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 180px;
  z-index: 1000;
}

header .header-meus-pedidos .user-account-menu .user-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  color: #6d767e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

header .header-meus-pedidos .user-account-menu .user-menu-item:hover {
  background-color: #f8f9fa;
  color: #00675d;
}

header .header-meus-pedidos .user-account-menu .user-menu-item i {
  width: 16px;
  text-align: center;
  font-size: 14px;
}

/* User Menu Header - Indicador de conta logada */
header .header-meus-pedidos .user-account-menu .user-menu-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
}

header .header-meus-pedidos .user-account-menu .user-menu-header i {
  font-size: 24px;
  color: #00675d;
}

header .header-meus-pedidos .user-account-menu .user-menu-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

header .header-meus-pedidos .user-account-menu .user-menu-name {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

header .header-meus-pedidos .user-account-menu .user-menu-code {
  font-size: 12px;
  color: #6d767e;
  font-weight: 400;
}

header .header-meus-pedidos .user-account-menu .user-menu-divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 4px 0;
}

/* Mobile */
header
  .area-logo
  .user-account-dropdown-mobile
  .user-account-menu
  .user-menu-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
}

header
  .area-logo
  .user-account-dropdown-mobile
  .user-account-menu
  .user-menu-header
  i {
  font-size: 24px;
  color: #00675d;
}

header
  .area-logo
  .user-account-dropdown-mobile
  .user-account-menu
  .user-menu-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

header
  .area-logo
  .user-account-dropdown-mobile
  .user-account-menu
  .user-menu-name {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

header
  .area-logo
  .user-account-dropdown-mobile
  .user-account-menu
  .user-menu-code {
  font-size: 12px;
  color: #6d767e;
  font-weight: 400;
}

header
  .area-logo
  .user-account-dropdown-mobile
  .user-account-menu
  .user-menu-divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 4px 0;
}

@media (max-width: 1024px) {
  header .header-meus-pedidos .user-account-dropdown {
    display: none;
  }
}
header .header-meus-pedidos .cep-entrega-header {
  display: flex;
  align-items: center;
  margin-right: 15px;
  position: relative;
}
header .header-meus-pedidos .cep-entrega-header .cep-dropdown-wrapper {
  position: relative;
}
header .header-meus-pedidos .cep-entrega-header .cep-display {
  display: flex;
  align-items: center;
  color: #79dd2f;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
}
header
  .header-meus-pedidos
  .cep-entrega-header
  .cep-display.cep-display-clickable {
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  user-select: none;
}
header
  .header-meus-pedidos
  .cep-entrega-header
  .cep-display.cep-display-clickable:hover {
  background-color: #f0f7f6;
  transform: translateY(-1px);
}
header
  .header-meus-pedidos
  .cep-entrega-header
  .cep-display.cep-display-clickable:active {
  transform: translateY(0);
  background-color: #e0edea;
}
header .header-meus-pedidos .cep-entrega-header .cep-display svg {
  flex-shrink: 0;
  color: #00675d;
  margin-right: 5px;
}
header .header-meus-pedidos .cep-entrega-header .cep-display .cep-label {
  margin-right: 5px;
  color: #6d767e;
  white-space: nowrap;
}
header .header-meus-pedidos .cep-entrega-header .cep-display .cep-value {
  font-weight: 600;
  color: #00675d;
  white-space: nowrap;
}
header .header-meus-pedidos .cep-entrega-header .cep-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 300px;
  max-width: 400px;
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
  padding: 8px 0;
}
header .header-meus-pedidos .cep-entrega-header .cep-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-meus-pedidos .cep-entrega-header .cep-dropdown-item {
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #f0f0f0;
}
header .header-meus-pedidos .cep-entrega-header .cep-dropdown-item:last-child {
  border-bottom: none;
}
header .header-meus-pedidos .cep-entrega-header .cep-dropdown-item:hover {
  background-color: #f0f7f6;
}
header .header-meus-pedidos .cep-entrega-header .cep-dropdown-item.active {
  background-color: #e0edea;
  border-left: 3px solid #00675d;
}
header
  .header-meus-pedidos
  .cep-entrega-header
  .cep-dropdown-item
  .endereco-tipo {
  font-weight: 600;
  color: #00675d;
  font-size: 14px;
  margin-bottom: 4px;
}
header
  .header-meus-pedidos
  .cep-entrega-header
  .cep-dropdown-item
  .endereco-completo {
  font-size: 13px;
  color: #6d767e;
  line-height: 1.4;
}
header
  .header-meus-pedidos
  .cep-entrega-header
  .cep-dropdown-item
  .endereco-cep {
  font-size: 12px;
  color: #00675d;
  font-weight: 600;
  margin-top: 4px;
}
@media (max-width: 1024px) {
  header .header-meus-pedidos .cep-entrega-header {
    display: none;
  }
}

.cart-button-floating {
  display: none;
}

@media (max-width: 1024px) {
  .cart-button-floating {
    display: none;
  }

  .cart-button-floating .btn-cart-floating {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #00675d;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
  }

  @media (max-width: 768px) {
    .cart-button-floating .btn-cart-floating {
      width: 43px;
      height: 43px;
    }
  }

  .cart-button-floating .btn-cart-floating:hover {
    background: #7a9a2e;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
  }

  .cart-button-floating .cart-icon-wrapper-floating {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .cart-button-floating .cart-icon-wrapper-floating svg {
    color: #ffffff;
    width: 24px;
    height: 24px;
  }

  @media (max-width: 768px) {
    .cart-button-floating .cart-icon-wrapper-floating svg {
      width: 20px;
      height: 20px;
    }
  }

  .cart-button-floating .cart-badge-floating {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: #ffffff;
    border-radius: 10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    z-index: 30;
    border: 2px solid #ffffff;
    line-height: 1;
    padding: 0 3px;
    box-sizing: border-box;
  }

  @media (max-width: 768px) {
    .cart-button-floating .cart-badge-floating {
      min-width: 16px;
      height: 16px;
      font-size: 9px;
      padding: 0 2px;
    }
  }
}

.results {
  position: absolute;
  top: 100%;
  background: #ffffff;
  border-radius: 16px;
  left: 0;
  padding: 12px;
  z-index: 100;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 103, 93, 0.12),
    0 2px 8px rgba(0, 103, 93, 0.08);
  border: 1px solid rgba(0, 103, 93, 0.1);
  margin-top: 8px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.results::-webkit-scrollbar {
  width: 8px;
}

.results::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.results::-webkit-scrollbar-thumb {
  background: rgba(0, 103, 93, 0.3);
  border-radius: 10px;
}

.results::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 103, 93, 0.5);
}

.results a {
  color: #00675d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.results a:hover {
  color: #00675d;
  opacity: 0.6;
}

.results .search-result-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  border: 1px solid transparent;
  margin-bottom: 8px;
}

.results .search-result-link:hover {
  background: linear-gradient(
    135deg,
    rgba(0, 103, 93, 0.04) 0%,
    rgba(121, 221, 47, 0.04) 100%
  );
  border-color: rgba(0, 103, 93, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 103, 93, 0.1);
}

.results .search-result-link:last-child {
  margin-bottom: 0;
}

.results .search-result-image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid rgba(0, 103, 93, 0.1);
  flex-shrink: 0;
  background: #f8f9fa;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.results .search-result-link:hover .search-result-image {
  border-color: rgba(0, 103, 93, 0.3);
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 103, 93, 0.15);
}

.results .search-result-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  gap: 4px;
}

.results .search-result-name {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-transform: none;
  color: #00675d;
  display: block;
  font-weight: 600;
  margin: 0;
}

.results .search-result-code {
  font-size: 13px;
  color: #6d767e;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.2px;
  margin: 0;
}

.results span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #7f7f7f;
  display: block;
  margin-bottom: 10px;
}

.results .search-row {
  margin-bottom: 0;
}

.results .search-row:not(:last-child) .search-result-link {
  border-bottom: 1px solid rgba(0, 103, 93, 0.08);
  padding-bottom: 12px;
  margin-bottom: 8px;
}

.results .search-no-results {
  padding: 24px 16px;
  text-align: center;
}

.results .search-no-results-text {
  color: #6d767e;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

body:has(header) {
  padding-top: 80px !important;
}

body.d-flex.flex-column.min-vh-100:not(:has(header)) {
  padding-top: 0 !important;
}

body.d-flex.flex-column.min-vh-100:has(header) {
  padding-top: 80px !important;
}

@media (max-width: 1024px) {
  body:has(header) {
    padding-top: 90px !important;
  }
  body.d-flex.flex-column.min-vh-100:not(:has(header)) {
    padding-top: 0 !important;
  }
  body.d-flex.flex-column.min-vh-100:has(header) {
    padding-top: 90px !important;
  }
}

@media (max-width: 450px) {
  body:has(header) {
    padding-top: 85px !important;
  }
  body.d-flex.flex-column.min-vh-100:not(:has(header)) {
    padding-top: 0 !important;
  }
  body.d-flex.flex-column.min-vh-100:has(header) {
    padding-top: 85px !important;
  }
}

header + .nav-pages-container {
  margin-top: 0;
}

body:has(header).d-flex.flex-column.min-vh-100 > .container:first-of-type,
body:has(header).d-flex.flex-column.min-vh-100
  > div
  > .container:first-of-type {
  margin-top: 0 !important;
  padding-top: 20px !important;
}

body.d-flex.flex-column.min-vh-100:not(:has(header)) > .container:first-of-type,
body.d-flex.flex-column.min-vh-100:not(:has(header))
  > div
  > .container:first-of-type {
  padding-top: 0 !important;
}

@media (max-width: 1024px) {
  body:has(header).d-flex.flex-column.min-vh-100 > .container:first-of-type,
  body:has(header).d-flex.flex-column.min-vh-100
    > div
    > .container:first-of-type {
    padding-top: 20px !important;
  }
}

@media (max-width: 450px) {
  body:has(header).d-flex.flex-column.min-vh-100 > .container:first-of-type,
  body:has(header).d-flex.flex-column.min-vh-100
    > div
    > .container:first-of-type {
    padding-top: 15px !important;
  }
}

.container[style*="position: relative"] > [style*="position: absolute"] {
  top: 0;
}

body.d-flex.flex-column.min-vh-100
  .container:not(.pre-footer-container):not(footer .container) {
  position: relative;
  z-index: 1;
}

.offer-overlay,
.home-overlay,
.pedidos-overlay {
  top: 0 !important;
  margin-top: 0 !important;
}

body:has(header).d-flex.flex-column.min-vh-100
  > div:first-of-type:not(header):not(.nav-pages-container) {
  margin-top: 0 !important;
  padding-top: 20px !important;
}

@media (max-width: 450px) {
  body:has(header).d-flex.flex-column.min-vh-100
    > div:first-of-type:not(header):not(.nav-pages-container) {
    padding-top: 15px !important;
  }
}

.container[style*="position: relative"] > [style*="position: absolute"],
#outerLayer[style*="position: relative"] > [style*="position: absolute"] {
  top: 0 !important;
}

body > .container,
body > div > .container {
  position: relative;
}
