.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Creative Bloom WooCommerce polish */
:root {
  --cb-ink: #3f4338;
  --cb-muted: #6f7665;
  --cb-cream: #fbf7ee;
  --cb-sage: #dbe7d4;
  --cb-petal: #f1d9d5;
  --cb-sky: #dbe8ec;
  --cb-honey: #ead9ad;
  --cb-clay: #b9826f;
  --cb-line: rgba(63, 67, 56, 0.16);
}

body.single-product,
body.tax-product_cat,
body.post-type-archive-product {
  background: var(--cb-cream);
  color: var(--cb-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.single-product #site-header,
body.tax-product_cat #site-header,
body.post-type-archive-product #site-header,
body.single-product .site-header,
body.tax-product_cat .site-header,
body.post-type-archive-product .site-header,
body.single-product .site-footer,
body.tax-product_cat .site-footer,
body.post-type-archive-product .site-footer {
  display: none !important;
}

body.single-product main.site-main,
body.tax-product_cat main.site-main,
body.post-type-archive-product main.site-main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 84px;
}

body.single-product main.site-main::before,
body.tax-product_cat main.site-main::before,
body.post-type-archive-product main.site-main::before {
  content: "Creative Bloom";
  display: block;
  margin-bottom: 24px;
  color: var(--cb-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

body.single-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 8px 14px;
  border: 1px solid var(--cb-line);
  border-radius: 999px;
  background: #fffaf2;
  color: var(--cb-muted);
  font-size: 14px;
}

body.single-product div.product {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 42px;
  align-items: start;
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary {
  float: none !important;
  width: 100% !important;
}

body.single-product div.product .woocommerce-product-gallery {
  opacity: 1 !important;
  padding: 24px;
  border: 1px solid var(--cb-line);
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: 0 18px 42px rgba(63, 67, 56, 0.08);
}

body.single-product div.product .summary {
  padding: 34px;
  border: 1px solid var(--cb-line);
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: 0 18px 42px rgba(63, 67, 56, 0.08);
}

body.single-product .product_title,
body.tax-product_cat .woocommerce-products-header__title,
body.post-type-archive-product .woocommerce-products-header__title {
  margin: 0 0 14px;
  color: var(--cb-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  font-weight: 500;
}

body.single-product .price,
body.woocommerce ul.products li.product .price {
  color: var(--cb-clay) !important;
  font-size: 22px;
  font-weight: 800;
}

body.single-product .woocommerce-product-details__short-description,
body.single-product .woocommerce-tabs,
body.tax-product_cat .term-description {
  color: var(--cb-muted);
  font-size: 17px;
  line-height: 1.7;
}

body.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

body.woocommerce .quantity .qty {
  min-height: 48px;
  border: 1px solid var(--cb-line);
  border-radius: 8px;
  background: #fffaf2;
  color: var(--cb-ink);
}

body.woocommerce button.button,
body.woocommerce a.button,
body.woocommerce input.button,
body.single-product .single_add_to_cart_button {
  min-height: 48px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--cb-ink) !important;
  color: #fffaf2 !important;
  padding: 14px 24px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  box-shadow: 0 14px 28px rgba(63, 67, 56, 0.16);
}

body.woocommerce button.button:hover,
body.woocommerce a.button:hover,
body.woocommerce input.button:hover {
  background: #2f332a !important;
}

body.tax-product_cat .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header {
  margin-bottom: 34px;
  padding: 42px;
  border: 1px solid var(--cb-line);
  border-radius: 8px;
  background: linear-gradient(135deg, #fbf7ee, #f4e5dc 62%, #dfecef);
}

body.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px !important;
}

body.woocommerce ul.products::before,
body.woocommerce ul.products::after {
  display: none !important;
}

body.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 20px !important;
  border: 1px solid var(--cb-line);
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: 0 18px 42px rgba(63, 67, 56, 0.08);
}

body.woocommerce ul.products li.product img {
  border-radius: 8px;
  background: var(--cb-sage);
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.4em;
  color: var(--cb-ink);
  font-size: 20px;
  line-height: 1.2;
}

.xoo-wsc-modal .xoo-wsc-container,
.xoo-wsc-container {
  background: var(--cb-cream) !important;
  color: var(--cb-ink) !important;
}

.xoo-wsc-header {
  background: #fffaf2 !important;
  border-bottom: 1px solid var(--cb-line) !important;
}

.xoo-wsc-basket {
  background: var(--cb-ink) !important;
  color: #fffaf2 !important;
  box-shadow: 0 14px 28px rgba(63, 67, 56, 0.16) !important;
}

.xoo-wsc-ft-buttons-cont a,
.xoo-wsc-ft-btn {
  border-radius: 999px !important;
  background: var(--cb-ink) !important;
  color: #fffaf2 !important;
  font-weight: 800 !important;
}

@media (max-width: 800px) {
  body.single-product div.product,
  body.woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  body.single-product main.site-main,
  body.tax-product_cat main.site-main,
  body.post-type-archive-product main.site-main {
    width: min(100% - 28px, 1120px);
    padding-top: 36px;
  }
}/* End custom CSS */