/** Shopify CDN: Minification failed

Line 1061:6 Expected identifier but found whitespace
Line 1061:7 Unexpected "20px"

**/
/* ===== Cake By The Pound – Home Body Layout ===== */

.cake-home-wrap {
  background: radial-gradient(circle at top left, #fdf4f8, #ffffff);
  padding: 20px 16px 60px;
}

.cake-home {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111111;
}

/* HERO ROW */

.cake-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 40px;
}

.cake-home-hero-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cake-home-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: #777;
}

.cake-home-heading {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.15;
  margin: 0;
}

.cake-home-subheading {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  max-width: 520px;
}

.cake-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

/* Hero side stats */

.cake-home-hero-side {
  display: grid;
  gap: 12px;
}

.cake-home-stat {
  border-radius: 18px;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #f2d2e3;
}

.cake-home-stat-number {
  font-family: "Playfair Display", serif;
  font-size: 20px;
}

.cake-home-stat-label {
  font-size: 12px;
  color: #666;
}

/* SHARED BUTTON STYLES (works with existing .cake-btn) */

.cake-btn {
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cake-btn-primary {
  background: linear-gradient(135deg, #111111, #d9187f);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0,0,0,0.28);
}

.cake-btn-secondary {
  background: #ffffff;
  color: #111111;
  border: 1px solid #e4d7e0;
}

.cake-btn-primary--cream {
  background: linear-gradient(135deg, #111111, #e9d9c0);
  color: #ffffff;
}

.cake-btn-secondary--light {
  background: #fffaf3;
  border-color: #e9d9c0;
}

/* COMMON SECTION + GRID */

.cake-home-section {
  margin: 34px 0;
}

.cake-section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}

.cake-section-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
}

.cake-section-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #777;
}

.cake-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
}

.cake-card {
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #f2d2e3;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* CATEGORY CARDS */

.cake-category-card {
  text-decoration: none;
  color: inherit;
  background: #fffdfc;
  border: 1px solid #f3dde7;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cake-category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
  border-color: #d9187f;
}

.cake-category-card--dark {
  background: #111111;
  color: #fdf4f8;
  border-color: #e9d9c0;
}

.cake-category-label {
  font-size: 14px;
  font-weight: 600;
}

.cake-category-desc {
  font-size: 12px;
  color: #666;
}

/* FEATURE CARDS */

.cake-feature-card {
  background: #ffffff;
}

.cake-feature-title {
  font-size: 14px;
  font-weight: 600;
}

.cake-feature-text {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}

/* BLACK LUXE CTA STRIP */

.cake-home-cta {
  margin-top: 42px;
  padding: 22px 20px;
  border-radius: 26px;
  background: #111111;
  color: #fdf4f8;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 18px;
  align-items: center;
}

.cake-home-cta-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #e9d9c0;
  margin-bottom: 4px;
}

.cake-home-cta-heading {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 1.4;
}

.cake-home-cta-sub {
  font-size: 13px;
  color: #fbe9f1;
  margin-top: 6px;
}

.cake-home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .cake-home-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .cake-home-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .cake-home-cta-actions {
    justify-content: flex-start;
  }
}:root {
  --cake-pink: #f7c6da;
  --cake-blush: #fbe9f1;
  --cake-fuchsia: #d9187f;
  --cake-black: #111111;
  --cake-soft: #fff7fb;
  --cake-radius: 999px;
  --cake-font-heading: "Playfair Display", "Times New Roman", serif;
  --cake-font-body: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.cake-theme {
  margin: 0;
  font-family: var(--cake-font-body);
  background: radial-gradient(circle at top left, #fdf1f7, #ffffff);
  color: var(--cake-black);
}

.cake-main {
  padding: 40px 16px 60px;
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */

.cake-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 16px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cake-logo-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cake-logo-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cake-fuchsia), var(--cake-pink));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 800;
  font-size: 20px;
}

.cake-wordmark {
  display: flex;
  flex-direction: column;
}

.cake-wordmark span:first-child {
  font-family: var(--cake-font-heading);
  letter-spacing: .06em;
  font-size: 16px;
  text-transform: uppercase;
}

