/* CSS Document */
.wp_shopify {
	margin: 0;
	padding: 0;
}

.wp_shopify li a {
	display: block;
	width: 100%;
	font-size: 14px;
	cursor: pointer;
}
.wp_shopify li a.ptitle {
	font-family: var(--font-soho);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: -1px;
	font-weight: 500;
	text-decoration: none;
}
.wp_shopify li a img {
	width: 100%;
	height: auto;
}
.wp_shopify li strong {
	color: var(--basil);
	font-variant-numeric: tabular-nums;
	font-size: 16px;
}
.wp_shopify_product {
}
.wp_shopify_product .prod-left {
	width: 30%;
	float: left;
}
.wp_shopify_product .prod-upper {
	width: 70%;
	float: left;
}
.wp_shopify_product .prod-right {
	margin-left: 20px;
}
.wp_shopify_product .prod-clear {
	clear: both;
}
.wp_shopify_product .prod-gallery {
}
.wp_shopify_product .prod-gallery ul {
	margin: 0;
	padding: 0;
}
.wp_shopify_product .prod-gallery ul li {
	float: left;
	list-style: none;
}
.wp_shopify_product .prod-gallery ul li a {
}
.wp_shopify_product .prod-gallery ul li img {
	height: 66px;
}
.wp_shopify_product .prod-right h3 {
	display: inline-block;
	font-size: 18px;
}
.wp_shopify_product .prod-price {
	font-size: 16px;
	margin: 20px 0 0 0;
}
.wp_shopify_product .prod-buy {
	margin: 20px 0 0 0;
}
.wp_shopify_product .prod-buy a img {
	height: 60px;
}
.wp_shopify_product .prod-desc {
	font-size: 17px;
}
div#product-component-wrapper {
	height: 50px;
	overflow: hidden;
	position: relative;
}
div#product-component-wrapper iframe {
	position: absolute;
	bottom: 2px;
}

.store .component-image-cards-items {
	margin-top: 0;
	padding-left: 0 !important;
}

.store .component-image-cards-item {
	position: relative;
}

.store .component-image-cards-item a::before {
	content: "";
	overflow: hidden;
	position: absolute;
	inset: 0;
	z-index: 1;
	white-space: nowrap;
	text-indent: 200%;
}

.store .component-shopify-content {
	max-width: 100%;
	border-left: none;
	padding-left: 0;
}

.store .component-image-cards-item br {
	display: none;
}


.store .component-image-cards-item p:empty {
	display: none;
}

.wpsy-filter-bar-wrapper {
	margin-bottom: 30px;
}

.store-item-price {
	margin-top: auto;
}

.component-container.component-container--shopify {
	padding-top: 0;
}
