/* Styles added to Superstore */

/* Navigation */

.site-navigation .navmenu-depth-1>li>a {
	border-bottom: 2px solid #000;
}

.site-navigation .navmenu-depth-1>li>a:hover,
.site-navigation .navmenu-depth-1>li>a:active {
	border-color: #d0112b;
}

.navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text:after {
	content: "";
    display: block;
    margin: 15px 20px 0 0;
    border-bottom: 1px solid #000;
}

.navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text {
	font-size: 1.1rem;
}

/* Homepage */

.slideshow-slide-heading,
.slideshow-slide-text {
	max-width: 475px;
}

@media only screen and (min-width: 1024px) {
	.promo-grid--section h2.home-section--title {
		font-size: 2.25rem;
		text-align: left;
	}
}

.image-with-text-section-height-large {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.image-with-text-section-height-large .image-with-text-content {
	max-width: 400px;
}

.featured--nav {
	display:flex;
}

.featured--nav div {
	margin: 0 0px 30px;
	padding:0;
	list-style:none;
	display:flex;
	flex:1 0 0%;
	justify-content:space-between;
	border-bottom: 1px solid #000;
}

.featured--nav div a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	display: block;
	font-size: 0.65rem;
	text-transform: uppercase;
	padding-bottom: 12px;
	border-bottom: 3px solid transparent;
	text-decoration: none;
}

.featured--nav div a.active-filter {
	border-color: #000;
	font-weight: bold;
}

.featured--nav div a.active {
	border-color: #000;
	font-weight: bold;
}

.athletes a {
	color: #000;
	text-decoration: none;
}

#shopify-section-1592109598185 {
	display: none;
}

#shopify-section-1592109598185 .promo-block-grid--content-wrapper {
	padding-left: 1rem;
	padding-right: 1rem;
}

#shopify-section-1592109598185 h2.promo-block-grid--header {
	font-size: 22px;
}

@media only screen and (min-width: 1024px) {
	.featured--nav div a {
		font-size: 1rem;
	}
	.featured--nav div {
		margin: 0 20px 30px;
	}
}

@media only screen and (min-width: 721px) {
	#shopify-section-1592109598185 {
		display: none;
	}
}

/* Product Pages */

.badge--new {
    color: #fff;
    background-color: #d0112b;
    font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 0.25rem 0.3125rem;
    letter-spacing: 0em;
    text-decoration: none;
    vertical-align: middle;
}

.form-options-swatches {
	text-transform: capitalize;
}

.product-description {
	height:100px;
	overflow: hidden;
	position: relative;
}

.product-description.reveal {
	height: auto !important;
	overflow: none !important;
}

.product-description-toggle {
	padding: 15px 0 30px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
}

.product-info-blocks {
	display: flex;
	flex-direction: column;
	padding: 0px 5px 20px;
}

.product-info-block-item {
	flex-grow: 1;
	flex-basis: 0;
	/* margin: 0 10px; */
}

.product-info-block-item .accordion-content {
	display: none;
}

.product-info-block-item .accordion-content.active {
	display: block;
	margin-top: -15px;
}

.product-info-blocks h4,
h4.related {
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #B8B8B8;
	margin: 0px;
	font-size: 120%;
}

h4.related {
	border-bottom: 1px solid #000;
	border-top: none;
}

.product-info-block-item.accordion--icon {
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-top: 5px;
}

.product-info-block-item.has-accordion:last-of-type {
	border-bottom: 1px solid #B8B8B8;
}

.product-info-block-item .opened .accordion--icon {
	transform: rotate(180deg);
}

.affirm-as-low-as {
	width: 100%;
	margin: 0;
}

.affirm-as-low-as a {
	color: #000;
}

.option-value-input+.option-value-name {
	color: rgba(0,0,0,0.5);
	background-color: rgba(255,255,255,0.5);
}

.option-value-input:checked + .option-value-name {
	background-color: rgba(255,255,255,1);
	border: 2px solid rgba(208, 17, 43, 1);
	box-shadow: 0 0 0 0.0625rem rgba(208, 17, 43, 1);
}

