/* ==========================================================
   CARO JEWELRY
   FINAL VISUAL SYSTEM V2
   Blog / Reviews / Contact / Shop / Single Product
   ========================================================== */

:root {
	--caro-max: 1460px;
	--caro-inner: 1360px;
	--caro-reading: 1080px;

	--caro-ink: #141210;
	--caro-muted: #69625c;
	--caro-line: #e7e1da;
	--caro-soft: #f7f5f2;
	--caro-soft-2: #fbfaf8;
	--caro-gold: #a6815f;

	--caro-radius-sm: 12px;
	--caro-radius: 18px;
	--caro-radius-lg: 26px;

	--caro-shadow:
		0 18px 55px rgba(30, 23, 18, .07);
}


/* ==========================================================
   COMMON PAGE SHELL
   ========================================================== */

body.page-id-7115,
body.page-id-7224,
body.page-id-1228,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.single-product,

body.page-id-7115 #page,
body.page-id-7224 #page,
body.page-id-1228 #page,
body.post-type-archive-product #page,
body.tax-product_cat #page,
body.tax-product_tag #page,
body.single-product #page,

body.page-id-7115 .site-content,
body.page-id-7224 .site-content,
body.page-id-1228 .site-content,
body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content,
body.single-product .site-content {
	background: #fff !important;
}


body.page-id-7115 .site-content > .ast-container,
body.page-id-7224 .site-content > .ast-container,
body.page-id-1228 .site-content > .ast-container,
body.post-type-archive-product .site-content > .ast-container,
body.tax-product_cat .site-content > .ast-container,
body.tax-product_tag .site-content > .ast-container,
body.single-product .site-content > .ast-container {
	display: block !important;

	width: calc(100% - 48px) !important;
	max-width: var(--caro-max) !important;

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

	padding-left: 24px !important;
	padding-right: 24px !important;
}


body.page-id-7115 #primary,
body.page-id-7224 #primary,
body.page-id-1228 #primary,
body.post-type-archive-product #primary,
body.tax-product_cat #primary,
body.tax-product_tag #primary,
body.single-product #primary {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}


body.page-id-7115 .site-main,
body.page-id-7224 .site-main,
body.page-id-1228 .site-main,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main,
body.single-product .site-main {
	width: 100% !important;
	max-width: none !important;
}


body.page-id-7115 article,
body.page-id-7224 article,
body.page-id-1228 article {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}


body.page-id-7115 .entry-content,
body.page-id-7224 .entry-content,
body.page-id-1228 .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}


/* ==========================================================
   BLOG / JOURNAL
   ========================================================== */

body.page-id-7115 .site-content {
	padding-top: 44px !important;
	padding-bottom: 90px !important;
}


body.page-id-7115 .entry-content {
	max-width: var(--caro-inner) !important;
}


body.page-id-7115 .entry-content > .wp-block-group:first-child,
body.page-id-7115 .caro-blog-hero,
body.page-id-7115 .caro-journal-hero {
	width: 100% !important;
	max-width: none !important;

	margin: 0 0 52px !important;
	padding: clamp(42px, 5vw, 74px) !important;

	background: var(--caro-soft) !important;
	border: 1px solid var(--caro-line);
	border-radius: 2px;
}


body.page-id-7115 h1 {
	max-width: 880px;

	margin-top: 14px !important;
	margin-bottom: 18px !important;

	font-size: clamp(44px, 5vw, 70px) !important;
	line-height: .99 !important;
	letter-spacing: -.048em !important;
}


body.page-id-7115 .wp-block-query {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}


body.page-id-7115 .wp-block-post-template,
body.page-id-7115 ul.wp-block-post-template,
body.page-id-7115 .wp-block-post-template.is-layout-grid {
	display: grid !important;

	width: 100% !important;
	max-width: none !important;

	grid-template-columns:
		repeat(3, minmax(0, 1fr)) !important;

	gap: 34px 28px !important;

	margin: 0 !important;
	padding: 0 !important;

	list-style: none !important;
}


