:root {
    --color-primary: #C86D51;
    --color-primary-hover: #B35B40;
    --color-primary-active: #9E4F36;
    --color-primary-light: #F7EDE8;
    --color-primary-contrast: #FFFFFF;
    --color-secondary: #5B6E58;
    --color-secondary-hover: #4D5E4A;
    --color-secondary-active: #3F4E3C;
    --color-secondary-light: #EDF2EC;
    --color-accent-sand: #D9C3B0;
    --color-accent-sand-light: #F5EFEB;
    --color-accent-warm-amber: #E29B63;
    --color-accent-clay: #A35C45;
    --color-accent-moss: #7A8B73;
    --color-bg-base: #FAF8F5;
    --color-bg-surface: #FFFFFF;
    --color-bg-surface-muted: #F3EFEA;
    --color-bg-surface-accent: #EFE9E1;
    --color-text-primary: #2A2523;
    --color-text-secondary: #685F58;
    --color-text-muted: #8C837C;
    --color-border-subtle: #E8E2DA;
    --color-border-default: #DDD5CB;
    --color-border-strong: #BCB1A3;
    --font-heading: 'Cabinet Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-accent: 'Playfair Display', Georgia, serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-body);
    background-color: var(--color-bg-base);
    color: var(--color-text-primary);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
}

.text-muted {
    color: #8C837C !important;
}

