.rpps-products {
	box-sizing: border-box;
	background: #fff;
	color: #261512;
	margin: 0 auto;
	max-width: 1500px;
	padding: 22px 5vw 34px;
	width: 100%;
}

.rpps-products__heading {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.rpps-products__heading h2 {
	color: #160d0b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.rpps-products__heading a {
	align-items: center;
	color: #9c1008;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	gap: 16px;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.rpps-products__heading a span {
	font-size: 28px;
	line-height: 1;
	text-decoration: none !important;
}

.rpps-products__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rpps-product-card {
	box-sizing: border-box;
	background: #fff;
	border: 1px solid rgba(102, 55, 31, 0.16);
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(42, 19, 12, 0.04);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rpps-product-card:hover {
	border-color: rgba(156, 16, 8, 0.26);
	box-shadow: 0 18px 42px rgba(42, 19, 12, 0.08);
	transform: translateY(-2px);
}

.rpps-product-card__image {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: center;
	min-height: 272px;
	padding: 22px 24px 8px;
	text-decoration: none;
}

.rpps-product-card__image img {
	display: block;
	height: 245px;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.rpps-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0 18px 18px;
}

.rpps-product-card h3 {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.32;
	margin: 0 0 9px;
	min-height: 68px;
}

.rpps-product-card h3 a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #24120e;
	display: -webkit-box;
	overflow: hidden;
	border-bottom: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.rpps-rating {
	align-items: center;
	color: #ffa300;
	display: flex;
	font-size: 16px;
	gap: 8px;
	line-height: 1;
	margin-bottom: 14px;
}

.rpps-rating small {
	color: #2b211d;
	font-size: 14px;
}

.rpps-card-form {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	margin: 0;
}

.rpps-card-packs {
	display: flex;
	gap: 8px;
	margin-top: auto;
}

.rpps-pack-pill {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(102, 55, 31, 0.18);
	border-radius: 999px;
	color: #4d342c;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	min-height: 32px;
	padding: 0 13px;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.rpps-pack-pill input {
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.rpps-pack-pill.is-active,
.rpps-pack-pill:has(input:checked) {
	background: #fff4ed;
	border-color: #9c1008;
	color: #9c1008;
}

.rpps-product-card__bottom {
	align-items: stretch;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
	margin-top: auto;
}

.rpps-price {
	color: #5a0704;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
	min-width: 0;
	white-space: nowrap;
}

.rpps-price del {
	color: #7d706b;
	font-size: 15px;
	font-weight: 600;
	margin-right: 5px;
	opacity: 0.8;
}

.rpps-price ins {
	background: transparent;
	text-decoration: none;
}

.rpps-add-button {
	align-items: center;
	appearance: none;
	background: #a91408;
	border: 0;
	border-radius: 6px;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, transform 180ms ease;
	white-space: nowrap;
	width: 100%;
	border-bottom: 0 !important;
	box-sizing: border-box;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14) !important;
}

.rpps-pack-pill em {
	background: #a91408;
	border-radius: 999px;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	margin-left: 7px;
	padding: 4px 7px;
	text-transform: uppercase;
}

body.woocommerce-shop #content .ast-container,
body.post-type-archive-product #content .ast-container,
body.tax-product_cat #content .ast-container,
body.tax-product_tag #content .ast-container,
body.search-results #content .ast-container {
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	padding-left: clamp(16px, 4vw, 48px);
	padding-right: clamp(16px, 4vw, 48px);
	width: 100%;
}

body.woocommerce-shop .site-main,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main,
body.search-results .site-main {
	background: #fff;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	padding-bottom: 56px;
	padding-top: 34px;
	width: 100%;
}

body.woocommerce-shop .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_tag .woocommerce-breadcrumb,
body.search-results .woocommerce-breadcrumb {
	color: #817875;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 26px !important;
	padding: 0;
}

.woocommerce .woocommerce-products-header,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	color: #4d4642;
}

.woocommerce .woocommerce-products-header__title.page-title,
.woocommerce-page .woocommerce-products-header__title.page-title,
.woocommerce-page.search-results .page-title {
	color: #160d0b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 22px;
}

.woocommerce .woocommerce-result-count {
	font-size: 14px;
	margin: 0 0 18px;
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 22px;
}

.woocommerce .woocommerce-ordering select {
	background: #fff;
	border: 1px solid rgba(102, 55, 31, 0.16);
	border-radius: 8px;
	color: #24120e;
	font-size: 14px;
	min-height: 42px;
	padding: 0 34px 0 12px;
}

.woocommerce ul.products {
	clear: both;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 18px 0 34px !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: #fff;
	border: 1px solid rgba(102, 55, 31, 0.15);
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(42, 19, 12, 0.04);
	float: none !important;
	margin: 0 !important;
	min-width: 0;
	overflow: hidden;
	padding: 16px !important;
	position: relative;
	width: auto !important;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 0.78;
	height: auto;
	margin: 0 0 14px !important;
	object-fit: contain;
	width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #24120e;
	font-size: 16px !important;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.35;
	min-height: 64px;
	padding: 0 !important;
}

.woocommerce ul.products li.product .star-rating {
	color: #ffa300;
	font-size: 13px;
	margin: 9px 0 !important;
}

.woocommerce ul.products li.product .price {
	color: #5a0704 !important;
	display: block;
	font-size: 20px !important;
	font-weight: 900;
	margin: 10px 0 12px !important;
}

.woocommerce ul.products li.product .price del {
	color: #80736e;
	font-size: 0.78em;
	font-weight: 600;
	opacity: 0.78;
}

.woocommerce ul.products li.product .price ins {
	background: transparent;
	text-decoration: none;
}

.woocommerce ul.products li.product .button {
	align-items: center;
	background: #a91408 !important;
	border-radius: 6px !important;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14) !important;
	color: #fff !important;
	display: inline-flex;
	font-size: 13px !important;
	font-weight: 900 !important;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px !important;
	text-transform: uppercase;
	width: 100%;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 20px;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	border: 1px solid rgba(102, 55, 31, 0.14);
	border-radius: 8px;
	color: #24120e;
	font-weight: 800;
	min-width: 40px;
	padding: 10px 12px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: #a91408;
	color: #fff;
}