.option-value-input:focus ~ .option-value-name {
	box-shadow: rgba(208, 17, 43, 1) 0 0 0 1px;
}

.option-value-input:checked+.option-value-swatch-wrapper {
    box-shadow: 0 0 0 0.0625rem rgba(208, 17, 43, 1);
}
.product-upc {
	margin: 15px 0 25px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #7c7873;
    display: inline-block;
}

.product-sku {
	display: inline-block;
}

/* Style the tab */
.product-tab {
	overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.product-tab button {
	font-family: "Roboto Condensed";
	background-color: inherit;
	color: #111;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 15px 0;
	transition: 0.3s;
	border-bottom: 2px solid transparent;
	margin-right:20px;
	font-size: 18px;
}

@media only screen and (max-width: 850px) {
	.product-tab button {
		font-size: 14px;
		margin-right: 10px;
	}
}

.product-tab button:last-of-type {
	margin-right:0;
}

/* Create an active/current tablink class */
.product-tab button.active {
	border-bottom: 2px solid #000;
	margin-bottom:0;
	font-weight: bold;
}

/* Style the tab content */
.tabcontent {
	display: none;
	border-top: 1px solid #000;
}

@media only screen and (min-width: 1024px) {
	.product-info-blocks {
		display: flex;
		flex-direction: row;
		border-bottom: none;
	}
	.product-info-blocks h4 {
		border-top: none;
		border-bottom: 1px solid #000;
	}
	.product-info-block-item.accordion--icon {
		display: none;
	}
	.product-info-block-item .accordion-content {
	display: block;
	}
	.product-info-block-item.has-accordion:last-of-type {
	border-bottom: none;
	}
}

/* Shop the Look */

.boost-pfs-filter-tree.boost-pfs-filter-tree-v {
	padding-top: 15px;
}

.boost-pfs-search-suggestion-header {
  	font-family: "Roboto Condensed", san-serif;
  	font-weight: bold !important;
}

.bc-productgrid--sidebar {
	padding-left: 1px;
}

.prod-hide {
	display: none;
	left: 0 !important;
}

#collection-top {
	width:100%;
	position: relative;
	z-index: 1;
	max-height: 50vh;
	overflow: hidden;
}

#collection-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	z-index: 2;
	opacity: 0.7;
}

#collection-top img {
	width:100%;
	position: relative;
	margin-bottom:-4px;
	vertical-align:middle;
}

#collection-top .description {
	position: absolute;
	left: 60px;
	top: 30%;
	color: #fff;
	z-index: 3;
}

#collection-top .description .content {
	width: 100%;
	max-width: 500px;
}

@media only screen and (max-width: 769px) {
	#collection-top::before {
		display: none;
	}
	#collection-top .description {
		position: relative;
		left: 0;
		top: 0;
		color: #000;
		padding:10px;
	}
}

/* Contact Page */

.bottom-block {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 60px;
    display: inline-block;
}

.bottom-block .contact-block {
    width: 100%;
    border-top: 1px solid #222;
    float: left;
    margin-top: 20px;
}

.stl-nav {
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
}

.stl-prev {
	float:left;
	width: 50%;
	text-align: left;
}

.stl-next {
	float:right;
	width: 50%;
	text-align: right;
}

.stl-prev img,
.stl-prev .text-content {
	float: left;
}

.stl-next img,
.stl-next .text-content {
	float: right;
}

.stl-prev .text-content,
.stl-next .text-content {
	padding: 0 10px;
}

.stl-prev .text-content a,
.stl-next .text-content a {
	color: #000;
	text-decoration: none;
}

.stl-prev .text-content h6,
.stl-next .text-content h6 {
	margin: 20px 0 5px;
}

.bottom-block .contact-block .contact-cell {
    float: left;
    width: 33.33333333%;
    padding-right: 25px;
}

@media only screen and (max-width: 769px) {
	.bottom-block {
	  padding: 10px;
	}
	.bottom-block .contact-block .contact-cell {
	  width: 100%;
	  padding-right: 0;
	}
}

/* Product Filter Styles */

.size-filter {
	display: inline-block;
}

.filter-title {
	line-height: 1;
	cursor: pointer;
}

