:root {
  --gray: #e5ebe7;
  --creme: #f2f1f0;
  --beige: #efeae0;
  --brown: #908b7f;
  --red: #f05a32;
  --red-70: #f6a084;
  --red-30: #ffcbba;
  --red-10: #ffe8e3;
  --yellow: #f8a522;
  --yellow-70: #fecd64;
  --yellow-30: #ffe7b3;
  --yellow-10: #fff7d9;
  --green: #2cb573;
  --green-70: #5cc89d;
  --green-30: #d1f7c1;
  --green-10: #e1ffd4;
  --blue: #0077c8;
  --blue-70: rgb(from var(--blue) r g b / 0.7);
  --blue-30: rgb(from var(--blue) r g b / 0.3);
  --blue-10: rgb(from var(--blue) r g b / 0.1);
}

/*# Typography styles */
.anc-common h1,
.anc-common h2,
.anc-common h3,
.anc-common h4,
.anc-common h5,
.anc-common small,
.anc-common p {
  font-style: normal;
  margin: 0px;
}
.anc-common h2 {
  font-family: "new-spirit", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
}
.anc-common h3 {
  font-family: "new-spirit", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
}
.anc-common h4 {
  font-family: "new-spirit", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
}
.anc-common h5 {
  font-size: 20px;
  line-height: 1.2;
}
.anc-common small {
  display: block;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 500;
}
.anc-common p {
  font-family: "inter-variable", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
.anc-common .bold {
  font-weight: 600;
  font-variation-settings: "wght" 700;
}
.anc-common .new-spirit {
  font-family: "new-spirit", serif;
  font-weight: 400;
}
.anc-common .inter {
  font-family: "inter-variable", sans-serif;
}
.anc-common .uppercase {
  text-transform: uppercase !important;
}
.anc-common .lowercase {
  text-transform: lowercase !important;
}
.anc-common .light {
  font-weight: 300 !important;
}
.anc-common .regular {
  font-weight: 400 !important;
}
.anc-common .medium {
  font-weight: 500 !important;
}
.anc-common .semi-bold {
  font-weight: 600 !important;
}
.anc-common .bold {
  font-weight: 700 !important;
  font-variation-settings: "wght" 700;
}
.anc-common .letter-spacing-5 {
  letter-spacing: 0.05em !important;
}

/*# Color styles */
.anc-common .color-white {
  color: white !important;
}
.anc-common .color-black {
  color: black !important;
}
.anc-common .color-gray {
  color: var(--gray) !important;
}
.anc-common .color-creme {
  color: var(--creme) !important;
}
.anc-common .color-beige {
  color: var(--beige) !important;
}
.anc-common .color-brown {
  color: var(--brown) !important;
}
.anc-common .color-red {
  color: var(--red) !important;
}
.anc-common .color-yellow {
  color: var(--yellow) !important;
}
.anc-common .color-green {
  color: var(--green) !important;
}
.anc-common .color-blue {
  color: var(--blue) !important;
}
.anc-common .bg-white {
  background-color: white !important;
}
.anc-common .bg-gray {
  background-color: var(--gray) !important;
}
.anc-common .bg-creme {
  background-color: var(--creme) !important;
}
.anc-common .bg-beige {
  background-color: var(--beige) !important;
}
.anc-common .bg-brown {
  background-color: var(--brown) !important;
}
.anc-common .bg-red {
  background-color: var(--red) !important;
}
.anc-common .bg-red-70 {
  background-color: var(--red-70) !important;
}
.anc-common .bg-red-30 {
  background-color: var(--red-30) !important;
}
.anc-common .bg-yellow {
  background-color: var(--yellow) !important;
}
.anc-common .bg-yellow-70 {
  background-color: var(--yellow-70) !important;
}
.anc-common .bg-yellow-30 {
  background-color: var(--yellow-30) !important;
}
.anc-common .bg-green {
  background-color: var(--green) !important;
}
.anc-common .bg-green-70 {
  background-color: var(--green-70) !important;
}
.anc-common .bg-green-30 {
  background-color: var(--green-30) !important;
}
.anc-common .bg-blue {
  background-color: var(--blue) !important;
}
.anc-common .bg-blue-70 {
  background-color: var(--blue-70) !important;
}
.anc-common .bg-blue-30 {
  background-color: var(--blue-30) !important;
}

/*# Default (if new variants) */
.anc-common:not([data-selected-variant=boi]):not([data-selected-variant=frango]):not([data-selected-variant=porco]) .bg-variant {
  background-color: var(--blue) !important;
}
.anc-common:not([data-selected-variant=boi]):not([data-selected-variant=frango]):not([data-selected-variant=porco]) .bg-variant-70 {
  background-color: var(--blue-70) !important;
}
.anc-common:not([data-selected-variant=boi]):not([data-selected-variant=frango]):not([data-selected-variant=porco]) .bg-variant-30 {
  background-color: var(--blue-30) !important;
}
.anc-common:not([data-selected-variant=boi]):not([data-selected-variant=frango]):not([data-selected-variant=porco]) .bg-variant-10 {
  background-color: var(--blue-10) !important;
}

/*# BOI */
.anc-common[data-selected-variant=boi] .bg-variant {
  background-color: var(--red) !important;
}
.anc-common[data-selected-variant=boi] .bg-variant-70 {
  background-color: var(--red-70) !important;
}
.anc-common[data-selected-variant=boi] .bg-variant-30 {
  background-color: var(--red-30) !important;
}
.anc-common[data-selected-variant=boi] .bg-variant-10 {
  background-color: var(--red-10) !important;
}
.anc-common[data-selected-variant=boi] .variant-content-boi {
  display: block !important;
}
.anc-common[data-selected-variant=boi] .variant-content-frango,
.anc-common[data-selected-variant=boi] .variant-content-porco {
  display: none !important;
}

/*# FRANGO */
.anc-common[data-selected-variant=frango] .bg-variant {
  background-color: var(--yellow) !important;
}
.anc-common[data-selected-variant=frango] .bg-variant-70 {
  background-color: var(--yellow-70) !important;
}
.anc-common[data-selected-variant=frango] .bg-variant-30 {
  background-color: var(--yellow-30) !important;
}
.anc-common[data-selected-variant=frango] .bg-variant-10 {
  background-color: var(--yellow-10) !important;
}
.anc-common[data-selected-variant=frango] .variant-content-frango {
  display: block !important;
}
.anc-common[data-selected-variant=frango] .variant-content-boi,
.anc-common[data-selected-variant=frango] .variant-content-porco {
  display: none !important;
}

/*# PORCO */
.anc-common[data-selected-variant=porco] .bg-variant {
  background-color: var(--green) !important;
}
.anc-common[data-selected-variant=porco] .bg-variant-70 {
  background-color: var(--green-70) !important;
}
.anc-common[data-selected-variant=porco] .bg-variant-30 {
  background-color: var(--green-30) !important;
}
.anc-common[data-selected-variant=porco] .bg-variant-10 {
  background-color: var(--green-10) !important;
}
.anc-common[data-selected-variant=porco] .variant-content-porco {
  display: block !important;
}
.anc-common[data-selected-variant=porco] .variant-content-boi,
.anc-common[data-selected-variant=porco] .variant-content-frango {
  display: none !important;
}

[class^=bg-variant],
[class^=variant-content],
.transition-ease {
  transition: all 0.4s ease !important;
}

/*# common styles */
.anc-common a,
.anc-common a:hover,
.anc-common a:active,
.anc-common a:visited {
  text-decoration: none;
  color: black;
  transition: transform ease-in-out 0.3s;
}
.anc-common button.anc-btn {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 500;
  height: 40px;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
  box-shadow: -4px 4px black;
  border: 1.5pt solid black;
  transition: transform ease-in-out 0.5s;
  cursor: pointer;
  color: black !important;
}
.anc-common button.anc-btn:hover,
.anc-common a:hover {
  transform: translateY(-4px);
  transition: transform ease-in-out 0.3s;
}
.anc-common .btn-xl button.anc-btn {
  padding: 32px 40px;
}
.anc-common .grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
}
.anc-common .grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.anc-common .anc-container {
  width: 100%;
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: calc((100vw - 1200px) / 2);
}
.anc-common .z-index-1 {
  z-index: 1 !important;
}
.anc-common .h-95 {
  height: 95dvh;
}
.anc-common .h-80 {
  height: 80dvh;
}
.anc-common .br40 {
  border-radius: 40px;
}
.anc-common .img-darken {
  mix-blend-mode: darken;
}
.anc-common .anc-parallax {
  transition: transform 0.15s ease-out;
  will-change: transform;
  height: auto;
}

