/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* ANIMATION VARIABLES */
/* DEBUG VARIABLES*/
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* ANIMATION VARIABLES */
/* DEBUG VARIABLES*/
.divider {
  width: 90%;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.divider-100 {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 2rem 0;
}

.divider-centered-v {
  width: auto;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.component {
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .component {
    margin-top: 1.5rem;
  }
}

.tags {
  list-style-type: none;
  padding: 0px;
  display: flex;
  gap: 0.3rem;
  flex-flow: wrap;
}
.tags li {
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  color: #e01b32;
  background-color: rgba(253, 2, 30, 0.2);
  border-radius: calc(0.1rem * 0.6);
  padding: 0.5rem;
}

.components-gallery {
  height: 70vh;
  width: 100%;
  border-radius: 0.1rem;
  display: flex;
  justify-content: flex-end;
}
.components-gallery video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.1rem;
  z-index: -1;
}
.components-gallery img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.1rem;
  z-index: -1;
}
@media (max-width: 991px) {
  .components-gallery {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .components-gallery {
    height: 70vh;
  }
}
.components-gallery .content-holder {
  position: absolute;
  margin: 2rem;
  margin-left: auto;
  width: auto;
  max-width: 35rem;
  align-self: flex-end;
  text-align: right;
  z-index: 1000;
}

.components-title {
  width: 100%;
  display: flex;
  margin: 3rem 0 3rem 0;
}
@media (max-width: 575px) {
  .components-title {
    margin: 3rem 0 1rem 0;
  }
}
.components-title .divider-centered-v {
  flex: 1;
}
.components-title h2 {
  width: auto;
  font-size: calc(3rem * 0.8);
  margin: 0 1rem 0 0;
}

.components-image-description .image-desc-section {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .components-image-description .image-desc-section {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.components-image-description .image-desc-section:nth-child(2n) .img-section {
  order: 1;
}
.components-image-description .image-desc-section:nth-child(2n) .description-section {
  order: 0;
}
@media (max-width: 575px) {
  .components-image-description .image-desc-section .img-section {
    order: 0 !important;
  }
  .components-image-description .image-desc-section .description-section {
    order: 1 !important;
  }
}
.components-image-description .image-desc-section:first-child {
  margin-top: 0;
}
.components-image-description .image-desc-section .img-section {
  height: 50vh;
  width: 50%;
  border-radius: 0.1rem;
}
.components-image-description .image-desc-section .img-section img {
  height: 50vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
}
@media (max-width: 575px) {
  .components-image-description .image-desc-section .img-section img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.2;
  }
}
@media (max-width: 575px) {
  .components-image-description .image-desc-section .img-section {
    width: 100%;
    height: auto;
  }
}
.components-image-description .image-desc-section .description-section {
  padding: 0 3rem;
  width: calc(50% - 3rem);
}
.components-image-description .image-desc-section .description-section h2 {
  font-size: calc(1.5rem * 1.4);
}
@media (max-width: 575px) {
  .components-image-description .image-desc-section .description-section {
    width: 100%;
    padding: 1rem;
  }
}
.components-image-description .image-desc-section span {
  color: #e01b32;
}

.components-home-article-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.components-home-article-container a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .components-home-article-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media (max-width: 575px) {
  .components-home-article-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}
.components-home-article-container .article-latest {
  height: 100%;
  width: 100%;
  padding: 0.5rem 0.5rem 0 0.5rem;
  border-radius: calc(0.1rem * 1.2);
  transition: calc(0.2s * 0.3);
}
.components-home-article-container .article-latest:hover {
  cursor: pointer;
  top: -0.2rem;
  background: #e01b32;
  background: linear-gradient(0deg, rgba(33, 255, 208, 0) 0%, rgba(33, 255, 208, 0.4) 100%);
  transform: scale(1.02);
  z-index: 999;
}
.components-home-article-container .article-latest .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.2;
  background-color: #242424;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .components-home-article-container .article-latest .img {
    aspect-ratio: 1.6;
  }
}
.components-home-article-container .article-recent {
  height: auto;
  width: 100%;
  display: grid;
  justify-content: space-around;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .components-home-article-container .article-recent {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }
}
.components-home-article-container .article-recent .article-recent-item {
  height: 100%;
  padding: 0.5rem 0.5rem 0 0.5rem;
  border-radius: calc(0.1rem * 1.2);
  transition: calc(0.2s * 0.3);
}
.components-home-article-container .article-recent .article-recent-item:hover {
  cursor: pointer;
  top: -0.2rem;
  background-color: rgba(253, 2, 30, 0.2);
  background: #e01b32;
  background: linear-gradient(0deg, rgba(33, 255, 208, 0) 0%, rgba(33, 255, 208, 0.4) 100%);
  transform: scale(1.02);
  z-index: 999;
}
@media (max-width: 575px) {
  .components-home-article-container .article-recent .article-recent-item {
    width: 100%;
    padding: 0;
  }
}
.components-home-article-container .article-recent .article-recent-item h4 {
  margin-bottom: 0.5rem;
}
.components-home-article-container .article-recent .article-recent-item .img img {
  height: 20vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.2;
  background-color: #242424;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .components-home-article-container .article-recent .article-recent-item .img img {
    aspect-ratio: 1.6;
  }
}
@media (max-width: 575px) {
  .components-home-article-container .article-recent .article-recent-item .img img {
    aspect-ratio: 1.1;
  }
}

