/* line 1, animate.scss */
a {
  transition: all 0.3s ease 0s; }

/* line 5, animate.scss */
.header__menu-controls a:hover,
.header__area-contacts .header__phone a:hover {
  color: var(--color-accent-text); }

/* line 10, animate.scss */
.header__area-controls a,
.header__area-controls span {
  transition: all 0.3s ease 0s; }

/* line 14, animate.scss */
.header__area-controls a:hover,
.header__area-controls span:hover {
  color: var(--color-accent-text); }

/* line 20, animate.scss */
.header__control-bage-cart:hover {
  color: inherit; }

/* line 24, animate.scss */
.subcollection-list__item-title {
  transition: all 0.3s ease 0s; }

/* line 28, animate.scss */
.subcollection-list__item:hover .subcollection-list__item-title {
  color: var(--color-accent-text); }

/* line 31, animate.scss */
.subcollection-list img {
  transition: all 0.3s ease 0s; }

/* line 34, animate.scss */
.img-ratio__inner {
  border-radius: var(--subcollection-border-radius);
  overflow: hidden; }

/* line 38, animate.scss */
.subcollection-list .subcollection-list__item:hover img {
  width: 104%;
  height: 104%;
  left: -2%;
  top: -2%;
  border-radius: none; }

/* line 46, animate.scss */
.footer__phone a {
  transition: all 0.3s ease 0s; }

/* line 50, animate.scss */
.footer__phone-value {
  transition: all 0.3s ease 0s; }

/* line 54, animate.scss */
.footer__phone-value:hover {
  color: var(--color-accent-text); }
