.hero-slide {
  display: flex;
  padding-top: 244px;
  flex-direction: column;
  align-items: stretch; }
  @media (max-width: 991px) {
    .hero-slide {
      padding-top: 100px; } }
  .hero-slide .hero-content {
    align-self: center;
    z-index: 10;
    display: flex;
    width: 456px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start; }
    .hero-slide .hero-content .breadcrumb-navigation {
      align-self: center;
      display: flex;
      align-items: center;
      gap: 4px;
      color: #fff;
      text-align: center;
      letter-spacing: -0.2px;
      justify-content: start;
      font: 300 14px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
      .hero-slide .hero-content .breadcrumb-navigation .breadcrumb-item {
        align-self: stretch;
        display: flex;
        align-items: center;
        gap: 4px;
        justify-content: start;
        margin: auto 0; }
        .hero-slide .hero-content .breadcrumb-navigation .breadcrumb-item .breadcrumb-link {
          color: #fff;
          letter-spacing: -0.2px;
          align-self: stretch;
          margin: auto 0;
          font: 14px/21px "Fz Poppins"; }
      .hero-slide .hero-content .breadcrumb-navigation .breadcrumb-separator {
        aspect-ratio: 1;
        object-fit: contain;
        object-position: center;
        width: 20px;
        align-self: stretch;
        flex-shrink: 0;
        margin: auto 0; }
    .hero-slide .hero-content .store-info {
      display: flex;
      margin-top: 16px;
      width: 100%;
      flex-direction: column;
      align-items: stretch;
      justify-content: start; }
      @media (max-width: 991px) {
        .hero-slide .hero-content .store-info {
          max-width: 100%; } }
      .hero-slide .hero-content .store-info .store-title-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        color: #fff;
        text-align: center;
        letter-spacing: -1.7px;
        justify-content: start;
        font: 500 40px/1.3 "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
        @media (max-width: 991px) {
          .hero-slide .hero-content .store-info .store-title-container {
            max-width: 100%; } }
        .hero-slide .hero-content .store-info .store-title-container .store-title {
          color: #fff;
          letter-spacing: -1.7px;
          font: 40px/52px "Fz Poppins";
          margin: 0; }
          @media (max-width: 991px) {
            .hero-slide .hero-content .store-info .store-title-container .store-title {
              max-width: 100%;
              font-size: 36px; } }
      .hero-slide .hero-content .store-info .store-logo {
        align-self: center;
        display: flex;
        margin-top: 4px;
        width: 280px;
        max-width: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        padding: 2px 1px; }
        .hero-slide .hero-content .store-info .store-logo .logo-image {
          aspect-ratio: 4.1;
          object-fit: contain;
          object-position: center;
          width: 100%; }
  .hero-slide .background-image-container {
    border-radius: 2px;
    position: relative;
    margin-top: -408px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 991px) {
      .hero-slide .background-image-container {
        max-width: 100%; } }
    .hero-slide .background-image-container .aspect-ratio-keeper {
      transform: rotate(-0.44279rad);
      z-index: 0;
      display: flex;
      min-height: 686px;
      width: 100%; }
      @media (max-width: 991px) {
        .hero-slide .background-image-container .aspect-ratio-keeper {
          max-width: 100%; } }
    .hero-slide .background-image-container .background-image {
      aspect-ratio: 2.33;
      object-fit: contain;
      object-position: center;
      width: 100%;
      position: absolute;
      z-index: 0;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px; }
      @media (max-width: 991px) {
        .hero-slide .background-image-container .background-image {
          max-width: 100%;
          height: 100%;
          object-fit: cover; } }

.gallery-section {
  padding: 60px 0px; }
  .gallery-section .gallery-header {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .gallery-section .gallery-header {
        margin-bottom: 30px; } }
    .gallery-section .gallery-header .gallery-title {
      color: #ffffff;
      letter-spacing: -2px;
      text-align: center;
      font: 700 48px/62px "Fz Poppins", sans-serif;
      margin: 0; }
      @media (max-width: 991px) {
        .gallery-section .gallery-header .gallery-title {
          font-size: 36px;
          line-height: 52px; } }
  .gallery-section .gallery-content.isotope-container {
    margin: 0 auto;
    padding: 0 0px; }
    .gallery-section .gallery-content.isotope-container .gallery-item {
      width: calc((100% - 60px) / 4);
      margin-bottom: 15px;
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
      cursor: pointer; }
      @media (max-width: 991px) {
        .gallery-section .gallery-content.isotope-container .gallery-item {
          width: calc((100% - 20px) / 2); } }
      @media (max-width: 640px) {
        .gallery-section .gallery-content.isotope-container .gallery-item {
          width: 100%; } }
      .gallery-section .gallery-content.isotope-container .gallery-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
      .gallery-section .gallery-content.isotope-container .gallery-item a {
        display: block;
        text-decoration: none;
        color: inherit; }
      .gallery-section .gallery-content.isotope-container .gallery-item .gallery-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        display: block;
        transition: all 0.3s ease;
        border-radius: 8px; }
        .gallery-section .gallery-content.isotope-container .gallery-item .gallery-image:hover {
          transform: scale(1.05); }

