html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

.centered {
  text-align: center;
}

a {
  color: #0099cf;
}

.row.bottom-1,
.row .bottom-1,
.bottom-1 {
  margin-bottom: 1em !important;
}

.row.top-1,
.row .top-1,
.top-1 {
  margin-top: 1em !important;
}

hr {
  border: solid #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0 18px;
  height: 0;
}

.c-control-group .c-control-group__field {
    border-radius: 6px;
    padding-left: 1em;
}
.c-control-group .button {
    border-radius: 6px;
}



.c-table-stripped .td:first-child,
.c-table-stripped .th:first-child {
  padding-left: 10px;
}

.t-site-header__top-navigation {
  height: 50px;
}

.top-nav-message {
  margin: auto;
  height: 50px;
}

.top-nav-message a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.top-nav-message a:hover {
  text-decoration: none;
}

.slick-slide {
  height: auto;
}

.top-nav-slider.slick-slider {
  top: 50%;
  transform: translateY(-50%);
  padding-inline: 1em;
}

.top-nav-slider .slick-arrow {
  background-color: transparent;
  height: 20px;
  width: 20px;
  opacity: 1;
}

.top-nav-slider .slick-arrow .icon {
  height: 20px;
  fill: rgb(153, 153, 153);
}

@media only screen and (max-width: 999px) {
  .header-main {
    height: 73px;
  }
}

.t-site-header__top-alert {
  padding: 8px 0;
  background-color: red;
  color: white;
  font-weight: bold;
}

.mega-menu-list .mega-menu-dropdown {
  box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 40%);
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.mega-menu-list .dropdown-shop-all-link {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 1442px) {
  .heroCarousel-slide {
    height: 625px;
  }
}

@media (max-width: 1441px) {
  .heroCarousel-slide {
    height: auto;
    aspect-ratio: 1442 / 625;
  }
}

@media (max-width: 767px) {
  .heroCarousel-slide {
    height: auto;
    aspect-ratio: 768 / 450;
  }

  .t-storefront-hero-carousel .heroCarousel {
    margin-bottom: 40px;
  }

  .homepage-featured-products .slick-dots {
    width: 100%;
    padding-left: 22px;
  }

  .homepage-featured-products .slick-dots li {
    width: 25%;
  }
}

.store-image-carousel .slick-slide {
  height: auto;
  aspect-ratio: 588 / 402;
}

.category-card-grid {
  aspect-ratio: 100 / 94;
}

.accordion_container .accordion_body {
  padding: 30px 20px;
  display: block;
  border: 1px solid #eaeaea;
}

.order-qty {
  min-width: 80px;
}

.x-product-layout {
  max-width: 1486px;
}

.mobile-side-menu .sidenav-header .closebtn {
  top: 20px;
  padding: 0 20px;
}

.job-cards-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  position: relative;
}

.job-card {
  flex: 0 0 calc(33.3333% - 0.7em);
  border: 1px solid #eaeaea;
  box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0);
  border-radius: 6px;
  transition: box-shadow 200ms ease-in-out;
  cursor: pointer;
}

.job-card.active {
  flex: 1 0 100%;
  order: -1;
  width: 100%;
  z-index: 150;
}

.job-card:hover {
  box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.4);
}

.job-head {
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
}

.job-head h3,
.job-head h5 {
  margin-bottom: 0 !important;
  line-height: 1.2;
}

.job-head h5 {
  font-style: italic;
  color: #0099cf;
}
.job-head h3 {
  color: #053b52;
}

.job-content,
.job-head {
  padding: 1em;
}

ul.job-bullets {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 32px 0;
}

ul.job-bullets li {
  margin: 0.5em 0;
}
.btn-job-more, .btn-job-close {
  color: #0099cf;
  font-weight: 700;
}
.btn-job-close {
  display: none;
}

.job-card.active .btn-job-close {
  display: block;
}
.job-card.active .btn-job-more {
  
  display: none;
}

.job-card .job-details {
  height: 0;
  transform: scaleY(0);
}