.filter-icon {
	float: right;
	vertical-align: middle;
}

.size-filter-option {
	color: #000;
	text-decoration: none;
	padding: 2px 10px;
	margin-bottom: 4px;
	min-width: 30px;
	width:100%;
	float:left;
	display: block;
	font-weight: 300;
	font-size: 14px;
}

.size-filter-option:hover,
.size-filter-option:active,
.size-filter-option.js-current-filter {
	background: #fff;
	opacity: 1;
}

.size-filter-option.js-not-filtering {
	opacity: .5;
}

/* MM93 */

.small--hide {
	display: block;
}
.small--show {
	display: none;
}

@media only screen and (max-width: 769px) {
.small--hide {
	display: none;
}
.small--show {
	display: block;
}
}

/* Footer */

.footer-vision {
    background: #d0112b;
    color: #fff;
    clear: both;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 60px;
    padding: 10px;
    letter-spacing: 0em;
}

.footer-vision span {
    display: inline-block;
}

.footer-vision .f-logo {
    width: 138px;
    height: 60px;
    background-size: 138px 60px;
    top: 8px;
    left: 17px;
    vertical-align:middle;
}

@media only screen and (max-width: 769px) {
	.footer-vision {
	font-size: 1.4rem;
}
	.footer-vision .f-logo {
    width: 103.5px;
    height: 45px;
    background-size: 103.5px 45px;
	}
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}

.aa-dropdown-menu .aa-with-powered-by .aa-left-column {
	padding-bottom: 0 !important;
}
.aa-dropdown-menu .aa-powered-by {
	display: none;
}

/* Scrollbar Styles */
.boost-pfs-search-suggestion-wrapper::-webkit-scrollbar {
width: 12px;
}
.boost-pfs-search-suggestion-wrapper {
scrollbar-width: thin;
scrollbar-color: #111 #eee;
}
.boost-pfs-search-suggestion-wrapper::-webkit-scrollbar-track {
background: #f9f9f9;
}
.boost-pfs-search-suggestion-wrapper::-webkit-scrollbar-thumb {
background-color: #111 ;
border-radius: 6px;
border: 3px solid #eee;
}

.option-value-input[data-soldout="false"]:disabled+.option-value-name {
	display: none;
}


.klaviyo-bis-trigger {
	font-size: 1rem;
    text-transform: uppercase;
    padding: 0.875rem 2.125rem;
    letter-spacing: 0.01em;
    width: calc(100% - 7.9375rem) !important;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    margin-left: 0.75rem !important;
} 

@media only screen and (max-width: 800px) {
	.klaviyo-bis-trigger {
		font-size: 0.7rem;
		padding: 1.1rem;
	}
}

.button-tertiary {
  display:block;
  width:100%;
  margin: 10px auto 10px;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.875rem 2.125rem;
  letter-spacing: 0.01em;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #d0112b;
  font-family: "Roboto Condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0px;
  transition: border-color 0.2s ease,background-color 0.2s ease,width 0.2s ease,height 0.2s ease;
}

.button-tertiary .icon-pin {
  color: #d0112b;
  height: 1.2rem;
  vertical-align:middle;
}

.pirl-toggle {
	cursor:pointer;
}
#pirl-close { vertical-align:middle;float:right;margin-right:10px;}
#pirl-close .icon-close {vertical-align:middle;}
body.pirl-open {
  overflow:hidden;
}

.live-search.live-search--takeover {
	background-color: rgba(255,255,255,0.95);
}

/* Cross Sell Styles */

