/* Run Florist Connector front-end styles. Brand: red #9A2828, ink #131313, white backgrounds. */

/* Catalog page title, brand style */
h1.entry-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-style: italic;
	color: #131313;
}

/* Breathing room between page content and the site-wide footer */
body:not(.home) main.site-main,
body:not(.home) .site-main {
	padding-bottom: 70px;
}

/* Footer: give the logo column room */
.elementor-element-1ac547a6 {
	min-width: 320px;
}

/* Footer: keep the logo proportions honest */
.elementor-element-ca7df68 img {
	width: 280px;
	max-width: 100%;
	height: auto !important;
	object-fit: contain;
}

/* Footer: social icons readable on white */
.elementor-element-606c1fb .elementor-social-icon {
	background-color: #9A2828 !important;
}
.elementor-element-606c1fb .elementor-social-icon i,
.elementor-element-606c1fb .elementor-social-icon svg {
	color: #ffffff !important;
	fill: #ffffff !important;
}

/* ZIP checker */
.rf-zip-checker { max-width: 480px; }
.rf-zip-form { display: flex; gap: 10px; }
.rf-zip-input {
	flex: 1 1 auto;
	padding: 12px 16px;
	border: 2px solid #131313;
	border-radius: 8px;
	font-size: 16px;
	font-family: inherit;
}
.rf-zip-input:focus { outline: none; border-color: #9A2828; }
.rf-zip-btn {
	flex: 0 0 auto;
	background: #9A2828;
	color: #ffffff;
	border: none;
	border-radius: 999px;
	padding: 12px 22px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}
.rf-zip-btn:hover { background: #7c1f1f; color: #ffffff; }
.rf-zip-result { margin-top: 12px; font-weight: 600; min-height: 1.4em; }
.rf-zip-result.rf-ok { color: #1a7a1a; }
.rf-zip-result.rf-late { color: #131313; }
.rf-zip-result.rf-err { color: #9A2828; }

/* Catalog grid */
.rf-catalog {
	display: grid;
	gap: 28px;
	margin: 10px 0 30px;
}
.rf-cols-2 { grid-template-columns: repeat(2, 1fr); }
.rf-cols-3 { grid-template-columns: repeat(3, 1fr); }
.rf-cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
	.rf-cols-3, .rf-cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.rf-cols-2, .rf-cols-3, .rf-cols-4 { grid-template-columns: 1fr; }
}
.rf-product {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(19, 19, 19, 0.08);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	display: block;
	text-decoration: none;
	color: inherit;
}
.rf-package .rf-product-cta { align-self: center; }
.rf-product-cta {
	display: inline-block;
	margin-top: 8px;
	background: #9A2828;
	color: #ffffff;
	border-radius: 999px;
	padding: 7px 16px;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}
.rf-product:hover .rf-product-cta { background: #7c1f1f; }
.rf-product:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(19, 19, 19, 0.14);
}
.rf-product-img {
	background: #ffffff;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rf-product-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.rf-product-body { padding: 14px 16px 18px; text-align: center; }
.rf-product-name {
	margin: 0 0 6px;
	font-weight: 700;
	color: #131313;
	font-size: 16px;
	line-height: 1.3;
}
.rf-product-price {
	margin: 0;
	color: #9A2828;
	font-weight: 800;
	font-size: 18px;
}
.rf-catalog-note { font-style: italic; color: #555555; }

/* Package tier cards */
.rf-packages {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin: 10px 0 30px;
}
@media (max-width: 900px) { .rf-packages { grid-template-columns: 1fr; } }
.rf-package {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 4px 18px rgba(19, 19, 19, 0.08);
	padding: 22px 22px 26px;
	text-align: center;
	text-decoration: none;
	color: inherit;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.rf-package:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(19, 19, 19, 0.14);
}
.rf-package-featured { border: 3px solid #9A2828; padding: 19px 19px 23px; }
.rf-package-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: #9A2828;
	color: #ffffff;
	border-radius: 999px;
	padding: 5px 16px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}
.rf-package-img { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.rf-package-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.rf-package-name {
	margin: 12px 0 6px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-style: italic;
	font-size: 24px;
	color: #131313;
}
.rf-package-copy { color: #555555; font-size: 15px; flex-grow: 1; margin: 0 0 10px; }
.rf-package-price { color: #9A2828; font-weight: 800; font-size: 26px; margin: 0 0 14px; }

/* Footer app form: one-line button */
.elementor-element-a5d83f2 button[type="submit"],
.elementor-element-a5d83f2 .elementor-button-text {
	white-space: nowrap !important;
}

/* Occasion tiles: equal-height columns with buttons pinned to the bottom, so rows stay level */
.elementor-element-4760e9f0, .elementor-element-4e2fa235, .elementor-element-34a35d3a,
.elementor-element-1b74024c, .elementor-element-2a701c0c, .elementor-element-5d1cf3a6 {
	display: flex;
	flex-direction: column;
	align-self: stretch;
}
.elementor-element-4760e9f0 > .e-con, .elementor-element-4e2fa235 > .e-con, .elementor-element-34a35d3a > .e-con,
.elementor-element-1b74024c > .e-con, .elementor-element-2a701c0c > .e-con, .elementor-element-5d1cf3a6 > .e-con {
	flex-grow: 1;
}
.elementor-element-1b7eae33, .elementor-element-41224121, .elementor-element-1fa75692,
.elementor-element-60a93f57, .elementor-element-6cf05068, .elementor-element-16e435cf {
	margin-top: auto !important;
	padding-top: 12px;
}

/* One button language: every button is a pill, bold, all caps */
.elementor-button,
.rf-zip-btn,
.rf-product-cta,
.rf-place-order,
.rfsd button,
.rfhu-hform button,
.rfhu-mini button,
.rfhu-appcard .rfhu-cta {
	border-radius: 999px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em;
}

/* footer top gap: keep page content off the footer band */
.elementor-element-78687fb3 {
	margin-top: 60px !important;
}
