@charset "UTF-8";

.custom-footer {
  --lap-pure-black-alpha-65: rgba(0, 0, 0, .6509803922);
  --lap-pure-black-alpha-30: rgba(0, 0, 0, .3019607843);
  --lap-pure-white-alpha-75: rgba(255, 255, 255, .7490196078);
  --lap-orange: #ca6c48;
  --lap-neutral-extra-dark: #3e4245;
  --wl-color-primary: #221f20;
  --wl-color-extra-pure-light: #fff;
  --wl-color-pure-light: #f9f9f9;
  --wl-color-extra-light: #fcfbf9;
  --wl-color-light: #d9d9d9;
  --wl-color-dark: #bcbcbc;
  --wl-color-extra-dark: #575757;
  --wl-color-pure-dark: #221f20;
  --wl-color-extra-pure-dark: #000;
  --wl-color-error: #ad3132;
  --wl-color-alert: #ad3132;
  --wl-color-warning: #f9d67b;
  --wl-color-success: #84b486;
  --wl-color-deep-green: #67a267;
  --wl-color-active-order: #fcfbf9;
  --wl-color-border-extra-light: #fff;
  --wl-color-border-light: #d9d9d9;
  --wl-color-border: #bcbcbc;
  --wl-color-border-dark: #575757;
  --wl-color-border-dark-alpha-40: rgba(87, 87, 87, .4);
  --wl-color-border-extra-dark: #221f20;
  --wl-color-text-primary: #221f20;
  --wl-color-text-secondary: #575757;
  --wl-color-text-disabled: #bcbcbc;
  --wl-color-text-inverse: #fff;
  --wl-color-cta-primary: #221f20;
  --wl-color-cta-primary-hover: #575757;
  --wl-color-cta-primary-text: #fff;
  --wl-color-cta-secondary: #fff;
  --wl-color-cta-secondary-hover: #575757;
  --wl-color-cta-secondary-text: #221f20;
  --wl-color-cta-inverse: transparent;
  --wl-color-cta-inverse-hover: #575757;
  --wl-color-cta-inverse-text: #221f20;
  --wl-color-background-light: rgba(0, 0, 0, .3019607843);
  --wl-color-background-lighter: rgba(255, 255, 255, .7490196078);
  --wl-color-background-dark: rgba(0, 0, 0, .6509803922);
  --wl-color-backdrop: rgba(255, 255, 255, .7490196078);
  --wl-color-backdrop-light: rgba(255, 255, 255, .7490196078);
  --wl-color-text-engraving: #fcd48a;
  --wl-form-label-size: 1rem;
  --wl-form-input-height-with-button: 3rem;
  --wl-item-aspect-ratio: 1 / 1;
  --wl-header-mobile-height: 4.375rem;
  --wl-header-desktop-height: 6.25rem;
  --wl-header-desktop-small-height: 6.25rem;
  --wl-cart-margin-botom-container: 2.625rem;
  --wl-container-margin-bottom: 3.375rem !important;
  --wl-z-index-footer: 89;

  --wl-font-heading: "Adobe Jenson Pro", serif;
  --wl-font-heading-secondary: "Adobe Jenson Pro";
  --wl-font-body: "Akkurat", sans-serif;
  --wl-font-engraving-goudy: "Goudy", sans-serif;
  --wl-font-engraving-balmoral: "Balmoral", sans-serif;
  --wl-font-light: "Akkurat", sans-serif;

  --wl-footer-background-container-color: var(--wl-color-extra-pure-light);
  --wl-footer-color: var(--wl-color-background-light);
  --wl-footer-background-color: var(--wl-color-darker);
  --wl-footer-title: var(--wl-color-light);
  --wl-footer-logo-size: 10.3125rem;
  --wl-footer-title-separator: var(--wl-color-border);

  color: var(--wl-footer-color);
}

.custom-footer *, .custom-footer *:before, .custom-footer *:after {
  box-sizing: border-box;
}