.atc-cross {
	position: fixed;
	bottom: 0;
	z-index: 800;
	visibility: hidden;
	width: 100%;
	background-color: #fff;
	outline: 0;
	box-shadow: 0 3px 3px rgb(124 124 124 / 15%);
	max-height: 350px;
	box-shadow: 0 -3px 3px rgb(124 124 124 / 15%);
	transform: translateY(100%);
}
.atc-cross.reveal {
	visibility: visible;
	transform: translateY(0);
}
.atc-cross-container {
	position: relative;
	padding: 1.25rem 40px;
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}
.atc-cross-container a {
	text-decoration: none;
	color: #111;
}
.atc-cross-container h4 {
	font-size: 1.625rem;
	margin-top: 1rem;
}
.atc-cross-container h4,
.atc-cross-container h5 {
	margin-bottom: .5rem;
}
.atc-cross-container p {
	font-size: 0.75rem;
	margin-top: 0;
}
ul.atc-cross-products {
	display: flex;
	flex-direction: row;
	list-style: none;
	align-items: center;
	justify-content: center;
	margin: 0;
}
ul.atc-cross-products li {
	display: grid;
	align-items: center;
	justify-items: center;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	padding: 0 1rem 1rem;
}
ul.atc-cross-products li img {
	max-height: 150px;
}
.atc-cross .form-field-select {
	font-size: 10px;
	width: auto;
	display: block;
	padding: 7px;
	margin: 10px 0 15px;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 600;
}
.atc-cross--close {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #111;
	font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	letter-spacing: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.atc-cross p.view-cart {
	text-align: center;
	visibility: hidden;
	opacity: 0;
	font-size: 0.8rem;
	transition: .5s;
	margin-bottom: 0;
}
.atc-cross p.view-cart a {
	text-decoration: underline;
}
.atc-cross p.view-cart.cart-show {
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 719px) {
	.atc-cross {
		display: none;
	}
}

.boost-pfs-filter-load-more .boost-pfs-filter-load-more-loading .boost-pfs-filter-load-more-icon {
	background-color: transparent !important;
}

.boost-pfs-filter-load-more .boost-pfs-filter-load-more-button {
	font-family: "Roboto Condensed",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
}

/* Add to cart Color override */
.product-form--atc-button {
	background-color: rgb(255, 69, 0);
	border-color: rgb(255, 69, 0);
}

/* Wishlist Styles */

.close-wishlist {
	position: absolute;
	top: 15px;
	right: 20px;
  }
  .as-wishlist {
	  display: flex;
	  flex-direction: column;
	  position: fixed;
	  top: 0;
	  right: 0;
	  align-items: flex-start;
	  justify-items: center;
	  width: 100%;
	  max-width: 400px;
	  height: auto;
	  max-height: 100vh;
	  background-color: #fff;
	  outline: 0;
	  box-shadow: 0 3px 3px rgb(124 124 124 / 15%);
	  z-index: 10000;
	  padding: 0;
	  font-family: "Roboto Condensed", Helvetica, sans-serif;
	  transform: translate3d(100%, 0px, 0px);
	  transition: .5s;
	  overflow-y: auto;
  }
  .as-wishlist.open {
	transform: translate3d(0, 0px, 0px);
  }
  .as-wishlist h6 {
	  margin: 1rem;
	  opacity: 1;
	  visibility: visible;
  }
  .as-wishlist ul,
  .as-wishlist ul li {
	  list-style: none;
	  color: #111;
  }
  .as-wishlist ul {
	  display: flex;
	  flex-direction: column;
	  margin-left: 0px;
	  padding-inline-start: 0px;
	  width: 100%;
	  padding: 0 1rem;
  }
  .as-wishlist ul li {
	  display: grid;
	  grid-template-columns: 1fr 3fr 1fr;
	  align-items: center;
	  grid-gap: .5rem;
	  margin: .5rem 0;
	  padding-bottom: .5rem;
	  border-bottom: 1px solid #eee;
  }
  .as-wishlist ul li:last-of-type {
	border-bottom: none;
  }
  .as-wishlist ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #111;
  }
  .as-wishlist ul li img {
	width: 50px;
	height: 50px;
  }
  .as-wishlist ul li span {
	font-size: 12px;
	cursor: pointer;
  }
  .as-wishlist button,
  .as-wishlist .button,
  button.wishlist-add,
  button.wishlist-view {
	background: #111;
	border: 1px solid #111;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	padding: .5rem 1rem;
	cursor: pointer;
  }
  #addToWishlist {
	  margin-top: 10px;
  }
  #addToWishlist,
  button {
	display: inline-block;
  }
  button.wishlist-add svg {
	height: 1.5rem;
	vertical-align: middle;
  }
  #cartWishlist {
	background: #d0112b;
	border-color: #d0112b;
	margin-left: auto;
  }
  button.wishlist-add {
	background: #333;
	border-color: #333;
	font-size: 14px;
  }
  button.wishlist-view {
	  margin-left: -5px;
	  font-size: 14px;
  }
  #empty,
  .as-wishlist-controls {
	  opacity: 1;
	  visibility: visible;
	  transition: .25s;
	  text-align: center;
	  width: 100%;
  }
  #empty {
	  margin: 0;
	  line-height: 0;
  }
  .as-wishlist-controls {
	display: flex;
	gap: 10px;
	padding: 0 1rem 1rem;
  }
  .invisible,
  #empty.invisible {
	opacity: 0;
	visibility: hidden;
  }
  .as-wishlist-email {
	padding: 1rem;
	width: 100%;
	background: transparent;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgb(124 124 124 / 15%);
	grid-template-columns: 3fr 1fr; 
	gap: 1rem;
	margin-top: 10px;
  }
  .as-wishlist-email input {
	height: 2.5rem;
	padding: 0.5rem;
	width: 100%;
  }

