/**
 * Common SCSS for front end and backend css
*/
.aligncenter {
  text-align: center;
}

*[class^=eagle-block-pro-] .fa {
  font-family: fontAwesome;
}

* {
  word-break: break-word;
}

.is-light-theme aside.widget-area {
  display: flex;
  flex-wrap: wrap;
}
.is-light-theme aside.widget-area section {
  max-width: 100%;
}

/* header style */
.eagle-block-pro-header .widgettitle {
  display: none;
}
.eagle-block-pro-header .wp-block-search label {
  display: none;
}
.eagle-block-pro-header .wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
  max-width: 280px;
  width: 100%;
}
.eagle-block-pro-header .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 1px solid #eee;
  background: #fafafa;
  height: 45px;
  padding: 0 75px 0 15px;
  border-radius: 5px 0 0 5px;
}
.eagle-block-pro-header .wp-block-search .wp-block-search__inside-wrapper button.wp-block-search__button {
  height: 45px;
  background: #000;
  margin: 0;
  border: none;
  color: #fff;
  font-size: 13px;
  min-width: 76px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.eagle-block-pro-header .wp-block-columns {
  margin-bottom: 0;
  align-items: center;
}
.eagle-block-pro-header .wp-block-columns .wp-block-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.eagle-block-pro-header .wp-block-columns .wp-block-column > * {
  margin-left: 15px;
}
.eagle-block-pro-header .widget {
  margin-bottom: 0;
}

.block-editor-block-list__block.wp-block.is-selected {
  padding: 15px;
}

.block-editor-block-card svg,
.block-editor-block-card svg path {
  fill: #000;
}

.block-editor-block-toolbar svg,
.block-editor-block-toolbar svg path {
  fill: #000;
  stroke: #000;
}

.hp-front-page,
.hp-front-page > [class*=wp-block-eagle-block-pro-hp-],
.hp-front-page > .wp-block-group,
[class*=wp-block-eagle-block-pro-hp-],
section[class*=wp-block-eagle-block-pro-hp-],
section[class*=eagle-block-pro__hp-] {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.eagle-block-pro__hp-top-bar {
  background: #ffffff;
  color: #151515;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.eagle-block-pro__hp-top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  gap: 0.75rem;
}
.eagle-block-pro__hp-top-bar__left {
  display: none;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.eagle-block-pro__hp-top-bar__pulse {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #c9a227;
  animation: eagle-hp-top-bar-pulse 1.5s ease-in-out infinite;
}
.eagle-block-pro__hp-top-bar__promo {
  color: #8e9aa6;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
}
.eagle-block-pro__hp-top-bar__center {
  width: 100%;
  text-align: center;
  color: #1d3557;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
}
.eagle-block-pro__hp-top-bar__right {
  display: none;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.eagle-block-pro__hp-top-bar__link {
  color: #8e9aa6;
  text-decoration: none;
  transition: color 0.2s ease;
}
.eagle-block-pro__hp-top-bar__link:hover {
  color: #c9a227;
}
.eagle-block-pro__hp-top-bar__sep {
  color: #8e9aa6;
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-top-bar__left, .eagle-block-pro__hp-top-bar__right {
    display: flex;
  }
  .eagle-block-pro__hp-top-bar__center {
    width: auto;
    flex: 1;
  }
}

@keyframes eagle-hp-top-bar-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.55;
    transform: scale(0.92);
  }
}
.eagle-block-pro__hp-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 90vh;
  overflow: hidden;
  background: #f9f7f4;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  color: #151515;
}
.eagle-block-pro__hp-hero__grid-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.3;
}
.eagle-block-pro__hp-hero__grid-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(21, 21, 21, 0.16);
}
.eagle-block-pro__hp-hero__grid-line--left {
  left: 25%;
}
.eagle-block-pro__hp-hero__grid-line--right {
  right: 25%;
}
.eagle-block-pro__hp-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem clamp(1rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
.eagle-block-pro__hp-hero__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: left;
}
.eagle-block-pro__hp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  padding: 0.625rem 1.25rem;
  border: 1px solid rgba(21, 21, 21, 0.12);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(29, 53, 87, 0.06);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #151515;
}
.eagle-block-pro__hp-hero__badge-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #c9a227;
  flex-shrink: 0;
}
.eagle-block-pro__hp-hero__badge-text {
  font-weight: 600;
  color: rgba(21, 21, 21, 0.85);
}
.eagle-block-pro__hp-hero__heading-wrap {
  margin: 0;
}
.eagle-block-pro__hp-hero__heading {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #151515;
}
.eagle-block-pro__hp-hero__heading-accent {
  display: block;
  margin-top: 0.25rem;
  font-size: clamp(3.75rem, 9vw, 6rem);
  font-weight: 400;
  font-style: italic;
  color: #c9a227;
  line-height: 1.05;
}
.eagle-block-pro__hp-hero__desc {
  margin: 0;
  max-width: 42rem;
  color: rgba(21, 21, 21, 0.72);
  font-size: clamp(0.875rem, 1.6vw, 1.125rem);
  font-weight: 300;
  line-height: 1.75;
}
.eagle-block-pro__hp-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.5rem;
}
.eagle-block-pro__hp-hero__btn {
  display: block;
  padding: 1.25rem 3rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.eagle-block-pro__hp-hero__btn--primary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #1d3557;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(29, 53, 87, 0.2);
}
.eagle-block-pro__hp-hero__btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #c9a227;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.eagle-block-pro__hp-hero__btn--primary:hover {
  color: #1d3557;
}
.eagle-block-pro__hp-hero__btn--primary:hover::before {
  transform: scaleY(1);
}
.eagle-block-pro__hp-hero__btn--outline {
  border: 1px solid rgba(21, 21, 21, 0.25);
  background: #ffffff;
  color: #151515;
}
.eagle-block-pro__hp-hero__btn--outline:hover {
  border-color: #c9a227;
  color: #c9a227;
}
.eagle-block-pro__hp-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(21, 21, 21, 0.12);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.55);
}
.eagle-block-pro__hp-hero__trust-label {
  display: block;
  margin-bottom: 0.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #151515;
}
.eagle-block-pro__hp-hero__media-col {
  position: relative;
  display: flex;
  justify-content: center;
}
.eagle-block-pro__hp-hero__media-offset {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 162, 39, 0.15);
  transform: translate(1rem, 1rem);
  z-index: 0;
}
.eagle-block-pro__hp-hero__media-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 28rem;
  aspect-ratio: 3/4;
  padding: 0.75rem;
  background: #ffffff;
  border: 1px solid rgba(21, 21, 21, 0.12);
  box-shadow: 0 25px 50px -12px rgba(29, 53, 87, 0.25);
  overflow: hidden;
}
.eagle-block-pro__hp-hero__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .eagle-block-pro__hp-hero__btn {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-hero__inner {
    grid-template-columns: repeat(12, 1fr);
    padding-block: 7rem;
    gap: 4rem;
  }
  .eagle-block-pro__hp-hero__content {
    grid-column: span 7;
  }
  .eagle-block-pro__hp-hero__media-col {
    grid-column: span 5;
    justify-content: flex-end;
  }
  .eagle-block-pro__hp-hero__heading {
    font-size: 5rem;
  }
  .eagle-block-pro__hp-hero__heading-accent {
    font-size: 6rem;
  }
}

