/* ─── BLOOM THEME — plants, garden, wellness, eco ─── */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Fraunces:ital,wght@0,400;0,600;1,400&display=swap');

body.theme-bloom {
  /* ── Typography ──────────────────────────────────────────────────────── */
  --font-family: 'Nunito', system-ui, sans-serif;
  --font-heading: 'Fraunces', Georgia, serif;
  --font-sans: var(--font-family);

  /* ── Brand — sage green ──────────────────────────────────────────────── */
  --color-primary: #4a7c59;
  --color-primary-hover: #3a6246;
  --color-accent: #80b992;
  --color-on-primary: #ffffff;

  /* ── Surfaces — soft moss/sage background ────────────────────────────── */
  --color-bg: #f4f7f0;
  --color-surface: #ffffff;
  --color-surface-elevated: #f8faf6;

  /* ── Text ────────────────────────────────────────────────────────────── */
  --color-text: #1a2e1e;
  --color-muted: #5a7062;
  --color-border: #cdd9c9;

  /* ── Geometry — very rounded, friendly ───────────────────────────────── */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;
  --radius-pill: 999px;
  --border-radius: var(--radius-md);

  /* ── Shadows — soft natural ──────────────────────────────────────────── */
  --shadow-header: 0 2px 8px rgba(74, 124, 89, 0.08);
  --shadow-pcard: 0 2px 8px rgba(26, 46, 30, 0.06);
  --shadow-pcard-hover: 0 8px 28px rgba(74, 124, 89, 0.15);
  --shadow-xs: 0 1px 4px rgba(26, 46, 30, 0.05);
  --shadow-sm: 0 2px 10px rgba(26, 46, 30, 0.07);
  --shadow-md: 0 4px 20px rgba(26, 46, 30, 0.09);
  --shadow-toast: 0 4px 12px rgba(26, 46, 30, 0.15);
  --shadow-drawer: -8px 0 32px rgba(26, 46, 30, 0.12);
  --shadow-offcanvas: -8px 0 32px rgba(26, 46, 30, 0.10);
  --shadow-bottom-bar: 0 -2px 10px rgba(26, 46, 30, 0.06);

  /* ── Header — soft sage-green light header ───────────────────────────── */
  --color-header-bg: #e4ede0;
  --color-header-text: #1a2e1e;
  --color-header-icon: #4a7c59;
  --color-header-icon-hover-bg: rgba(74, 124, 89, 0.08);
  --color-header-logo: #1a2e1e;
  --color-header-nav: #3a5640;
  --color-header-nav-hover: #4a7c59;
  --color-header-nav-active: #4a7c59;
  --color-header-border: #cdd9c9;
  --color-header-search-bg: rgba(255, 255, 255, 0.70);
  --color-header-search-text: #1a2e1e;
  --color-header-search-border: #cdd9c9;
  --color-header-search-placeholder: #5a7062;

  /* ── Navigation — lowercase, friendly ───────────────────────────────── */
  --nav-text-transform: none;
  --nav-letter-spacing: 0.01em;
  --nav-font-weight: 600;
  --nav-font-size: 1.2rem;

  /* ── Footer ──────────────────────────────────────────────────────────── */
  --color-footer-bg: #1a2e1e;
  --color-footer-text: rgba(244, 247, 240, 0.70);
  --color-footer-heading: #b8d4be;
  --color-footer-border: rgba(255, 255, 255, 0.08);
  --color-footer-link: rgba(244, 247, 240, 0.55);
  --color-footer-link-hover: #80b992;
  --color-footer-logo: #b8d4be;

  /* ── Section headings — centered, serif, natural ─────────────────────── */
  --section-head-direction: column;
  --section-head-align: center;
  --section-head-justify: center;
  --section-title-font: var(--font-heading);
  --section-title-size: 2.2rem;
  --section-title-weight: 600;
  --section-title-transform: none;
  --section-title-spacing: 0.01em;
  --section-title-color: #2d5236;
  --section-subtitle-color: var(--color-muted);

  /* ── Product cards — very round, lush ───────────────────────────────── */
  --pcard-radius: 16px;
  --pcard-bg: var(--color-surface);
  --pcard-border-color: #cdd9c9;
  --pcard-shadow: 0 2px 10px rgba(26, 46, 30, 0.06);
  --pcard-shadow-hover: 0 8px 28px rgba(74, 124, 89, 0.15);
  --pcard-hover-shadow: var(--pcard-shadow-hover);
  --pcard-aspect-ratio: 4 / 5;
  --pcard-gallery-bg: #f8faf6;
  --pcard-title-font: var(--font-heading);
  --pcard-title-weight: 400;
  --pcard-title-size: 1rem;
  --pcard-price-color: #4a7c59;
  --pcard-btn-radius: 50px;
  --pcard-btn-transform: none;
  --pcard-btn-spacing: 0.02em;
  --pcard-btn-size: 0.86rem;

  /* ── Buttons — pill, sage green ──────────────────────────────────────── */
  --btn-radius: 50px;
  --btn-font-weight: 700;
  --btn-text-transform: none;
  --btn-letter-spacing: 0.01em;
  --btn-font-size: 0.9rem;
  --btn-padding-x: 1.8rem;
  --btn-padding-y: 0.75rem;

  /* ── Inputs ──────────────────────────────────────────────────────────── */
  --input-radius: 12px;

  /* ── Badges ──────────────────────────────────────────────────────────── */
  --badge-radius: 50px;

  /* ── Hero — soft botanical cross-fade ────────────────────────────────── */
  --hero-mode: stacked-fade;
  --hero-autoplay-ms: 5000;
  --hero-text-align: center;
  --hero-overlay: rgba(26, 46, 30, 0.15);
  --hero-title-font: var(--font-heading);
  --hero-title-size: clamp(2.2rem, 5.5vw, 4.5rem);
  --hero-title-weight: 600;
  --hero-title-transform: none;
  --hero-shell-radius: var(--radius-xl);
  --hero-max-height: min(70vh, 520px);
  --hero-dot-color: rgba(74, 124, 89, 0.3);
  --hero-dot-active-color: #4a7c59;
}

/* Bloom — botanical: long soft dissolve */
body.theme-bloom .sf-hero .sf-hero__shell .sf-hero__track {
  display: block;
  position: relative;
  overflow: hidden;
  scroll-snap-type: none;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: var(--hero-max-height, min(70vh, 520px));
}