.single-product .woocommerce-breadcrumb {
	background: transparent;
	box-shadow: none;
	clip-path: none;
	color: #817875;
	font-size: 13px !important;
	line-height: 1.5;
	margin: 10px 0 24px !important;
	max-width: 100%;
	overflow: visible;
	padding: 0;
	text-overflow: clip;
	white-space: normal;
	width: auto;
}

.single-product .woocommerce-breadcrumb a {
	color: #5f5652;
	text-decoration: none !important;
}

.single-product.product-type-variable .summary > .price {
	display: none !important;
}

.single-product .summary > p.price,
.single-product .summary .price:not(.rpps-selected-price__amount .price):not(.woocommerce-variation-price .price) {
	display: none !important;
}

.single-product .summary .product_title {
	font-size: clamp(24px, 2.4vw, 34px);
	letter-spacing: 0;
	line-height: 1.18;
	margin-bottom: 10px;
}

.single-product .summary .woocommerce-product-rating {
	align-items: center;
	display: flex;
	font-size: 13px;
	gap: 8px;
	margin: 0 0 14px;
}

.single-product .summary .woocommerce-product-rating .star-rating {
	font-size: 13px;
	margin: 0;
}

.single-product .summary .woocommerce-review-link {
	color: #57524f;
	font-size: 13px;
	text-decoration: none !important;
}

.rpps-selected-price {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin: 0 0 14px;
}

.rpps-selected-price__amount,
.rpps-selected-price__amount .price {
	align-items: baseline;
	color: #5a0704;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 900;
	gap: 10px;
	line-height: 1.1;
}

.rpps-selected-price .price {
	display: inline-flex !important;
}

.rpps-selected-price__amount del {
	color: #8d8681;
	font-size: 0.68em;
	font-weight: 600;
	opacity: 0.82;
}

.rpps-selected-price__amount ins {
	background: transparent;
	text-decoration: none;
}

.rpps-selected-price__off {
	background: #8f140c;
	border: 1px solid #8f140c;
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	padding: 7px 10px;
}

.rpps-purchase-activity {
	align-items: center;
	color: #5a312b;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	line-height: 1.3;
	margin: -2px 0 16px;
}

.rpps-purchase-activity span {
	background: #a91408;
	border-radius: 999px;
	box-shadow: 0 0 0 4px rgba(169, 20, 8, 0.08);
	display: inline-flex;
	height: 8px;
	width: 8px;
}

.rpps-purchase-activity strong {
	color: #a91408;
	font-weight: 900;
}

.single-product .summary .woocommerce-product-details__short-description {
	color: #4d4642;
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 20px;
}

.rpps-single-badge {
	border-top: 1px solid rgba(102, 55, 31, 0.12);
	margin: 16px 0 0;
	padding-top: 16px;
}

.rpps-single-badge img {
	display: block;
	height: auto;
	max-width: min(210px, 52vw);
}

.rpps-single-notices {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 20px 0 12px;
}

