/*
Theme Name: Jesus Shreds Theme
Author: HC Solutions
Version: 1.0
*/
html {
	--document-padding: 2em;
	--document-width: 45rem;
	--background-color: #FFFBF4;
	--hcs-primary-color: #F9583E;
	--light-primary-color: #F87147;
	--secondary-color: #FDA1A5;
	/* --header-font: "bananas-variable", sans-serif; */
	--header-font: 'futura-100', sans-serif;
	--body-font: 'futura-100', sans-serif;

	color: #333333;
	overflow-x: hidden;
	font-family: var(--body-font);
	font-size: 1rem;
	letter-spacing: 0.2px;
}
article {
	background-color: var(--background-color);
}
article.winter-sport {
	--hcs-primary-color: #316d78;
	--light-primary-color: #3c808d;
	--secondary-color: #66bac9;
	--background-color: white;
}
.content {
	padding-top: 6rem;
}

body {
	margin: 0px;
	overflow-x: hidden;
}
html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

p {
	line-height: 1.5rem;
}

img {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 600;
	font-style: normal;
	font-family: var(--header-font);
	color: var(--hcs-primary-color);
}

.jesus-shreds-logo {
	width: 100% !important;
	display: flex !important;
	justify-content: center !important;
}

.jesus-shreds-logo > * {
	max-width: 25rem !important;

}

.max-width > * {
	max-width: var(--document-width);
	padding-left: var(--document-padding);
	padding-right: var(--document-padding);
}

.max-width > .alignfull {
	padding-left: 0px;
	padding-right: 0px;
	max-width: none;
}

.alignfull {
	width: 100% !important;
}

.center-aligned > * {
	margin-left: auto;
	margin-right: auto;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}
.post-inner:first-child {
	padding-top: 5em;
}


/* Header */

#site-header {
	width: 100vw;
	max-width: 100vw;
	background: linear-gradient(#000000aa,#00000010);
	box-shadow: 0px 5px 10px #00000010;
	position: fixed;
	top: 0px;
	left: 0px;
	transition: transform 0.3s ease;
	z-index: 100;
}

.header-hidden {
	transform: translateY(-200px);
}

.logged-in.admin-bar #site-header {
	top: 32px;
}

.header-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 1em;
}

.mobile-only {
	display: block;
}
.desktop-only {
	display: none;
}

.reset-list-style {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	text-decoration: none;
	list-style: none;
}

.menu-item {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	transition: all 0.3s ease;
}
.primary-menu {
	padding: 0px;
}
.primary-menu li {
	margin-bottom: 20px;
}
#site-header .menu-item a {
	color: transparent !important;
	display: inline-block;
	position: relative; 
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.menu-item-38 a {
	background-image: url("/wp-content/uploads/2025/11/about.webp");
	width: 70px;
	height: auto;
}
.menu-item-35 a {
	background-image: url("/wp-content/uploads/2025/11/shop_off_white.webp");
	width: 70px;
	height: 40px;
}
.menu-item-87 a {
	background-image: url("/wp-content/uploads/2025/11/cart.webp");
	width: 70px;
	height: auto;
}

#site-header a {
	transition: all 0.5s ease;
}

.nav-link-hidden {
	transform: translateY(-60px);
	opacity: 0;
}


#site-header .menu-item,
#site-header .menu-item:visited {
	text-decoration: none;
}
#site-header .menu-item:hover {
	transform: scale(1.1);
}

.header-navigation-wrapper {
	flex: 0 0 51%;
}

#site-header .header-titles {
	flex: 0 0 auto;
}

#site-header .custom-logo {
	width: 20vw;
	height: auto;
	max-width: 200px;
	transition: all 0.3s ease;
}
#site-header .custom-logo:hover {
	transform: scale(1.05);
}
#site-header .custom-logo-link {
	display: inline-block;
	height: 0px;
}

