@charset "UTF-8";

/* COLORS
Junk Blue : 87DEF9
	135,222,249
Bright Blue: 0047BA
	0,71,186
*/

body {
  font-family: futura-pt, impact, sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: futura-pt-condensed, impact, sans-serif;
}

/* COLORS */
.bg-black {
  background-color: #000000;
}
.text-black {
  color: #000000;
}
.text-white {
  color: #ffffff;
}
.text-orange {
  color: #ffaa06;
}
.text-blue {
  color: #87DEF9;
}
.text-junkblue {
  color: #87DEF9;
}
.text-brightblue {
  color: #0047BA;
}

/* Text */
.heading-strikethrough {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.heading-strikethrough:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.heading-strikethrough span {
  background: #fff;
  padding: 0 15px;
}
h2,.h2 {
    font-family: futura-pt-condensed,impact,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px
}

/* Buttons */
.mmx-button__link {
    color: #ffffff!important;
}
.c-button--blue, mmx-image-and-text#mmx-image-and-text__mmx_imageandtext mmx-button {
	font-size: 1.125rem;
    font-family: futura-pt-condensed, impact, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-radius: 8px;
    color: #fff;
    background-color: #0047ba;
    border-color: #0047ba;
}
.c-button--blue:hover, mmx-image-and-text#mmx-image-and-text__mmx_imageandtext mmx-button:hover {
	color: #fff;
    background-color: #002a6e;
    border-color: #002a6e;
    -webkit-box-shadow: 0 0 8px #f5f5f5;
    box-shadow: 0 0 8px #f5f5f5;
    text-decoration: none;
}
.x-product-layout-purchase__swatches button {
    cursor: pointer;
}

/* Hover */
.c-navigation__link:hover, .c-menu__link:hover, .t-site-header__masthead-links a:hover, .t-site-header__basket-link:hover, .x-fasten-header__navigation-element:hover, .x-a11y-tabs__link:hover {
    color: #0047BA;
}
.x-category-tree__link:is(:focus, :focus-within, :hover),
.x-category-tree__link--current {
    color: #0047BA;
}

/* Header */
.t-site-header__logo img {
    max-height: 64px;
    width: auto;
}
.t-site-navigation {
    font-size: 1.3rem;
}
@media screen and (max-width: 59.999em) {
	.t-site-header__logo {
		    margin-top: .5rem;
		    margin-bottom: .5rem;
	}
}

/* Storefront */
mmx-image-and-text#mmx-image-and-text__mmx_imageandtext.mmx-wrapper {
    padding: 2rem 0 2rem 0;
    box-shadow: 0 0 0 100vmax #87DEF9;
    clip-path: inset(0 -100vmax);
    background-color: #87DEF9;
}
mmx-image-across#mmx-image-across__six-across.mmx-wrapper mmx-hero mmx-text, mmx-image-across#mmx-image-across__mmx_imageacross.mmx-wrapper mmx-hero mmx-text {
    text-shadow: -1px 2px 5px rgba(0, 0, 0, 50%);
    transition-duration: .3s;
}
mmx-image-across#mmx-image-across__six-across.mmx-wrapper mmx-hero mmx-text:hover, mmx-image-across#mmx-image-across__mmx_imageacross.mmx-wrapper mmx-hero mmx-text:hover {
    color: #87DEF9!important;
    text-shadow: -3px 3px 0px rgba(0, 0, 0, 30%);
    transition-duration: .2s;
}
mmx-image-across#mmx-image-across__mmx_imageacross.mmx-wrapper mmx-hero mmx-text {
    align-items: normal;
    padding-top: 50px;
}

/* Products */
.type-product-name {
    font-family: 'futura-pt-condensed';
    font-size: 1.5rem;
    line-height: 1.6rem;
    text-align: center;
}
.x-product-list__price {
    font-family: 'futura-pt-condensed';
    font-size: 1rem;
}
.x-product-list__name {
	font-size: 1.1rem;
}
.x-product-list__figure-caption {
    gap: .5rem;
	text-align: center;
}
.x-product-layout-images__image {
	margin-left: auto;
    margin-right: auto;
}
.x-product-layout-purchase h1 {
    font-family: futura-pt-condensed;
    font-size: 2.5rem;
    margin-bottom: .2rem;
}
.x-product-layout-purchase__sku {
    font-size: 1.1rem;
}
.o-list-inline__item:not(:last-child) {
    margin-bottom: .5rem;
    margin-right: .6rem;
}
.x-product-layout-purchase__options-attribute {
    margin-bottom: 1.5rem;
}
.x-product-layout-purchase__pricing-current {
    font-size: 1.5rem;
}
.x-product-description {
    padding-top: 0;
}
.x-product-layout {
    margin-bottom: 0;
}
.product-delayed-shipping-message, .delayed-shipping-message {
	font-weight: 700;
	color: #0047BA;
}
#js-CTGY nav.x-pagination {
margin-bottom:2rem;
}

/* CHECKOUT */
.t-payment-form__field-cvv {
	max-width: calc(20% - 1em);
	min-width: 80px;
}

/* FOOTER */
footer .t-site-header__logo {
	margin-bottom: 1rem;
}
footer .c-navigation__link:hover {
    box-shadow: none;
    text-decoration: underline;
}
.t-site-footer__content .c-menu__link:hover {
	color: #0047BA;
 }
footer .t-site-navigation {
	border: none;
}
@media screen and (max-width: 59.999em) {
	footer .x-transfigure-navigation__row,
	footer .x-transfigure-navigation__row .c-navigation__row  {
		 position: inherit;
	}
	footer .c-navigation__link:hover {
		box-shadow: none;
		text-decoration: none;
	}
}