/** Shopify CDN: Minification failed

Line 685:0 Expected "}" to go with "{"

**/
.royer-careers-hero {
  position: relative;
  width: 100%;
  min-height: 816px;
  overflow: hidden;
}

.royer-careers-hero__media-wrapper--overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: 
    linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.royer-careers-hero__media-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.royer-careers-hero__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}

.royer-careers-hero__placeholder--mobile {
  display: none;
}

.royer-careers-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
}

.royer-careers-hero__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 816px;
}

.royer-careers-hero__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.royer-careers-hero__text-block {
  max-width: 640px;
  text-align: left;
}

.royer-careers-hero__title {
color: var(--White, #FFF);
font-family: Teko;
font-size: 88px;
font-style: normal;
font-weight: 700;
line-height: 90px; /* 102.273% */
text-transform: uppercase;
}

.royer-careers-hero__subtitle {
color: var(--White, #FFF);

/* Desktop/Intro */
font-family: Inter;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 38px; /* 135.714% */
}

.royer-careers-hero__cta {
  display: flex;
max-width: 546px;
padding: 22px 18px;
justify-content: center;
align-items: center;
align-self: stretch;
border-radius: 4px;
background: var(--Royer-red, #C8102E);
  color: var(--White, #FFF);
text-align: center;

/* Common/Button text */
font-family: Teko;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 100% */
letter-spacing: 3px;
text-transform: uppercase;
}

.royer-careers-featured-jobs {
  position: relative;
  background-color: black;
  padding-top: 10px;
  padding-bottom: 88px;
  z-index: 2;
}

.royer-careers-featured-jobs__container {
  max-width: 1440px;
  margin: -100px auto auto;
  padding: 10px 40px;
  text-align: center;
  color: white;
}

.royer-careers-featured-jobs__title {
  color: var(--White, #FFF);
  font-family: Teko;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  text-align: left;
}

.royer-careers-featured-jobs__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.royer-careers-featured-jobs__card {
  background: var(--Grey-700, #282626);
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 240px;
  border-radius: 6px;
}

.royer-careers-featured-jobs__card-top {
  text-align: left;
}

.royer-careers-featured-jobs__job-title {
  color: var(--White, #FFF);
  font-family: Teko;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 105.556% */
  text-transform: uppercase;
}

.royer-careers-featured-jobs__company-name {
  color: var(--Grey-300, #B2B2AF);
  font-family: Teko;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
}

.royer-careers-featured-jobs__job-title,
.royer-careers-featured-jobs__company-name {
  margin: 0;
}

.royer-careers-featured-jobs__card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

.royer-careers-featured-jobs__location {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}


.royer-careers-featured-jobs__arrow svg {
  width: 24px;
  height: 24px;
}

.royer-careers-stats__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 40px 10px;
  color: white;
  text-align: center;
}

.royer-careers-stats__eyebrow {
  color: var(--White, #FFF);
  font-family: Teko;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  text-align: left;
}

.royer-careers-stats__main-title {
  color: var(--Royer-red, #C8102E);
  font-family: Teko;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
  text-align: left;
}

.royer-careers-stats__description {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
}

.royer-careers-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.royer-careers-stats__item {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 6px;
}

.royer-careers-stats__stat-title {
  color: var(--Royer-red, #C8102E);
  font-family: Teko;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
  text-align: left;
}

.royer-careers-stats__stat-detail {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
}

.royer-careers-values {
  width: 100%;
  background-color: #f5f5f5;
  padding: 80px 0;
}

.royer-careers-values__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: flex-start;
}

.royer-careers-values__content {
  width: 100%;
  max-width: 660px;
  border-radius: 8px;
  background: var(--Grey-900, #0F0F0F);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  max-width: 660px;
  padding: 32px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}

.royer-careers-values__heading {
  color: var(--Royer-red, #C8102E);
  font-family: Teko;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
}

.royer-careers-values__row {
  margin-bottom: 30px;
}

.royer-careers-values__title {
  color: var(--White, #FFF);
  font-family: Teko;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
}

.royer-careers-values__subtitle {
  color: var(--Royer-red, #C8102E);
  font-family: Teko;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.royer-careers-values__description {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.royer-careers-values__button {
  display: flex;
  padding: 22px 18px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  border: 2px solid var(--White, #FFF);
  color: var(--White, #FFF);
  text-align: center;
  font-family: Teko;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  letter-spacing: 3px;
  text-transform: uppercase;
}

#about-us-our-factories .about-us-factory-list-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 84px;
}

#about-us-our-factories{
  background-color: var(--light-black, #1A1A1A);
  padding: 64px 0;
}

.about-us-our-factories-title{
  color: white;
  font-family: Teko;
  font-size: 68px;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
}

.royer-careers-factories {
  background: var(--Grey-800, #1F1F1F);
  color: white;
  padding: 64px 24px 90px;
}

.royer-careers-factories__container {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

.royer-careers-factories__heading {
  color: var(--White, #FFF);
  font-family: Teko;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 24px;
}

.royer-careers-factories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 48px;
  justify-content: center;
}

.royer-careers-factories__item {
  max-width: 416px;
  margin: 0 auto;
  text-align: left;
}

.royer-careers-factories__image {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.royer-careers-factories__item-heading {
  color: var(--Royer-red, #C8102E);
  font-family: Teko;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
}

.royer-careers-factories__text {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; 
}

.royer-careers-factories__link {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Teko;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--White, #FFF);
}

/* SECTION WRAPPER */
.royer-careers__job-opportunity {
  background-color: #fff;
  padding: 80px 0;
}

.royer-careers__job-opportunity-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

/* HEADER + COUNTER */
.royer-careers__job-opportunity-header {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 32px;
}

/* FILTER BUTTONS */
.royer-careers__job-opportunity-filters {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.royer-careers__job-opportunity-filter {
  background-color: #fff;
  padding: 22px 18px 16px;
  border-radius: 4px;
  color: #000;
  font-family: Teko !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.3s;
  border: 1px solid #d0cfcf;
}

.royer-careers__job-opportunity-filter.active {
  color: #fff;
  background: var(--Grey-600, #504744);
  border: 1px solid #504744;
}

.royer-careers__job-opportunity-filter:hover {
  text-decoration: underline;
}

/* GRID LAYOUT */
.royer-careers__job-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(428px, 1fr));
  gap: 24px;
}

/* JOB CARD */
.royer-careers__job-opportunity-card {
  background: var(--Grey-200, #E7E6E4);
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 240px;
  border-radius: 6px;
  position: relative;
}

.royer-careers__job-opportunity-card:hover {
  cursor: pointer;
}

.royer-careers__job-opportunity-card-header {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.royer-careers__job-opportunity-card-subheader {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}

.royer-careers__job-opportunity-card-description {
  font-size: 16px;
  color: #333;
}

.royer-careers__job-opportunity-card-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  font-size: 20px;
}

.royer-careers__job-opportunity-card-title {
  color: var(--Black, #000);
  font-family: Teko;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
}

.royer-careers__job-opportunity-card-department {
  color: var(--Grey-600, #504744);
  font-family: Teko;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;  
}

.royer-careers__job-opportunity-card--spontaneous {
  background: var(--Grey-700, #282626);
}

.royer-careers__job-opportunity-card--spontaneous .royer-careers__job-opportunity-card-title {
  color: var(--White, #FFF);
  font-family: Teko;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
}

.royer-careers__job-opportunity-card--spontaneous .royer-careers__job-opportunity-card-bottom {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

.royer-careers__job-opportunity-card-bottom {
  color: var(--Black, #000);
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}


/* LOAD MORE BUTTON */
.royer-careers__job-opportunity-load-more {
  display: block;
  margin: 64px auto 0;
  background: black;
  color: white;
  border: none;
  padding: 16px 32px;
  border-radius: 24px;
  font-size: 16px;
  cursor: pointer;
}

.royer-careers__job-opportunity-card-title,
.royer-careers__job-opportunity-card-arrow {
  transition: color 0.3s ease, transform 0.3s ease;
}

.royer-careers__job-opportunity-card:hover 
.royer-careers__job-opportunity-card-title,
.royer-careers__job-opportunity-card:hover 
.royer-careers__job-opportunity-card-arrow {
  color: #C8102E; /* ROYER red */
}

.royer-careers__job-opportunity-card:hover 
.royer-careers__job-opportunity-card-arrow {
  transform: translateX(4px);

@media (max-width: 768px) {
  .royer-careers-hero__placeholder--desktop {
    display: none;
  }

  .royer-careers-hero__placeholder--mobile {
    display: block;
  }

  .royer-careers-hero__title {
    font-size: 2rem;
  }

  .royer-careers-hero__subtitle {
    font-size: 1rem;
  }

  .royer-careers-hero__overlay {
    padding: 40px 0;
    min-height: auto;
  }
    #about-us-our-factories .about-us-factory-list-wrapper{
    display:block;
  }
  
  #about-us-our-factories{
    padding: 16px 0;
  }

  .about-us-factory{
    margin-bottom: 40px;
  }
}
