.container-header nav {
  margin-top: 0;
}

.brand-logo img {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 1200px) {
  .brand-logo img {
    max-width: 300px;
  }
}

@media screen and (max-width: 1100px) {
  .brand-logo img {
    max-width: 200px;
  }
}

.dob-menu {
  justify-content: right;
}

.dropdown-menu[data-bs-popper] {
  left: -30px;
}

a.ph-nav-link.cat-walk:before {
  content: "\f118";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  display: inline-block;
  margin-right: 8px;
  opacity: .5;
}

a.paw:before {
  content: "\f1b0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  opacity: .5;
}

a.home:before {
  content: "\e3af";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  opacity: .5;
}

a.shop:before {
  content: "\f07a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  opacity: .5;
}

a.info:before {
  content: "\f05a";
  font-family: "Font Awesome 6 Free" ;
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  opacity: .5;
}

a.basket:before {
  content: "\f291";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  opacity: .5;
}

a.sitemap:before {
  content: "\f0e8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  opacity: .5;
}

a.delivery:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  opacity: .5;
}




.footer-mod a {
  text-decoration: none;
}



/* Force the slider to ignore the d-sm-none hiding rule */
.container-banner.px-0.d-sm-none  {
    display: block !important;
}

body.home-page .ph-categories .ph-row-cats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1em;
}

@media screen and (max-width: 1200px) {
  body.home-page .ph-categories .ph-row-cats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  body.home-page .ph-categories .ph-row-cats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  body.home-page .ph-categories .ph-row-cats {
    grid-template-columns: 1fr;
  }
}


body.home-page .ph-categories .ph-row-cats .row-item {
  display: block;
  width: 100%;
  border: 3px dashed #f0f0f0;
}

body.home-page .ph-row-flex.grid .row-item .ph-item-box {
  border: none;
}

body.home-page .ph-row-flex.grid .row-item .ph-item-box .ph-category-header {
  font-size: 1.5em;
  text-align: center;
}


.footer-banner {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}

.container-footer .mod-custom,
.container-footer .mod-menu,
.container-footer .pc-email-newsletter-mod {
    padding: 0.5em 2em 2em 2em;
}

.footer-mod h3 {
  padding: 1em 1em 0 1em;
}

.dob-footer > div {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr 2fr 2fr;
}

@media screen and (max-width: 1100px) {
  .dob-footer > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  }

  /* Make the first child span all 4 columns */
  .dob-footer > div > *:first-child {
    grid-column: span 4;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .dob-footer > div {
    grid-template-columns: 1fr;
    text-align: center;
  }
  /* Reset the first child so it doesn't try to span columns that don't exist */
  .dob-footer > div > *:first-child {
    grid-column: span 1; 
  }
}
/* 
.container-header .mod-menu .parent:hover > ul {
    display: block;
    color: hsl(210, 11%, 15%);
    position: absolute;
    width: 199px;
    background: #f7f7f7;
} */


/* Restore the missing Attribute titles hidden by the override file */
#phItemAttributesBox .ph-attribute-title {
    display: block !important;
    visibility: visible !important;
    color: #333 !important; /* Adjust this color to match your text */
    font-weight: 600 !important;
    margin: 7px 0 0 0 !important;
    height: auto !important;
}

body.view-item .ph-item-price-box .ph-price-txt {
  display: none;
}

body.view-item .ph-item-price-box .ph-price-brutto {
  color: rgb(0, 178, 0);
  font-size: 1.7rem;
}