/** Shopify CDN: Minification failed

Line 304:18 Expected identifier but found whitespace
Line 304:20 Unexpected "{"
Line 304:29 Expected ":"
Line 305:20 Expected identifier but found whitespace
Line 305:22 Unexpected "{"
Line 305:31 Expected ":"
Line 306:19 Expected identifier but found whitespace
Line 306:21 Unexpected "{"
Line 306:30 Expected ":"
Line 307:21 Expected identifier but found whitespace
... and 10 more hidden warnings

**/
.bfcm-hero-plp {
  width: 100%;
  background-color: var(--bfcm-bg-color, #FFFFFF);
  padding: var(--bfcm-padding-top, 60px) 0 var(--bfcm-padding-bottom, 60px);
}
.bfcm-hero-plp__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bfcm-hero-plp__container {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .bfcm-hero-plp__container {
    padding: 0 40px;
  }
}
.bfcm-hero-plp__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  align-items: flex-start;
  padding-block: 13px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bfcm-hero-plp__content {
    gap: 30px;
    padding-block: 20px;
  }
}
@media (min-width: 1024px) {
  .bfcm-hero-plp__content {
    gap: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .bfcm-hero-plp__content {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .bfcm-hero-plp__content {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 15px;
    padding-bottom: 50px;
  }
}
.bfcm-hero-plp__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 600px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .bfcm-hero-plp__text-wrapper {
    max-width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .bfcm-hero-plp__text-wrapper {
    padding-right: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .bfcm-hero-plp__text-wrapper {
    max-width: 55%;
    padding-right: 30px;
  }
}
.bfcm-hero-plp__heading {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  color: var(--bfcm-text-color, #000000);
  margin: 0;
  letter-spacing: -0.02em;
  padding-top: 17px;
}
@media (min-width: 768px) {
  .bfcm-hero-plp__heading {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .bfcm-hero-plp__heading {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .bfcm-hero-plp__heading {
    font-size: 36px;
  }
}
.bfcm-hero-plp__subheading {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  color: var(--bfcm-text-color, #000000);
  margin: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 13px;
  font-family: "TT Norms Pro", sans-serif;
}
.bfcm-hero-plp__description {
  font-size: 14px;
  line-height: 1.6;
  color: var(--bfcm-text-color, #000000);
  margin: 0;
}
@media (min-width: 768px) {
  .bfcm-hero-plp__description {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .bfcm-hero-plp__description {
    font-size: 16px;
  }
}
.bfcm-hero-plp__description p {
  margin: 0 0 16px;
  padding-top: 16px;
  font-size: 13px;
  font-weight: 400;
  font-family: "TT Norms Pro", sans-serif;
}
.bfcm-hero-plp__description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .bfcm-hero-plp__description p {
    padding-top: 36px;
  }
}
.bfcm-hero-plp__button-wrapper {
  margin-top: 8px;
}
.bfcm-hero-plp__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background-color: #590515;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 240px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .bfcm-hero-plp__button {
    font-size: 14px;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bfcm-hero-plp__button {
    min-width: 200px;
    padding: 12px 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .bfcm-hero-plp__button {
    min-width: 220px;
    padding: 14px 30px;
  }
}
@media (min-width: 1024px) {
  .bfcm-hero-plp__button {
    margin-top: 43px;
  }
}
.bfcm-hero-plp__button:hover {
  opacity: 0.85;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.bfcm-hero-plp__button:active {
  transform: translateY(0);
}
.bfcm-hero-plp__image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .bfcm-hero-plp__image-wrapper {
    width: 100%;
    max-width: 45%;
  }
}
@media (min-width: 1024px) {
  .bfcm-hero-plp__image-wrapper {
    width: 100%;
    max-width: 550px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .bfcm-hero-plp__image-wrapper {
    max-width: 40%;
  }
}
.bfcm-hero-plp__image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: #F5F5F5;
  aspect-ratio: 434/328;
}
@media (min-width: 768px) {
  .bfcm-hero-plp__image {
    max-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bfcm-hero-plp__image {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .bfcm-hero-plp__image {
    max-width: 550px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .bfcm-hero-plp__image {
    max-width: 100%;
  }
}
.bfcm-hero-plp__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 434/328;
}
.bfcm-hero-plp__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  background-color: #D9D9D9;
}
.bfcm-hero-plp__image--placeholder .placeholder-svg {
  width: 120px;
  height: 120px;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .bfcm-hero-plp__image--placeholder .placeholder-svg {
    width: 160px;
    height: 160px;
  }
}
.bfcm-hero-plp__placeholder-text {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  color: #E85D36;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .bfcm-hero-plp__placeholder-text {
    font-size: 13px;
    padding: 10px 16px;
  }
}

.section-bfcm-hero {
  --bfcm-bg-color: {{ section.settings.bg_color | default: "#FFFFFF" }};
  --bfcm-text-color: {{ section.settings.text_color | default: "#000000" }};
  --bfcm-button-bg: {{ section.settings.button_bg_color | default: "#D9D9D9" }};
  --bfcm-button-text: {{ section.settings.button_text_color | default: "#000000" }};
  --bfcm-padding-top: {{ section.settings.padding_top | default: 60 }}px;
  --bfcm-padding-bottom: {{ section.settings.padding_bottom | default: 60 }}px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  [dir=rtl] .bfcm-hero-plp__text-wrapper {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  [dir=rtl] .bfcm-hero-plp__text-wrapper {
    padding-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  [dir=rtl] .bfcm-hero-plp__text-wrapper {
    padding-left: 30px;
  }
}
[dir=rtl] .bfcm-hero-plp__placeholder-text {
  right: auto;
  left: 20px;
}

[data-aos=bfcm-fade-in] {
  opacity: 0;
  transition: opacity 0.6s ease;
}
[data-aos=bfcm-fade-in].aos-animate {
  opacity: 1;
}

@media only screen and (max-width: 1398px) {
  .template-collection .main-content {
    padding-top: 0 !important;
  }
}/*# sourceMappingURL=bfcm-hero-plp.css.map */