/* Sitemap Template Styles */
.page-template-page-sitemap-template {
  font-weight: 400;
  line-height: 1.6;
}
.page-template-page-sitemap-template .default-template {
  padding: 40px 0 100px 0;
  font-family: "Inter", sans-serif;
}
.page-template-page-sitemap-template .default-template .page-title {
  letter-spacing: -1px;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  font-weight: 700;
  color: #222;
}
.page-template-page-sitemap-template .default-template .content {
  padding-top: 20px;
}
.page-template-page-sitemap-template .default-template .content a {
  word-break: break-word;
}
.page-template-page-sitemap-template .default-template strong {
  font-weight: 700;
}
.page-template-page-sitemap-template .default-template h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #222;
  margin: 24px 0;
}
.page-template-page-sitemap-template .default-template h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 28px;
  margin-top: 24px;
  color: #222;
}
.page-template-page-sitemap-template .default-template h4 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #222;
}
.page-template-page-sitemap-template .default-template p {
  color: inherit;
  font-size: 16px;
}
.page-template-page-sitemap-template .default-template p span {
  color: #000;
  font-family: "Inter", sans-serif !important;
}
.page-template-page-sitemap-template .default-template p:not(:last-child) {
  margin: 24px 0;
}
.page-template-page-sitemap-template .default-template ul li {
  list-style-type: none;
}
.page-template-page-sitemap-template .default-template ul li a {
  color: inherit;
  transition: color 0.3s linear;
}
.page-template-page-sitemap-template .default-template ul li a:hover {
  color: #086AE5;
}
.page-template-page-sitemap-template .default-template .wpb_wrapper {
  margin-top: 15px;
  margin-bottom: 30px;
}
.page-template-page-sitemap-template .default-template .wpb_wrapper .button_hg {
  font-family: "Inter", sans-serif !important;
}
.page-template-page-sitemap-template .default-template .wpb_wrapper a:hover {
  opacity: 0.8;
}
.page-template-page-sitemap-template .default-template .has-text-color li {
  color: #cf2e2e !important;
  line-height: 28px;
  font-size: 16px;
  line-height: 1.6;
}
.page-template-page-sitemap-template .default-template .wp-block-column p a {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 18px;
  color: #222;
  font-weight: 400;
}
.page-template-page-sitemap-template .default-template .wp-container-core-columns-is-layout-1 {
  padding-top: 40px;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.page-template-page-sitemap-template .default-template .wp-container-core-columns-is-layout-2 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.page-template-page-sitemap-template .default-template .wp-container-core-columns-is-layout-5 {
  padding-top: 60px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.page-template-page-sitemap-template .default-template .wp-block-separator {
  border-top: 1px solid;
  color: lightgrey;
  display: block;
  margin-top: 117px;
  max-width: 920px;
}
.page-template-page-sitemap-template .default-template .wp-block-table {
  color: #777;
  font-weight: 400;
}
.page-template-page-sitemap-template .default-template .wp-block-table thead, .page-template-page-sitemap-template .default-template .wp-block-table tbody {
  border-bottom: none;
}
.page-template-page-sitemap-template .default-template .wp-block-table thead td, .page-template-page-sitemap-template .default-template .wp-block-table thead th, .page-template-page-sitemap-template .default-template .wp-block-table tbody td, .page-template-page-sitemap-template .default-template .wp-block-table tbody th {
  border: 1px solid #efefef !important;
}
.page-template-page-sitemap-template .default-template .wp-block-table thead th, .page-template-page-sitemap-template .default-template .wp-block-table tbody th {
  font-weight: normal !important;
  text-align: left !important;
}

/* Custom Sitemap Specific Styles */
.sitemap-page {
  padding: 40px 0;
}

.sitemap-content {
  max-width: 1200px;
  margin: 0 auto;
}

.sitemap-section-title {
  color: #2c3e50;
  font-size: 28px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #3498db;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sitemap-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px;
  margin: 20px 0 40px 0;
  padding: 0;
  list-style: none;
}

.sitemap-color-grid {
  margin: 20px 0;
}

.sitemap-color-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}

.sitemap-products-list {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}

.sitemap-list li {
  margin: 0;
  padding: 0;
}

.sitemap-link {
  display: block;
  padding: 15px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid #e9ecef;
  border-radius: 8px;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.sitemap-link:hover {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #ffffff;
  border-color: #2980b9;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
  text-decoration: none;
}
.sitemap-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.sitemap-link:hover::before {
  left: 100%;
}

.color-link {
  border-left: 4px solid #e74c3c;
}
.color-link:hover {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  border-color: #c0392b;
}

.product-link {
  border-left: 4px solid #27ae60;
  font-size: 13px;
}
.product-link:hover {
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
  border-color: #229954;
}

/* Media Queries */
@media (max-width: 781px) {
  .page-template-page-sitemap-template .default-template .content .wp-container-core-columns-is-layout-1 {
    row-gap: 100px;
    padding-top: 0;
  }
  .page-template-page-sitemap-template .default-template .content .wp-block-separator {
    margin-top: 40px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto !important;
  }
}
@media (max-width: 768px) {
  .sitemap-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sitemap-section-title {
    font-size: 24px;
    margin: 30px 0 15px 0;
  }
  .sitemap-link {
    padding: 12px 16px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .page-template-page-sitemap-template .default-template {
    padding: 30px 0 100px 0;
  }
  .page-template-page-sitemap-template .default-template .page-title {
    font-size: 26px;
    line-height: 30px;
  }
  .page-template-page-sitemap-template .default-template .content .wp-container-core-columns-is-layout-4 {
    padding-top: 20px;
  }
  .page-template-page-sitemap-template .default-template .content .wp-container-core-columns-is-layout-5 {
    padding-top: 40px;
  }
  .page-template-page-sitemap-template .default-template .content .wpb_wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .sitemap-page {
    padding: 20px 0;
  }
  .page-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .sitemap-section-title {
    font-size: 20px;
  }
}
/* Custom animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sitemap-content {
  animation: fadeInUp 0.6s ease-out;
}

.sitemap-list li {
  animation: fadeInUp 0.3s ease-out forwards;
  opacity: 0;
}
.sitemap-list li:nth-child(1) {
  animation-delay: 0.1s;
}
.sitemap-list li:nth-child(2) {
  animation-delay: 0.15s;
}
.sitemap-list li:nth-child(3) {
  animation-delay: 0.2s;
}
.sitemap-list li:nth-child(4) {
  animation-delay: 0.25s;
}
.sitemap-list li:nth-child(5) {
  animation-delay: 0.3s;
}
.sitemap-list li:nth-child(n+6) {
  animation-delay: 0.35s;
}
/*# sourceMappingURL=sitemap-template.css.map */