.components-description-over-image {
  height: auto;
  width: 100%;
  border-radius: 0.1rem;
}
@media (max-width: 575px) {
  .components-description-over-image {
    height: auto;
  }
}
.components-description-over-image video {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0.1rem;
}
.components-description-over-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.1rem;
}

.components-youtube-vid {
  height: 60vh;
  width: 100%;
  margin: 0 0 5rem 0;
}
@media (max-width: 575px) {
  .components-youtube-vid {
    height: 50vh;
    margin: 0 0 4rem 0;
  }
}
.components-youtube-vid .youtubevid {
  height: 100%;
  width: 100%;
  border-radius: 0.1rem;
}

.components-article-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.3rem;
}
@media (max-width: 991px) {
  .components-article-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .components-article-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .components-article-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.components-article-container .article-item {
  position: relative;
  -webkit-border-top-left-radius: calc(0.1rem * 1.2);
  -webkit-border-top-right-radius: calc(0.1rem * 1.2);
  -moz-border-radius-topleft: calc(0.1rem * 1.2);
  -moz-border-radius-topright: calc(0.1rem * 1.2);
  transition: calc(0.2s * 0.3);
  padding: 0.5rem;
  display: grid;
  top: 0;
  text-decoration: none !important;
}
.components-article-container .article-item:hover {
  cursor: pointer;
  top: -0.2rem;
  background: #e01b32;
  background: linear-gradient(0deg, rgba(33, 255, 208, 0) 0%, rgba(33, 255, 208, 0.4) 100%);
  transform: scale(1.02);
  z-index: 999;
}
@media (max-width: 575px) {
  .components-article-container .article-item {
    padding: 0;
    grid-template-columns: auto 1fr;
    margin-top: 0;
  }
  .components-article-container .article-item:hover {
    cursor: pointer;
    top: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 575px) {
  .components-article-container .article-item .image-sec {
    margin-right: 1rem;
  }
}
.components-article-container .article-item .image-sec .img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1.3;
  background-color: #242424;
  border-radius: 0.1rem;
}
@media (max-width: 575px) {
  .components-article-container .article-item .image-sec .img {
    aspect-ratio: 1.2;
    height: auto;
    width: 10rem;
  }
}
@media (max-width: 575px) {
  .components-article-container .article-item .desc-sec {
    align-items: center;
  }
}
.components-article-container .article-item .desc-sec .btn-primary {
  margin-bottom: 0.5rem;
}
.components-article-container .article-item .desc-sec p {
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-top: 0.5rem;
}
@media (max-width: 575px) {
  .components-article-container .article-item .desc-sec p {
    display: none;
    visibility: collapse;
  }
}
@media (max-width: 575px) {
  .components-article-container .article-item .desc-sec .tags {
    display: none;
    visibility: collapse;
  }
}
.components-article-container a {
  text-decoration: none !important;
}

.components-pagination-container {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0 0 0;
}
.components-pagination-container ul {
  list-style-type: none;
  display: flex;
  padding: 0px;
  margin: 0;
  max-width: 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.components-pagination-container ul li {
  height: 2.75rem;
  display: flex;
  width: 2.75rem;
  padding: 0;
  border-radius: 0.1rem;
  background-color: #141414;
  color: #e01b32;
  border: 1px solid rgba(255, 255, 255, 0.08);
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  box-sizing: border-box;
  transition: 160ms ease-in-out all;
}
.components-pagination-container ul li a,
.components-pagination-container ul li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e01b32;
  text-decoration: none;
  line-height: 1;
}
.components-pagination-container ul li a:hover,
.components-pagination-container ul li a:focus {
  background-color: rgba(253, 2, 30, 0.2);
  color: #ffffff;
  outline: none;
}
.components-pagination-container ul .active {
  background-color: #e01b32;
  color: #141414;
  border-color: #e01b32;
}
.components-pagination-container ul .active a,
.components-pagination-container ul .active span {
  color: #141414;
  cursor: default;
}
.components-pagination-container ul .disabled {
  opacity: 0.35;
  pointer-events: none;
}
.components-pagination-container ul .disabled span {
  color: rgba(255, 255, 255, 0.6);
}

.components-team-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1.3rem;
}
@media (max-width: 991px) {
  .components-team-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .components-team-container {
    grid-template-columns: 1fr 1fr;
  }
}
.components-team-container .Team-item h4 {
  font-size: calc(1.2rem / 1.1);
  margin: 1rem 0 0 0;
}
.components-team-container .Team-item .tags {
  margin: 0.8rem 0;
}
@media (max-width: 575px) {
  .components-team-container .Team-item .tags {
    display: none;
    visibility: collapse;
  }
}
.components-team-container .Team-item .img img {
  background-color: #141414;
  border-radius: 0.1rem;
  height: 15rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575px) {
  .components-team-container .Team-item .img img {
    height: auto;
    width: 100%;
    aspect-ratio: 1;
  }
}
.components-team-container .Team-item .mobile-position {
  display: none;
  font-size: 1.1rem;
  visibility: collapse;
  color: #e01b32;
}
@media (max-width: 575px) {
  .components-team-container .Team-item .mobile-position {
    visibility: visible;
    display: block;
  }
}
.components-team-container .Team-item socials {
  margin-top: 0.5rem;
}
.components-team-container .Team-item socials div {
  margin: 0 0 0 0.4rem;
}
.components-team-container .Team-item socials div:first-child {
  margin-left: 0;
}
.components-team-container .Team-item p {
  margin: 0;
}

