/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.back-to-shop-button {
  margin-top: 20px;
  text-align: left;
}

.back-to-shop-button a {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #ff0000; /* Основной цвет кнопки */
  color: #ffffff; /* Цвет текста */
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 16px;
}

.back-to-shop-button a:hover {
  background-color: #cc0000; /* Цвет при наведении */
  transform: translateX(-5px); /* Эффект движения */
}

.back-to-shop-button a .arrow {
  display: inline-block;
  margin-right: 10px; /* Отступ справа от стрелки */
  font-size: 18px;
  transition: margin-right 0.3s ease;
}

.back-to-shop-button a:hover .arrow {
  margin-right: 15px; /* Эффект движения стрелки */
}