.mobile-menu-hamburger {
	background: transparent;
	border: none;
	margin-bottom: 20px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	transition: all 0.5s ease;
}
.mobile-menu-hamburger span {
	display: block;
	width: 30px;
	height: 6px;
	background-image: url("/wp-content/uploads/2025/11/wave-3-1.webp");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 1px auto;
	transition: all 1.6s ease;
	position: relative;
}
.mobile-menu-hamburger span:before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 6px;
	top: 0px;
	left: -30px;
	background-image: url("/wp-content/uploads/2025/11/wave-3-1.webp");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.mobile-menu-hamburger span:after {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 6px;
	top: 0px;
	left: -60px;
	background-image: url("/wp-content/uploads/2025/11/wave-3-1.webp");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.mobile-menu-hamburger.open span:first-child,
.mobile-menu-hamburger.open span:last-child {
	transform: translateX(40px);
}
.mobile-menu-hamburger.open span:nth-child(2) {
	transform: translateX(30px);
} 


/* Mobile Menu */
.menu-modal {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	color: #fff;
	z-index: 80;
}

.menu-modal.open {
	display: block;
}

.menu-modal-inner {
	position: relative;
	height: 100vh;
	width: 200%;
	left: -0%;
	top: -20vh;
	background-color: #316d78;
	z-index: 90;
	border-radius: 0 0 800px 800px;
	transform: translateX(-50%);
}
.mobile-nav-menu
.mobile-menu-list-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
	align-items: flex-end;
	text-decoration: none;
	list-style: none;
	padding-top: 5em;
	z-index: 120;
}

/* Starting position for list items */
.mobile-menu-list-wrapper li a {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.logged-in.admin-bar .mobile-menu-list-wrapper {
	padding-top: calc(5em + 32px);
}

.mobile-nav-menu {
  position: relative;
  top: 20vh;
  margin-right: 25%;
}

@media (min-height: 700px) {
	.mobile-nav-menu {
	  top: 10vh;
	}
}

.menu-modal a {
	transition: all 0.3s ease;
}

.menu-modal .mobile-menu-list-wrapper li {
	text-align: right;
}

.menu-modal a,
.menu-modal a:visited {
	color: transparent;
	text-decoration: none;
	-webkit-touch-callout: none;
}
.menu-modal a:hover {
	color: transparent;
	-webkit-tap-highlight-color: transparent;
}
.menu-modal a:focus,
.menu-modal a:active {
	color: transparent;
}



/* Footer */

#site-footer {
	position: relative;
	background-image: linear-gradient(50deg,var(--hcs-primary-color) 15%,var(--secondary-color) 100%);
	margin-top: -8px;
	z-index: 5;
}

.footer-inner {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: var(--document-padding);
	padding-right: var(--document-padding);
	z-index: 3;
	position: relative;
}

.smaller-inner-footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.footer-columns {
	margin-bottom: 0px;
	display: flex;
	flex-direction: column;
}

#footer-logo-column{
	display: block;
	margin-bottom: 2rem;
}

.footer_site_logo {
	max-width: 250px !important;
}

#footer-info-column {
	display: block;
}
.footer-logo-inner {
	 display: flex;
    justify-content: center;
}
.info-column-inner {
  display: block;
}

.footer-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
	font-weight: 600;
}
.legal-container a,
.footer-nav a {
	transition: all 0.3s ease;
}

.legal-container a,
.legal-container a:visited,
.footer-nav a,
.footer-nav a:visited {
	color: white;
	text-decoration: none;
}
.legal-container a:hover,
.footer-nav a:hover {
	color: #333333;
}

#site-footer .site-tagline {
	color: white;
	width: 100%;
	text-align: left;
	font-size: 0.8rem;
	font-weight: 600;
	margin-top: 2rem;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#site-footer .site-tagline p {
	margin-bottom: 0px;
}

#site-footer .footer-cover-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: url('/wp-content/uploads/2025/11/noise.webp');
	background-repeat: repeat;
	opacity: 0.35;
	mix-blend-mode: soft-light;
	will-change: opacity, transform;
	z-index: 2;
}
.legal-container {
	color: white;
	font-weight: 100;
	letter-spacing: 0.3px;
	font-size: 0.7rem;
}
.legal-container p {
	margin-top: 5px;
}
/* Cover Header */
.cover-header {
	position: relative;
	/*overflow: hidden;*/
	width: 100%;
	height: 60vh;
	z-index: 3;
}

.cover-header.static-image {
	position: relative;
	overflow-y: visible;
	z-index: 1;
}

.cover-header .cover-header-inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.noise-overlay,
.cover-header .cover-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: url('/wp-content/uploads/2025/11/noise.webp');
	background-repeat: repeat;
	opacity: 0.4;
	mix-blend-mode: soft-light;
	will-change: opacity, transform;
	z-index: 2;
}

.cover-header .cover-header-wave {
	position: absolute;
	height: 200px;
	bottom: -100px;
	right: -100%;
	left: 0;
	background-position: left;
	background-size: contain;
	background-repeat: repeat-x;
	z-index: 3;
}