.components-showreel-style-a {
  height: 50vh;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "primary-img primary-img secondary-img-A" "primary-img primary-img secondary-img-B";
  gap: 1rem;
}
.components-showreel-style-a img {
  border-radius: 0.1rem;
}
@media (max-width: 575px) {
  .components-showreel-style-a {
    height: 30vh;
    gap: 0.8rem;
    grid-template-columns: 0.2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.components-showreel-style-a {
  /*@include sm {
          height:80vh;
          grid-template-columns: 1fr;
          grid-template-rows: 1fr 1fr 1fr;
          grid-template-areas:
              "primary-img" "secondary-img-A" "secondary-img-B";
      }*/
}
.components-showreel-style-a .primary-img {
  height: 100%;
  grid-area: primary-img;
}
.components-showreel-style-a .primary-img img {
  height: 50vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 575px) {
  .components-showreel-style-a .primary-img img {
    height: 30vh;
  }
}
.components-showreel-style-a .secondary-img-A {
  height: calc(25vh - 0.5rem);
  grid-area: secondary-img-A;
}
.components-showreel-style-a .secondary-img-A img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 575px) {
  .components-showreel-style-a .secondary-img-A {
    height: calc(15vh - 0.5rem);
  }
}
.components-showreel-style-a .secondary-img-B {
  height: calc(25vh - 0.5rem);
  grid-area: secondary-img-B;
}
.components-showreel-style-a .secondary-img-B img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 575px) {
  .components-showreel-style-a .secondary-img-B {
    height: calc(15vh - 0.5rem);
  }
}

.components-showreel-style-b {
  width: 100%;
  height: 40vh;
}
.components-showreel-style-b img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.1rem;
}

.components-showreel-style-c {
  height: 60vh;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 575px) {
  .components-showreel-style-c {
    gap: 0.8rem;
  }
}
.components-showreel-style-c img {
  height: 30vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.1rem;
}

.showreel-gap-t {
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .showreel-gap-t {
    margin-top: 0.8rem;
  }
}