.cake-wordmark span:last-child {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #555;
}

.cake-nav {
  display: flex;
  gap: 18px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.cake-nav a {
  text-decoration: none;
  color: #333;
  position: relative;
}

.cake-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cake-pink), var(--cake-fuchsia));
  transition: width .2s ease;
}

.cake-nav a:hover::after {
  width: 100%;
}

/* HERO */

.cake-hero {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: 32px;
  padding: 32px 0 20px;
  align-items: center;
}

.cake-hero-copy-eyebrow {
  text-transform: uppercase;
  letter-spacing: .20em;
  font-size: 11px;
  color: #666;
  margin-bottom: 8px;
}

.cake-hero-heading {
  font-family: var(--cake-font-heading);
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.05;
  margin: 0 0 12px;
}

.cake-hero-subheading {
  font-size: 14px;
  line-height: 1.8;
  max-width: 520px;
  color: #444;
}

.cake-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}

.cake-pill {
  padding: 6px 14px;
  border-radius: var(--cake-radius);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
  background: #fff;
  border: 1px solid #f2d2e3;
  color: #333;
}

.cake-pill--filled {
  background: linear-gradient(135deg, var(--cake-pink), var(--cake-fuchsia));
  color: #ffffff;
  border-color: transparent;
}

.cake-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.cake-btn {
  padding: 10px 22px;
  border-radius: var(--cake-radius);
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cake-btn-primary {
  background: linear-gradient(135deg, var(--cake-fuchsia), var(--cake-pink));
  color: #ffffff;
}

.cake-btn-secondary {
  background: #ffffff;
  color: var(--cake-black);
  border: 1px solid #f0c5db;
}

/* Hero image card */

.cake-hero-card {
  border-radius: 32px;
  padding: 20px;
  background: radial-gradient(circle at top, var(--cake-blush), #ffffff);
  border: 1px solid #f7d8ea;
  position: relative;
  overflow: hidden;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cake-hero-tagline {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #555;
}

.cake-hero-mainline {
  font-family: var(--cake-font-heading);
  font-size: 20px;
  line-height: 1.4;
}

.cake-hero-badge {
  align-self: flex-start;
  margin-top: auto;
  padding: 8px 14px;
  border-radius: var(--cake-radius);
  background: #111;
  color: #fbe9f1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

/* SECTIONS */

.cake-section {
  margin: 40px 0;
}

.cake-section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}

.cake-section-title {
  font-family: var(--cake-font-heading);
  font-size: 20px;
}

.cake-section-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #777;
}

/* GRID & CARDS */

.cake-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.cake-card {
  border-radius: 22px;
  background: white;
  border: 1px solid #f2d2e3;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cake-card-title {
  font-size: 14px;
  font-weight: 600;
}

.cake-card-meta {
  font-size: 12px;
  color: #666;
}

/* TESTIMONIAL */

.cake-testimonial {
  padding: 20px 18px;
  border-radius: 28px;
  background: linear-gradient(135deg, #111111, #2b0b18);
  color: #fbe9f1;
  display: grid;
  grid-template-columns: minmax(0,3fr) minmax(0,2fr);
  gap: 16px;
}

.cake-testimonial-big {
  font-family: var(--cake-font-heading);
  font-size: 18px;
}

.cake-testimonial-note {
  font-size: 12px;
  opacity: .85;
}

/* FOOTER */

.cake-footer {
  margin-top: 20px;
  padding: 26px 16px 30px;
  background: #0b0b0b;
  color: #fbe9f1;
}

.cake-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0,1.5fr) minmax(0,1.5fr);
  gap: 20px;
  font-size: 12px;
}

.cake-footer a {
  color: #f7c6da;
  text-decoration: none;
}

/* RESPONSIVE */

@media (max-width: 800px) {
  .cake-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .cake-hero {
    grid-template-columns: minmax(0,1fr);
  }
  .cake-testimonial {
    grid-template-columns: minmax(0,1fr);
  }
  .cake-footer-inner {
    grid-template-columns: minmax(0,1fr);
  }
}
/* Cake by the Pound – Header Menu Links */

/* Normal state */
.header a,
.header__inline-menu a,
.header__menu-item {
  color: #2B1B1B;            /* deep soft brown-black */
  text-decoration: none;     /* no blue underline */
  background: transparent;   /* kill any blue highlight */
  box-shadow: none;
}

/* Active / current page */
.header__menu-item--active,
.header__menu-item--active a {
  color: #C6A664;            /* soft gold for the active page */
  background: transparent;
  box-shadow: none;
}

/* Hover state */
.header a:hover,
.header__inline-menu a:hover,
.header__menu-item:hover,
.header__menu-item a:hover {
  color: #C6A664;            /* gold hover */
  text-decoration: none;
}

/* Focus (when clicked / tapped) */
.header a:focus,
.header__inline-menu a:focus,
.header__menu-item:focus,
.header__menu-item a:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}.cptp-main-nav {
  margin-top: 8px;
}

