@font-face {
  font-family: "Cera Pro";
  src:
    url("../fonts/CeraPro-Regular.woff2") format("woff2"),
    url("../fonts/CeraPro-Regular.woff") format("woff"),
    url("../fonts/CeraPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url("../fonts/CeraPro-Bold.woff2") format("woff2"),
    url("../fonts/CeraPro-Bold.woff") format("woff"),
    url("../fonts/CeraPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url("../fonts/CeraPro-Medium.woff2") format("woff2"),
    url("../fonts/CeraPro-Medium.woff") format("woff"),
    url("../fonts/CeraPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url("../fonts/CeraPro-Black.woff2") format("woff2"),
    url("../fonts/CeraPro-Black.woff") format("woff"),
    url("../fonts/CeraPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url("../fonts/CeraPro-Light.woff2") format("woff2"),
    url("../fonts/CeraPro-Light.woff") format("woff"),
    url("../fonts/CeraPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Cera Pro", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

input,
button,
select {
  font-family: inherit;
}
.home-page {
  background-color: #ffffff;
}

.auth-page {
  background-color: #f4f4f4;
  padding: 40px;
}

.text-green {
  color: rgba(70, 163, 88, 1);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  border-bottom: 0.3px solid rgba(70, 163, 88, 0.5);
  padding-top: 18px;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 150px;
  text-align: left;
}

.header-nav {
  flex-grow: 1;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-actions {
  width: 100px;
  text-align: right;
}

.logo {
  line-height: 1;
}

.logo-img {
  display: block;
  width: 150px;
  height: 34.3px;
}

.nav-link {
  padding: 25px 0;
  margin: 0 15px;
  color: rgba(61, 61, 61, 1);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.nav-link::after {
  content: attr(data-text);
  font-weight: 700;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
}

.nav-link.active,
.nav-link:hover,
.nav-item-dropdown:hover .nav-link {
  color: rgba(61, 61, 61, 1);
  font-weight: 700;
  border-bottom-color: #46a358;
}

.btn-login-header {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(70, 163, 88, 1);
  color: white;
  text-decoration: none;
  width: 100px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  transition: background-color 0.3s ease;
}

.btn-login-header:hover {
  background-color: #3d8b4a;
}

.btn-login-header svg,
.btn-login-header .btn-text {
  display: inline-block;
  vertical-align: middle;
}

.btn-login-header svg {
  margin-right: 6px;
}

.hero {
  padding: 15px 0 60px 0;
}

.hero-wrapper {
  background-color: rgba(245, 245, 245, 0.5);
  padding: 60px 40px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-text-block {
  width: 55%;
  padding-right: 40px;
}

.hero-image-block {
  width: 45%;
  text-align: right;
}

.hero-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: rgba(61, 61, 61, 1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.hero-title {
  font-size: 70px;
  line-height: 70px;
  color: #3d3d3d;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.hero-desc {
  color: rgba(114, 114, 114, 1);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 38px;
  max-width: 557px;
}

.btn-primary {
  display: inline-block;
  background-color: rgba(70, 163, 88, 1);
  color: white;
  text-decoration: none;
  padding: 10px 27px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #3d8b4a;
}

.hero-img-element {
  display: block;
}

.auth-container {
  background-color: white;
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.close-btn-wrapper {
  text-align: right;
}

.close-btn {
  cursor: pointer;
  color: #46a358;
  font-size: 18px;
  text-decoration: none;
}

.auth-title {
  text-align: center;
  margin-top: 0;
}

.auth-title.reset-title {
  color: #333;
}

.active-tab {
  color: #46a358;
}

.tab-separator {
  color: #ccc;
  margin: 0 10px;
}

.auth-link {
  color: #555;
  text-decoration: none;
  font-weight: normal;
}

.auth-subtitle {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
}

.form-input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-input.mb-20 {
  margin-bottom: 20px;
}

.password-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.password-input {
  padding-right: 40px;
  margin-bottom: 0;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  user-select: none;
  font-size: 0;
}

.password-toggle svg {
  display: inline-block;
  vertical-align: middle;
}

.form-options {
  margin-bottom: 20px;
  font-size: 0;
}

.form-options > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.form-options .checkbox-label {
  width: 50%;
  text-align: left;
}

.form-options .link-green {
  width: 50%;
  text-align: right;
}

.form-options.left-align .checkbox-label {
  width: 100%;
  text-align: left;
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #555;
  user-select: none;
  position: relative;
}

.checkbox-input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  margin: 0;
  z-index: -1;
}

.checkbox-text {
  position: relative;
  padding-left: 28px;
}

.checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1.5px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.checkbox-text::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translateY(-60%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.checkbox-input:checked + .checkbox-text::before {
  background-color: rgba(70, 163, 88, 1);
  border-color: rgba(70, 163, 88, 1);
}

.checkbox-input:checked + .checkbox-text::after {
  opacity: 1;
}

.link-green {
  color: #4caf50;
  text-decoration: none;
}

.submit-btn {
  background-color: #46a358;
  color: white;
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.submit-btn.mb-20 {
  margin-bottom: 20px;
}

.divider {
  text-align: center;
  color: #999;
  font-size: 12px;
  margin: 25px 0;
  position: relative;
}

.divider hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.divider span {
  background-color: white;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.social-btn {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
  color: #555;
  font-size: 14px;
  text-align: center;
}

.social-btn svg,
.social-text {
  display: inline-block;
  vertical-align: middle;
}

.social-btn svg {
  margin-right: 8px;
}

.back-link-wrapper {
  text-align: center;
}

.back-link {
  color: #555;
  text-decoration: none;
  font-size: 14px;
}

.shop {
  padding: 40px 0 80px;
}

.shop .container {
  display: flex;
  justify-content: space-between;
}

.sidebar {
  width: 25%;
  padding-right: 30px;
}

.shop-content {
  width: 75%;
}

.categories-block {
  background-color: rgba(251, 251, 251, 1);
  padding: 15px 20px;
  margin-bottom: 30px;
}

.categories-title {
  font-size: 18px;
  line-height: 16px;
  color: rgba(61, 61, 61, 1);
  margin-top: 0;
  margin-bottom: 20px;
}

.categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-link {
  font-size: 15px;
  line-height: 40px;
  color: rgba(61, 61, 61, 1);
  text-decoration: none;
  display: block;
  transition:
    color 0.3s ease,
    font-weight 0.3s ease;
}

.category-link.active {
  font-weight: 700;
  color: rgba(70, 163, 88, 1);
}

.category-link:hover {
  color: rgba(70, 163, 88, 1);
}

.banner-img {
  display: block;
}

.sale-banner {
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.sale-banner:hover {
  transform: scale(1.03);
}

.shop-header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-tabs {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-link {
  font-size: 15px;
  color: rgba(61, 61, 61, 1);
  text-decoration: none;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

.tab-link.active {
  font-weight: 700;
  color: rgba(70, 163, 88, 1);
  border-bottom: 2px solid rgba(70, 163, 88, 1);
}

.tab-link:hover {
  color: rgba(70, 163, 88, 1);
}

.shop-sort {
  font-size: 15px;
  color: rgba(61, 61, 61, 1);
}

.sort-select {
  border: none;
  background: transparent;
  font-size: 15px;
  color: rgba(61, 61, 61, 1);
  cursor: pointer;
  outline: none;
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.5%;
}

.product-card {
  width: 31%;
  background-color: #fff;
  position: relative;
  padding-bottom: 20px;
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(70, 163, 88, 1);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.product-card:hover::before {
  opacity: 1;
}

.product-image {
  position: relative;
  background-color: rgba(251, 251, 251, 1);
  padding: 20px;
  border-radius: 4px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product-title {
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  margin: 15px 0 5px 0;
}

.product-price {
  font-weight: 700;
  font-size: 18px;
  color: rgba(70, 163, 88, 1);
  margin: 0;
}

.product-actions {
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-card:hover .product-actions {
  opacity: 1;
}

.action-btn {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.action-icon {
  width: 20px;
  height: 20px;
  background-color: rgba(61, 61, 61, 1);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: background-color 0.3s ease;
}

.basket .action-icon {
  -webkit-mask-image: url("../images/shopbasket.png");
  mask-image: url("../images/shopbasket.png");
}

.favorite .action-icon {
  -webkit-mask-image: url("../images/favorite.png");
  mask-image: url("../images/favorite.png");
}

.search .action-icon {
  -webkit-mask-image: url("../images/search.png");
  mask-image: url("../images/search.png");
}

.action-btn:hover .action-icon {
  background-color: rgba(70, 163, 88, 1);
}

.price-current {
  color: rgba(70, 163, 88, 1);
}

.price-old {
  color: #a5a5a5;
  text-decoration: line-through;
  font-size: 15px;
  margin-left: 10px;
}

.discount-badge {
  position: absolute;
  min-width: 80px;
  width: auto;
  padding: 0 8px;
  height: 29px;
  top: 14px;
  left: 0;
  background-color: rgba(70, 163, 88, 1);
  color: #fff;
  font-weight: 500;
  text-align: center;
  z-index: 5;
}

.promo-banners {
  padding: 50px 0;
}

.promo-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.promo-card {
  display: flex;
  align-items: center;
  background-color: rgba(251, 251, 251, 1);
  width: 50%;
  padding: 30px;
}

.promo-image {
  width: 45%;
}

.promo-image img {
  display: block;
  margin-top: -50px;
}

.promo-content {
  width: 55%;
  text-align: right;
  padding-left: 20px;
}

.promo-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgba(61, 61, 61, 1);
  margin: 0 0 10px 0;
  max-width: 170px;
  margin-left: auto;
}

.promo-desc {
  font-size: 14px;
  line-height: 24px;
  color: rgba(114, 114, 114, 1);
  margin: 0 0 20px 0;
}

.btn-find-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(70, 163, 88, 1);
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.btn-find-more svg {
  transform: translateY(2px);
}

.btn-find-more:hover {
  background-color: #3d8b4a;
}

.blog-section {
  padding: 50px 0 100px;
}

.blog-header {
  text-align: center;
  margin-bottom: 35px;
}

.blog-title {
  font-size: 30px;
  line-height: 16px;
  color: rgba(61, 61, 61, 1);
  margin: 0 0 15px 0;
}

.blog-subtitle {
  font-size: 14px;
  line-height: 24px;
  color: rgba(114, 114, 114, 1);
  margin: 0;
}

.blog-grid {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.blog-card {
  width: calc((100% - 90px) / 4);
  background-color: rgba(251, 251, 251, 1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-img {
  width: 100%;
  display: block;
}

.blog-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-meta {
  font-weight: 500;
  font-size: 14px;
  color: rgba(70, 163, 88, 1);
  margin-bottom: 10px;
}

.blog-card-title {
  font-size: 20px;
  line-height: 26px;
  color: rgba(61, 61, 61, 1);
  margin: 0 0 10px 0;
}

.blog-card-desc {
  font-size: 14px;
  line-height: 22px;
  color: rgba(114, 114, 114, 1);
  margin: 0 0 15px 0;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(61, 61, 61, 1);
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: auto;
}

.blog-read-more svg {
  transform: translateY(2px);
}

.blog-read-more:hover {
  color: rgba(70, 163, 88, 1);
}

.nav-item-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 15.6px);
  left: 50%;
  transform: translateX(-50%);
  width: 192px;
  background-color: rgba(237, 246, 238, 1);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 100;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -15.6px;
  left: 0;
  width: 100%;
  height: 15.6px;
  background-color: transparent;
}

.nav-item-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  padding: 0 15px;
  text-decoration: none;
  line-height: 1;
  color: rgba(61, 61, 61, 1);
  transition:
    background-color 0.4s ease-in-out,
    color 0.4s ease-in-out;
}
.dropdown-menu li:hover > a {
  background-color: rgba(26, 113, 42, 1);
  color: #ffffff;
}

.dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 2px);
  width: 178px;
  background-color: rgba(237, 246, 238, 1);
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-submenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  background-color: transparent;
}

.has-submenu:hover .dropdown-submenu {
  display: block;
}

.arrow-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 6px;
  height: 10px;
  margin-left: 8px;
}

.arrow-icon-svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
  transition: opacity 0.4s ease;
}

.arrow-right {
  opacity: 1;
}

.arrow-left {
  opacity: 0;
}

.has-submenu:hover > a .arrow-right {
  opacity: 0;
}

.has-submenu:hover > a .arrow-left {
  opacity: 1;
}

.footer {
  background-color: #ffffff;
  padding-top: 50px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  background-color: rgba(251, 251, 251, 1);
  padding: 25px;
}

.features-list {
  display: flex;
  width: 65%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-item {
  width: 33.33%;
  padding: 95px 25px 0 25px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 25px 0;
  background-size: auto 80px;
}

.feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(70, 163, 88, 0.1);
}

.garden-care-icon {
  background-image: url("../images/gorsh.png");
}

.plant-renovation-icon {
  background-image: url("../images/cact.png");
}

.watering-icon {
  background-image: url("../images/leika.png");
}

.feature-title {
  font-size: 17px;
  color: #3d3d3d;
  margin: 0 0 10px 0;
}

.feature-desc {
  font-size: 14px;
  color: #727272;
  line-height: 22px;
  margin: 0;
}

.newsletter-block {
  width: 30%;
}

.newsletter-title {
  font-size: 18px;
  color: #3d3d3d;
  margin: 0 0 15px 0;
}

.newsletter-form {
  display: flex;
  margin-bottom: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}

.newsletter-input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  background-color: #ffffff;
  border-radius: 6px 0 0 6px;
  outline: none;
  font-size: 14px;
}

.newsletter-input::placeholder {
  color: #a5a5a5;
}

.newsletter-btn {
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0 6px 6px 0;
  border: none;
  cursor: pointer;
  background-color: rgba(70, 163, 88, 1);
  color: #ffffff;
  transition: background-color 0.3s ease;
  text-transform: none;
}

.newsletter-btn:hover {
  background-color: rgba(58, 136, 73, 1);
}

.newsletter-desc {
  font-size: 13px;
  color: #727272;
  line-height: 22px;
  margin: 0;
}

.footer-contacts {
  background: linear-gradient(
    90deg,
    rgba(237, 246, 239, 1) 0%,
    rgba(82, 195, 104, 1) 100%
  );
  padding: 25px 20px;
}

.contact-info-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-item {
  width: 150px;
}

.contact-icon {
  display: block;
  flex-shrink: 0;
  color: rgba(70, 163, 88, 1);
  stroke: currentColor;
  fill: none;
  transition: color 0.3s ease;
}

.contact-link {
  font-size: 14px;
  color: #3d3d3d;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.address-link {
  max-width: 180px;
  display: inline-block;
}

.contact-link:hover {
  color: #ffffff;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  padding: 30px 25px;
  background-color: rgba(251, 251, 251, 1);
  border-bottom: 1px solid rgba(70, 163, 88, 0.2);
}

.nav-column {
  width: 22%;
}

.nav-title {
  font-size: 18px;
  font-weight: 700;
  color: #3d3d3d;
  margin: 0 0 20px 0;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nav-list a {
  font-size: 14px;
  color: #3d3d3d;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.nav-list a:hover {
  color: rgba(70, 163, 88, 1);
}

.social-column {
  width: 28%;
}

.social-list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.social-link {
  display: block;
  transition: transform 0.3s ease;
}

.social-link:hover .social-icon {
  color: #3d8b4a;
}

.social-link:hover {
  transform: translateY(-2px);
}

.social-icon {
  display: block;
  color: rgba(70, 163, 88, 1);
  transition: color 0.3s ease;
  fill: none;
}

.fb-blue {
  color: #3b5999;
  fill: none;
}

.accept-title {
  margin-bottom: 15px;
}

.payment-img {
  max-width: 100%;
  display: block;
}

.footer-copyright {
  background-color: rgba(251, 251, 251, 1);
  text-align: center;
  padding: 15px 0;
}

.footer-copyright p {
  margin: 0;
  font-size: 14px;
  color: #3d3d3d;
}

.submit-btn {
  transition:
    background-color 0.3s ease,
    transform 0.1s ease;
}

.submit-btn:hover {
  background-color: #3d8b4a;
}

.submit-btn:active {
  transform: scale(0.98);
}

.social-btn {
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.1s ease;
}

.social-btn:hover {
  background-color: #ecf7ed;
  border-color: #4caf50;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.15);
}

.social-btn:active {
  background-color: #d8eedb;
  transform: scale(0.98);
  box-shadow: none;
}

.auth-link,
.link-green,
.back-link,
.close-btn {
  transition: color 0.3s ease;
}

.close-btn:hover {
  color: red;
}

.auth-link:hover,
.link-green:hover,
.back-link:hover {
  color: #3d8b4a;
}

.shop-pagination {
  margin-top: 90px;
  display: flex;
  justify-content: flex-end;
}

.pagination-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 16px;
  color: rgba(61, 61, 61, 1);
  transition: all 0.3s ease;
}

.page-link:hover {
  border-color: rgba(70, 163, 88, 1);
  color: rgba(70, 163, 88, 1);
}

.page-link.active {
  background-color: rgba(70, 163, 88, 1);
  color: rgba(255, 255, 255, 1);
  border-color: rgba(70, 163, 88, 1);
  font-weight: 700;
}

.preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.preloader-overlay.active {
  opacity: 1;
  visibility: visible;
}

@keyframes ldio-yzaezf3dcmj {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ldio-yzaezf3dcmj > div {
  animation: ldio-yzaezf3dcmj 1s infinite linear;
  transform-origin: 100px 100px;
}
.ldio-yzaezf3dcmj > div div {
  position: absolute;
}
.ldio-yzaezf3dcmj > div div:nth-child(1),
.ldio-yzaezf3dcmj > div div:nth-child(2) {
  width: 156px;
  height: 156px;
  border: 16px solid;
  border-radius: 50%;
  border-color: transparent #46a358 #46a358 #46a358;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 100px 100px;
}
.ldio-yzaezf3dcmj > div div:nth-child(1) {
  transform: rotate(45deg) translate(22px, 22px);
}
.ldio-yzaezf3dcmj > div div:nth-child(2) {
  transform: rotate(0deg) translate(22px, 22px);
}
.ldio-yzaezf3dcmj > div div:nth-child(3) {
  width: 0;
  height: 0;
  border: 26px solid;
  border-color: transparent transparent transparent #46a358;
  transform: translate(100px, 9px);
}
.loadingio-spinner-reload-2by998twmg8 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-yzaezf3dcmj {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.ldio-yzaezf3dcmj div {
  box-sizing: content-box;
}