.eagle-block-pro__hp-collections {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  color: #151515;
}
.eagle-block-pro__hp-collections__inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-collections__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-collections__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.eagle-block-pro__hp-collections__head {
  max-width: 42rem;
  margin: 0 auto 4rem;
  text-align: center;
}
.eagle-block-pro__hp-collections__eyebrow {
  display: block;
  margin: 0 0 0.75rem;
  color: #c9a227;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eagle-block-pro__hp-collections__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #151515;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-collections__title {
    font-size: 3rem;
  }
}
.eagle-block-pro__hp-collections__divider {
  width: 4rem;
  height: 1.5px;
  margin: 1rem auto;
  background: rgba(201, 162, 39, 0.5);
}
.eagle-block-pro__hp-collections__desc {
  margin: 0;
  color: rgba(21, 21, 21, 0.55);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
.eagle-block-pro__hp-collections__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.eagle-block-pro__hp-collections__empty, .eagle-block-pro__hp-collections__loading {
  grid-column: 1/-1;
  text-align: center;
  color: rgba(21, 21, 21, 0.55);
  font-size: 0.875rem;
  padding: 2rem 1rem;
}
.eagle-block-pro__hp-collections__loading {
  display: flex;
  justify-content: center;
}
.eagle-block-pro__hp-collections__card {
  position: relative;
  display: flex;
  height: 30rem;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 1.5rem;
  background: #fcfaf7;
  border: 1px solid rgba(21, 21, 21, 0.1);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.eagle-block-pro__hp-collections__card:focus-visible {
  outline: 2px solid #c9a227;
  outline-offset: 3px;
}
.eagle-block-pro__hp-collections__card-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(21, 21, 21, 0.05);
  pointer-events: none;
  transition: background 0.3s ease;
}
.eagle-block-pro__hp-collections__card.group:hover .eagle-block-pro__hp-collections__card-overlay {
  background: rgba(21, 21, 21, 0.1);
}
.eagle-block-pro__hp-collections__card-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.eagle-block-pro__hp-collections__card.group:hover .eagle-block-pro__hp-collections__card-img {
  transform: scale(1.05);
}
.eagle-block-pro__hp-collections__badge {
  position: relative;
  z-index: 20;
  align-self: flex-start;
  padding: 0.5rem 1rem;
  background: #ffffff;
  color: #151515;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(29, 53, 87, 0.08);
}
.eagle-block-pro__hp-collections__card-body {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(21, 21, 21, 0.12);
  transition: all 0.3s ease;
}
.eagle-block-pro__hp-collections__card-body--narrow {
  max-width: 28rem;
}
.eagle-block-pro__hp-collections__card-text {
  min-width: 0;
}
.eagle-block-pro__hp-collections__card-text h4 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #151515;
}
.eagle-block-pro__hp-collections__card-text p {
  margin: 0.125rem 0 0;
  color: rgba(21, 21, 21, 0.45);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eagle-block-pro__hp-collections__card-btn {
  flex-shrink: 0;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 21, 21, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #151515;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(29, 53, 87, 0.06);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.eagle-block-pro__hp-collections__card-btn:hover, .eagle-block-pro__hp-collections__card-btn:focus-visible {
  border-color: #c9a227;
  background: #c9a227;
  color: #ffffff;
  outline: none;
}
@media (min-width: 768px) {
  .eagle-block-pro__hp-collections__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-collections__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .eagle-block-pro__hp-collections__card--wide {
    grid-column: span 2;
  }
}

.eagle-block-pro__hp-why-choose-us {
  position: relative;
  background: #fcfaf7;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  color: #151515;
}
.eagle-block-pro__hp-why-choose-us__inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-why-choose-us__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-why-choose-us__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.eagle-block-pro__hp-why-choose-us__head {
  max-width: 42rem;
  margin: 0 auto 4rem;
  text-align: center;
}
.eagle-block-pro__hp-why-choose-us__eyebrow {
  display: block;
  margin: 0 0 0.75rem;
  color: #c9a227;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eagle-block-pro__hp-why-choose-us__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #151515;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-why-choose-us__title {
    font-size: 3rem;
  }
}
.eagle-block-pro__hp-why-choose-us__divider {
  width: 4rem;
  height: 1.5px;
  margin: 1rem auto 0;
  background: rgba(201, 162, 39, 0.5);
}
.eagle-block-pro__hp-why-choose-us__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .eagle-block-pro__hp-why-choose-us__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-why-choose-us__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.eagle-block-pro__hp-why-choose-us__card {
  padding: 2rem;
  background: #ffffff;
  border: 1px solid rgba(21, 21, 21, 0.12);
  transition: all 0.3s ease;
}
.eagle-block-pro__hp-why-choose-us__card:hover {
  border-color: #c9a227;
}
.eagle-block-pro__hp-why-choose-us__card h4 {
  margin: 0 0 0.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  color: #151515;
}
.eagle-block-pro__hp-why-choose-us__card p {
  margin: 0;
  color: rgba(21, 21, 21, 0.55);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.625;
}
.eagle-block-pro__hp-why-choose-us__icon-wrap {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  background: #fcfaf7;
  border: 1px solid rgba(21, 21, 21, 0.08);
  color: #c9a227;
  font-size: 1.125rem;
  line-height: 1;
}