.cptp-main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.cptp-main-nav__item a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2B1B1B;
}

.cptp-main-nav__item a:hover {
  color: #C6A664;
}/* ========== CAKE BY THE POUND | BRIDAL BOOKING STYLES ========== */

/* Brand variables – tweak these to change the look */
:root {
  --cptp-bg: #fff7fb;           /* soft blush background */
  --cptp-card-bg: #ffffff;      /* white cards */
  --cptp-accent: #d37aa5;       /* rosy pink accent */
  --cptp-accent-deep: #a0537b;  /* deeper accent for hover */
  --cptp-text: #2d2533;         /* deep soft text */
  --cptp-muted: #9b8ca8;        /* muted label text */
  --cptp-border: #f0e3f0;       /* light border */
  --cptp-radius: 14px;          /* rounded corners */
  --cptp-shadow-soft: 0 10px 25px rgba(0, 0, 0, 0.04);
}

/* Wrap the whole booking section */
/* Make sure your generator wrapper uses this class if possible */
.cptp-booking-section {
  background: radial-gradient(circle at top left, #ffe9f7 0, #fffafb 35%, #ffffff 100%);
  padding: 40px 20px;
}

/* Center the booking content and give it a card look */
.cptp-booking-section .booking-wrapper,
.cptp-booking-section .booking-container,
.cptp-booking-section .bookx-widget,
.cptp-booking-section .appointments-wrapper {
  max-width: 960px;
  margin: 0 auto;
  background: var(--cptp-card-bg);
  border-radius: 24px;
  box-shadow: var(--cptp-shadow-soft);
  padding: 32px 24px;
  border: 1px solid var(--cptp-border);
}

/* Optional: subtle background image for extra bridal vibe */
/*
.cptp-booking-section {
  background-image: url("/cdn/shop/files/ECE6FD79-5CFC-4D4A-9BE5-EA0210CDD88C_d9b9a212-a678-4ccf-a178-a937cf409173.png?v=1764398895");
  background-size: cover;
  background-position: center;
}
*/

/* Heading area */
.cptp-booking-section h1,
.cptp-booking-section .booking-title,
.cptp-booking-section .section-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: var(--cptp-text);
  margin: 0 0 10px;
}

.cptp-booking-section .booking-subtitle,
.cptp-booking-section p.subtitle {
  text-align: center;
  font-size: 14px;
  color: var(--cptp-muted);
  max-width: 520px;
  margin: 0 auto 24px;
}

/* Little luxe divider line under the title */
.cptp-booking-section .title-divider {
  width: 80px;
  height: 2px;
  margin: 10px auto 24px;
  background: linear-gradient(90deg, transparent 0%, var(--cptp-accent) 50%, transparent 100%);
  border-radius: 999px;
}

/* Layout – calendar + form side by side on desktop */
.cptp-booking-section .booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 32px;
}

/* On small screens stack them */
@media (max-width: 768px) {
  .cptp-booking-section .booking-layout {
    grid-template-columns: 1fr;
  }
}

/* Calendar card */
.cptp-booking-section .booking-calendar {
  background: #fffafc;
  border-radius: var(--cptp-radius);
  border: 1px solid var(--cptp-border);
  padding: 16px 18px 20px;
}

