@import url("https://fonts.googleapis.com/css2?family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  --blue-900: #304b6c;
  --blue-800: #2a4763;
  --blue-700: #1f4e91;
  --blue-500: #2f6fb4;
  --blue-300: #a9c3e1;
  --gray-100: #f6f8fc;
  --gray-300: #e2e6f0; }

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #f6f8fc;
  color: #1f2b3e; }

@media (min-width: 992px) {
  body.home-page {
    background: url("../images/fundotopohome.gif?1") repeat-x top center; } }
@media (max-width: 991.98px) {
  .header-wrapper {
    gap: 0; }

  .header-top {
    order: 2;
    justify-content: flex-start !important;
    padding-bottom: 10px; } }
/* Header Section */
.header-section {
  background: #1f3f76;
  padding: 16px 0;
  position: relative;
  z-index: 10; }

.header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.header-top {
  order: 0; }

.header-nav .navbar-brand img {
  max-width: 200px; }
.header-nav .nav-link {
  color: #fff !important;
  font-weight: 200 !important;
  font-size: 17px; }
  .header-nav .nav-link:hover, .header-nav .nav-link:focus, .header-nav .nav-link.active {
    color: #fff; }
.header-nav .header-actions {
  display: flex;
  align-items: center;
  gap: 12px; }
  .header-nav .header-actions .header-account {
    color: #e7eef7;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none; }
    .header-nav .header-actions .header-account:hover {
      color: #fff; }
  .header-nav .header-actions .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    padding: 8px 14px; }
    .header-nav .header-actions .btn-outline-light:hover {
      background: #fff;
      color: #304b6c; }
  .header-nav .header-actions .cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e74c3c;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1; }

.title {
  background: #1f3f76;
  padding: 20px 0px; }
  .title h1 {
    color: #fff;
    font-weight: 200;
    padding: 20px 0;
    margin: 0; }
  .title .search-box {
    background: #fff;
    border-radius: 20px;
    padding: 10px 16px 10px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 16px 30px rgba(47, 85, 124, 0.16); }
    .title .search-box input {
      border: none;
      flex: 1;
      padding: 10px 6px;
      font-size: 16px;
      color: #1f2b3e;
      outline: none;
      background: transparent; }
    .title .search-box .search-icon {
      width: 52px;
      height: 52px;
      border-radius: 15px;
      background: #1f4e91;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 18px;
      box-shadow: 0 12px 24px rgba(31, 78, 145, 0.3); }

.chamadaSEO {
  border-radius: 20px; }

.product-subcategories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0 0 28px; }
  .product-subcategories li {
    padding: 0;
    font-size: 12px; }
  .product-subcategories a {
    display: block;
    background: #efeeee;
    border-radius: 50px;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 12px;
    color: #1f2b3e;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease; }
    .product-subcategories a:hover, .product-subcategories a:focus {
      background: #1f3f76;
      color: #fff; }
  @media (max-width: 575.98px) {
    .product-subcategories {
      gap: 10px; }
      .product-subcategories a {
        width: 100%;
        text-align: center; } }

.servbox {
  border: 1px solid #bbc5c6;
  border-radius: 10px; }

.logo-placeholder,
.navbar-placeholder,
.menu-placeholder {
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
  transition: all 0.3s ease; }
  .logo-placeholder a,
  .navbar-placeholder a,
  .menu-placeholder a {
    color: #fff; }

.logo-placeholder {
  text-align: left; }
  .logo-placeholder img {
    max-width: 250px;
    display: inline-block; }

.logo-placeholder:hover,
.navbar-placeholder:hover,
.menu-placeholder:hover {
  transform: translateY(-2px); }

.navbar-placeholder {
  display: inline-block;
  min-width: 100px; }

.menu-placeholder {
  display: inline-block;
  min-width: 80px; }
  .menu-placeholder img {
    max-width: 40px !important; }

/* Hero Section */
.hero-shell {
  padding: 12px 0 140px; }

.hero-scenery {
  position: relative;
  background: url("../images/imagetopohome.png") center/cover no-repeat;
  border-radius: 30px;
  min-height: 620px;
  padding: 24px;
  overflow: visible;
  box-shadow: 0 24px 70px rgba(24, 57, 94, 0.22); }

.hero-search {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(80%, 940px);
  z-index: 6; }
  .hero-search .search-box {
    background: #fff;
    border-radius: 0 0 30px 30px;
    padding: 10px 16px 16px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 16px 30px rgba(47, 85, 124, 0.16); }
    .hero-search .search-box input {
      border: none;
      flex: 1;
      padding: 14px 8px;
      font-size: 16px;
      color: #1f2b3e;
      outline: none;
      background: transparent; }
    .hero-search .search-box .search-icon {
      width: 52px;
      height: 52px;
      border-radius: 15px;
      background: #1f4e91;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 18px;
      box-shadow: 0 12px 24px rgba(31, 78, 145, 0.3); }

.hero-slide-card {
  position: relative;
  width: 100%;
  background: #1f3f76;
  border-radius: 32px;
  padding: 28px;
  color: #fff;
  box-shadow: 0 18px 45px rgba(10, 33, 68, 0.35);
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 24px;
  align-items: center; }

.hero-slider-wrap {
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  width: min(80%, 1080px);
  z-index: 5;
  overflow: hidden;
  border-radius: 32px;
  padding-bottom: 28px; }

.hero-slider .owl-stage-outer {
  overflow: hidden; }

.hero-slider .owl-item {
  overflow: hidden; }

.hero-slider .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  z-index: 8;
  margin-top: 0; }

.hero-slider .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  transition: all 0.25s ease; }

.hero-slider .owl-dot.active span {
  width: 34px;
  background: #ffffff; }

.hero-slide-media {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .hero-slide-media img {
    max-width: 320px;
    width: 100%;
    filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.3));
    transform: translateY(-10px); }

.hero-slide-info {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.hero-slide-tag {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 200;
  color: #a9c3e1;
  font-size: 14px; }

.hero-slide-title {
  font-weight: 200;
  font-size: 42px;
  color: #88a8e0;
  margin: 0; }

.hero-slide-desc {
  margin: 6px 0 10px;
  color: #e6f0ff;
  line-height: 1.5;
  font-size: 16px; }

.hero-slide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f0f4ff;
  color: #2a4763;
  padding: 12px 26px;
  border-radius: 10px;
  border: none;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(240, 244, 255, 0.4);
  width: fit-content; }

.hero-slide-btn:hover {
  background: #fff;
  color: #1f4e91;
  transform: translateY(-2px); }

.hero-slide-note {
  color: #d5e5ff;
  font-size: 13px;
  margin-top: 6px; }

/* About Section */
.intro-section {
  background: #fff;
  padding: 70px 0 30px;
  text-align: center; }
  .intro-section h2 {
    color: #2a4763;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 14px; }
  .intro-section p {
    max-width: 820px;
    margin: 0 auto 20px;
    color: #516072;
    font-size: 17px;
    line-height: 1.6; }

.mini-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eef3fb;
  color: #1f4e91;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 600;
  margin-bottom: 12px; }

/* Products Section */
.products-section {
  padding: 10px 0 40px;
  margin-top: 60px; }

.product-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  color: #1f2b3e;
  border-radius: 20px;
  padding: 20px;
  min-height: 100%;
  border: 1px solid #dde6f2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: none;
  transition: all 0.3s ease;
  overflow: hidden; }
  .product-card:hover {
    transform: translateY(-6px);
    box-shadow: none; }
  .product-card .product-tag {
    font-weight: 700;
    color: #1f4e91 !important;
    letter-spacing: 0.04em;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .product-card h3 {
    color: #1f2b3e;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 14px; }
  .product-card .product-media {
    position: relative;
    margin: 0 auto 18px;
    width: 100%;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .product-card .product-media img {
      max-width: 220px;
      max-height: 210px;
      width: auto;
      height: auto;
      filter: none; }
.product-card .product-btn {
    background: linear-gradient(135deg, #1f4e91 0%, #2f6fb4 100%);
    color: #fff;
    padding: 15px 18px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 12px;
    border: none;
    text-align: center;
    width: 100%;
    margin-top: 12px; }
  .product-card .product-btn:hover {
    background: linear-gradient(135deg, #163f79 0%, #245c98 100%);
    transform: translateY(-2px); }

.rental-dates {
  background: #fff;
  border-radius: 5px;
  padding: 12px 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 16px;
  box-shadow: 0 6px 16px rgba(26, 55, 93, 0.08); }

.date-field {
  flex: 1 1 45%;
  min-width: 180px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1f2b3e; }
  .date-field i {
    color: #1f4e91;
    font-size: 18px; }
  .date-field .date-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #516072;
    margin-bottom: 4px;
    font-weight: 700;
    color: #1f2b3e !important; }
  .date-field .date-input {
    border: 1px solid #e2e6f0;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 12px;
    width: 100%;
    color: #1f2b3e;
    box-shadow: none; }

/* Featured Section */
.featured-section {
  padding: 50px 0 70px; }
  .featured-section h5 {
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #516072;
    margin-bottom: 18px;
    text-align: center; }

.products-showcase {
  padding: 28px 0 10px; }

.products-showcase-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px; }
  @media (max-width: 768px) {
    .products-showcase-head {
      flex-direction: column;
      align-items: flex-start; } }

.products-showcase-kicker {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1f4e91; }

.products-showcase-copy {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.7;
  color: #516072; }

.featured-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
  min-height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #dbe6f3;
  box-shadow: 0 18px 44px rgba(26, 55, 93, 0.08);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .featured-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 54px rgba(26, 55, 93, 0.14); }

.featured-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px; }

.featured-mini-brand {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a8aa0; }

.featured-media-shell {
  position: relative;
  margin-top: 12px;
  min-height: 240px;
  border-radius: 20px;
  padding: 24px 18px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(66, 112, 173, 0.14), transparent 58%), linear-gradient(180deg, #eef4fb 0%, #ffffff 100%);
  border: 1px solid #e0e9f4; }

.featured-media-glow {
  position: absolute;
  inset: auto 20px 12px;
  height: 18px;
  border-radius: 999px;
  background: rgba(31, 78, 145, 0.08);
  filter: blur(10px); }

.featured-content {
  padding: 16px 4px 0;
  display: flex;
  flex-direction: column;
  flex: 1; }

.featured-category {
  font-size: 11px;
  color: #1f4e91;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.featured-title {
  font-size: 22px;
  font-weight: 700;
  color: #1f2b3e;
  margin-bottom: 14px;
  line-height: 1.25;
  color: #1f2b3e !important; }

.featured-title a,
.product-card h3 a {
  color: inherit;
  text-decoration: none; }

.featured-title a:hover,
.product-card h3 a:hover {
  color: inherit;
  text-decoration: none; }

.featured-btn {
  background: linear-gradient(135deg, #1f4e91 0%, #2f6fb4 100%);
  border: none;
  color: #fff;
  padding: 15px 18px;
  font-size: 12px;
  border-radius: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: 800;
  width: 100%;
  text-align: center;
  margin-top: 12px; }

.featured-btn:hover {
  background: linear-gradient(135deg, #163f79 0%, #245c98 100%);
  transform: translateY(-2px); }

.featured-sale-flag {
  background: #edf3ff;
  color: #274f8d;
  border: 1px solid #c8d9f3; }

.product-grid-item img,
.featured-card img {
  display: block;
  margin: 0 auto;
  max-width: 220px;
  max-height: 210px;
  width: auto;
  height: auto;
  object-fit: contain; }

.product-card-header {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px; }

.rental-flag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 6px 11px;
  border-radius: 999px;
  background: #e9f7ef;
  color: #1f7a45;
  border: 1px solid #bfe3cc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px; }

.product-price-block {
  margin: 4px 0 10px;
  padding: 14px 16px;
  background: #edf4fb;
  border: 1px solid #d6e3f2;
  border-radius: 14px; }

.product-price-value {
  display: block;
  color: #163f79;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 6px; }

.product-price-value small {
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
  margin-right: 4px; }

.product-price-note {
  display: block;
  color: #516072;
  font-size: 13px;
  line-height: 1.4;
  margin: 0; }

.product-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  background: #fff4df;
  color: #8b5b00;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px; }

/* Additional Images */
.additional-images {
  background-color: #fff;
  padding: 40px 0; }

.additional-image-placeholder {
  background-color: #d9d9d9;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
  border-radius: 8px;
  transition: all 0.3s ease; }

.additional-image-placeholder:hover {
  background-color: #c9c9c9;
  transform: scale(1.02); }

.delivery-strip {
  background: #fff;
  padding: 22px 26px;
  border-radius: 18px;
  box-shadow: 0 12px 25px rgba(26, 55, 93, 0.08);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  color: #1f4e91;
  font-weight: 700;
  letter-spacing: 0.02em; }

.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #516072;
  text-transform: uppercase; }

.service-badges {
  padding: 0px 0 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px; }
  @media (max-width: 768px) {
    .service-badges {
      grid-template-columns: 1fr; } }

.service-pill {
  border-radius: 20px;
  padding: 18px 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 120px;
  justify-content: center;
  background: linear-gradient(135deg, #1f4e91 0%, #2f6fb4 100%);
  box-shadow: 0 14px 26px rgba(26, 55, 93, 0.15); }
  .service-pill.alt {
    background: linear-gradient(135deg, #0b9dc3 0%, #14416e 100%); }
  .service-pill span {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.9; }
  .service-pill strong {
    font-size: 19px;
    font-weight: 700; }

.btnPadrao {
  background-color: #87a5a7;
  border: 1px solid #303a3b;
  color: #fff;
  padding: 10px 30px;
  font-size: 12px;
  border-radius: 5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: 400; }

.bgcinza {
  background-color: #efefef !important;
  overflow: hidden; }

.sobre h2, .sobre h4, .sobre h3, .sobre p {
  color: #1f3f76; }
.sobre .btnContato {
  background: #f0f4ff;
  color: #2a4763;
  padding: 18px 26px;
  border-radius: 10px;
  border: none;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(240, 244, 255, 0.4);
  width: fit-content; }
.sobre .btnContato:hover {
  background: #fff;
  color: #1f4e91;
  transform: translateY(-2px); }

.account-hero__content p {
  color: #fff !important; }

.engloba {
  background-color: #1f3f76; }
  .engloba small, .engloba p, .engloba span, .engloba h3 {
    color: #fff !important; }
  .engloba .preco {
    font-size: 30px;
    margin-left: -15px !important;
    padding-left: 0px !important;
    color: #1f2b3e !important; }
  .engloba span {
    font-size: 14px;
    color: #1f2b3e !important; }
  .engloba small {
    color: #1f2b3e !important; }
  .engloba p {
    color: #1f2b3e !important; }
    .engloba p.desc {
      color: #fff !important; }
  .engloba h2 {
    color: #b0c3e5;
    font-weight: 200; }
  .engloba .btncomprar {
    background: #f0f4ff;
    color: #2a4763;
    padding: 18px 26px;
    border-radius: 10px;
    border: none;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 10px 24px rgba(240, 244, 255, 0.4);
    width: fit-content; }
  .engloba .btncomprar:hover {
    background: #fff;
    color: #1f4e91;
    transform: translateY(-2px); }

@media (max-width: 576px) {
  .btncomprar {
    width: 100%;
    text-align: center; } }
.descricao h4, .descricao p {
  color: #1f3f76 !important; }

.sidebar a {
  color: #2a7d8c; }

.equipe h4 {
  color: #1f3f76;
  font-size: 21px; }

.bg-img-contato {
  width: 100%;
  height: 100vh;
  /* ocupa toda a tela */
  background-image: url("../images/contato.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

/* Footer */
.footer-section {
  background-color: #304b6c;
  color: #fff;
  padding: 70px 0 50px;
  box-shadow: 0 -12px 30px rgba(26, 55, 93, 0.12); }

.footer-section h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px; }

.footer-links {
  list-style: none;
  padding: 0; }

.footer-links li {
  margin-bottom: 8px; }

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s ease; }

.footer-links a:hover {
  color: #d9d9d9;
  text-decoration: underline; }

.footer-section p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 21px; }

.footer-section p a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease; }

.footer-section p a:hover {
  color: #d9d9d9;
  text-decoration: underline; }

.footer-section .logo-placeholder {
  padding: 0;
  background: transparent;
  box-shadow: none; }

.footer-section .logo-placeholder:hover {
  transform: none; }

.footer-section .logo-placeholder img {
  background: transparent;
  mix-blend-mode: screen; }

.footer-address {
  font-size: 15px;
  margin-bottom: 20px;
  font-style: normal;
  color: #fff !important; }

.footeradress {
  border-top: 1px solid #80a2a4; }

.footer-btn {
  background-color: #f5f8ff;
  border: none;
  color: #2a4763;
  padding: 14px 32px;
  font-size: 13px;
  border-radius: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: 700; }

.footer-btn:hover {
  background-color: #fff;
  color: #1f4e91;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(26, 55, 93, 0.2); }

/* Responsive Design */
@media (max-width: 768px) {
  .hero-shell {
    padding-top: 100px;
    padding-bottom: 120px; }

  .hero-scenery {
    border-radius: 40px;
    min-height: 420px;
    padding: 18px; }

  .hero-search .search-box {
    border-radius: 0 0 40px 40px; }

  .hero-slide-card {
    grid-template-columns: 1fr;
    padding: 22px; }

  .hero-slider-wrap {
    position: relative;
    left: 0;
    transform: none;
    bottom: auto;
    width: 100%;
    margin: 140px auto 0;
    padding-bottom: 24px; }

  .hero-slide-title {
    font-size: 26px; }

  .products-section {
    padding: 30px 0 40px; }

  .product-card {
    padding-top: 24px; }

  .date-field {
    min-width: 100%; }

  .product-card .product-media {
    width: 78%; }
    .product-card .product-media img {
      max-width: 210px; }

  .intro-section h2 {
    font-size: 26px; } }
@media (max-width: 576px) {
  .hero-shell {
    padding-top: 100px;
    padding-bottom: 110px; }

  .hero-scenery {
    border-radius: 28px; }

  .hero-slide-card {
    padding: 20px;
    text-align: center;
    width: 100%; }

  .hero-slide-btn {
    margin: 0 auto; }

  .hero-slide-title {
    font-size: 22px; }

  .featured-title {
    font-size: 15px; }

  .product-card {
    padding-top: 24px; }

  .date-field {
    min-width: 100%; }

  .product-card .product-media {
    width: 82%; }
    .product-card .product-media img {
      max-width: 190px; } }
/* Smooth scrolling */
html {
  scroll-behavior: smooth; }

/* Focus styles for accessibility */
button:focus,
a:focus {
  outline: 2px solid #000;
  outline-offset: 2px; }

/* Loading animation for placeholders */
@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
.hero-image-placeholder,
.product-image-placeholder,
.featured-image-placeholder,
.additional-image-placeholder {
  animation: pulse 2s infinite; }

/* Hover effects for interactive elements */
.navbar-brand:hover .logo-placeholder {
  transform: scale(1.05); }

/* Performance optimizations */
.hero-image-placeholder,
.product-image-placeholder,
.featured-image-placeholder,
.additional-image-placeholder {
  will-change: transform; }

.product-card,
.featured-card {
  will-change: transform, box-shadow; }

/* SEO and Performance Optimizations */
/* Critical CSS for above-the-fold content */
.header-section,
.hero-section {
  contain: layout style paint; }

/* Lazy loading preparation */
.lazy-load {
  opacity: 0;
  transition: opacity 0.3s; }

.lazy-load.loaded {
  opacity: 1; }

/* Preload critical fonts */
@font-display : swap;
/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; }

  .hero-image-placeholder,
  .product-image-placeholder,
  .featured-image-placeholder,
  .additional-image-placeholder {
    animation: none; } }
/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero-btn,
  .product-btn,
  .featured-btn,
  .footer-btn {
    border-width: 3px; }

  .logo-placeholder,
  .navbar-placeholder,
  .menu-placeholder {
    border: 2px solid #000; } }
/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .hero-image-placeholder,
  .product-image-placeholder,
  .featured-image-placeholder,
  .additional-image-placeholder {
    background-color: #666;
    color: #fff; }

  .logo-placeholder,
  .navbar-placeholder,
  .menu-placeholder {
    background-color: #666;
    color: #fff; } }
/* Print styles */
@media print {
  .header-section,
  .footer-section {
    display: none; }

  .hero-section,
  .about-section,
  .products-section,
  .featured-section {
    page-break-inside: avoid;
    break-inside: avoid; }

  body {
    font-size: 12pt;
    line-height: 1.4; }

  .hero-title {
    font-size: 24pt; }

  .about-title {
    font-size: 20pt; } }
/* Focus management for keyboard navigation */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 1000; }

.skip-link:focus {
  top: 6px; }

.produtover .product-gallery {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e6f0; }
.produtover .main-product-img {
  object-fit: contain;
  max-height: 360px; }
.produtover .thumbnail-img {
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, transform 0.2s ease; }
  .produtover .thumbnail-img:hover {
    border-color: #2f6fb4;
    transform: translateY(-2px); }
.produtover .checkout-start {
  border-radius: 16px;
  border: 1px solid #e2e6f0;
  background: #fff; }
  .produtover .checkout-start .date-field {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #e2e6f0; }
    .produtover .checkout-start .date-field:last-child {
      border-bottom: 0; }
    .produtover .checkout-start .date-field i {
      color: #1f4e91;
      font-size: 18px; }

.checkout-flow .step-card {
  border: 1px solid #e2e6f0;
  border-radius: 14px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(31, 67, 118, 0.06);
  color: #14416e; }
.checkout-flow .step-label {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1f4e91;
  font-weight: 700; }
.checkout-flow .step-pending {
  border-color: #78a8dc; }
.checkout-flow .step-complete {
  border-color: #2f6fb4;
  box-shadow: 0 16px 36px rgba(47, 111, 180, 0.15); }
.checkout-flow .mini-cart {
  border: 1px solid #e2e6f0;
  border-radius: 12px;
  padding: 12px;
  background: #fff; }
.checkout-flow .mini-cart-item {
  padding: 10px 0;
  border-bottom: 1px dashed #e2e6f0; }
  .checkout-flow .mini-cart-item:last-child {
    border-bottom: 0; }
  .checkout-flow .mini-cart-item .price {
    font-weight: 700;
    color: #304b6c; }

.account-panel {
  background: #fff;
  border: 1px solid #e2e6f0;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(31, 78, 145, 0.06);
  overflow: hidden;
  margin-bottom: 20px; }

.panel-header {
  padding: 18px 20px 10px;
  border-bottom: 1px solid #e2e6f0; }
  .panel-header h2 {
    margin: 0 0 4px 0;
    color: #304b6c; }
  .panel-header .eyebrow {
    letter-spacing: 0.08em;
    font-size: 11px;
    text-transform: uppercase;
    color: #1f4e91;
    margin: 0 0 4px 0; }

.panel-body {
  padding: 20px; }

.table-account {
  margin-bottom: 0; }
  .table-account th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #516072;
    border-top: 0; }
  .table-account td {
    vertical-align: middle; }

.status-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: #f6f8fc;
  color: #304b6c; }
  .status-badge.status-paid {
    background: rgba(72, 180, 97, 0.12);
    color: #2e8b57; }
  .status-badge.status-pending {
    background: rgba(255, 193, 7, 0.12);
    color: #b57700; }

.btn-link-ghost {
  color: #1f4e91;
  font-weight: 600;
  text-decoration: none; }
  .btn-link-ghost:hover {
    color: #2f6fb4; }

.form-card .form-group {
  margin-bottom: 14px; }
.form-card label {
  font-weight: 600;
  color: #1f2b3e; }
.form-card .has-error input,
.form-card .has-error select {
  border-color: #e74c3c; }

@media (max-width: 767.98px) {
  .panel-body {
    padding: 16px; } }
.checkout-topbar .container {
  gap: 10px; }
.checkout-topbar a {
  color: inherit; }

.dashboard {
  padding: 40px 0px; }

.menu ul {
  list-style: none; }
  .menu ul small {
    display: block;
    padding-bottom: 20px; }

.account-dashboard .account-hero {
  background: linear-gradient(135deg, #2a4763, #2f6fb4);
  color: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 14px;
  align-items: center;
  box-shadow: 0 18px 36px rgba(31, 63, 118, 0.25); }
  .account-dashboard .account-hero__icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px; }
  .account-dashboard .account-hero .eyebrow {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.85;
    margin-bottom: 6px; }
  .account-dashboard .account-hero h2 {
    color: #fff;
    margin: 0 0 8px 0; }
  .account-dashboard .account-hero .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff; }
.account-dashboard .account-card {
  border: 1px solid #e2e6f0;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  box-shadow: 0 10px 24px rgba(47, 111, 180, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
  .account-dashboard .account-card:hover {
    transform: translateY(-4px);
    border-color: #2f6fb4;
    box-shadow: 0 14px 30px rgba(47, 111, 180, 0.16); }
  .account-dashboard .account-card h5 {
    margin: 0 0 4px 0;
    color: #304b6c;
    font-weight: 700; }
  .account-dashboard .account-card p {
    margin: 0;
    color: #516072;
    font-size: 14px; }
  .account-dashboard .account-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f6f8fc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1f4e91; }

/* Loading states */
.loading {
  position: relative;
  overflow: hidden; }

.loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: loading 1.5s infinite; }

@keyframes loading {
  0% {
    left: -100%; }
  100% {
    left: 100%; } }
/* Micro-interactions */
.btn {
  position: relative;
  overflow: hidden; }

.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s; }

.btn:active::before {
  width: 300px;
  height: 300px; }

/* Improved accessibility */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

/* Enhanced mobile experience */
@media (max-width: 480px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; }

  .hero-section,
  .about-section,
  .products-section,
  .featured-section {
    padding: 40px 0; }

  .footer-section {
    padding: 40px 0 20px; } }
/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  .btn {
    min-height: 44px;
    min-width: 44px; }

  .footer-links a {
    padding: 8px 0;
    display: block; } }
/* Performance hints */
.hero-image-placeholder,
.product-image-placeholder,
.featured-image-placeholder,
.additional-image-placeholder {
  content-visibility: auto;
  contain-intrinsic-size: 200px; }

/* Smooth animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.animate-on-scroll {
  animation: fadeInUp 0.6s ease-out; }

/* Grid fallback for older browsers */
@supports not (display: grid) {
  .row {
    display: flex;
    flex-wrap: wrap; } }
/* Container queries for future-proofing */
@container (min-width: 768px) {
  .product-card {
    padding: 60px 30px; } }

/*# sourceMappingURL=main.css.map */
