:root {
  --evo-brand-secondary: #D43494;
  --evo-brand-accent: #29B2C4;
  --evo-header-background: #fff;
}


.ribbon-wrapper .ribbon {
    border-radius: 15px;
}

.cat-tiles > div img {
  transition: transform 0.5s ease;
}

.cat-tiles > div:hover img {
  transform: scale(1.30);
}

.subcategorieslist_container .griditems .tile p {
    color: var(--evo-text-col);
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    transition: color .35s ease;
}

.subcategorieslist_container .griditems .tile figure {
    background-color: white;
    padding: 10px;
}


.productsummary_container .productdetails .prod-code span {
    background-color: #D43494;
    color: white;
    font-weight: 400;
}

.contacts .contact-element.contact-icon i {
    color: #07436b;
}

.productimage_container .productimagesolo {
    border: 0px solid var(--evo-border-color, #eaeaea);
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.pro

.ex-searchresult .b5627 .ribbon {
    margin-left: -6px;
    padding: 40px;
    margin-bottom: 37px;
    margin-top: -28px;
    border-radius: 50px;
    background-color: transparent !important;
    background-image: url(https://eu.evocdn.io/dealer/1898/content/media/best-value-v1.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.ex-product .b5627 .ribbon-side, .b5627 .ribbon-tips {
  display: none;
}
.ex-product .b5627 .ribbon {
 padding: 85px;
  margin-bottom: 15px;
 border-radius: 55px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1898/content/media/best-value-v1.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-product .b5627 .ribbon span {
display: none;
}
.ex-product .b5627 .ribbon-side {
border-left: 0px;
}
.ex-category .b5627 .ribbon-side, .b5627 .ribbon-tips {
  display: none;
}
.ex-category .b5627 .ribbon {
 margin-left: 5px;
  padding: 40px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1898/content/media/best-value-v1.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-category .b5627 .ribbon span {
display: none;
}
.ex-category .b5627 .ribbon-side {
border-left: 10px;
 border-color: #fff;
}
.ex-searchresult .b5627 .ribbon-side, .b5627 .ribbon-tips {
  display: none;
}
.ex-searchresult .b5627 .ribbon {
margin-left: 5px;
  padding: 40px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1898/content/media/best-value-v1.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-searchresult .b5627 .ribbon span {
display: none;
}
.ex-searchresult .b5627 .ribbon-side {
border-left: 10px;
 border-color: #fff;
}

.ex-product-finder .b5627 .ribbon-side, .b5627 .ribbon-tips {
  display: none;
}
.ex-product-finder .b5627 .ribbon {
margin-left: 5px;
  padding: 40px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1898/content/media/best-value-v1.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-product-finder .b5627 .ribbon span {
display: none;
}
.ex-product-finder .b5627 .ribbon-side {
border-left: 10px;
 border-color: #fff;
}


.fa-leaf:before {
    content: "\f06c";
    color: green;
}

.fa-recycle:before {
    content: "\f1b8";
    color: limegreen;
}

.productfinderwidget .finder-wrapper .finder-select-wrapper.dropdown .dropdown-menu .finder-label {
    display: flex;
    align-items: center;
}

.productfinderwidget .finder-wrapper .finder-select-wrapper.dropdown .dropdown-menu .finder-label label {
    order: 2;
    margin: 0; 
}

.productfinderwidget .finder-wrapper .finder-select-wrapper.dropdown .dropdown-menu .finder-label img {
    order: 1;
    margin-right: 10px;
}

.ex-product .productsrelated_container .b5627 .ribbon{
  padding: 40px;
}

.ex-searchresult .b5627 .ribbon,
.ex-product .productsrelated_container .b5627 .ribbon{
  border-radius: 0;
}

.shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

.shadow:hover {
  transform: translateY(5px);
}

/* ===== DMC landing page styling ===== */
.page-content.onecolumn:has(.landingpage-hero-title) {
  margin: 0;
}

.landingpage-hero-title {
  position: relative;
  background-color: #2a2a2a;
  min-height: 320px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.landingpage-hero-title > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.landingpage-hero-title .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.landingpage-hero-title .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

.landingpage-hero-title h1 {
  font-size: 48px;
  margin: 0 0 25px;
  color: #fff;
}

.landingpage-hero-title p:last-child {
  margin-bottom: 0;
}

.landingpage-introtext h2 {
  font-size: 40px;
  margin: 0 0 30px;
}

.landingpage-introtext p {
  margin: 0 0 25px;
}

.catalog-grid:has(.landingpage-introtext) .row-breadcrumb {
  display: none;
}

.htmlcontent_container:has(.landingpage-buttons) {
  margin: 0;
}

.landingpage-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.landingpage-buttons .btn {
  width: 35%;
  padding: 1.5rem;
  font-size: 1.35rem;
  min-width: max-content;
}

@media (max-width: 500px) {
  .landingpage-buttons {
  flex-direction: column;
  align-items: center;
  }
  .landingpage-buttons .btn {
  min-width: min(300px, 90%);
  }
}

.landingpage-category-boxes {
  background: #f3f3f3;
  padding: 70px 0;
  margin-top: 30px;
}

.landingpage-category-boxes h2 {
  text-align: center;
  font-size: 36px;
  color: #444242;
  margin: 0 0 25px;
}

.landingpage-category-boxes p {
  text-align: center;
  margin: 0;
}

.landingpage-category-boxes .container {
  background-color: revert;
}

.lp-categoryboxes-inner {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

@media (max-width: 991px) {
  .lp-categoryboxes-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .lp-categoryboxes-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.lp-categorybox {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  height: 285px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}

.lp-categorybox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: 0.35s all;
}

.lp-categorybox > div {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.lp-categorybox > div img {
  flex-shrink: 0;
}

.lp-categorybox > div::after {
  content: "View Category";
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  bottom: 100%;
  opacity: 0;
  transition: 0.35s all;
  transform: translateX(-20px);
}

.lp-categorybox::after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: -1;
  transition: 0.35s all;
}

.lp-categorybox:hover > img {
  transform: scale(1.05);
}

.lp-categorybox:hover > div::after {
  opacity: 1;
  transform: translateX(0);
}

.lp-categorybox:hover::after {
  opacity: 0.75;
}

.zonebottom:has(.landingpage-category-boxes) > div {
  margin-bottom: 0;
}

.gotAnyQuestions {
  background: #08436b;
  position: relative;
  padding: 0 30px;
}

.gotAnyQuestions > img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  object-fit: cover;
}
.gotAnyQuestions a {
  margin-top: 20px;
}

.gotAnyQuestions a:hover,
a:focus {
  color: #ffffff;
}

.gotAnyQuestions .questionsInner {
  padding: 100px 100px 100px 0;
  width: 50%;
}

.gotAnyQuestions h3 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 30px;
}

.gotAnyQuestions p {
  color: #fff;
  margin: 0 0 30px;
}

.gotAnyQuestions .questionsLink {
  color: #fff;
  margin: 15px 0;
}
.gotAnyQuestions .customButton {
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .gotAnyQuestions > img {
    display: none;
  }
}

@media (max-width: 768px) {
  .gotAnyQuestions .questionsInner {
    width: 100%;
    padding: 50px 0;
  }
}
/* ===== END landing page style ===== */

.ex-contractitems .b5627 .ribbon-side, .b5627 .ribbon-tips {
  display: none;
}
.ex-contractitems .b5627 .ribbon {
margin-left: 5px;
  padding: 40px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1898/content/media/best-value-v1.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-contractitems .b5627 .ribbon span {
display: none;
}
.ex-contractitems .b5627 .ribbon-side {
border-left: 10px;
 border-color: #fff;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  padding: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  cursor: pointer;
}

.faq-question {
  font-weight: bold;
  position: relative;
  padding-right: 20px;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding-top: 10px;
  color: #555;
}

.faq-item.active .faq-answer {
  display: block;
}

body.ex-loggedin .accountapplication {
  display: none !important;
}

/* Hide it by default */
.exercisebookfinder {
  display: none !important;
}

/* Show it only for logged-in users with the 'Schools' label */
body.ex-loggedin.ex-l-4504 .exercisebookfinder {
  display: inline-block !important; /* Or use 'flex' depending on your nav layout */
}

.live-inventory-v2-wrapper .in-stock {
    font-size: 0.85rem;
}

.live-inventory-v2-wrapper .out-stock {
   color: red !important;
   background-color:white !important;
  border-radius: 26px;
}

.live-inventory-v2-wrapper .in-stock {
   color: #fff !important;
   background-color:green !important;
  border-radius: 26px;
}

.banner-container {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease;
  max-width: 900px;
  margin: 0 auto;
}

.banner-container.animate {
  opacity: 1;
  transform: translateX(0);
}

.banner-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.row-1 {
  justify-content: space-between;
}

.row-2 {
  justify-content: center;
}

.banner-item img {
  width: 250px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-item:hover img {
  transform: scale(1.08);
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}


element.style {
}
.lastviewedproducts_container .product div.product-sku .product-sku-label, .lastviewedproducts_container .tile div.product-sku .product-sku-label, .merchandisingcontent_container .product div.product-sku .product-sku-label, .merchandisingcontent_container .tile div.product-sku .product-sku-label, .productsgrid_container .product div.product-sku .product-sku-label, .productsgrid_container .tile div.product-sku .product-sku-label, .productsrelated_container .product div.product-sku .product-sku-label, .productsrelated_container .tile div.product-sku .product-sku-label, .widget-contract-items-html .product div.product-sku .product-sku-label, .widget-contract-items-html .tile div.product-sku .product-sku-label, .widget-lastviewedproducts-html .product div.product-sku .product-sku-label, .widget-lastviewedproducts-html .tile div.product-sku .product-sku-label {
    background-color: #d53395;
    color: white;
    border-radius: 8px;
    display: inline-block;
    padding: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.animated-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  max-width: 1200px;
}

.animated-banner {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease-out;
  width: 250px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.animated-banner img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

/* Fly-in animation trigger */
.animated-banner.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Optional hover animation (zoom or tilt) */
.animated-banner:hover img {
  transform: scale(1.05);
}
header .widgetlogo .logo img {
  max-height: 150px !important;
  max-width: 200px !important;
}
header .header-mobile .header-logo .logo img {
  filter: brightness(0) invert(1);
}