.site-footer {
  color: var(--text-alternate-color);
  background-color: var(--secondary-color);
}
.site-footer footer.footer-section {
  padding-top: 44px;
  padding-bottom: 39px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-footer footer.footer-section {
    padding-top: 120px;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer footer.footer-section .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2vw;
    margin-bottom: 75px;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 5vw;
}
@media only screen and (max-width: 1199.98px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper {
    width: 100%;
    margin-right: 0vw;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container {
  width: 100%;
  margin-bottom: 28px;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container .footer-logo {
  display: block;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container .footer-logo img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper .store-details {
    padding-bottom: 38px;
    border-bottom: 1px solid #3B3B3B;
    margin-bottom: 24px;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .store-address {
  margin-top: 0;
  margin-bottom: 28px;
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper .store-address {
    margin-bottom: 45px;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .store-address p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: white;
  margin: 0;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .store-phone {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: white;
  margin: 0;
  margin-bottom: 12px;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .store-phone svg {
  display: inline;
  width: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .store-phone a {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: white;
  margin: 0;
  text-decoration: underline;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .store-phone a:hover {
  text-decoration: none;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .store-email {
  margin: 0;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .store-email svg {
  display: inline;
  width: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .store-email a {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: white;
  margin: 0;
  text-decoration: underline;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .store-email a:hover {
  text-decoration: none;
}
.site-footer footer.footer-section .footer-wrapper nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav {
    display: block;
    padding-bottom: 39px;
    border-bottom: 1px solid #3B3B3B;
  }
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-item {
    border-bottom: 1px solid #B0B0B0;
  }
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-item:nth-of-type(3) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-item.active .footer-title:after {
    transform: rotate(180deg);
  }
}
.site-footer footer.footer-section .footer-wrapper nav .footer-title {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: white;
  padding: 17px 0 16px;
}
@media only screen and (min-width: 992px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-title {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: white;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-title:after {
    content: "";
    width: 7px;
    height: 6px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m2.793 4.412.707.707.707-.707L7 1.619 6.293.912 3.5 3.705.707.912 0 1.619l2.793 2.793Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  }
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-item-list {
    transition: height 0.35s ease-in-out;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-item-list:not(.active) {
    display: none;
  }
}
.site-footer footer.footer-section .footer-wrapper nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer footer.footer-section .footer-wrapper nav ul li {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 16px;
}
.site-footer footer.footer-section .footer-wrapper nav ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav ul li:last-child {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav ul li.footer-item-button {
    display: none;
  }
}
.site-footer footer.footer-section .footer-wrapper nav ul li.footer-item-button-first {
  margin-top: 24px;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a {
  display: block;
  color: white;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a:hover {
  text-decoration: underline;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a.button {
  display: flex;
  align-items: center;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a.button:hover {
  color: var(--text-primary-color);
  text-decoration: none;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a.button:hover svg {
  fill: inherit;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a.button:hover svg path {
  fill: white;
  stroke: var(--text-primary-color);
}
.site-footer footer.footer-section .footer-wrapper nav ul li a.button svg {
  fill: inherit;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a.button svg path {
  fill: inherit;
  stroke: white;
}
.site-footer footer.footer-section .footer-wrapper nav .footer-mobile-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  gap: 15px;
}
@media only screen and (min-width: 992px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-mobile-buttons {
    display: none;
  }
}
.site-footer footer.footer-section .footer-wrapper nav .footer-mobile-buttons .button:hover {
  color: var(--text-primary-color);
  text-decoration: none;
}
.site-footer footer.footer-section .footer-wrapper nav .footer-mobile-buttons .button:hover svg {
  fill: inherit;
}
.site-footer footer.footer-section .footer-wrapper nav .footer-mobile-buttons .button:hover svg path {
  fill: white;
  stroke: var(--text-primary-color);
}
.site-footer footer.footer-section .footer-wrapper nav .footer-mobile-buttons .button svg {
  fill: inherit;
}
.site-footer footer.footer-section .footer-wrapper nav .footer-mobile-buttons .button svg path {
  fill: inherit;
  stroke: white;
}
.site-footer .footer-bar {
  padding: 44px 0 24px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-bar {
    padding: 0 0 120px;
    margin: auto;
  }
}
@media only screen and (min-width: 576px) {
  .site-footer .footer-bar .footer-bar-wrapper {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-bar .footer-bar-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1399.98px) {
  .site-footer .footer-bar .footer-bar-wrapper {
    padding: 0;
  }
}
.site-footer .footer-bar .footer-bar-wrapper * {
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
}
.site-footer .footer-bar .footer-bar-wrapper .company-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-bar .footer-bar-wrapper .company-info {
    justify-content: flex-start;
  }
}
.site-footer .footer-bar .footer-bar-wrapper .company-info a {
  color: white;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.site-footer .footer-bar .footer-bar-wrapper .company-info a:hover {
  text-decoration: underline;
}
.site-footer .footer-bar .footer-bar-wrapper .company-info span:first-child {
  margin-right: 14px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-bar .footer-bar-wrapper .company-info span:first-child {
    margin-right: 20px;
  }
}
.site-footer .footer-bar .footer-bar-wrapper .footer-cards .payment-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-bar .footer-bar-wrapper .footer-cards .payment-icons {
    margin-top: 0;
    justify-content: flex-end;
  }
}
.site-footer .footer-bar .footer-bar-wrapper .footer-cards .payment-icons svg, .site-footer .footer-bar .footer-bar-wrapper .footer-cards .payment-icons img {
  width: 29px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .footer-bar .footer-bar-wrapper .footer-cards .payment-icons__klarna svg {
  background-color: #ffb3c7;
  border-radius: 6px;
  padding: 0 6px;
}
.site-footer .footer-bar .footer-bar-wrapper .footer-cards .payment-icons__v12 svg {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 6px;
}