.job-card.active .job-details {
  height: auto;
  transform: scaleY(1);
  transition: transform 300ms ease-in-out, height 300ms ease-in-out;
  transform-origin: top;
}

.btn-small {
  padding: 8px 12px;
  font-size: 12px;
}

.btn-download-pdf {
  background-color: #eaeaea;
  position: relative;
  padding-left: 67px;
  color: #053b52;
}

.btn-download-pdf:before {
  content: "";
  position: absolute;
  width: 51px;
  height: 30px;
  top: -2px;
  left: 6px;
  background: url(//myuniform.stefanssoccer.com/Content/images/public/css/pdf-button-overlay.png)
    0 0 no-repeat;
}

ol.normal {
  margin-left: 5%;
}

ol.normal li {
  margin-bottom: 0.75em;
}

ol.normal li a {
  color: #0099cf;
}

ul.spaced li,
ol.spaced li {
  list-style: none;
  margin-bottom: 0.75em;
  padding-left: 1em;
  margin-left: 1em;
}

.top-btn {
  cursor: pointer;
  background: #0099cf;
  opacity: 0.5;
  color: white;
  padding: 0.75em;
  border-radius: 5px;
  position: fixed;
  bottom: 5%;
  right: 5%;
}

.top-btn svg {
  fill: white;
}

.top-btn:hover {
  opacity: 1;
}

.info-pages p {
  font-size: 15px;
  line-height: 1.8em;
  margin: 0 0 18px;
  padding: 5px 0;
}

p.lead {
  font-size: 17px;
  line-height: 1.5;
  width: 95% !important;
}

.info-pages h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
}

.info-pages h4 {
  margin-bottom: 0.25em;
}

.info-pages section {
  margin: 2em 0;
}

section:target {
  margin-left: 0.5em;
  padding-left: 2em;
  border-left: 4px solid #0099cf;
}

.t-newsletter-form__input {
   color: #053b52 !important;
}

/* ---------- Top Categories ------------- */
.homepage-top-product-categories .category-card {
  margin-bottom: 0;
}

.topcategories {
  margin-top: 30px !important;
}

.top-categories {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, min(13.75vw, 210px));
  gap: min(1.07vw, 40px);
  grid-template-areas:
    "cleats club nat balls"
    "cleats club nat shins";
}

#cleats {
  grid-area: cleats;
}
#club {
  grid-area: club;
}
#nat {
  grid-area: nat;
}
#balls {
  grid-area: balls;
}
#shins {
  grid-area: shins;
}

.category-card {
  display: grid;
  overflow: hidden;
  grid-template-areas: "main";
}

.category-card img {
  grid-area: main;
  max-width: 100%;
  height: auto;
  transition: transform 500ms cubic-bezier(0.38, 0.17, 0.05, 1.66);
}

.category-card:hover img {
  transform: scale(1.1);
}

.category-card h2 {
  align-self: end;
  grid-area: main;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-size: clamp(1.2em, 2vw, 1.8em);
  text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.4);
  margin-bottom: 1vw;
  background-color: rgba(0, 0, 0, 0.65);
  color: var(--white);
  z-index: 2;
}

/* ---------- Top Categories ------------- */
/* ----------- Media Queries ------------- */

@media only screen and (max-width: 1024px) {
  .top-categories {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 18.2vw);
    gap: 1.78vw;
    grid-template-areas:
      "cleats cleats club club nat nat"
      "cleats cleats club club nat nat"
      "balls balls balls shins shins shins";
  }

  .category-card.small-card {
    height: 18.3vw;
    align-items: end;
    overflow: hidden;
  }

  .category-card.small-card img {
    overflow: hidden;
    width: 100%;
    align-items: end;
    z-index: -1;
    transform: translateY(-12%);
  }

  .category-card h2 {
    font-size: clamp(0.8em, 3vw, 1.8em);
  }
}

@media only screen and (max-width: 480px) {
  .top-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 25.9vw);
    gap: 3.33vw;
    grid-template-areas:
      "cleats club"
      "cleats club"
      "nat balls"
      "nat shins";
  }

  .category-card.small-card {
    height: 26vw;
    align-items: end;
    overflow: hidden;
  }

  .category-card.small-card img {
    overflow: hidden;
    width: 100%;
    align-items: end;
    transform: translateY(0);
    z-index: -1;
  }
}