.rpps-single-notice {
	align-items: center;
	background: #fff9ef;
	border: 1px solid rgba(102, 55, 31, 0.08);
	border-radius: 8px;
	color: #17110f;
	display: flex;
	gap: 12px;
	min-height: 58px;
	padding: 12px 16px;
}

.rpps-single-notice span {
	align-items: center;
	color: #17110f;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 22px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

.rpps-single-notice strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.rpps-add-button:hover,
.rpps-add-button:focus-visible {
	background: #870d05;
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.rpps-single-pack,
.single-product form.variations_form table.variations {
	background: #fff;
	border: 0;
	border-radius: 0;
	margin: 16px 0 18px;
	padding: 0;
}

.single-product form.variations_form table.variations label {
	color: #24120e;
	font-size: 15px;
	font-weight: 900;
}

.single-product form.variations_form .woocommerce-variation-description,
.single-product form.variations_form .woocommerce-variation-availability,
.single-product form.variations_form .woocommerce-variation > p:first-child {
	display: none !important;
}

.single-product form.variations_form .woocommerce-variation-price {
	display: none !important;
}

.single-product form.variations_form .woocommerce-variation-price .price {
	color: #5a0704;
	font-size: 34px;
	font-weight: 900;
}

.single-product form.variations_form .woocommerce-variation-price del {
	color: #8d8681;
	font-size: 24px;
	font-weight: 600;
	margin-right: 10px;
}

.single-product form.variations_form .woocommerce-variation-price ins {
	background: transparent;
	text-decoration: none;
}

.single-product form.variations_form table.variations {
	display: block;
	margin-bottom: 16px;
	width: 100%;
}

.single-product form.variations_form table.variations tbody,
.single-product form.variations_form table.variations tr,
.single-product form.variations_form table.variations th,
.single-product form.variations_form table.variations td {
	display: block;
	padding: 0;
	text-align: left;
	width: 100%;
}

.single-product form.variations_form table.variations th.label {
	color: #24120e;
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 10px;
}

.single-product form.variations_form table.variations select[data-rpps-enhanced="true"] {
	height: 1px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 1px;
}

.single-product form.variations_form .reset_variations {
	display: none !important;
}

.rpps-single-pack__label {
	color: #24120e;
	font-size: 15px;
	font-weight: 900;
	margin: 0 0 12px;
}

.rpps-single-pack__options {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rpps-native-pills {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-top: 8px;
}

.rpps-single-pack__option {
	background: #fff;
	border: 1px solid rgba(102, 55, 31, 0.16);
	border-radius: 8px;
	cursor: pointer;
	display: grid;
	gap: 6px;
	padding: 13px;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.rpps-native-pill {
	appearance: none;
	background: #fff !important;
	border: 1px solid rgba(102, 55, 31, 0.14);
	border-radius: 8px;
	box-shadow: none;
	color: #24120e !important;
	cursor: pointer;
	font-size: 16px;
	font-weight: 900;
	min-height: 54px;
	padding: 13px 15px;
	position: relative;
	text-align: left;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.rpps-native-pill .rpps-recommended {
	background: #a91408;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin-left: 0;
	padding: 5px 8px;
	position: absolute;
	right: 10px;
	top: -11px;
	text-transform: uppercase;
	vertical-align: middle;
}

.rpps-native-pill.is-active {
	background: #fff7f2 !important;
	color: #9c1008 !important;
}

.rpps-single-pack__option input {
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.rpps-single-pack__option.is-active,
.rpps-single-pack__option:has(input:checked),
.rpps-native-pill.is-active {
	background: #fff7f2 !important;
	border-color: #a91408;
	box-shadow: 0 0 0 2px rgba(169, 20, 8, 0.08);
}

.rpps-native-pill:hover,
.rpps-native-pill:focus-visible {
	border-color: #a91408;
	outline: none;
}

.single-product form.cart .quantity input.qty {
	border: 1px solid rgba(102, 55, 31, 0.18);
	border-radius: 6px;
	min-height: 52px;
	text-align: center;
	width: 86px;
}

.single-product form.cart .quantity {
	display: inline-flex !important;
	margin: 0 12px 0 0 !important;
	vertical-align: middle;
	width: auto;
}

.single-product form.cart .woocommerce-variation-add-to-cart {
	align-items: stretch;
	display: flex;
	gap: 12px;
	margin-top: 10px;
}

.single-product form.cart .single_add_to_cart_button {
	align-items: center;
	background: #a91408 !important;
	border-radius: 7px !important;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14) !important;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	gap: 10px;
	justify-content: center;
	min-height: 60px;
	padding-left: 34px !important;
	padding-right: 34px !important;
	text-transform: none;
	width: min(100%, 360px);
}

.single-product form.cart .single_add_to_cart_button::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 20px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='8'%20cy='21'%20r='1'/%3E%3Ccircle%20cx='19'%20cy='21'%20r='1'/%3E%3Cpath%20d='M2.05%202.05h2l2.66%2012.42a2%202%200%200%200%202%201.58h9.78a2%202%200%200%200%201.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='8'%20cy='21'%20r='1'/%3E%3Ccircle%20cx='19'%20cy='21'%20r='1'/%3E%3Cpath%20d='M2.05%202.05h2l2.66%2012.42a2%202%200%200%200%202%201.58h9.78a2%202%200%200%200%201.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 20px;
}

.single-product form.cart .single_add_to_cart_button:hover,
.single-product form.cart .single_add_to_cart_button:focus {
	background: #870d05 !important;
}

.rpps-single-pack__size {
	color: #24120e;
	font-size: 16px;
	font-weight: 900;
}

.rpps-single-pack__price {
	color: #5a0704;
	font-size: 15px;
	font-weight: 800;
}

.rpps-single-pack__price del {
	color: #7d706b;
	font-size: 13px;
	margin-right: 5px;
}

.rpps-single-pack__price ins {
	background: transparent;
	text-decoration: none;
}

@media (max-width: 1180px) {
	.rpps-products__grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.woocommerce-shop #content .ast-container,
	body.post-type-archive-product #content .ast-container,
	body.tax-product_cat #content .ast-container,
	body.tax-product_tag #content .ast-container,
	body.search-results #content .ast-container {
		padding-left: 12px;
		padding-right: 12px;
	}

	body.woocommerce-shop .site-main,
	body.post-type-archive-product .site-main,
	body.tax-product_cat .site-main,
	body.tax-product_tag .site-main,
	body.search-results .site-main {
		padding-bottom: 32px;
		padding-top: 22px;
	}

	.rpps-products {
		padding: 18px 12px 26px;
	}

	.rpps-products__heading {
		align-items: flex-start;
		margin-bottom: 16px;
	}

	.rpps-products__heading h2 {
		font-size: 30px;
	}

	.rpps-products__heading a {
		font-size: 14px;
		gap: 8px;
	}

	.rpps-single-notices {
		grid-template-columns: 1fr;
	}

	.rpps-single-notice strong {
		font-size: 14px;
	}

	.rpps-products__grid,
	.woocommerce ul.products {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		border-radius: 8px;
		padding: 10px !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 13px !important;
		min-height: 52px;
	}

	.woocommerce ul.products li.product .price {
		font-size: 17px !important;
	}

	.woocommerce ul.products li.product .button {
		font-size: 11px !important;
		min-height: 36px;
		padding: 0 10px !important;
	}

	.rpps-product-card {
		border-radius: 8px;
	}

	.rpps-product-card__image {
		min-height: 132px;
		padding: 16px 12px 6px;
	}

	.rpps-product-card__image img {
		height: 116px;
	}

	.rpps-product-card__body {
		padding: 0 10px 12px;
	}

	.rpps-product-card h3 {
		font-size: 13px;
		line-height: 1.32;
		margin-bottom: 7px;
		min-height: 52px;
	}

	.rpps-product-card h3 a {
		-webkit-line-clamp: 3;
	}

	.rpps-rating {
		font-size: 12px;
		gap: 4px;
		margin-bottom: 10px;
	}

	.rpps-rating small {
		font-size: 12px;
	}

	.rpps-card-packs {
		gap: 6px;
	}

	.rpps-pack-pill {
		flex: 1;
		font-size: 12px;
		justify-content: center;
		min-height: 30px;
		padding: 0 8px;
	}

	.rpps-product-card__bottom {
		align-items: stretch;
		display: grid;
		gap: 9px;
		grid-template-columns: 1fr;
	}

	.rpps-price {
		font-size: 18px;
	}

	.rpps-add-button {
		font-size: 12px;
		min-height: 38px;
		padding: 0 10px;
		width: 100%;
	}

	.rpps-single-pack__options {
		grid-template-columns: 1fr;
	}

	.rpps-native-pills {
		grid-template-columns: 1fr;
	}

	.rpps-native-pill {
		font-size: 14px;
		min-height: 50px;
	}

	.single-product .woocommerce-breadcrumb {
		font-size: 12px !important;
		padding: 0;
	}

	.single-product form.cart {
		display: grid;
		gap: 10px;
	}

	.single-product form.cart .quantity,
	.single-product form.cart .single_add_to_cart_button {
		width: 100%;
	}

	.single-product form.cart .quantity input.qty {
		width: 100%;
	}
}
