@font-face {
  font-family: "Eagle-light";
  src: url("../fonts/Eagle-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
.header-logo-text {
  font-family: "Eagle-light", serif;
}

p {
  font-family: "poppins", serif;
  font-weight: 300;
}

.animation-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animation-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}

.banner-full-width-section {
  background-color: #a14c2d;
  padding: 4rem 0;
}
.banner-full-width-section .row {
  display: flex;
  align-items: center;
}
.banner-full-width-section .row .banner-title,
.banner-full-width-section .row .banner-text {
  color: #fff;
}
.banner-full-width-section .row .button-column {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .banner-full-width-section .row .button-column {
    margin-top: 0;
  }
}

.global-button {
  border-radius: 4px;
  padding: 15px 40px;
  font-size: 18px;
  border: 0;
  display: inline-block;
}

.text-button {
  text-decoration: underline !important;
  font-size: 18px;
  color: #333;
  font-family: "adobe-garamond-pro", serif;
}

.white-button {
  text-transform: uppercase;
  background-color: #fff;
  color: #333;
  transition: all 0.3s ease;
}
.white-button:hover {
  color: #fff;
  background-color: #333;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.pink-button {
  text-transform: uppercase;
  background-color: #a14c2d;
  color: #fff;
  transition: all 0.3s ease;
}
.pink-button:hover {
  color: #fff;
  background-color: #333;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.dark-button {
  text-transform: uppercase;
  background-color: #333;
  color: #fff;
  transition: all 0.3s ease;
}
.dark-button:hover {
  color: #333;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.contact-form-section {
  padding: 6rem 0;
}
.contact-form-section .ff-default .ff-el-form-control {
  padding: 15px;
  border-radius: 2px;
}
.contact-form-section .ff_submit_btn_wrapper .ff-btn {
  background-color: #333333 !important;
  border-radius: 4px;
  margin: auto;
  display: block;
  padding: 15px 40px;
  font-size: 18px;
}

.featured-products-section {
  padding: 4rem 0;
}
.featured-products-section .featured-products-title h2 {
  margin-bottom: 2rem;
}
.featured-products-section .featured-products-wrapper {
  padding: 0;
}
.featured-products-section .product-item {
  margin: 0;
}
.featured-products-section .product-item .product-info {
  padding: 2rem;
}
@media (min-width: 768px) {
  .featured-products-section .product-item .product-info {
    padding: 0;
  }
}
.featured-products-section .product-item .product-info .featured-product-price {
  margin-bottom: 4rem;
  color: #707070;
}
.featured-products-section .product-item .product-image {
  max-height: 800px;
  padding: 0;
}
.featured-products-section .product-item .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-products-section .product-item .product-item-title {
  text-transform: uppercase;
}
.featured-products-section .product-item:nth-child(odd) .product-info {
  padding-left: 2rem;
}
.featured-products-section .product-item:nth-child(even) .product-info {
  padding-right: 2rem;
}
.featured-products-section .product-item:nth-child(even) {
  flex-direction: row-reverse;
}

footer .footer-sign-up-wrapper {
  background-color: #f9e2dc;
}
footer .footer-sign-up-wrapper .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-sign-up-wrapper .row .footer-sign-up-subscribe .ff-t-column-1 {
  flex-basis: 75% !important;
}
footer .footer-sign-up-wrapper .row .footer-sign-up-subscribe .ff-t-column-1 #ff_2_email {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #333;
  padding: 16px;
}
footer .footer-sign-up-wrapper .row .footer-sign-up-subscribe .ff-t-column-1 #ff_2_email::placeholder {
  color: #707070;
  font-size: 16px;
  line-height: 24px;
}
footer .footer-sign-up-wrapper .row .footer-sign-up-subscribe .ff-t-column-2 {
  flex-basis: 25% !important;
}
footer .footer-sign-up-wrapper .row .footer-sign-up-subscribe .ff-t-column-2 .ff-btn {
  background-color: #333;
  border-radius: 4px;
  border: 1px solid #333;
  padding: 13px;
}
footer .footer-sign-up-wrapper .row .footer-sign-up-subscribe .ff-t-column-2 .ff-btn:hover {
  background-color: #f9e2dc;
  border: 1px solid #333;
  color: #333;
}
footer .footer-bottom-wrapper {
  background-color: #333;
}
footer .footer-bottom-wrapper p {
  color: #fff;
}