/* Product Quick ATC Styles */

.product-atc {
	position: fixed;
	width: 100%;
	top: 0;
	background: #111;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 20px;
	z-index: 100000;
	transform: translate3d(0px, -100px,0px);
	transition: .75s ease-out;
	opacity: 0;
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: center;
}
.product-atc button {
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 700;
	background: rgb(255, 69, 0);
	border: 1px solid rgb(255, 69, 0);
	font-size: 13px;
	padding: 7.5px 10px;
	max-width: 200px;
	justify-self: flex-end;
	cursor: pointer;
}
@media only screen and (min-width: 600px) {
	.product-atc {
		padding: 20px 40px;
	}
	.product-atc button {
		font-size: 16px;
		padding: 10px 20px;
	}
}
.product-atc.show {
	transform: translate3d(0px, 0%, 0px);
	opacity: 1;
}

/* Product page V2 styles */

.product--outer-extended {
	display: flex;
	flex-direction: column;
}

.product--container-white {
	background: #fff;
	padding: 8rem 0;
	margin-top: 2rem;
}

.product--outer-extended .product-info,
.product--outer-extended .product-video {
	margin: 0 auto 1rem;
	max-width: 600px;
	width: 100% !important;
}

@media only screen and (max-width: 1024px) {
	.product--container-white {
		padding: 1rem 0;
	}
}

.product-features-container {
	width: 100%;
	background: black;
	padding: 5rem 0;
}
.product-features-wrap {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
	align-items: center;
	justify-items: center;
}
.product-features-wrap span {
	font-size: 10px;
	color: #fff;
	text-align: center;
	max-width: 50px;
}
.product-extra-container,
.banner-container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	margin-top: 20px;
}
.banner-container {
	margin: 0;
}
.product-extra,
.product-extra img,
.banner-wrap,
.banner-wrap img {
	position: relative;
	width: 100%;
  	height: auto;
}

.product-extra-quarter {
	grid-column: span 3;
}

.product-extra-one-third {
	grid-column: span 4;
}

.product-extra-half {
	grid-column: span 6;
}

.product-extra-full,
.banner-wrap {
	grid-column: span 12;
}

.product-extra img,
.banner-wrap img {
	display: block;
}

.product-extra img.mobile,
.banner-wrap img.mobile {
	display: none;
}

.product-extra .product-extra-content,
.banner-wrap .banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 7.5%;
	display: grid;
	align-items: center;
}
.product-extra .product-extra-content span {
	/* background: linear-gradient(0deg,rgba(0,0,0,0.9), transparent); */
	max-width: 350px;
}
.product-extra .product-extra-content h5 {
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 1rem;
}
.banner-wrap .banner-content h2 {
	font-size: 2.5rem;
	color: #fff;
	margin-top: 0;
	margin-bottom: 1rem;
	text-transform: none;
}
.product-extra .product-extra-content p,
.banner-wrap .banner-content p {
	color: #fff;
	margin-top: 0;
	margin-bottom: 1rem;
}
.product-extra p a,
.banner-wrap .banner-content a,
.video-container .text-area a  {
	display: block;
	padding: 10px 15px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 50%;
	margin-top: 20px;
	border: 1px solid;
	border-color: inherit;
	color: inherit;
	text-decoration: none;
		color: #fff;
		background-color: #d0112b;
		border: 1px solid #d0112b;
}
.video-container .text-area a {
	max-width: 250px;
	width: auto;
}
.video-container .text-area .btn.button,
.banner-wrap .banner-content .btn.button {
	font-weight: 300;
    padding: calc(1rem - 1px);
	text-transform: none;
	display: inline-block;
  	min-width: 280px;
  	max-width: 100%;
}