.intro-section .product-cart-container {
  justify-content: center;
  align-items: stretch;
  border-radius: 20px;
  background: linear-gradient(180deg, #3b230d -10.28%, #171717 7.41%, #171717 89.97%, #3b230d 107.66%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 48px 0px; }
  .intro-section .product-cart-container .content-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .intro-section .product-cart-container .content-wrapper {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .intro-section .product-cart-container .content-wrapper {
        gap: 20px;
        justify-content: center; } }
    .intro-section .product-cart-container .content-wrapper .logo-section {
      align-self: stretch;
      min-width: 240px;
      height: auto;
      width: 295px;
      margin: 0; }
      .intro-section .product-cart-container .content-wrapper .logo-section .logo-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        padding: 2px 1px; }
        .intro-section .product-cart-container .content-wrapper .logo-section .logo-container .logo-image {
          aspect-ratio: 4.08;
          object-fit: contain;
          object-position: center;
          width: 294px; }
    .intro-section .product-cart-container .content-wrapper .section-tagline {
      color: #fff;
      letter-spacing: -1.7px;
      align-self: stretch;
      margin: auto 0;
      font: 500 36px/52px "Fz Poppins", sans-serif; }
      @media (max-width: 767px) {
        .intro-section .product-cart-container .content-wrapper .section-tagline {
          text-align: center; } }

#video-section {
  padding: 60px 0px; }
  #video-section .video-header {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      #video-section .video-header {
        margin-bottom: 30px; } }
    #video-section .video-header .video-title {
      color: #ffffff;
      letter-spacing: -2px;
      text-align: center;
      font: 700 48px/62px "Fz Poppins", sans-serif;
      margin: 0; }
      @media (max-width: 991px) {
        #video-section .video-header .video-title {
          font-size: 36px;
          line-height: 52px; } }
  @media (min-width: 1024px) {
    #video-section #myVideo {
      width: 90% !important;
      height: auto;
      margin: 0 auto;
      display: block !important; } }