.eagle-block-pro__hp-instagram {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  color: #151515;
}
.eagle-block-pro__hp-instagram__inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-instagram__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-instagram__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.eagle-block-pro__hp-instagram__header {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  text-align: center;
}
.eagle-block-pro__hp-instagram__eyebrow {
  display: block;
  margin-bottom: 0.75rem;
  color: #c9a227;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eagle-block-pro__hp-instagram__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #151515;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-instagram__title {
    font-size: 3rem;
  }
}
.eagle-block-pro__hp-instagram__divider {
  width: 3rem;
  height: 1.5px;
  margin: 1rem auto;
  background: rgba(201, 162, 39, 0.5);
}
.eagle-block-pro__hp-instagram__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {
  .eagle-block-pro__hp-instagram__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.eagle-block-pro__hp-instagram__item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.08);
  box-shadow: 0 1px 2px rgba(21, 21, 21, 0.06);
}
.eagle-block-pro__hp-instagram__item:hover .eagle-block-pro__hp-instagram__img {
  transform: scale(1.05);
}
.eagle-block-pro__hp-instagram__item:hover .eagle-block-pro__hp-instagram__overlay {
  opacity: 1;
}
.eagle-block-pro__hp-instagram__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.eagle-block-pro__hp-instagram__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 21, 21, 0.4);
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.eagle-block-pro__hp-instagram__overlay i {
  font-size: 1.875rem;
  line-height: 1;
}

.eagle-block-pro__hp-story {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  color: #151515;
}
.eagle-block-pro__hp-story__inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-story__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-story__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.eagle-block-pro__hp-story__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-story__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.eagle-block-pro__hp-story__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.eagle-block-pro__hp-story__media-col--offset {
  padding-top: 3rem;
}
.eagle-block-pro__hp-story__img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border: 1px solid rgba(21, 21, 21, 0.08);
  box-shadow: 0 4px 6px -1px rgba(29, 53, 87, 0.08), 0 2px 4px -2px rgba(29, 53, 87, 0.06);
}
.eagle-block-pro__hp-story__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.eagle-block-pro__hp-story__eyebrow {
  display: block;
  color: #c9a227;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eagle-block-pro__hp-story__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #151515;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-story__title {
    font-size: 3rem;
  }
}
.eagle-block-pro__hp-story__divider {
  width: 3rem;
  height: 1.5px;
  background: #c9a227;
}
.eagle-block-pro__hp-story__text {
  margin: 0;
  color: rgba(21, 21, 21, 0.65);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.625;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-story__text {
    font-size: 1rem;
  }
}
.eagle-block-pro__hp-story__text--lead {
  padding-top: 0.5rem;
}
.eagle-block-pro__hp-story__strong {
  font-weight: 600;
  color: #151515;
}
.eagle-block-pro__hp-story__quote {
  margin: 0;
  padding: 1.5rem;
  background: #fcfaf7;
  border-left: 1px solid #c9a227;
}
.eagle-block-pro__hp-story__quote p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.625;
  color: #1d3557;
}
.eagle-block-pro__hp-story__link-wrap {
  padding-top: 1rem;
}
.eagle-block-pro__hp-story__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1d3557;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #c9a227;
  padding-bottom: 0.375rem;
  transition: color 0.2s ease;
}
.eagle-block-pro__hp-story__link:hover, .eagle-block-pro__hp-story__link:focus-visible {
  color: #c9a227;
  outline: none;
}