.gallery-section {
  padding: 0 0 6rem 0;
}
.gallery-section .gallery-title h2 {
  margin-bottom: 2rem;
}
.gallery-section .gallery-repeater-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

header {
  position: sticky;
  top: 0;
  z-index: 3;
}
header .header-dark-background {
  background-color: #333;
}
header #header {
  position: absolute;
  width: 100%;
  z-index: 1;
  background-image: none;
  transition: 0.3s;
}
header #header .navbar-brand {
  z-index: 3;
}
header #header .navbar-brand .header-logo-text {
  color: #fff;
  display: inline-block;
  margin-left: 15px;
}
header #header .navbar-brand .header-logo-image {
  background-color: #fff;
  border-radius: 50px;
}
header #header #menu-main-menu {
  margin: auto;
}
header #header #menu-main-menu .nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 8px 0;
}
@media (min-width: 992px) {
  header #header #menu-main-menu .nav-link {
    padding: 8px 20px;
  }
}
header #header .header-search-account-social-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  header #header .header-search-account-social-wrapper {
    flex-direction: row;
  }
}
header #header .header-search-account-social-wrapper .search-form {
  border-radius: 0;
  margin: 2rem 0;
}
@media (min-width: 992px) {
  header #header .header-search-account-social-wrapper .search-form {
    margin: 0;
  }
}
header #header .header-search-account-social-wrapper .search-form .form-control {
  width: 180px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}
header #header .header-search-account-social-wrapper .search-form .form-control::placeholder {
  color: #ccc;
}
header #header .header-search-account-social-wrapper .search-form .form-control:focus {
  box-shadow: none;
  outline: none;
}
header #header .header-search-account-social-wrapper .search-form .btn-outline-secondary {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  box-shadow: none;
}
header #header .header-search-account-social-wrapper .header-icons-wrapper {
  margin-left: 0px;
  display: flex;
  justify-content: start;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  header #header .header-search-account-social-wrapper .header-icons-wrapper {
    margin-left: 40px;
    margin-bottom: 0;
    justify-content: space-evenly;
    align-items: center;
  }
}
header #header .header-search-account-social-wrapper .header-icons-wrapper .cart-icon {
  margin: 0 30px;
}
header #header .header-search-account-social-wrapper .header-icons-wrapper .header-icon img {
  border-radius: 50px;
  width: 32px;
}

@media (max-width: 992px) {
  #header.navbar .navbar-toggler {
    display: block;
  }
  .navbar {
    position: relative;
  }
  .navbar #navbar.navbar-collapse {
    position: fixed;
    top: 85px;
    left: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .navbar #navbar.navbar-collapse.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .navbar #navbar.navbar-collapse .nav-item .nav-link {
    text-decoration: none;
    color: white;
    font-size: 1.6rem;
    transition: color 0.3s;
  }
  .navbar .navbar-toggler {
    z-index: 1100;
    border: none;
    transition: background-image 0.3s ease;
  }
  .navbar .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler {
    border: 0px;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("/wp-content/uploads/2025/03/mobile-menu-icon.png");
  }
  .navbar-toggler.open .navbar-toggler-icon {
    background-image: url("/wp-content/uploads/2025/03/mobile-close-icon.png");
  }
}
.hero-section {
  min-height: 80vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-section .background-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}
.hero-section .background-overlay .row {
  justify-content: center;
}
.hero-section .background-overlay .row .hero-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6rem;
}
.hero-section .background-overlay .row .hero-wrapper .hero-title,
.hero-section .background-overlay .row .hero-wrapper .hero-description {
  color: #fff;
}
.hero-section .background-overlay .row .hero-wrapper .hero-title {
  padding-bottom: 10px;
  text-align: center;
}
.hero-section .background-overlay .row .hero-wrapper .hero-description {
  font-size: 1.5rem;
  font-weight: 300;
  padding-bottom: 50px;
}

