/*
Theme Name: Bw Printnow
Theme URI: https://printnow.bzotech.com/intro/
Author: BZOTech
Author URI: #
Description: PrintNow - A stunning WooCommerce WordPress theme with a flexible style for online product design and printing services!
Version: 1.3
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: © 2024 BZOTech Theme. All rights reserved.
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, post-formats, sticky-post, threaded-comments, block-styles, blog, news
Text Domain: bw-printnow
*/

.header-default .logo-default h1 {
  background: linear-gradient(to right, #ff0000, #ff7700, #ffdd00, #00cc00, #0000ff, #8b00ff);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-decoration: none;
  font-weight: 700;
  animation: bounce 20s ease-in-out infinite;
  text-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
}

@keyframes bounce {
  0%, 100% { background-position: 0% 50%; }
  50%       { background-position: 150% 50%; }
}


.elbzotech-bt-default {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 24px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  background: #444444 !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  z-index: 0 !important;
  transition: background 0.2s ease, transform 0.1s ease !important;
  text-decoration: none !important;
}

/* Animated rainbow border only */
.elbzotech-bt-default::before {
  content: '' !important;
  position: absolute !important;
  inset: -2px !important;
  border-radius: 10px !important;
  background: linear-gradient(
    to right,
    #d94c4c, #d97840, #d9c240,
    #40a640, #4040d9, #7040d9
  ) !important;
  z-index: -1 !important;
  animation: rainbow-hue 5s linear infinite !important;
}

/* ::after masks the center, leaving only the 2px border visible */
.elbzotech-bt-default::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 8px !important;
  background: #444444 !important;
  z-index: -1 !important;
  transition: background 0.2s ease !important;
}

/* :hover state */
.elbzotech-bt-default:hover::after {
  background: #555555 !important;
}

/* :focus state */
.elbzotech-bt-default:focus {
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(68, 68, 68, 0.4) !important;
}

/* :active state */
.elbzotech-bt-default:active {
  transform: scale(0.97) !important;
}
.elbzotech-bt-default:active::after {
  background: #333333 !important;
}


@keyframes rainbow-hue {
  0%   { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}

@keyframes rainbow-hue {
  0%   { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}
.wrap-bread-crumb.bread-crumb- {
	background: transparent;
	padding: 0;
}

.header.header-default {
	box-shadow: none !important;
}




.woocommerce-Price-amount.amount {
  color: #666;
  font-weight: 400;
}


.woocommerce-Price-currencySymbol {
  font-weight: 400;
  font-size: 0.7em;
}

.product-info .product-title {
	font-weight: 500;
	font-size: 0.9rem;
}