body.page-id-7115 .wp-block-post-template > li,
body.page-id-7115 li.wp-block-post {
	display: flex !important;
	flex-direction: column !important;

	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;

	margin: 0 !important;
	padding: 0 0 25px !important;

	float: none !important;
	flex-basis: auto !important;

	overflow: hidden;

	background: #fff;

	border: 1px solid var(--caro-line);
	border-radius: var(--caro-radius);

	box-shadow:
		0 8px 30px rgba(28, 23, 19, .045);

	transition:
		transform .22s ease,
		box-shadow .22s ease;
}


body.page-id-7115 .wp-block-post-template > li:hover {
	transform: translateY(-4px);

	box-shadow:
		0 18px 45px rgba(28, 23, 19, .09);
}


body.page-id-7115 .wp-block-post-featured-image {
	display: block !important;

	width: 100% !important;
	max-width: none !important;

	aspect-ratio: 1.45 / 1;

	margin: 0 0 24px !important;

	overflow: hidden;

	background: var(--caro-soft);
}


body.page-id-7115 .wp-block-post-featured-image a {
	display: block;
	width: 100%;
	height: 100%;
}


body.page-id-7115 .wp-block-post-featured-image img {
	display: block;

	width: 100% !important;
	height: 100% !important;

	object-fit: cover;

	border-radius: 0 !important;
}


body.page-id-7115 .wp-block-post-terms,
body.page-id-7115 .wp-block-post-title,
body.page-id-7115 .wp-block-post-excerpt,
body.page-id-7115 .wp-block-post-date {
	width: auto !important;

	margin-left: 24px !important;
	margin-right: 24px !important;
}


body.page-id-7115 .wp-block-post-terms {
	margin-top: 0 !important;
	margin-bottom: 10px !important;

	color: var(--caro-gold);

	font-size: 11px;
	font-weight: 700;

	letter-spacing: .13em;
	text-transform: uppercase;
}


body.page-id-7115 .wp-block-post-title {
	margin-top: 0 !important;
	margin-bottom: 13px !important;

	font-size: clamp(21px, 1.8vw, 27px) !important;
	line-height: 1.15 !important;
	letter-spacing: -.025em;
}


body.page-id-7115 .wp-block-post-title a {
	color: var(--caro-ink) !important;
	text-decoration: none !important;
}


body.page-id-7115 .wp-block-post-excerpt {
	flex: 1;

	color: var(--caro-muted);

	font-size: 15px;
	line-height: 1.7;
}


body.page-id-7115 .wp-block-post-excerpt__more-link {
	display: inline-block;

	margin-top: 12px;

	color: var(--caro-ink);

	font-weight: 700;
	text-decoration: none;
}


body.page-id-7115 .wp-block-post-date {
	margin-top: 14px !important;

	color: #918880;

	font-size: 12px;

	letter-spacing: .05em;
	text-transform: uppercase;
}


body.page-id-7115 .wp-block-query-pagination {
	width: 100%;

	margin-top: 48px !important;
	padding-top: 28px;

	border-top: 1px solid var(--caro-line);
}


/* ==========================================================
   REVIEWS
   ========================================================== */

body.page-id-7224 .site-content {
	padding-top: 34px !important;
	padding-bottom: 90px !important;
}


body.page-id-7224 .entry-content {
	max-width: var(--caro-inner) !important;
}


body.page-id-7224 .entry-content > .wp-block-group:first-child {
	width: 100% !important;
	max-width: none !important;

	margin-bottom: 32px !important;
	padding: 48px clamp(28px, 5vw, 68px) !important;

	background: var(--caro-soft) !important;

	border: 1px solid var(--caro-line);
}


body.page-id-7224 h1 {
	margin: 0 0 14px !important;

	font-size: clamp(42px, 5vw, 64px) !important;
	line-height: 1 !important;

	letter-spacing: -.045em !important;
	text-align: center;
}


body.page-id-7224 .cr-all-reviews-shortcode,
body.page-id-7224 .cr-reviews-grid,
body.page-id-7224 .cr-reviews-ajax-reviews,
body.page-id-7224 .cr-summaryBox-wrap,
body.page-id-7224 .cr-ajax-reviews-cus-images-div {
	width: 100% !important;
	max-width: none !important;
}


