
.searchbar-wrapper {

    width: 100%;

}

.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier,
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path,
.dgwt-wcas-om-bar .dgwt-wcas-om-return svg path {
    fill: #e8e8e8;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 7px;
    left: 15px;
}

.dgwt-wcas-search-wrapp {

    transition: all .3s ease 0s;
    width: 300px;
    max-width: 300px !important;
}

.dgwt-wcas-search-focused {

    transition: all .3s ease 0s;
    width: 100% !important;
    max-width: 800px !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {

    transition: all .3s ease 0s;
    opacity: .5;

}

.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp {

    transition: all .3s ease 0s;
    opacity: 1;

}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {

    border: none;
    background-color: transparent;

}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {

    border: none;
    background-color: transparent;
    
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    
    border-color: #e6e6e6;

}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0;
}


.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp {
    padding: 0;
}



.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 10px;
}


.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 10px;
}



.dgwt-wcas-suggestions-wrapp {

    margin-top: calc( var(--wp-admin--admin-bar--height) * -1 ) !important;
    border-radius: 0 0 10px;

}




#wpadminbar {

    position: fixed;
    top: 0;
    z-index: 95;
    
}



main.legal-block {
    margin: 0 auto;
    ol, ul {
        padding-top: .5rem;
        & > li {
            padding-bottom: .5rem;
        }
    }
    ol#main-sections {
        padding: 0;
    }
    ol > li {
        display: block;
    }
    ol {
        counter-reset: item;
    }
    ol > li:before {
        counter-increment: item;
        content: counters( item, ".") ". ";
        font-weight: 700;
    }
    ol.reset-counter > li:before {
      counter-increment: item;
      content: counter( item ) ". ";
    }
   .ms {
        font-size: larger;
        font-weight: 700;
        text-transform: uppercase;
    }
    .mss {
        font-size: large;
        font-weight: 700;
    }
}




.slick-slider .slick-track, .slick-slider .slick-list {

    display: flex;
    gap: 0;

    & .related-item {

        margin: 0 .08rem;

        & .related-item-wrapper {

            border-radius: 0;

        }

    }

}

.slider-favourites .slick-list,
.slider-popular .slick-list {

    border-radius: 12px;
    overflow: hidden;

}



.privacy-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  background: #fbaaaa;
  border: 1px solid #ff8484;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  z-index: 9999;
  display: none;
}

.privacy-banner.show {
  display: block;
}

.privacy-banner__title {
  font-weight: 600;
  margin: 0 0 8px 0;
  font-size: 14px;
}

.privacy-banner__text {
  color: #000;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: .75rem;
}

.privacy-banner__links {
  display: block;
  margin-bottom: .75rem;
  font-size: 1rem;
  color: #666;
}

.privacy-banner__links a {
  color: #0073aa;
  text-decoration: none;
  margin-right: 8px;
}

.privacy-banner__buttons {
  display: flex;
  gap: 8px;
}

.privacy-banner__btn {
  flex: 1;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}

.privacy-banner__btn--accept {
  background: #0073aa;
  color: #fff;
}

.privacy-banner__btn--reject {
  background: #ddd;
  color: #333;
}

.privacy-banner__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  font-size: 12px;
  color: #888;
}