.c-magenta {
  color: #EB60CC;
}

.c-violet {
  color: #7500EB;
}

.c-blue {
  color: #7360EB;
}

.btn-magenta {
  background-color: #EB60CC;
}

.btn-violet {
  background-color: #7500EB;
}

.btn-blue {
  background-color: #7360EB;
}

.btn-shared {
  background-color: #EB60CC;
  padding: 1rem 1.25rem;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 14px;
  line-height: 1;
  transition: color 0.1s ease-in-out;
}
.btn-shared:hover {
  color: #2c1633;
}

a.nav-link {
  padding: 0;
  display: inline;
  color: white;
  transition: color 0.1s ease-out;
}
a.nav-link:hover {
  text-decoration: none;
  color: #EB60CC;
}

html {
  font-size: 16px;
}

body {
  font-family: "Geologica", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  background-color: white;
  color: black;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: normal;
}

.smartshop-cart__message__wrapper::before {
  border-bottom: 10px solid #23db67;
}

.container {
  max-width: 1280px;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  --c:no-repeat radial-gradient(farthest-side,#514b82 92%,#0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
  background-size: 10px 10px;
  animation: l18 1s infinite;
  position: relative;
  margin: 0 auto;
}

.loader::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 3px;
  background: repeating-conic-gradient(rgba(0, 0, 0, 0) 0 35deg, #514b82 0 90deg);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 3px), #000 0);
  border-radius: 50%;
}

@keyframes l18 {
  100% {
    transform: rotate(0.5turn);
  }
}
.body-innerwrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#demo-mode-warning {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  font-family: "Roboto", serif;
  font-size: 14px;
}

#header {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0.75rem 1rem;
  background-color: #2C1633;
  color: white;
}
#header a {
  color: white;
}
#header a:hover {
  color: #EB60CC;
}
#header .sp-megamenu-parent > li > a,
#header .sp-megamenu-parent > li > span {
  line-height: initial;
}
#header #header-mlb-logo, #header #header-gc-logo {
  max-height: 2.5rem;
}
#header #header-mlb-logo {
  margin-right: 1.5rem;
}
#header #header-gc-logo {
  visibility: hidden;
}
#header #header-smartshop-cart-btn {
  color: black;
}
#header #header-order-button {
  padding: 0.9rem 1.25rem;
  border-radius: 0.5rem;
}
#header #section-header-menu {
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.4;
}
#header #section-header-menu div {
  margin: 0 1.6rem;
}

main {
  flex: 1 0;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
main #categories-list {
  margin: 1rem 0;
  padding: 0 1rem;
  overflow: scroll;
  scrollbar-width: none;
}
main #categories-list::-webkit-scrollbar {
  display: none;
}
main #categories-list .category {
  flex: 0 0 4.75rem;
  height: 5.25rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #DCDCE5;
  border-radius: 0.5rem;
  cursor: pointer;
}
main #categories-list .category:not(:last-child) {
  margin: 0 1rem 0 0;
}
main #categories-list .category .category-img-wrapper {
  flex: 0 0 40px;
}
main #categories-list .category .category-name {
  flex: 1 0;
  font-family: "Geologica", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 1.2;
  color: #000000;
}
main #categories-list .category.active {
  border-color: #EB60CC;
}
main #categories-list .category.active .category-name {
  font-weight: 700;
  color: #EB60CC;
}
main #main-right {
  flex: 1 0;
}
main #total-results {
  margin: 1rem auto 0.5rem;
  color: #808090;
  width: 21.5rem;
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: start;
}
main #category-products {
  display: grid;
  grid-template-columns: repeat(2, min-content);
  gap: 1rem;
  justify-content: center;
  padding-bottom: 1rem;
}
main .product-card-link {
  width: 10.25rem;
  height: 11rem;
  border: 1px solid #DCDCE5;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: border 0.1s ease-in-out;
  text-decoration: none !important;
}
main .product-card-link figure {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  margin: 0;
}
main .product-card-link .product-image {
  flex: 1 0;
  width: 100%;
}
main .product-card-link figcaption {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  color: #2C1633;
  text-align: center;
  white-space: pre-line;
}
main .product-card-link:hover {
  border: 1px solid #EB60CC;
  font-weight: 400;
}
main .product-card-link:active {
  background: #FBF3FF;
  border: 1px solid #7500EB;
  font-weight: 400;
}

footer {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 3.25rem 0;
  background-color: #2C1633;
  color: white;
}
footer #footer-mlb-logo {
  height: 72px;
}
footer #footer-gc-logo {
  height: 56px;
}
footer #footer-gc-logo {
  visibility: hidden;
}
footer #footer-social-container {
  width: 164px;
}
footer .footer-social-icon {
  height: 24px;
}
footer ul#footer-links {
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}
footer ul#footer-links li {
  padding-bottom: 4px;
}

@media (min-width: 576px) {
  main #category-products {
    grid-template-columns: repeat(3, min-content);
  }
  main #total-results {
    width: 32.75rem;
  }
}
@media (min-width: 768px) {
  #header {
    padding: 1.75rem 1.25rem;
  }
  main #main-left {
    flex: 0 0 11.25rem;
  }
  main #categories-list {
    margin: 0;
    padding: 3.75rem 1.25rem 0;
    position: fixed;
  }
  main #categories-list .category {
    flex: 1 0 0;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
  }
  main #categories-list .category:not(:first-child) {
    margin: 1.25rem 0 0 0;
  }
  main #categories-list .category .category-name {
    font-size: 1rem;
    line-height: 1.4;
  }
  main #categories-list .category .category-img-wrapper {
    display: none;
  }
  main #main-right {
    flex: 1 0;
    padding-bottom: 1.25rem;
  }
  main #total-results {
    margin: 1.5rem auto;
    width: 33.25rem;
    justify-content: end;
  }
  main #category-products {
    gap: 1.25rem;
    padding-bottom: 1.25rem;
  }
  footer {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 1200px) {
  #header {
    padding: 1.5rem 6.125rem;
  }
  #header #header-mlb-logo, #header #header-gc-logo {
    max-height: 3rem;
  }
  main #main-left {
    flex: 0 0 18.75rem;
  }
  main #categories-list {
    padding: 5rem 1.25rem 5rem 2.5rem;
  }
  main #categories-list .category .category-name {
    font-size: 1.5rem;
  }
  main .product-card-link {
    width: 13.75rem;
    height: 13.75rem;
  }
  main #total-results {
    margin: 1.5rem auto 2.5rem;
    width: 58.75rem;
  }
  main #category-products {
    grid-template-columns: repeat(4, min-content);
  }
  footer {
    padding: 3.75rem 6.125rem;
  }
}

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