/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/* Logo a bit bigger */
#_desktop_logo {
  width: 20%;
}

#_desktop_logo + div {
  width: 80%;
}

/* Category page title box */
body .block-category.card.card-block {
  min-height: 0;
  padding: 1.25rem 1.25rem 0.75rem;
}

/* Product page title */
#product .h1, #product .h2, #product .h3 {
  text-transform: none;
}

/* Product details lowercase */
.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  text-transform: none !important;
}


/* Iubenda */

.iubenda-tp-btn[data-tp-float][data-tp-float="bottom-right"] {
  display: none !important;
}