/*  -----------------------------------------
:: Category Page Styles
----------------------------------------- */



.x-facet-set .c-form-checkbox {
  text-transform: none;
}

.x-product-list__name {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.x-facet-set:has(#facet-set__sale),
.x-facet-set:has(#facet-set__product_tags_1) {
  display:none;
}

#facet-set__InStockSizes.is-open,
#facet-set__attribute-Size.is-open,
#facet-set__InStockSizesMens.is-open,
#facet-set__InStockSizesWomens.is-open,
#facet-set__InStockSizesYouth.is-open,
#facet-set__product_national.is-open,
#facet-set__product_clubteam.is-open,
#facet-set__product_pack.is-open, 
#facet-set__product_brand.is-open,
#facet-set__product_silo.is-open {
  max-height:19em;
  overflow-y:scroll;
  scrollbar-color: #eaeaea #fff;
  scrollbar-width: thin;
}

/* ---------- Facet Scroll Bars ------------- */
.x-facet-set__list.x-collapsible-content__item.is-open::-webkit-scrollbar {
  width: 6px;
}
.x-facet-set__list.x-collapsible-content__item.is-open::-webkit-scrollbar-track {
  background: #fff	; 
}
.x-facet-set__list.x-collapsible-content__item.is-open::-webkit-scrollbar-thumb {
  background: #eaeaea; 
  border-radius: 3px;
}
.x-facet-set__list.x-collapsible-content__item.is-open::-webkit-scrollbar-thumb:hover {
  background: #707070; 
}


/*  -----------------------------------------
:: Product Details Page Styles
----------------------------------------- */

.product-top-details {
  position: relative;
  z-index: 2;
  padding-top: 10px;
  display: grid;
  max-width: 100%;
  grid-template-columns: calc((100vw - 1484px) / 2) 110px auto 625px calc(
      (100vw - 1484px) / 2
    );
  grid-template-rows: 40px 120px min(550px, 37vw) auto;
  grid-column-gap: 20px;
  grid-template-areas:
    ".... .......... ..... title ...."
    ".... thumbnails large title ...."
    ".... thumbnails large options ...."
    ".... .......... ..... options ....";
}

.bg-underlay {
  grid-column: 1 / -1;
  grid-row: 2 / -2;
  width: 100%;
  z-index: -1;
}

.bg-underlay:after {
  top: 0;
  bottom: 0;
}

.product-grid-wrapper {
  grid-template-columns: 2 / -2;
  width: calc(100% - 44px);
  max-width: 1484px;
}

.thumbnails {
  grid-area: thumbnails;
  background-color: transparent;
  overflow: hidden;
}

.x-filmstrip-wrapper {
  height: 100%;
}

[data-filmstrip][data-vertical] {
  height: 100%;
}

[data-filmstrip][data-vertical] ul.has-controls {
  padding-top: 0;
}

a[data-zoom-id], .mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none !important;
}

a.mz-thumb {
  opacity: .3;
  transition: opacity .1s ease-in-out
}

a.mz-thumb:hover,
a.mz-thumb-selected {
  opacity: 1;
  transition: opacity .1s ease-in-out
}

