/** Shopify CDN: Minification failed

Line 101:2 "zindex" is not a known CSS property
Line 128:0 Unexpected "}"

**/
.button.button-small {
  padding: 0 2rem;
  min-height: calc(3rem + var(--buttons-border-width) * 2)
}

.mega-menu__list {
  display: block !important;
  width: fit-content;
  columns: 2;
  margin-left: 0;
}

.mega-menu__list > li {
  padding-top: .5rem;
  padding-bottom: .5rem;
  break-inside: avoid;
}

.mega-menu__link--level-2 {
  font-weight: bold;
  text-transform: uppercase;
}

.mega-menu__link--level-2:only-child {
  font-size: 2rem;
}

.mega-menu__heading {
  font-weight: bold;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-transform: uppercase;
}

.mega-menu__link {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  font-size: 1.6rem;
}

.header .header__inline-menu {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.header .header__inline-menu .list-menu--inline {
  width: 100%;
  /* justify-content: space-between; */
  justify-content: center;
}

.header .header__menu-item {
  font-weight: bold;
  text-transform: uppercase;
}

/* COMMENT THIS AGAIN IF LITTLE MENU NEEDS TO BE IMPLEMENTED AGAIN */
.mega-menu__content {
  --color-background: 239, 239, 239;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
}

.mega-menu__content-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.mega-menu__featured-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 2rem;
  text-align: center;
  padding-right: 3rem;
}

.mega-menu__featured-links a {
  color: rgba(var(--color-foreground));
  text-decoration: none;
  font-weight: bold;
}

.mega-menu__featured-links a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  zindex: 1;
}

.mega-menu__featured-links .featured-link {
  position: relative;
}

.featured-link__image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.featured-link__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and ( max-width: 1200px ) {
  .mega-menu__featured-links {
    grid-template-columns: 1fr 1fr 1fr;
  }

  /**.mega-menu__featured-links > :last-child {
    display: none;**/
  }
}

i.icon-swym-wishlist {
font-family: 'swym-font';
font-style: normal;
vertical-align: middle;
}
i.icon-swym-wishlist+span {
vertical-align: middle;
}
i.icon-swym-wishlist:after {
content: '';
font-size: 130%;
line-height: 18px;
text-align: center;
display: inline;
}
/*content rendered after swym is ready to avoid showing block/invalid chars*/
.swym-ready i.icon-swym-wishlist:after {
content: '\f004';
}

table.size-chart {
  width: 100%;
  border-collapse: collapse;
}

.size-chart thead {
  background-color: black;
  color: white;
}

.size-chart tbody tr:nth-child( even ) {
  background-color: #E3E3E3;
}

.size-chart th,
.size-chart td {
  padding: 1rem 1.5rem;
  text-align: center;
}

.size-charts h2 {
  text-align: center;
  text-transform: uppercase;
}

footer figure {
  margin: 0;
}

footer .link {
  text-decoration: none;
}

footer .link:hover {
  text-decoration: underline;
}

footer figure img {
  width: 100%;
  height: auto;
}

footer h2 {
  margin-bottom: 1rem;
}

footer .made-in-usa {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
}

footer .made-in-usa h2 {
  margin: 0 !important;
}

footer .us-flag {
  max-width: 50px;
}

footer .us-flag img {
  display: block;
}

footer h2:first-child {
  margin-top: 0;
}

footer h2:not( :first-child ) {
  margin-top: 6rem;
}

footer .footer-block--menu:first-child h2:not( :first-child ) {
  margin-top: 4rem;
}

footer .footer-block--menu:first-child p {
  margin-block: 1rem;
}

.footer__blocks-wrapper {
  --grid-desktop-horizontal-spacing: 5rem;
}

.footer-newsletter-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-newsletter-input {
  padding: 1rem;
  flex-grow: 1;
}

.footer__list-social {
  justify-content: flex-start !important;
  gap: 2rem;
}

.footer__list-social .list-social__link {
  padding: 0;
}

.footer__list-social .list-social__item .icon {
  height: 30px;
  width: 30px;
}

.footer__content-top {
  padding-bottom: 0 !important;
}

.footer__content-bottom {
  border-top: 0 !important;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .multicolumn-list.grid--4-col-desktop.grid--1-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.shogun-root a {
  text-decoration: none;
}

.shogun-root p {
  margin: 0; 
}

.shogun-page .main-page-title {
  display: none;
}

.shogun-page .page-width--narrow {
  max-width: 1400px !important;
}

.newsletter-fields-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.newsletter-fields-row:not( :last-child ) {
  margin-bottom: 1rem;
}

.newsletter-fields-row.error-message {
  font-size: 1.2rem;
  color: rgb(221, 29, 29);
}

.newsletter-signup-container:not( .error-detected ) .show-on-error,
.newsletter-signup-container:not( .success-detected ) .show-on-success {
  display: none;
}

.newsletter-signup-container.error-detected .hide-on-error {
  display: none;
}

.newsletter-signup-container.success-detected .hide-on-success {
  display: none;
}

.newsletter-input {
  padding: 1rem;
  flex-grow: 1;
  border-style: solid;
  border-width: 1px;
  --color-foreground: 18, 18, 18;
}

/* Newsletter Popup */

dialog::backdrop {
  background: rgba( 0, 0, 0, 0.25 );
  backdrop-filter: blur( 4px );
}

.bc-popup {
  background: #fff;
  padding: 0;
  width: 100%;
  max-height: calc( 100% - 4rem );
  max-width: 750px;
  border: 0;
  text-align: center; 
}

.bc-popup__content-main a {
  color: black;
}

.bc-popup__wrap {
  display: flex;
}

.bc-popup__wrap figure {
  display: none;
  width: 280px;
  margin: 0;
}

.bc-popup__wrap figure img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and ( min-width: 750px ) {
  .bc-popup__wrap figure {
    display: block;
  }
}

.bc-popup h2 {
  color: #333;
  font-size: 2em;
  margin-top: 0;
  font-weight: normal;
  text-transform: uppercase;
}

.bc-popup .emphasize {
  font-weight: bold;
  color: rgb(221, 29, 29);
}

.bc-popup__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}


.bc-popup__content > * > *:first-child {
  margin-top: 0;
}

.bc-popup__content > * > *:last-child {
  margin-bottom: 0;
}

.bc-popup__heading {
  padding: 2rem 3.5rem;
}

.bc-popup__content-main,
.bc-popup__content-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 2rem;
  background-color: rgb(239, 239, 239);
}

.bc-popup__heading > *,
.bc-popup__content-main > * {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.bc-popup__content-main .disclaimer {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1rem;
}

.bc-popup__content-main .newsletter-signup-form {
  width: 100%;
}

.bc-popup .button {
  font-weight: bold;
  text-transform: uppercase;
  min-height: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bc-popup__close.corner {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  height: 30px;
  width: 30px;
  padding: 5px;
  color: rgba(var(--color-button),var(--alpha-button-background))
}

/* End Newsletter Popup */