/* Bespoke Just Flowers product detail page. */

.justflowers-florist-product {
  --jf-ink: #173a2c;
  --jf-leaf: #2d7555;
  --jf-leaf-deep: #1d513c;
  --jf-rose: #a93f58;
  --jf-petal: #f7eee2;
  --jf-cream: #fcfaf6;
  --jf-paper: #ffffff;
  --jf-gold: #b77b28;
  --jf-muted: #65766d;
  --jf-line: rgba(23, 58, 44, 0.14);
  --jf-shadow: 0 22px 50px rgba(26, 65, 47, 0.12);
  --jf-serif: Georgia, Cambria, "Times New Roman", Times, serif;
  --jf-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--jf-cream);
  color: var(--jf-ink);
}

.justflowers-florist-product .site-content,
.justflowers-florist-product .content-area,
.justflowers-florist-product .site-main {
  width: 100%;
  max-width: none;
}

.justflowers-florist-product .site-main {
  padding: 0;
}

.justflowers-florist-product .jf-product *,
.justflowers-florist-product .jf-product *::before,
.justflowers-florist-product .jf-product *::after {
  box-sizing: border-box;
}

.justflowers-florist-product .jf-product a {
  text-decoration: none;
}

.justflowers-florist-product .jf-product-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.justflowers-florist-product .woocommerce-notices-wrapper {
  width: min(1180px, calc(100% - 40px));
  margin: 1.25rem auto 0;
}

.justflowers-florist-product .woocommerce-message,
.justflowers-florist-product .woocommerce-info,
.justflowers-florist-product .woocommerce-error {
  border-top-color: var(--jf-leaf);
  background: var(--jf-paper);
  color: var(--jf-ink);
  font-family: var(--jf-sans);
  font-size: 0.88rem;
}

.justflowers-florist-product .jf-product-top {
  position: relative;
  overflow: hidden;
  padding: clamp(2.4rem, 5vw, 5rem) 0 clamp(4rem, 7vw, 7rem);
  background: linear-gradient(130deg, #faf5ec 0%, #fcfbf7 55%, #ecf3e8 100%);
}

.justflowers-florist-product .jf-product-breadcrumbs {
  margin-bottom: clamp(1.8rem, 4vw, 3.4rem);
}

.justflowers-florist-product .jf-product-breadcrumbs .woocommerce-breadcrumb {
  margin: 0;
  color: #718279;
  font-family: var(--jf-sans);
  font-size: 0.77rem;
}

.justflowers-florist-product .jf-product-breadcrumbs .woocommerce-breadcrumb a {
  color: var(--jf-leaf-deep);
  font-weight: 700;
}

.justflowers-florist-product .jf-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.82fr);
  align-items: start;
  gap: clamp(2rem, 7vw, 7.5rem);
}

.justflowers-florist-product .jf-product-gallery {
  min-width: 0;
}

.justflowers-florist-product .jf-product-gallery__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(390px, 48vw, 610px);
  overflow: hidden;
  border: 1px solid rgba(23, 58, 44, 0.08);
  border-radius: 2rem;
  background: linear-gradient(145deg, #f4f7ef, #eef3ea);
}

.justflowers-florist-product .jf-product-gallery__stage::before,
.justflowers-florist-product .jf-product-gallery__stage::after {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  content: "";
}

.justflowers-florist-product .jf-product-gallery__stage::before {
  top: -14%;
  right: -12%;
  width: 62%;
  aspect-ratio: 1;
  border: 1px solid rgba(45, 117, 85, 0.14);
}

.justflowers-florist-product .jf-product-gallery__stage::after {
  bottom: -14%;
  left: -12%;
  width: 48%;
  aspect-ratio: 1;
  background: rgba(247, 214, 222, 0.48);
}

.justflowers-florist-product .jf-product-gallery__main-link {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: clamp(1.4rem, 4vw, 3.5rem);
  border-radius: clamp(1rem, 2vw, 1.5rem);
  background: #eef3ea;
  cursor: zoom-in;
  isolation: isolate;
}

.justflowers-florist-product .jf-product-gallery__main-image,
.justflowers-florist-product .jf-product-gallery__placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 530px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* Temporary polish for legacy catalogue images with baked-in white canvases.
   Replace with transparent or consistently styled source assets over time. */
.justflowers-florist-product .jf-product-gallery__main-image {
  border-radius: clamp(1rem, 2vw, 1.5rem);
  background: transparent !important;
  mix-blend-mode: multiply !important;
}

.justflowers-florist-product .jf-product-gallery__thumb img {
  border-radius: 0.5rem;
}