.transition-base {
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ===== header ===== */
.bloom-header {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bloom-header .js-header-mobile-menu {
    transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ===== hero_section ===== */
.hero-bloom {
    background-color: #FAF8F5;
}

.hero-bloom .hero-product-card {
    backface-visibility: hidden;
    will-change: transform;
}

/* ===== deal_of_the_day ===== */
.deal-of-the-day-section {
    -webkit-font-smoothing: antialiased;
}

.deal-of-the-day-section .timer-box {
    font-variant-numeric: tabular-nums;
    min-width: 44px;
    text-align: center;
}

.deal-of-the-day-section .product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== pre-order_upcoming_releases ===== */
.bloom-preorder-section {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bloom-preorder-section h2,
.bloom-preorder-section h3,
.bloom-preorder-section h4 {
    font-family: 'Cabinet Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bloom-preorder-section .js-preorder-card {
    will-change: transform, box-shadow;
}

.bloom-preorder-section .js-filter-btn.active {
    background-color: #C86D51 !important;
    color: #FFFFFF !important;
    border-color: #C86D51 !important;
}

.bloom-preorder-section .js-preorder-card.is-hidden {
    display: none !important;
}

/* ===== installation__service ===== */
.installation-service-section {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.installation-service-section h2,
.installation-service-section h3,
.installation-service-section h4 {
    font-family: 'Cabinet Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.installation-service-section .service-card {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.installation-service-section .service-card:hover {
    transform: translateY(-3px);
}

/* ===== product_qa ===== */
.product-qa-block .js-qa-trigger:focus-visible {
    outline: 2px solid #C86D51;
    outline-offset: 4px;
    border-radius: 0.5rem;
}

.product-qa-block .js-qa-icon.rotate-icon {
    transform: rotate(180deg);
    background-color: #F7EDE8;
    color: #C86D51;
    border-color: #F0D5C9;
}

.product-qa-block .js-qa-filter.active-filter {
    background-color: #C86D51;
    color: #FFFFFF;
    border-color: #C86D51;
}

/* ===== featured_coolers ===== */
.bloom-featured-coolers .bloom-product-card {
    will-change: transform, box-shadow;
}

.bloom-featured-coolers .bloom-product-card:hover {
    transform: translateY(-4px);
}

.bloom-featured-coolers .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== footer ===== */
.bloom-footer {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bloom-footer a {
    text-decoration: none;
}

.bloom-footer__map-wrapper iframe {
    filter: grayscale(20%) contrast(1.05);
}

/* ===== PAGE: catalog ===== */
.bloom-catalog-root .js-product-card {
  min-height: 100%;
  box-shadow: 0 4px 16px -2px rgba(74, 58, 48, 0.05);
}

.bloom-catalog-root .js-product-card:hover {
  box-shadow: 0 16px 36px -8px rgba(74, 58, 48, 0.12);
}

.bloom-catalog-root input::placeholder {
  color: #8C837C;
  opacity: 1;
}

.bloom-catalog-root select {
  background-color: #FFFFFF;
  color: #2A2523;
}

.bloom-catalog-root .btnAddCart:active {
  transform: scale(0.97);
}

/* ===== PAGE: about ===== */
.about-story-section {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.about-story-section h1,
.about-story-section h2,
.about-story-section h3,
.about-story-section h4 {
  font-family: 'Cabinet Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.about-story-section .js-story-tab-btn {
  cursor: pointer;
  outline: none;
}

.about-story-section .js-story-tab-btn.active {
  background-color: #C86D51;
  color: #FFFFFF;
  border-color: #C86D51;
}

.about-story-section .js-story-tab-panel {
  transition: opacity 0.3s ease;
}

/* ===== PAGE: guides ===== */
.bloom-guides-section .js-guide-card { transform: translateY(0); } .bloom-guides-section .js-guide-card:hover { transform: translateY(-4px); } .bloom-guides-section .js-filter-btn { cursor: pointer; } .bloom-guides-section input::placeholder { color: #8C837C; opacity: 1; }

/* ===== PAGE: buyers ===== */
.buyer-info-section .js-buyer-tab-btn.active {
  background-color: #C86D51;
  color: #FFFFFF;
}
.buyer-info-section .js-buyer-tab-btn:not(.active) {
  background-color: #F3EFEA;
  color: #2A2523;
}
.buyer-info-section .buyer-card {
  min-height: 100%;
}
.buyer-info-section .js-accordion-toggle i {
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}
.buyer-info-section .js-accordion-toggle.active i {
  transform: rotate(180deg);
}

/* ===== PAGE: cart ===== */
.cart-details-section input::placeholder,
.cart-details-section textarea::placeholder {
  color: #8C837C;
  opacity: 1;
}

.cart-details-section .js-cart-item-row {
  transition: background-color 0.2s ease;
}

.cart-details-section .js-cart-item-row:hover {
  background-color: #FAF8F5;
}

.cart-details-section .product-quantity-input {
  -moz-appearance: textfield;
}
.cart-details-section .product-quantity-input::-webkit-outer-spin-button,
.cart-details-section .product-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ===== PAGE: privacy ===== */
.legal-text-section { word-break: break-word; } .legal-text-section h1, .legal-text-section h2, .legal-text-section h3 { color: #2A2523; font-family: 'Cabinet Grotesk', -apple-system, BlinkMacSystemFont, sans-serif; } .legal-text-section p, .legal-text-section li { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }

/* ===== PAGE: terms ===== */
.bloom-terms .js-toc-link.is-active {
  color: #C86D51;
  background-color: #F7EDE8;
  font-weight: 600;
}

.bloom-terms a {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.bloom-terms article {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bloom-terms article:hover {
  box-shadow: 0 8px 24px -6px rgba(74, 58, 48, 0.08);
}

/* ===== PAGE: disclaimer ===== */
.bloom-legal-disclaimer h1,.bloom-legal-disclaimer h2,.bloom-legal-disclaimer h3{letter-spacing:-0.015em;}.bloom-legal-disclaimer a{text-decoration-skip-ink:auto;}

/* ===== PAGE: refound ===== */
.bloom-refund-policy article {
  transition: border-color 0.2s ease;
}
.bloom-refund-policy article:hover {
  border-color: #DDD5CB;
}
.bloom-refund-policy ol li::marker {
  font-weight: 700;
  color: #C86D51;
}

/* ===== PAGE: delivery ===== */
.delivery-page-section { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.delivery-page-section h1, .delivery-page-section h2, .delivery-page-section h3 { font-family: 'Cabinet Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.delivery-page-section a { transition: color 0.2s ease; }

.bloom-comment-main {
    box-shadow: 0 2px 8px -2px rgba(74, 58, 48, 0.06), 0 1px 4px -1px rgba(74, 58, 48, 0.04);
}

.bloom-comment-main:hover {
    box-shadow: 0 8px 24px -6px rgba(74, 58, 48, 0.08), 0 4px 12px -2px rgba(74, 58, 48, 0.04);
}

.bloom-avatar {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    user-select: none;
}

.bloom-comment-reply {
    position: relative;
}

.bloom-reply-line {
    position: absolute;
    left: 0.75rem;
    top: 0;
    bottom: 1.5rem;
    width: 2px;
    background-color: #DDD5CB;
    border-radius: 9999px;
}

.bloom-avatar-reply {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    user-select: none;
}


/* ===== PAGE TEMPLATE: catalog-items ===== */
.bloom-header {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bloom-footer {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bloom-footer a {
    text-decoration: none;
}

.bloom-footer__map-wrapper iframe {
    filter: grayscale(20%) contrast(1.05);
}

.bloom-detail-section .bloom-prose p {
    line-height: 1.6;
    color: #685F58;
}

.bloom-tabs-section .js-tab-trigger.active {
    color: #C86D51;
    border-bottom-color: #C86D51;
}

.bloom-comment-main:hover {
    box-shadow: 0 4px 18px -4px rgba(74, 58, 48, 0.06);
}

/* ===== PAGE TEMPLATE: guides-items ===== */
.bloom-header {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bloom-guide-detail {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bloom-guide-detail .bloom-article-content h2,
.bloom-guide-detail .bloom-article-content h3,
.bloom-guide-detail .bloom-article-content h4 {
    font-family: 'Cabinet Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bloom-guide-detail .bloom-article-content p {
    line-height: 1.75;
}

.bloom-footer {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bloom-footer a {
    text-decoration: none;
}

.bloom-footer__map-wrapper iframe {
    filter: grayscale(20%) contrast(1.05);
}