/** Shopify CDN: Minification failed

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

**/


/* Hide unnecessary elements */
.m-product-tax,
.m-gift-wrapping--note {
  display: none !important;
}

/* Key details styling */
.key-details {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 3px;
  margin: 1rem 0;
  color: var(--key-details-text-color);
  background-color: var(--key-details-background-color);
}

.key-details__icon {
  color: var(--key-details-icon-color);
}

.key-details__icon,
.key-details__image {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 0.75rem;
}

.key-details__icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.key-details__wrapper {
  flex-grow: 1;
  word-break: break-word;
  line-height: 1.5;
  text-align: left;
}

.key-details__wrapper a {
  color: inherit;
}

.key-details__wrapper p {
  margin-top: 0;
}

.key-details__wrapper p:first-child {
  margin-top: 0;
  line-height: initial;
}

.key-details__wrapper p:last-child {
  margin-bottom: 0;
}

.key-details__heading {
  margin: 0 0 4px 0;
  font-weight: ;
}

/* 404 page icon styling */
.m-page404__icon img {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  max-width: 100%;
}

.m-page404 {
  text-align: center;
  padding: 40px 20px;
}

.m-collection-card .m-image {
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 767px) {
  #m-collection-list-template--18112926777535__16225316461d1cff80 .m-mixed-layout__inner {
    --grid-columns-mobile: 3 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* ─── 6-column grid on tablets only ───────────────────────────── */
@media (min-width: 768px) and (max-width: 1279px) {
  /* replace the long template-ID with the one from your DevTools */
  #m-collection-list-template--18112926777535__16225316461d1cff80
  .m-collection-list__container,
  #m-collection-list-template--18112926777535__16225316461d1cff80
  .m-mixed-layout__inner {

    /* for modern Minimog */
    --grid-columns-tablet: 6 !important;

    /* for older Minimog + a rock-solid fallback */
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;

    /* some builds rely on this variable too */
    --items: 6 !important;
  }
}

.m-collection-grid{
  display:grid !important;
  gap: var(--gutter,20px);
  --cols: 4;                               /* desktop default      */
  grid-template-columns: repeat(var(--cols), minmax(0,1fr));
}

@media (max-width:1199px){ .m-collection-grid{ --cols: 3; } }   /* tablet */
@media (max-width:767px) { .m-collection-grid{ --cols: 2; } }   /* mobile */

.f-menu__item--mega>.f-menu__submenu {
  gap: 12px 32px !important;
}

@media screen and (max-width: 767px) {
  .m-sticky-addtocart {
    height: clamp(100px, 15vh, 125px) !important;
  }
}

.m-mobile-sticky-bar {
  height: 70px !important;
}

.m-product-tag {
  font-size: 12px !important;
  text-transform: capitalize !important;
}

/* Desktop: split the Age list into 4 columns and keep space for a banner */
@media (min-width: 1024px) {
  /* target the FoxKit list inside the Age menu */
  .m-menu__item[data-index="0"] .f-menu--vertical.f-menu--container-fill,
  .m-menu__item[data-index="0"] foxkit-menu-f-menu.f-menu--vertical.f-menu--container-fill {
    display: block !important;          /* cancel flex from .f-menu--vertical */
    column-count: 6;                    /* ← change to 3/5 as you like */
    column-gap: 2.5rem;
    width: 100%;                     /* leaves ~1/3 for a right banner */
  }
  .m-menu__item[data-index="0"] .f-menu--vertical.f-menu--container-fill > li,
  .m-menu__item[data-index="0"] foxkit-menu-f-menu.f-menu--vertical.f-menu--container-fill > li {
    break-inside: avoid;
    padding: 6px 0;
  }

  /* optional: right-side content area if you add a banner block */
  .m-menu__item[data-index="0"] .m-mega-menu__content { width: 33.333%; padding-left: 2rem; }
}

/* Desktop: split the Categories list into 4 columns and keep space for a banner */
@media (min-width: 1024px) {
  /* target the FoxKit list inside the Categories menu */
  .m-menu__item[data-index="1"] .f-menu--vertical.f-menu--container-fill,
  .m-menu__item[data-index="1"] foxkit-menu-f-menu.f-menu--vertical.f-menu--container-fill {
    display: block !important;          /* cancel flex from .f-menu--vertical */
    column-count: 4;                    /* ← change to 3/5 as you like */
    column-gap: 2.5rem;
    width: 100%;                     /* leaves ~1/3 for a right banner */
  }
  .m-menu__item[data-index="1"] .f-menu--vertical.f-menu--container-fill > li,
  .m-menu__item[data-index="1"] foxkit-menu-f-menu.f-menu--vertical.f-menu--container-fill > li {
    break-inside: avoid;
    padding: 6px 0;
  }

  /* optional: right-side content area if you add a banner block */
  .m-menu__item[data-index="1"] .m-mega-menu__content { width: 33.333%; padding-left: 2rem; }
}


@media (min-width: 1024px) {
  .m-menu__item--mega .f-menu--vertical.f-menu--container-fill,
  .m-menu__item--mega foxkit-menu-f-menu.f-menu--vertical.f-menu--container-fill {
    display: block !important;   /* cancel the theme’s vertical flex */
    column-fill: balance;
    column-gap: 2.5rem;
    column-rule: 1px solid rgba(0,0,0,.08);
    column-count: 4;             /* default column count for desktop */
    width: 100%;                 /* full width by default */
  }