/* Layout Adjustments */
.back-button-container {
	margin-bottom: 15px;
}
.back-button {
	color: var(--light-primary-color);
	text-decoration: none;
}
.back-button:visited {
	color: var(--light-primary-color);
}
.the-title {
	margin-bottom: 0.1rem;
	font-size: 1em;
}
.price-container {
	margin-top: 0.1rem;
	font-size: 1em;
}
.header-hr {
	border: none;
	height: 2px;
	background-color: var(--hcs-primary-color);
	margin-bottom: 1rem;
}
.filter-text {
	position: relative;
}
.filter-text:after {
	content: '';
	position: absolute;
	height: 17px;
	width: 50px;
	top: 14px;
	background-image: url('/wp-content/uploads/2025/11/arrow.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.back-to-shopping-button {
	margin-top: 2rem !important;
	margin-bottom: 4rem !important; 
}

.hcs-cart-badge-count {
	position: absolute;
	top: -10px;
	left: 60%;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: var(--hcs-primary-color);
    font-size: 0.6rem;
    color: white;
    text-align: center;
	font-family: "helvetica", sans-serif;
}


/* Blocks */

/* Block: Columns ---------------------------- */

.wp-block-column {
	margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

.sbi_bio {
	color: #333333 !important;
}

.icon-container,
.wp-element-button {
	background-color: var(--hcs-primary-color);
	color: white !important;
	border-radius: 3px;
	padding: 8px 32px 10px 32px;
	transition: background-color 0.3s ease;
	text-decoration: none;
}

.small .icon-container,
.small .wp-element-button {
	padding: 4px 16px 5px 16px;
	font-size: 0.9rem;
}

.wp-element-button:hover {
	background-color: var(--light-primary-color);
}
.secondary .icon-container,
.secondary .wp-element-button {
	background-color: #333333;
}
.secondary .icon-container:hover,
.secondary .wp-element-button:hover {
	background-color: #555555;
}

.instagram-callout {
	width: 100%;
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #fdefdf;
	text-align: center;
	box-shadow: 0px -5px 8px #0D0D0D55;
}

.instagram-button-container {
	display: flex;
	justify-content: center;
	flex-direction: row;
}



@media ( min-width: 480px ) {

	.footer_site_logo {
		max-width: 300px !important;
	}

}


@media ( min-width: 600px ) {
	.footer_site_logo {
		max-width: 350px !important;
	}

}

/* Breakpoint from mobile to desktop */
@media ( min-width: 782px ) {

	.content {
		padding-top: 5.5rem;
	}

	.smaller-inner-footer {
		padding-left: inherit;
		padding-right: inherit;
	}

	.mobile-only {
		display: none;
	}
	.desktop-only {
		display: block;
	}

	/* Header */
	#site-header .custom-logo {
		width: 15vw;
		height: auto;
	}
	.header-navigation-wrapper {
		max-width: 90%;
		font-size: 0.8rem;
	}
	.menu-modal.open {
		display: none;
	}

	.the-title {
		margin-bottom: 0.8rem;
		font-size: 2em;
	}
	.price-container {
		font-size: 2em;
	}

	/* Footer */

	.footer-columns {
		flex-direction: row;
	}

	#footer-logo-column{
		flex-direction: row;
		display: flex;
		justify-content: center;
		flex: 1;
		margin-bottom: 0px;
	}

	.footer-secondary-column {
		height: 150px;
		margin-top: 1.5rem;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		flex: 1;
	}
	.footer-nav {
		flex-direction: row;
		justify-content: left;
		gap: 3rem;
	}

	.cover-header .text-container .heading {
		font-size: 2rem;
		margin-bottom: 0em;
	}
	.footer_site_logo {
		max-width: 450px !important;
	}
	#site-footer .site-tagline {
		margin-bottom: 0px;
	}
	.footer-logo-inner {
		display: block;
	}

}
@media ( min-width: 900px ) {
	html {
		font-size: 1.2rem;
	}
}


@media ( min-width: 1100px ) {

	.header-navigation-wrapper {
		max-width: 70%;
		font-size: 1rem;
	}

	#site-header .reset-list-style {
		gap: 30px;
	}
	.footer-nav {
		gap: 4rem;
	}

	#site-header .custom-logo {
		width: 13vw;
		height: auto;
	}

	#footer-logo-column{
		flex: 1;
	}

}

@media ( min-width: 1300px ) {

	#site-header .custom-logo {
		width: 9vw;
		max-width: 175px;
		height: auto;
	}


}