.justflowers-florist-product .jf-product-gallery__placeholder {
  position: relative;
  z-index: 1;
  width: min(72%, 360px);
}

.justflowers-florist-product .jf-product-gallery__thumbs {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  margin-top: 1rem;
  padding: 0.2rem 0 0.5rem;
  scrollbar-width: thin;
}

.justflowers-florist-product .jf-product-gallery__thumb {
  flex: 0 0 5.25rem;
  display: grid;
  place-items: center;
  width: 5.25rem;
  height: 5.25rem;
  overflow: hidden;
  padding: 0.35rem;
  border: 1px solid transparent;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.7);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.justflowers-florist-product .jf-product-gallery__thumb:hover,
.justflowers-florist-product .jf-product-gallery__thumb.is-active {
  border-color: var(--jf-leaf);
  background: var(--jf-paper);
  transform: translateY(-2px);
}

.justflowers-florist-product .jf-product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.justflowers-florist-product .jf-product-buy {
  padding: clamp(1.7rem, 3vw, 2.65rem);
  border: 1px solid rgba(23, 58, 44, 0.1);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(23, 58, 44, 0.07);
}

.justflowers-florist-product .jf-product-category,
.justflowers-florist-product .jf-product-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--jf-rose);
  font-family: var(--jf-sans);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.125em;
  line-height: 1.35;
  text-transform: uppercase;
}

.justflowers-florist-product .jf-product-category {
  margin-bottom: 0.9rem;
}

.justflowers-florist-product .jf-product-category:hover {
  color: var(--jf-leaf-deep);
  text-decoration: underline;
  text-decoration-color: rgba(29, 81, 60, 0.35);
  text-underline-offset: 0.25em;
}

.justflowers-florist-product .jf-product-eyebrow {
  margin: 0 0 0.85rem;
  color: var(--jf-leaf);
}

.justflowers-florist-product .jf-product-eyebrow > span {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50% 50% 50% 0;
  background: var(--jf-rose);
  transform: rotate(-45deg);
}

.justflowers-florist-product .jf-product-buy h1,
.justflowers-florist-product .jf-product-details h2,
.justflowers-florist-product .jf-product-related h2,
.justflowers-florist-product .jf-product-help h2 {
  margin: 0;
  color: var(--jf-ink);
  font-family: var(--jf-serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.justflowers-florist-product .jf-product-buy h1 {
  font-size: clamp(2.55rem, 4.6vw, 4.5rem);
}

.justflowers-florist-product .jf-product-price {
  margin: 0.85rem 0 0;
  color: var(--jf-leaf-deep);
  font-family: var(--jf-sans);
  font-size: 1.35rem;
  font-weight: 800;
}

.justflowers-florist-product .jf-product-price del {
  margin-right: 0.4rem;
  color: var(--jf-muted);
  font-size: 0.85em;
  font-weight: 500;
}

.justflowers-florist-product .jf-product-price ins {
  color: var(--jf-rose);
  text-decoration: none;
}

.justflowers-florist-product .jf-product-short-description {
  margin-top: 1.2rem;
  color: var(--jf-muted);
  font-family: var(--jf-sans);
  font-size: 0.95rem;
  line-height: 1.7;
}

.justflowers-florist-product .jf-product-short-description p {
  margin: 0;
}

.justflowers-florist-product .jf-product-delivery {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 1.4rem 0 0;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(45, 117, 85, 0.2);
  border-radius: 0.75rem;
  background: rgba(239, 247, 238, 0.72);
  color: var(--jf-leaf-deep);
  font-family: var(--jf-sans);
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.45;
}

.justflowers-florist-product .jf-product-delivery > span:first-child {
  flex: 0 0 auto;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: #419466;
  box-shadow: 0 0 0 4px rgba(65, 148, 102, 0.14);
}

.justflowers-florist-product .jf-product-delivery.is-cutoff-passed,
.justflowers-florist-product .jf-product-delivery.is-closed {
  border-color: rgba(169, 63, 88, 0.22);
  background: rgba(255, 249, 250, 0.85);
  color: #7f3346;
}

.justflowers-florist-product .jf-product-delivery.is-cutoff-passed > span:first-child,
.justflowers-florist-product .jf-product-delivery.is-closed > span:first-child {
  background: var(--jf-rose);
  box-shadow: 0 0 0 4px rgba(169, 63, 88, 0.14);
}

.justflowers-florist-product .jf-product-purchase {
  margin-top: 1.7rem;
  padding-top: 1.65rem;
  border-top: 1px solid var(--jf-line);
}

.justflowers-florist-product .jf-product-purchase .stock {
  margin: 0 0 1rem;
  color: var(--jf-leaf-deep);
  font-family: var(--jf-sans);
  font-size: 0.84rem;
  font-weight: 700;
}

/* Extra Product Options plugin: preserve its native fields and pricing logic,
   while presenting the existing options as a clear gift-enhancement list. */
.justflowers-florist-product .jf-product-purchase form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 0;
}

.justflowers-florist-product .jf-product-purchase .tm-extra-product-options,
.justflowers-florist-product .jf-product-purchase #tm-extra-product-options,
.justflowers-florist-product .jf-product-purchase .tc-totals-form,
.justflowers-florist-product .jf-product-purchase .tm-epo-totals,
.justflowers-florist-product .jf-product-purchase .tc-epo-totals {
  flex: 0 0 100%;
  width: 100%;
}

.justflowers-florist-product .jf-product-purchase .tm-extra-product-options,
.justflowers-florist-product .jf-product-purchase #tm-extra-product-options {
  margin: 0;
}