body.page-id-7224 .cr-all-reviews-shortcode {
	padding: clamp(26px, 4vw, 46px) !important;

	background: #fff !important;

	border: 1px solid var(--caro-line) !important;
	border-radius: var(--caro-radius) !important;

	box-shadow: var(--caro-shadow);
}


body.page-id-7224 .cr-summaryBox-wrap {
	margin-bottom: 36px !important;
	padding: clamp(30px, 4vw, 48px) !important;

	background: var(--caro-soft-2) !important;

	border: 1px solid var(--caro-line) !important;
	border-radius: 14px !important;
}


body.page-id-7224 .cr-review-card,
body.page-id-7224 .review {
	border-color: var(--caro-line) !important;
	border-radius: 14px !important;
}


body.page-id-7224 input[type="search"],
body.page-id-7224 input[type="text"],
body.page-id-7224 select {
	min-height: 46px;

	border: 1px solid #d9d1ca !important;
	border-radius: 10px !important;

	background: #fff !important;
}


/* ==========================================================
   CONTACT
   ========================================================== */

body.page-id-1228 .site-content {
	padding-top: 34px !important;
	padding-bottom: 90px !important;
}


body.page-id-1228 .entry-content {
	max-width: 1240px !important;
}


body.page-id-1228 .entry-content > .wp-block-group:first-child {
	width: 100% !important;
	max-width: none !important;

	margin: 0 0 42px !important;
	padding: 48px clamp(28px, 5vw, 68px) !important;

	background: var(--caro-soft) !important;

	border: 1px solid var(--caro-line);
}


body.page-id-1228 h1 {
	margin: 12px 0 20px !important;

	font-size: clamp(46px, 5vw, 68px) !important;
	line-height: 1 !important;
	letter-spacing: -.045em !important;
}


body.page-id-1228 h2 {
	margin-top: 32px;
	margin-bottom: 22px;

	font-size: clamp(32px, 4vw, 48px) !important;
	line-height: 1.07 !important;
	letter-spacing: -.035em;
}


body.page-id-1228 .caro-contact-form {
	display: block;

	width: 100% !important;
	max-width: 940px !important;

	margin: 28px 0 44px !important;
	padding: clamp(28px, 4vw, 46px) !important;

	background: #fff !important;

	border: 1px solid var(--caro-line) !important;
	border-radius: var(--caro-radius-lg) !important;

	box-shadow: var(--caro-shadow);
}


body.page-id-1228 .caro-contact-form label {
	display: block;

	margin-bottom: 7px;

	color: var(--caro-ink);

	font-size: 14px;
	font-weight: 700;
}


body.page-id-1228 .caro-contact-form input[type="text"],
body.page-id-1228 .caro-contact-form input[type="email"],
body.page-id-1228 .caro-contact-form input[type="tel"],
body.page-id-1228 .caro-contact-form textarea,
body.page-id-1228 .caro-contact-form input[type="file"] {
	display: block;

	width: 100% !important;
	max-width: none !important;

	min-height: 48px;

	padding: 12px 15px !important;

	background: #fff !important;

	border: 1px solid #d7d0c8 !important;
	border-radius: 10px !important;

	box-shadow: none !important;
}


body.page-id-1228 .caro-contact-form textarea {
	min-height: 175px;

	resize: vertical;
}


body.page-id-1228 .caro-contact-form button,
body.page-id-1228 .caro-contact-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 50px;

	padding: 0 32px !important;

	background: var(--caro-ink) !important;
	color: #fff !important;

	border: 0 !important;
	border-radius: 999px !important;

	font-weight: 750;

	cursor: pointer;
}


body.page-id-1228 .entry-content > p,
body.page-id-1228 .entry-content > ul,
body.page-id-1228 .entry-content > address {
	max-width: 940px;

	color: var(--caro-muted);

	line-height: 1.75;
}


/* ==========================================================
   SHOP
   ========================================================== */

body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content {
	padding-top: 48px !important;
	padding-bottom: 90px !important;
}


body.post-type-archive-product .woocommerce,
body.tax-product_cat .woocommerce,
body.tax-product_tag .woocommerce {
	width: 100% !important;
	max-width: none !important;
}


body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header {
	margin-bottom: 30px;
}