/* Calendar header (month and arrows) */
.cptp-booking-section .booking-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--cptp-text);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Prev/next arrows – generic targeting */
.cptp-booking-section .booking-calendar-header button,
.cptp-booking-section .booking-calendar .nav-button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px 6px;
  font-size: 18px;
  line-height: 1;
  color: var(--cptp-muted);
  transition: color 0.2s ease, transform 0.1s ease;
}

.cptp-booking-section .booking-calendar-header button:hover,
.cptp-booking-section .booking-calendar .nav-button:hover {
  color: var(--cptp-accent);
  transform: translateY(-1px);
}

/* Weekday labels */
.cptp-booking-section .booking-calendar .weekday-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cptp-muted);
  margin-bottom: 6px;
}

/* Calendar days grid */
.cptp-booking-section .booking-calendar .days-grid,
.cptp-booking-section .booking-calendar table {
  width: 100%;
  border-collapse: collapse;
}

/* Generic day cell styles */
.cptp-booking-section .booking-calendar .day,
.cptp-booking-section .booking-calendar td {
  position: relative;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  cursor: pointer;
  border-radius: 999px;
  color: var(--cptp-text);
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

/* Hover state for active days */
.cptp-booking-section .booking-calendar .day:hover,
.cptp-booking-section .booking-calendar td:hover {
  background: rgba(211, 122, 165, 0.10);
}

/* Selected day */
.cptp-booking-section .booking-calendar .day.selected,
.cptp-booking-section .booking-calendar .day--selected,
.cptp-booking-section .booking-calendar td.active,
.cptp-booking-section .booking-calendar td.selected {
  background: var(--cptp-accent);
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(211, 122, 165, 0.35);
}

/* Disabled/unavailable days */
.cptp-booking-section .booking-calendar .day.disabled,
.cptp-booking-section .booking-calendar td.disabled,
.cptp-booking-section .booking-calendar td.unavailable {
  cursor: default;
  color: #d7cadb;
  background: transparent;
}

/* Time slot list */
.cptp-booking-section .time-slots {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 8px;
}

.cptp-booking-section .time-slot,
.cptp-booking-section .time-slot button {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--cptp-border);
  background: #ffffff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  color: var(--cptp-text);
  transition: all 0.15s ease;
}

.cptp-booking-section .time-slot:hover,
.cptp-booking-section .time-slot button:hover {
  border-color: var(--cptp-accent);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

.cptp-booking-section .time-slot.selected,
.cptp-booking-section .time-slot button.selected {
  background: var(--cptp-accent);
  color: #ffffff;
  border-color: var(--cptp-accent);
}

/* Form card */
.cptp-booking-section .booking-form-card {
  background: #ffffff;
  border-radius: var(--cptp-radius);
  border: 1px solid var(--cptp-border);
  padding: 18px 20px 22px;
}

/* Form labels and fields */
.cptp-booking-section label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--cptp-muted);
  margin-bottom: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cptp-booking-section input[type="text"],
.cptp-booking-section input[type="email"],
.cptp-booking-section input[type="tel"],
.cptp-booking-section input[type="number"],
.cptp-booking-section textarea,
.cptp-booking-section select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--cptp-border);
  padding: 10px 12px;
  font-size: 13px;
  color: var(--cptp-text);
  background: #fffefe;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  font-family: inherit;
  box-sizing: border-box;
}

.cptp-booking-section textarea {
  min-height: 90px;
  resize: vertical;
}

.cptp-booking-section input:focus,
.cptp-booking-section textarea:focus,
.cptp-booking-section select:focus {
  border-color: var(--cptp-accent);
  box-shadow: 0 0 0 1px rgba(211, 122, 165, 0.1);
  background: #ffffff;
}

/* Spacing between fields */
.cptp-booking-section .form-row {
  margin-bottom: 12px;
}

/* Checkbox and radio clean up */
.cptp-booking-section input[type="checkbox"],
.cptp-booking-section input[type="radio"] {
  accent-color: var(--cptp-accent);
}