.components-showreel-container {
  width: 100%;
  height: auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1366px) {
  .components-showreel-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .components-showreel-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.components-showreel-container .showreel-items {
  height: 20rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .components-showreel-container .showreel-items {
    height: 15rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.components-showreel-container .showreel-items img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.1rem;
}
.components-showreel-container .showreel-items .showreel-description {
  background: rgba(0, 0, 0, 0.95);
  width: auto;
  position: absolute;
  height: calc(100% - 1rem);
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transform: translate(0, 1rem);
  transition: all ease-in-out calc(0.2s * 0.5);
  border-radius: 0.1rem;
  padding: 1rem 1rem 0 1rem;
}
.components-showreel-container .showreel-items .showreel-description:hover {
  transform: translate(0, 0rem);
  opacity: 1;
  cursor: pointer;
}
.components-showreel-container .showreel-items .showreel-view-more {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 1rem;
  bottom: 1rem;
}

.components-masonary-layout {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 575px) {
  .components-masonary-layout {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.components-masonary-layout figure img {
  max-width: 100%;
  display: block;
  border-radius: 0.1rem;
}
.components-masonary-layout figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 1rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.components-masonary-layout figure > img {
  grid-row: 1/-1;
  grid-column: 1;
}
.components-masonary-layout figure a {
  color: black;
  text-decoration: none;
}
.components-masonary-layout figcaption {
  grid-row: 2;
  grid-column: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.2em 0.5em;
  justify-self: start;
}

/* Web Articles Components */
.component-image-100 img {
  height: 50vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.1rem;
}

.components-article-header {
  padding: 0;
}
@media (max-width: 1366px) {
  .components-article-header {
    padding: 0;
  }
}

.component-article-render {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(min-content, max-content);
}
@media (max-width: 767px) {
  .component-article-render {
    grid-template-columns: 1fr;
  }
}
.component-article-render .render-description-section {
  width: 80%;
  padding: 0 0rem 0 0;
  margin: 0 auto;
  order: 0;
}
@media (max-width: 767px) {
  .component-article-render .render-description-section {
    width: 90%;
    padding: 0;
    order: 1;
  }
}
.component-article-render .render-description-section h1, .component-article-render .render-description-section h2, .component-article-render .render-description-section h3, .component-article-render .render-description-section h3 {
  margin: 2rem 0 1rem 0;
}
.component-article-render .render-description-section p {
  margin: 2rem 0 1rem 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6rem;
  font-size: 1.1rem;
}
@media (max-width: 575px) {
  .component-article-render .render-description-section p {
    font-size: calc(1.1rem * 1.1);
    line-height: 1.5rem;
    font-weight: 400;
  }
}
.component-article-render .render-description-section h1 {
  font-size: 3rem;
  color: #e01b32;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.component-article-render .render-description-section h2 {
  font-size: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #303030;
}
.component-article-render .render-description-section h3 {
  font-size: 1.1rem;
}
.component-article-render .render-description-section img {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.component-article-render .render-description-section ul {
  margin: 0;
}
@media (max-width: 575px) {
  .component-article-render .render-description-section ul {
    padding: 0 0 0 1.5rem;
  }
}
.component-article-render .render-description-section ul li {
  list-style: disc;
  text-decoration: none;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6rem;
  font-size: 1.1rem;
}
@media (max-width: 575px) {
  .component-article-render .render-description-section ul li {
    font-size: calc(1.1rem * 1.1);
    line-height: 1.5rem;
    margin: 0.8rem 0 0 0;
    font-weight: 400;
  }
}
.component-article-render .render-description-section ul li strong {
  color: #e01b32;
  font-weight: 600;
}
.component-article-render #render-toc-sections {
  margin: 2rem 0 0 0;
  padding: 2rem;
  background-color: #141414;
  order: 1;
  border-radius: 0.1rem;
  opacity: 0.8;
  height: -moz-min-content;
  height: min-content;
}
@media (max-width: 767px) {
  .component-article-render #render-toc-sections {
    order: 0;
    padding: 1.5rem;
  }
}
.component-article-render #render-toc-sections h2 {
  color: #e01b32;
  font-size: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.component-article-render #render-toc-sections .mce-toc {
  font-size: 1.1rem;
}
@media (max-width: 575px) {
  .component-article-render #render-toc-sections .mce-toc {
    font-size: 1.2rem;
  }
}
.component-article-render #render-toc-sections .mce-toc ul {
  font-family: "Work Sans", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
.component-article-render #render-toc-sections .mce-toc ul li a {
  color: rgb(255, 255, 255);
}
.component-article-render #render-toc-sections .mce-toc ul li > ul {
  visibility: visible;
  display: contents;
  list-style: inside;
  color: rgba(255, 255, 255, 0.7);
}
.component-article-render #render-toc-sections .mce-toc ul li > ul li {
  margin-top: 1rem;
  margin-left: 1rem;
}
.component-article-render #render-toc-sections .mce-toc ul li > ul a {
  color: rgba(255, 255, 255, 0.7);
}
.component-article-render #render-toc-sections .mce-toc ul li ul li > ul {
  display: none;
  visibility: collapse;
}
.component-article-render #render-toc-sections .mce-toc ul li ul li > ul a {
  color: rgba(255, 255, 255, 0.5) !important;
}