body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title {
	font-size: clamp(46px, 5vw, 68px) !important;

	line-height: 1 !important;
	letter-spacing: -.045em;
}


.caro-shop-layout {
	display: grid !important;

	width: 100% !important;
	max-width: none !important;

	grid-template-columns:
		280px minmax(0, 1fr) !important;

	gap: 36px !important;
	align-items: start !important;

	margin-top: 18px !important;
}


.caro-shop-filter-panel {
	position: sticky;

	top: 110px;

	width: 100% !important;

	padding: 24px 22px !important;

	background: #fff;

	border: 1px solid var(--caro-line);
	border-radius: var(--caro-radius);

	box-shadow:
		0 10px 35px rgba(30, 23, 18, .05);
}


.caro-shop-filter-panel .widget {
	margin: 0 0 25px !important;
	padding: 0 0 24px !important;

	border-bottom: 1px solid var(--caro-line);
}


.caro-shop-filter-panel .widget:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;

	border-bottom: 0;
}


.caro-shop-filter-panel .widget-title,
.caro-shop-filter-panel h2 {
	margin: 0 0 14px !important;

	color: var(--caro-ink);

	font-size: 17px !important;
	font-weight: 750;
}


.caro-shop-filter-panel ul {
	margin: 0 !important;
	padding: 0 !important;

	list-style: none !important;
}


.caro-shop-filter-panel li {
	margin: 0 !important;
	padding: 6px 0 !important;

	line-height: 1.55;
}


.caro-shop-filter-panel a {
	color: #38322e !important;
	text-decoration: none !important;
}


.caro-shop-filter-panel a:hover {
	color: var(--caro-gold) !important;
}


.caro-shop-results {
	width: 100% !important;
	min-width: 0 !important;
}


.caro-shop-results .woocommerce-result-count {
	margin: 11px 0 28px !important;

	color: var(--caro-muted);
}


.caro-shop-results .woocommerce-ordering {
	margin: 0 0 28px !important;
}


.caro-shop-results .woocommerce-ordering select {
	min-width: 220px;
	min-height: 48px;

	padding: 0 42px 0 15px;

	background: #fff;

	border: 1px solid #d9d2ca;
	border-radius: 10px;
}


body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products,
body.post-type-archive-product ul.products.columns-4,
body.tax-product_cat ul.products.columns-4,
body.tax-product_tag ul.products.columns-4 {
	display: grid !important;

	width: 100% !important;

	grid-template-columns:
		repeat(4, minmax(0, 1fr)) !important;

	gap: 34px 22px !important;

	margin: 0 !important;
	padding: 0 !important;
}


body.post-type-archive-product ul.products::before,
body.post-type-archive-product ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after,
body.tax-product_tag ul.products::before,
body.tax-product_tag ul.products::after {
	display: none !important;
}


body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product {
	display: block !important;

	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;

	margin: 0 !important;
	padding: 0 !important;

	float: none !important;
	clear: none !important;
}


body.post-type-archive-product ul.products li.product .astra-shop-thumbnail-wrap,
body.tax-product_cat ul.products li.product .astra-shop-thumbnail-wrap,
body.tax-product_tag ul.products li.product .astra-shop-thumbnail-wrap {
	overflow: hidden;

	background: var(--caro-soft-2);

	border: 1px solid var(--caro-line);
	border-radius: 18px;
}


body.post-type-archive-product ul.products li.product img,
body.tax-product_cat ul.products li.product img,
body.tax-product_tag ul.products li.product img {
	display: block;

	width: 100% !important;
	aspect-ratio: 1 / 1;

	margin: 0 !important;

	object-fit: cover;

	transition: transform .3s ease;
}


body.post-type-archive-product ul.products li.product:hover img,
body.tax-product_cat ul.products li.product:hover img,
body.tax-product_tag ul.products li.product:hover img {
	transform: scale(1.025);
}


body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
	padding-top: 14px !important;

	color: var(--caro-ink);

	font-size: 16px !important;
	line-height: 1.25 !important;
	font-weight: 700 !important;
}


body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price {
	margin-top: 6px !important;

	color: var(--caro-ink) !important;

	font-size: 15px !important;
	font-weight: 700;
}


