:root, html, body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.gcdcHeading, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans';
  display: flex;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
}

h1 {
  color: white;
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
h2 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-size: 1rem;
}

.ico {
  width: 1.5rem;
  height: auto;
}

:root{
  --brand-blue: #0b6fb3;
  --light-blue: #028dd6;
  --second-blue: #00ade0;
  --primary: var(--light-blue);
  --secondary: var(--second-blue);
  --tertiary: #02c9d0;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: white !important;
  background-color: var(--second-blue);
}

.btn:hover {
  background-color: var(--brand-blue);
}

.navbar {
  padding: 25px 0;
}

.navbar a {
  text-transform: uppercase;
  font-weight: bold;
  color: black !important;
}

.navbar .button {
  text-decoration: none;
  padding: 12px 30px;
  color: white !important;
  background-color: var(--brand-blue);
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: auto;
  margin-left: 10px;
  font-size: 12px;
  transition: background-color .15s ease;
  transform: translateY(-3px);
}
.navbar .button::after {
  display: none;
}

.navbar .button:hover {
  background-color: var(--light-blue);
}

.navbar-nav .nav-link {
  margin: 0 10px;
}

.navbar a::after,
.navbar a.active::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  margin-top: 3px;
  background-color: transparent;
}

.navbar a:hover::after,
.navbar a.active::after {
  background-color: var(--second-blue) !important;
}

#header-img {
  height: 55px;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  width: 100vw;
  aspect-ratio: 1640 / 740;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero::after{
  content:'';
  position:absolute; inset:0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,.15) 100%);
}

.hero h1 {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  transform: translate(-50%, 55%);
  margin-left: auto;
  margin-bottom: 0;
}

.primary-section{
  background: var(--light-blue);
  color: #fff;
}
.primary-section h1 {
  font-weight: 800;
  letter-spacing: .4px;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.cta-circle{
  aspect-ratio: 1/1;
  background: var(--second-blue);
  clip-path: inset(0 0 20% 0);
  border-radius: 50%;
  margin-inline: auto;
  display: grid;
  place-items: center;
  transform: translateY(20%);
}
.cta-circle .inner{
  padding: 2rem 5rem 2rem 2rem;
  text-align: left;
  transform: translateY(-10%);
}

.cta-circle .inner a {
  color: white;
}

.cta-phone img {
  height: 130px;
}
.cta-title{
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  letter-spacing: .5px;
  margin-bottom: 1rem;
}
.cta-text{
  opacity: .95;
  display: block;
}

main {
  background-color: #f5f5f7;
}

.header-wrapper {
  background-color: var(--light-blue);
  padding: 25px;
}

.header-wrapper h2 {
  color: white;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  margin: 0;
}

main article ul {
  list-style: none;
}
main article ul li {
  position: relative;
}
main article ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C30000;
  position: absolute;
  left: -20px;
  top: 9px;
}

.item-page {
  padding: 4rem 0;
}

#fast-info {
  padding: 4rem 0;
  background-color: white;
}

#fast-info h3 {
  color: var(--light-blue);
  text-transform: uppercase;
  font-weight: bold;
}

#fast-info .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#fast-info p {
  margin: 0;
}

footer.site-footer {
  background:#242424;
  color:#e9e9e9;
}
.site-footer .inner {
  padding-block:3.5rem;
  color: rgba(255, 255, 255, .75);
}
.site-footer h5 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  margin-left: 31px;
}

footer a {
  color: white !important;
}

footer a:hover {
  text-decoration: underline !important;
}

footer .copy {
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
}

footer .footer-item {
  display: flex;
  flex-direction: row;
  gap: 7px;
}

footer .footer-item .ico {
  transform: translateY(-2px);
}

.category-row-mobile {
  display: none;
}