.eagle-block-pro__hp-product-showcase {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fcfaf7;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  color: #151515;
}
.eagle-block-pro__hp-product-showcase__inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-product-showcase__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-product-showcase__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.eagle-block-pro__hp-product-showcase__head {
  max-width: 42rem;
  margin: 0 auto 4rem;
  text-align: center;
}
.eagle-block-pro__hp-product-showcase__eyebrow {
  display: block;
  margin: 0 0 0.75rem;
  color: #c9a227;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eagle-block-pro__hp-product-showcase__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #151515;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-product-showcase__title {
    font-size: 3rem;
  }
}
.eagle-block-pro__hp-product-showcase__divider {
  width: 4rem;
  height: 1.5px;
  margin: 1rem auto 0;
  background: rgba(201, 162, 39, 0.5);
}
.eagle-block-pro__hp-product-showcase__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 4rem;
}
.eagle-block-pro__hp-product-showcase__filter-btn {
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(21, 21, 21, 0.12);
  background: #ffffff;
  color: rgba(21, 21, 21, 0.65);
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.eagle-block-pro__hp-product-showcase__filter-btn:hover, .eagle-block-pro__hp-product-showcase__filter-btn:focus-visible {
  border-color: #c9a227;
  color: #c9a227;
  outline: none;
}
.eagle-block-pro__hp-product-showcase__filter-btn.is-active {
  border-color: #151515;
  background: #151515;
  color: #ffffff;
}
.eagle-block-pro__hp-product-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-product-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-product-showcase__grid {
    grid-template-columns: repeat(var(--hp-grid-cols-lg, 3), minmax(0, 1fr));
  }
}
.eagle-block-pro__hp-product-showcase__empty, .eagle-block-pro__hp-product-showcase__loading {
  grid-column: 1/-1;
  text-align: center;
  color: rgba(21, 21, 21, 0.55);
  font-size: 0.875rem;
  padding: 2rem 1rem;
}
.eagle-block-pro__hp-product-showcase__loading {
  display: flex;
  justify-content: center;
}
.eagle-block-pro__hp-product-showcase__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid rgba(21, 21, 21, 0.12);
  box-shadow: 0 1px 2px rgba(29, 53, 87, 0.06);
  transition: all 0.3s ease;
}
.eagle-block-pro__hp-product-showcase__card:hover {
  border-color: #c9a227;
}
.eagle-block-pro__hp-product-showcase__card[hidden] {
  display: none;
}
.eagle-block-pro__hp-product-showcase__card-media {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #faf6f0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}
.eagle-block-pro__hp-product-showcase__card-img {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover !important;
  object-position: center;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.eagle-block-pro__hp-product-showcase__media-link {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-decoration: none;
}
.eagle-block-pro__hp-product-showcase__card.group:hover .eagle-block-pro__hp-product-showcase__card-img {
  transform: scale(1.05);
}
.eagle-block-pro__hp-product-showcase__wishlist {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  justify-self: end;
  position: relative;
  z-index: 10;
  margin: 1rem;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #151515;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(29, 53, 87, 0.08);
  transition: color 0.2s ease, transform 0.2s ease;
}
.eagle-block-pro__hp-product-showcase__wishlist:hover, .eagle-block-pro__hp-product-showcase__wishlist:focus-visible {
  color: #c83a3a;
  transform: scale(1.05);
}
.eagle-block-pro__hp-product-showcase__wishlist.is-active {
  color: #c83a3a;
}
.eagle-block-pro__hp-product-showcase__wishlist.is-loading {
  pointer-events: none;
  color: transparent;
}
.eagle-block-pro__hp-product-showcase__wishlist.is-loading .eagle-block-pro__hp-product-showcase__wishlist-icon {
  opacity: 0;
}
.eagle-block-pro__hp-product-showcase__wishlist.is-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid #d7d7d7;
  border-top-color: #151515;
  animation: ebpHpWishlistSpin 0.7s linear infinite;
}
.eagle-block-pro__hp-product-showcase__wishlist-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.eagle-block-pro__hp-product-showcase__card-actions {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  justify-self: stretch;
  position: relative;
  z-index: 10;
  margin: 1rem;
  display: flex;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(3rem);
  transition: all 0.3s ease;
}
.eagle-block-pro__hp-product-showcase__card.group:hover .eagle-block-pro__hp-product-showcase__card-actions {
  opacity: 1;
  transform: translateY(0);
}
.eagle-block-pro__hp-product-showcase__quick-view {
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(21, 21, 21, 0.08);
  background: #ffffff;
  color: #151515;
  font-family: inherit;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(29, 53, 87, 0.06);
  transition: background 0.2s ease, color 0.2s ease;
}
.eagle-block-pro__hp-product-showcase__quick-view:hover {
  background: #1d3557;
  color: #ffffff;
}
.eagle-block-pro__hp-product-showcase__cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.25rem;
  border: none;
  background: #1d3557;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.eagle-block-pro__hp-product-showcase__cart-btn:hover {
  background: #c9a227;
  color: #1d3557;
}
.eagle-block-pro__hp-product-showcase__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.eagle-block-pro__hp-product-showcase__title-link:hover {
  color: #c9a227;
}
.eagle-block-pro__hp-product-showcase__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
}
.eagle-block-pro__hp-product-showcase__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: #c9a227;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eagle-block-pro__hp-product-showcase__card-body h4 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #151515;
}
.eagle-block-pro__hp-product-showcase__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(21, 21, 21, 0.08);
}
.eagle-block-pro__hp-product-showcase__price {
  color: #1d3557;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.2;
}
.eagle-block-pro__hp-product-showcase__craft {
  color: rgba(21, 21, 21, 0.45);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eagle-block-pro__hp-product-showcase__qv-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(21, 21, 21, 0.5);
  backdrop-filter: blur(4px);
  transition: opacity 0.3s ease;
}
.eagle-block-pro__hp-product-showcase__qv-modal.is-open {
  display: flex;
}
.eagle-block-pro__hp-product-showcase__qv-modal[hidden]:not(.is-open) {
  display: none !important;
}
.eagle-block-pro__hp-product-showcase__qv-backdrop {
  position: absolute;
  inset: 0;
}
.eagle-block-pro__hp-product-showcase__qv-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 48rem;
  max-height: 90vh;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.12);
  background: #ffffff;
  box-shadow: 0 25px 50px -12px rgba(29, 53, 87, 0.25);
}
@media (min-width: 768px) {
  .eagle-block-pro__hp-product-showcase__qv-dialog {
    flex-direction: row;
  }
}
.eagle-block-pro__hp-product-showcase__qv-loader {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  pointer-events: none;
}
.eagle-block-pro__hp-product-showcase__qv-loader[hidden] {
  display: none !important;
}
.eagle-block-pro__hp-product-showcase__qv-spinner {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid rgba(21, 21, 21, 0.12);
  border-top-color: #c9a227;
  border-radius: 999px;
  animation: ebpHpWishlistSpin 0.7s linear infinite;
}
.eagle-block-pro__hp-product-showcase__qv-modal.is-loading .eagle-block-pro__hp-product-showcase__qv-details, .eagle-block-pro__hp-product-showcase__qv-modal.is-loading .eagle-block-pro__hp-product-showcase__qv-footer {
  opacity: 0.35;
}
.eagle-block-pro__hp-product-showcase__qv-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  color: #151515;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
}
.eagle-block-pro__hp-product-showcase__qv-close:hover, .eagle-block-pro__hp-product-showcase__qv-close:focus-visible {
  color: #c9a227;
}
.eagle-block-pro__hp-product-showcase__qv-media {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding: 1rem;
  background: #fcfaf7;
}
@media (min-width: 768px) {
  .eagle-block-pro__hp-product-showcase__qv-media {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.eagle-block-pro__hp-product-showcase__qv-img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.eagle-block-pro__hp-product-showcase__qv-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 2rem;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .eagle-block-pro__hp-product-showcase__qv-content {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.eagle-block-pro__hp-product-showcase__qv-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  max-width: 100%;
}
.eagle-block-pro__hp-product-showcase__qv-category {
  color: #c9a227;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eagle-block-pro__hp-product-showcase__qv-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #151515;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.eagle-block-pro__hp-product-showcase__qv-price {
  margin: 0;
  color: #1d3557;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}
.eagle-block-pro__hp-product-showcase__qv-price .amount,
.eagle-block-pro__hp-product-showcase__qv-price bdi,
.eagle-block-pro__hp-product-showcase__qv-price ins {
  font-weight: inherit;
}
.eagle-block-pro__hp-product-showcase__qv-desc {
  margin: 0;
  color: rgba(21, 21, 21, 0.55);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
}
.eagle-block-pro__hp-product-showcase__qv-desc p {
  margin: 0 0 0.75rem;
}
.eagle-block-pro__hp-product-showcase__qv-desc p:last-child {
  margin-bottom: 0;
}
.eagle-block-pro__hp-product-showcase__qv-footer {
  flex-shrink: 0;
  padding-top: 1.5rem;
  min-width: 0;
  max-width: 100%;
}
.eagle-block-pro__hp-product-showcase__qv-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.eagle-block-pro__hp-product-showcase a.added_to_cart,
.eagle-block-pro__hp-product-showcase .added_to_cart.wc-forward {
  display: none !important;
}
.eagle-block-pro__hp-product-showcase__qv-add-form {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.eagle-block-pro__hp-product-showcase__qv-add-form .button,
.eagle-block-pro__hp-product-showcase__qv-add-form a.add_to_cart_button,
.eagle-block-pro__hp-product-showcase__qv-add-form .eagle-block-pro__hp-product-showcase__qv-add-btn {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  padding: 1.125rem 0.75rem !important;
  border: none !important;
  border-radius: 0 !important;
  background: #1d3557 !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  line-height: 1.3 !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.eagle-block-pro__hp-product-showcase__qv-add-form .button:hover, .eagle-block-pro__hp-product-showcase__qv-add-form .button:focus-visible,
.eagle-block-pro__hp-product-showcase__qv-add-form a.add_to_cart_button:hover,
.eagle-block-pro__hp-product-showcase__qv-add-form a.add_to_cart_button:focus-visible,
.eagle-block-pro__hp-product-showcase__qv-add-form .eagle-block-pro__hp-product-showcase__qv-add-btn:hover,
.eagle-block-pro__hp-product-showcase__qv-add-form .eagle-block-pro__hp-product-showcase__qv-add-btn:focus-visible {
  background: #c9a227 !important;
  color: #1d3557 !important;
}
.eagle-block-pro__hp-product-showcase__qv-add-form .button.is-loading,
.eagle-block-pro__hp-product-showcase__qv-add-form a.add_to_cart_button.is-loading,
.eagle-block-pro__hp-product-showcase__qv-add-form .eagle-block-pro__hp-product-showcase__qv-add-btn.is-loading {
  pointer-events: none;
  color: transparent !important;
}
.eagle-block-pro__hp-product-showcase__qv-add-form .button.is-loading::after,
.eagle-block-pro__hp-product-showcase__qv-add-form a.add_to_cart_button.is-loading::after,
.eagle-block-pro__hp-product-showcase__qv-add-form .eagle-block-pro__hp-product-showcase__qv-add-btn.is-loading::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 999px;
  animation: ebpHpWishlistSpin 0.7s linear infinite;
}
.eagle-block-pro__hp-product-showcase__qv-add-form .button.is-added-confirmed,
.eagle-block-pro__hp-product-showcase__qv-add-form a.add_to_cart_button.is-added-confirmed,
.eagle-block-pro__hp-product-showcase__qv-add-form .eagle-block-pro__hp-product-showcase__qv-add-btn.is-added-confirmed {
  background: #c9a227 !important;
  color: #1d3557 !important;
}
.eagle-block-pro__hp-product-showcase__cart-btn.ajax_add_to_cart.is-loading {
  pointer-events: none;
  opacity: 0.7;
}
.eagle-block-pro__hp-product-showcase__cart-btn.ajax_add_to_cart.is-loading::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 999px;
  animation: ebpHpWishlistSpin 0.7s linear infinite;
}
.eagle-block-pro__hp-product-showcase__cart-btn.ajax_add_to_cart.is-loading i {
  opacity: 0;
}
.eagle-block-pro__hp-product-showcase__qv-view-link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0.875rem 0.75rem;
  border: 1px solid rgba(21, 21, 21, 0.15);
  background: transparent;
  color: #151515;
  font-family: inherit;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.eagle-block-pro__hp-product-showcase__qv-view-link:hover, .eagle-block-pro__hp-product-showcase__qv-view-link:focus-visible {
  border-color: #c9a227;
  color: #c9a227;
}

@keyframes ebpHpWishlistSpin {
  to {
    transform: rotate(360deg);
  }
}
.eagle-block-pro__hp-shop-product-grid {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #fcfaf7;
  border-bottom: none;
}
.eagle-block-pro__hp-shop-product-grid__pagination {
  margin-top: 3rem;
  text-align: center;
}
.eagle-block-pro__hp-shop-product-grid__pagination .page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.eagle-block-pro__hp-shop-product-grid__pagination .page-numbers li {
  display: inline-flex;
}
.eagle-block-pro__hp-shop-product-grid__pagination .page-numbers a,
.eagle-block-pro__hp-shop-product-grid__pagination .page-numbers span {
  display: inline-flex;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(21, 21, 21, 0.12);
  background: #ffffff;
  color: #151515;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.eagle-block-pro__hp-shop-product-grid__pagination .page-numbers .current,
.eagle-block-pro__hp-shop-product-grid__pagination .page-numbers a:hover,
.eagle-block-pro__hp-shop-product-grid__pagination .page-numbers a:focus-visible {
  border-color: #c9a227;
  background: #151515;
  color: #ffffff;
}

.eagle-block-pro__hp-related-products {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #fcfaf7;
  border-bottom: none;
}

.eagle-block-pro__hp-wishlist-grid {
  padding-top: 0;
  padding-bottom: 2rem;
  background: transparent;
  border-bottom: none;
}

.eagle-block-pro__hp-wishlist-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  grid-column: 1/-1;
  padding: 4rem 1rem;
  text-align: center;
  font-family: "Poppins", system-ui, sans-serif;
  color: #8e9aa6;
}
.eagle-block-pro__hp-wishlist-empty svg {
  width: 3rem;
  height: 3rem;
  opacity: 0.45;
  color: #1d3557;
}
.eagle-block-pro__hp-wishlist-empty p {
  margin: 0;
  font-size: 1.125rem;
  color: #151515;
}
.eagle-block-pro__hp-wishlist-empty__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  background: #1d3557;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.eagle-block-pro__hp-wishlist-empty__cta:hover {
  background: #151515;
  color: #ffffff;
}

.eagle-block-pro__hp-promo-banner {
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f9f7f4;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  text-align: center;
  font-family: "Poppins", system-ui, sans-serif;
  color: #151515;
}
.eagle-block-pro__hp-promo-banner__inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.eagle-block-pro__hp-promo-banner__eyebrow {
  display: block;
  margin: 0;
  color: #c9a227;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eagle-block-pro__hp-promo-banner__title {
  margin: 0 auto;
  max-width: 48rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.15;
  color: #1d3557;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-promo-banner__title {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-promo-banner__title {
    font-size: 3.75rem;
  }
}
.eagle-block-pro__hp-promo-banner__desc {
  margin: 0 auto;
  max-width: 42rem;
  color: rgba(21, 21, 21, 0.65);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.625;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-promo-banner__desc {
    font-size: 1rem;
  }
}
.eagle-block-pro__hp-promo-banner__btn-wrap {
  padding-top: 1.5rem;
}
.eagle-block-pro__hp-promo-banner__btn {
  display: inline-block;
  padding: 1.25rem 3rem;
  background: #1d3557;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}
.eagle-block-pro__hp-promo-banner__btn:hover, .eagle-block-pro__hp-promo-banner__btn:focus-visible {
  background: #c9a227;
  color: #1d3557;
  outline: none;
}

.eagle-block-pro__hp-testimonials {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  color: #151515;
}
.eagle-block-pro__hp-testimonials__inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-testimonials__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-testimonials__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.eagle-block-pro__hp-testimonials__head {
  max-width: 42rem;
  margin: 0 auto 4rem;
  text-align: center;
}
.eagle-block-pro__hp-testimonials__eyebrow {
  display: block;
  margin: 0 0 0.75rem;
  color: #c9a227;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eagle-block-pro__hp-testimonials__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #151515;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-testimonials__title {
    font-size: 3rem;
  }
}
.eagle-block-pro__hp-testimonials__divider {
  width: 3rem;
  height: 1px;
  margin: 1rem auto 0;
  background: rgba(201, 162, 39, 0.5);
}
.eagle-block-pro__hp-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .eagle-block-pro__hp-testimonials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.eagle-block-pro__hp-testimonials__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  background: #fcfaf7;
  border: 1px solid rgba(21, 21, 21, 0.12);
}
.eagle-block-pro__hp-testimonials__card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.eagle-block-pro__hp-testimonials__stars {
  display: flex;
  gap: 0.125rem;
  color: #c9a227;
  font-size: 0.875rem;
  line-height: 1;
}
.eagle-block-pro__hp-testimonials__quote {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.625;
  color: #151515;
}
.eagle-block-pro__hp-testimonials__body {
  margin: 0;
  color: rgba(21, 21, 21, 0.55);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.625;
}
.eagle-block-pro__hp-testimonials__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(21, 21, 21, 0.08);
}
.eagle-block-pro__hp-testimonials__avatar {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(29, 53, 87, 0.05);
  color: #1d3557;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.eagle-block-pro__hp-testimonials__name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #151515;
}
.eagle-block-pro__hp-testimonials__location {
  margin: 0;
  color: rgba(21, 21, 21, 0.45);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eagle-block-pro__hp-showroom {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fcfaf7;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  color: #151515;
}
.eagle-block-pro__hp-showroom__inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-showroom__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-showroom__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.eagle-block-pro__hp-showroom__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-showroom__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.eagle-block-pro__hp-showroom__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.eagle-block-pro__hp-showroom__eyebrow {
  display: block;
  color: #c9a227;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eagle-block-pro__hp-showroom__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #151515;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-showroom__title {
    font-size: 3rem;
  }
}
.eagle-block-pro__hp-showroom__divider {
  width: 3rem;
  height: 1px;
  background: #c9a227;
}
.eagle-block-pro__hp-showroom__desc {
  margin: 0;
  color: rgba(21, 21, 21, 0.65);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.625;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-showroom__desc {
    font-size: 1rem;
  }
}
.eagle-block-pro__hp-showroom__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  color: rgba(21, 21, 21, 0.65);
  font-size: 0.875rem;
  line-height: 1.5;
}
.eagle-block-pro__hp-showroom__detail {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.eagle-block-pro__hp-showroom__detail i {
  margin-top: 0.25rem;
  color: #c9a227;
  font-size: 1rem;
  line-height: 1;
}
.eagle-block-pro__hp-showroom__detail strong {
  display: block;
  margin-bottom: 0.125rem;
  color: #151515;
  font-weight: 700;
}
.eagle-block-pro__hp-showroom__detail span {
  font-weight: 300;
}
.eagle-block-pro__hp-showroom__btn-wrap {
  padding-top: 1rem;
}
.eagle-block-pro__hp-showroom__btn {
  display: inline-block;
  padding: 1.25rem 2.5rem;
  border: none;
  background: #1d3557;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(29, 53, 87, 0.08);
  transition: background 0.3s ease, color 0.3s ease;
}
.eagle-block-pro__hp-showroom__btn:hover, .eagle-block-pro__hp-showroom__btn:focus-visible {
  background: #c9a227;
  color: #1d3557;
  outline: none;
}
.eagle-block-pro__hp-showroom__visual {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid rgba(21, 21, 21, 0.12);
}
.eagle-block-pro__hp-showroom__img {
  display: block;
  width: 100%;
  height: 16rem;
  object-fit: cover;
  border: 1px solid rgba(21, 21, 21, 0.08);
}
.eagle-block-pro__hp-showroom__map-card {
  margin-top: 1rem;
  padding: 1rem;
  background: #fcfaf7;
  text-align: center;
}
.eagle-block-pro__hp-showroom__map-card i {
  display: block;
  margin-bottom: 0.5rem;
  color: #c9a227;
  font-size: 1.125rem;
  line-height: 1;
}
.eagle-block-pro__hp-showroom__map-card h4 {
  margin: 0;
  color: #151515;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eagle-block-pro__hp-newsletter {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #faf6f0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  color: #151515;
}
.eagle-block-pro__hp-newsletter__inner {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.eagle-block-pro__hp-newsletter__eyebrow {
  display: block;
  color: #c9a227;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eagle-block-pro__hp-newsletter__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #151515;
}
.eagle-block-pro__hp-newsletter__desc {
  max-width: 36rem;
  margin: 0 auto;
  color: rgba(21, 21, 21, 0.55);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.625;
}
.eagle-block-pro__hp-newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-newsletter__form {
    flex-direction: row;
    align-items: stretch;
  }
}
.eagle-block-pro__hp-newsletter__input, .eagle-block-pro__hp-newsletter__btn {
  box-sizing: border-box;
  margin: 0;
  min-height: 0;
  height: auto;
  max-width: none;
  box-shadow: none;
  appearance: none;
}
.eagle-block-pro__hp-newsletter__input {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(21, 21, 21, 0.12);
  border-radius: 0;
  background: #ffffff;
  color: #151515;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}
.eagle-block-pro__hp-newsletter__input::placeholder {
  color: rgba(21, 21, 21, 0.4);
}
.eagle-block-pro__hp-newsletter__input:focus {
  outline: none;
  border-color: #c9a227;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-newsletter__input {
    flex: 1 1 auto;
  }
}
.eagle-block-pro__hp-newsletter__btn {
  width: 100%;
  min-width: 0;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0;
  background: #151515;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.eagle-block-pro__hp-newsletter__btn:hover, .eagle-block-pro__hp-newsletter__btn:focus-visible {
  background: #c9a227;
  color: #1d3557;
  outline: none;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-newsletter__btn {
    width: auto;
    flex-shrink: 0;
  }
}
.eagle-block-pro__hp-newsletter__btn.is-loading {
  opacity: 0.7;
  cursor: wait;
}
.eagle-block-pro__hp-newsletter__btn:disabled {
  cursor: wait;
}
.eagle-block-pro__hp-newsletter__msg {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.eagle-block-pro__hp-newsletter__msg[hidden] {
  display: none !important;
}
.eagle-block-pro__hp-newsletter__msg.is-success {
  color: #1d3557;
}
.eagle-block-pro__hp-newsletter__msg.is-error {
  color: #b42318;
}

.wp-block-eagle-block-pro-hp-newsletter.eagle-block-pro__hp-newsletter .eagle-block-pro__hp-newsletter__form {
  flex-wrap: nowrap;
  width: 100% !important;
  max-width: 28rem !important;
}
.wp-block-eagle-block-pro-hp-newsletter.eagle-block-pro__hp-newsletter .eagle-block-pro__hp-newsletter__input,
.wp-block-eagle-block-pro-hp-newsletter.eagle-block-pro__hp-newsletter .eagle-block-pro__hp-newsletter__btn {
  height: auto !important;
  min-height: 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.wp-block-eagle-block-pro-hp-newsletter.eagle-block-pro__hp-newsletter .eagle-block-pro__hp-newsletter__input {
  flex: 1 1 auto;
  width: auto !important;
  max-width: 100% !important;
  padding: 1rem 1.25rem !important;
  border: 1px solid rgba(21, 21, 21, 0.12) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #151515 !important;
  font-size: 0.75rem !important;
}
.wp-block-eagle-block-pro-hp-newsletter.eagle-block-pro__hp-newsletter .eagle-block-pro__hp-newsletter__btn {
  flex: 0 0 auto;
  width: auto !important;
  max-width: 100% !important;
  padding: 1rem 2rem !important;
  border: none !important;
  border-radius: 0 !important;
  background: #151515 !important;
  color: #ffffff !important;
  font-size: 0.625rem !important;
}
.wp-block-eagle-block-pro-hp-newsletter.eagle-block-pro__hp-newsletter .eagle-block-pro__hp-newsletter__btn:hover, .wp-block-eagle-block-pro-hp-newsletter.eagle-block-pro__hp-newsletter .eagle-block-pro__hp-newsletter__btn:focus-visible {
  background: #c9a227 !important;
  color: #1d3557 !important;
}

.eagle-block-pro__hp-site-footer {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: #fcfaf7;
  color: #151515;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.75rem;
}
.eagle-block-pro__hp-site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-site-footer__grid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .eagle-block-pro__hp-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-site-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.eagle-block-pro__hp-site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.eagle-block-pro__hp-site-footer__col--brand {
  gap: 1.5rem;
}
.eagle-block-pro__hp-site-footer__col--contact {
  gap: 1rem;
}
.eagle-block-pro__hp-site-footer__brand {
  display: flex;
  flex-direction: column;
}
.eagle-block-pro__hp-site-footer__brand-tag {
  display: block;
  color: #c9a227;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1;
  text-transform: uppercase;
}
.eagle-block-pro__hp-site-footer__brand-title {
  margin: 0.25rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d3557;
}
.eagle-block-pro__hp-site-footer__brand-house {
  font-weight: 400;
  font-style: italic;
  color: #c9a227;
  text-transform: lowercase;
}
.eagle-block-pro__hp-site-footer__brand-desc {
  margin: 0;
  color: rgba(21, 21, 21, 0.55);
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.625;
}
.eagle-block-pro__hp-site-footer__social {
  display: flex;
  gap: 1rem;
  padding-top: 0.5rem;
}
.eagle-block-pro__hp-site-footer__social-link {
  color: #c9a227;
  text-decoration: none;
  transition: color 0.3s ease;
}
.eagle-block-pro__hp-site-footer__social-link:hover, .eagle-block-pro__hp-site-footer__social-link:focus-visible {
  color: #1d3557;
  outline: none;
}
.eagle-block-pro__hp-site-footer__social-link i {
  font-size: 1rem;
  line-height: 1;
}
.eagle-block-pro__hp-site-footer__col-title {
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(21, 21, 21, 0.12);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #151515;
}
.eagle-block-pro__hp-site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: rgba(21, 21, 21, 0.65);
  font-weight: 300;
}
.eagle-block-pro__hp-site-footer__links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.eagle-block-pro__hp-site-footer__links a:hover, .eagle-block-pro__hp-site-footer__links a:focus-visible {
  color: #c9a227;
  outline: none;
}
.eagle-block-pro__hp-site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: rgba(21, 21, 21, 0.65);
  font-weight: 300;
}
.eagle-block-pro__hp-site-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.eagle-block-pro__hp-site-footer__contact-item i {
  color: #c9a227;
  font-size: 0.875rem;
  line-height: 1;
}
.eagle-block-pro__hp-site-footer__payments {
  padding-top: 0.5rem;
}
.eagle-block-pro__hp-site-footer__payments-label {
  margin: 0 0 0.5rem;
  color: rgba(21, 21, 21, 0.4);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.eagle-block-pro__hp-site-footer__payments-icons {
  display: flex;
  gap: 0.5rem;
  color: rgba(21, 21, 21, 0.55);
  font-size: 1.125rem;
  line-height: 1;
}
.eagle-block-pro__hp-site-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  max-width: 80rem;
  margin: 3rem auto 0;
  padding: 2rem 1rem 0;
  border-top: 1px solid rgba(21, 21, 21, 0.12);
  color: rgba(21, 21, 21, 0.4);
  font-size: 0.625rem;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-site-footer__bottom {
    flex-direction: row;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__hp-site-footer__bottom {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.eagle-block-pro__hp-site-footer__bottom p {
  margin: 0;
}
@media (min-width: 640px) {
  .eagle-block-pro__hp-site-footer__bottom p:last-child {
    margin-top: 0;
  }
}

.eagle-block-pro-wc-product-grid {
  background: #fcfaf7 !important;
}

/*# sourceMappingURL=style.css.map */