/* Submit button – main call to action */
.cptp-booking-section .booking-submit,
.cptp-booking-section button[type="submit"],
.cptp-booking-section .btn-book-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, var(--cptp-accent), var(--cptp-accent-deep));
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(160, 83, 123, 0.45);
  transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}

.cptp-booking-section .booking-submit:hover,
.cptp-booking-section button[type="submit"]:hover,
.cptp-booking-section .btn-book-now:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 25px rgba(160, 83, 123, 0.55);
}

.cptp-booking-section .booking-submit:active,
.cptp-booking-section button[type="submit"]:active,
.cptp-booking-section .btn-book-now:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(160, 83, 123, 0.35);
}

/* Confirmation message */
.cptp-booking-section .booking-success,
.cptp-booking-section .booking-message.success {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(190, 227, 205, 0.4);
  border: 1px solid #c4e3d1;
  font-size: 13px;
  color: #27533d;
}

/* Error message */
.cptp-booking-section .booking-error,
.cptp-booking-section .booking-message.error {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 224, 224, 0.65);
  border: 1px solid #ffc9c9;
  font-size: 13px;
  color: #8b3333;
}

/* Small helper text */
.cptp-booking-section .helper-text {
  font-size: 11px;
  color: var(--cptp-muted);
  margin-top: 4px;
}

/* Tighten things on very small screens */
@media (max-width: 480px) {
  .cptp-booking-section {
    padding: 24px 12px;
  }

  .cptp-booking-section .booking-wrapper,
  .cptp-booking-section .booking-container,
  .cptp-booking-section .bookx-widget,
  .cptp-booking-section .appointments-wrapper {
    padding: 22px 16px;
  }
}
/* ========== HEADER CART ICON POSITION + STYLE (DESKTOP DEFAULT) ========== */

.cptp-header-cart {
  position: absolute;
  right: 20px;   /* push to the right side */
  top: 18px;     /* near the top, like mobile */
  transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}header,
.site-header,
.header-wrapper {
  position: relative;
}
right: 20px;
top: 18px;
.cptp-cart-inner {
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #f0e3f0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  padding: 28px 22px 30px;
}

.cptp-cart-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #2d2533;
  margin: 0 0 10px;
}

.cptp-cart-divider {
  width: 80px;
  height: 2px;
  margin: 10px auto 26px;
  background: linear-gradient(90deg, transparent 0%, #d37aa5 50%, transparent 100%);
  border-radius: 999px;
}

.cptp-cart-empty-text {
  text-align: center;
  font-size: 14px;
  color: #9585a0;
  margin-bottom: 18px;
}

.cptp-cart-continue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d37aa5, #a0537b);
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  margin: 0 auto;
  box-shadow: 0 10px 22px rgba(160, 83, 123, 0.45);
}

.cptp-cart-continue-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 25px rgba(160, 83, 123, 0.55);
}

/* Table */

.cptp-cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.cptp-cart-table th,
.cptp-cart-table td {
  padding: 10px 8px;
  font-size: 13px;
  border-bottom: 1px solid #f1e4f1;
}

.cptp-cart-table th {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 11px;
  color: #9b8ca8;
}

.cptp-cart-col-product {
  width: 50%;
}

.cptp-cart-col-price,
.cptp-cart-col-qty,
.cptp-cart-col-total {
  text-align: right;
}

.cptp-cart-row:last-child td {
  border-bottom: none;
}

/* Product info */

.cptp-cart-product-wrap {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.cptp-cart-image {
  width: 70px;
  height: 90px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #f0e3f0;
}

.cptp-cart-product-title {
  font-size: 14px;
  color: #2d2533;
  text-decoration: none;
  font-weight: 600;
}

.cptp-cart-product-title:hover {
  text-decoration: underline;
}

.cptp-cart-variant {
  font-size: 12px;
  color: #9b8ca8;
  margin-top: 2px;
}

.cptp-cart-properties {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  font-size: 12px;
  color: #9b8ca8;
}

.cptp-cart-properties li {
  margin: 0;
}

.cptp-prop-name {
  font-weight: 500;
}

.cptp-cart-price,
.cptp-cart-line-total {
  text-align: right;
  white-space: nowrap;
}

.cptp-cart-discount {
  font-size: 11px;
  color: #a0537b;
}

/* Quantity and remove */

.cptp-cart-quantity {
  text-align: right;
}

.cptp-cart-qty-input {
  width: 60px;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid #f0e3f0;
  font-size: 13px;
  text-align: center;
}

.cptp-cart-remove-link {
  display: inline-block;
  margin-top: 4px;
  background: none;
  border: none;
  padding: 0;
  font-size: 11px;
  color: #a0537b;
  text-decoration: underline;
  cursor: pointer;
}

/* Footer */

.cptp-cart-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding-top: 10px;
  border-top: 1px solid #f1e4f1;
}

