.elementor-4109 .elementor-element.elementor-element-8c251b3{--display:flex;--padding-top:2%;--padding-bottom:2%;--padding-left:2%;--padding-right:2%;}.elementor-4109 .elementor-element.elementor-element-373978d .elementor-heading-title{font-size:3em;}/* Start custom CSS for text-editor, class: .elementor-element-58cc8d06 *//*test*/
.wc-block-components-shipping-rates-control__package-item {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.5em;
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
  content: ",";
  margin-right: 0.2em;
  white-space: normal;
}
/*test*/
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
    font-family: 'larken';
}
h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    font-size: 1.5em;
}
.wp-block-woocommerce-cart.alignwide a.wc-block-components-product-name {
    font-family: 'larken';
    font-size: 1.2em;
}
.elementor-4109 .elementor-element.elementor-element-58cc8d06 a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #9ED4CA;
    border: 2px solid #1D9391;
    color: #111;
    padding: 20px;
    font-family: 'larken', Sans-Serif;
    font-size: 1.3em;
}
.elementor-4109 .elementor-element.elementor-element-58cc8d06 a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background: #111;
    color: #FAF5E8;
    border-color: #111;
}

/* Varukorg produkter */

.elementor-4109 .elementor-element.elementor-element-58cc8d06 .wc-block-grid__product-title {
    font-size: 1.5em;
}
.wc-block-grid__product {
  border-right: 1px solid #111;
  border-left: 1px solid #111;
  padding: 1.5rem;
  border-radius: 0;
  font-family: 'larken', Sans-Serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  text-align: left;
}

/* --- Rubrik och pris --- */
.wc-block-grid__product-title {
  font-weight: 600;
  font-size: 1rem;
}

.wc-block-grid__product-price {
  font-weight: 400;
  float: right;
}

/* --- Knappar --- */
.wc-block-grid__product .wp-block-button__link {
  background-color: #A6D2C3;
  color: #242C25;
  text-transform: none;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 0;
  transition: background 0.3s ease;
}

.wc-block-grid__product .wp-block-button__link:hover {
  background-color: #F6AE2D; 
  color: #242C25;
}/* End custom CSS */