.justflowers-florist-product .jf-product-purchase .tm-extra-product-options-fields,
.justflowers-florist-product .jf-product-purchase .tmcp-ul-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

.justflowers-florist-product .jf-product-purchase .tc-epo-label {
  margin: 0 0 0.8rem;
  color: var(--jf-ink);
  font-family: var(--jf-serif);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.justflowers-florist-product .jf-product-purchase .tmcp-field-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

.justflowers-florist-product .jf-product-purchase .tmcp-field-wrap-inner {
  padding: 0.62rem 0;
  border-bottom: 1px solid rgba(23, 58, 44, 0.11);
}

.justflowers-florist-product .jf-product-purchase .tmcp-field-wrap:last-child .tmcp-field-wrap-inner {
  border-bottom: 0;
}

.justflowers-florist-product .jf-product-purchase .tm-epo-field-label {
  display: flex !important;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  color: var(--jf-ink);
  font-family: var(--jf-sans);
  font-size: 0.87rem;
  line-height: 1.35;
}

.justflowers-florist-product .jf-product-purchase .tc-label-wrap,
.justflowers-florist-product .jf-product-purchase .tc-label-inner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
}

.justflowers-florist-product .jf-product-purchase .tc-input-wrap {
  display: inline-flex;
  flex: 0 0 auto;
}

.justflowers-florist-product .jf-product-purchase input[type="checkbox"].tmcp-field {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: var(--jf-leaf);
}

.justflowers-florist-product .jf-product-purchase .tc-label-text {
  color: var(--jf-ink);
  font-weight: 650;
}

.justflowers-florist-product .jf-product-purchase .tc-price-wrap {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  color: var(--jf-muted);
  font-size: 0.78rem;
  font-weight: 650;
  white-space: nowrap;
}

.justflowers-florist-product .jf-product-purchase .before-amount {
  margin-right: 0.1rem;
}

.justflowers-florist-product .jf-product-purchase .tm-quantity {
  margin-left: 0.5rem;
}

.justflowers-florist-product .jf-product-purchase .tm-qty {
  width: 3.2rem;
  min-height: 2rem;
  padding: 0.3rem;
  border: 1px solid var(--jf-line);
  border-radius: 0.5rem;
  color: var(--jf-ink);
  text-align: center;
}

.justflowers-florist-product .jf-product-purchase .cpf-type-textarea {
  margin-top: 1rem;
}

.justflowers-florist-product .jf-product-purchase .cpf-type-textarea .tmcp-field-wrap-inner {
  border: 0;
}

.justflowers-florist-product .jf-product-purchase .cpf-type-textarea .tc-epo-label {
  margin-bottom: 0.55rem;
  color: var(--jf-leaf-deep);
  font-family: var(--jf-sans);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: none;
}

.justflowers-florist-product .jf-product-purchase textarea.tmcp-textarea {
  display: block;
  width: 100%;
  min-height: 6.5rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--jf-line);
  border-radius: 0.75rem;
  background: var(--jf-paper);
  color: var(--jf-ink);
  font: inherit;
  resize: vertical;
}

.justflowers-florist-product .jf-product-purchase textarea.tmcp-textarea:focus {
  border-color: var(--jf-leaf);
  outline: 2px solid rgba(45, 117, 85, 0.18);
  outline-offset: 2px;
}

.justflowers-florist-product .jf-product-purchase .tc-totals-form {
  margin-top: 0.35rem;
}

.justflowers-florist-product .jf-product-purchase .tm-epo-totals,
.justflowers-florist-product .jf-product-purchase .tc-epo-totals {
  padding: 1rem;
  border-radius: 0.85rem;
  background: #f4f7ef;
  color: var(--jf-ink);
  font-family: var(--jf-sans);
  font-size: 0.85rem;
}