.lrg-img {
  position: relative;
  grid-area: large;
  background-color: transparent;
  max-height: 50vw;
}
.prod-title {
  grid-area: title;
  background-color: white;
  padding: 20px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
.product-detail-title {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.prod-title p.x-product-layout-purchase__pricing {
  margin: 10px 0 0 0;
  justify-content: space-between;
}

.prod-options {
  position: relative;
  top: -3px;
  grid-area: options;
  background-color: white;
  padding: 8px 20px 20px 20px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
}

.x-product-layout-purchase__options
  .c-form-checkbox--radio
  span.c-form-checkbox__caption {
  text-align: center;
}

.x-product-layout-purchase__options {
  display: block;
  width: auto;
  max-width: none;
}

.prod-title p.x-product-layout-purchase__pricing .h2,
.product-info-section
  .product-info-wrapper
  p.x-product-layout-purchase__pricing
  .x-facet-set__label.x-collapsible-content__toggle {
  margin: 0;
}

.product-info-section
  .x-product-layout-purchase__options
  .c-form-checkbox--radio {
  width: 125px;
  margin: 8px;
}

[disabled] + span.c-form-checkbox__caption {
    text-decoration: line-through;
    background-color: #eaeaea;
}

.spacer {
  position: absolute;
  background-color: white;
  width: calc(100% - 2px);
  right: 1px;
  top: -9px;
  padding: 0;
  z-index: 2;
  margin-left: -19px;
}

.brief_description {
    margin-bottom: 13px;
}

[data-attribute="gc_amount"] + span > span.option-price {
    display: none;
}

.product-info-section .x-product-layout-purchase__options .c-form-checkbox--radio span.c-form-checkbox__caption {
    padding: 0 5px;
}

.x-product-layout-purchase__options-quantity {
  margin-right: 16px;
}

.cta-buttons {
  flex-grow: 1;
}

ul.x-filmstrip-controls button {
  background-color: transparent;
}

.x-filmstrip-controls svg {
  color: #999;
  width: 10px;
}

.u-icon-arrow-right:before,
.u-icon-arrow-left:before {
  content: "";
}




/*  -----------------------------------------
:: Product Details - Media Queries
----------------------------------------- */

@media only screen and (max-width: 1365px) {
  .product-top-details {
    grid-template-columns: 2px auto 48% 2px;
    grid-template-rows: 25px 135px calc(50vw - 168px) 150px auto;
    grid-column-gap: 20px;
    grid-template-areas:
      ".... ....... title ...."
      ".... large title ...."
      ".... large options ...."
      ".... thumbnails options ...."
      ".... ...... options ....";
  }

  .thumbnails {
    grid-area: thumbnails;
    max-height: 150px;
    width: 100%;
  }

  .x-filmstrip-wrapper {
    padding: 22px 0 !important;
  }

  .x-filmstrip {
    margin: 0 48px 0 20px;
  }

  .lrg-img {
    grid-area: large;
  }
  .prod-title {
    grid-area: title;
    background-color: white;
    padding: 20px;
    border-radius: 5px 5px 0 0;
  }

  .prod-options {
    grid-area: options;
    background-color: white;
    padding: 10px 20px 20px 20px;
    border-radius: 0 0 5px 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-top-details {
    grid-template-columns: 2px 110px calc(100vw - 174px) 2px;
    grid-template-rows: 150px calc(100vw - 174px) auto;
    grid-column-gap: 20px;
    grid-template-areas:
      ". title title ."
      ". thumbnails large ."
      ". options options .";
  }

  .thumbnails {
    grid-area: thumbnails;
    width: 100%;
    max-height: calc(100vw - 174px);
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .x-filmstrip {
    margin: 0;
  }

  [data-filmstrip][data-vertical] {
    height: calc(100% - 32px);
  }

  [data-filmstrip][data-vertical] ul.has-controls {
    padding-top: 20px;
  }

  .lrg-img {
    grid-area: large;
    max-height: calc(100vw - 174px);
  }

  .prod-title {
    position: relative;
    width: 100vw;
    max-width: 100%;
    grid-area: title;
    background-color: white;
    padding: 0 10px 0 10px;
    border-radius: 5px 5px 0 0;
    box-shadow: none;
  }

  .spacer {
    display: none;
  }

  .prod-options {
    position: relative;
    top: 0;
    width: 100vw;
    max-width: 100%;
    grid-area: options;
    background-color: white;
    padding: 20px 10px 20px 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
  }

  .product-info-section
    .x-product-layout-purchase__options
    .c-form-checkbox--radio {
    width: 135px;
    margin: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .x-collapsing-breadcrumbs__list {
    font-size: 14px;
  }

  .product-top-details {
    position: relative;
    display: grid;
    max-width: 100%;
    grid-template-columns: 2px calc(100vw - 24px) 2px;
    grid-template-rows: 150px calc(100vw - 24px) 150px auto;
    grid-column-gap: 10px;
    grid-template-areas:
      ".... title ...."
      ".... large ...."
      ".... thumbnails ...."
      ".... options ....";
  }

  .thumbnails {
    grid-area: thumbnails;
    max-height: 150px;
    width: 100%;
  }

  .x-filmstrip-wrapper {
    padding: 22px 0 !important;
  }

  .x-filmstrip {
    margin: 0 48px 0 20px;
  }
}


[data-filmstrip] img {
 opacity: 1;
}

a[data-zoom-id] img, .mz-thumb img {
  padding-bottom: 0;
  border: 0;
  border-bottom: none !important;
  box-sizing: border-box;
  opacity: 0.3;
}

a[data-zoom-id] img, .mz-thumb.mz-thumb-selected img {
  padding-bottom: 0;
  border: 0;
  border-bottom: none !important;
  box-sizing: border-box;
  opacity: 1;
}

.x-facet-set__list {
  transition-delay: 0s;
}

.t-checkout-basket-summary {
    height: auto !important;
}

.t-checkout-basket-summary input.button.c-control-group__button{
  margin-left: 16px;
}

.t-checkout-basket-summary__promo-form {
  padding: 20px 0 !important;
}


.x-quantify.c-control-group > * {
  border-radius: 0;
}

.x-quantify button:first-of-type {
  border-radius: 6px 0 0 6px;
}

.x-quantify button:last-of-type {
  border-radius: 0 6px 6px 0;
}

x-category-tree__list--level-2 {
  margin-left: 1em;
}

x-category-tree__list--level-3 {
  margin-left: 2em;
}

/*  -----------------------------------------
:: Overlay Icons
----------------------------------------- */
.mz-expand:before,
.mz-thumb:before {
  display: none !important;
}

.youth-sizes:before,
.womens-fit:before,
.youth-adult:before,
.finger-protection:before {
  content: "";
  position: absolute;
  z-index: 20;
  top: 2.5%;
  right: 2.5%;
  width: 20%;
  height: 20%;
  max-width: 90px;
  background-repeat: no-repeat;
  background-color: transparent;
}

.youth-sizes:before {
  background-image: url("/mm5/graphics/en-US/icons/Youth-Sizes-Overlay.svg");
}

.womens-fits:before {
  background-image: url("/mm5/graphics/en-US/icons/Womens-Sizes-Overlay.svg");
}

.youth-adult:before {
  background-image: url("/mm5/graphics/en-US/icons/Youth-Adult-Sizes-Overlay.svg");
}

.finger-protection:before {
  background-image: url("/mm5/graphics/en-US/icons/finger-protection-overlay.svg");
}

.mystatement:before {
  content: "";
  position: absolute;
  z-index: 20;
  top: 4%;
  left: max(-2.5%, -13px);
  width: 50%;
  height: 14%;
  max-width: 225px;
  background-image: url("/mm5/graphics/en-US/icons/MyStatement-Tag-Overlay.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  filter: drop-shadow(3px 3px 2px rgb(0 0 0 / 0.3));
}

.coming-soon:before {
  content: "";
  position: absolute;
  z-index: 20;
  top: 82%;
  left: max(-2.5%, -13px);
  width: 50%;
  height: 14%;
  max-width: 225px;
  background-image: url("/mm5/graphics/en-US/icons/ComingSoon-Tag-Overlay.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  filter: drop-shadow(3px 3px 2px rgb(0 0 0 / 0.3));
}


/*  -----------------------------------------
:: Mailchimp Signup Form
----------------------------------------- */
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
    width: 100px !important;
}

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
    padding: 8px 0 !important;
}

#mc-embedded-subscribe-horizontal:hover {
    background-color: #fff !important;
    color: #053b52 !important;
}



/*  -----------------------------------------
:: Disble animation for address validation form
----------------------------------------- */
.c-dialog[aria-hidden="false"] .c-dialog__overlay {
    animation: none;
}