body {
  opacity: 0;
  animation: fadeIn .5s ease forwards;
}
@keyframes fadeIn { to { opacity: 1; } }

img { border-radius: 6px; }
input[type="number"] { width: 70px !important; }

@media (min-width: 768px) {
  #categories a,
  .right_item a {
    display: inline-block;
    transition: transform 0.2s ease, font-weight 0.2s ease;
    transform-origin: center;
  }

  #categories a:hover,
  .right_item a:hover {
    transform: scale(1.1);
    font-weight: bold;
  }
}

.welcome_message.header1_item {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  visibility: hidden;
  position: relative;
  white-space: nowrap;
}
.welcome_message.header1_item::before {
  content: "📞 0800 887 0297   ✉️ info@revivestudios.co.uk";
  visibility: visible;
  position: absolute;
  inset: 0 0 auto 0;
}

.details_overlay { background-color: rgba(0,0,0,.9) !important; }
.details_overlay_image {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
  opacity: .8;
  color: #fff;
  text-shadow: 0 0 10px #520052;
}
.flexslider .flex-direction-nav .flex-prev { left: 5px; }
.flexslider .flex-direction-nav .flex-next { right: 5px; }

.btn,
.button1,
.button2,
.button3 {
  border-radius: 6px;
  color: #fff;
  padding: 7px 10px;
  display: inline-block;               /* needed for transform */
  transition: transform 0.2s ease,
              background-color 0.2s ease;
}

/* base colors */
.button1,
.button2 { background-color: #520050; }
.button3 { background-color: #960004; }

/* hover effects (color + zoom) */
.button1:hover,
.button2:hover,
.button3:hover {
  background-color: #000;
  transform: scale(1.08);              /* zoom in */
  cursor: pointer;
}

/* inner text styling */
.button1 .large-text,
.button3 .large-text {
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: .5;
}
.button1 .small-text,
.button3 .small-text {
  display: block;
  font-size: .8em;
  font-weight: 400;
  margin-top: -8px;
  line-height: .5;
}


.browse_count,
.featured_blog_title,
.details_top,
.footer_copyright a,
#popular_products,
.details_info_condition,
.blog_published,
.offers_title,
.browse_sort,
.browse_subcategories_title,
.featured_title,
.new_title,
.details_info_bulk,
.details_description_title {
  display: none !important;
}

.header2 {
  background: #dadada url('https://cdn.freewebstore.com/origin/13244/6_millions_scans_30000_customers_25_years_expertise_v2_200925_1758393075237.png')
              no-repeat;
  background-size: 280px;
  background-position: calc(50% + 300px) center;
  margin: 0 auto;
}


@media (max-width: 768px) {
  .mobile-hide { display: none; }
  .header2 { background-image: none; }
}