/*
Theme Name: ZiCoding camp
Theme URI: https://zicoding.com
Author: ZiCoding
Description: Super brza, SEO optimizovana tema.
Version: 1.0
*/

/* Osnovni reset */
@font-face {
  font-family: 'Quicksand';
  src: url('../../font/Quicksand-Regular.woff2') format('woff2'),
    url('../../font/Quicksand-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Quicksand", sans-serif;
  color: #333;
  background-color: var(--dopunska-boja);
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.8rem;
  font-weight: 600;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1em;
}
/* osnovni stil linkova */
a {
  color: var(--osnovna-boja); 
  text-decoration: none;  
  transition: color 0.3s ease, text-shadow 0.3s ease;
  font-weight: 500;
}

/* hover efekt */
a:hover {
  color: var(--dopunska-boja); 
  text-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* posjećeni linkovi */
a:visited {
  color: #5a5a5a;  
}
/* Prisilno postavljanje fonta */
button,
input[type="submit"],
textarea,
.search-field {
  font-family: 'Quicksand', sans-serif !important;
}

.container {
  max-width: 80%;
  width: 100%;
  margin: auto;
  background-color: #ffffff;
}

.site-main {
  margin: 0 auto;
  background-color: #ffffff;
  max-width: 80%;
  width: 100%;
  padding-bottom: 2rem;
}

.product-card {
  padding: 15px;
  margin: auto;
}

.breadcrumbs {
  text-align: center;
  background-color: #ffffff;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, .75);
}

.breadcrumbs a {
  color: var(--osnovna-boja);
  text-decoration: none;
}

/* Header */
.header-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.site-header {
  max-width: 100%;
  margin: auto;
  top: 0;
  z-index: 1002;
  position: sticky;
}

.site-branding {
  display: flex;
  align-items: center;
  flex: 1;
  order: 1;
}

.site-branding a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.site-logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  transition: all 0.3s ease;
}

.site-logo img {
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-left: 5px;
}

.header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

/* Pretraga */
.header-search {
  display: flex;
  align-items: center;
  min-width: 250px;
  order: 2;
  flex: 2;
}

.header-search form {
  position: relative;
  width: 100%;
  max-width: 600px;
  display: flex;
  align-items: center;
  margin: 0px 10px;
}

.header-search input[type="search"] {
  width: 100%;
  padding: 10px 30px 10px 15px;
  border: 1px solid var(--osnovna-boja);
  border-radius: 4px;
  font-size: 16px;
  color: #666;
  font-family: inherit;
}

.header-search input[type="search"]::-webkit-search-cancel-button {
  position: relative;
  right: 10px;
  margin-left: 4px;
  filter:
    brightness(0) saturate(100%) invert(39%) sepia(18%) saturate(1234%) hue-rotate(230deg) brightness(89%) contrast(92%);
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.header-search input[type="search"]::-moz-search-cancel-button {
  margin-left: 4px;
  position: relative;
  right: 40px;
  filter:
    brightness(0) saturate(100%) invert(39%) sepia(18%) saturate(1234%) hue-rotate(230deg) brightness(89%) contrast(92%);
  cursor: pointer;
}

.header-search button[type="submit"] {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.header-search button[type="submit"]:hover {
  background-color: var(--dopunska-boja);
  border-radius: 2px;
}

.header-search button[type="submit"] svg {
  width: 20px;
  height: 20px;
  stroke: var(--osnovna-boja);
}
.header-social {
    display: flex;
    gap: 10px;
    align-items: center;
    order: 3;    
    margin: 10px;
}
/* Search Page Styles - Modern Astra-like Design */

.search-page-container {
    max-width: none !important;
    width: 100% !important;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.search-header {
    text-align: center;
    padding: 2rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.search-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.search-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.search-form-wrapper {
    max-width: 600px;
    margin: 0 auto 3rem auto;
    position: relative;
}

.search-form {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.search-form:focus-within {
    border-color: var(--osnovna-boja);
    box-shadow: 0 4px 25px rgba(0, 124, 186, 0.15);
}

.search-input {
    flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    outline: none;
    font-size: 1rem;
    background: transparent;
}

.search-submit {
    padding: 1rem 2rem;
    background-color:  var(--osnovna-boja);
    color: white;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.search-submit:hover {
    background-color: var(--dopunska-boja);  
    transform: translateY(-1px);
}

.results-count {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.search-article {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.search-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.article-content {
    padding: 2rem;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: #666;
}

.article-category {
    background-color:  var(--osnovna-boja);
    color: white !important;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.article-category:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}

.article-date {
    position: relative;
}

.article-date::before {
    content: "•";
    margin-right: 0.5rem;
    color: #ccc;
}

.article-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.article-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-title a:hover {
    color: var(--osnovna-boja);
}

.article-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--osnovna-boja);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.read-more:hover {
    color: var(--dopunska-boja);
    transform: translateX(3px);
}

.read-more::after {
    content: "→";
    transition: transform 0.3s ease;
}

.read-more:hover::after {
    transform: translateX(3px);
}

.no-results {
    text-align: center;
    padding: 4rem 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 2rem 0;
}

.no-results-icon {
    font-size: 3rem;
    color: #ccc;
    margin-bottom: 1rem;
}

.no-results h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.no-results p {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.search-suggestions {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid var(--osnovna-boja);
}

.search-suggestions h4 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.search-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-suggestions li {
    margin-bottom: 0.5rem;
}

.search-suggestions a {
    color: var(--osnovna-boja);
    text-decoration: none;
}

.search-suggestions a:hover {
    text-decoration: underline;
}

.search-pagination {
    margin: 3rem 0;
    text-align: center;
}

.pagination-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    padding: 0.5rem;
    border-radius: 50px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.page-numbers {
    padding: 0.75rem 1rem;
    color: #666;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    min-width: 44px;
    text-align: center;
}

.page-numbers:hover,
.page-numbers.current {
    background-color:  var(--osnovna-boja);
    color: white;
    transform: translateY(-1px);
}

.page-numbers.dots {
    pointer-events: none;
    color: #ccc;
}

@media (max-width: 768px) {
    .search-page-container {
        padding: 0 15px;
    }
    
    .search-title {
        font-size: 2rem;
    }
    
    .search-form {
        border-radius: 25px;
    }
    
    .search-input {
        padding: 0.875rem 1.25rem;
        font-size: 0.95rem;
    }
    
    .search-submit {
        padding: 0.875rem 1.5rem;
    }
    
    .article-content {
        padding: 1.5rem;
    }
    
    .article-title {
        font-size: 1.25rem;
    }
    
    .article-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .pagination-wrapper {
        flex-wrap: wrap;
        padding: 1rem;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .search-header {
        margin: 1rem 0 2rem 0;
        padding: 1.5rem 0;
    }
    
    .search-title {
        font-size: 1.75rem;
    }
    
    .search-form {
        flex-direction: column;
        border-radius: 12px;
    }
    
    .search-input {
        border-bottom: 1px solid #e8e8e8;
    }
    
    .search-submit {
        width: 100%;
        justify-content: center;
        border-radius: 0;
    }
    
    .article-content {
        padding: 1.25rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-article {
    animation: fadeInUp 0.6s ease forwards;
}

.search-article:nth-child(2) { animation-delay: 0.1s; }
.search-article:nth-child(3) { animation-delay: 0.2s; }
.search-article:nth-child(4) { animation-delay: 0.3s; }

.search-input:focus,
.search-submit:focus,
.page-numbers:focus,
.article-title a:focus,
.read-more:focus {
    outline: 2px solid var(--osnovna-boja);
    outline-offset: 2px;
}

@media (prefers-color-scheme: dark) {
    .search-page-container {
        background: #1a1a1a;
        color: #e0e0e0;
    }
    
    .search-article {
        background: #2a2a2a;
        border-color: #404040;
    }
    
    .article-title a {
        color: #e0e0e0;
    }
    
    .search-form {
        background: #2a2a2a;
        border-color: #404040;
    }
    
    .search-input {
        background: #2a2a2a;
        color: #e0e0e0;
    }
}
/*kraj*/
.header-social .widget {
    margin: 0;
}

.wp-block-list {
  list-style-type: none;
  padding-left: 0;
  margin: 1.25rem 0;
  color: #333;
}

.wp-block-list > li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.75rem;
}

.wp-block-list > li:before {
  content: "•";
  color: var(--osnovna-boja);
  font-size: 1.4em;
  line-height: 1; 
}


.wp-block-list ul.wp-block-list {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1em;
}

.wp-block-list ul.wp-block-list li {
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
  font-size: 0.95em;
  color: #555;
}

.wp-block-list ul.wp-block-list li:before {
  content: "◦";
  color: #6c757d;
  font-size: 1.3em;
  top: -0.05em;
}

.wp-block-list strong {
  color: #2c3e50;
  font-weight: 600;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  display: inline-block;
}

.wp-block-list > li:hover {
  color: #000;
}

.wp-block-list ul.wp-block-list li:hover {
  color: #333;
}

/* Navigacija */
.main-navigation {
  position: relative;
  background: var(--osnovna-boja);
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, .75) !important;
  order: 4;
  width: 100%;
  flex-basis: 100%;
  margin-top: 10px;
}

.primary-menu {
  list-style: none;
  display: flex;
  gap: 1rem;
  z-index: 1001;
  justify-content: center;
}

.primary-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.primary-menu li {
  position: relative;
}

.primary-menu .menu {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
}

.primary-menu .menu li a {
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 0.75rem;
  display: block;
  transition: background 0.3s ease;
}

.primary-menu .menu li a:hover {
  background: var(--dopunska-boja);
  border-radius: 4px;
}

.primary-menu .menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--osnovna-boja);
  min-width: 180px;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

.primary-menu .menu li:hover > ul {
  display: block;
  animation: fadeInDropdown 0.3s ease-out forwards;
}

.primary-menu .menu li ul li a {
  padding: 10px;
  color: #fff;
  white-space: nowrap;
}

.primary-menu .menu li ul li a:hover {
  background: var(--dopunska-boja);
}

@keyframes fadeInDropdown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: white;
  z-index: 1002;
}

.menu-toggle .close-icon {
  display: none;
}

.menu-toggle-checkbox:checked ~ .menu-toggle .hamburger {
  display: none;
}

.menu-toggle-checkbox:checked ~ .menu-toggle .close-icon {
  display: block;
}

.menu-toggle-checkbox:checked ~ .primary-menu {
  display: flex;
  animation: fadeInMenu 0.3s ease-out forwards;
}

.primary-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.menu-toggle-checkbox {
  display: none;
}

.submenu-toggle {
  display: none;
}

@keyframes fadeInMenu {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.primary-menu .menu .menu-item-has-children .menu-link-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

.primary-menu .menu .menu-item-has-children .menu-link-row a {
  flex: 1 1 auto;
  text-decoration: none;
  color: #fff;
  min-width: 0;
}

.primary-menu .menu .menu-item-has-children .menu-link-row .dropdown-arrow {
  flex-shrink: 0;
  font-size: 18px;
  padding-left: 8px;
  color: #fff;
}

/* Hero sadržaj */
.hero-banner {
  max-width: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.hero-content {
  background-color: var(--osnovna-boja);
  width: 100%;
  height: 100%;
  color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.hero-content h1 {
    font-size: 4rem;
}
.shop-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--boja-gumb);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.shop-button:hover {
  background-color: var(--boja-gumb-hover);
}

/* Footer Styles */
.site-footer {
  max-width: 80%;
  margin: auto;
  background-color: #f1f1f1;
  color: #fff;
  line-height: 1.6;
}

.site-footer > .container {
  background-color: #f1f1f1 !important;
  margin: 0 auto;
  padding: 15px;
  max-width: 100%;
}

.site-footer a {
  color: #1f1f1f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #000;
}

/* prefooter */
.pre-footer-widgets {
  color: #fff;
  padding: 20px;
  background-color: var(--dopunska-boja);
  text-align: center;    
  margin-bottom: 20px;
  font-weight: 700;
}

.pre-footer-widgets h2 {
  color: #fff;
  margin: 10px;
  font-weight: 700;
}

/* Footer Widgets */
.footer-widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
  gap: 2rem;
}

.site-footer .footer-column {
  flex: 1;
  min-width: 200px;
  margin-bottom: 10px;
}

.site-footer .footer-column h3,
.site-footer .footer-col h3 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.5rem;
  margin: 0 1.5rem 0 0 !important;
  text-align: left !important;
}

.site-footer .footer-column h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--osnovna-boja);
  text-align: left !important;
}

.site-footer .wp-block-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--osnovna-boja);
  background-image: none !important;
  border-radius: 0;
  transform: none;
  text-align: left !important;
}

.site-footer .footer-column p {
  color: #000;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 0.8rem;
}

.site-footer .footer-widgets,
.site-footer .footer-bottom {
  text-align: left;
}

/* Site Info */
.site-info {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  background-color: var(--osnovna-boja);
}

.site-info p {
  margin: 0.5rem 0;
}

.site-footer .site-info a {
  color: #fff !important;
}

.site-footer .site-info a:hover {
  color: #000;
}

address {
  font-style: normal;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.footer-column {
  animation: fadeIn 0.5s ease forwards;
}

.footer-column:nth-child(1) { animation-delay: 0.1s; }
.footer-column:nth-child(2) { animation-delay: 0.2s; }
.footer-column:nth-child(3) { animation-delay: 0.3s; }
.footer-column:nth-child(4) { animation-delay: 0.4s; }

/* Responsive */
@media (max-width: 768px) {
  .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
    overflow: visible;
    flex-wrap: wrap;
  }
  .site-branding {
    order: 1;
    flex: 1;
    min-width: 120px;
  }
p {
        font-size: 15px;
    }

  .site-logo img {
    max-height: 60px;
  }
.container {
    max-width: 100%;
}
.breadcrumbs {
    max-width: 100%;
}
.site-main {
  max-width: 100%;
}
.hero-banner {
    max-width: 100%;
}
.site-footer {
    max-width: 100%;
}
  .primary-menu {
    flex-direction: column;
    gap: 0;
    width: 100vw;
    display: none;
    background: var(--osnovna-boja);
    position: fixed;
    left: 0;
    padding: 10px;
    z-index: 999;
    opacity: 0.6;
    text-align: center;
    align-items: center;
  }

  .primary-menu.menu-open {
    display: flex;
  }

  .main-navigation {
    position: relative;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    order: 4;
    flex: 0 0 auto;
    margin-top: 10px;
    width: auto;    
  margin-right: 10px;
  }
.header-social {
    order: 3;
    margin: 10px 0 0 10px;
}

  .menu-toggle {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: auto;
    z-index: 1001;
    position: relative;
    color: #ffffff;
    order: 4;
    width: 40px;
  }

  .primary-menu .menu {
    flex-direction: column;
    width: 100%;
  }

  .primary-menu .menu li {
    width: 100%;
    text-align: left;
  }

  .primary-menu .menu li ul {
    position: static;
    box-shadow: none;
  }

  .primary-menu .menu li:hover > ul {
    display: block;
    animation: fadeInDropdown 0.3s ease-out forwards;
  }

  .submenu-toggle {
    display: none;
  }

  .primary-menu .menu .menu-item-has-children {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
  }

  .primary-menu .menu .menu-item-has-children .menu-link-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .primary-menu .menu .menu-item-has-children > .menu-link-row > a {
    flex: 1;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    text-align: left;
  }

  .primary-menu .menu .menu-item-has-children > .menu-link-row > .dropdown-arrow {
    cursor: pointer;
    font-size: 22px;
    padding: 5px;
    color: #fff;
  }

  .primary-menu .menu .menu-item-has-children > .sub-menu {
    display: none;
    flex-direction: column;
    background: var(--dopunska-boja);
    width: 100%;
    padding-left: 10px;
  }

  .primary-menu .menu .menu-item-has-children > .submenu-toggle:checked ~ .sub-menu {
    display: flex;
  }

  .primary-menu .menu .sub-menu li a {
    padding: 8px 10px;
    display: block;
    color: #fff;
    text-align: left;
  }

  .header-search {
    order: 3;
    flex: 1 0 90%;
    margin-top: 10px;
    justify-content: center;
  }

  .header-search form {
    display: flex;
    align-items: center;
    max-width: 100%;
    height: 100%;
  }
}