/*Type here to edit*/ 

.search { max-width: 250px } 

.promotion-item .title-area { 
display: none; 
}

.header .header-stripe .logo-wrapper .logo {
height: 100px;
max-width: 520px;
}

.main-content .middle-section {display:none;}

.imagearea {background-color: #EFEDED} 
.imagepreviewDiv {background-color: #EFEDED !important}

/*Hide SEK*/ 
.price-currency{
display:none;}

/* Center product name container */
.product-item .product-name {
  display: flex !important;
  justify-content: center !important;
}

/* Center the tooltip wrapper */
.product-item .defaultStylesTooltip {
  display: flex !important;
  justify-content: center !important;
}

/* Optional: ensure text inside is centered */
.product-item .tooltip-title {
  text-align: center !important;
}