@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;
  }
}
/* Hide Home Page from certain Customers 
body.ex-a-2127645.ex-home {
  display: none !important;
}*/

.quicklistdropdown .quicklist-name {
  max-width: none;
}

/* ECOMMDR-527 - re-order stock entry on PDP */
.product-stock-wrap .stock-entry.uk {order: 4;}
.product-stock-wrap .stock-entry.in-stock {order: 1;}
.product-stock-wrap .stock-entry.extended-stock {order: 5;}
.product-stock-wrap .stock-entry.local {order: 2;}
.product-stock-wrap .stock-entry.national-stock {order: 3;}

/* ===== Style lines for text for blankets ===== */
.line-ref-wrapper {
  padding-inline: 10px;
}
.line-ref-element {
  position: relative;
  padding: 20px;
  padding-right: 35px;
  background: #f5f5f5;
  border-radius: 10px;
  border: 4px solid transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.line-ref-title {
  text-align: center;
  margin-bottom: 20px;
}
.line-ref-element .quantity-line input {
  width: 70px;
  flex-grow: unset;
  margin-right: 10px;
  text-align: center;
}
.quantity-line {
  position: relative;
}
.quantity-line button {
  position: absolute;
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  z-index: 3;
  top: 8px;
}
.quantity-line button.decr-qty {
  right: 57px;
  top: 7px;
}
.quantity-line button.inc-qty {
  right: 14px;
}

.line-ref-element + .line-ref-element {
  margin-top: 10px;
}
.line-ref-delete {
  position: absolute;
  right: 7px;
  top: 2px;
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
  transition: color 0.35s;
}
.line-ref-delete:hover {
  color: #f38989;
}
.line-ref-element > div {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.line-ref-element span {
  font-size: 1.1rem;
  width: max-content;
  display: inline-block;
}
.line-ref-element input {
  margin-left: 10px;
  width: auto;
  padding: 10px 15px;
  flex-grow: 1;
  border-radius: 20px;
  font-size: 1.2rem;
  border-color: transparent;
  outline: 2px solid transparent;
  transition: outline-color 0.35s;
}
.line-ref-element input:focus {
  outline-color: #53b1ff;
}
.line-ref-element:has(input:placeholder-shown) {
  border: 3px solid #f38989;
}
.line-ref-element:not(:has(input:placeholder-shown)) {
  border: 3px solid #78c1a3;
}
.addline-wrapper {
  width: 100%;
  border: 3px dashed #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 15px;
  margin-block: 10px 30px;
  background-color: #f5f5f5;
  border-radius: 10px;
  transition: border-color 0.35s;
}
.addline-wrapper.error {
  border-color: #f38989;
}
.addline-wrapper.error .addline-btn {
  border-color: #f38989;
  color: #f38989;
}
.addline-btn {
  width: 50px;
  height: 50px;
  font-size: 2.5rem;
  line-height: 0;
  color: #78c1a3;
  border: 1px solid #78c1a3;
  border-radius: 50%;
  transition: background-color 0.35s, border-color 0.35s, color 0.35s;
}
.addline-btn:hover {
  background-color: #eaf4e7;
}
/* ===== End ===== */