.cptp-cart-subtotal-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #9b8ca8;
  margin-bottom: 4px;
}

.cptp-cart-subtotal-amount {
  font-size: 20px;
  font-weight: 700;
  color: #2d2533;
}

.cptp-cart-subtext {
  font-size: 11px;
  color: #9b8ca8;
  margin-top: 4px;
}

.cptp-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.cptp-cart-continue-link {
  font-size: 12px;
  color: #9b8ca8;
  text-decoration: underline;
  align-self: center;
}

.cptp-cart-update-btn,
.cptp-cart-checkout-btn {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.cptp-cart-update-btn {
  background: #ffffff;
  border-color: #d9c7dd;
  color: #5f4a72;
}

.cptp-cart-checkout-btn {
  background: linear-gradient(135deg, #d37aa5, #a0537b);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(160, 83, 123, 0.4);
}

.cptp-cart-checkout-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 25px rgba(160, 83, 123, 0.55);
}

/* Mobile */

@media (max-width: 768px) {
  .cptp-cart-inner {
    padding: 22px 14px 24px;
  }

  .cptp-cart-table thead {
    display: none;
  }

  .cptp-cart-table,
  .cptp-cart-table tbody,
  .cptp-cart-row,
  .cptp-cart-row td {
    display: block;
    width: 100%;
  }

  .cptp-cart-row {
    border-bottom: 1px solid #f1e4f1;
    padding: 10px 0;
  }

  .cptp-cart-price,
  .cptp-cart-quantity,
  .cptp-cart-line-total {
    text-align: left;
    margin-top: 4px;
  }

  .cptp-cart-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .cptp-cart-actions {
    justify-content: flex-start;
  }

  .cptp-cart-update-btn,
  .cptp-cart-checkout-btn {
    width: 100%;
    justify-content: center;
  }
}
/* ========== HEADER CART ICON POSITION + STYLE ========== */

/* Make sure the header can be used as a positioning parent */
header,
.site-header,
.header-wrapper {
  position: relative;
}

/* Cart link */
.cptp-header-cart {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* SVG icon */
.cptp-cart-icon-svg {
  width: 24px;
  height: 24px;
}
/* Badge */
.cptp-cart-count {
  background: #d37aa5;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -8px;
}

/* Hover effect */
.cptp-header-cart:hover svg {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .cptp-header-cart {
    right: 12px;
    top: 18px;
    transform: none;
  }
}
/* ========== ABOUT PAGE – CAKE BY THE POUND STYLING ========== */

.cptp-about {
  padding: 50px 16px;
  background: radial-gradient(circle at top left, #ffe9f7 0, #fffafb 35%, #ffffff 100%);
}

.cptp-about-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #f0e3f0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  padding: 36px 28px;
}

.cptp-about-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: #2d2533;
  margin: 0;
}

.cptp-about-divider {
  width: 80px;
  height: 2px;
  margin: 14px auto 28px;
  background: linear-gradient(90deg, transparent 0%, #d37aa5 50%, transparent 100%);
  border-radius: 999px;
}

.cptp-about-text {
  font-size: 15px;
  line-height: 1.7;
  color: #4b3b57;
  margin-bottom: 18px;
}

.cptp-about-text strong {
  color: #a0537b;
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .cptp-about-inner {
    padding: 26px 20px;
  }

  .cptp-about-title {
    font-size: 24px;
  }

  .cptp-about-text {
    font-size: 14px;
  }
}
/* ========== COLLECTION PRODUCT CARDS ========== */

.cptp-product-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #f0e3f0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
  padding: 14px 14px 18px;
  text-align: left;
}

.cptp-product-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.cptp-product-image-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #f4e5f4;
  margin-bottom: 10px;
}