/** List Stores **/
.store-locations {
  display: flex;
  align-items: stretch;
  gap: 16px;
  justify-content: center;
  padding-bottom: 60px; }
  .store-locations .store-locations__container {
    align-items: stretch;
    border-radius: 8px;
    display: flex;
    min-width: 240px;
    gap: 0;
    overflow: hidden;
    justify-content: start;
    flex-wrap: wrap;
    height: 100%;
    background: linear-gradient(180deg, #3b230d -10.28%, #171717 7.41%, #171717 89.97%, #3b230d 107.66%); }
  .store-locations .store-finder {
    min-width: 240px;
    padding: 32px 16px 32px 16px;
    width: 30%; }
  .store-locations .store-finder__header {
    width: 100%;
    color: #8b8b8b; }
  .store-locations .store-finder__title {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    line-height: 47px;
    letter-spacing: -1px;
    margin: 0; }
  .store-locations .store-finder__search {
    margin-top: 10px;
    width: 100%; }
  .store-locations .search-input {
    align-items: center;
    border-radius: 25px;
    border: 1px solid #8b8b8b;
    display: flex;
    min-height: 40px;
    width: 100%;
    padding: 10px 12px;
    gap: 12px;
    overflow: hidden;
    justify-content: space-between;
    background-color: #171717; }
  .store-locations .search-input__label {
    color: #000102;
    font-family: "Inter Tight";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    flex: 1;
    min-width: 240px; }
  .store-locations .search-input__icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 20px;
    align-self: stretch;
    flex-shrink: 0; }
  .store-locations .store-finder__content {
    display: flex;
    margin-top: 40px;
    width: 100%;
    align-items: stretch;
    gap: 8px;
    justify-content: start; }
  .store-locations .store-list {
    min-width: 240px;
    font-size: 14px;
    color: #000102;
    letter-spacing: -0.1px;
    flex: 1; }
  .store-locations .store-card {
    padding-bottom: 16px;
    border-radius: 2px;
    border-bottom: 1px solid #8B8B8B;
    width: 100%; }
    .store-locations .store-card + .store-card {
      margin-top: 20px; }
  .store-locations .store-card__title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.2px;
    margin: 0; }
  .store-locations .store-card__details {
    border-radius: 2px;
    margin-top: 8px;
    width: 100%;
    padding-right: 12px; }
  .store-locations .store-card__address {
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.1px;
    font-style: normal; }
  .store-locations .store-card__hours {
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.1px;
    margin: 4px 0 0; }
  .store-locations .store-card__actions {
    display: flex;
    margin-top: 8px;
    width: 100%;
    align-items: start;
    gap: 32px; }
  .store-locations .action-button {
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    text-decoration: none;
    border: 0;
    background: 0;
    outline: none; }
    .store-locations .action-button::focus {
      border: 0; }
  .store-locations .action-button__icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 20px;
    filter: invert(1); }
  .store-locations .action-button__text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 20%; }
  .store-locations .scroll-indicator {
    align-items: start;
    display: flex;
    gap: 10px;
    justify-content: start;
    height: 100%;
    width: 8px;
    background-color: #ffffff; }
  .store-locations .scroll-indicator__bar {
    display: flex;
    min-height: 120px;
    width: 8px;
    background-color: #ffffff; }
  .store-locations .store-image {
    border-radius: 8px;
    position: relative;
    min-width: 240px;
    overflow: hidden;
    width: 70%; }

@media (max-width: 991px) {
  .store-locations .store-locations__container {
    max-width: 100%; }
  .store-locations .store-image {
    max-width: 100%; } }

.store-locations__container {
  display: flex;
  align-items: stretch;
  min-height: 250px;
  gap: 32px; }

.store-list-wrapper {
  max-height: 325px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  scrollbar-width: thin;
  scrollbar-color: #222 #f5f5f5; }

.store-list-wrapper::-webkit-scrollbar {
  width: 8px;
  background: #f5f5f5;
  border-radius: 8px; }

.store-list-wrapper::-webkit-scrollbar-thumb {
  background: #222;
  border-radius: 8px; }

.store-list-wrapper::-webkit-scrollbar-thumb:hover {
  background: #444; }

.store-image__container {
  height: 100%;
  min-height: 250px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  display: flex; }

#store-map {
  width: 100%;
  height: 100%;
  min-height: 250px;
  border-radius: 8px; }
  #store-map iframe {
    width: 100% !important;
    height: 100% !important; }

@media (max-width: 991px) {
  .store-locations__container {
    flex-direction: column;
    gap: 16px; }
  .store-finder, .store-image {
    width: 100% !important; }
  /*
	.store-image__container, #store-map, .store-list-wrapper {
	min-height: 200px;
	height: 200px;
}
	*/
  .store-locations .store-finder__content {
    margin-top: 20px !important; } }

.custom-dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 16px; }

.dropdown-label {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-family: inherit;
  transition: border 0.2s; }

.dropdown-label:hover, .custom-dropdown.open .dropdown-label {
  border-color: #ffffff; }

.dropdown-arrow {
  margin-left: 8px;
  color: #ffffff; }

.dropdown-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #171717;
  border: 1px solid #8b8b8b;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }

.custom-dropdown.open .dropdown-list {
  display: block;
  background: #171717; }

.dropdown-list li {
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.2s; }

.dropdown-list li:hover, .dropdown-list li.selected {
  background: #f5f5f5;
  color: #171717; }

#province-filter {
  display: none; }
