.elementor-kit-5439{--e-global-color-primary:#FFB91F;--e-global-color-secondary:#233F92;--e-global-color-text:#202020;--e-global-color-accent:#FFB91F;--e-global-color-be13655:#4BA7CE;--e-global-color-6b71d4c:#EBEBEB;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-5439 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1054px;}.e-con{--container-max-width:1054px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Floating back button */
#backToMenu {
  position: relative;
  top: 10px;
  right: 10px;
  background: #0073e6;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 9999;
  cursor: pointer;
  text-decoration: none;
}

/* 🔧 Set the parent inner container to flex layout */
#colorsection .e-con-inner {
  display: flex;
  flex-wrap: wrap;         /* Allows stacking on mobile */
  gap: 30px;               /* Spacing between columns */
  align-items: flex-start;
}

/* 📦 First column (APF) */
.elementor-element-0799770 {
  flex: 1 1 0;
  min-width: 300px;
}
.elementor-element-0799770 {
  min-height: 800px; /* or match the canvas height */
}

.elementor-element-6b56005.elementor-sticky {
  background: white; /* or match your page bg */
  z-index: 10 !important; /* higher than canvas */
}

/* 🎨 Second column (Canvas) */
.elementor-element-6b56005 {
  flex: 1 1 0;
  min-width: 600px;
  z-index: 1;              /* Prevent it sitting above */
  position: relative;      /* Required for z-index */
}

#mat-canvas-wrapper {
    margin-top: -150px !important;
}

/* Desktop - nicely sized canvas */
#mat-canvas-wrapper {
    max-width: 1100px;
    min-height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#mat-canvas-wrapper canvas {
    width: 1100px;
    height: auto;
    display: block;
    
    left: 0;
    top: 0;
}



@media (max-width: 768px) {
  #mat-canvas-wrapper {
    width: 768px;
    margin: 0 auto;
    margin-top: 10px !important;
    padding: 0;
    overflow: hidden;
    text-align: center;
    
  }

  #mat-canvas-wrapper canvas {
    width: 768px;
    max-width: 780px;
    height: auto !important;
    display: block;

  }
}
.page-id-6453 #colophon {
  display: none;
}
.single-product #colophon {
  display: none;
}
.page-id-5086 .breadcrumb-title-wrapper {
  display: none !important;
}
.page-id-5086 .product-categories{
  display: none !important;
}
.page-id-5086 .star-rating{
  display: none !important;
}
.page-id-5086 .woocommerce-Price-amount {
  display: none !important;
}
.page-id-5086 .product-sku {
  display: none !important;
}/* End custom CSS */