/* =========================================================
   GLOBAL SITE CANVAS
   All front-end pages except Homepage
   ========================================================= */

body:not(.home):not(.whuploo-v3-home) {
	background: #FFFAF4;
}


/* =========================================================
   SINGLE PRODUCT — CANVAS
   ========================================================= */

body.single-product {
  background:#FFFAF4;
}

body.single-product.ast-separate-container .ast-woocommerce-container {
  background:#FFFAF4 !important;
}

body.single-product .ast-woocommerce-container > .ast-article-single {
  background:transparent !important;
}


/* =========================================================
   SINGLE PRODUCT — RELATED PRODUCTS
   Approved Shop card system, scoped to Related Products only
   ========================================================= */

body.single-product .related.products {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}


/* =========================================================
   RELATED PRODUCTS GRID
   ========================================================= */

body.single-product
.related.products
ul.products:not(.elementor-grid) {
	display: grid;

	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px 30px;

	width: 100%;
	max-width: 1100px;

	clear: both;

	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

body.single-product
.related.products
ul.products:not(.elementor-grid)::before,

body.single-product
.related.products
ul.products:not(.elementor-grid)::after {
	display: none;
}


/* =========================================================
   RELATED PRODUCT CARD
   ========================================================= */

body.single-product
.related.products
ul.products
li.product {
	float: none;

	display: flex;
	flex-direction: column;

	width: auto;
	min-width: 0;

	margin: 0;
	padding: 0;

	position: relative;

	background: #FFFFFF;
	border: 1px solid rgba(30, 30, 30, 0.08);
	border-radius: 18px;
	box-shadow: none;

	overflow: hidden;
	text-align: left;

	transition:
		transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
		border-color 220ms ease,
		box-shadow 220ms ease;
}

@media (hover: hover) {

	body.single-product
	.related.products
	ul.products
	li.product:hover {
		transform: none;

		border-color: #C21B1B;

		box-shadow:
			0 0 0 1px #111111;
	}
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

body.single-product
.related.products
ul.products
li.product
.astra-shop-thumbnail-wrap {
	position: relative;

	width: 100%;

	margin: 0;
	padding: 0;

	background: transparent;
	border: 0;
	border-radius: 17px 17px 0 0;

	overflow: hidden;
}

body.single-product
.related.products
ul.products
li.product
.astra-shop-thumbnail-wrap > a {
	display: block;

	width: 100%;

	border-radius: inherit;
	overflow: hidden;
}

body.single-product
.related.products
ul.products
li.product
.astra-shop-thumbnail-wrap img {
	display: block;

	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;

	margin: 0;
	padding: 0;

	object-fit: cover;

	border-radius: inherit;

	transition:
		transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.single-product
.related.products
ul.products
li.product
.astra-shop-thumbnail-wrap::after {
	content: "";

	position: absolute;
	left: 0;
	bottom: 0;

	width: 0;
	height: 3px;

	background: #C21B1B;

	pointer-events: none;

	transition:
		width 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {

	body.single-product
	.related.products
	ul.products
	li.product:hover
	.astra-shop-thumbnail-wrap img {
		transform: scale(1.025);
	}

	body.single-product
	.related.products
	ul.products
	li.product:hover
	.astra-shop-thumbnail-wrap::after {
		width: 100%;
	}
}


/* =========================================================
   PRODUCT INFORMATION
   ========================================================= */

body.single-product
.related.products
ul.products
li.product
.astra-shop-summary-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;

	width: 100%;

	margin: 0;
	padding: 10px 12px 12px;

	background: transparent;

	text-align: left;
}


/* Category */

body.single-product
.related.products
ul.products
li.product
.ast-woo-product-category {
	display: block;

	margin: 0 0 6px;
	padding: 0;

	color: #75695E;

	font-family: var(--whuploo-font);
	font-size: 8px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}


/* Product title */

body.single-product
.related.products
ul.products
li.product
.woocommerce-loop-product__title {
	margin: 0;
	padding: 0;

	color: #1E1E1E;

	font-family: var(--whuploo-font);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: -0.015em;

	text-align: left;

	transition: color 180ms ease;
}

body.single-product
.related.products
ul.products
li.product
.ast-loop-product__link:hover
.woocommerce-loop-product__title {
	color: #C21B1B;
}


/* Price */

body.single-product
.related.products
ul.products
li.product
.price {
	display: block;

	margin: 7px 0 0;
	padding: 0;

	color: #1E1E1E;

	font-family: var(--whuploo-font);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;

	text-align: left;
}


/* =========================================================
   NATIVE WOO ACTION — APPROVED SHOP IMAGE OVERLAY
   ========================================================= */

body.single-product
.related.products
ul.products
li.product
.astra-shop-thumbnail-wrap > a.whuploo-card-action {
	position: absolute;

	left: 0;
	right: 0;
	bottom: 0;

	z-index: 6;

	display: flex;
	align-items: center;
	justify-content: space-between;

	width: 100%;
	min-height: 32px;

	margin: 0;
	padding: 0 14px;

	border: 0;
	border-radius: 0;
	box-shadow: none;

	background: #111111;
	color: #FFFFFF;

	font-family: var(--whuploo-font);
	font-size: 9px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.045em;
	text-transform: uppercase;

	opacity: 0;
	transform: translateY(100%);
	pointer-events: none;

	transition:
		opacity 180ms ease,
		transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
		background-color 180ms ease;
}

body.single-product
.related.products
ul.products
li.product
.astra-shop-thumbnail-wrap > a.whuploo-card-action::after {
	content: "↗";

	margin-left: auto;

	color: #FFFFFF;

	font-size: 16px;
	font-weight: 600;
	line-height: 1;

	transition:
		transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {

	body.single-product
	.related.products
	ul.products
	li.product:hover
	.astra-shop-thumbnail-wrap > a.whuploo-card-action,

	body.single-product
	.related.products
	ul.products
	li.product:focus-within
	.astra-shop-thumbnail-wrap > a.whuploo-card-action {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	body.single-product
	.related.products
	ul.products
	li.product
	.astra-shop-thumbnail-wrap > a.whuploo-card-action:hover {
		background: #0D0D0D;
		color: #FFFFFF;
	}

	body.single-product
	.related.products
	ul.products
	li.product
	.astra-shop-thumbnail-wrap > a.whuploo-card-action:hover::after {
		transform: translate(2px, -2px);
	}
}

@media (hover: none), (pointer: coarse), (max-width: 768px) {

	body.single-product
	.related.products
	ul.products
	li.product
	.astra-shop-thumbnail-wrap > a.whuploo-card-action {
		display: none;
	}
}


/* =========================================================
   RELATED PRODUCTS — RESPONSIVE
   Exact approved Shop responsive card behaviour
   ========================================================= */

@media (max-width: 980px) {

	body.single-product
	.related.products
	ul.products:not(.elementor-grid) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 32px 18px;
	}
}

@media (max-width: 767px) {

	body.single-product
	.related.products
	ul.products:not(.elementor-grid) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 12px;
	}

	body.single-product
	.related.products
	ul.products
	li.product
	.astra-shop-thumbnail-wrap {
		border-radius: 13px 13px 0 0;
	}

	body.single-product
	.related.products
	ul.products
	li.product
	.astra-shop-summary-wrap {
		padding: 9px 10px 10px;
	}

	body.single-product
	.related.products
	ul.products
	li.product
	.woocommerce-loop-product__title {
		font-size: 12px;
	}

	body.single-product
	.related.products
	ul.products
	li.product
	.price {
		font-size: 12px;
	}
}


/* =========================================================
   COMMERCE — CANVAS
   Cart / Checkout / Payment / Account
   ========================================================= */

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-order-pay,
body.woocommerce-account {
	background: #FFFAF4;
}


/* =========================================================
   SINGLE PRODUCT — DESCRIPTION DISCLOSURE
   ========================================================= */

body.single-product
#tab-description
.whuploo-description-toggle {
	display: inline-flex;
	align-items: center;

	width: auto;

	margin: 2px 0 28px;
	padding: 0;

	border: 0;
	border-radius: 0;
	box-shadow: none;

	background: transparent;
	color: #1E1E1E;

	font-family: var(--whuploo-font);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;

	text-decoration: underline;
	text-underline-offset: 4px;

	cursor: pointer;
}

body.single-product
#tab-description
.whuploo-description-toggle:hover,
body.single-product
#tab-description
.whuploo-description-toggle:focus-visible {
	background: transparent;
	color: #C21B1B;
}

body.single-product
#tab-description
.whuploo-description-more {
	margin: 0 0 26px;
}


/* =========================================================
   PRODUCT INFORMATION ACCORDIONS
   ========================================================= */

body.single-product
#tab-description
.whuploo-product-accordion {
	width: 100%;

	margin: 0;
	padding: 0;

	border-top: 1px solid rgba(30, 30, 30, 0.18);
}

body.single-product
#tab-description
.whuploo-product-accordion:last-child {
	border-bottom: 1px solid rgba(30, 30, 30, 0.18);
}

body.single-product
#tab-description
.whuploo-product-accordion-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;

	width: 100%;
	min-height: 58px;

	margin: 0;
	padding: 0;

	border: 0;
	border-radius: 0;
	box-shadow: none;

	background: transparent;
	color: #1E1E1E;

	font-family: var(--whuploo-font);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;

	text-align: left;

	cursor: pointer;
}

body.single-product
#tab-description
.whuploo-product-accordion-toggle:hover,
body.single-product
#tab-description
.whuploo-product-accordion-toggle:focus-visible {
	background: transparent;
	color: #C21B1B;
}

body.single-product
#tab-description
.whuploo-product-accordion-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	flex: 0 0 auto;

	margin-left: 20px;

	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

body.single-product
#tab-description
.whuploo-product-accordion-content {
	padding: 2px 0 28px;
}

body.single-product
#tab-description
.whuploo-description-more[hidden],

body.single-product
#tab-description
.whuploo-product-accordion-content[hidden] {
	display: none !important;
}

@media (max-width: 767px) {

	body.single-product
	#tab-description
	.whuploo-product-accordion-toggle {
		min-height: 54px;

		font-size: 13px;
	}

	body.single-product
	#tab-description
	.whuploo-product-accordion-icon {
		font-size: 20px;
	}

	body.single-product
	#tab-description
	.whuploo-description-toggle {
		margin-bottom: 24px;
	}
}


/* =========================================================
   CART — SECONDARY / UTILITY ACTIONS
   Keep Proceed to Checkout as the only primary red CTA.
   ========================================================= */

body.woocommerce-cart
button[name="apply_coupon"] {
	background: transparent !important;
	color: #1E1E1E !important;

	border: 1px solid rgba(30, 30, 30, 0.35) !important;
	box-shadow: none !important;

	transition:
		border-color 180ms ease,
		color 180ms ease,
		background-color 180ms ease;
}

body.woocommerce-cart
button[name="apply_coupon"]:hover,
body.woocommerce-cart
button[name="apply_coupon"]:focus-visible {
	background: transparent !important;
	border-color: #C21B1B !important;
	color: #C21B1B !important;
}

body.woocommerce-cart
button[name="update_cart"] {
	background: transparent !important;
	color: #1E1E1E !important;

	border: 1px solid rgba(30, 30, 30, 0.35) !important;
	box-shadow: none !important;

	transition:
		border-color 180ms ease,
		color 180ms ease,
		background-color 180ms ease;
}

body.woocommerce-cart
button[name="update_cart"]:not(:disabled):hover,
body.woocommerce-cart
button[name="update_cart"]:not(:disabled):focus-visible {
	background: #1E1E1E !important;
	border-color: #1E1E1E !important;
	color: #FFFFFF !important;
}

body.woocommerce-cart
button[name="update_cart"]:disabled {
	background: #EFEDE8 !important;
	border-color: #D8D3CC !important;
	color: #9A948C !important;

	opacity: 1 !important;
	cursor: not-allowed;
}

@media (max-width: 767px) {

	body.woocommerce-cart
	button[name="update_cart"] {
		display: block;
		width: 100% !important;

		margin-left: 0 !important;
		margin-right: 0 !important;

		box-sizing: border-box;
	}
}

@media (max-width: 767px) {

	body.woocommerce-cart
	.wc-proceed-to-checkout {
		margin-left: -4px;
		margin-right: -4px;
	}

	body.woocommerce-cart
	.wc-proceed-to-checkout
	a.checkout-button {
		display: block;
		width: 100% !important;

		margin-left: 0 !important;
		margin-right: 0 !important;

		box-sizing: border-box;
	}
}


/* =========================================================
   SHIPPING POLICY
   Page ID: 3639
   ========================================================= */

body.page-id-3639 .entry-content {
  max-width:1050px;
  margin-left:auto;
  margin-right:auto;
  padding-left:28px;
  padding-right:28px;
  padding-bottom:80px;
}

body.page-id-3639 .entry-content h1 {
  margin-bottom:0;
}

body.page-id-3639 .entry-content > .wp-block-spacer {
  height:30px !important;
}

body.page-id-3639 .entry-content > p {
  max-width:920px;
  line-height:1.75;
}

body.page-id-3639 .entry-content .wp-block-uagb-advanced-heading:not(:first-child) {
  margin-top:38px;
}

body.page-id-3639 .entry-content h2 {
  margin-top:0;
  margin-bottom:18px;
  line-height:1.15;
}

body.page-id-3639 .wp-block-table {
  margin-top:24px;
  margin-bottom:26px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

body.page-id-3639 .wp-block-table table {
  width:100%;
  min-width:680px;
  border-collapse:collapse;
}

body.page-id-3639 .wp-block-table td {
  padding:13px 14px;
  line-height:1.5;
  vertical-align:top;
}

body.page-id-3639 .wp-block-table tr:first-child td {
  background:#FFF1E0;
  color:#171717;
  font-weight:700;
}

@media (max-width:700px) {

  body.page-id-3639 .entry-content {
    padding-left:18px;
    padding-right:18px;
    padding-bottom:60px;
  }

  body.page-id-3639 .entry-content .wp-block-uagb-advanced-heading:not(:first-child) {
    margin-top:32px;
  }

  body.page-id-3639 .wp-block-table {
    margin-left:0;
    margin-right:0;
  }

  body.page-id-3639 .wp-block-table td {
    padding:11px 12px;
  }

}


/* =========================================================
   RETURNS & REFUNDS POLICY
   Page ID: 10
   ========================================================= */

body.page-id-10 .entry-content {
  max-width:1050px;
  margin-left:auto;
  margin-right:auto;
  padding-left:28px;
  padding-right:28px;
  padding-bottom:80px;
}

body.page-id-10 .entry-content h1 {
  margin-bottom:0;
}

body.page-id-10 .entry-content > .wp-block-spacer {
  height:30px !important;
}

body.page-id-10 .entry-content > p {
  max-width:920px;
  line-height:1.75;
}

body.page-id-10 .entry-content h2.wp-block-heading,
body.page-id-10 .entry-content .wp-block-uagb-advanced-heading {
  margin-top:38px;
}

body.page-id-10 .entry-content h2 {
  margin-bottom:18px;
  line-height:1.15;
}

body.page-id-10 .entry-content ul.wp-block-list,
body.page-id-10 .entry-content ol.wp-block-list {
  max-width:920px;
  margin-top:18px;
  margin-bottom:24px;
  padding-left:26px;
}

body.page-id-10 .entry-content ul.wp-block-list li,
body.page-id-10 .entry-content ol.wp-block-list li {
  margin-bottom:10px;
  line-height:1.7;
}

body.page-id-10 .entry-content ul.wp-block-list li:last-child,
body.page-id-10 .entry-content ol.wp-block-list li:last-child {
  margin-bottom:0;
}

@media (max-width:700px) {

  body.page-id-10 .entry-content {
    padding-left:18px;
    padding-right:18px;
    padding-bottom:60px;
  }

  body.page-id-10 .entry-content h2.wp-block-heading,
  body.page-id-10 .entry-content .wp-block-uagb-advanced-heading {
    margin-top:32px;
  }

  body.page-id-10 .entry-content ul.wp-block-list,
  body.page-id-10 .entry-content ol.wp-block-list {
    padding-left:22px;
  }

}


/* =========================================================
   PRIVACY POLICY
   Page ID: 3
   ========================================================= */

body.page-id-3 .entry-content {
  max-width:1050px;
  margin-left:auto;
  margin-right:auto;
  padding-left:28px;
  padding-right:28px;
  padding-bottom:80px;
}

body.page-id-3 .entry-content h1 {
  margin-bottom:0;
}

body.page-id-3 .entry-content > .wp-block-spacer {
  height:30px !important;
}

body.page-id-3 .entry-content > p {
  max-width:920px;
  line-height:1.75;
}

body.page-id-3 .entry-content h2.wp-block-heading,
body.page-id-3 .entry-content .wp-block-uagb-advanced-heading {
  margin-top:38px;
}

body.page-id-3 .entry-content h2 {
  margin-bottom:18px;
  line-height:1.15;
}

@media (max-width:700px) {

  body.page-id-3 .entry-content {
    padding-left:18px;
    padding-right:18px;
    padding-bottom:60px;
  }

  body.page-id-3 .entry-content h2.wp-block-heading,
  body.page-id-3 .entry-content .wp-block-uagb-advanced-heading {
    margin-top:32px;
  }

}


/* =========================================================
   TERMS & CONDITIONS
   Page ID: 3637
   ========================================================= */

body.page-id-3637 .entry-content {
  max-width:1050px;
  margin-left:auto;
  margin-right:auto;
  padding-left:28px;
  padding-right:28px;
  padding-bottom:80px;
}

body.page-id-3637 .entry-content h1 {
  margin-bottom:0;
}

body.page-id-3637 .entry-content > .wp-block-spacer {
  height:30px !important;
}

body.page-id-3637 .entry-content > p {
  max-width:920px;
  line-height:1.75;
}

body.page-id-3637 .entry-content .wp-block-uagb-advanced-heading:not(:first-child) {
  margin-top:38px;
}

body.page-id-3637 .entry-content h2 {
  margin-bottom:18px;
  line-height:1.15;
}

@media (max-width:700px) {

  body.page-id-3637 .entry-content {
    padding-left:18px;
    padding-right:18px;
    padding-bottom:60px;
  }

  body.page-id-3637 .entry-content .wp-block-uagb-advanced-heading:not(:first-child) {
    margin-top:32px;
  }

}


/* =========================================================
   ACCESSIBILITY STATEMENT
   Page ID: 3646
   ========================================================= */

body.page-id-3646 .entry-content {
  max-width:1050px;
  margin-left:auto;
  margin-right:auto;
  padding-left:28px;
  padding-right:28px;
  padding-bottom:80px;
}

body.page-id-3646 .entry-content h1 {
  margin-bottom:0;
  line-height:1.05;
}

body.page-id-3646 .entry-content > .wp-block-spacer {
  height:30px !important;
}

body.page-id-3646 .entry-content > p {
  max-width:920px;
  line-height:1.75;
}

body.page-id-3646 .entry-content .wp-block-uagb-advanced-heading:not(:first-child) {
  margin-top:38px;
}

body.page-id-3646 .entry-content h2 {
  margin-bottom:18px;
  line-height:1.15;
}

body.page-id-3646 .entry-content ul.wp-block-list {
  max-width:920px;
  margin-top:18px !important;
  margin-bottom:24px !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:26px;
}

body.page-id-3646 .entry-content ul.wp-block-list li {
  margin-bottom:10px;
  line-height:1.7;
}

body.page-id-3646 .entry-content ul.wp-block-list li:last-child {
  margin-bottom:0;
}

@media (max-width:700px) {

  body.page-id-3646 .entry-content {
    padding-left:18px;
    padding-right:18px;
    padding-bottom:60px;
  }

  body.page-id-3646 .entry-content .wp-block-uagb-advanced-heading:not(:first-child) {
    margin-top:32px;
  }

  body.page-id-3646 .entry-content ul.wp-block-list {
    padding-left:22px;
  }

}


/* =========================================================
   LEGAL PAGE CANVAS

   Shipping Policy: 3639
   Returns & Refunds Policy: 10
   Privacy Policy: 3
   Terms & Conditions: 3637
   Accessibility Statement: 3646
   ========================================================= */

body.page-id-3639,
body.page-id-10,
body.page-id-3,
body.page-id-3637,
body.page-id-3646,

body.page-id-3639 .site-content,
body.page-id-10 .site-content,
body.page-id-3 .site-content,
body.page-id-3637 .site-content,
body.page-id-3646 .site-content,

body.page-id-3639 .ast-article-single,
body.page-id-10 .ast-article-single,
body.page-id-3 .ast-article-single,
body.page-id-3637 .ast-article-single,
body.page-id-3646 .ast-article-single,

body.page-id-3639 .entry-content,
body.page-id-10 .entry-content,
body.page-id-3 .entry-content,
body.page-id-3637 .entry-content,
body.page-id-3646 .entry-content {
  background:#FFFAF4;
}