body.theme-bloom .sf-hero .sf-hero__slide {
  position: absolute;
  inset: 0;
  flex: none;
  width: 100%;
  scroll-snap-align: unset;
  opacity: 0;
  z-index: 0;
  transition: opacity 1.05s ease-in-out;
  pointer-events: none;
}

body.theme-bloom .sf-hero .sf-hero__slide.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

body.theme-bloom .sf-hero .sf-hero__slide img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  body.theme-bloom .sf-hero .sf-hero__slide {
    transition: none;
  }
}

/* logon name */
body.theme-bloom .sf-logo__name{
    font-size: 1.4rem;
}
/* WhatsApp and social button styling */
body.theme-bloom .sf-whatsapp-fab,
body.theme-bloom .sf-social-item,
body.theme-bloom .sf-social-item:hover {
  background-color: #4a7c59 !important;
}
body.theme-bloom .sf-social-item {
  transition: all 0.25s ease !important;
}
body.theme-bloom .sf-whatsapp-fab path,
body.theme-bloom .sf-social-item svg {
  fill: #4a7c59 !important;
}
body.theme-bloom .sf-btn--whatsapp {
  background-color: #4a7c59;
  border-color: #4a7c59;
}
/* Header */
body.theme-bloom .sf-header__search {
  border: 1px solid #a3b899;  
  border-radius: 40px;      
  height: 40px;
}
body.theme-bloom .sf-header__search svg {
  color: #a3b899;          
}
body.theme-bloom .sf-header .sf-icon-btn {
  color: #3b5334;            
}
/* Wishlist */
body.theme-bloom .sf-pcard__wishlist:hover,
body.theme-bloom .sf-pcard__wishlist.in-wishlist {
  color: #3b5334;
}
body.theme-bloom .sf-pcard__wishlist.in-wishlist svg {
  fill: currentColor;
}
body.theme-bloom .pdp-wishlist-btn:hover svg {
  stroke: #3b5334;
}
body.theme-bloom .pdp-wishlist-btn.in-wishlist svg {
  fill: #3b5334;
  stroke: #3b5334;
}
body.theme-bloom .pdp-share-btn:hover svg {
  stroke: #3b5334;
}