/* Woo price slider */

.caro-shop-filter-panel .price_slider_wrapper {
	padding-top: 4px;
}


.caro-shop-filter-panel .price_slider {
	height: 4px !important;

	background: #e6dfd8 !important;

	border-radius: 20px;
}


.caro-shop-filter-panel .ui-slider-range {
	background: var(--caro-ink) !important;
}


.caro-shop-filter-panel .ui-slider-handle {
	width: 16px !important;
	height: 16px !important;

	top: -6px !important;

	background: var(--caro-ink) !important;

	border: 0 !important;
	border-radius: 50% !important;
}


.caro-shop-filter-panel .price_slider_amount .button {
	background: var(--caro-ink) !important;
	color: #fff !important;

	border-radius: 999px !important;
}


body.post-type-archive-product #secondary,
body.tax-product_cat #secondary,
body.tax-product_tag #secondary {
	display: none !important;
}


/* ==========================================================
   SINGLE PRODUCT
   ========================================================== */

body.single-product,
body.single-product #page,
body.single-product #content,
body.single-product .site-content,
body.single-product .site-content > .ast-container {
	background: #fff !important;
}


body.single-product .site-content {
	padding-top: 46px !important;
	padding-bottom: 90px !important;
}


body.single-product .woocommerce {
	width: 100% !important;
	max-width: none !important;
}


body.single-product .woocommerce-notices-wrapper {
	width: 100%;

	margin: 0 0 32px;
}


body.single-product .woocommerce-breadcrumb {
	margin-bottom: 30px !important;

	color: #827970 !important;

	font-size: 13px !important;
}


body.single-product .woocommerce div.product {
	display: grid !important;

	width: 100% !important;
	max-width: none !important;

	grid-template-columns:
		minmax(0, 1.08fr)
		minmax(400px, .92fr) !important;

	column-gap: clamp(42px, 5vw, 78px) !important;
	row-gap: 58px !important;

	margin: 0 !important;
	padding: 0 !important;

	background: #fff !important;

	border: 0 !important;
	border-radius: 0 !important;

	box-shadow: none !important;
}


body.single-product .woocommerce div.product::before,
body.single-product .woocommerce div.product::after {
	display: none !important;
}


body.single-product div.product .woocommerce-product-gallery {
	width: 100% !important;
	max-width: none !important;

	margin: 0 !important;
	padding: 20px !important;

	float: none !important;

	background: var(--caro-soft-2);

	border: 1px solid var(--caro-line);
	border-radius: 22px;
}


body.single-product .woocommerce-product-gallery__wrapper {
	margin: 0 !important;
}


body.single-product .woocommerce-product-gallery__image img {
	display: block;

	width: 100% !important;
	height: auto !important;

	border-radius: 15px;
}


body.single-product div.product .summary {
	width: 100% !important;
	max-width: none !important;

	margin: 0 !important;
	padding: 14px 0 0 0 !important;

	float: none !important;

	align-self: start;
}


body.single-product .product_title {
	margin-bottom: 18px !important;

	color: var(--caro-ink);

	font-size: clamp(42px, 4.5vw, 62px) !important;
	line-height: 1 !important;
	letter-spacing: -.048em !important;
}


body.single-product .summary .price {
	margin: 18px 0 20px !important;

	color: var(--caro-ink) !important;

	font-size: clamp(24px, 2.5vw, 31px) !important;
	font-weight: 750;
}


body.single-product .woocommerce-product-details__short-description {
	max-width: 610px;

	color: var(--caro-muted);

	font-size: 16px;
	line-height: 1.75;
}


body.single-product .stock {
	margin-top: 18px;

	font-weight: 650;
}


body.single-product form.cart {
	display: flex !important;

	width: 100%;

	flex-wrap: wrap;
	align-items: center;

	gap: 12px;

	margin-top: 28px !important;
	padding: 22px 0 !important;

	border-top: 1px solid var(--caro-line);
	border-bottom: 1px solid var(--caro-line);
}


body.single-product form.cart .quantity input {
	min-height: 50px;

	border: 1px solid #d8d1ca !important;
	border-radius: 8px !important;
}