.iframe-section {
  padding-bottom: 6rem;
}
.iframe-section .iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
  overflow: hidden;
}
.iframe-section .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.image-and-text-section {
  background: linear-gradient(var(--background-degrees, 135deg), var(--accent-colour, #cccccc) 1.5%, #ffffff 1.5%);
  padding: 6rem 0;
}
@media (min-width: 768px) {
  .image-and-text-section {
    background: linear-gradient(var(--background-degrees, 135deg), var(--accent-colour, #cccccc) 30%, #ffffff 30%);
  }
}
.image-and-text-section .top-row .image-and-text-title {
  margin-bottom: 2rem;
}
.image-and-text-section .bottom-row {
  display: flex;
  align-items: center;
}
.image-and-text-section .bottom-row .image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 440px;
}
.image-and-text-section .bottom-row .image-rounded-and-landscape img {
  border-radius: 5px;
  min-height: auto;
}
.image-and-text-section .bottom-row .text-column {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .image-and-text-section .bottom-row .text-column {
    padding-left: 2rem;
    padding-right: 0;
  }
}
.image-and-text-section .bottom-row .text-column .subtitle {
  border-bottom: 2px solid;
  width: fit-content;
}
.image-and-text-section .bottom-row.flex-row-reverse .text-column {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .image-and-text-section .bottom-row.flex-row-reverse .text-column {
    padding-right: 2rem;
    padding-left: 0;
  }
}

.image-and-text-section.false {
  background: none;
}

.image-cards-section {
  padding: 6rem 0;
}
.image-cards-section .card {
  border: 0;
}
.image-cards-section .card .card-img-top {
  border-radius: 0;
}
.image-cards-section .card .card-body {
  padding: 16px 0 0 0;
}

#main {
  margin-top: 0;
  padding: 0;
}

.page-container-padding-top {
  padding: 7rem 0 2rem;
}

.product-categories-section .product-categories-title {
  margin-bottom: 2rem;
}
.product-categories-section .product-categories-row .card {
  border: none;
}
.product-categories-section .product-categories-row .card .card-img-top {
  border-radius: 0;
}
.product-categories-section .product-categories-row .card .card-title {
  font-style: italic;
}
.product-categories-section .product-categories-row .card .card-body {
  padding: 16px 0;
}

.single-product #header {
  background-color: #333;
}
.single-product #primary {
  padding-top: 8rem;
}
.single-product .summary .product_meta {
  display: none !important;
}
.single-product .variations_form .single_add_to_cart_button {
  border-radius: 4px;
  padding: 15px 40px;
  font-size: 18px;
  border: 0;
  text-transform: uppercase;
  background-color: #f9e2dc !important;
  color: #333 !important;
  transition: all 0.3s ease;
}
.single-product .variations_form .single_add_to_cart_button:hover {
  color: #fff !important;
  background-color: #333 !important;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.woocommerce #header,
.woocommerce-checkout #header {
  background-color: #333;
}
.woocommerce > #main,
.woocommerce-checkout > #main {
  margin-top: 4rem;
}
.woocommerce .woocommerce-loop-product__title,
.woocommerce-checkout .woocommerce-loop-product__title {
  font-size: 2rem !important;
  color: #333;
}
.woocommerce .price,
.woocommerce-checkout .price {
  color: #707070 !important;
}
.woocommerce .added_to_cart,
.woocommerce-checkout .added_to_cart {
  float: right;
  color: #707070;
  text-decoration: underline !important;
  font-family: "adobe-garamond-pro", serif;
  padding-top: 0 !important;
}
.woocommerce .shop-page-layout,
.woocommerce-checkout .shop-page-layout {
  padding-top: 8rem;
}
@media (min-width: 768px) {
  .woocommerce .shop-page-layout .shop-intro,
  .woocommerce-checkout .shop-page-layout .shop-intro {
    max-width: 50%;
    margin: auto;
    padding-bottom: 4rem;
  }
}
.woocommerce .shop-page-layout .shop-intro h1,
.woocommerce .shop-page-layout .shop-intro p,
.woocommerce-checkout .shop-page-layout .shop-intro h1,
.woocommerce-checkout .shop-page-layout .shop-intro p {
  text-align: center;
}
.woocommerce .shop-page-layout .shop-main-content .woocommerce-ordering select,
.woocommerce-checkout .shop-page-layout .shop-main-content .woocommerce-ordering select {
  border: 0px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 768px) {
  .woocommerce .product,
  .woocommerce-checkout .product {
    width: 100% !important;
  }
}
.woocommerce .sidebar,
.woocommerce-checkout .sidebar {
  position: sticky;
  top: 100px;
}
.woocommerce button.woof_submit_search_form,
.woocommerce-checkout button.woof_submit_search_form {
  border-radius: 4px;
  font-size: 18px;
  border: 0;
  display: inline-block;
  text-transform: uppercase;
  background-color: #a14c2d;
  color: #fff;
  transition: all 0.3s ease;
}
.woocommerce button.woof_submit_search_form:hover,
.woocommerce-checkout button.woof_submit_search_form:hover {
  color: #fff;
  background-color: #333;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.woocommerce .button.woof_reset_search_form,
.woocommerce-checkout .button.woof_reset_search_form {
  text-transform: uppercase;
}
.woocommerce .woof_reset_button_2,
.woocommerce-checkout .woof_reset_button_2 {
  background-color: #fff;
  border: 0;
  text-decoration: underline;
  padding: 0;
  font-weight: 700;
}
.woocommerce .woof_remove_ppi,
.woocommerce-checkout .woof_remove_ppi {
  background-image: url("/wp-content/uploads/2025/08/close_24dp_333_FILL0_wght400_GRAD0_opsz24.svg");
  color: #333;
}
.woocommerce .woof_container_inner .irs-from,
.woocommerce .woof_container_inner .irs-to,
.woocommerce .woof_container_inner .irs-handle,
.woocommerce .woof_container_inner .irs-bar,
.woocommerce-checkout .woof_container_inner .irs-from,
.woocommerce-checkout .woof_container_inner .irs-to,
.woocommerce-checkout .woof_container_inner .irs-handle,
.woocommerce-checkout .woof_container_inner .irs-bar {
  background-color: #333;
}
.woocommerce .woof_container_inner .irs--round .irs-handle.from,
.woocommerce .woof_container_inner .irs--round .irs-handle.to,
.woocommerce-checkout .woof_container_inner .irs--round .irs-handle.from,
.woocommerce-checkout .woof_container_inner .irs--round .irs-handle.to {
  border: 5px solid #a14c2d;
}
.woocommerce .woof_container_inner .irs .irs-from:before,
.woocommerce .woof_container_inner .irs .irs-to:before,
.woocommerce-checkout .woof_container_inner .irs .irs-from:before,
.woocommerce-checkout .woof_container_inner .irs .irs-to:before {
  border-top-color: #a14c2d;
}
.woocommerce .woocommerce-info,
.woocommerce-checkout .woocommerce-info {
  border-top-color: #a14c2d;
}
.woocommerce .woocommerce-info::before,
.woocommerce-checkout .woocommerce-info::before {
  color: #a14c2d;
}

.woocommerce-account #header,
.woocommerce-cart #header {
  background-color: #333;
}

.product-thumb-wrap img {
  transition: opacity 0.3s ease;
}

.woocommerce-cart .wc-block-grid__products .add_to_cart_button {
  text-decoration: underline !important;
  font-size: 18px;
  color: #333;
  font-family: "adobe-garamond-pro", serif;
}
.woocommerce-cart .wp-block-woocommerce-cart-items-block .wc-block-components-product-name {
  color: #333;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-button__text {
  text-transform: uppercase;
  background-color: #a14c2d;
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 4px;
  padding: 15px 40px;
  font-size: 18px;
  border: 0;
  display: inline-block;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-button__text:hover {
  color: #fff;
  background-color: #333;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.wc-block-checkout__main .no-shipping-option {
  margin-bottom: 48px;
}

.text-block-section {
  padding: 2rem 0;
}

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