/*!
Version: 1.3.10 - V2 with V1 Layout Fixes
*/
:root {
	--c7-font-family: Georgia, Times, Times New Roman, serif;
	--c7-heading-font-family: Lucida Bright, Georgia, serif;
	--c7-heading-text-color: #000;
	--c7-heading-font-weight: normal;
	--c7-primary-color: #444444;
	--c7-primary-color-dark: #111111;
	--c7-primary-color-focus: rgba(0, 0, 0, 0.25)
}

.c7-tools {
	margin: 0 auto;
	max-width: 74rem;
	padding: .75rem 1rem;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	background: #333;
	display: flex;
	font-size: 14px;
	min-height: 47.9px
}

@media screen and (min-width: 64.0625em) {
	.c7-tools {
		min-height: 33.9px
	}

	body.c7-not-activated .c7-tools {
		min-height: 16px
	}
}

@media screen and (min-width: 64.0625em) {
	.c7-tools {
		background: rgba(0, 0, 0, 0);
		justify-content: flex-end;
		padding: 0 1rem;
		margin: 0 auto -1rem;
		right: 0;
		top: -10px
	}
}

@media screen and (min-width: 1001px) {
    .c7-product-detail .c7-product__info {
        flex-direction: column !important;
    }
}

@media screen and (min-width: 769px) {
    .c7-product-detail .c7-product {
        flex-direction: row-reverse !important;
    }
}

#c7-account {
	display: inline-block;
	z-index: 900
}

#c7-account .c7-user-nav__account__login {
	color: #fff
}

@media screen and (min-width: 64.0625em) {
	#c7-account .c7-user-nav__account__login {
		color: #333
	}
}

#c7-cart {
	display: inline-block;
	z-index: 900
}

#c7-cart .c7-user-nav__cart__title {
	font-size: 18px;
	line-height: 1
}

#c7-cart .c7-user-nav__cart__title svg {
	stroke: #fff
}

@media screen and (min-width: 64.0625em) {
	#c7-cart .c7-user-nav__cart__title svg {
		stroke: var(--c7-header-text-color)
	}
}

#c7-cart .c7-user-nav__cart>button {
	padding: 0
}

@media screen and (min-width: 64.0625em) {
	#c7-cart .c7-user-nav__cart>button {
		padding: 5px 0
	}
}

.c7-checkout-logo {
	max-width: 300px !important
}

.page-template-page-c7-account .c7t-content {
	max-width: 70rem
}

.button, .c7-btn {
	cursor: pointer;
	display: inline-block;
	border: 0;
	border-radius: var(--c7-button-border-radius);
	font-size: var(--c7-font-size);
	font-weight: 500;
	line-height: 1.5;
	min-height: 46px;
	padding: 11px 20px;
	text-align: center;
	text-decoration: none;
	transition: all .1s ease-out;
	outline-width: medium;
	outline-style: none;
	background: var(--c7-primary-button-bg);
	color: var(--c7-primary-button-text-color)
}

.button:hover, .c7-btn:hover {
	background: var(--c7-primary-button-bg-hover);
	color: var(--c7-primary-button-text-color);
	text-decoration: none !important
}

.c7-product-collection {
	margin: 0 auto;
	max-width: 74rem;
	padding: 0 1.5rem
}

.c7t-products-teaser--false .c7-product__teaser {
	display: none
}

.c7t-products {
	margin-bottom: 2rem
}

.c7t-products-featured--true .c7-product:first-of-type {
	background: #eee;
	padding: 2rem 2rem;
	border-radius: 16px
}

/* V2 CSS Grid Layouts - Preserved */
@media screen and (min-width: 640px) {
	.c7t-products--1up .c7-product-collection__product-list {
		grid-template-columns: 1fr;
		-webkit-column-gap: 30px;
		row-gap: 80px
	}
	.c7t-products--2up .c7-product-collection__product-list {
		grid-template-columns: 1fr 1fr;
		-webkit-column-gap: 30px;
		column-gap: 30px;
		row-gap: 80px
	}
	.c7t-products--2up.c7t-products-featured--true .c7-product:first-of-type {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 1
	}
	.c7t-products--3up .c7-product-collection__product-list {
		grid-template-columns: 1fr 1fr;
		-webkit-column-gap: 30px;
		column-gap: 30px;
		row-gap: 80px
	}
	.c7t-products--4up .c7-product-collection__product-list {
		grid-template-columns: 1fr 1fr;
		-webkit-column-gap: 30px;
		column-gap: 30px;
		row-gap: 80px
	}
}

@media screen and (min-width: 768px) {
	.c7t-products--3up .c7-product-collection__product-list { grid-template-columns: 1fr 1fr 1fr }
	.c7t-products--4up .c7-product-collection__product-list { grid-template-columns: 1fr 1fr 1fr }
}

@media screen and (min-width: 960px) {
	.c7t-products--4up .c7-product-collection__product-list { grid-template-columns: 1fr 1fr 1fr 1fr }
}