body.single-product form.cart .single_add_to_cart_button {
	min-height: 50px;

	padding: 0 34px !important;

	background: var(--caro-ink) !important;
	color: #fff !important;

	border-radius: 999px !important;

	font-weight: 750 !important;
}


body.single-product .product_meta {
	margin-top: 24px;

	padding-top: 20px;

	border-top: 1px solid var(--caro-line);

	color: var(--caro-muted);
}


body.single-product .woocommerce-tabs,
body.single-product .related,
body.single-product .upsells,
body.single-product .cr-reviews-ajax-reviews {
	grid-column: 1 / -1 !important;

	width: 100% !important;
	max-width: none !important;

	float: none !important;
}


body.single-product .woocommerce-tabs {
	margin-top: 10px !important;
	padding-top: 38px !important;

	border-top: 1px solid var(--caro-line);
}


body.single-product .woocommerce-tabs ul.tabs {
	margin-bottom: 30px !important;
}


body.single-product .related,
body.single-product .upsells {
	margin-top: 16px;
}


body.single-product .related > h2,
body.single-product .upsells > h2 {
	margin-bottom: 30px !important;

	font-size: clamp(30px, 3vw, 42px) !important;
	letter-spacing: -.035em;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1200px) {

	body.page-id-7115 .wp-block-post-template,
	body.page-id-7115 ul.wp-block-post-template {
		grid-template-columns:
			repeat(2, minmax(0, 1fr)) !important;
	}


	.caro-shop-layout {
		grid-template-columns:
			240px minmax(0, 1fr) !important;

		gap: 26px !important;
	}


	body.post-type-archive-product ul.products,
	body.tax-product_cat ul.products,
	body.tax-product_tag ul.products {
		grid-template-columns:
			repeat(3, minmax(0, 1fr)) !important;
	}


	body.single-product .woocommerce div.product {
		grid-template-columns:
			minmax(0, 1fr)
			minmax(340px, .9fr) !important;

		column-gap: 38px !important;
	}

}


@media (max-width: 900px) {

	body.page-id-7115 .site-content > .ast-container,
	body.page-id-7224 .site-content > .ast-container,
	body.page-id-1228 .site-content > .ast-container,
	body.post-type-archive-product .site-content > .ast-container,
	body.tax-product_cat .site-content > .ast-container,
	body.tax-product_tag .site-content > .ast-container,
	body.single-product .site-content > .ast-container {
		width: calc(100% - 24px) !important;

		padding-left: 12px !important;
		padding-right: 12px !important;
	}


	.caro-shop-layout {
		grid-template-columns: 1fr !important;
	}


	.caro-shop-filter-panel {
		position: relative;

		top: auto;
	}


	body.post-type-archive-product ul.products,
	body.tax-product_cat ul.products,
	body.tax-product_tag ul.products {
		grid-template-columns:
			repeat(2, minmax(0, 1fr)) !important;
	}


	body.single-product .woocommerce div.product {
		grid-template-columns: 1fr !important;
	}


	body.single-product .summary {
		padding-left: 0 !important;
	}


	body.single-product .woocommerce-tabs,
	body.single-product .related,
	body.single-product .upsells {
		grid-column: 1 !important;
	}

}


@media (max-width: 680px) {

	body.page-id-7115 .wp-block-post-template,
	body.page-id-7115 ul.wp-block-post-template {
		grid-template-columns: 1fr !important;
	}


	body.page-id-7115 .entry-content > .wp-block-group:first-child,
	body.page-id-7224 .entry-content > .wp-block-group:first-child,
	body.page-id-1228 .entry-content > .wp-block-group:first-child {
		padding: 32px 22px !important;
	}


	body.page-id-1228 .caro-contact-form {
		padding: 24px 18px !important;

		border-radius: 16px !important;
	}


	body.single-product div.product .woocommerce-product-gallery {
		padding: 10px !important;
	}


	body.single-product .product_title {
		font-size: 38px !important;
	}

}


@media (max-width: 480px) {

	body.post-type-archive-product ul.products,
	body.tax-product_cat ul.products,
	body.tax-product_tag ul.products {
		gap: 24px 12px !important;
	}


	body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px !important;
	}

}
