<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:   Storefront Child
Theme URI:    https://americanjerkyking.com/storefront-child
Description:  A child theme of WooCommerce Storefront.
Author:       CeZe Darling
Author URI:   https://cezedarling.com
Template:     storefront
Version:      1.0.0
*/

/*--------------------------------------------------------------
# Root
--------------------------------------------------------------*/
:root {
	--royalBlue: #4169e1;
	--mediumBlue: #7E9EFF;
	--lightBlue: #B5C7FF;
	--royalBlue45: #4169e045;
	--royalBlue24: #4169e024;
	--darkTan: #946F0D;
	--lightTan: #E0B441;
	--darkYellow: #948B1C;
	--lightYellow: #E0D436;
	--darkRed: #790002;
	--lightRed: #d71729;
	--lightGrey: #7F808A;
	--mediumGrey: #525252;
	--darkGrey: #444444;
	--baseFont: #414141;
}

/* GENERAL */
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
}
h1 {
	font-weight: 800;
	color: var(--royalBlue);
}
h2, p {
	color: var(--baseFont);
}
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
	background-color: var(--royalBlue);
	border-color: var(--royalBlue);
	color: white;
}
button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover {
	background-color: var(--lightBlue);
	border-color: var(--lightBlue);
	color: var(--royalBlue);
}
/* Header H1 */
.entry-header h1.entry-title {
	margin-bottom: 5px;
}
/* Container for video background part */
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex,
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex {
	position: relative;
	margin-top: 35px;
	margin-bottom: 35px;
}
@media (min-width: 768px) {
	.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex,
	.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex {
		/*position: relative;*/
		margin-top: 65px;
		margin-bottom: 65px;
	}
}
/* VIDEO TEST */
.home-hero {
	background: url('/wp-content/uploads/2025/03/American-Jerky-King-home-page-hero-480.mp4') no-repeat center right;
	height: 598px;
	background-size: cover;
	padding: 20px;
	&amp; h2 {
		position: absolute;
		left: 35px;
		top: 35px;
		z-index: 2;
  	}
	&amp; p {
		position: absolute;
		left: 35px;
		top: 55px;
		z-index: 2;
		margin-right: 50px;
	}
}
.home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5); /* Overlay color */
  z-index: 1;
}
/* END VIDEO TEST */

.wp-block-column.home-hero.is-layout-flow.wp-block-column-is-layout-flow {
	margin-bottom: 0;
	position: relative;
}

/* ABOVE HEADER */
.custom-ad-top-bar {
	text-align: center;
	background: var(--lightRed);
	color: white;
	font-weight: 800;
	padding: 8px 0;
	letter-spacing: 1px;
}
/* HEADER */
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header,
.site-header {
	padding-top: 25px;
	margin-bottom: 10px;
}
/* NAV */
.woocommerce-active .site-header .site-branding,
.site-branding {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.storefront-primary-navigation {*/
/*	width: 100%;*/
/*	text-align: center;*/
/*}*/
.search-widget {
	/*background-color: red;*/
	display: none;
}
@media (min-width: 768px) {
	.search-widget {
		display: block;
	}
}

/* Product  ???? */
.product-weight {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
}
/* Product Home Page Box */
.hentry .featured-product-image .wp-post-image {
	margin-bottom: 30px;
}
.featured-product-weight-container {
	position: relative;
	border: 1px solid white;
	border-bottom: 4px solid white;
	max-width: 75px;
}
.featured-product-weight-container .featured-product-weight {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignfull {
	margin-left: 0;
	margin-right: 0;
}
/* Single Product Info Page */
.product-info-container {
	display: flex;
	align-items: center;
	gap: 15px; /* Adjust spacing between elements */
	flex-wrap: wrap; /* Prevents items from breaking layout on small screens */
}

.product-price {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.product-weight {
	font-size: 16px;
	color: #666;
}

.cart {
	margin-left: auto; /* Pushes "Add to Cart" button to the right */
}
/* PRICE AREA WORKING */

/* NEW TEST FOR AD TYPE SPACE ON HOME PAGE */
.jerky-ad-space {
	position: relative;
	background: linear-gradient(120deg, var(--royalBlue), var(--mediumBlue), var(--royalBlue));
	background-size: 200% 200%;
	animation: subtleWaves 8s infinite ease-in-out;
	color: white;
	text-align: center;
	padding: 45px 20px;
	border-radius: 12px;
	border: 4px solid var(--lightRed);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	max-width: 800px;
	margin: 40px auto;
	font-family: 'Arial', sans-serif;
	overflow: hidden;
}

.jerky-ad-space::before {
	content: "ðŸ”¥ Join the Jerky King Community ðŸ”¥";
	font-size: 20px;
	font-weight: bold;
	background: var(--lightRed);
	color: white;
	padding: 6px 12px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
	z-index: 2;
}
.storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
	margin-left: 0;
	margin-right: 0;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container {
	max-width: 100% !important;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2 {
	margin: 0;
}
@media (max-width: 768px) {
	.jerky-ad-space {
		padding-top: 60px;
	}
	.jerky-ad-space::before {
		content: "Join the Jerky King Community";
		padding: 15px 7px;
		width: 100%;
	}
}

.jerky-ad-space p {
	font-size: 18px;
	line-height: 1.6;
	max-width: 90%;
	margin: auto;
}

.jerky-ad-space strong {
	color: var(--lightYellow);
	font-weight: bold;
}

.jerky-ad-space .has-inline-color.has-black-color {
	color: var(--lightTan) !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

@keyframes subtleWaves {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

/* FOOTER */
.site-info {
  padding: 1em 0;
  font-size: 0.9rem;
  color: #999;
}
.site-info p {
	margin: 0 0 11px 0;
}
.site-by {
	font-style: italic;
	font-size: 0.7rem;
}</pre></body></html>