@font-face {
  font-family: "Nordique Pro";
  src: url("https://eu.evocdn.io/dealer/1655/content/media/My_Theme/fonts/NordiquePro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
	
@font-face {
  font-family: "Nordique Pro";
  src: url("https://eu.evocdn.io/dealer/1655/content/media/My_Theme/fonts/NordiquePro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nordique Pro";
  src: url("https://eu.evocdn.io/dealer/1655/content/media/My_Theme/fonts/NordiquePro-Seimbold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Nordique Pro";
  src: url("https://eu.evocdn.io/dealer/1655/content/media/My_Theme/fonts/NordiquePro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h4 {
  font-family: "Nordique Pro" !important;
  font-weight: 700 !important;
  text-transform: lowercase;
  letter-spacing: -0.03em;
  line-height: 0.9;
}

h3 {
  font-family: "Nordique Pro" !important;
  font-weight: 700 !important;
  /* Remove text-transform: lowercase; to prevent lowercase transformation */
  letter-spacing: -0.03em;
  line-height: 0.9;
}

.catalog-grid .tile .footer .product-price-rrp,
.productquickview .old-price{
 display: none; 
}

.catalog-single .main-image .product-brand a {
 display: none !important; 
}

.catalog-grid.item-merchandising .tile .product-sku {
  left: 0;
}

.kids-planet .hero-contact-form {
  background-image: url("https://eu.evocdn.io/dealer/1655/content/media/Content_Pages/contact/Heatons-Kidsplanetcontactusbackground.jpg");
}

.menu-nolink > a {
  pointer-events: none;
}


.form-grey-bg {
  padding: 20px 40px;
  background: #ececec;
}

.modal-backdrop {
    z-index: 0 !important;
}

.widget-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.image-widget {
  position: relative;
  width: 140px; /* 6 images per row with 10px gutter */
  margin-right: 10px; /* Gutter between images */
  margin-bottom: 10px; /* Gutter between rows */
  overflow: hidden; /* Hide overflow for zoom effect */
  padding: 5px;
}

.widget-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease; /* Add transition for smooth zoom effect */
}

.image-widget:hover .widget-image {
  transform: scale(1.075); /* Apply subtle zoom effect on hover */
}

.image-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(42, 72, 87, 0.75);
  color: white;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-widget:hover .image-name {
  opacity: 1;
}

.toolbar .toggle-vat-incl-wrapper label {
  color: #fff;
}

.toolbar .toggle-vat-incl-wrapper  {
  margin-right: 20px;
}

.menubarStick .toolbar .toggle-vat-incl-wrapper label {
  color: #2a4857;
}

#vpress-editor-container {
 z-index: 6 !important; 
}

.kids-planet .response-message.alert-success {
  font-size: 1.25em;
  padding: 20px 15px
}
.kids-planet .response-message.alert-success::after {
  content: ", please allow 24/48 hours for your account to be activated, and an email will be sent to you once this has been done.";
}
.ex-quicklists .product-stock .out-stock {
  display: none;
}

/* Tree nation widget CSS */
#tree-nation-offset-website {
  margin-top: -100px;
}

@media (max-width: 768px) {
  #tree-nation-offset-website {
  	margin-top: 0;
  }
}

#ordergrid th.address_title, #ordergrid td.address_title { display: table-cell;}