/** Shopify CDN: Minification failed

Line 119:21 Expected identifier but found whitespace
Line 119:23 Unexpected "{"
Line 119:33 Expected ":"
Line 120:10 Expected identifier but found whitespace
Line 120:12 Unexpected "{"
Line 120:24 Expected ":"
Line 159:10 Expected identifier but found whitespace
Line 159:12 Unexpected "{"
Line 159:24 Expected ":"
Line 169:10 Expected identifier but found whitespace
... and 11 more hidden warnings

**/


/* CSS from section stylesheet tags */
.collection-list {
  padding: var(--spacing-xl) 0;
}

.collection-list__heading {
  margin-bottom: var(--spacing-xl);
}

.collection-list__heading--left {
  text-align: left;
}

.collection-list__heading--center {
  text-align: center;
}

.collection-list__heading--right {
  text-align: right;
}

.collection-list__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--spacing-lg);
  margin-top: var(--spacing-xl);
}

@media screen and (min-width: 768px) {
  .collection-list__grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}

.collection-list__item {
  text-decoration: none;
  display: block;
}

.collection-list__image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: var(--collection-bg, var(--color-light-gray, #f5f5f5));
}

.collection-list__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.collection-list__item:hover .collection-list__image {
  transform: scale(1.05);
}

.collection-list__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--collection-bg, var(--color-light-gray, #f5f5f5));
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
}

.collection-list__content {
  padding: var(--spacing-md) 0;
}

.collection-list__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--color-text, #000);
}

.collection-list__description {
  font-size: 0.875rem;
  color: var(--color-text-secondary, #666);
  margin: 0 0 0.5rem;
}

.collection-list__count {
  font-size: 0.875rem;
  color: var(--color-accent, #0066cc);
  font-weight: 500;
  margin: 0;
}
.footer-company {
    background-color: {{ bg_color }};
    color: {{ text_color }};
    padding: 60px 20px 30px;
  }

  .footer-company__container {
    max-width: 1400px;
    margin: 0 auto;
  }

  .footer-company__main {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 60px;
    margin-bottom: 40px;
  }

  .footer-company__logo {
    margin-bottom: 20px;
  }

  .footer-company__logo img {
    max-width: 100%;
    height: auto;
  }

  .footer-company__details p,
  .footer-company__location-info p,
  .footer-company__location-hours p {
    margin: 8px 0;
    line-height: 1.6;
  }

  .footer-company__name,
  .footer-company__location-name {
    font-weight: 600;
    margin-bottom: 12px;
  }

  .footer-company__link {
    color: {{ text_color }};
    text-decoration: none;
    transition: opacity 0.3s ease;
  }

  .footer-company__link:hover {
    opacity: 0.8;
  }

  .footer-company__link--accent {
    color: {{ accent_color }};
  }

  .footer-company__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-company__list li {
    margin: 12px 0;
  }

  .footer-company__locations {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .footer-company__location {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-company__location-street,
  .footer-company__location-city {
    color: {{ accent_color }};
  }

  .footer-company__hours-title {
    font-weight: 600;
    margin-bottom: 8px;
  }

  .footer-company__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-company__copyright p {
    margin: 0;
    font-size: 14px;
    opacity: 0.8;
  }

  .footer-company__social {
    display: flex;
    gap: 20px;
  }

  .footer-company__social a {
    color: {{ text_color }};
    transition: color 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-company__social a:hover {
    color: {{ accent_color }};
    transform: translateY(-2px);
  }

  @media screen and (max-width: 1024px) {
    .footer-company__main {
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }

    .footer-company__locations {
      grid-column: 1 / -1;
    }
  }

  @media screen and (max-width: 768px) {
    .footer-company {
      padding: 40px 20px 20px;
    }

    .footer-company__main {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .footer-company__location {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .footer-company__bottom {
      flex-direction: column;
      gap: 20px;
      text-align: center;
    }

    .footer-company__social {
      justify-content: center;
    }
  }
.landing-video-collections__title {
    margin-top: 0;
    margin-bottom: var(--title-spacing, 8px);
  }
  
  .landing-video-collections__description {
    margin-top: 0;
    margin-bottom: var(--description-spacing, 16px);
  }

  .landing-video-collections__boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--boxes-gap, 12px);
    margin-top: var(--boxes-spacing, 20px);
  }

  @media screen and (max-width: 768px) {
    .landing-video-collections__boxes {
      grid-template-columns: 1fr;
    }
  }

  .landing-video-collections__box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
  }

  .landing-video-collections__box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.28);
  }

  .landing-video-collections__box-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .landing-video-collections__box-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .landing-video-collections__box-label {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }

  .landing-video-collections__box-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
  }

  .landing-video-collections__box-placeholder svg {
    width: 32px;
    height: 32px;
  }
.masonry-grid-section {
  padding: 60px 0;
  background-color: var(--background-color);
  color: var(--text-color);
}

.masonry-grid__header {
  text-align: center;
  margin-bottom: 50px;
}

.masonry-grid__subtitle {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: var(--heading-color);
  opacity: 0.8;
}

.masonry-grid__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  color: var(--heading-color);
}

.masonry-grid__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 20px;
}