/* Shop-filter */
body.theme-bloom .sf-filter-btn, 
body.theme-bloom .sf-sort-select {
  color: #5d6d57; 
}
body.theme-bloom .sf-offcanvas__title, 
body.theme-bloom .sf-label, 
body.theme-bloom .sf-input, 
body.theme-bloom .sf-select, 
body.theme-bloom .sf-form-attr, 
body.theme-bloom .sf-shop-count, 
body.theme-bloom .sf-shop-count strong {
  color: #5d6d57;
}
body.theme-bloom .sf-sort-select option:active {
  fill: #5d6d57;
}
body.theme-bloom .sf-form-attr input[type="checkbox"] {
  accent-color: #3b5334 !important; 
}
/* Product-detail */
body.theme-bloom .product-detail-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #3b5334;
}
body.theme-bloom .link-see-all {
  color: #5d6d57;
}
body.theme-bloom .product-detail-price, 
body.theme-bloom span.price-mrp-old,
body.theme-bloom span.price-main,
body.theme-bloom #productPriceBlock .price-main {
  color: #3b5334 !important;
}
body.theme-bloom .sf-details summary {
  color: #3b5334;
}
body.theme-bloom #reviews h3,
body.theme-bloom #reviews h4 {
  color: #3b5334 !important;
}
body.theme-bloom .btn-buy-now {
  background-color: #3b5334 !important;
  color: #ffffff !important;
}
body.theme-bloom .btn-add-cart-2 {
  border: 1px solid #3b5334 !important;
  color: #3b5334 !important;
}
/* cart */
body.theme-bloom .sf-cart-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 4rem; 
  align-items: flex-start;
}
body.theme-bloom .cart-table-wrap {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
body.theme-bloom .cart-table {
  width: 100%;
  border-collapse: collapse;
}
body.theme-bloom .cart-table thead {
  display: none !important;
}
body.theme-bloom .cart-table tbody tr {
  background: transparent !important;
  border-bottom: 1px solid #e2e8f0 !important; 
  transition: none !important;
}
body.theme-bloom .cart-table tbody tr:hover {
  background: transparent !important; 
  transform: none !important;
}
body.theme-bloom .cart-table td {
  padding: 2rem 0 !important; 
  vertical-align: middle;
  border: none !important;
}
body.theme-bloom .cart-product-img {
  width: 90px;
  height: 110px; 
  object-fit: cover;
  border-radius: 8px; 
  border: none !important;
  background: #f8fafc;
}
body.theme-bloom .cart-product-name {
  font-size: 1.1rem !important;
  font-weight: 500 !important; 
  color: #0f172a !important;
  margin-bottom: 0.25rem;
}
body.theme-bloom .cart-product-meta {
  font-size: 0.85rem;
  color: #64748b; 
}
body.theme-bloom .cart-price {
  color: #0f172a !important; 
  font-size: 1rem !important;
  font-weight: 500 !important;
}
body.theme-bloom .qty-selector.quantity {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 1px solid #cbd5e1; 
  border-radius: 4px; 
  overflow: hidden;
  height: 36px;
}
body.theme-bloom .btn-minus,
body.theme-bloom .btn-plus {
  width: 32px;
  height: 36px;
  border: none;
  background: transparent;
  color: #64748b;
  font-size: 0.9rem;
}
body.theme-bloom .btn-minus:hover,
body.theme-bloom .btn-plus:hover {
  background: #f1f5f9;
  color: #0f172a;
}
body.theme-bloom .qty-input--cart {
  width: 36px;
  font-size: 0.9rem;
  color: #0f172a;
  font-weight: 500;
}
body.theme-bloom .cd-remove {
  color: #94a3b8;
}
body.theme-bloom .cd-remove:hover {
  color: #3b5334; 
  transform: none;
}
body.theme-bloom .cart-summary {
  background: #f8fafc !important; 
  border: none !important; 
  border-radius: 12px !important;
  padding: 2rem !important;
  box-shadow: none !important; 
}
body.theme-bloom .cart-summary h4 {
  font-size: 1.15rem !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
body.theme-bloom .cart-summary-row {
  padding: 0.8rem 0;
  font-size: 0.9rem;
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
}
body.theme-bloom .cart-summary-total {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: none;
}
body.theme-bloom .cart-summary-total .label {
  font-size: 1rem;
  color: #0f172a;
  font-weight: 600;
}
body.theme-bloom .cart-summary-total .amount {
  font-size: 1.4rem !important;
  color: #3b5334 !important;
  font-weight: 600 !important;
}
body.theme-bloom .cart-checkout-cta {
  background-color: #3b5334 !important; 
  border: none !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  padding: 1rem !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}
body.theme-bloom .cart-checkout-cta:hover {
  background-color: #273722 !important;
  transform: none !important;
  box-shadow: none !important;
}
body.theme-bloom .sf-cart-layout__actions .sf-btn {
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  color: #475569;
  font-size: 0.9rem;
}
body.theme-bloom .sf-cart-layout__actions .sf-btn:hover {
  background: #f8fafc;
  color: #0f172a;
}
@media (max-width: 991px) {
  body.theme-bloom .sf-cart-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  body.theme-bloom .cart-table tr {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e2e8f0;
  }
  body.theme-bloom .cart-table td {
    padding: 0.4rem 0 !important;
  }
  body.theme-bloom .cart-table td::before {
    color: #64748b;
    font-weight: 400;
    font-size: 0.85rem;
  }
}
/* checkout */
body.theme-bloom .sf-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 1.1fr; 
  gap: 2rem; 
  align-items: flex-start;
}
body.theme-bloom .sf-card {
  background: #ffffff !important;
  border: 1px solid #eef2ec !important; 
  border-radius: 12px !important;
  box-shadow: 0 10px 40px rgba(26, 46, 30, 0.02) !important; 
  padding: 1.75rem !important; 
  height: fit-content;
  margin-bottom: 1.5rem;
}
body.theme-bloom .sf-checkout-summary {
  background: #ffffff !important;
  border: 1px solid #eef2ec !important; 
  border-radius: 12px !important;
  box-shadow: 0 10px 40px rgba(26, 46, 30, 0.02) !important; 
  padding: 1.75rem !important; 
  margin-bottom: 1.5rem;
  
  position: sticky;
  top: 2rem;
  max-height: calc(100vh - 4rem);
  display: flex;
  flex-direction: column;
}
body.theme-bloom .sf-checkout-summary h5,
body.theme-bloom .sf-card h5 {
  font-family: var(--font-heading);
  font-size: 1.25rem; 
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #1a2e1e;
  margin-top: 0;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #f4f7f0;
  padding-bottom: 0.75rem;
}
body.theme-bloom .sf-checkout-order-lines-container {
  max-height: 240px; 
  overflow-y: auto;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
}
body.theme-bloom .sf-checkout-order-lines-container::-webkit-scrollbar {
  width: 5px;
}
body.theme-bloom .sf-checkout-order-lines-container::-webkit-scrollbar-track {
  background: #f4f7f0;
  border-radius: 10px;
}
body.theme-bloom .sf-checkout-order-lines-container::-webkit-scrollbar-thumb {
  background: #cdd9c9;
  border-radius: 10px;
}
body.theme-bloom .sf-checkout-order-lines-container::-webkit-scrollbar-thumb:hover {
  background: #80b992;
}

body.theme-bloom .sf-form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; 
}
body.theme-bloom .sf-form-grid-2__full {
  grid-column: span 2;
}
body.theme-bloom .sf-flex-row-gap--stretch {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}
body.theme-bloom .sf-grow {
  flex-grow: 1;
}
body.theme-bloom .saved-addresses,
body.theme-bloom .payment-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; 
  margin-bottom: 1rem;
}
body.theme-bloom .address-card,
body.theme-bloom .payment-option {
  display: block;
  border: 1px solid #e4ede0;
  border-radius: 8px;
  padding: 1.25rem; 
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
body.theme-bloom .address-card-content,
body.theme-bloom .payment-option-content {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}
body.theme-bloom .address-card:hover,
body.theme-bloom .payment-option:hover {
  border-color: #80b992;
  background: #fafbfa;
}
body.theme-bloom .address-card.selected,
body.theme-bloom .payment-option.selected {
  border-color: #4a7c59;
  background: #f4f7f0;
}
body.theme-bloom .checkout-radio-hidden,
body.theme-bloom .payment-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
body.theme-bloom .address-checkmark,
body.theme-bloom .payment-checkbox {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #cdd9c9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: transparent;
  font-size: 0.75rem;
  transition: all 0.25s ease;
  flex-shrink: 0;
  margin-top: 2px;
}
body.theme-bloom .address-checkmark svg {
  width: 11px;
  height: 11px;
}
body.theme-bloom .address-card.selected .address-checkmark,
body.theme-bloom .payment-option.selected .payment-checkbox {
  background-color: #4a7c59;
  border-color: #4a7c59;
  color: #ffffff;
}
body.theme-bloom .address-info strong,
body.theme-bloom .payment-details strong {
  display: block;
  font-size: 0.95rem;
  color: #1a2e1e;
  margin-bottom: 0.15rem;
}
body.theme-bloom .address-info p {
  margin: 0;
  font-size: 0.85rem;
  color: #5a7062;
  line-height: 1.35;
}
body.theme-bloom .payment-details small {
  color: #5a7062;
  font-size: 0.8rem;
}
body.theme-bloom .checkout-openbox-divider {
  border-top: 1px solid #f4f7f0;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
body.theme-bloom .checkout-openbox-label {
  display: flex;
  gap: 0.75rem;
}
body.theme-bloom .checkout-openbox-title {
  display: block;
  font-size: 0.95rem;
  color: #1a2e1e;
}
body.theme-bloom .checkout-openbox-help {
  margin: 0.15rem 0 0 0;
  font-size: 0.85rem;
  color: #5a7062;
}
body.theme-bloom .order-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 1rem 0; 
  border-bottom: 1px solid #f4f7f0;
}
body.theme-bloom .order-line img {
  width: 48px; 
  height: 62px; 
  border-radius: 4px;
  object-fit: cover;
  background: #f8faf6;
  filter: brightness(0.95);
}
body.theme-bloom .order-line h6 {
  font-family: var(--font-family);
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a2e1e;
  margin: 0 0 0.25rem 0;
}
body.theme-bloom .order-line small {
  color: #5a7062;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}
body.theme-bloom .line-price {
  color: #1a2e1e;
  font-family: var(--font-heading); 
  font-weight: 600;
  font-size: 0.95rem;
}
body.theme-bloom .order-total-row {
  display: flex;
  justify-content: space-between;
  padding: 0.65rem 0; 
  font-size: 0.9rem;
  color: #5a7062;
}
body.theme-bloom .order-grand-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px dashed #cdd9c9;
}
body.theme-bloom .order-grand-total .label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  color: #1a2e1e;
}
body.theme-bloom .order-grand-total .amount {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 600;
  color: #4a7c59; 
}
body.theme-bloom .form-label-bw {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1a2e1e;
  margin-bottom: 0.35rem; 
}
body.theme-bloom .form-control-bw {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cdd9c9;
  border-radius: 6px;
  padding: 0.75rem 1rem; 
  font-size: 0.9rem;
  background: #ffffff;
  transition: all 0.2s ease;
}
body.theme-bloom .form-control-bw:focus {
  outline: none;
  border-color: #4a7c59;
  box-shadow: 0 0 0 3px rgba(74, 124, 89, 0.05);
}
body.theme-bloom .textarea-checkout {
  resize: vertical;
}
body.theme-bloom .sf-checkout-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
body.theme-bloom .sf-btn--primary,
body.theme-bloom .sf-btn--primary.sf-btn {
  background-color: #1a2e1e !important; 
  border: 1px solid #1a2e1e !important;
  color: #ffffff !important;
  border-radius: 4px !important; 
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  padding: 0.95rem 2.25rem !important; 
  box-shadow: none !important;
  transition: all 0.3s ease !important;
  display: inline-flex;
  align-items: center;
}
body.theme-bloom .sf-btn--primary:hover {
  background-color: #4a7c59 !important;
  border-color: #4a7c59 !important;
}
body.theme-bloom .sf-btn--outline {
  border: 1px solid #cdd9c9;
  color: #1a2e1e;
  border-radius: 4px !important;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.95rem 1.75rem;
  background: transparent;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
}
body.theme-bloom .sf-btn--outline:hover {
  background: #4a7c59 !important;
  border-color: #1a2e1e;
}
body.theme-bloom .is-hidden {
  display: none !important;
}
body.theme-bloom .checkout-trust-block {
  border-top: 1px dashed #e4ede0;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
body.theme-bloom .checkout-trust-line {
  font-size: 0.78rem;
  color: #5a7062;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6px;
}
body.theme-bloom .checkout-trust-line i {
  color: #80b992;
  font-size: 0.8rem;
}
@media (max-width: 991px) {
  body.theme-bloom .sf-checkout-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  body.theme-bloom .sf-form-grid-2 {
    grid-template-columns: 1fr;
  }
  body.theme-bloom .sf-form-grid-2__full {
    grid-column: span 1;
  }
  body.theme-bloom .sf-card,
  body.theme-bloom .sf-checkout-summary {
    padding: 1.5rem !important;
  }
  body.theme-bloom .sf-checkout-actions {
    flex-direction: column-reverse;
    gap: 0.75rem;
  }
  body.theme-bloom .sf-checkout-actions .sf-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
/* order success */
body.theme-bloom .success-page {
    background: #fbfcfb; 
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
body.theme-bloom .sf-success-layout {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr; 
    gap: 2rem;
    align-items: start;
}
@media (max-width: 991px) {
    body.theme-bloom .sf-success-layout {
        grid-template-columns: 1fr;
    }
}
body.theme-bloom .success-main-card,
body.theme-bloom .success-summary-card {
    background: #ffffff !important;
    border: 1px solid #eef2ec !important; 
    border-radius: 24px !important; 
    box-shadow: 0 12px 40px rgba(26, 46, 30, 0.04) !important; 
    padding: 2rem !important;
}
body.theme-bloom .success-main-card::before {
    display: none;
}
body.theme-bloom .success-pill {
    background: #f4f7f0 !important;
    color: #4a7c59 !important;
    border: 1px solid #e4ede0;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0.25rem 0.75rem;
    display: inline-block;
}
body.theme-bloom .success-title {
    font-family: var(--font-heading);
    color: #1a2e1e;
    font-weight: 600;
    letter-spacing: -0.01em;
}
body.theme-bloom .success-subtitle {
    color: #5a7062;
    line-height: 1.6;
}
body.theme-bloom .success-icon-badge {
    background: #4a7c59 !important; 
    color: #ffffff !important;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 20px rgba(74, 124, 89, 0.2) !important;
    width: 64px;
    height: 64px;
}
body.theme-bloom .success-meta-item,
body.theme-bloom .success-detail-card {
    background: #ffffff !important;
    border: 1px solid #e4ede0 !important;
    border-radius: 16px !important;
    padding: 1.2rem !important;
}
body.theme-bloom .success-meta-item .label,
body.theme-bloom .success-detail-card h3 {
    color: #5a7062 !important;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}
body.theme-bloom .success-meta-item .value {
    color: #1a2e1e;
    font-size: 0.95rem;
    font-weight: 600;
}
body.theme-bloom .success-detail-card .detail-line {
    color: #1a2e1e;
    font-size: 0.9rem;
    line-height: 1.5;
}
body.theme-bloom .success-actions {
    display: flex;
    flex-direction: row;       
    flex-wrap: nowrap;  
    align-items: center;     
    gap: 1.25rem;          
    margin-top: 2rem;
    width: 100%;
}
body.theme-bloom .success-actions .sf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    white-space: nowrap;     
    box-sizing: border-box;
    flex: 1;     
}
body.theme-bloom .success-actions .sf-btn--outline {
    border: 1px solid #cdd9c9 !important;
    color: #5a7062 !important;
    background: transparent !important;
    border-radius: 999px !important;
}
body.theme-bloom .success-actions .sf-btn--outline:hover {
    background: #f4f7f0 !important;
    color: #1a2e1e !important;
    border-color: #1a2e1e !important;
}
body.theme-bloom .success-actions .sf-btn--whatsapp {
    background-color: #4a7c59 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
}
body.theme-bloom .success-actions .sf-btn--whatsapp:hover {
    background-color: #3a6246 !important;
    box-shadow: 0 6px 20px rgba(74, 124, 89, 0.2) !important;
}
body.theme-bloom .success-actions .sf-btn--whatsapp svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex-shrink: 0;
}
body.theme-bloom .success-link {
    color: #5a7062 !important;
    border: 1px solid #cdd9c9 !important;
    border-radius: 999px !important;
}
body.theme-bloom .success-link:hover {
    color: #1a2e1e !important;
    border-color: #1a2e1e !important;
}
body.theme-bloom .success-btn-mt {
    background: #f4f7f0 !important;
    border: 1px solid #e4ede0 !important;
    color: #4a7c59 !important;
    border-radius: 12px !important;
    font-weight: 600;
    font-size: 0.9rem;
}
body.theme-bloom .success-btn-mt:hover {
    background: #4a7c59 !important;
    color: #ffffff !important;
    border-color: #4a7c59 !important;
}
body.theme-bloom .success-summary-card h5 {
    color: #1a2e1e;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #f4f7f0;
    padding-bottom: 0.75rem;
}
body.theme-bloom .success-item-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
    padding: 0.85rem 0;
}
body.theme-bloom .success-item-row .item-title {
    color: #1a2e1e;
    font-weight: 500;
    font-size: 0.9rem;
}
body.theme-bloom .success-item-row .item-meta {
    color: #5a7062;
}
body.theme-bloom .success-item-row .item-price {
    color: #1a2e1e;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.95rem;
}
body.theme-bloom .order-total-row {
    color: #5a7062;
    font-size: 0.9rem;
}
body.theme-bloom .order-grand-total {
    border-top: 1px dashed #cdd9c9 !important;
}
body.theme-bloom .order-grand-total .label {
    color: #1a2e1e;
}
body.theme-bloom .order-grand-total .amount {
    color: #4a7c59 !important;
    font-family: var(--font-heading);
    font-weight: 700;
}
@media (max-width: 850px) and (min-width: 576px) {
    body.theme-bloom .success-actions {
        gap: 0.75rem;
    }
    body.theme-bloom .success-actions .sf-btn {
        padding: 0 1rem;
        font-size: 0.85rem;
    }
}
@media (max-width: 575px) {
    body.theme-bloom .success-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    body.theme-bloom .success-actions .sf-btn {
        width: 100%;
        flex: none;
    }
    body.theme-bloom .success-header {
        flex-direction: column;    
        align-items: center;       
        text-align: center;       
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    body.theme-bloom .success-pill {
        margin: 0 auto 0.75rem auto;
    }
    body.theme-bloom .success-title {
        font-size: 1.35rem;
        line-height: 1.3;
        padding: 0 0.25rem;
    }
}
/* account page */
body.theme-bloom .sf-account-shell {
    background-color: #fbfcfb;
    padding: 4rem 0 6rem;
    min-height: 75vh;
}
body.theme-bloom .sf-account-header {
    text-align: center;
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #eef2ec;
    padding-bottom: 2rem;
}
body.theme-bloom .sf-account-header h1 {
    color: #1a2e1e;
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 500;
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
}
body.theme-bloom .sf-account-header p {
    color: #5a7062;
    font-size: 1.05rem;
    margin: 0;
}
body.theme-bloom .sf-account-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
}
body.theme-bloom .sf-account-grid > div:nth-child(4) { 
    grid-column: 1 / span 2; 
    grid-row: 1;
    position: static;
    margin-bottom: 1rem;
}
body.theme-bloom .sf-account-grid > div:nth-child(1) { 
    grid-column: 1;
    grid-row: 2;
}
body.theme-bloom .sf-account-grid > div:nth-child(3) { 
    grid-column: 1;
    grid-row: 3;
}
body.theme-bloom .sf-account-grid > div:nth-child(2) { 
    grid-column: 2;
    grid-row: 2 / span 2;
}
body.theme-bloom .sf-account-card {
    background: #ffffff !important;
    border: 1px solid #eef2ec !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(26, 46, 30, 0.02) !important;
    overflow: hidden;
}
body.theme-bloom .sf-account-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.75rem;
    border-bottom: 1px solid #f4f7f0;
    background: #ffffff;
}
body.theme-bloom .sf-account-card__head h2 {
    color: #1a2e1e;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0;
}
body.theme-bloom .sf-account-card__body {
    padding: 1.75rem;
}
body.theme-bloom .sf-account-card__head .sf-btn--compact {
    min-height: 28px;
    padding: 0 0.85rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 4px;
    border: 1px solid #cdd9c9 !important;
    color: #5a7062 !important;
    background: transparent !important;
    transition: all 0.2s ease;
}
body.theme-bloom .sf-account-card__head .sf-btn--compact:hover {
    background: #f4f7f0 !important;
    color: #1a2e1e !important;
    border-color: #1a2e1e !important;
}
body.theme-bloom .sf-info-row {
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #f4f7f0;
}
body.theme-bloom .sf-info-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
body.theme-bloom .sf-info-label {
    font-size: 0.8rem;
    color: #5a7062;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
}
body.theme-bloom .sf-info-row > span:not(.sf-info-label) {
    font-size: 0.95rem;
    color: #1a2e1e;
    font-weight: 600;
}
body.theme-bloom .sf-orders-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/* body.theme-bloom .sf-order-item {
    background: #ffffff;
    border: 1px solid #e4ede0;
    border-radius: 8px;
    padding: 1.25rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
body.theme-bloom .sf-order-item-link:hover .sf-order-item {
    border-color: #4a7c59;
    background-color: #fbfcfb;
    box-shadow: 0 4px 15px rgba(74, 124, 89, 0.05);
}
body.theme-bloom .sf-order-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
body.theme-bloom .sf-order-number {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a2e1e;
}
body.theme-bloom .sf-order-status, 
body.theme-bloom .sf-payment-status {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
}
body.theme-bloom .sf-order-status {
    background-color: #f4f7f0;
    color: #5a7062;
}
body.theme-bloom .sf-order-status.status-delivered {
    background-color: #eef8f2;
    color: #15803d;
}
body.theme-bloom .sf-payment-status {
    background-color: #fff9e6;
    color: #b45309;
}
body.theme-bloom .sf-order-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
body.theme-bloom .sf-order-date {
    font-size: 0.8rem;
    color: #5a7062;
}
body.theme-bloom .sf-order-total {
    font-size: 1.1rem;
    font-family: var(--font-heading);
    font-weight: 600;
    color: #4a7c59;
}
body.theme-bloom .sf-order-progress-track {
    height: 3px;
    background-color: #e4ede0;
    border-radius: 99px;
}
body.theme-bloom .sf-order-progress-fill {
    background: #4a7c59;
} */
body.theme-bloom .sf-addresses-grid {
    display: flex;
    flex-direction: column; 
    gap: 1.25rem;
}
body.theme-bloom .sf-address-card {
    background-color: #ffffff;
    border: 1px solid #e4ede0;
    border-radius: 8px;
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body.theme-bloom .sf-address-card.is-default {
    border-color: #4a7c59;
    background-color: #f4f7f0;
}
body.theme-bloom .sf-address-badge {
    background: #4a7c59;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 3px 8px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0.75rem;
    align-self: flex-start;
}
body.theme-bloom .sf-address-card strong {
    display: block;
    color: #1a2e1e;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}
body.theme-bloom .sf-address-card p {
    margin: 4px 0;
    font-size: 0.9rem;
    color: #5a7062;
    line-height: 1.5;
}
body.theme-bloom .sf-address-actions {
    display: flex;
    gap: 1.25rem;
    border-top: 1px solid #e4ede0;
    margin-top: 1.5rem;
    padding-top: 1rem;
}
body.theme-bloom .sf-link-action {
    font-size: 0.85rem;
    font-weight: 700;
    color: #4a7c59;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
body.theme-bloom .sf-link-action--danger {
    color: #af2b2b;
}
body.theme-bloom .sf-account-empty a, 
body.theme-bloom .sf-account-card__body a {
    color: #4a7c59;
    font-weight: 600;
}
body.theme-bloom .sf-quick-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
body.theme-bloom .sf-action-btn {
    display: flex;
    flex-direction: row;      
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 1.25rem 1rem;
    border: 1px solid #e4ede0;
    border-radius: 8px;
    background: #ffffff;
    color: #5a7062;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
body.theme-bloom .sf-action-btn svg {
    width: 18px;
    height: 18px;
    color: #5a7062;
    stroke-width: 2;
    flex-shrink: 0;
}
body.theme-bloom .sf-action-btn span {
    font-weight: 600;
    font-size: 0.9rem;
}
body.theme-bloom .sf-action-btn:hover {
    background: #fbfcfb;
    color: #4a7c59;
    border-color: #4a7c59;
    box-shadow: 0 4px 12px rgba(74, 124, 89, 0.05);
}
body.theme-bloom .sf-action-btn:hover svg {
    color: #4a7c59;
}
body.theme-bloom .sf-action-btn--danger:hover {
    background: #fff8f8;
    color: #af2b2b;
    border-color: rgba(175, 43, 43, 0.2);
}
body.theme-bloom .sf-action-btn--danger:hover svg {
    color: #af2b2b;
}
@media (max-width: 991px) {
    body.theme-bloom .sf-account-grid {
        grid-template-columns: 1fr; 
        gap: 1.5rem;
    }
    body.theme-bloom .sf-account-grid > div:nth-child(1) { grid-column: 1; grid-row: 2; }
    body.theme-bloom .sf-account-grid > div:nth-child(3) { grid-column: 1; grid-row: 3; }
    body.theme-bloom .sf-account-grid > div:nth-child(2) { grid-column: 1; grid-row: 4; }
    body.theme-bloom .sf-account-grid > div:nth-child(4) { grid-column: 1; grid-row: 1; }
    body.theme-bloom .sf-quick-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.85rem !important;
    }
    body.theme-bloom .sf-account-grid > div:nth-child(4) .sf-account-card__head {
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 1.25rem !important;
    }
    body.theme-bloom .sf-account-grid > div:nth-child(4) .sf-account-card__head h2 {
        margin: 0 !important;
        width: 100% !important;
    }
    body.theme-bloom .sf-account-card__head {
        padding: 1.25rem 1.5rem !important;
    }
}
@media (max-width: 768px) {
    body.theme-bloom .sf-addresses-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575px) {
    body.theme-bloom .sf-quick-actions {
        grid-template-columns: 1fr !important;
    }
    body.theme-bloom .sf-order-item {
        grid-template-columns: 1fr;
    }
    body.theme-bloom .sf-order-meta {
        align-items: flex-start;
    }
}
/* orders */
body.theme-bloom .page-header {
    background-color: #f4f7f0;
    padding: 3.5rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e4ede0;
}
body.theme-bloom .page-header-title {
    font-family: var(--font-heading);
    color: #1a2e1e;
    font-size: 2.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
body.theme-bloom .breadcrumb {
    font-size: 0.9rem;
    color: #5a7062;
    margin: 0;
    padding: 0;
    background: transparent;
}
body.theme-bloom .breadcrumb a {
    color: #4a7c59;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}
body.theme-bloom .breadcrumb a:hover {
    color: #1a2e1e;
}

body.theme-bloom .breadcrumb-item.active {
    color: #5a7062;
}
body.theme-bloom .section-pad .breadcrumb a {
    display: inline-flex;
    align-items: center;
    color: #5a7062;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}
body.theme-bloom .section-pad .breadcrumb a:hover {
    color: #4a7c59;
}
body.theme-bloom .order-history {
    max-width: 800px;
    margin: 0 auto;
}
body.theme-bloom .sf-card {
    background: #ffffff !important;
    border: 1px solid #eef2ec !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(26, 46, 30, 0.02) !important;
    padding: 2rem !important;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent; 
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
body.theme-bloom .orders-num {
    font-size: 1.1rem;
    color: #1a2e1e;
    font-weight: 700;
    letter-spacing: -0.01em;
}
body.theme-bloom .orders-date {
    font-size: 0.85rem;
    color: #5a7062 !important;
    margin-top: 0.15rem;
}
body.theme-bloom .orders-total {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: #4a7c59;
    background: #f4f7f0;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
}
body.theme-bloom .order-status,
body.theme-bloom .payment-status {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 4px 10px;
    border-radius: 4px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem !important;
}
body.theme-bloom .order-status { background: #f4f7f0; color: #5a7062; }
body.theme-bloom .order-status.status-delivered { background: #eef8f2; color: #15803d; }
body.theme-bloom .payment-status.status-paid { background: #eef8f2; color: #15803d; }
body.theme-bloom .payment-status { background: #fff9e6; color: #b45309; }
body.theme-bloom .orders-items-wrap {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-top: 1px solid transparent;
    transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
                opacity 0.25s ease, 
                border-color 0.2s ease;
}
body.theme-bloom .sf-card .mt-3 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
body.theme-bloom .order-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    font-size: 0.9rem;
    color: #1a2e1e;
    border-bottom: 1px dashed #e4ede0;
}
body.theme-bloom .order-total-row:last-child {
    border-bottom: none;
}
body.theme-bloom .order-total-row .fw-semibold {
    font-family: var(--font-heading);
    color: #5a7062;
    font-weight: 600;
}
body.theme-bloom .sf-btn--outline {
    border: 1px solid #cdd9c9;
    color: #5a7062;
    background: transparent;
    border-radius: 4px !important;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.6rem 1.25rem;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 10;
}
@media (min-width: 992px) {
    body.theme-bloom .sf-card:hover {
        border-color: #cdd9c9 !important;
        box-shadow: 0 12px 36px rgba(74, 124, 89, 0.05) !important;
    }
    body.theme-bloom .sf-card:hover .orders-items-wrap {
        max-height: 600px;
        opacity: 1;
        border-color: #f4f7f0;
        padding-top: 1rem !important;
        margin-top: 0.5rem;
    }
    body.theme-bloom .sf-card:hover .mt-3 {
        max-height: 60px;
        opacity: 1;
        padding-top: 1rem !important;
        margin-top: 1rem !important;
    }
    body.theme-bloom .sf-btn--outline:hover {
        background: #1a2e1e;
        color: #ffffff;
        border-color: #1a2e1e;
    }
}
@media (max-width: 991px) {

    body.theme-bloom .sf-card {
        position: relative;
        padding-right: 4rem !important;
        overflow: hidden;
    }
    body.theme-bloom .sf-card::after {
        content: "";
        position: absolute;
        top: 2rem;
        right: 1.5rem;
        width: 32px;
        height: 32px;
        background-color: #f4f7f0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a7c59' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50%;
        border: 1px solid #e4ede0;
        z-index: 5;
        transition: all 0.3s ease;
        pointer-events: none;
    }
    body.theme-bloom .sf-card .orders-items-wrap,
    body.theme-bloom .sf-card .mt-3 {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition:
            max-height 0.45s ease,
            opacity 0.3s ease,
            padding 0.3s ease,
            margin 0.3s ease;
    }
    body.theme-bloom .sf-card:hover .orders-items-wrap,
    body.theme-bloom .sf-card:focus-within .orders-items-wrap {
        max-height: 700px;
        opacity: 1;
        padding-top: 1rem !important;
        margin-top: 0.5rem !important;
    }
    body.theme-bloom .sf-card:hover .mt-3,
    body.theme-bloom .sf-card:focus-within .mt-3 {
        max-height: 80px;
        opacity: 1;
        padding-top: 1rem !important;
        margin-top: 1rem !important;
    }
    body.theme-bloom .sf-card:hover::after,
    body.theme-bloom .sf-card:focus-within::after {
        transform: rotate(180deg);
        background-color: #4a7c59;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        border-color: #4a7c59;
    }
}
@media (max-width: 768px) {
    body.theme-bloom .sf-card {
        padding: 1.5rem !important;
        padding-right: 3.5rem !important;
    }
    body.theme-bloom .sf-card::after {
        top: 1.5rem;
        right: 1.25rem;
    }
    body.theme-bloom .orders-total {
        font-size: 1.1rem;
        width: 100%;
        text-align: center;
        margin-top: 0.5rem;
    }
}
body.theme-bloom .orders-empty-note {
    font-size: 1.1rem;
    color: #5a7062;
}
body.theme-bloom .sf-btn--secondary {
    background: #4a7c59;
    color: #ffffff;
    border: 1px solid #4a7c59;
    border-radius: 4px;
    padding: 0.85rem 2rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
body.theme-bloom .sf-btn--secondary:hover {
    background: #3a6246;
    border-color: #3a6246;
}
body.theme-bloom .sf-breadcrumb{
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: center;
}
/* product card */
body.theme-bloom .sf-pcard {
  background: #ffffff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
body.theme-bloom .sf-pcard:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
body.theme-bloom .sf-pcard__gallery {
  aspect-ratio: unset !important;
  height: 270px !important;
  position: relative !important;
  background-color: #f9f9f9 !important;
}
body.theme-bloom .sf-pcard__img {
  height: 270px !important;
  max-height: 270px !important;
  object-fit: cover !important; 
}
body.theme-bloom .sf-pcard__body {
  padding: 14px 14px !important; 
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  column-gap: 12px !important;
  align-items: start !important;
}
body.theme-bloom .sf-pcard__name {
  grid-column: 1 !important;
  font-size: 0.85rem !important; 
  font-weight: 500 !important;
  line-height: 1.3 !important;
  -webkit-line-clamp: 1 !important;
  margin-bottom: 4px !important;
}
body.theme-bloom .sf-pcard__price {
  grid-column: 1 !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  margin: 2px 0 0 0 !important;
  line-height: 1.2 !important;
  color: #111111 !important;
}
body.theme-bloom .sf-pcard__rating {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important; 
  justify-self: end !important;
  align-self: start !important;
  background: #fdf6e2 !important; 
  padding: 4px 6px !important;
  border-radius: 6px !important;
  font-size: 0.7rem !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
body.theme-bloom .sf-pcard__actions {
  grid-column: 1 / span 2 !important;
  margin-top: 12px !important;
}
body.theme-bloom .sf-pcard__btn {
  min-height: 36px !important;
  height: 36px !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  border-radius: 30px !important; 
  border: 1px solid #111111 !important;
  transition: all 0.2s ease-in-out !important;
}
body.theme-bloom .sf-horizontal-scroll > * {
  flex: 0 0 170px !important;
}
@media (max-width: 767px) {
  .sf-grid,
  .product-grid--compact,
  .sf-product-grid.grid-compact {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important; 
  }
  body.theme-bloom .sf-horizontal-scroll > * {
    flex: 0 0 155px !important; 
  }
  body.theme-bloom .sf-pcard__gallery {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;       
  }
  body.theme-bloom .sf-pcard__img {
    height: 100% !important;
    max-height: 100% !important;
  }
  body.theme-bloom .sf-pcard__body {
    padding: 10px !important; 
  }
  body.theme-bloom .sf-pcard__name {
    font-size: 0.8rem !important; 
    -webkit-line-clamp: 2 !important; 
    margin-bottom: 4px !important;
  }
  body.theme-bloom .sf-pcard__price {
    font-size: 0.85rem !important;
  }
  body.theme-bloom .sf-pcard__btn {
    min-height: 34px !important;
    height: 34px !important;
    font-size: 0.72rem !important; 
    padding: 0 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.theme-bloom .sf-pcard__gallery,
  body.theme-bloom .sf-pcard__img {
    height: 210px !important; 
    max-height: 210px !important;
  }
}
@media (min-width: 1024px) {
  body.theme-bloom .sf-pcard__gallery,
  body.theme-bloom .sf-pcard__img {
    height: 270px !important;
    max-height: 270px !important;
  }
}
/* cat card in home */
body.theme-bloom .sf-cat-card {
  border-radius: 16px !important; 
  border: none !important; 
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease !important;
}
body.theme-bloom .sf-cat-card:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
body.theme-bloom .sf-cat-card__label {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  text-align: center !important;
  height: 30% !important; 
  padding: 0 16px 20px 16px !important; 
  color: #ffffff !important;
  font-size: 1rem !important; 
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  text-transform: capitalize !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
  transition: padding-bottom 0.3s ease, color 0.3s ease !important;
}
body.theme-bloom .sf-cat-card:hover .sf-cat-card__label {
  padding-bottom: 24px !important; 
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.45) 60%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}
@media (max-width: 767px) {
  body.theme-bloom .sf-cat-grid {
    gap: 14px !important;
  }
  body.theme-bloom .sf-cat-card__label {
    font-size: 0.875rem !important;
    padding: 0 10px 14px 10px !important;
  }
  body.theme-bloom .sf-cat-card:hover .sf-cat-card__label {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 991px) {
  body.theme-bloom .sf-checkout-layout .sf-card::after {
    display: none !important;
  }
  body.theme-bloom .sf-checkout-layout .sf-card {
    padding-right: 1.5rem !important;
  }
  body.theme-bloom .sf-success-layout .sf-card::after {
    display: none !important;
  }
}
/* pdp */
body.theme-bloom {
  --bloom-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --bloom-transition-smooth: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
body.theme-bloom .product-detail-main {
  padding: calc(var(--space-8) * 1.5) 0;
  background: var(--color-bg);
  font-family: var(--bloom-font-sans);
}
body.theme-bloom .product-detail-main .row.g-2.g-lg-5 {
  display: grid;
  gap: var(--space-6);
}
@media (min-width: 768px) {
  body.theme-bloom .product-detail-main .row.g-2.g-lg-5 {
    grid-template-columns: 1.1fr 0.9fr; 
    gap: var(--space-8);
    align-items: start;
  }
}
body.theme-bloom .product-detail-main .row:not(.g-2) {
  display: block;
  margin-top: var(--space-8);
}
body.theme-bloom .product-detail-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
@media (min-width: 768px) {
  body.theme-bloom .product-detail-info {
    padding: 0 0 0 var(--space-6) !important;
    position: sticky;
    top: var(--space-6); 
  }
}
body.theme-bloom .sf-breadcrumb {
  font-size: var(--text-md);
  letter-spacing: -0.01em;
  padding: var(--space-4) 0;
}
body.theme-bloom .sf-breadcrumb a {
  color: var(--color-muted);
  text-decoration: none;
  transition: var(--bloom-transition-smooth);
}
body.theme-bloom .sf-breadcrumb a:hover {
  color: var(--color-text);
}
body.theme-bloom .sf-details,
body.theme-bloom .review-details {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-bg);
  transition: var(--bloom-transition-smooth);
  margin-bottom: var(--space-4);
}
body.theme-bloom .sf-details summary,
body.theme-bloom .review-details summary {
  padding: var(--space-4) var(--space-5);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.01em;
  background: var(--color-surface);
  user-select: none;
  position: relative;
  cursor: pointer;
}
body.theme-bloom .sf-details summary::after,
body.theme-bloom .review-details summary::after {
  content: '+';
  position: absolute;
  right: var(--space-5);
  font-weight: 400;
  font-size: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform var(--bloom-transition-smooth);
  pointer-events: none; 
}
body.theme-bloom .sf-details[open] summary::after,
body.theme-bloom .review-details[open] summary::after {
  content: '−';
}
body.theme-bloom .sf-details .sf-details__body,
body.theme-bloom .review-details .review-details__body {
  padding: var(--space-5);
  line-height: 1.6;
  color: var(--color-text);
  border-top: 1px solid var(--color-border);
  font-size: calc(var(--text-sm) * 1.05);
}
body.theme-bloom .review-card {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-5);
  margin-bottom: var(--space-4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: box-shadow var(--bloom-transition-smooth);
}
body.theme-bloom .review-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
body.theme-bloom .reviewer {
  font-size: var(--text-sm);
  color: var(--color-text);
}
body.theme-bloom .review-date {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: calc(var(--space-1) * -1);
}
body.theme-bloom .review-stars {
  font-size: 14px;
  margin: var(--space-2) 0;
  letter-spacing: 1px;
}
body.theme-bloom .review-title {
  font-size: 1rem;
  color: var(--color-text);
  margin-bottom: var(--space-2);
}
body.theme-bloom .review-card p {
  color: var(--color-muted);
  line-height: 1.5;
  font-size: var(--text-sm);
}
body.theme-bloom .form-control {
  height: 46px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 0 var(--space-4);
  font-size: var(--text-sm);
  transition: var(--bloom-transition-smooth);
}
body.theme-bloom textarea.form-control {
  height: auto;
  padding: var(--space-3) var(--space-4);
}
body.theme-bloom .form-control:focus {
  border-color: var(--color-text);
  box-shadow: 0 0 0 1px var(--color-text);
}
body.theme-bloom .star-rating-row {
  display: flex;
  gap: var(--space-1);
}
body.theme-bloom .product-detail-main .row.mt-5.pt-4 {
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-6) !important;
}
body.theme-bloom .product-detail-main h3 {
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: var(--space-4);
}
/* for home page best features,new arrivals horizontal scroll for small screnn devices */
/* @media (max-width: 1023px) {
    body.theme-bloom .sf-section:has(.sf-section__title) {
        overflow-x: hidden;
    }
    body.theme-bloom .sf-section .sf-container > div:not(.sf-section__head):not(.sf-combo-grid):not(.sf-testimonials-grid) {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch; 
        gap: 16px;
        padding-bottom: 5px; 
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    body.theme-bloom .sf-section .sf-container > div:not(.sf-section__head):not(.sf-combo-grid):not(.sf-testimonials-grid)::-webkit-scrollbar {
        display: none;
    }
    body.theme-bloom .sf-section .sf-container > div:not(.sf-section__head):not(.sf-combo-grid):not(.sf-testimonials-grid) > * {
        flex: 0 0 160px !important; 
        scroll-snap-align: start;
    }
} */