@media (max-width: 1023px) {
  #header-img {
    height: 40px;
  }

  #navbarSupportedContent {
    position: absolute;
    background: white;
    width: 100vw;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 9999;
    padding: 1rem 0;
  }

  #navbarSupportedContent .flex-row {
    flex-direction: column !important;
  }

  #navbarSupportedContent a {
    margin: auto;
  }

  h1 {
    display: flex;
    transform: initial !important;
    color: black !important;
    width: 100%;
  }

  .hero {
    padding: 2rem 1rem !important;
    background-image: none !important;
  }
  .mod_itemcatalog_categories {
    margin-left: initial !important;
    transform: initial !important;
  }

  .category-row {
    display: none !important;
  }

  .category-row-mobile {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    gap: 10px;
  }

  .category-row-mobile .item {
    display: flex !important;
    max-width: calc(50vw - 1.5rem) !important;
  }

  .primary-section {
    padding: 3rem 0 !important;
  }

  .primary-section .mb-0 {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
  }

  .cta-circle .inner .cta-phone {
    display: none !important;
  }

  .cta-circle .inner {
    transform: inherit !important;
    padding: 0;
  }


  .cta-circle {
    margin: 0 -15px;
    width: 100vw;
    background: transparent !important;
    transform: inherit;
    border-radius: 0;
    aspect-ratio: inherit;
    clip-path: initial;
    margin-bottom: -3rem;
    margin-top: 2rem;
    padding: 2rem 0;
  }

  #fast-info h3 {
    margin-top: 2rem;
  }

  #fast-info .inner {
    flex-direction: column;
    gap: 1rem;
  }

  footer .inner > .row > * > * {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  footer .inner .ico {
    display: none;
  }

  .site-footer .row {
    gap: 2rem;
  }

  .site-footer .inner {
    padding-block: 2rem;
  }

  .site-footer h5 {
    margin-left: 0;
    font-size: 15px;
    text-align: center;
  }

  footer .footer-item {
    flex-direction: column;
    gap: 3px;
    text-align: center;
  }

  footer .copy {
    font-size: 12px;
    text-align: center;
  }

  .header-wrapper {
    text-align: center;
    padding: 2rem 0;
  }

  .header-wrapper #category-filter {
    width: min(330px, 100%);
  }

  .header-wrapper .row {
    gap: 2rem;
  }

  .header-wrapper .row > *:first-child {
    order: 2;
  }

  .header-wrapper .row > *:last-child {
    order: 3;
  }
  .header-wrapper .input-group {
    flex-direction: row;
  }

  .header-wrapper .input-group {
    justify-content: center;
    gap: 1rem;
  }

  .itemcatalog-container .btn, 
  .add-to-cart-btn {
    display: flex !important;
    margin: 0 !important;
    justify-content: center !important;
  }

  .itemcatalog-container .item {
    display: flex;
    flex-direction: column;
  }
  .cart-table table,
  .cart-table tbody,
  .cart-table table tr,
  .cart-table table tr td {
    display: block !important;
    width: 100% !important;
  }

  .cart-table tr {
    margin-bottom: 10px !important;
  }

  .cart-table tr td {
    border-radius: 0 !important;
    text-align: center !important;
  }

  .cart-table tr td:last-child {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }

  .cart-table tr td:first-child {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }

  .cart-table .controls-wrapper {
    justify-content: center;
  }

  .order-form-container .row {
    gap: 2rem;
  }
  table.unstyled-table,
  table.unstyled-table tbody,
  table.unstyled-table tr,
  table.unstyled-table td {
    display: block !important;
    width: 100% !important;
  }
  table.unstyled-table img {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .category-row-mobile {
    grid-template-columns: repeat(2, 1fr);
  }
  h1 {
    color: black !important;
    display: flex;
    transform: initial !important;
    font-size: 2rem !important;
  }
  .cta-circle {
    background: var(--second-blue);
  }
  .header-wrapper .input-group {
    flex-direction: column;
  }
  .itemcatalog-container .btn, .add-to-cart-btn {
    width: 100% !important;
  }

  .add-to-cart-btn {
    margin-top: 2rem !important;
  }
}

@media (max-width: 1024px) {
  #nav-tab {
    flex-direction: column !important;
  }

  #nav-tab > .nav-item {
    width: 100% !important;
    flex: auto !important;
  }
}