.cptp-product-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

.cptp-product-title {
  font-size: 14px;
  font-weight: 600;
  color: #2d2533;
  margin: 4px 0 4px;
}

.cptp-product-price {
  font-size: 13px;
  color: #a0537b;
}

/* Single product image */

.cptp-product-page-image-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #f0e3f0;
  margin-bottom: 16px;
}

.cptp-product-page-image {
  width: 100%;
  display: block;
  object-fit: cover;
}/* Tighter image size on collection grid */
.cptp-product-image-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #f4e5f4;
  margin-bottom: 10px;

  /* control shape/size */
  aspect-ratio: 3 / 4;          /* tall bridal photo */
  max-height: 360px;            /* keeps it from being huge on desktop */
}
.cptp-product-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;            /* zoom/crop instead of stretching */
}/* On larger screens, don't let a single product card get too wide */
@media (min-width: 900px) {
  .cptp-product-card {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}/* ========== COLLECTION GRID LAYOUT ========== */

.cptp-collection-grid {
  display: grid;
  gap: 24px;
  /* mobile default: 2 per row if space, otherwise 1 */
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

/* tablet: aim for 3 across */
@media (min-width: 768px) {
  .cptp-collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* desktop: 4 across */
@media (min-width: 1024px) {
  .cptp-collection-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* make sure cards are allowed to grow full width in the grid */
.cptp-product-card {
  max-width: none;
}
/* ========== COLLECTION GRID LAYOUT ========== */

.cptp-collection-grid {
  display: grid;
  gap: 24px;
  /* mobile default: 2 per row if space, otherwise 1 */
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

/* tablet: aim for 3 across */
@media (min-width: 768px) {
  .cptp-collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* desktop: 4 across */
@media (min-width: 1024px) {
  .cptp-collection-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* make sure cards are allowed to grow full width in the grid */
.cptp-product-card {
  max-width: none;
}/* ========== COLLECTION GRID LAYOUT ========== */

.cptp-collection-grid {
  display: grid;
  gap: 24px;
  /* mobile default: 2 per row if space, otherwise 1 */
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

/* tablet: aim for 3 across */
@media (min-width: 768px) {
  .cptp-collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* desktop: 4 across */
@media (min-width: 1024px) {
  .cptp-collection-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* make sure cards are allowed to grow full width in the grid */
.cptp-product-card {
  max-width: none;
}/* ========== PRODUCT PAGE DESCRIPTION ========== */

.cptp-product-page-description {
  margin-top: 12px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #4b3b57;
}

.cptp-product-page-description p {
  margin-bottom: 10px;
}/* Short description on collection cards */
.cptp-product-excerpt {
  font-size: 12px;
  line-height: 1.5;
  color: #776488;
  margin-bottom: 6px;
}/* Hide theme's duplicate price on collection grid */
.cptp-collection-grid .price,
.cptp-collection-grid .product-item__price,
.cptp-collection-grid .product-card__price,
.cptp-collection-grid .grid-product__price {
  display: none !important;
}/* ========== PRODUCT PAGE IMAGE SIZE TWEAK ========== */

.cptp-product-page-image-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #f0e3f0;
  margin-bottom: 16px;

  /* limit how big it can get so it doesn't look huge/blurry */
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.cptp-product-page-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* On small screens it will naturally be full width, but still not giant */
@media (max-width: 600px) {
  .cptp-product-page-image-wrap {
    max-width: 100%;
  }
}/* ========== HIDE DUPLICATE THEME TITLE/PRICE ON PRODUCT PAGE ========== */

/* Common theme title classes */
.cptp-product-page .product__title,
.cptp-product-page .product-single__title,
.cptp-product-page h1.product-title {
  display: none !important;
}

/* Common theme price classes */
.cptp-product-page .product__price,
.cptp-product-page .product-single__price,
.cptp-product-page .price-item,
.cptp-product-page .price {
  display: none !important;
}