@media all {
  .custom-footer *, .custom-footer *:before, .custom-footer *:after {
    box-sizing: border-box;
  }
  .custom-footer p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .custom-footer ul {
    padding-left: 2rem;
  }
  .custom-footer ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .custom-footer a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
  }
  .custom-footer a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  }
  .custom-footer img {
    vertical-align: middle;
  }
  .custom-footer .m-0 {
    margin: 0 !important;
  }
  .custom-footer a {
    color: var(--wl-color-dark);
    text-decoration: none;
  }
  .custom-footer .wl-footer-navigation {
    padding: 0 !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links__title {
    padding: 0 0 2.625rem !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links__title__text {
    color: var(--wl-color-text-primary);
    font-family: var(--wl-font-heading);
    font-weight: 400 !important;
    font-size: 1.125rem !important;
    line-height: 1.333 !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links__title cx-icon {
    color: var(--wl-color-text-primary);
    transform: rotate(-90deg) !important;
    font-size: 2.125rem;
    line-height: 0.6;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links .is-active .wl-footer-links__title {
    padding: 0 0 0.75rem !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links .is-active cx-icon {
    transform: rotate(0) !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links__list {
    margin-bottom: 0 !important;
    padding-bottom: 2.625rem !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links__list li {
    color: var(--wl-color-text-primary);
    padding-bottom: 0 !important;
    font-size: 1.125rem !important;
    line-height: 2.11 !important;
    font-weight: 500 !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links__list li a, .custom-footer .wl-footer-navigation .wl-footer-links__list li .generic-link {
    color: inherit !important;
  }
}

@media (min-width: 1200px) {
  .custom-footer .wl-footer-navigation .wl-footer-links {
    width: 9.6875rem;
    margin-right: 1.5rem !important;
    padding-right: 0 !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links:last-child {
    padding-bottom: 0 !important;
    margin-right: 0 !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links__title {
    padding: 0 0 0.75rem !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links__title__text {
    font-size: 1.5rem !important;
    line-height: 1.238 !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links__list {
    padding-bottom: 0 !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links__list li {
    padding-bottom: 0.375rem !important;
    font-size: 0.875rem !important;
    line-height: 1.4285 !important;
    font-weight: 500 !important;
  }
  .custom-footer .wl-footer-navigation .wl-footer-links__list li:last-of-type {
    padding-bottom: 0 !important;
  }
}

@media all {
  .custom-footer .wl-footer__container .Footer {
    margin-top: 5rem !important;
    padding: 0 1rem 2.625rem !important;
    background-color: var(--wl-footer-background-container-color) !important;
    grid-template-rows: auto auto auto auto !important;
    gap: 0 !important;
  }
}

@media all {
  .custom-footer .wl-footer__container .Footer .wl-banner:first-of-type {
    margin-bottom: 0 !important;
  }
}

@media all {
  .custom-footer .wl-footer__container .Footer .wl-banner:first-of-type img {
    width: 20.3125rem !important;
  }
}

@media all {
  .custom-footer .wl-footer__container .Footer .wl-footer-navigation {
    margin-top: 2.625rem !important;
    grid-row-start: 2;
    grid-column-start: 1;
  }
}

@media all {
  .custom-footer .wl-footer__container .Footer .wl-header-context-selector {
    grid-row-start: 3 !important;
    margin: 2.625rem 0 0 !important;
  }
}

@media all {
  .custom-footer .wl-footer__container .Footer .wl-header-context-selector .wl-header__icon {
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin-left: 0 !important;
    font-size: 0.875rem !important;
  }
}

@media all {
  .custom-footer .wl-footer__container .Footer .wl-text-only {
    grid-row-start: 4 !important;
    margin-top: 0.75rem !important;
    margin-bottom: 0 !important;
  }
}

@media all {
  .custom-footer .wl-footer__container .Footer .wl-text-only p {
    color: var(--wl-color-text-primary);
    font-size: 1.125rem !important;
    line-height: 2.22 !important;
    font-family: var(--wl-font-body) !important;
  }
}

@media (min-width: 1200px) {
  .custom-footer .wl-footer__container .Footer {
    padding: 0 2.5rem 2.625rem !important;
    grid-template-columns: auto auto auto 50% !important;
    grid-template-rows: auto auto auto !important;
  }
  .custom-footer .wl-footer__container .Footer .wl-banner {
    grid-column: 1 !important;
    grid-row-start: 1 !important;
  }
  .custom-footer .wl-footer__container .Footer .wl-banner:first-of-type {
    margin-bottom: 1.5rem !important;
  }
  .custom-footer .wl-footer__container .Footer .wl-footer-navigation {
    grid-column: 4/5 !important;
    grid-row: 1/2 !important;
    margin-top: 0 !important;
  }
  .custom-footer .wl-footer__container .Footer .wl-header-context-selector {
    grid-column-start: 1 !important;
    grid-row-start: 2 !important;
    margin: 1.5rem 0 0 !important;
  }
  .custom-footer .wl-footer__container .Footer .wl-header-context-selector .wl-header__icon {
    font-weight: 400 !important;
  }
  .custom-footer .wl-footer__container .Footer .wl-header-context-selector .wl-header__icon-container {
    align-items: flex-start !important;
  }
  .custom-footer .wl-footer__container .Footer .wl-text-only {
    grid-row: 3 !important;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 1.5rem !important;
    justify-content: flex-start;
  }
  .custom-footer .wl-footer__container .Footer .wl-text-only:first-of-type {
    grid-column: auto !important;
  }
  .custom-footer .wl-footer__container .Footer .wl-text-only p {
    font-size: 0.875rem !important;
    line-height: 1.3571 !important;
  }
}

@media all {
  .custom-footer .wl-header-context-selector a {
    color: var(--wl-color-primary) !important;
    font-weight: 700;
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
  }
}

@media all {
  .custom-footer .wl-header-context-selector a span:after {
    content: "|" !important;
  }
}

@media (min-width: 1200px) {
  .custom-footer .wl-header-context-selector .wl-header__icon-container .wl-generic-link a.wl-header__icon {
    font-size: 0.875rem !important;
    line-height: 1.43 !important;
  }
}

@media all {
  .custom-footer .wl-header__icon-container a.wl-header__icon {
    font-size: 0.875rem !important;
  }
}

@media (min-width: 1200px) {
  .custom-footer .wl-header__icon-container a.wl-header__icon {
    font-size: 1.375rem !important;
  }
}

@media all {
  .custom-footer .HomepageTemplate cx-page-slot > *:not(:last-child) {
    margin-bottom: 5rem !important;
  }
}

.custom-footer .wl-header__icon-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.custom-footer .wl-header__icon-container a.wl-header__icon {
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.375rem;
  line-height: 1;
  margin-left: 0.25rem;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .custom-footer .wl-header__icon {
    margin-left: 0.5rem;
  }
}

.custom-footer .wl-footer__container .Footer {
  background-color: var(--wl-footer-background-color);
  position: relative;
  padding: 2.5rem 1rem 2rem;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-template-rows: auto 0.5fr auto auto auto 0.5fr;
  column-gap: 3rem;
  row-gap: 0.5rem;
  z-index: var(--wl-z-index-footer);
}

.custom-footer .wl-footer__container .Footer wl-banner {
  grid-row-start: 1;
  grid-column-start: 1;
}

.custom-footer .wl-footer__container .Footer wl-banner img {
  width: var(--wl-footer-logo-size);
}

.custom-footer .wl-footer__container .Footer wl-banner:first-of-type {
  margin-bottom: 3rem;
}

.custom-footer .wl-footer__container .Footer wl-banner:first-of-type img {
  width: 10rem;
}

.custom-footer .wl-footer__container .Footer .wl-text-only {
  color: var(--wl-footer-color);
}

.custom-footer .wl-footer__container .Footer .wl-text-only:first-of-type {
  text-align: center;
  max-width: 24.5rem;
  font-size: 1.5rem;
  grid-row-start: 2;
  grid-column-start: 1;
  font-family: var(--wl-font-heading);
  margin-bottom: 1.75rem;
}

.custom-footer .wl-footer__container .Footer .wl-text-only:last-of-type {
  font-size: 0.875rem;
  line-height: 0.9;
  grid-row-start: 5;
  grid-column-start: 1;
}

.custom-footer .wl-footer__container .Footer .wl-text-only:last-of-type p {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.custom-footer .wl-footer .Footer {
  animation: showFooter 0s 0.1s forwards;
  visibility: hidden;
}

@media (min-width: 1200px) {
  .custom-footer .wl-footer__container .Footer {
    background-color: var(--wl-footer-background-color);
    padding: 3rem 3.75rem 2.25rem 2.75rem;
    justify-items: left;
    grid-template-rows: 1fr auto auto;
    grid-template-columns: auto auto auto 50%;
    row-gap: 0.5rem;
  }
  .custom-footer .wl-footer__container .Footer wl-banner {
    grid-row-start: 1;
    grid-column: 1/4;
  }
  .custom-footer .wl-footer__container .Footer .wl-text-only:first-of-type {
    max-width: none;
    text-align: left;
    grid-row-start: 1;
    grid-column: 4/5;
  }
  .custom-footer .wl-footer__container .Footer .wl-footer-navigation {
    grid-column: 4/5;
  }
  .custom-footer .wl-footer__container .Footer .wl-text-only:last-of-type {
    grid-row-start: 3;
    grid-column-start: 1;
  }
}

.custom-footer .fal {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.custom-footer .fa-angle-down:before {
  content: "";
}

.custom-footer .fal {
  font-weight: 300;
}

.custom-footer .fal {
  font-family: "Font Awesome 5 Pro";
}

.custom-footer .wl-header-context-selector {
  display: block;
  margin: 0 1rem;
}

.custom-footer .wl-header-context-selector a.wl-header__icon {
  width: fit-content;
}

.custom-footer .wl-header-context-selector a.wl-header__icon span:after {
  content: "/";
  margin: 0 0.25rem;
}

.custom-footer .wl-footer-navigation {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  grid-row-start: 3;
  grid-column-start: 1;
  justify-content: space-between;
  width: 100%;
}

.custom-footer .wl-footer-navigation wl-footer-links:last-child {
  border-bottom: 0.0625rem groove var(--wl-footer-title-separator);
}

.custom-footer .wl-footer-navigation wl-footer-links:last-child .wl-footer-links__title {
  padding: 1rem 0 1.375rem;
}

@media (min-width: 1200px) {
  .custom-footer .wl-footer-navigation {
    padding: 0 2.5rem 1rem 0;
    display: flex;
    flex-direction: row;
    grid-row-start: 2;
    grid-column-start: 2;
  }
  .custom-footer .wl-footer-navigation wl-footer-links:last-child {
    border-bottom: none;
  }
  .custom-footer .wl-footer-navigation wl-footer-links:last-child .wl-footer-links__title {
    padding-bottom: 0.5rem;
  }
}

.custom-footer .wl-footer-links {
  flex: 1 0 0;
}

.custom-footer .wl-footer-links ul, .custom-footer .wl-footer-links li {
  list-style: none;
  font-size: 1rem;
  line-height: 1.375;
  margin: 0;
  padding: 0 0 1rem;
}

.custom-footer .wl-footer-links .generic-link {
  color: var(--wl-footer-color);
  text-decoration: none;
}

.custom-footer .wl-footer-links cx-icon {
  color: unset;
  font-size: 1.5rem;
  transition: transform 0.2s ease-in-out;
}

.custom-footer .wl-footer-links a {
  color: var(--wl-footer-color);
}

.custom-footer .wl-footer-links__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.625rem 0 0.75rem;
  font-weight: 700;
}

.custom-footer .wl-footer-links__title:hover {
  cursor: pointer;
}

.custom-footer .wl-footer-links__title__text {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--wl-color-text-inverse);
  text-transform: uppercase;
  margin: 0;
}

.custom-footer .wl-footer-links__list {
  display: none;
}

.custom-footer .wl-footer-links .is-active cx-icon {
  transform: rotate(-180deg);
}

.custom-footer .wl-footer-links .is-active .wl-footer-links__list {
  display: block;
  padding-bottom: 1.25rem;
}

@media (min-width: 1200px) {
  .custom-footer .wl-footer .wl-footer-links {
    padding-right: 1rem;
  }
  .custom-footer .wl-footer .wl-footer-links__title {
    border-top: none;
    padding: 1rem 0.5rem 0.5rem 0;
  }
  .custom-footer .wl-footer .wl-footer-links__title:hover {
    cursor: auto;
  }
  .custom-footer .wl-footer .wl-footer-links__title cx-icon {
    display: none;
  }
  .custom-footer .wl-footer .wl-footer-links__list {
    display: block;
  }
  .custom-footer .wl-footer .wl-footer-links li {
    padding-bottom: 0.5rem;
  }
}

@keyframes showFooter {
  to {
    visibility: visible;
  }
}

.powered-by-zendesk {
  display: none !important;
}