.justflowers-florist-product .jf-product-purchase .cart > .quantity {
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--jf-line);
  border-radius: 999px;
  background: var(--jf-paper);
}

.justflowers-florist-product .jf-product-purchase .cart > .quantity input.qty {
  width: 3.35rem;
  min-height: 3.1rem;
  padding: 0.4rem;
  border: 0;
  background: transparent;
  color: var(--jf-ink);
  font-family: var(--jf-sans);
  font-weight: 750;
  text-align: center;
}

.justflowers-florist-product .jf-product-purchase .cart > .quantity .minus,
.justflowers-florist-product .jf-product-purchase .cart > .quantity .plus {
  min-width: 2.5rem;
  height: 3.1rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--jf-leaf-deep);
  font-size: 1.1rem;
}

.justflowers-florist-product .jf-product-purchase .single_add_to_cart_button {
  flex: 1 1 12rem;
  min-height: 3.2rem;
  margin: 0 !important;
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--jf-leaf);
  border-radius: 999px;
  background: var(--jf-leaf) !important;
  color: var(--jf-paper) !important;
  font-family: var(--jf-sans);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.justflowers-florist-product .jf-product-purchase .single_add_to_cart_button:hover,
.justflowers-florist-product .jf-product-purchase .single_add_to_cart_button:focus-visible {
  border-color: var(--jf-leaf-deep);
  background: var(--jf-leaf-deep) !important;
  color: var(--jf-paper) !important;
  transform: translateY(-1px);
}

.justflowers-florist-product .jf-product-reassurance {
  display: grid;
  gap: 0.7rem;
  margin: 1.6rem 0 0;
  padding: 1.35rem 0 0;
  border-top: 1px solid var(--jf-line);
  list-style: none;
}

.justflowers-florist-product .jf-product-reassurance li {
  display: grid;
  grid-template-columns: 1.7rem minmax(0, 1fr);
  gap: 0.6rem;
}

.justflowers-florist-product .jf-product-reassurance li > span {
  color: var(--jf-gold);
  font-family: var(--jf-serif);
  font-size: 0.9rem;
}

.justflowers-florist-product .jf-product-reassurance p {
  margin: 0;
  color: var(--jf-muted);
  font-family: var(--jf-sans);
  font-size: 0.78rem;
  line-height: 1.55;
}

.justflowers-florist-product .jf-product-reassurance strong {
  color: var(--jf-ink);
}

.justflowers-florist-product .jf-product-details {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--jf-paper);
}

.justflowers-florist-product .jf-product-details__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.48fr);
  align-items: start;
  gap: clamp(3rem, 10vw, 10rem);
}

.justflowers-florist-product .jf-product-details h2 {
  max-width: 14ch;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.justflowers-florist-product .jf-product-description,
.justflowers-florist-product .jf-product-description__fallback {
  max-width: 58ch;
  margin-top: 1.4rem;
  color: var(--jf-muted);
  font-family: var(--jf-sans);
  font-size: 1rem;
  line-height: 1.75;
}

.justflowers-florist-product .jf-product-description > :first-child {
  margin-top: 0;
}

.justflowers-florist-product .jf-product-description > :last-child {
  margin-bottom: 0;
}

.justflowers-florist-product .jf-product-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.5rem;
  color: var(--jf-leaf-deep);
  font-family: var(--jf-sans);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: underline !important;
  text-decoration-color: rgba(29, 81, 60, 0.28) !important;
  text-underline-offset: 0.28em;
}

.justflowers-florist-product .jf-product-text-link:hover {
  color: var(--jf-rose);
}

.justflowers-florist-product .jf-product-help {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: 1.35rem;
  background: var(--jf-ink);
  color: var(--jf-paper);
}

.justflowers-florist-product .jf-product-help::after {
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: 15rem;
  height: 15rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 52% 48% 52% 48% / 40% 57% 43% 60%;
  content: "";
  transform: rotate(20deg);
}

.justflowers-florist-product .jf-product-help > * {
  position: relative;
  z-index: 1;
}

.justflowers-florist-product .jf-product-help__number {
  margin: 0 0 1.4rem;
  color: #edbc63;
  font-family: var(--jf-serif);
  font-size: 1.55rem;
  line-height: 0.86;
}

.justflowers-florist-product .jf-product-help h2 {
  max-width: 10ch;
  color: var(--jf-paper);
  font-size: 2rem;
}

.justflowers-florist-product .jf-product-help > p:not(.jf-product-help__number) {
  margin: 0.9rem 0 1.35rem;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--jf-sans);
  font-size: 0.88rem;
  line-height: 1.65;
}

