.elementor-editor-active #wpadminbar {
  display: none !important;
}

.site-main {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wp-block-woocommerce-cart {
  max-width: 100%;
  margin-inline: 0px !important;
}

.products .product .price-excl, .elementor-grid .product .price-excl {
  font-size: 36px;
  color: #316756;
  font-weight: 700;
}

.products .product .price-incl, .elementor-grid .product .price-incl {
  margin-top: 10px;
  font-size: 16px;
  color: #979797;
}

.wc-block-components-product-name {
  color: black;
}


.wc-block-components-button, .wc-block-components-checkout-place-order-button, .wc-block-components-product-button__button {
  background-color: #316756 !important;
  border-radius: 10px !important;
  color: white !important;
  text-decoration: none !important;
  border: 2px solid #316756 !important;
}

.wc-block-components-button:hover, .wc-block-components-checkout-place-order-button:hover, .wc-block-components-product-button__button:hover {
  text-decoration: none;
  color: #316756 !important;
  background-color: transparent !important;
}
.customisations-print-btn {
  padding: 10px 30px;
  background-color: #316756;
  border-radius: 10px;
  display: inline-flex;
  gap: 10px;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}

.customisations-print-btn:hover {
  background-color: #26473D;
  color: white;
}