body {
  opacity: 0;
  animation: fadeIn .2s 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 {
  background-color: #520050;     /* Revive purple */
  color: #fff;
}
.button2 {
  background-color: #00b67a;     /* Revive red */
  color: #fff;
}

.button3 {
  background-color: #960004;     /* Revive red */
  color: #fff;
}

/* ====== SHAPE + LAYOUT (Smooth Pill style) ====== */
.button1,
.button2,
.button3 {
  display: inline-block;
  padding: 12px 20px;            /* smooth pill padding */
  border-radius: 40px;           /* rounded edges */
  font-weight: 600;
  letter-spacing: 0.3px;
  border: none;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

/* ====== HOVER EFFECTS ====== */
.button1:hover,
.button2:hover,
.button3:hover {
  background-color: #000;        /* dark hover tone */
  transform: translateY(-2px);   /* gentle lift */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* ====== ACTIVE STATE (optional) ====== */
.button1:active,
.button2:active,
.button3:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* ====== 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;
}



footer {
  margin-top: 0 !important;           /* remove footer’s own top margin */
  display: flow-root;                  /* prevents margin-collapsing from first child */
}

.footer_top {
  padding-top: 0 !important;
    
}

#product_promtoions_container,
.featured_blog,
.browse_count,
.featured_blog_title,
.details_top,
.footer_copyright a,
#featured,
#recent_products,
#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; }
}