.justflowers-florist-product .jf-product-help a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--jf-paper);
  font-family: var(--jf-sans);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: underline !important;
  text-decoration-color: rgba(255, 255, 255, 0.42) !important;
  text-underline-offset: 0.28em;
}

.justflowers-florist-product .jf-product-related {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--jf-cream);
}

.justflowers-florist-product .jf-product-related__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.7rem;
}

.justflowers-florist-product .jf-product-related h2 {
  max-width: 13ch;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.justflowers-florist-product .jf-product-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.5rem);
}

.justflowers-florist-product .jf-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(23, 58, 44, 0.1);
  border-radius: 1.25rem;
  background: var(--jf-paper);
  box-shadow: 0 10px 24px rgba(23, 58, 44, 0.055);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.justflowers-florist-product .jf-product-card:hover {
  box-shadow: var(--jf-shadow);
  transform: translateY(-5px);
}

.justflowers-florist-product .jf-product-card__image {
  display: grid;
  place-items: center;
  aspect-ratio: 0.9;
  overflow: hidden;
  padding: 1rem;
  background: linear-gradient(145deg, #f9f7f1, #eff4ec);
}

.justflowers-florist-product .jf-product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 260ms ease;
}

.justflowers-florist-product .jf-product-card:hover .jf-product-card__image img {
  transform: scale(1.045);
}

.justflowers-florist-product .jf-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.2rem;
}

.justflowers-florist-product .jf-product-card__category {
  margin: 0 0 0.45rem;
  color: var(--jf-rose);
  font-family: var(--jf-sans);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-transform: uppercase;
}

.justflowers-florist-product .jf-product-card__title {
  margin: 0;
  font-family: var(--jf-serif);
  font-size: 1.32rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.justflowers-florist-product .jf-product-card__title a {
  color: var(--jf-ink);
}

.justflowers-florist-product .jf-product-card__title a:hover,
.justflowers-florist-product .jf-product-card__action:hover {
  color: var(--jf-rose);
}

.justflowers-florist-product .jf-product-card__price {
  margin: 0.65rem 0 1rem;
  color: var(--jf-leaf-deep);
  font-family: var(--jf-sans);
  font-size: 0.93rem;
  font-weight: 800;
}

.justflowers-florist-product .jf-product-card__action {
  margin-top: auto;
  color: var(--jf-leaf-deep);
  font-family: var(--jf-sans);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.justflowers-florist-product .jf-product a:focus-visible {
  outline: 3px solid #e6b75d;
  outline-offset: 4px;
}

.justflowers-florist-product .jf-product button:focus-visible,
.justflowers-florist-product .jf-product input:focus-visible,
.justflowers-florist-product .jf-product textarea:focus-visible {
  outline: 3px solid rgba(45, 117, 85, 0.42);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .justflowers-florist-product .jf-product-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr); gap: 2.5rem; }
  .justflowers-florist-product .jf-product-related__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .justflowers-florist-product .jf-product-shell,
  .justflowers-florist-product .woocommerce-notices-wrapper { width: min(100% - 32px, 1180px); }
  .justflowers-florist-product .jf-product-grid,
  .justflowers-florist-product .jf-product-details__grid { grid-template-columns: 1fr; }
  .justflowers-florist-product .jf-product-grid { gap: 2rem; }
  .justflowers-florist-product .jf-product-gallery__stage { min-height: min(120vw, 520px); }
  .justflowers-florist-product .jf-product-buy { padding: 1.5rem; }
  .justflowers-florist-product .jf-product-related__heading { display: grid; align-items: start; gap: 1.25rem; }
  .justflowers-florist-product .jf-product-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 460px) {
  .justflowers-florist-product .jf-product-top { padding-top: 1.8rem; }
  .justflowers-florist-product .jf-product-buy h1 { font-size: clamp(2.5rem, 12vw, 3.4rem); }
  .justflowers-florist-product .jf-product-gallery__stage { border-radius: 1.35rem; }
  .justflowers-florist-product .jf-product-purchase .cart > .quantity { flex: 0 0 100%; justify-content: center; }
  .justflowers-florist-product .jf-product-purchase .single_add_to_cart_button { flex-basis: 100%; }
  .justflowers-florist-product .jf-product-related__grid { grid-template-columns: 1fr; }
  .justflowers-florist-product .jf-product-card__image { aspect-ratio: 1.18; }
}

@media (prefers-reduced-motion: reduce) {
  .justflowers-florist-product .jf-product *,
  .justflowers-florist-product .jf-product *::before,
  .justflowers-florist-product .jf-product *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