/*# sections styles */
.anc-common #anc-videos .carousel-cell {
  width: 23%;
  aspect-ratio: 3/4;
  margin-right: 28px;
}
.anc-common #anc-videos .carousel-cell video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.anc-common #anc-videos div.hidden-desktop {
  aspect-ratio: 3/4;
}
.anc-common #anc-videos div.hidden-desktop video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.anc-common #anc-videos .flickity-button {
  background-color: var(--yellow);
}
.anc-common #anc-videos .flickity-page-dots {
  display: none;
}
.anc-common #anc-videos .flickity-page-dots .dot {
  background-color: var(--yellow);
}
.anc-common #anc-videos .flickity-viewport {
  transform: translateX(6px);
}
.anc-common #anc-rotating-list {
  margin-top: 8rem;
  pointer-events: none;
}
.anc-common #anc-rotating-list h2 {
  white-space: nowrap;
}
.anc-common #anc-rotating-list h2::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 50px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
.anc-common #anc-rotating-list .anc-rotating-list-carousel {
  width: 100%;
}
.anc-common #anc-rotating-list .anc-rotating-list-carousel:focus-visible {
  outline: none;
}
.anc-common #anc-products.full-screen .product-card {
  border-top: none;
}
.anc-common #anc-products .product-card {
  aspect-ratio: 4/5;
  border: 1pt solid black;
}
.anc-common #anc-products .product-card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translate(0, 0);
  z-index: 0;
  transition: opacity ease 1s;
  pointer-events: none;
}
.anc-common #anc-products .product-card img:nth-of-type(2) {
  opacity: 0;
}
.anc-common #anc-products .product-card:hover img:nth-of-type(1) {
  opacity: 0;
}
.anc-common #anc-products .product-card:hover img:nth-of-type(2) {
  opacity: 1;
}
.anc-common #anc-products .product-card .content {
  z-index: 1;
}
.anc-common #anc-banner img.absolute {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(90%);
}
.anc-common #anc-banner .badge {
  position: absolute;
  top: -80px;
  left: 100px;
}
.anc-common #anc-banner.large {
  aspect-ratio: 2/1;
}
.anc-common #anc-banner.small {
  aspect-ratio: 7/3;
}
.anc-common #anc-banner.small img {
  -o-object-position: center;
     object-position: center;
}
.anc-common #anc-related-products img {
  margin-top: 20px;
}
.anc-common #anc-faq .accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.anc-common #anc-faq .accordion-button {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 1rem 0;
  cursor: pointer;
}
.anc-common #anc-faq .accordion-item + .accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.anc-common #anc-faq .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: black;
  color: black !important;
}
.anc-common #anc-faq .accordion-button {
  font-size: 24px;
}
.anc-common #anc-faq .accordion-item {
  background-color: transparent;
}
.anc-common #anc-faq .accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
  box-shadow: none;
}
.anc-common #anc-faq .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.anc-common #anc-faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: center;
  content: "";
  transform: none !important;
  transition: none !important;
  margin-left: auto;
  padding-left: 12px;
  width: 2rem;
  height: 2rem;
}
.anc-common #anc-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e") !important;
  transform: none !important;
  content: "";
}
.anc-common .product-reviews {
  height: 50dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/*# flickity styles */
.anc-common .custom-flickity .flickity-prev-next-button .flickity-button-icon {
  width: 50%;
  left: 50%;
  left: 25%;
}
.anc-common .custom-flickity .flickity-prev-next-button {
  width: 32px;
  height: 32px;
}
.anc-common .custom-flickity .flickity-page-dots {
  display: none;
}
.anc-common .custom-flickity .flickity-prev-next-button.previous {
  left: -16px;
}
.anc-common .custom-flickity .flickity-prev-next-button.next {
  right: -12px;
}
@media (max-width: 840px) {
  .anc-common .custom-flickity .flickity-page-dots {
    display: block;
  }
}

/*# responsive styles */
@media (min-width: 1200px) {
  .anc-common .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 840px) {
  .anc-common #anc-products .product-card:not(:last-of-type) {
    border-right: none;
  }
}
@media (max-width: 839px) {
  .anc-common #anc-products .product-card:not(:last-of-type) {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1119px) {
  .anc-common .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .anc-common .hidden-mobile {
    display: none !important;
  }
}
@media (max-width: 1320px) {
  .anc-common .anc-container {
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .anc-common h2 {
    font-size: 36px;
  }
  .anc-common h3 {
    font-size: 32px;
  }
  .anc-common h4 {
    font-size: 24px;
  }
  .anc-common h5 {
    font-size: 18px;
  }
  .anc-common small {
    font-size: 12px !important;
  }
}
@media (max-width: 840px) {
  .anc-common .anc-container {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
  .anc-common .br40 {
    border-radius: 24px;
  }
  .anc-common h3,
  .anc-common h3 p {
    font-size: 22px;
  }
  .anc-common p {
    font-size: 14px;
  }
  .anc-common .grid3 {
    grid-template-columns: 1fr;
  }
  .anc-common button.anc-btn {
    font-size: 12px;
    height: 36px;
    padding: 0 24px;
    box-shadow: -2px 2px black;
    border: 1pt solid black;
  }
  .anc-common #anc-videos iframe {
    aspect-ratio: 9/16;
  }
  .anc-common #anc-videos .flickity-viewport {
    transform: translateX(0px);
  }
  .anc-common #anc-rotating-list {
    margin-top: 60px;
  }
  .anc-common #anc-rotating-list h2::after {
    width: 25px;
    height: 20px;
  }
  .anc-common #anc-rotating-list .repeat {
    animation: repeat 60s linear infinite;
  }
  .anc-common #anc-banner.large, .anc-common #anc-banner.small {
    margin: 50px 0px;
    align-items: flex-end;
    padding-bottom: 40px;
    aspect-ratio: 9/16;
  }
  .anc-common #anc-banner.large img.absolute, .anc-common #anc-banner.small img.absolute {
    -o-object-position: top right !important;
       object-position: top right !important;
  }
  .anc-common #anc-banner.large h3 br, .anc-common #anc-banner.small h3 br {
    display: none;
  }
  .anc-common #anc-banner.large p, .anc-common #anc-banner.small p {
    font-size: 13px;
  }
  .anc-common #anc-banner.large div.w-40.white, .anc-common #anc-banner.small div.w-40.white {
    width: 80%;
  }
  .anc-common #anc-banner.large .badge, .anc-common #anc-banner.small .badge {
    width: 140px;
    height: 140px;
    top: -70px;
    left: calc(50% - 65px);
  }
  .anc-common #anc-related-products > div {
    padding: 40px 20px;
    margin: 0px;
  }
  .anc-common #anc-related-products .products-links {
    width: 100%;
    border-top: 1pt solid rgba(255, 255, 255, 0.5);
    align-items: center;
    margin-top: 20px;
    padding-top: 16px;
  }
  .anc-common #anc-related-products .products-links div {
    width: 30%;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .anc-common #anc-related-products .products-links div:last-child {
    border-bottom: none;
  }
  .anc-common #anc-related-products .products-links img {
    width: 90%;
  }
  .anc-common #anc-related-products .products-links h5 {
    font-size: 16px;
  }
  .anc-common #anc-faq img.w-25 {
    width: 40% !important;
  }
  .anc-common #anc-faq div.w-70 {
    width: 100%;
  }
  .anc-common #anc-faq div.w-70.pt4 {
    padding-top: 0px;
  }
  .anc-common #anc-faq .accordion-button,
  .anc-common #anc-faq .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
    color: black !important;
  }
  .anc-common #anc-faq .accordion-button {
    font-size: 17px;
  }
}

/*# Override default theme styles */
.main-content {
  width: 100vw;
  overflow-x: hidden;
}