.eferin-site-footer {
  display: none !important;
}

/* Count only the outer WooCommerce card. Flatsome also uses .product-small on
   the nested box, which otherwise increments and renders the rank twice. */
.eferin-lf-products--ranked .products > .product-small {
  counter-increment: eferin-rank !important;
}

.eferin-lf-products--ranked .products > .product-small .product-small {
  counter-increment: none !important;
}

.eferin-lf-products--ranked .products > .product-small .product-small::before {
  content: none !important;
  display: none !important;
}

/* The desktop Flatsome header is 115px tall. WordPress adds another 32px
   admin bar for signed-in users. Keep both sticky category sidebars below the
   complete header, with a small visual gap, so their headings remain visible. */
@media (min-width: 850px) {
  .eferin-lf-section--split > .eferin-lf-side {
    top: calc(131px + var(--wp-admin--admin-bar--height, 0px)) !important;
  }
}

.beddozy-site-footer {
  background: #111111;
  color: #ffffff;
}

.beddozy-site-footer__inner {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(250px, 0.95fr) minmax(250px, 0.9fr) minmax(0, 1.65fr);
  margin: 0 auto;
  max-width: 1280px;
  padding: 52px 32px 40px;
  width: 100%;
}

.beddozy-site-footer__brand {
  max-width: 360px;
}

.beddozy-site-footer__logo {
  color: #ffffff !important;
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 18px;
  text-decoration: none;
}

.beddozy-site-footer__brand p {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.beddozy-site-footer__links {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
}

.beddozy-site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.beddozy-site-footer__column h2 {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.beddozy-site-footer__column a {
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.beddozy-site-footer__column a:hover {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.beddozy-site-footer__contact {
  align-self: start;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.beddozy-site-footer__contact-link {
  align-items: flex-start;
  display: flex;
  gap: 11px;
}

.beddozy-site-footer__contact-link[href^="mailto:"] {
  font-size: 13px;
  letter-spacing: -0.01em;
}

.beddozy-site-footer__contact-icon {
  align-items: center;
  background: rgba(6, 199, 85, 0.16);
  border-radius: 50%;
  color: #20d66b;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  margin-top: -6px;
  width: 34px;
}

.beddozy-site-footer__contact-icon svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 17px;
}

.beddozy-site-footer__social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 8px;
}

.beddozy-site-footer__social-label,
.beddozy-product-social__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.beddozy-site-footer__social-label {
  color: rgba(255, 255, 255, 0.72);
}

.beddozy-social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.beddozy-social-link {
  align-items: center;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  color: #171717 !important;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 42px;
}

.beddozy-social-link i {
  font-size: 18px;
  line-height: 1;
}

.beddozy-social-link:hover {
  background: #06c755;
  border-color: #06c755;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.beddozy-social-link:focus-visible {
  outline: 3px solid #06c755;
  outline-offset: 3px;
}

.beddozy-site-footer .beddozy-social-link {
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff !important;
  flex-basis: 38px;
  height: 38px;
  width: 38px;
}

.beddozy-site-footer .beddozy-social-link:hover {
  border-color: #06c755;
}

.beddozy-product-social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 24px;
}

.beddozy-product-social__label {
  color: #4a4a4a;
}

.beddozy-site-footer__column a:focus-visible,
.beddozy-site-footer__logo:focus-visible {
  border-radius: 3px;
  outline: 3px solid #06c755;
  outline-offset: 4px;
}

.beddozy-site-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.64);
  display: flex;
  font-size: 13px;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 18px 32px;
  width: 100%;
}

@media (max-width: 1080px) {
  .beddozy-site-footer__inner {
    gap: 38px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .beddozy-site-footer__links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 849px) {
  .beddozy-site-footer__inner {
    grid-template-columns: 1fr;
    padding: 42px 20px 34px;
  }

  .beddozy-site-footer__links {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .beddozy-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 520px) {
  .beddozy-site-footer__links {
    gap: 28px;
    grid-template-columns: 1fr;
  }
}