.components-tech-stack {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .components-tech-stack {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .components-tech-stack {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .components-tech-stack {
    grid-template-columns: repeat(3, 1fr);
  }
}
.components-tech-stack .stack-item {
  display: flex;
  height: auto;
  width: auto;
  background: #141414;
  border-radius: 0.1rem;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
}
.components-tech-stack .stack-item img {
  width: calc(100% - 3rem);
  height: auto;
}
@media (max-width: 575px) {
  .components-tech-stack .stack-item img {
    width: calc(100% - 1rem);
  }
}

.components-three-images {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .components-three-images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .components-three-images {
    grid-template-columns: repeat(1, 1fr);
  }
}
.components-three-images .images-container img {
  width: 100%;
  border-radius: 0.1rem;
}

.components-four-images {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 991px) {
  .components-four-images {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 575px) {
  .components-four-images {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.components-four-images .images-container {
  display: inline-block;
  margin: 1rem 0 0 0;
  width: 100%;
}
@media (max-width: 575px) {
  .components-four-images .images-container {
    margin: 1rem 0 0 0;
  }
}
.components-four-images .images-container img {
  display: block;
  width: 100%;
  border-radius: 0.1rem;
  z-index: 1;
}
@media (max-width: 575px) {
  .components-four-images .images-container img {
    border-radius: calc(0.1rem / 2);
  }
}
.components-four-images .images-container .hover-Details {
  background: rgba(33, 255, 208, 0.9);
  position: absolute;
  padding: 2rem;
  width: auto;
  height: calc(100% - 4rem);
  top: 0;
  max-width: 35rem;
  z-index: 2;
  border-radius: 0.1rem;
}
@media (max-width: 575px) {
  .components-four-images .images-container .hover-Details {
    border-radius: calc(0.1rem / 2);
  }
}
.components-four-images .images-container .hover-Details h2 {
  color: #000000;
}
.components-four-images .images-container .hover-Details p {
  color: #1a1a1a;
  line-height: normal;
  margin: 0;
}

.components-card-data-controls {
  width: 100%;
}
.components-card-data-controls form {
  display: flex;
  flex-direction: row;
}
@media (max-width: 575px) {
  .components-card-data-controls form {
    flex-direction: column;
  }
}
.components-card-data-controls .search {
  width: 100%;
  display: flex;
}
@media (max-width: 575px) {
  .components-card-data-controls .search {
    flex-direction: column;
  }
}
.components-card-data-controls .search .search-container {
  display: flex;
}
@media (max-width: 575px) {
  .components-card-data-controls .search .search-container input[type=text] {
    width: calc(70% - 4px);
  }
}
.components-card-data-controls .search .search-container button {
  height: 100%;
  margin: 0 0.5rem;
}
@media (max-width: 575px) {
  .components-card-data-controls .search .search-container button {
    width: 30%;
    height: 3.1rem;
  }
}
.components-card-data-controls .search .filtered-item {
  display: flex;
  height: 100%;
  width: auto;
  background-color: rgba(253, 2, 30, 0.2);
  color: #e01b32;
  align-items: center;
  padding: 0 0.5rem 0 2rem;
}
@media (max-width: 575px) {
  .components-card-data-controls .search .filtered-item {
    margin-top: 1rem;
    padding: 1rem 1rem;
    justify-content: space-between;
  }
}
.components-card-data-controls .search .filtered-item .text h3 {
  font-size: calc(1.1rem * 0.9);
  padding: 0;
  margin: -0.5rem 0 0 0;
}
@media (max-width: 575px) {
  .components-card-data-controls .search .filtered-item .text h3 {
    font-size: 1.2rem;
    margin: 0 0 0 0;
  }
}
.components-card-data-controls .search .filtered-item .text p {
  margin: 0;
  padding: 0;
  font-size: calc(1.1rem * 0.8);
}
@media (max-width: 575px) {
  .components-card-data-controls .search .filtered-item .text p {
    font-size: 1.1rem;
  }
}
.components-card-data-controls .search .filtered-item a {
  padding: 0 1rem;
  color: #e01b32;
  text-decoration: none;
}
.components-card-data-controls .search .filtered-item a img {
  clip-path: none;
  height: 2rem;
  width: 2rem;
  margin: 0.3rem 0 0 0;
  padding: 0;
}
.components-card-data-controls .filter-section {
  /*border: 1px solid blue;*/
}

input[type=text] {
  height: 3rem;
  background-color: rgba(255, 0, 28, 0.27);
  border: 1px solid #e01b32;
  margin-top: 1px;
  padding: 8px 20px;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
}
input[type=text]:focus {
  background-color: rgba(255, 0, 28, 0.67);
  outline: none;
}

.components-products-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .components-products-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .components-products-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.components-products-container .product {
  transition: all cubic-bezier(0.82, -0.01, 0.17, 1) calc(0.2s * 0.4);
  clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
@media (max-width: 767px) {
  .components-products-container .product {
    clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  }
}
.components-products-container .product img {
  height: 10rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.components-products-container .product p {
  margin: 0;
}
.components-products-container .product h5 {
  margin: 0;
}
.components-products-container .product h5 span {
  color: #15b05f;
}
.components-products-container .product:hover {
  background-color: #e01b32;
  transform: scale(1.05);
}
.components-products-container .product:hover * {
  transform: scale(0.95);
}
.components-products-container .product:hover p, .components-products-container .product:hover h4, .components-products-container .product:hover h5, .components-products-container .product:hover span {
  color: #070707;
}

.component-list-items .item {
  transition: all cubic-bezier(0.82, -0.01, 0.17, 1) calc(0.2s * 0.4);
  display: flex;
  align-items: center;
}
.component-list-items .item a {
  margin: 0.3rem;
}
.component-list-items .item:nth-child(odd) {
  background-color: #141414;
}
.component-list-items .item:hover {
  background-color: rgba(253, 2, 30, 0.2);
}
.component-list-items p {
  width: 100%;
  margin: 0.8rem 0;
}

.Component-shop {
  display: flex;
}

.Component-category-section {
  transition: all cubic-bezier(0.82, -0.01, 0.17, 1) calc(0.2s * 0.4);
  min-width: 15rem;
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 575px) {
  .Component-category-section {
    display: none;
    visibility: hidden;
  }
}
.Component-category-section *::-webkit-scrollbar,
.Component-category-section *::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  border: 10px solid transparent;
}
.Component-category-section *::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
}
.Component-category-section:hover {
  color: #e01b32;
}
.Component-category-section .divider {
  width: 90%;
  margin: 1rem 0 1rem 0;
}
.Component-category-section .Scroller {
  max-height: 40vh;
  overflow-y: scroll;
}
.Component-category-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.Component-category-section ul li {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  padding: 0.3rem 0.5rem 0.2rem 1.2rem;
}
.Component-category-section ul li a {
  transition: all cubic-bezier(0.82, -0.01, 0.17, 1) calc(0.2s * 0.4);
  color: rgba(255, 255, 255, 0.6);
}
.Component-category-section ul li a:hover {
  padding: 0 1rem 0 0.5rem;
  background-color: #e01b32;
}

/* #region Select*/
.select2-container {
  min-width: 10rem;
  margin: 0.1rem;
}

.select2-container--default .select2-selection--single {
  display: flex;
  background-color: #e01b32;
  align-items: center;
  border: 0;
  height: 100%;
  padding: 0.1rem 0.5rem;
  border-radius: 0.1rem;
}

.select2-container--default .select2-selection--single {
  display: flex;
  background-color: #e01b32;
  align-items: center;
  border: 0;
  height: 100%;
  padding: 0.1rem 0.5rem;
  border-radius: 0.1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1rem;
  color: #070707;
  text-align: center;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  background-color: rgba(255, 0, 28, 0.55);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #070707 transparent transparent transparent;
  border-width: 10px 8px 0 8px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #070707 transparent;
  border-width: 0 8px 10px 8px;
}

.select2-search--dropdown {
  display: block;
  padding: 0;
}

.select2-dropdown {
  background-color: #141414;
  border: 0;
}

.select2-search--dropdown .select2-search__field {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
}
.select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.select2-results__option {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(253, 2, 30, 0.2);
}

.select2-container--default .select2-results__option--selected {
  background-color: #e01b32;
}

.select2-container--default .select2-results__option--highlighted .select2-results__option--selectable {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
}

.select2-results__option--selectable {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
}

/* #endregion */
/* #region shopitem */
.component-product-page .item-container {
  display: flex;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 575px) {
  .component-product-page .item-container {
    flex-direction: column;
  }
}
.component-product-page .item-container .carousel-section {
  width: 50%;
}
@media (max-width: 575px) {
  .component-product-page .item-container .carousel-section {
    width: 100%;
  }
}
.component-product-page .item-container .carousel-section .btn-primary {
  margin: 0 0 1rem 0;
}
.component-product-page .item-container .carousel-section .carousel-container {
  width: 100%;
}
.component-product-page .item-container .carousel-section .carousel-container #main-carousel img {
  height: 30rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.component-product-page .item-container .carousel-section .carousel-container #main-carousel-navigation img {
  margin: 1rem 0.2rem 0 0.2rem;
  height: 5rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.component-product-page .item-container .description-section {
  width: 50%;
}
@media (max-width: 575px) {
  .component-product-page .item-container .description-section {
    width: 100%;
  }
}
.component-product-page .item-container .description-section .title-section {
  margin: 3rem;
}
@media (max-width: 575px) {
  .component-product-page .item-container .description-section .title-section {
    margin: 1rem;
  }
}
.component-product-page .item-container .crumb {
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
}
.component-product-page .item-container .crumb a {
  margin: 0.5rem;
  font-size: 1.1rem;
  font-family: "Work Sans", sans-serif;
}
.component-product-page .item-container .crumb ul {
  padding: 0;
  margin: 0 0 0 1rem;
  color: #e01b32;
}
.component-product-page .item-container .crumb ul li {
  display: inline;
}
.component-product-page .item-container .crumb ul li a {
  font-size: 1.1rem;
  font-family: "Work Sans", sans-serif;
  transition: all cubic-bezier(0.82, -0.01, 0.17, 1) calc(0.2s * 0.4);
  padding: 0.2rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #e01b32;
}
.component-product-page .item-container .crumb ul li a:hover {
  cursor: pointer;
  background-color: rgba(253, 2, 30, 0.2);
  color: #e01b32;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.component-product-page .item-container .description {
  margin: 2rem 0;
}

.slick-track {
  margin-left: 0;
  margin-right: 0;
}

/* #endregion */
.store-card-image {
  display: block;
  background-color: #101010;
}
.store-card-image.is-fallback {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 3rem;
  box-sizing: border-box;
  opacity: 0.55;
  background: linear-gradient(135deg, rgba(224, 27, 50, 0.16), rgba(255, 255, 255, 0.04));
}

.component-store {
  display: flex;
  width: 100%;
}
.component-store .item-display {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .component-store .item-display {
    grid-template-columns: repeat(2, 1fr);
  }
}
.component-store .item-display .item {
  display: flex;
  height: 15rem;
  width: 100%;
  background-color: #141414;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
  clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
.component-store .item-display .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.component-store .item-display .item img.store-card-image.is-fallback {
  padding: 4.5rem;
}
.component-store .item-display .item .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  box-sizing: border-box;
}
.component-store .item-display .item .desc .darkner {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  offset-anchor: bottom;
  transform: scaleY(3);
  transform-origin: 50% 99%;
  opacity: 1;
  transition: opacity calc(0.2s / 4) ease-in-out;
}
@media (max-width: 767px) {
  .component-store .item-display .item .desc {
    padding: 1rem;
  }
}
.component-store .item-display .item .desc h2 {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .component-store .item-display .item .desc h2 {
    font-size: calc(1.2rem);
  }
}

.horizontal-box {
  display: flex;
}

.tags-container {
  display: flex;
}
.tags-container .tags {
  padding: 0.3rem;
  box-sizing: border-box;
  background-color: rgba(253, 2, 30, 0.2);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tags-container .tags p {
  font-size: calc(1.1rem * 0.9);
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.size-icon {
  height: 1.5rem;
  width: 1.5rem;
  clip-path: unset;
}

.component-product-details {
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .component-product-details {
    flex-direction: column;
    gap: 1rem;
  }
}
.component-product-details .gallery-section {
  width: 40%;
  min-height: 30rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .component-product-details .gallery-section {
    width: 100%;
    min-height: auto;
  }
}
.component-product-details .description-section {
  width: 60%;
  padding: 1rem;
}

.product-container {
  width: 100%;
}
.product-container .item-display {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
  transition: 200ms ease-in-out all;
}
@media (max-width: 767px) {
  .product-container .item-display {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }
}
.product-container .item-display a {
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.product-container .item-display .item {
  clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  transition: 200ms ease-in-out all;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 13rem;
  overflow: hidden;
  background-color: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
}
.product-container .item-display .item img {
  height: 10rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-container .item-display .item div {
  flex: 1;
  padding: 0.8rem;
  box-sizing: border-box;
}
.product-container .item-display .item div p {
  margin: 0;
  font-size: calc(1.1rem * 1);
  line-height: 1.4rem;
}
.product-container .item-display .item div .category {
  margin-top: 0.35rem;
  color: #e01b32;
  font-size: calc(1.1rem * 0.82);
  line-height: 1.1rem;
}
.product-container .item-display .item:hover {
  background-color: rgba(253, 2, 30, 0.2);
  cursor: pointer;
  scale: 1.05;
}
.product-container .item-display .item:hover div p {
  color: #e01b32;
}
@media (max-width: 767px) {
  .product-container .item-display .item {
    display: flex;
    min-height: 0;
  }
  .product-container .item-display .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    flex: unset;
  }
  .product-container .item-display .item img.store-card-image.is-fallback {
    padding: 2rem;
  }
  .product-container .item-display .item div {
    padding: 0.65rem;
  }
  .product-container .item-display .item div p {
    font-size: calc(1.1rem * 0.9);
    line-height: 1.2rem;
  }
  .product-container .item-display .item:hover {
    scale: 1;
  }
}

.recent-products-section,
.home-featured-sale .product-container {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.recent-products-section .item-display,
.home-featured-sale .product-container .item-display {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  gap: 1rem;
  overflow: visible;
  padding: 0;
}
.recent-products-section .item-display a,
.home-featured-sale .product-container .item-display a {
  width: 100%;
  scroll-snap-align: start;
}
.recent-products-section .item-display .item,
.home-featured-sale .product-container .item-display .item {
  height: 100%;
  min-height: 23rem;
  clip-path: none;
}
.recent-products-section .item-display .item img,
.home-featured-sale .product-container .item-display .item img {
  width: 100%;
  height: 17rem;
  flex: unset;
  clip-path: none;
}
@media (max-width: 767px) {
  .recent-products-section .item-display .item,
  .home-featured-sale .product-container .item-display .item {
    display: block;
  }
}
@media (max-width: 991px) {
  .recent-products-section .item-display,
  .home-featured-sale .product-container .item-display {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .recent-products-section,
  .home-featured-sale .product-container {
    margin-left: -5vw;
    margin-right: -5vw;
    width: calc(100% + 10vw);
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 0.2rem;
    padding-bottom: 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 5vw;
    scroll-snap-type: x proximity;
    scrollbar-color: #e01b32 #141414;
  }
  .recent-products-section .item-display,
  .home-featured-sale .product-container .item-display {
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
  .recent-products-section .item-display a,
  .home-featured-sale .product-container .item-display a {
    flex: 0 0 16rem;
  }
}

.whatsapp-container {
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.whatsapp-container .whatsapp {
  display: flex;
  height: 3rem;
  width: auto;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
}
@media (max-width: 991px) {
  .whatsapp-container .whatsapp {
    display: none;
  }
}

.mobile-nav-whatsapp {
  display: flex;
  width: 100%;
  max-width: 12.9375rem;
  margin: 1.5rem 0;
}
.mobile-nav-whatsapp img {
  display: block;
  width: 100%;
  height: auto;
}

.store-sales-section,
.home-featured-sale,
.sale-landing-page {
  margin-top: 2rem;
}

.sale-eyebrow {
  margin: 0 0 0.45rem;
  color: #e01b32;
  font-family: "Work Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.home-featured-sale {
  position: relative;
  padding: 2rem;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, #ff2d46 0%, #e01b32 45%, #8f0f1f 100%);
  box-shadow: 0 1rem 2.5rem rgba(224, 27, 50, 0.28);
  clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
.home-featured-sale::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 8%, rgba(255, 255, 255, 0.22), transparent 42%);
  pointer-events: none;
}
.home-featured-sale::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -30%;
  width: 22%;
  height: 220%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(0) rotate(18deg);
  animation: sale-panel-shine 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 3;
}
.home-featured-sale > * {
  position: relative;
  z-index: 2;
}
.home-featured-sale .sale-eyebrow {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
}
.home-featured-sale .home-featured-sale-heading h2 {
  margin: 0;
  font-size: calc(3rem * 0.75);
  text-shadow: 0 0.15rem 0.9rem rgba(0, 0, 0, 0.3);
}
.home-featured-sale .home-featured-sale-heading p {
  max-width: 45rem;
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}
.home-featured-sale .btn-primary {
  background-color: #ffffff;
  color: #e01b32;
  font-weight: 700;
  white-space: nowrap;
}
.home-featured-sale .btn-primary:hover {
  background-color: #070707;
  color: #ffffff;
}
.home-featured-sale .sale-badge.is-discount {
  position: relative;
  overflow: hidden;
  padding: 0.4rem 0.65rem;
  font-size: 1.05rem;
  letter-spacing: 0.04rem;
  box-shadow: 0 0.35rem 0.9rem rgba(0, 0, 0, 0.35);
}
.home-featured-sale .sale-badge.is-discount::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-160%) skewX(-20deg);
  animation: sale-badge-shine 3.2s ease-in-out infinite;
}
@media (max-width: 767px) {
  .home-featured-sale {
    padding: 1.25rem;
  }
  .home-featured-sale .home-featured-sale-heading h2 {
    font-size: calc(1.5rem * 1.1);
  }
  .home-featured-sale .sale-badge.is-discount {
    padding: 0.32rem 0.5rem;
    font-size: 0.95rem;
  }
  .home-featured-sale .product-container {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    scroll-padding-inline: 1.25rem;
  }
}

@keyframes sale-panel-shine {
  0% {
    transform: translateX(0) rotate(18deg);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  55% {
    transform: translateX(650%) rotate(18deg);
    opacity: 1;
  }
  60%, 100% {
    transform: translateX(650%) rotate(18deg);
    opacity: 0;
  }
}
@keyframes sale-badge-shine {
  0% {
    transform: translateX(-160%) skewX(-20deg);
  }
  55%, 100% {
    transform: translateX(320%) skewX(-20deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-featured-sale::after,
  .home-featured-sale .sale-badge.is-discount::after {
    animation: none;
  }
}
.store-sales-heading,
.home-featured-sale-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.store-sale-summaries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.store-sale-summary {
  display: flex;
  flex-direction: column;
  min-height: 10rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, #181818, #0f0f0f);
  color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
}
.store-sale-summary.is-featured {
  border-color: rgba(224, 27, 50, 0.7);
}
.store-sale-summary h3 {
  margin: 0.45rem 0;
}
.store-sale-summary p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.45;
}

.sale-summary-label,
.sale-summary-meta {
  color: #e01b32;
  font-family: "Work Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.sale-summary-meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1rem;
}

.product-container .item.store-product-card .store-product-image-wrap {
  position: relative;
  flex: none;
  padding: 0;
}
.product-container .item.store-product-card .store-product-badges {
  position: absolute;
  inset: 0.55rem auto auto 0.55rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0;
}
.product-container .item.store-product-card .store-product-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.8rem;
}
.product-container .item.store-product-card .store-product-card-copy .store-product-price {
  flex: none;
  padding: 0;
}

.sale-badge {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 0.5rem;
  background-color: #e01b32;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.035rem;
  line-height: 1;
  text-transform: uppercase;
}
.sale-badge.is-hot {
  background-color: #ffffff;
  color: #111111;
}
.sale-badge.is-discount {
  padding: 0.4rem 0.65rem;
  font-size: 0.9rem;
}

.store-product-price,
.product-detail-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.75rem;
  font-family: "Work Sans", sans-serif;
}

.store-product-price strong {
  color: #e01b32;
}

.original-price {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.8rem;
  text-decoration: line-through;
}

.stock-state {
  display: inline-flex;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.48);
  font-family: "Work Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-detail-badges {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}

.product-detail-price strong {
  color: #e01b32;
  font-size: 1.35rem;
}

.product-sale-link {
  display: inline-block;
  margin-top: 0.8rem;
  color: #e01b32;
  font-family: "Work Sans", sans-serif;
}

.sale-hero {
  margin: 1.5rem 0;
  padding: 2rem;
  border: 1px solid rgba(224, 27, 50, 0.45);
  background: radial-gradient(circle at top right, rgba(224, 27, 50, 0.2), transparent 45%), #141414;
}
.sale-hero h1 {
  margin: 0;
}
.sale-hero > p:last-child:not(.sale-eyebrow) {
  max-width: 50rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
}

.sale-empty-state {
  padding: 3rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

@media (max-width: 767px) {
  .store-sale-summaries {
    grid-template-columns: 1fr;
  }
  .store-sales-heading,
  .home-featured-sale-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .sale-hero {
    padding: 1.25rem;
  }
}/*# sourceMappingURL=Components.css.map */
