/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.page-wrapper .footer-payment-icons img {
  max-height: 30px;
  margin: 15px 0;
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  /* Responsive layout adjustments */
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link {
  flex: 1 1 18%;
  max-width: 18%;
  margin-bottom: 20px;
  /* Reorder the 4th static_link to appear at the end on larger screens */
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link .heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  color: #ffffff;
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link .content {
  display: block !important;
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link .content ul {
  padding-left: 0;
  list-style: none;
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link .content ul li {
  margin-bottom: 8px;
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link .content ul li a {
  color: #ffffff;
  text-decoration: none;
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link .content ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link .content p {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link.footer-media {
  flex-basis: 18%;
  max-width: 18%;
}
@media screen and (min-width: 768px) {
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link.footer-media {
    flex-basis: 18%;
    max-width: 18%;
  }
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link.footer-media .footer-logo {
  margin-bottom: 15px;
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link.footer-media .footer-logo img {
  max-width: 200px;
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link.footer-media .short-tagline p {
  margin-top: 0;
  color: #ffffff;
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link:nth-child(4) {
  order: 5;
}
.page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link:nth-child(5) {
  order: 4;
}
@media screen and (max-width: 1200px) {
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link {
    flex: 1 1 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link {
    flex: 1 1 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link {
    flex-direction: column;
  }
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    /* Reorder for mobile to get 4 1, 3 2, 1 */
  }
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link .heading {
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link .heading:after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link .heading.active:after {
    transform: translateY(-50%) rotate(45deg);
  }
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link .content {
    display: none;
    padding: 10px 0;
  }
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link.active .content {
    display: block;
  }
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link:nth-child(1) {
    order: 2;
  }
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link:nth-child(2) {
    order: 4;
  }
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link:nth-child(3) {
    order: 3;
  }
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link:nth-child(4) {
    order: 1;
  }
  .page-wrapper footer .footer.content > .links .block.links .footer_static_link .static_link:nth-child(5) {
    order: 5;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
