@charset "UTF-8";

/* FONTS */
body, .type-subheading-l, .type-subheading-s, .type-subheading-xs, .type-paragraph-l, .type-paragraph-s, .type-paragraph-xs {
  font-family: 'Alexandria', helvetica, sans-serif;
  background-color:  var(--white);
}
h1, h2, h3, h4, h5, .type-display-1, .type-display-2, .type-display-3, .type-title-1, .type-title-2, .type-title-3, .type-title-4 {
  font-family: 'borax-variable', georgia, serif;
}

/* COLORS */
.bg-black {
  background-color: #000000;
}
.clr-lightgray {
  color: #a7a8aa;
}
.clr-softblack {
  color: #404041;
}
.clr-green {
  color: #78BE21;
}
.clr-deepgreen {
  color: #5ba763;
}
.clr-mint {
  color: #d6e2cf;
}
.clr-trueblue {
  color: #6ba4b8;
}
.clr-cotton {
  color: #f2f2f2;
}
.clr-tan {
  color: #d5c2a5;
}
.clr-charcoal {
  color: #4e4b48;
}
.clr-black {
  color: #101820;
}
.text-black {
  color: #000000;
}
.text-white {
  color: #ffffff;
}
.text-orange {
  color: #ffaa06;
}
.text-blue {
  color: #78BE21;
}
.text-junkblue {
  color: #78BE21;
}
.text-brightblue {
  color: #5BA763;
}

/* 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-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px
}
p.copyright a {
    color: #DC2A27;
    text-decoration: none;
}
p.copyright a:hover {
    color: #820907;
    text-decoration: none;
}

/* IMG */
img[width], img[height] {
    max-width: 100%;
}

/* Buttons */
.mmx-button__link {
    color: #ffffff!important;
}
.c-button--blue {
    font-size: 1.125rem;
    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: #5BA763;
    border-color: #5BA763;
}
.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;
}
.c-button--green, mmx-image-and-text#mmx-image-and-text__mmx_imageandtext mmx-button {
    display: inline-flex;
    line-height: 1.3;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-radius: 25px;
    color: #F2F2F2;
    background-color: #78BE21;
    border-color: #78BE21;
    text-decoration: none;
}
.c-button--green:hover, mmx-image-and-text#mmx-image-and-text__mmx_imageandtext mmx-button:hover {
    color: #78BE21;
    background-color: white;
    border-color: #78BE21;
    -webkit-box-shadow: 0 0 8px #f5f5f5;
    box-shadow: 0 0 8px #f5f5f5;
    text-decoration: none;
    cursor: pointer;
}
.c-button--green-outline {
    line-height: 1.3;
    color: var(--black);
    background-color: white;
    border-color: #78BE21;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    border-radius: 25px;
    text-decoration: none;
}
.c-button--green-outline:hover {
    var(--black);
    background-color: #78BE21;
    border-color: #78BE21;
    -webkit-box-shadow: 0 0 8px #f5f5f5;
    box-shadow: 0 0 8px #f5f5f5;
    text-decoration: none;
    cursor: pointer;
}
.x-product-layout-purchase__swatches button {
    cursor: pointer;
}
.x-quantify :is(.c-button, .c-form-input) {
    margin-top: auto;
    margin-bottom: auto;
}
.c-button:hover:not(:disabled):not([aria-disabled=true]):not(.c-button--as-link), .c-button--secondary:hover:not(:disabled):not([aria-disabled=true]):not(.c-button--as-link) {
    border: none;
    outline: none;
}
mmx-image-and-text#mmx-image-and-text__mmx_imageandtext mmx-button {
    background-color: white;
    color: black;
}
mmx-image-and-text#mmx-image-and-text__mmx_imageandtext mmx-button::part(button) {
    background-color: white;
    color: black;
    text-decoration: none;
}
mmx-image-and-text#mmx-image-and-text__mmx_imageandtext mmx-button:hover::part(button) {
    color: black;
    text-decoration: none;
    background-color: white;
}

/* 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: #78BE21;
}
.x-category-tree__link:is(:focus, :focus-within, :hover),
.x-category-tree__link--current {
    color: #78BE21;
}

/* Header */
.t-site-header__logo img {
    max-height: 64px;
    width: auto;
}
.t-site-navigation {
    font-size: 1.1rem;
}
.t-site-navigation__wrap {
    max-width: 80rem;
}
@media screen and (max-width: 59.999em) {
    .t-site-header__logo {
        margin-top: .5rem;
        margin-bottom: .5rem;
	}
}
.t-site-navigation .c-navigation__link {
    padding: 0.5em .5em;
}
.c-navigation__list:hover > .c-navigation__row.is-hidden {
    display: none;
}
@media screen and (min-width: 60em) {
    .x-fasten-header {
        left: auto;
    }
}
.is-hidden {
    display: none;
}

/* Storefront */
mmx-image-and-text#mmx-image-and-text__mmx_imageandtext.mmx-wrapper {
    padding: 2rem 0 2rem 0;
    box-shadow: 0 0 0 100vmax #78BE21;
    clip-path: inset(0 -100vmax);
    background-color: #78BE21;
}
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: #78BE21!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-size: 1.5rem;
    line-height: 1.6rem;
    text-align: center;
}
.x-category-tree__row {
    display: block;
}
.x-product-list__link:hover {
    box-shadow: none;
}
.x-product-list__price {
    font-size: 1rem;
}
.x-product-list__name {
    font-size: 1.1rem;
}
.x-product-list__figure-caption {
    padding: 0;
    gap: .5rem;
    text-align: center;
}
.x-product-list__picture {
    padding: 0;
}
.x-product-list__name {
    height: 3.2rem;
}
.x-product-list__figure {
    gap: 0;
}
.x-product-list__item {
    display: block;
}
.x-product-list__image {
    max-width: 100% !important;
}
.x-product-layout-images {
    flex-direction: inherit;
}
.x-product-layout-images__image {
    margin-left: auto;
    margin-right: auto;
    cursor: auto;
}
.x-product-layout-purchase h1 {
    font-size: 2.5rem;
    line-height: 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: #5BA763;
}
#js-CTGY nav.x-pagination {
    margin-bottom:2rem;
}
.product-item {
    text-align: center;
}
.product-details {
    margin-bottom: 1rem;
}
.product-price {
    font-size: .8rem;
    font-weight: 600;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.product-name a {
    font-size: 1.2rem;
    text-decoration: none;
}

/* CHECKOUT */
.t-payment-form__field-cvv {
	max-width: calc(20% - 1em);
	min-width: 80px;
}
@media (min-width: 60em) {
    .t-basket__order-summary {
        padding: 1.75rem 0.75rem .25rem 0.75rem;
    }
}
.t-basket__product-image img {
	max-width: 100%;
}
.t-basket__table-head th.qty, .t-basket__product-qty {
	text-align: center;
}
.x-mini-basket__image {
    width: auto;
    height: auto;
    margin-right: 0;
}
.x-mini-basket__item {
    max-width: 76%;
}
.x-mini-basket__cta {
    display: flex;
}
.t-basket_coupon-form input {
	height: auto;
}
.c-form-select:not(.x-stock-select-element) {
    visibility: visible;
}

/* 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: #5BA763;
 }
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;
	}
}
:is(.t-page-ctgy, .t-page-plst, .t-page-srch) :is(.x-display-list-filtering .c-form-select)::after {
    right: 12px;
}
.display-flex {
    display: flex;
    justify-content: space-between;
}