.banner-wrap .banner-content span {
	min-width: 300px;
}

.text-position-,
.text-position-top-left,
.text-position-center-left,
.text-position-bottom-left {
	justify-self: flex-start;
	-webkit-justify-self: flex-start;
}
.text-position-top-center,
.text-position-center-center,
.text-position-bottom-center {
	justify-self: center;
	-webkit-justify-self: center;
	text-align: center;
}
.text-position-top-right,
.text-position-center-right,
.text-position-bottom-right {
	justify-self: flex-end;
	-webkit-justify-self: flex-end;
	text-align: right;
}
.text-position-top-right a,
.text-position-center-right a,
.text-position-bottom-right a {
	margin-left: auto
}
.text-position-top-left,
.text-position-top-center,
.text-position-top-right {
	align-self: flex-start;
	-webkit-align-self: flex-start;
}
.text-position-center-left,
.text-position-center-center,
.text-position-center-right {
	align-self: center;
	-webkit-align-self: center;
}
.text-position-bottom-left,
.text-position-bottom-center,
.text-position-bottom-right {
	align-self: flex-end;
	-webkit-align-self: flex-end;
}
.text-position-top-center a,
.text-position-center-center a,
.text-position-bottom-center a {
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1023px) {
	.product-features-container {
		padding: 2rem 0;
	}
	.product-extra-quarter,
	.product-extra-one-third,
	.product-extra-half {
		grid-column: span 12;
	}
	.product-extra .product-extra-content h5,
	.banner-wrap .banner-content h5 {
		font-size: 20px;
	}
	.banner-wrap .banner-content h2 {
		font-size: 2rem;
	}
	.product-extra .product-extra-content,
	.banner-wrap .banner-content {
		padding: 35px;
	}
	.product-extra .product-extra-content span {
		max-width: 300px;
	}
	.product-extra p a {
		padding: 6px 5px;
		max-width: 40%;
		margin-top: 10px;
	}
	.product-extra img.desktop,
	.banner-wrap img.desktop {
		display: none;
	}
	.product-extra img.mobile,
	.banner-wrap img.mobile {
		display: block;
	}
	.banner-content .text-position-top-left,
	.banner-content .text-position-center-left,
	.banner-content .text-position-bottom-left,
	.banner-content .text-position-top-right,
	.banner-content .text-position-center-right,
	.banner-content .text-position-bottom-right,
	.banner-content .text-position-top-center,
	.banner-content .text-position-center-center,
	.banner-content .text-position-bottom-center {
		align-self: flex-end;
		-webkit-align-self: flex-end;
		justify-self: center;
		-webkit-justify-self: center;
		text-align: center;
	}
	.banner-content .text-position-top-left a,
	.banner-content .text-position-center-left a,
	.banner-content .text-position-bottom-left a,
	.banner-content .text-position-top-right a,
	.banner-content .text-position-center-right a,
	.banner-content .text-position-bottom-right a,
	.banner-content .text-position-top-center a,
	.banner-content .text-position-center-center a,
	.banner-content .text-position-bottom-center a {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Customer Account Logout */

.customer_log_out a {
	color: #222;
}

/* Cart Additional Layouts */

.cart-checkout {
    display: flex;
    gap: 1rem;
  }
  .cart-checkout button.button-primary,
  .cart-checkout span {
    margin: auto;
  }
  @media only screen and (max-width: 767px) {
  .cart-checkout {
    flex-direction: column;
    gap: 0;
  }
  .cart-checkout button.button-primary {
    margin-bottom: 2rem;
  }
}