@media screen and (min-width: 640px) {
	.c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type {
		grid-column-start: 1; grid-column-end: 4; grid-row-start: 1; grid-row-end: 1
	}
	.c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser p { text-align: center }
	.c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-form { max-width: 100% }
	
	.c7t-products--4up.c7t-products-featured--true .c7-product:first-of-type {
		grid-column-start: 1; grid-column-end: 5; grid-row-start: 1; grid-row-end: 1
	}
}

.c7t-products--4up.c7t-products-featured--true .c7-product:first-of-type .c7-form {
	max-width: 100%
}

.c7-product {
	display: flex;
	flex-direction: column
}

.c7-product__teaser { margin-bottom: 0 }
.c7-product__add-to-cart__price { font-size: 1.4rem; margin-top: 0 }
.c7-product__add-to-cart__price__variant { vertical-align: text-bottom }
.c7-product__add-to-cart__price__action-message { margin: 0 }
.c7-product__add-to-cart__price__action-message p {
	margin: 0; border: 0; padding: 0; font-size: 1rem; font-style: italic
}

.c7-product .c7-price--original { display: inline-block; width: 100% }
.c7-product .c7-price--discounted { font-weight: bold }

.c7-product img { max-height: 280px }
@media screen and (min-width: 48rem) {
	.c7-product img { max-height: 360px }
}

.c7-product__photo,
.c7-product__image {
	padding: 0 .5rem;
	position: relative;
	text-align: center;
	margin-right: 0
}

/* V1 Product Layout Fixes for Lists */
@media screen and (min-width: 40rem) {
	.c7t-products--1up .c7-product { flex-direction: row; align-items: flex-start; }
	.c7t-products--1up .c7-product .c7-product__photo { width: 45%; padding-right: 2rem; }
	.c7t-products--1up .c7-product .c7-product__info { width: 55%; text-align: left; }
}

@media screen and (min-width: 54rem) {
	.c7t-products--2up .c7-product { 
        flex-direction: row; 
        align-items: flex-start; /* Fixes vertical centering issue from V2 */
    }
	.c7t-products--2up .c7-product .c7-product__photo { 
        width: 45%; /* Restores V1 proportion */
        padding-right: 1.5rem; 
    }
	.c7t-products--2up .c7-product .c7-product__info { 
        width: 55%; 
        text-align: left; /* Forces text to align left instead of center */
    }
}

.c7t-products--3up .c7-product .c7-product__title,
.c7t-products--4up .c7-product .c7-product__title { text-align: center }

@media screen and (min-width: 48rem) {
	.c7t-products--3up .c7-product .c7-product__info,
	.c7t-products--4up .c7-product .c7-product__info {
		width: 100%; margin-bottom: 0; margin-top: auto; display: flex; flex-direction: column; height: 100%; min-height: 0
	}
}

.c7t-products--3up .c7-product .c7-product__add-to-cart,
.c7t-products--4up .c7-product .c7-product__add-to-cart { align-self: flex-end; margin-top: auto; width: 100% }

.c7t-products--3up .c7-product .c7-product__add-to-cart__price,
.c7t-products--4up .c7-product .c7-product__add-to-cart__price,
.c7t-products--3up .c7-product .c7-price--original,
.c7t-products--4up .c7-product .c7-price--original,
.c7t-products--3up .c7-product .c7-product__login-message,
.c7t-products--4up .c7-product .c7-product__login-message { text-align: center }

.c7t-products--3up .c7-product .c7-product__add-to-cart__form,
.c7t-products--4up .c7-product .c7-product__add-to-cart__form { justify-content: center }

.c7t-products--4up_no_cart .c7-product .c7-product__variant__add-to-cart { display: none }

.c7-personalization .c7-product__title { text-align: center }
.c7-personalization .c7-product__info { width: 100%; margin-bottom: 0; margin-top: auto; display: flex; flex-direction: column; height: 100%; min-height: 0 }
.c7-personalization .c7-product__teaser { margin-bottom: 1.5rem }
.c7-personalization .c7-product__add-to-cart { justify-content: center; align-self: flex-end; margin-top: auto; width: 100%; text-align: center }
.c7-personalization .c7-product__add-to-cart__form { justify-content: center }

.c7-product-specs { max-width: 350px; margin: 0 auto 1.5rem; text-align: center }
@media screen and (min-width: 48em) {
	.c7-product-specs { margin: 0 0 1.5rem; text-align: left }
	.c7-product-specs h2 { text-align: left }
	.c7-product-spec { display: flex }
}

.c7-product-spec { margin-bottom: .75rem; font-size: .875rem; font-weight: bold }
.c7-product-spec div:first-child { font-weight: normal; padding-right: 2% }

.c7-product-detail { display: block; margin: 0 0 3rem; width: 100% }

/* V1 Layout Restored for Product Detail */
@media screen and (min-width: 48rem) {
	.c7-product-detail {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 64rem;
		margin: 0 auto 3rem
	}
	.c7-product-detail__photo {
		width: 40%;
		order: 2; /* Restores image to the right side */
		text-align: center
	}
	.c7-product-detail__info {
		width: 55%;
		order: 1; /* Restores info to the left side */
		text-align: left;
		padding-right: 2rem /* Spacing between text and image */
	}
    /* Note: Removed order from titles to allow normal DOM flow based on HTML structure */
}

