/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.21.2.1715787968
Updated: 2024-05-15 15:46:08

*/


/* Shopify product detail styling */
.single-wps_products .wps-container {
	max-width: 1200px;
	padding: 40px 20px 80px;
}

.single-wps_products .wps-product-single-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.single-wps_products .wps-product-single-gallery {
	flex: 1 1 48%;
	max-width: 48%;
}

.single-wps_products .wps-product-single-content {
	flex: 1 1 42%;
	max-width: 42%;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.single-wps_products .swp-product-title {
	font-family: 'Lato', sans-serif;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 600;
	color: #05143a;
	margin: 0;
}

.single-wps_products .swp-product-pricing,
.single-wps_products .swp-product-price,
.single-wps_products .swp-product-price * {
	font-family: 'Lato', sans-serif !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #05143a !important;
}

.single-wps_products .swp-product-description {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: rgba(5, 20, 58, 0.72);
}

.single-wps_products .swp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 48px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	background-color: #05143a;
	border: 1px solid #05143a;
	border-radius: 4px;
	transition: background-color 0.2s ease, color 0.2s ease;
	text-decoration: none;
}

.single-wps_products .swp-btn:hover,
.single-wps_products .swp-btn:focus {
	background-color: #1a2d6b;
	border-color: #1a2d6b;
}

.single-wps_products .wps-component-products-gallery,
.single-wps_products .wps-product-image-wrapper {
	border-radius: 16px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(5, 20, 58, 0.08);
	padding: 24px;
}

.single-wps_products .wps-product-image-wrapper img {
	border-radius: 12px;
}

.single-wps_products #product_reviews_rating,
.single-wps_products #product_review_rating {
	margin-bottom: 10px;
}

.single-wps_products .swp-review-list-wrap {
	margin-top: 60px;
}

@media (max-width: 1024px) {
	.single-wps_products .wps-product-single-inner {
		flex-direction: column;
	}

	.single-wps_products .wps-product-single-gallery,
	.single-wps_products .wps-product-single-content {
		max-width: 100%;
		flex: 1 1 100%;
	}
}

@media (max-width: 600px) {
	.single-wps_products .wps-container {
		padding: 20px 16px 60px;
	}

	.single-wps_products .swp-product-title {
		font-size: 28px;
	}

	.single-wps_products .swp-product-pricing,
	.single-wps_products .swp-product-price,
	.single-wps_products .swp-product-price * {
		font-size: 22px !important;
	}
}

.page-id-1384 section[data-wpshopify-component-type="products"] .swp-product-pricing,
.page-id-1384 section[data-wpshopify-component-type="products"] .swp-product-description,
.page-id-1384 section[data-wpshopify-component-type="products"] .swp-product-options,
.page-id-1384 section[data-wpshopify-component-type="products"] .swp-product-tags,
.page-id-1384 section[data-wpshopify-component-type="products"] .swp-product-vendor,
.page-id-1384 section[data-wpshopify-component-type="products"] .wps-component-products-variants,
.page-id-1384 section[data-wpshopify-component-type="products"] .swp-variant-select,
.page-id-1384 section[data-wpshopify-component-type="products"] .swp-product-rating,
.page-id-1384 section[data-wpshopify-component-type="products"] .swp-price-label,
.page-id-1384 section[data-wpshopify-component-type="products"] .swp-notice {
	display: none !important;
}

.page-id-1384 section[data-wpshopify-component-type="products"] .swp-items-wrapper [data-product-id] .swp-btn {
	margin-top: auto;
}

/* Shop #2 card styling */
.page-id-1384 .shop-card {
	background: #eff0f5;
	border: 1px solid #05143a;
	border-radius: 20px;
	padding: 28px 26px 32px;
	box-shadow: 0 15px 30px rgba(5, 20, 58, 0.12);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	height: 100%;
}

.page-id-1384 .shop-card .shop-card__image img {
	display: block;
	width: 100%;
	max-width: 240px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.page-id-1384 .shop-card .shop-card__title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	color: #05143a;
	text-align: center;
	margin: 0;
}

.page-id-1384 .shop-card .shop-card__button .et_pb_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 40px;
	background-color: transparent;
	color: #05143a;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #05143a;
	border-radius: 4px;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.page-id-1384 .shop-card .shop-card__button .et_pb_button:hover,
.page-id-1384 .shop-card .shop-card__button .et_pb_button:focus {
	background-color: #05143a;
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(5, 20, 58, 0.25);
}

@media (max-width: 980px) {
	.page-id-1384 .shop-card {
		padding: 24px 22px 28px;
		gap: 16px;
	}

	.page-id-1384 .shop-card .shop-card__button .et_pb_button {
		padding: 12px 32px;
	}
}

@media (max-width: 767px) {
	.page-id-1384 .shop-card {
		max-width: 360px;
		margin: 0 auto 24px;
	}
}
