/**
 * Location page styles
 * This file is a compiled version of the SCSS from:
 * CustomKronoTheme/src/Resources/app/storefront/src/scss/location/_location.scss
 *
 * Note: This is a standalone page that doesn't use Shopware's storefront layout,
 * so it needs its own CSS file.
 */

@font-face {
  font-family: "Helen";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/bundles/customkronotheme/assets/fonts/Helen-Pro-Light.otf") format("opentype");
}

@font-face {
  font-family: "Helen";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/bundles/customkronotheme/assets/fonts/Helen-Pro-Light.otf") format("opentype");
}

@font-face {
  font-family: "Helen";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/bundles/customkronotheme/assets/fonts/Helen-Pro-Bold.otf") format("opentype");
}

body,
.shops-container * {
  margin: 0;
  padding: 0;
  font-family: "Helen", Helvetica, Arial, sans-serif;
}

.shops-container .logo {
  text-align: center;
  padding: 2rem 0;
  background-image: url("/media/0a/86/60/1700827485/location.jpg");
}

.shops-container .logo img {
  background-color: rgba(242, 242, 242, 0.46);
  padding: 1.3rem;
  border-radius: 5px;
}

.shops-container .heading {
  background-color: #121212;
  color: #fff;
  text-align: center;
  margin: 0 0 3rem 0;
  padding: 0.9rem 1rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
}

.shops-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1200px;
  margin: 6rem auto 2rem auto;
  padding: 0 1rem;
}

.country {
  font-weight: 500;
}

.shop {
  flex-grow: 1;
  border: 1px solid #dedede;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop:hover,
.shop:focus {
  background-color: #fafafa;
}

.shop a {
  text-decoration: none;
  color: inherit;
  border: 1px solid #121212;
  padding: 0.3em 0.5em;
  transition: 0.3s ease;
}

.shop a:hover,
.shop a:focus {
  background: #121212;
  color: #fff;
}

.shop-title {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.shop-title img {
  width: 2.5rem;
  margin-right: 1.6rem;
  border: 1px solid #acacac;
  height: 1.5rem;
}

.earth-img {
  height: auto !important;
  border: none !important;
  width: 2rem !important;
}

.space-b {
  margin-bottom: 0.5rem !important;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 10vh;
}

.payments {
  padding: 0 1rem;
}

.payments img {
  width: 4.375rem;
  height: 3rem;
  object-fit: contain;
}

.payments ul li {
  list-style: none;
}

.payments ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  justify-content: center;
}

.location-socials {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.follow-us {
  margin-bottom: 1rem;
}

.follow-us p {
  margin-bottom: 1rem;
  font-weight: 500;
  text-align: center;
}

.footer-bottom {
  background: #121212;
  width: 100%;
  color: #fff;
}

.footer-bottom p {
  margin-left: 15%;
  font-size: 0.8rem;
  font-weight: bold;
}

@media (max-width: 853px) {
  .shops-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }

  .shops-container .logo {
    background-position: 20% 80%;
  }

  .footer-bottom p {
    margin-left: 0;
    text-align: center;
  }

  footer {
    padding-top: 0;
  }
}

@media (max-width: 645px) {
  .shops-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 435px) {
  .shops-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 3rem;
  }

  .space-b {
    margin-bottom: 1rem !important;
  }

  .shop-title {
    font-size: 0.9rem;
  }

  .heading h1 {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