.c7-product-detail h1 { font-size: 1.5rem; line-height: 1.1; margin-bottom: .5em; text-align: left }
@media screen and (min-width: 40.0625rem) { .c7-product-detail h1 { font-size: 3rem } }

.c7-product-detail h2,
.c7-product-detail h3 { font-size: 1.25rem; line-height: 1.1; margin-bottom: .5em }
@media screen and (min-width: 40.0625rem) {
	.c7-product-detail h2,
	.c7-product-detail h3 { font-size: 2rem }
}

.c7-product-detail .c7-product__subtitle { font-size: 1.25rem; line-height: 1.1; margin-bottom: .5em; font-family: var(--c7-heading-font-family) }
@media screen and (min-width: 40.0625rem) { .c7-product-detail .c7-product__subtitle { font-size: 2rem } }

.c7-product-detail .c7-product__variant { margin-bottom: 2rem }
.c7-product-detail .c7-product-specs { margin-top: 1.5rem }
.c7-product-detail .c7-product-spec div { font-size: 1rem }
.c7-product-detail .c7-product-spec div:first-child { text-transform: none }

.c7-product-detail__photo { position: relative; text-align: center; padding: 0; margin: 0 0 1rem; width: 100% }

@media screen and (min-width: 48rem) {
	.c7-product-detail__photo img { max-height: 640px }
}

.c7-product-detail__photo__thumbs { display: flex; justify-content: center }
.c7-product-detail__photo__thumbs img { padding: .75rem }

.c7-product-detail__info { width: 100% }

/* Fallback hides the variant title from the list if V2 wrapper fails to apply it */
.hide-variant-title .c7-product__variant__price__title,
.c7-product-collection .c7-product__variant__price__title {
	display: none
}

/* Badges and additional elements kept perfectly intact from V2 */
.c7-badge {
	display: block; padding: .5rem; color: #fff; text-align: center; text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	position: absolute; pointer-events: none; z-index: 10; display: flex; align-items: center; justify-content: center;
	text-transform: uppercase; letter-spacing: -0.02rem; font-size: 13px; right: 1rem; top: -1rem
}

.c7-badge--circle {
	background: #111; background: -webkit-linear-gradient(to bottom, #777, #111); background: linear-gradient(to bottom, #777, #111);
	width: 66px; border-radius: 50%; height: 66px
}

.c7-badge--crest {
	background: #ff8008; background: -webkit-linear-gradient(to bottom, #FFC837, #FF8008); background: linear-gradient(to bottom, #FFC837, #FF8008);
	width: 90px; height: 60px; padding-top: 1rem; color: #fff; border-radius: 0; top: -0.3rem; right: .5rem; font-size: 13px; line-height: 1.2
}

@media screen and (min-width: 40rem) {
	.c7-badge--crest { right: 3rem; font-size: 16px; width: 110px; height: 80px }
}

.c7-badge--crest:after {
	border-top: 20px solid #ff8008; border-left: 45px solid rgba(0, 0, 0, 0); border-right: 45px solid rgba(0, 0, 0, 0);
	content: ""; height: 0; left: 0; position: absolute; bottom: -20px; width: 0
}

@media screen and (min-width: 40rem) {
	.c7-badge--crest:after {
		border-top: 27px solid #ff8008; border-left: 55px solid rgba(0, 0, 0, 0); border-right: 55px solid rgba(0, 0, 0, 0); bottom: -27px
	}
}

.c7-badge--12-point { background: #134e5e; width: 55px; height: 55px; right: -0.6rem; top: -0.4rem }

.c7-badge--12-point:before,
.c7-badge--12-point:after {
	content: ""; position: absolute; top: 0; left: 0; height: 55px; width: 55px; background: #134e5e; z-index: -1
}
.c7-badge--12-point:before { transform: rotate(30deg); }
.c7-badge--12-point:after { transform: rotate(60deg); }

.c7-side-cart__header h1,
.c7-cart__header h1,
.c7-order-summary h1,
.c7-checkout__content h1,
.c7-account h1 { font-size: 32px; padding: 0 }

@media only screen and (min-width: 640px) {
	.c7-side-cart__header h1, .c7-cart__header h1, .c7-order-summary h1, .c7-checkout__content h1, .c7-account h1 { font-size: 42px }
}

.c7-side-cart__header h2,
.c7-cart__header h2,
.c7-order-summary h2,
.c7-checkout__content h2,
.c7-account h2 { font-size: 20px; padding: 0 }

@media only screen and (min-width: 640px) {
	.c7-side-cart__header h2, .c7-cart__header h2, .c7-order-summary h2, .c7-checkout__content h2, .c7-account h2 { font-size: 24px }
}

.c7-table a, .c7-table--basic a { font-size: 14px }
.c7-hide-pickup #c7-delivery-pickup-tab, .c7-hide-pickup #c7-delivery-shipping-tab { display: none }
.c7-hide-skip .c7-btn--skip { display: none }
.c7-subscribe[data-has-name-field=true] .c7-form__group .c7-form__field+button { margin: 0; width: 100% }