.elementor-kit-91{--e-global-color-primary:#16282D;--e-global-color-secondary:#BACDD5;--e-global-color-text:#F5F2E9;--e-global-color-accent:#16282D;--e-global-color-605e290:#BACDD5;--e-global-color-148d2a9:#25BF62;--e-global-color-5bf2162:#F5F2E9;--e-global-color-d3cfff5:#25BF62;--e-global-color-cd64059:#F5F2E9;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;--e-global-typography-32863e4-font-family:"Manrope";--e-global-typography-32863e4-font-weight:500;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-91 e-page-transition{background-color:#16282D;}body.e-wc-error-notice .woocommerce-error, body.e-wc-error-notice .wc-block-components-notice-banner.is-error{background-color:var( --e-global-color-text );border-style:none;}body.e-wc-message-notice .woocommerce-message, body.e-wc-message-notice .wc-block-components-notice-banner.is-success{background-color:var( --e-global-color-text );border-style:none;}.elementor-kit-91 p{margin-block-end:15px;}.elementor-kit-91 a{color:var( --e-global-color-148d2a9 );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-91 a:hover{color:var( --e-global-color-d3cfff5 );font-family:"Manrope", Sans-serif;font-size:16px;font-style:normal;text-decoration:none;}.elementor-kit-91 h1{color:var( --e-global-color-text );font-family:"Carefree Semi Bold", Sans-serif;font-size:28px;font-weight:400;}.elementor-kit-91 h2{color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:24px;font-weight:600;}.elementor-kit-91 h3{color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:20px;font-weight:500;}.elementor-kit-91 h5{color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-91 h6{color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:12px;font-weight:400;}.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);}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{--error-message-text-color:var( --e-global-color-primary );--error-message-icon-color:var( --e-global-color-primary );--error-message-normal-links-color:var( --e-global-color-148d2a9 );--error-message-hover-links-color:var( --e-global-color-primary );}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-message-text-color:var( --e-global-color-primary );--message-message-icon-color:var( --e-global-color-primary );}.e-wc-message-notice .woocommerce-message .restore-item, .e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, .e-wc-message-notice .woocommerce-message a:not([class]), .e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){--notice-message-normal-links-color:var( --e-global-color-148d2a9 );}.e-wc-message-notice .woocommerce-message .restore-item:hover, .e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item:hover, .e-wc-message-notice .woocommerce-message a:not([class]):hover, .e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]):hover{--notice-message-hover-links-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.elementor-kit-91{--e-page-transition-entrance-animation:e-page-transition-fade-out;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Success message (added to cart) */
.woocommerce-message {
  background: #16282D !important;
  color: #F5F2E9 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 12px 16px;
  font-weight: 400 !important;
  text-align: center !important;
  position: relative;
  transition: opacity 0.6s ease;
}

/* Remove WooCommerce tick/check icon */
.woocommerce-message::before {
  display: none !important;
}

/* Hide any buttons/links */
.woocommerce-message a,
.woocommerce-message .button {
  display: none !important;
}

/* Optional fade-out animation */
.fade-out {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Error messages (password incorrect etc.) */
body .woocommerce .woocommerce-notices-wrapper .woocommerce-error,
body .woocommerce-page .woocommerce-notices-wrapper .woocommerce-error,
body .woocommerce .woocommerce-error {
  background: #fff0f0 !important;
  color: #b00020 !important;
  border-left: 4px solid #d32f2f !important;
  padding: 12px 18px !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
}

/* Remove WooCommerce tick/check icon */
.woocommerce .woocommerce-error::before {
  display: none !important;
}

/* Info messages */
body .woocommerce .woocommerce-notices-wrapper .woocommerce-info,
body .woocommerce-page .woocommerce-notices-wrapper .woocommerce-info,
body .woocommerce .woocommerce-info {
  background: #16282d !important;
  color: #F5F2E9 !important;
  border-left: 4px solid #16282d !important;
  padding: 12px 18px !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
}

/* Info message link colour override */
body .woocommerce .woocommerce-notices-wrapper .woocommerce-info a,
body .woocommerce-page .woocommerce-notices-wrapper .woocommerce-info a,
body .woocommerce .woocommerce-info a {
  color: #F5F2E9 !important;
  text-decoration: underline;
}

/* Apply Coupon button */
.woocommerce-form-coupon button.button {
  background: transparent !important;
  border: 2px solid #16282d !important;
  color: #16282d !important;
  padding: 10px 25px !important;
  border-radius: 25px;
  font-weight: 400 !important;
  box-shadow: none !important;
}

/* Hover effect (optional but recommended) */
.woocommerce-form-coupon button.button:hover {
  background: #16282d !important;
  color: #f5f2e9 !important;
  font-weight: 400 !important;
}/* End custom CSS */