.masonry-grid__card {
  --card-background: linear-gradient(45deg, #222, #555);
  --card-text-color: #ffffff;

  background: var(--card-background);
  color: var(--card-text-color);
  border-radius: 30px;
  padding: 30px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

.masonry-grid__card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Default Grid Layout for 6 items */
.card-1 { grid-column: span 2; grid-row: span 2; }
.card-2 { grid-column: span 1; grid-row: span 1; }
.card-3 { grid-column: span 1; grid-row: span 2; }
.card-4 { grid-column: span 1; grid-row: span 1; }
.card-5 { grid-column: span 2; grid-row: span 1; }
.card-6 { grid-column: span 2; grid-row: span 1; }

.masonry-grid__card-content {
  position: relative;
  z-index: 2;
}

.masonry-grid__image-wrapper {
  margin-bottom: 20px;
}

.masonry-grid__image-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

.masonry-grid__card-heading {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: var(--card-text-color);
  line-height: 1.3;
}

.masonry-grid__card-text {
  font-size: 1rem;
  opacity: 0.85;
  line-height: 1.5;
}

.masonry-grid__card-text p {
  margin: 0;
}

/* Tablet and smaller desktops */
@media screen and (max-width: 1024px) {
  .masonry-grid__title {
    font-size: 2rem;
  }

  .masonry-grid__container {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Reset to a simpler grid on tablet */
  .card-1,
  .card-2,
  .card-3,
  .card-4,
  .card-5,
  .card-6 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .card-1 { grid-row: span 2; }
  .card-4 { grid-row: span 2; }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .masonry-grid-section {
    padding: 40px 0;
  }

  .masonry-grid__header {
    margin-bottom: 30px;
  }

  .masonry-grid__container {
    grid-template-columns: 1fr;
  }

  .card-1,
  .card-2,
  .card-3,
  .card-4,
  .card-5,
  .card-6 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .masonry-grid__card-heading {
    font-size: 1.5rem;
  }
}

/* CSS from snippet stylesheet tags */
.breadcrumbs {
    margin-bottom: var(--spacing-md, 24px);
    font-size: 0.875rem;
  }
  
  .breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .breadcrumbs-item {
    display: flex;
    align-items: center;
    color: var(--color-secondary, #6e6e73);
  }
  
  .breadcrumbs-item:not(:last-child)::after {
    content: '›';
    margin-left: 8px;
    color: var(--color-secondary, #6e6e73);
    font-size: 1.125rem;
  }
  
  .breadcrumbs-item a {
    color: var(--color-secondary, #6e6e73);
    text-decoration: none;
    transition: color 0.2s ease;
  }
  
  .breadcrumbs-item a:hover {
    color: var(--color-primary, #0071e3);
  }
  
  .breadcrumbs-item:last-child {
    color: var(--color-text, #1d1d1f);
    font-weight: 500;
  }
  
  @media screen and (max-width: 768px) {
    .breadcrumbs {
      font-size: 0.8125rem;
    }
    
    .breadcrumbs-item:not(:last-child)::after {
      margin-left: 6px;
    }
    
    .breadcrumbs-list {
      gap: 6px;
    }
  }
.mega-menu-simple-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  padding: 1.5rem;
}

.mega-menu-simple-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mega-menu-simple-column-image {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.5rem;
}

.mega-menu-simple-column-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.mega-menu-simple-column-image:hover img {
  transform: scale(1.05);
}

.mega-menu-simple-column-title {
  font-size: 0.875rem;
  font-weight: 600;
}

.mega-menu-simple-column-title a {
  text-decoration: none;
  color: inherit;
}

.mega-menu-simple-column-title a:hover {
  text-decoration: underline;
}

.mega-menu-simple-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mega-menu-simple-column li {
  font-size: 0.75rem;
}

.mega-menu-simple-column li a {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}

.mega-menu-simple-column li a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .mega-menu-simple-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .mega-menu-simple-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-card-image-container {
  position: relative;
}

.product-card-image-wrapper--slider {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.product-card-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-card-slider__track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.product-card-slider__slide {
  min-width: 100%;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-slider__slide .product-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-card-slider__slide--padded .product-card-image {
  top: var(--image-padding);
  left: var(--image-padding);
  right: var(--image-padding);
  bottom: var(--image-padding);
  width: calc(100% - var(--image-padding) * 2);
  height: calc(100% - var(--image-padding) * 2);
}

.product-card-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
}

.product-card-image-container:hover .product-card-slider__nav {
  opacity: 1;
  pointer-events: all;
}

.product-card-slider__nav:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product-card-slider__nav:active {
  transform: translateY(-50%) scale(0.95);
}

.product-card-slider__nav--prev {
  left: 8px;
}

.product-card-slider__nav--next {
  right: 8px;
}

.product-card-slider__nav svg {
  color: #1d1d1f;
}

.product-card-slider__dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.product-card-image-container:hover .product-card-slider__dots {
  opacity: 1;
}

.product-card-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}

.product-card-slider__dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

.product-card-slider__dot--active {
  background: rgba(255, 255, 255, 1);
  width: 24px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .product-card-slider__nav {
    opacity: 1;
    pointer-events: all;
  }

  .product-card-slider__dots {
    opacity: 1;
  }
}