/** Shopify CDN: Minification failed

Line 1524:10 Expected ":"

**/
/* START_SECTION:breadcrumb (INDEX:5) */
.breadcrumb-main-section{
  background-color: #eee;
}
  .breadcrumb-section {

    padding-block-start: var(--padding-block-start);
    padding-block-end: var(--padding-block-end);
    padding-inline-start: var(--padding-inline-start);
    padding-inline-end: var(--padding-inline-end);
    margin: 0;
    font-family: var(--font-body--family);
  }

  .breadcrumb-section__container {
    width: 100%;
    max-width: var(--page-width);
    margin-inline: auto;
  }

  .breadcrumb-section__breadcrumb {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0;
  }

  .breadcrumb-section__breadcrumb .breadcrumb__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
 
  }

  .breadcrumb-section__breadcrumb .breadcrumb__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
  }
  .breadcrumb-section__breadcrumb span {
    line-height: 16px !important;
}

  .breadcrumb-section__breadcrumb .breadcrumb__link {
    color: var(--breadcrumb-text-color) !important;
        letter-spacing: -.266px;
  }

  .breadcrumb-section__breadcrumb .breadcrumb__link:hover {
    color: var(--breadcrumb-current-text-color) !important;
  }

  .breadcrumb-section__breadcrumb .breadcrumb__separator {
    color: var(--breadcrumb-text-color) !important;
  }

  .breadcrumb-section__breadcrumb .breadcrumb__text {
    color: var(--breadcrumb-text-color) !important;
  }

  .breadcrumb-section__breadcrumb .breadcrumb__text--current {
    color: var(--breadcrumb-current-text-color) !important;
  }

  .breadcrumb-section__breadcrumb .breadcrumb__link {
    text-decoration: none;
    transition: color var(--animation-speed) var(--animation-easing);
  }

  .breadcrumb-section__breadcrumb .breadcrumb__link:hover {
    text-decoration: underline;    letter-spacing: -0.266px;
  }

  .breadcrumb-section__breadcrumb .breadcrumb__separator {
    margin: 0 5px;
    font-weight: normal;
  }

  .breadcrumb-section__breadcrumb .breadcrumb__text {
    font-weight: normal;
  }

  .breadcrumb-section__breadcrumb .breadcrumb__text--current {
    font-weight: 600;
        letter-spacing: -.266px;
  }

  .breadcrumb-section__breadcrumb .breadcrumb__item--current {
    font-weight: 600;
  }

  /* Responsive breadcrumb adjustments */
  @media screen and (max-width: 749px) {
    .breadcrumb-section__breadcrumb .breadcrumb__list {
      font-size: 13px;
              padding-left: 4px;
    }
    
    .breadcrumb-section__breadcrumb .breadcrumb__separator {
      margin: 0 3px;
    }
  }

  @media screen and (max-width: 480px) {
    .breadcrumb-section__breadcrumb .breadcrumb__list {
      font-size: 12px;
    }
    
    .breadcrumb-section__breadcrumb .breadcrumb__separator {
      margin: 0 3px;
    }
  }
/* END_SECTION:breadcrumb */
/* START_SECTION:footer (INDEX:17) */
summary.menu__heading.h5 {
  padding: 0;
}
li.menu__item.h6 {
  margin-top: 7px;
}
li.menu__item.h6 a {
  line-height: 18px;
  color: #201d1d;
}
.menu {
  width: 185px !important;
}
span.menu__heading__default {
  line-height: 18px;
}
.details-content {
  margin-top: 10px !important;
}
@media screen and (min-width: 749px) and (max-width: 960px) {
  .shopify-section-group-footer-group .spacing-style.layout-panel-flex.layout-panel-flex--row.section-content-wrapper.mobile-column {
    flex-flow: wrap;
    -webkit-column-break-inside: column;
    gap: inherit;
    row-gap: 40px;
  }

 .shopify-section-group-footer-group .group-block.group-block--height-fit.group-block--width-fit-content.border-style.spacing-style.size-style {
    flex: 50%;
  }

  .shopify-section-group-footer-group a.size-style.button {
    width: auto !important;
  }
  .shopify-section-group-footer-group  .shopify-block.icon-block{display:none;}


.shopify-section-group-footer-group  .group-block-content .shopify-block.icon-block {
    display: block;
}
}
/* END_SECTION:footer */
/* START_SECTION:header-announcements (INDEX:20) */
.announcement-bar {
    border-block-end: var(--border-bottom-width) solid var(--color-border);
  }

  .announcement-bar__slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;

    @media screen and (max-width: 749px) {
      grid-column: 1 / -1;
    }
  }

  .announcement-bar__slides {
    display: grid;
    grid: [stack] auto / [stack] auto;
    width: calc(100% - var(--button-size) * 2);
    max-width: 680px;
    margin-inline: auto;
  }

  .announcement-bar__slides > * {
    grid-area: stack;
  }

  .announcement-bar__slide {
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;

    &[aria-hidden='true'] {
      opacity: 0;
      visibility: hidden;
    }
  }

  .announcement-bar__slider slideshow-arrows {
    padding: 0;
    mix-blend-mode: normal;
  }

  .announcement-bar__slider slideshow-arrows .slideshow-control {
    color: var(--color-foreground);
  }

  .announcement-bar__slider .slideshow-control {
    display: flex;
    padding: 0;
    width: var(--button-size);
    height: var(--button-size);
    align-items: center;
    justify-content: center;
    opacity: 1;
    animation: none;

    @media screen and (min-width: 750px) {
      --slideshow-control-offset: calc((var(--button-size) - var(--icon-size-xs)) / 2);

      .section--page-width &.slideshow-control--previous {
        transform: translateX(var(--slideshow-control-offset));
      }
    }
  }

  .announcement-bar__slider .slideshow-control .svg-wrapper {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .announcement-bar__slide {
    place-content: center;
  }

  .announcement-bar__text:first-child {
    margin: 0;
  }
a.announcement-bar__link.announcement-price-popup-trigger {
    text-decoration: underline !important;
    color: #fff !important;
}
div#global-popup-content a {
    color: #201D1D;
}
@media screen and (min-width:768px){
  .global-popup-box{
           max-width: 707px !important;
        padding: 93px 50px !important;
  }
}
/* END_SECTION:header-announcements */
/* START_SECTION:header (INDEX:21) */
body {
    --header-height: 0px;
    --header-group-height: var(--header-height);
    --transparent-header-offset-boolean: 0; /* stylelint-disable-line declaration-property-value-disallowed-list */
  }

  body:has(> #header-group > header) {
    --header-height: 60px;
    --mobile-nav-height: 60px;
    --mobile-drawer-top: calc(var(--header-height) + var(--mobile-nav-height));
  }

  /* Ensure mobile navigation is always at the top when sticky */
  .header__row--mobile-nav {
    position: sticky;
    top: 0;
    z-index: var(--layer-header);
    background-color: var(--color-background);
    border-bottom: 1px solid var(--color-border);
  }

  /* Mobile Navigation Bar Styles */
  .header__row--mobile-nav {
    position: sticky;
    top: 0;
    z-index: calc(var(--layer-drawer) + 1);
    background-color: var(--color-background);
    border-bottom: 1px solid var(--color-border);
  }

  .header__row--mobile-nav .header__columns {
    padding: 0;
  }

  body:has(> #header-group:empty) {
    --header-group-height: 0px;
  }

  .header[transparent] {
    --language-button-background-color: transparent;
    --language-button-border-color: transparent;

    /* used to apply transparency to .header__row, will only ever be transparent or unset */
    --header-bg-color: transparent;

    /* used to display the appropriate logo based on transparency state */
    --header-logo-display: none;
    --header-logo-inverse-display: block;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    /* transparent color scheme on .header should never apply its background color */
    background-color: transparent;
    z-index: var(--layer-overlay);

    &[transparent='not-sticky'][data-sticky-state='active'],
    /* Only show opaque background when hovering over menu items with children (mega menu)
       Multiple selectors for performance: each simple :has() check is faster than one complex selector with multiple conditions */
    &:has(.mega-menu__list:hover),
    &:has(.menu-list__link[aria-haspopup]:is(:hover, [aria-expanded='true'], [data-animating])),
    &:has(.menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'], [data-animating])) {
      --header-logo-display: unset;
      --header-logo-inverse-display: unset;
      --header-bg-color: unset;
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-background: inherit;
      --color-background-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;

      .header__row {
        /* Faster transition for "in" animation */
        transition: color var(--animation-values-fast), border-color var(--animation-values-fast),
          background-color var(--animation-values-fast);
      }
    }

    .header__row {
      /* Slower transition for "out" animation */
      transition: color var(--animation-values-slow), border-color var(--animation-values-slow),
        background-color var(--animation-values-slow);
    }
  }

  :is(.header[transparent]:not([data-sticky-state='active']), .header[transparent='always'][data-sticky-state='active'])
    .header__row:not(
      :has(
          .mega-menu__list:hover,
          .menu-list__link[aria-haspopup]:is(:hover, [aria-expanded='true'], [data-animating]),
          .menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'], [data-animating])
        )
    ) {
    /* while transparent, header-row ignores its color-scheme settings, pull from the header-component */
    --color-foreground: inherit;
    --color-foreground-rgb: inherit;
    --color-border: inherit;
    --color-border-rgb: inherit;
    --color-primary-button-background: inherit;
    --color-primary-button-text: inherit;
  }

  .header--inherit-color-scheme-on-menu-open:has(.mega-menu__list:hover) .header__row,
  .header--inherit-color-scheme-on-menu-open:has(
      .menu-list__link[aria-haspopup]:is(:hover, [aria-expanded='true'], [data-animating])
    )
    .header__row,
  .header--inherit-color-scheme-on-menu-open:has(
      .menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'], [data-animating])
    )
    .header__row {
    --color-foreground: inherit;
    --color-foreground-rgb: inherit;
    --color-background: inherit;
    --color-background-rgb: inherit;
    --color-border: inherit;
    --color-border-rgb: inherit;
  }

  .header-section {
    position: relative;
  }

  #header-group:has(#header-component[sticky]) {
    display: contents;
  }

  .header-section:has(> #header-component[sticky='always']),
  .header-section:has(> #header-component[sticky='scroll-up'][data-sticky-state='active']) {
    position: sticky;

    /* Use -1 instead of 0 so intersection observer can track sticky state */
    top: -1px;
    z-index: var(--layer-sticky);
  }

  .header[data-sticky-state] {
    transition: opacity var(--animation-speed) var(--animation-easing);
    opacity: 1;
  }

  .header[data-sticky-state='active'] {
    view-transition-name: sticky-header;
  }

  .header[data-sticky-state='idle'],
  .header[data-sticky-state='active'][data-animating] {
    opacity: 0;
  }

  /* Mobile Navigation Styles */
  .header__row--mobile-nav {
    display: block;
    border-bottom: var(--border-bottom-width) solid var(--color-border);
  }

  @media screen and (min-width: 1280px) {
    .header__row--mobile-nav {
      display: none;
    }
  }

  @media screen and (max-width: 1279px) {
    .header__row--top {
      display: none;
    }
    
    .header__row--bottom {
      display: none;
    }
  }



  .header__row {
    position: relative;

    /* will default to bg from its color scheme unless --header-bg-color is transparent */
    background-color: var(--header-bg-color, var(--color-background));
  }

  .header__row--top:not(.divider--page-width),
  .header__row--top.divider--page-width .header__columns,
  .header__row--bottom {
    border-bottom: var(--border-bottom-width) solid var(--color-border);
  }

  @media screen and (max-width: 749px) {
    .header__row--top:not(.divider--page-width),
    .header__row--top.divider--page-width .header__columns {
      border-bottom-width: var(--border-bottom-width-mobile);
    }
  }

  .header__row.divider--page-width:not(.section--page-width) .header__columns {
    @media screen and (min-width: 750px) {
      padding-inline-start: 0;
      padding-inline-end: 0;
      margin-inline-start: var(--page-margin);
      margin-inline-end: var(--page-margin);
    }
  }

  .header__column {
    display: flex;
    align-items: center;

    /* on mobile, header__column nodes are ignored to create a new grid-template-area based on all visible content */
    @media screen and (max-width: 749px) {
      display: contents;
    }
  }

  .header__column--left,
  .header__column--center {
    gap: var(--gap-xl);
    grid-area: left;
  }

  .header__column--center {
    justify-content: center;
    grid-area: center;

    header-menu:only-child .overflow-menu::part(list) {
      justify-content: center;
    }
  }

  .header__column--right {
    gap: 51px;
    justify-content: flex-end;
    grid-area: right;

    .overflow-menu::part(list) {
      justify-content: flex-end;
    }
  }

  .header__columns {
    /* Three column layout */
    --header-left: 1fr;
    --header-center: auto;
    --header-right: 1fr;
    --header-template-columns: var(--header-left) var(--header-center) var(--header-right);

    /* Mobile layout */
    --header-mobile-bookend: 44px;

    display: grid;
    grid-template-areas: 'left center right';
    grid-gap: var(--gap-xl);
    grid-template-columns: var(--header-template-columns);

    /* If menu is in center column */
    &:has(.header__column--center header-menu) {
      --header-center: auto;
      --header-left: minmax(max-content, 1fr);
      --header-right: minmax(max-content, 1fr);
    }

    /* If there is no center column, make the column the menu is in grow eagerly */
    &:where(:not(:has(.header__column--center))) {
      @media screen and (min-width: 750px) {
        --header-template-columns: var(--header-left) var(--header-right);

        grid-template-areas: 'left right';
      }

      /* If the header-menu is in the right column */
      &:has(.header__column--right header-menu) {
        --header-right: auto;
        --header-left: minmax(max-content, 1fr);
      }

      /* If the header-menu is in the left column */
      &:has(.header__column--left header-menu) {
        --header-left: auto;
        --header-right: minmax(max-content, 1fr);
      }
    }

    @media screen and (max-width: 749px) {
      --header-template-columns: var(--header-mobile-bookend) var(--header-mobile-bookend) 1fr
        var(--header-mobile-bookend) var(--header-mobile-bookend);

      grid-template-areas: 'leftA leftB center rightA rightB';
      grid-column: span 3;
      column-gap: 0;
      align-items: center;
      padding-block: 0;
      padding-inline: 0 var(--padding-3xs);

      .header-logo {
        grid-area: center;
      }

      &:not(:has(header-actions)) .search-action {
        grid-area: leftB;
      }

      &:not(:has(.account-actions)) .search-action {
        grid-area: rightA;
      }

      .search-action {
        grid-area: leftB;
      }

      header-actions {
        grid-area: rightB;
      }
    }
  }

  /* Single column layout if there are no columns within */
  .header__columns:not(:has(.header__column)) {
    grid-template-columns: 1fr;
  }


  /* Ensure smooth transitions for all interactive elements */
  header-menu,
  .header-actions__action,
  .dropdown-localization__button,
  .header__icon--menu { 
    transition: opacity var(--animation-speed) var(--animation-easing);
  }

  /* Extend hover area through padding to prevent flickering on actual menu items */
  .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__link[aria-haspopup],
  .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__link,
  .menu-list__list-item:where(:not([slot='overflow'])) > button.menu-list__link {
    margin-block: calc(-2 * var(--header-padding));
    padding-block: calc(2 * var(--header-padding));
    margin-inline: calc(-1 * var(--gap-xl) / 2);
    padding-inline: calc(var(--gap-xl) / 2);
  }

  /* Set header paddings based on height setting */
  .header {
    --header-padding: var(--padding-sm);
    --font-paragraph--line-height: 1;
  }

  .header.header--compact {
    --header-padding: var(--padding-2xs);
  }

  .header__columns {
    --padding-block-start: var(--header-padding);
    --padding-block-end: var(--header-padding);
  }

  .header:not(.header--compact) .header__row--bottom {
    --header-padding: var(--padding-xs);
  }

  .header--collapse-row-paddings {
    .header__row--top .header__columns {
      --padding-block-end: 0px;
    }

    .header__row--bottom .header__columns {
      --padding-block-start: 0px;
    }
  }

  /* When the header is transparent, add a margin to a potential header-section below it */
  .header-section:has(.header[transparent]) + .shopify-section {
    margin-top: var(--header-height);
  }

  /* When the header is transparent, and when there is no header-section below it, offset the first main-section with
   * the height of the header
   */

  main > .shopify-section:first-child .section:not(.disable-section-top-offset) {
    &.spacing-style,
    .spacing-style {
      --section-top-offset: calc(var(--header-height) * var(--transparent-header-offset-boolean));

      /* Any nested sections should not be offset */
      :is(.spacing-style, .inherit-spacing) {
        --section-top-offset: 0px;
      }
    }

    /* Make sticky content immediately stick to the top of the page */
    .sticky-content {
      margin-top: calc(var(--header-height) * var(--transparent-header-offset-boolean) * -1);
    }
  }
/* END_SECTION:header */
/* START_BLOCK:_announcement (INDEX:73) */
.text-block {
    width: var(--width);
    max-width: 100%;
  }

  .text-block > * {
    width: var(--width);
    max-width: var(--max-width, 100%);
    text-align: var(--text-align);
  }

  .text-block:not(.text-block--full-width).rte,
  .text-block:not(.text-block--full-width).paragraph {
    /* Safari doesn't support pretty, so fallback to balance */
    text-wrap: balance;
    text-wrap: pretty;
  }

  .text-block:not(.text-block--full-width).h1,
  .text-block:not(.text-block--full-width).h2,
  .text-block:not(.text-block--full-width).h3,
  .text-block:not(.text-block--full-width).h4,
  .text-block:not(.text-block--full-width).h5,
  .text-block:not(.text-block--full-width).h6 {
    text-wrap: balance;
  }

  /* Hide underline unless text is using paragraph styles. */
  .text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) a {
    text-decoration-color: transparent;
  }

  .text-block h1,
  .text-block.h1 > * {
    margin-block: var(--font-h1--spacing);
  }

  .text-block h2,
  .text-block.h2 > * {
    margin-block: var(--font-h2--spacing);
  }

  .text-block h3,
  .text-block.h3 > * {
    margin-block: var(--font-h3--spacing);
  }

  .text-block h4,
  .text-block.h4 > * {
    margin-block: var(--font-h4--spacing);
  }

  .text-block h5,
  .text-block.h5 > * {
    margin-block: var(--font-h5--spacing);
  }

  .text-block h6,
  .text-block.h6 > * {
    margin-block: var(--font-h6--spacing);
  }

  .text-block > *:first-child {
    margin-block-start: 0;
  }

  .text-block > *:last-child {
    margin-block-end: 0;
  }

  .text-block--align-center,
  .text-block--align-center > * {
    margin-inline: auto;
  }

  .text-block--align-right,
  .text-block--align-right > * {
    margin-inline-start: auto;
  }

  /* Announcement bar specific styles */
  .announcement-bar__slide {
    --width: 100%;
    --text-align: center;
    --line-height: 1;
  }

  /* Price popup styles */
  .announcement-price-popup-trigger {
    cursor: pointer;
    text-decoration: underline;
    transition: opacity 0.2s ease;
  }

  .announcement-price-popup-trigger:hover {
    opacity: 0.8;
  }

  .announcement-price-data {
    display: none;
  }

  .announcement-price-data__content {
    max-width: 500px;
    width: 100%;
  }
/* END_BLOCK:_announcement */
/* START_BLOCK:_blog-post-content (INDEX:75) */
.blog-post-content {
    margin: 0 auto;
  }
/* END_BLOCK:_blog-post-content */
/* START_BLOCK:_footer-policy-list (INDEX:95) */
.policy_list {
    display: flex;

    /* Depending on the content, some smaller desktop layouts will need to wrap the items to fit everything */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 11px;

    @media screen and (min-width: 750px) {
      justify-content: flex-start;
    }
  }
/* END_BLOCK:_footer-policy-list */
/* START_BLOCK:_footer-social-icons (INDEX:96) */
.social-icons__heading {
    margin: 0 0 var(--gap-sm) 0;
    text-align: center;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
  }

  .social-icons__wrapper {
    display: flex;
    gap: var(--gap-sm);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    @media screen and (min-width: 750px) {
      flex-wrap: nowrap;
      justify-content: flex-start;
    } 
  }

  .social-icons__menu {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: var(--gap-sm);

    @media screen and (min-width: 750px) {
      margin-bottom: 0;
      margin-right: var(--gap-lg);
    }
  }

  .social-icons__menu-link {
    color: inherit;
    text-decoration: none;
    font-size: var(--font-size-base);
    transition: opacity 0.2s ease;

    &:hover {
      opacity: 0.8;
    }
  }

  .social-icons__menu-separator {
    color: var(--color-text-muted);
    font-weight: 300;
  }

  @media screen and (min-width: 750px) {
    .social-icons__heading {
      text-align: left;
    }
  }
/* END_BLOCK:_footer-social-icons */
/* START_BLOCK:_header-logo (INDEX:97) */
.header-logo {
    display: flex;
    height: 100%;
    font-size: var(--font-size--md);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-style: var(--font-style);
    color: var(--color-foreground);
    justify-content: center;
    align-items: center;
    text-decoration: none;

    /* Make sure the logo visually hugs the left edge of the column when it is the first item in the left column */
    margin-inline: calc(-1 * var(--padding-inline-start));

    &[data-hidden-on-home-page] {
      display: none;

      #header-component:is(
          [sticky='always']:not([data-scroll-direction='none']),
          [sticky='scroll-up'][data-scroll-direction='up']
        )
        & {
        display: flex;
      }
    }

    @media screen and (max-width: 749px) {
      padding: 0;
    }

    @media screen and (min-width: 750px) {
      flex-shrink: 0;
    }

    &:hover {
      text-decoration: none;
    }
  }

  .header-logo__image {
    object-fit: contain;
    height: var(--header-logo-image-height-mobile);
    width: var(--header-logo-image-width-mobile);

    @media screen and (min-width: 750px) {
      height: var(--header-logo-image-height);
      width: var(--header-logo-image-width);
    }
  }

  .header-logo__image--desktop {
    display: none;
  }

  .header-logo__image--mobile {
    display: block;
  }

  @media screen and (min-width: 1280px) {
    .header-logo__image--desktop {
      display: block;
    }

    .header-logo__image--mobile {
      display: none;
    }
  }

  .header-logo:has(.header-logo__image-container--inverse) .header-logo__image-container--original {
    display: var(--header-logo-display, block);
  }

  .header-logo__image-container--inverse {
    display: var(--header-logo-inverse-display, none);
  }
/* END_BLOCK:_header-logo */
/* START_BLOCK:_header-menu (INDEX:98) */
.menu-list--mobile {
    &.menu-list {
      display: grid;
    }

    & .menu-list__list {
      width: max-content;
      margin-inline: auto;
      gap: var(--menu-horizontal-gap);
    }

    & li {
      width: max-content;
      padding-block: var(--padding-sm);
    }

    & li:first-of-type {
      padding-inline-start: var(--menu-horizontal-gap);
    }

    & li:last-of-type {
      padding-inline-end: var(--menu-horizontal-gap);
    }

    & a {
      color: var(--color-foreground);
    }
  }

  .menu-list__scroll-container {
    position: relative;
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent, black 20px, black calc(100% - 20px), transparent);
    padding-block: var(--padding-2xs);
  }



  /* Drawer menu featured content */
  .menu-drawer__featured-content {
    z-index: var(--layer-base);
    container-type: inline-size;
  }

  .menu-drawer__featured-content--childlist {
    z-index: var(--layer-flat);
  }

  .menu-drawer__featured-content-list {
    display: flex;
    gap: 1em;
    overflow-x: auto;
    padding-block-end: var(--padding-lg);
  }

  .menu-drawer__featured-content-list-item {
    flex: 0 0 auto;
  }

  .menu-drawer__featured-content-list-item--product {
    width: 35cqi; 
  }

  .menu-drawer__featured-content-list-item--collection img.resource-card__image {
    width: 80cqi;
  }

  .menu-drawer__featured-content-list-item:first-child {
    margin-inline-start: var(--margin-xl);
  }

  .menu-drawer__featured-content-list-item:last-child {
    margin-inline-end: var(--margin-xl);
  }

  /* Apply title case to drawer menu featured content */
  .menu-drawer__featured-content-list-item--product .resource-card__title,
  .menu-drawer__featured-content-list-item--collection .resource-card__title {
    text-transform: var(--title-case);
  } 

  .menu-list {
    --menu-horizontal-gap: var(--gap-xl);
    --menu-vertical-gap: var(--gap-xl);

    display: flex;
  }

  .menu-list__list {
    display: flex;
    justify-content: var(--grid-area-alignment);
  }

  .menu-list__list-item {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .menu-list__list-item[aria-hidden='true'] {
    visibility: hidden;
  }

  .menu-list__link {
    font-family: var(--menu-top-level-font-family);
    font-style: var(--menu-top-level-font-style);
    font-weight: var(--menu-top-level-font-weight);
    font-size: var(--menu-top-level-font-size);
    line-height: var(--menu-top-level-font-line-height);
    text-transform: var(--menu-top-level-font-case);
    color: var(--menu-top-level-font-color);
    transition: color var(--animation-speed) var(--animation-easing);
    text-decoration: none;
    display: flex;
    min-height: var(--minimum-touch-target);
    align-items: center;
    gap: var(--gap-2xs);

    &:hover,
    &:focus {
      color: var(--menu-top-level-font-color);
    }

    @media screen and (min-width: 750px) {
      font-size: var(--menu-top-level-font-size-desktop);
    }
  }

  .menu-list__arrow {
    width: 12px;
    height: 12px;
    transition: transform var(--animation-speed) var(--animation-easing);
    flex-shrink: 0;
  }

  .menu-list__list-item:hover .menu-list__arrow,
  .menu-list__list-item:focus-within .menu-list__arrow {
    transform: rotate(180deg);
  }

  /*
      High specificity selectors to subdue non-hovered links without javascript.
      If the need for js-generated `hovered` and `focused` classes arises for another reason we can simplify these.
    */
  .menu-list:where(:has(.menu-list__list-item:hover)),
  .menu-list:where(:has(.menu-list__list-item:focus-within)),
  .menu-list:where(:has(.menu-list__list-item:not([aria-hidden='true']) .menu-list__link--active)) {
    .menu-list__link {
      color: rgb(var(--menu-top-level-font-color-rgb) / var(--opacity-subdued-text));
    }
  }

  /* stylelint-disable-next-line selector-max-specificity */
  .menu-list:not(:has(.menu-list__list-item:hover)) .menu-list__link--active,
  .menu-list .menu-list__list-item:where(:hover, :focus-within) .menu-list__link,
  .menu-list .menu-list__list-item[slot='overflow'] .menu-list__link[aria-expanded='true'] {
    color: var(--menu-top-level-font-color);
  }

  .overflow-menu::part(list) {
    /* Make sure focus outline is not cut off by overflow hidden */
    --focus-outline-size: calc(var(--focus-outline-offset) + var(--focus-outline-width));

    gap: 0 var(--menu-horizontal-gap);
  }

  .overflow-menu { 
    background-color: transparent;
    padding: var(--focus-outline-size);
    margin: calc(-1 * var(--focus-outline-size));
  }
 
  

  /** simple dropdown menu **/
  .menu-list__submenu,
  .overflow-menu::part(overflow) {
    --submenu-padding-block-start: var(--padding-sm);
    --submenu-padding-block-end: var(--padding-sm);

    background-color: transparent;
  }

  .header__row[style*='--border-bottom-width: 0px'] {
    .menu-list__submenu.color-scheme-matches-parent,
    .overflow-menu.color-scheme-matches-parent::part(overflow) {
      --submenu-padding-block-start: 0px;
    }
  }

  .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__submenu,
  .overflow-menu::part(overflow) {
    --submenu-content-opacity: 0;
    --submenu-content-animation: opacity calc(var(--submenu-animation-speed) * 0.75) var(--animation-easing);

    box-shadow: var(--shadow-drawer);
    visibility: hidden;
    background-color: var(--color-background);
    position: absolute; 
    width: auto;
    min-width: 200px;
    max-width: 330px;
    left: auto;
    top: calc(100% - 1px + var(--border-bottom-width));
    z-index: var(--layer-header-menu);
    padding-inline: 0;
    clip-path: rect(0 100% var(--submenu-height) 0); /* stylelint-disable-line */
    transition: clip-path var(--submenu-animation-speed) var(--ease-out-cubic), 
                opacity var(--animation-speed) var(--animation-easing);
    opacity: 0;
  }

  /* Show the submenus on hover */
  .menu-list__list-item:has([aria-expanded='true']) > .menu-list__submenu,
  /* Show the overflow menu when a menu item is hovered */
  .overflow-menu:has([slot="overflow"] [aria-expanded='true'])::part(overflow),
  /* Keep the submenus open when they are hovered */
  .menu-list__submenu:is(:hover),
  .overflow-menu::part(overflow):hover {
    --submenu-content-opacity: 1;

    visibility: visible;
    opacity: 1;
  }

  .menu-list__list-item:has([data-animating]) > .menu-list__submenu {
    --submenu-content-opacity: 0;

    visibility: visible;

    &::before {
      height: 0;
    }
  }

  .menu-list__submenu-inner,
  .overflow-menu::part(overflow-list) {
    grid-column: 2;
    padding-block-start: var(--submenu-padding-block-start);
    padding-block-end: var(--submenu-padding-block-end);
    padding-inline: 0;
    padding: 0;
  }

  .overflow-menu::part(overflow) {
    --menu-top-level-font-size: var(--font-size--xlarge);

    display: grid;
    grid-template-columns: var(--full-page-grid-with-margins);
  }

  .overflow-menu::part(overflow-list) {
    --submenu-content-opacity: 0;

    position: relative;
    display: grid;
    grid-template-columns: minmax(auto, 200px) 1fr;
    grid-template-areas: 'left right';
    grid-template-rows: max-content;
    grid-gap: 0;
  }

  .menu-list__list-item:is([slot='overflow']) {
    --menu-top-level-font-color: var(--color-foreground);
    --menu-top-level-font-color-rgb: var(--color-foreground-rgb);

    display: contents;
    white-space: normal;

    .menu-list__link {
      --submenu-content-opacity: 0;

      grid-area: left;
      grid-row: auto;
      height: min-content;
      font-size: var(--font-size--xl);
      opacity: var(--submenu-content-opacity);
      transition: var(--submenu-content-animation);
    }

    .menu-list__submenu {
      visibility: hidden;
      grid-row: 1;
      grid-area: right;
      grid-row-end: span calc(var(--overflow-count) + 1);
      padding-inline-start: var(--menu-horizontal-gap);

      .menu-list__submenu-inner {
        padding-block-start: 0;
        grid-column: unset;
      }
    }

    .menu-list__link[aria-expanded='true'] + .menu-list__submenu {
      visibility: visible;
    }
  }

  .header-menu[data-overflow-expanded='true'] .menu-list__list-item:where([slot='overflow']) .menu-list__link {
    --submenu-content-opacity: 1;
  }

  .menu-list__list-item:where([slot='overflow']):has([data-animating]) > .menu-list__link {
    --submenu-content-opacity: 0;
  }

  .menu-list__submenu-inner {
    position: relative;
    opacity: var(--submenu-content-opacity);
    transition: var(--submenu-content-animation);
  }
  a.menu-list__link:hover >svg,a.menu-list__link[aria-expanded=true]> svg {
    transform: rotate(180deg);
}

a.simple-dropdown-menu__link:hover {
    background: #EEEEEE;
}
.menu-list__submenu.color-scheme-matches-parent {
    padding-left: 30px;
    padding-right: 30px;
    background: none;
    padding-bottom: 50px;
    border: 0px !important;
    box-shadow: none;
    margin-left: -8%;
    max-width: 500px !important;
}
/* END_BLOCK:_header-menu */
/* START_BLOCK:footer-utilities (INDEX:136) */
.footer-utilities {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-lg);
    text-wrap: nowrap;
    border-top: var(--border-width) solid var(--color-border);
    color: var(--color-foreground-muted);

    @media screen and (min-width: 750px) {
      flex-direction: row;
      justify-content: space-between;
      gap: var(--gap-md);
      align-items: center;
      text-align: left;
    }
  }
/* Removed empty CSS rule */

span.menu__heading__default {
    line-height: 18px;
}

.details-content {
    margin-top: 10px !important;
}

span.footer-utilities__text {
    --line-height: 18px;
    letter-spacing: 0;
    font-size: 10px !important;
    line-height: 24px;
}

.social-icons__menu a {
    font-size: 10px;
    line-height: 18px;
}

.social-icons__menu {
    margin: 0;
    gap: 2px !Important;
    line-height: 18px;
}

span.social-icons__menu-separator {
    font-size: 12px;
    line-height: 18px;
}

.footer-utilities__group-copyright.custom-typography.custom-font-size::after {
    content: '|';
    position: absolute;
    right: -7px;
    line-height: 24px;
}

.footer-utilities__group-copyright.custom-typography.custom-font-size {
    position: relative;
}

.footer-utilities__group.footer-utilities__group--left {
    gap: 13px;
}

ul.policy_list li::after {
    content: '.';
    position: absolute;
    font-size: 20px;
    line-height: 5px;
    right: -8px;
}

ul.policy_list li {
    position: relative;
}

ul.policy_list li:last-child::after {
    display: none;
}
  .footer-utilities a {
    color: var(--color-foreground-muted);
    font-size: 10.5px;
  }

  .footer-utilities__group {
    width: 100%;
    display: flex;
    flex: 1 1 max-content;
    text-align: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gap-md);

    @media screen and (min-width: 750px) {
      flex-direction: row;
      align-items: baseline;
      gap: var(--gap-2xs) var(--gap-xl);
      text-align: left;
    }
  }

  .footer-utilities__group--right {
    @media screen and (min-width: 750px) {
      justify-content: flex-end;
      padding-right: 50px;
    }
  }

  .footer-utilities__group:empty {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }
  @media screen and (max-width:768px){
    .social-icons__menu {
    margin: 0 !important;
}

.footer-utilities__group {
    text-align: left !important;
    justify-content: flex-start;
    align-items: baseline;
    padding-block: 2px;
}

.footer-utilities {
    gap: 20px;
}
.footer-utilities__group-copyright.custom-typography.custom-font-size {
    position: relative;
    text-wrap: auto;
}
  }
    @media screen and (max-width:380px){

.footer-utilities__group-copyright.custom-typography.custom-font-size::after {
    content: none;
}
    }
/* END_BLOCK:footer-utilities */
/* START_BLOCK:icon (INDEX:138) */
.icon-block {
    display: flex;
    fill: currentcolor;
    flex-shrink: 0;
  }

  .icon-block__media {
    height: auto;
  }
/* END_BLOCK:icon */
/* START_BLOCK:menu (INDEX:142) */
.menu {
    width: 100%;
  }

  .menu:not(:has(.menu__heading--empty)) .details-content {
    margin-block-start: var(--spacing--size);
  }

  .menu__item + .menu__item {
    margin-block-start: var(--spacing--size);
  }

  .menu .menu__heading--empty {
    display: none;
  }

  .menu__heading__default {
    display: contents;
  }

  .menu__heading__accordion {
    display: none;
  }

  @media screen and (max-width: 749px) {
    /* Always show the fallback heading on mobile when accordion is enabled */
    .menu--accordion .menu__heading--empty {
      display: flex;
    }

    .menu--accordion .menu__heading__accordion {
      display: contents;
    }

    .menu--accordion .menu__heading__default {
      display: none;
    }

    .menu--accordion .details-content {
      margin-block-start: var(--spacing--size);
    }

    .menu--accordion .menu__details {
      padding-inline: 0;
    }

    .menu--dividers .menu__details {
      border-block-end: var(--style-border-width) solid var(--color-border);
    }

    .menu--dividers .details-content {
      padding-block-end: var(--padding-sm);
    }
  }

  .menu--caret .icon-plus,
  .menu--plus .icon-caret {
    display: none;
  }
/* END_BLOCK:menu */
/* START_SNIPPET:blog-sidebar (INDEX:182) */
.blog-sidebar {
    display: flex;
    flex-direction: column;
  }
  
  .blog-sidebar__widget {
    margin-bottom: 50px;
  }
  
  .blog-sidebar__widget h3 {
    margin-bottom: 1rem;
    font-weight: 600;
  }
  
  /* Categories Styling */
  .blog-sidebar__categories-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .blog-sidebar__category-item {
    border-radius: 5px;
    background: #EEE;
    overflow: hidden;
  }

  
  .blog-sidebar__category-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 10px;
  }
  .blog-sidebar__widget.blog-sidebar__categories h3.h5 {
    color: #123556;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-bottom:10px;
}
h4.blog-sidebar__category-title {
    color: #201D1D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    line-height: 150%; /* 24px */
}

p.blog-sidebar__category-description {
    color: #201D1D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
ul.blog-sidebar__categories-list {
    margin 0;
    padding: 0;
}
  .blog-sidebar__category-icon {
    flex-shrink: 0;
    width: 112px;
    height: 112px;
   background: #C5E6ED;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .blog-sidebar__category-icon img {
    width: 112px;
    height: 112px;
    object-fit: contain;
  }
  
  .blog-sidebar__category-content {
    flex: 1;
    min-width: 0;
    padding: 10px;
  }
  
  .blog-sidebar__category-title {
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    color: #1f2937;
  }
  
  .blog-sidebar__category-description {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
  }
  
  /* Posts Styling */
  .blog-sidebar__posts-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  
 
  
  .blog-sidebar__post-link {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  
  .blog-sidebar__post-title {
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0 0 0.25rem 0;
    color: #1f2937;
    line-height: 1.4;
  }
  
  .blog-sidebar__post-category {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
  }
  
  .blog-sidebar__post-link:hover .blog-sidebar__post-title {
    color:#123556;
  }
  ul.blog-sidebar__posts-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

li.blog-sidebar__post-item {
    border-radius: 5px;

    padding: 20px;
}

h4.blog-sidebar__post-title {
    color: #201D1D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
}

.blog-sidebar__widget  h3.h5 {
    color: #123556;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-bottom: 10px !important;
}
/* END_SNIPPET:blog-sidebar */
/* START_SNIPPET:breadcrumb (INDEX:184) */
.breadcrumb {
    margin: 0;
    font-family: var(--font-body--family);
  }

  .breadcrumb__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .breadcrumb__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
  }

  .breadcrumb__link {
    text-decoration: none;
    transition: color var(--animation-speed) var(--animation-easing);
  }

  .breadcrumb__link:hover {
    text-decoration: underline;
  }

  .breadcrumb__separator {
    margin: 0 8px;
    font-weight: normal;
  }

  .breadcrumb__text {
    font-weight: normal;
  }

  .breadcrumb__text--current {
    font-weight: 600;
  }

  .breadcrumb__item--current {
    font-weight: 600;
  }

  /* Responsive adjustments */
  @media screen and (max-width: 749px) {
    .breadcrumb__list {
      font-size: 13px;
    }
    
    .breadcrumb__separator {
      margin: 0 6px;
    }
  }

  @media screen and (max-width: 480px) {
    .breadcrumb__list {
      font-size: 12px;
    }
    
    .breadcrumb__separator {
      margin: 0 4px;
    }
  }
/* END_SNIPPET:breadcrumb */
/* START_SNIPPET:button (INDEX:185) */
.link {
    text-decoration: none;
    text-decoration-color: currentcolor;

    &:hover {
      color: var(--color-primary-hover);
      text-decoration-color: transparent;
    }
  }
/* END_SNIPPET:button */
/* START_SNIPPET:cart-icon-component (INDEX:190) */
cart-icon:has(.cart-bubble__text-count:empty) {
    --cart-bubble-size: 10px;
    --cart-bubble-top: 9px;
    --cart-bubble-right: 9px;

    .svg-wrapper {
      --cart-bubble-top: 4px;
      --cart-bubble-right: 4px;
    }
  }
/* END_SNIPPET:cart-icon-component */
/* START_SNIPPET:group (INDEX:210) */
.group-block__link {
    position: absolute;
    inset: 0;
  }

  .group-block__link ~ :is(.group-block-content, .group-block__media-wrapper) {
    pointer-events: none;

    :is(a, button, input, textarea, select) {
      pointer-events: auto;
    }
  }

  /* Needs the .group-block__link ~ to be specific enough to take effect. */
  .group-block__link ~ .group-block-content--design-mode {
    pointer-events: auto;
  }
/* END_SNIPPET:group */
/* START_SNIPPET:header-actions (INDEX:211) */
.cart-drawer {
    --cart-drawer-padding: var(--padding-lg) var(--padding-xl);
    --cart-drawer-padding-desktop: var(--padding-xl) var(--padding-2xl);
    --cart-font-size--2xs: var(--font-size--2xs);
    --cart-font-size--xs: var(--font-size--xs);
    --cart-font-size--sm: var(--font-size--sm);
    --cart-font-size--md: var(--font-size--md);
    --cart-font-size--2xl: var(--font-size--2xl);
  }

  .cart-drawer__dialog {
    position: fixed;
    border-radius: 0;
    width: var(--sidebar-width);
    max-width: 95vw;
    height: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    border-left: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    background-color: var(--color-background);
  }

  /* Needed to ensure the drawer is full height */
  .cart-drawer__dialog:modal {
    max-height: 100dvh;
    overflow-y: hidden;
  }

  .cart-drawer__inner {
    height: 100%;
  }

  .cart-drawer__content {
    padding: 0;
    background-color: var(--color-background);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
  }

  .cart-drawer__heading {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .cart-drawer__close-button {
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: calc(var(--padding-sm) * -1);
  }

  .cart-drawer__close-button svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .cart-drawer--empty .cart-drawer__content {
    text-align: center;
    min-height: auto;
  }

  .cart-drawer--empty .cart-drawer__heading {
    margin-bottom: var(--margin-md);
  }

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: var(--gap-xl);
    border-bottom: var(--style-border-width) solid var(--color-border);
    margin-bottom: var(--gap-xl);
  }

  .cart-drawer__items .cart-items__table-row:has(+ .cart-items__nested-line) {
    border-bottom: none;
    margin-bottom: 0;
  }

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
  }

  .cart-drawer__summary {
    --cart-drawer-summary-padding: var(--padding-lg);

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-2xl);
    padding: var(--cart-drawer-summary-padding);
    margin-top: auto;
    background-color: var(--color-background);
    /* stylelint-disable-next-line color-named */
    mask-image: linear-gradient(to bottom, transparent, black var(--cart-drawer-summary-padding));

    @media screen and (min-width: 750px) {
      --cart-drawer-summary-padding: var(--padding-2xl);
    }
  }

  .cart-drawer__summary .cart__summary-totals:not(:has(.cart__original-total-container:empty)) {
    border-block-start: var(--style-border-width) solid var(--color-border);
    padding-block-start: var(--padding-2xl);
  }

  .cart-drawer__summary .cart-note {
    @media screen and (min-width: 750px) {
      margin-block-start: var(--margin-3xs);
    }
  }

  .cart-drawer__heading--empty {
    display: flex;
    justify-content: center;
  }

  .cart-drawer__items {
    display: flex;
    flex-direction: column;
    padding-inline: var(--cart-drawer-padding);
    overflow-y: auto;

    @media screen and (min-width: 750px) {
      padding-inline: var(--cart-drawer-padding-desktop);
    }
  }

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: var(--gap-xl);
    border-bottom: var(--style-border-width) solid var(--color-border);
    margin-bottom: var(--gap-xl);
  }

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
    padding-block-end: 0;
    margin-block-end: 0;
  }

  .cart-drawer--empty .cart-drawer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    margin-top: 0;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-drawer__content {
    justify-content: center;
  }

  .cart-drawer--empty .cart-drawer__header {
    justify-content: right;
    border-bottom: none;
    padding-bottom: 0;
  }

  .cart-drawer--empty .cart-drawer__heading {
    text-align: center;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-items__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  header-actions {
    display: flex;

    @media screen and (max-width: 749px) {
      justify-self: flex-end;
    }
  }

  .header__column--right header-actions {
    margin-inline-start: calc(var(--gap-md) * -1);
  }

  .header-actions__action {
    --button-color: var(--color-foreground);

    cursor: pointer;
    display: flex;
    justify-content: center;
  }

  .header-actions__action .svg-wrapper {
    height: 42px;
    width: 43px;
    padding-bottom: 0;
  }

  .header-actions__action svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }
.header-actions__action .header-actions__cart-icon svg {
        width: 29px;
    height: 28px;
}
  .header-actions__cart-icon {
    --cart-bubble-size: 20px;
    --cart-bubble-top: 4.5px;
    --cart-bubble-right: 2.5px;

    position: relative;
  }

  .header-actions__cart-icon .cart-bubble {
    position: absolute;
    width: var(--cart-bubble-size, 20px);
    top: var(--cart-bubble-top);
    right: var(--cart-bubble-right);
  }

  .header-actions__cart-icon .cart-bubble__text,
  .cart-drawer__heading .cart-bubble__text {
    font-family: var(--font-paragraph--family);
    font-weight: var(--font-paragraph--weight);
  }



  .cart-drawer__heading .cart-bubble__background {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
  }

  .cart-drawer__heading .cart-bubble__text {
    color: var(--color-foreground);
    font-size: var(--font-size--xs);
  }

  .cart-bubble--animating .cart-bubble__background {
    animation: grow var(--animation-speed) var(--animation-easing);
  }

  .cart-bubble--animating .cart-bubble__text {
    animation: cartBubbleSlideIn var(--animation-speed) var(--animation-easing);
  }

  /* Header Phone Styles */
  .header-phone {
       display: flex;
    align-items: flex-end;
    justify-content: left;
    margin-right: 26px;
    margin-top: -3px;
  }
@media screen and (max-width:1300px){
  .header-phone{margin-right:0}
}
  .header-phone__content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
  }

  .header-phone__number {
    font-family: var(--font-body--family);
    font-style: var(--font-body--style);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--header-phone-number-color, #ff6b35);
    text-decoration: none;
            letter-spacing: -0.228px;
    transition: color var(--animation-speed) var(--animation-easing);

    &:hover {
      color: var(--header-phone-number-color-hover, #FF5E38);
      text-decoration: none;
    }

  }

  .header-phone__financing {
    font-size: 12px;
    font-style: var(--font-body--style);
    font-weight: 500;
    line-height: 16px;
    color: var(--header-phone-financing-color, #919191);
    letter-spacing: -0.228px;
  }


span.cart-bubble__background {
    background: #FF5E38;
}

.header-actions__cart-icon .cart-bubble {
    width: 15px;
    height: 15px;
    top: 2px;
    right: 2px;
}

span.cart-bubble__text-count {
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: 8px; /* 88.889% */
    letter-spacing: -0.171px;
}

a.menu-list__link {
    gap: 8px;
}

.menu-list {
    margin-right: 11px;
}

li.menu-list__list-item {
      margin-right: 2px;
    margin-left: 13.5px;
}

span.menu-list__link-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.304px;
}
/* END_SNIPPET:header-actions */
/* START_SNIPPET:header-drawer (INDEX:212) */
.header__icon--menu {
    position: initial;
  }

  @media screen and (min-width: 750px) {
    .header--desktop header-menu + .header__drawer header-drawer {
      display: none;
    }
  }

  .menu-drawer-container .header__icon--summary {
    color: var(--color-foreground);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--padding-lg);
  }

  .header__icon--summary .header-drawer-icon {
    margin: auto;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .header__drawer {
    display: flex;
    min-height: 60px;
    align-items: center;

    @media screen and (min-width: 750px) {
      min-height: 0;
    }
  }

  .header--compact .header__drawer {
    min-height: var(--minimum-touch-target);
  }

  .menu-drawer__navigation {
    padding: 0;
     overflow-y: auto;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }




  .menu-drawer {
    position: fixed;
    transform: translateX(100%);
    visibility: hidden;
    height: var(--drawer-height);
    width: var(--drawer-width);
    max-width: var(--drawer-max-width);
    z-index: var(--layer-menu-drawer);
    right: 0;
    top: 0;
    padding: 0;
    background-color: var(--color-background);
    overflow: auto;
    display: flex;
    border-right: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    flex-direction: column;

    @media screen and (min-width: 750px) {
      width: 25rem;
    }

    .header__drawer--desktop & {
      height: 100vh;
    }
  }

  .menu-drawer:has(details[open]) {
    overflow: initial;
  }

  .menu-drawer__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    backdrop-filter: brightness(0.75);
    z-index: var(--layer-heightened);
    opacity: 0;
    transition: opacity var(--drawer-animation-speed) ease;

    .menu-open & {
      opacity: 1;
    }
  }

  .menu-drawer,
  details[open] > .menu-drawer__submenu {
    transition: transform var(--drawer-animation-speed) ease, visibility var(--drawer-animation-speed) ease,
      opacity var(--drawer-animation-speed) ease;
  }

  .menu-open > .menu-drawer,
  .menu-open > .menu-drawer__submenu:not(.menu-drawer__menu--childlist) {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
    will-change: transform;
  }

  .menu-drawer__inner-container {
    position: relative;
    height: 100%;
  }

  .menu-drawer__navigation-container {
    display: grid;
    grid-template-rows: 1fr auto;
    align-content: space-between;
    overflow-y: auto;
    height: 100%;
  }

  .menu-drawer__inner-submenu {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }

  .menu-drawer__nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-drawer__menu {
    --menu-drawer-inline-padding: calc(var(--padding-sm) + 7px);
    list-style: none;
    padding-inline: var(--drawer-padding);
    margin-inline: 0;
    margin-block-start: 0;
  }

  .menu-drawer__menu--grid {
    display: grid;
    grid-template-columns: 1fr;

    padding-inline-end: var(--menu-drawer-inline-padding);
    padding-block-start: var(--padding-xs);
  }

  .menu-drawer__menu--childlist:not(.menu-drawer__menu--grid) {
    flex-grow: 1;
  }

  .menu-drawer__menu.has-submenu,
  .menu-drawer__menu--childlist:not(:has(.menu-drawer__animated-element)) {
    margin-block-end: var(--margin-xs);

    @media screen and (min-width: 750px) {
      margin-block-end: 2.5rem;
    }
  }

  .menu-drawer__list-item--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__list-item--deep:not(.menu-drawer__list-item--divider) .menu-drawer__menu {
    margin-block-start: -0.3rem;
    margin:0;
  }

  .menu-drawer__list-item--flat.menu-drawer__list-item--divider .menu-drawer__menu {
    margin-block-start: -0.4rem;
  }

  .menu-drawer__menu-container--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__menu > .menu-drawer__list-item {
    display: flex;
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
  }

  .menu-drawer__list-item--deep .menu-drawer__list-item,
  .menu-drawer__list-item--flat .menu-drawer__list-item {
    min-height: auto;
  }

  .menu-drawer__menu .menu-drawer__list-item--flat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-block-end: var(--margin-md);
  }

  .menu-drawer__menu--childlist .menu-drawer__list-item--flat {
    margin-block-end: var(--margin-sm);

    @media screen and (min-width: 750px) {
      margin-block-end: var(--margin-lg);
    }
  }

  .menu-drawer__menu--childlist .menu-drawer__list-item--flat.menu-drawer__list-item--divider {
    margin-block-end: 0;
  }

  .menu-drawer__list-item--flat .menu-drawer__menu--childlist {
    width: 100%;
    padding-inline-start: 0;
  }

  .menu-drawer-container[open] .menu-drawer__animated-element {
    padding: 0;
    animation: menu-drawer-nav-open var(--drawer-animation-speed) ease-in-out;
    animation-delay: calc(var(--drawer-animation-speed) + (var(--menu-drawer-animation-index) - 1) * 0.1s);
    animation-fill-mode: backwards;
  }

  .menu-drawer__menu details,
  .menu-drawer__menu-item,
  .menu-drawer__menu accordion-custom {
    width: 100%;
  }

  .menu-drawer__list-item--divider .menu-drawer__menu-item:not(.menu-drawer__menu-item--child) {
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
  }

  .menu-drawer__menu-item--mainlist {
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
    font-family: var(--menu-top-level-font-family);
    font-style: var(--menu-top-level-font-style);
    font-weight: var(--menu-top-level-font-weight);
    font-size: var(--menu-top-level-font-size);
    line-height: var(--menu-top-level-font-line-height);
    text-transform: var(--menu-top-level-font-case);
    color: var(--menu-top-level-font-color);
    justify-content: space-between;

    &:hover {
      color: var(--menu-top-level-font-color);
    }
  }

  .menu-drawer__menu-item--parent {
    font-family: var(--menu-parent-font-family);
    font-style: var(--menu-parent-font-style);
    font-weight: var(--menu-parent-font-weight);
    font-size: var(--menu-parent-font-size);
    line-height: var(--menu-parent-font-line-height);
    text-transform: var(--menu-parent-font-case);
    color: var(--menu-parent-font-color);
  }

  .menu-drawer__menu-item--parent:hover {
    color: var(--menu-parent-font-color);
  }

  .menu-drawer__menu-item--child {
    font-family: var(--menu-child-font-family);
    font-style: var(--menu-child-font-style);
    font-weight: var(--menu-child-font-weight);
    font-size: var(--menu-child-font-size);
    line-height: var(--menu-child-font-line-height);
    text-transform: var(--menu-child-font-case);
    color: var(--menu-child-font-color);

    &:hover {
      color: var(--menu-child-font-color);
    }
  }

  .menu-drawer__menu--childlist summary.menu-drawer__menu-item {
    display: flex;
    width: 100%;
    padding-inline-end: 0;
  }

  .menu-drawer__list-item--deep .menu-drawer__menu,
  .menu-drawer__menu--grandchildlist {
    padding-inline-start: 0;
  }

  .menu-drawer__list-item--deep .menu-drawer__menu {
    padding-block-end: 0.5rem;
  }

  .menu-drawer__list-item--deep.menu-drawer__list-item--divider .menu-drawer__menu {
    padding-block-end: 0.3rem;
  }

  .menu-drawer__list-item--flat.menu-drawer__list-item--divider .menu-drawer__menu--grandchildlist {
    padding-block-end: 0.5rem;
  }

  .menu-drawer__menu-item {
    display: flex;
    padding: var(--padding-2xs) 0;
    position: relative;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
  }

  /* Mobile menu items with images and taglines */
  .menu-drawer__menu-item:has(.mobile-menu-item__image) {
    display: flex;
    align-items: flex-start;
    padding: var(--padding-sm) 0;
  }

  .menu-drawer__menu-item:has(.mobile-menu-item__image) .mobile-menu-item__content {
    flex: 1;
    min-width: 0;
  }

  /* Grid layout for menu items with images */
  .menu-drawer__menu--grid .menu-drawer__menu-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 20px !Important;
    background:#eee;
  }

ul.menu-drawer__menu.menu-drawer__menu--childlist.menu-drawer__animated-element.details-content {
    background: #eee;
}

  .menu-drawer__menu--grid .mobile-menu-item__image {
     width: 141px;
    height: 61px;
    aspect-ratio: 16 / 9;
    margin-right: 0;
    margin-bottom: var(--padding-3xs);
  }


ul.menu-drawer__menu.menu-drawer__menu--childlist.menu-drawer__animated-element.details-content > li > a {
    padding: 13px 20px;
}

  .menu-drawer__menu--grid .mobile-menu-item__image-element {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .menu-drawer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--padding-lg) var(--padding-xl);

  }

  .menu-drawer__close-button {
    background-color: transparent;
    color: var(--color-foreground);
    padding: var(--padding-sm);
    box-shadow: none;
    will-change: transform;
  }

  .menu-drawer__close-button .svg-wrapper,
  .menu-drawer__close-button svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__cart {
    display: flex;
    align-items: center;
  }

  .menu-drawer__cart-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-foreground);
    text-decoration: none;
    padding: var(--padding-sm);
  }

  .menu-drawer__cart-link:hover {
    color: var(--color-foreground-accent);
  }

  .menu-drawer__cart .header-actions__action {
    --button-color: var(--color-foreground);
    padding: var(--padding-sm);
  }

  .menu-drawer__cart .header-actions__action .svg-wrapper {
    height: 32px;
    width: 32px;
  }

  .menu-drawer__cart .header-actions__action svg {
    width: 24px;
    height: 24px;
  }

  .menu-drawer__cart .header-actions__cart-icon {
    --cart-bubble-size: 16px;
    --cart-bubble-top: 2px;
    --cart-bubble-right: 2px;
  }

  .menu-drawer__cart .cart-bubble__text {
    font-size: 10px;
  }

  .menu-drawer__back-button {
    display: flex;
    width: 100%;
    padding: var(--padding-md) var(--padding-xl);
    border: none;
    align-items: center;
    color: var(--color-foreground);
    background-color: transparent;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    overflow-x: hidden;
    line-height: 1.2;
    box-shadow: none;
  }

  .menu-drawer__menu-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /** Styles when the country selector is hidden */
  .menu-drawer .language-selector:not(.menu-drawer__submenu *) {
    width: fit-content;
    padding-inline-start: 0;

    .localization-form__select {
      text-align: left;
    }
  }

  .menu-drawer__menu-item > .svg-wrapper {
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding-block: var(--padding-lg);
    padding-inline-start: var(--padding-xl);
    flex-shrink: 0;
  }

  .menu-drawer__list-item--divider .menu-drawer__menu-item > .svg-wrapper {
    padding-block: var(--padding-md);
  }

  .menu-drawer svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  /* Arrow rotation for accordion items */
  .menu-drawer__arrow {
    transition: transform var(--animation-speed) var(--animation-easing);
    flex-shrink: 0;
   }

  .menu-drawer__menu details[open] .menu-drawer__arrow {
    transform: rotate(180deg);
  }

  /* Scrollbar styles for mobile dropdown */
  .menu-drawer__menu--childlist,
  .menu-drawer__menu--grandchildlist {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .menu-drawer__menu--childlist::-webkit-scrollbar,
  .menu-drawer__menu--grandchildlist::-webkit-scrollbar {
    width: 6px;
  }

  .menu-drawer__menu--childlist::-webkit-scrollbar-track,
  .menu-drawer__menu--grandchildlist::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }

  .menu-drawer__menu--childlist::-webkit-scrollbar-thumb,
  .menu-drawer__menu--grandchildlist::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
  }

  .menu-drawer__menu--childlist::-webkit-scrollbar-thumb:hover,
  .menu-drawer__menu--grandchildlist::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }

  .menu-drawer__submenu {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100dvh;
    left: 0;
    background-color: var(--color-background);
    z-index: var(--layer-flat);
    transform: translateX(-5%);
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
  }

  .menu-drawer__back-button > .svg-wrapper {
    margin-right: var(--padding-md);
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__utility-links {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-block: auto var(--padding-sm);
    margin-inline-start: var(--padding-xl);
    background-color: rgb(var(--color-foreground) 0.03);
  }

  .menu-drawer__account {
    display: inline-flex;
    align-items: center;
    gap: var(--gap-xs);
    text-decoration: none;
    height: 44px;
    font-size: 1.4rem;
    color: rgb(var(--color-foreground));
  }

  .menu-drawer__account svg {
    height: var(--icon-size-sm);
    width: var(--icon-size-sm);
  }

  .menu-drawer__account shop-user-avatar {
    --shop-avatar-size: 2.4rem;

    margin-right: 0.55rem;
    margin-left: -0.45rem;
  }

  .menu-drawer__link-image,
  .menu-drawer__featured-product-image,
  .menu-drawer__featured-collection-image,
  .menu-drawer__featured-collection-link::before {
    border-radius: var(--menu-image-border-radius);
  }
ul.menu-drawer__menu.has-submenu {
    padding: 0;
}
.menu-drawer__cart .header-actions__cart-icon {
    height: 25.35px;
}
span.menu-drawer__menu-item-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.304px;
}

.menu-drawer-container[open] ul.menu-drawer__menu li details>summary.menu-drawer__animated-element, .menu-drawer-container[open] ul.menu-drawer__menu > li > a {
    display: inline-flex;
    padding: 20px;
    justify-content: flex-start; 
    gap: 10px;
}
nav.menu-drawer__navigation {
    /* height: calc(100vh - 61px); */
    overflow: auto;
}

.menu-drawer__menu--childlist, .menu-drawer__menu--grandchildlist {
    height: auto !important;
    max-height: fit-content !important;
}
  @keyframes menu-drawer-nav-open {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-0.5rem);
    }

    100% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes menu-drawer-subnav-open {
    0% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-1rem);
    }
  }

  /* Mobile drawer positioning - opens from below mobile navigation */
  .header-drawer--mobile-nav .menu-drawer {
    position: fixed;
    top: var(--mobile-drawer-top, 120px);
    left: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - var(--mobile-drawer-top, 120px));
    z-index: 1000;
    border-radius: 0;
    margin: 0;
    max-width: 500px;
    box-shadow: none;
  }

  /* Ensure the drawer content takes full height */
  .header-drawer--mobile-nav .menu-drawer__navigation {
    height: 100%;
    overflow-y: auto;
    padding-top: var(--padding-lg);
  }

  /* Backdrop positioning for mobile drawer - below mobile navigation */
  .header-drawer--mobile-nav .menu-drawer__backdrop {
    position: fixed;
    top: var(--mobile-drawer-top, 120px);
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  /* Ensure mobile navigation stays above backdrop */
  .header__row--mobile-nav {
    z-index: calc(var(--layer-drawer) + 1);
  }

  /* Icon transformation for mobile navigation */
  .header-drawer--mobile-nav .header-drawer-icon--close {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .header-drawer--mobile-nav .header-drawer-icon--open {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  /* When drawer is open, show close icon and hide open icon */
  .header-drawer--mobile-nav .menu-drawer-container[open] .header-drawer-icon--close,
  .header-drawer--mobile-nav .menu-drawer-container.menu-open .header-drawer-icon--close {
    display: block;
    opacity: 1;
  }

  .header-drawer--mobile-nav .menu-drawer-container[open] .header-drawer-icon--open,
  .header-drawer--mobile-nav .menu-drawer-container.menu-open .header-drawer-icon--open {
    display: none;
    opacity: 0;
  }
/* END_SNIPPET:header-drawer */
/* START_SNIPPET:mobile-menu-item (INDEX:231) */
/* Mobile menu item styles matching desktop dropdown */
  .mobile-menu-item__content {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  /* Menu item link styles matching desktop */
  .menu-drawer__menu-item {
    display: block;
    text-decoration: none;
    color: var(--color-foreground);
    transition: color var(--animation-speed) var(--animation-easing);
    padding: 10px 20px;
  }

  .menu-drawer__menu-item:hover {
    color: var(--color-foreground-accent);
    background-color: var(--color-background-accent);
  }

  .mobile-menu-item__image {
    flex-shrink: 0;
    width: 141px;
    height: 61px;
    border-radius: 0px;
    overflow: hidden;
  }

  .mobile-menu-item__image-element {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mobile-menu-item__text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }

  .mobile-menu-item__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #123556;
    margin-bottom: 0;
  }

  .mobile-menu-item__tagline {
    font-size: 12px;
    color: #201D1D;
    line-height: 14px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .mobile-menu-item--shop-all {
    background-color: #123556 !important;
    color: white !important;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px 20px;
    margin-bottom: 20px;
    transition: background-color var(--animation-speed) var(--animation-easing);
    display: block;
    padding: 15px 20px;
  }

  .mobile-menu-item--shop-all:hover {
    background-color: #2A5B8A !important;
    color: white !important;
    text-decoration: none;
  }

  .mobile-menu-item--shop-all .mobile-menu-item__title {
    color: white !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
  }

  /* Ensure Shop All button overrides any grid layout styles */
  .menu-drawer__menu--grid .mobile-menu-item--shop-all {
    background-color: #123556 !important;
    color: white !important;
    text-align: center;
    margin: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px 20px;
  }

  .menu-drawer__menu--grid .mobile-menu-item--shop-all:hover {
    background-color: #2A5B8A !important;
    color: white !important;
  }

  /* Grid layout overrides */


  .menu-drawer__menu--grid .mobile-menu-item__image-element {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .menu-drawer__menu--grid .mobile-menu-item__content {
    flex-direction: row;
    width: 100%;
  }

  .menu-drawer__menu--grid .mobile-menu-item__text {
    width: 100%;
  }
  a.menu-drawer__menu-item.menu-drawer__menu-item--child.mobile-menu-item--shop-all {
    text-align: center !important;
    justify-content: center;
    align-items: center;
 
}
  a.menu-drawer__menu-item.menu-drawer__menu-item--child.mobile-menu-item--shop-all  span{
   font-size: 16px;
    font-style: normal;
    font-weight: 800 !Important;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
   }
/* END_SNIPPET:mobile-menu-item */
/* START_SNIPPET:mobile-navigation (INDEX:232) */
.mobile-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--padding-sm) var(--padding-md);
    min-height: 60px;
  }

  .mobile-navigation__menu {
    flex: 0 0 auto;
  }

  .mobile-navigation__logo {
    flex: 1;
    display: flex;
    justify-content: left;
  }

  .mobile-navigation__logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .mobile-navigation__logo-image {
    max-height: 40px;
    width: auto;
    display: block;
  }

  .mobile-navigation__cart {
    flex: 0 0 auto;
  }

  .mobile-navigation__cart-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--padding-sm);
    color: var(--color-foreground);
    text-decoration: none;
  }

  .mobile-navigation__cart-link:hover {
    color: var(--color-foreground);
    text-decoration: none;
  }

  .mobile-navigation__cart-link .svg-wrapper {
    height: var(--button-size);
    width: var(--button-size);
  }

  .mobile-navigation__cart-link svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  /* Mobile drawer specific styles */
  .header-drawer--mobile-nav .header__icon--menu {
    padding: var(--padding-sm);
  }

  .header-drawer--mobile-nav .header__icon--summary {
    padding: var(--padding-sm);
  }
  @media screen and (max-width:1279px){
    a.mobile-navigation__cart-link {
    padding: 0;
    padding-top: 4px;
    padding-right: 9px;
}

.mobile-navigation {
    padding-left: 20px;
    padding-right: 20px;
}

.header__icon--summary .header-drawer-icon {
    width: auto;
    height: auto;
}

.mobile-navigation__cart-link .svg-wrapper {
    width: 57px;
    height: 30px;
}
 
.mobile-navigation__cart-link svg {
    width: auto;
    height: auto;
}

span.svg-wrapper.header-drawer-icon.header-drawer-icon--open svg {
    height: auto;
    width: auto;
}

.header-drawer--mobile-nav .header__icon--menu, .header-drawer--mobile-nav .header__icon--summary {
    padding: 0;
    padding-top: 1px;
}
.menu-drawer__header {
    justify-content: flex-start;
    flex-direction: row-reverse;
            gap: 20px;
                    padding: 11px 20px ;
}


.header-actions__cart-icon .cart-bubble {
}

.menu-drawer svg {
    width: auto;
    height: auto;
}

.menu-drawer svg.menu-drawer__arrow{
width: 12.152px;
        height: 7.076px;
}

span.svg-wrapper {
    width: auto;
    height: auto;
}

button.button.menu-drawer__close-button {
    padding: 0px;
}

span.svg-wrapper.header-drawer-icon.header-drawer-icon--close {
    width: auto;
    height:auto;
}

span.svg-wrapper.header-drawer-icon.header-drawer-icon--close svg {
    width: 25px;
    height: 22px;
}

a.menu-drawer__cart-link {
    padding: 6.495px 6.821px 7.167px 6.818px;
}
  }
/* END_SNIPPET:mobile-navigation */
/* START_SNIPPET:predictive-search (INDEX:239) */
predictive-search-component {
    &:has([data-search-results]):not(:has(.predictive-search-results__no-results)) {
      .predictive-search-form__footer {
        display: block;
      }
    }
  }

  .predictive-search-form__footer {
    display: none;
  }
/* END_SNIPPET:predictive-search */
/* START_SNIPPET:resource-card (INDEX:250) */
.resource-card {
    --resource-card-secondary-image-opacity: 0;
    --resource-card-primary-image-opacity: calc(1 - var(--resource-card-secondary-image-opacity));

    display: flex;
    flex-direction: column;
    row-gap: var(--padding-xs);
    position: relative;
    text-decoration: none;
    height: 100%;
    opacity: 0;
    animation: fadeIn var(--animation-speed-medium) var(--animation-timing-fade-in) forwards;
  }

  .resource-card__link {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .resource-card__content {
    display: flex;
    flex-direction: column;
    color: var(--color-foreground);
    gap: var(--padding-3xs);

    .price {
      font-weight: 500;
    }
  }

  .resource-card[data-resource-type='article'] .resource-card__content,
  .resource-card[data-resource-type='page'] .resource-card__content {
    gap: var(--padding-xs);
  }

  .resource-card__image {
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    object-fit: cover;
    border-radius: var(--resource-card-corner-radius);
    opacity: var(--resource-card-primary-image-opacity);
  }

  .resource-card__image--secondary {
    position: absolute;
    top: 0;
    opacity: var(--resource-card-secondary-image-opacity);
    border-radius: var(--resource-card-corner-radius);
  }

  .resource-card__media:empty {
    display: none;
  }

  .resource-card__image-placeholder {
    padding: var(--padding-sm);
    font-size: var(--font-size--lg);
    line-height: var(--line-height--display-loose);
    word-break: break-word;
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    border-radius: var(--resource-card-corner-radius);
    color: var(--color-foreground);
  }

  .resource-card__title {
    margin-block: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
  }

  .resource-card__title.paragraph {
    line-height: 1.3;
  }

  .resource-card--overlay {
    height: 100%;

    &::before {
      content: '';
      position: absolute;
      inset: 50% 0 0;
      background: var(--gradient-image-overlay);
      border-radius: var(--resource-card-corner-radius);
      pointer-events: none;
      z-index: var(--layer-flat);
    }
  }

  .resource-card--overlay .resource-card__image {
    height: 100%;
  }

  .resource-card--overlay .resource-card__content {
    position: absolute;
    inset: auto 0 0;
    padding: var(--padding-lg) var(--padding-lg) var(--padding-sm);
    z-index: var(--layer-raised);
  }

  .resource-card--overlay .resource-card__title {
    color: var(--color-white);
  }

  /* Collection images */
  .resource-card__image-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-2xs);
  }

  .resource-card__collection-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: calc(var(--card-corner-radius) - (var(--padding-xs) / 2));
  }

  .resource-card__subtext {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    margin-block-start: 0;
  }

  .resource-card__subtext.paragraph {
    font-size: var(--font-size--body-sm);
    line-height: var(--line-height--body-tight);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .resource-card__tagline {
    font-size: var(--font-size--body-sm);
    line-height: var(--line-height--body-tight);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    margin-block: 0;
    margin-bottom: var(--padding-2xs);
  }

  .resource-card:has(.resource-card__image--secondary) {
    &:hover,
    &:focus {
      --resource-card-secondary-image-opacity: 1;
    }
  }
/* END_SNIPPET:resource-card */
/* START_SNIPPET:search-modal (INDEX:253) */
/* Search modal style */
  .search-modal {
    --search-border-radius: var(--style-border-radius-popover);
    --search-border-width: var(--style-border-width);
  }

  .search-modal__button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .search-modal__content {
    /* Approx set the top so when the content is at max height, the modal is centered */
    --modal-top-margin: calc(50dvh - var(--modal-max-height) / 2 - 2rem);
    --modal-width: 66dvw;

    padding: 0;

    @media screen and (min-width: 750px) {
      width: var(--modal-width);
      margin-block-start: var(--modal-top-margin);
      overflow: hidden;
    }
  }

  /* Hide the default dialog backdrop on small screens */
  @media screen and (max-width: 749px) {
    .search-modal__content::backdrop {
      display: none;
    }
  }

  .dialog-modal[open].search-modal__content {
    transform-origin: bottom center;
    animation: search-element-slide-in-bottom 300ms var(--ease-out-quad) forwards;
    border-radius: var(--search-border-radius);
    box-shadow: var(--shadow-popover);

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }
  }

  .dialog-modal.search-modal__content.dialog-closing {
    animation: search-element-slide-out-bottom 200ms var(--ease-out-quad) forwards;
  }

  .search-modal__content[open] {
    display: flex;
  }

  .search-modal__content :is(.predictive-search-dropdown, .predictive-search-form__content-wrapper) {
    position: relative;
  }

  /* Predictive search header tweaks for small screens */
  @media screen and (max-width: 749px) {
    .dialog-modal
      .predictive-search-form__header:has(
        .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
      )::before {
      content: '';
      position: absolute;
      right: calc(var(--padding-sm) + var(--minimum-touch-target));
      top: 0;
      bottom: 0;
      width: var(--border-width-sm);
      background-color: var(--color-border);
    }

    .dialog-modal
      .predictive-search-form__header:has(
        .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
      )
      > .predictive-search__close-modal-button {
      &::before {
        content: none;
      }
    }
  }
/* END_SNIPPET:search-modal */
/* START_SNIPPET:search (INDEX:254) */
.search-action {
    --search-border-radius: var(--style-border-radius-inputs);
    --search-border-width: var(--style-border-width-inputs);

    display: flex;
  }

  .header__column--center .search-action {
    width: auto;
    flex-grow: 1;
  }

  :is(.header__column--left, .header__column--center) .search-action {
    @media screen and (min-width: 750px) {
      margin-inline: calc(var(--padding-lg) * -1);
    }
  }

  .header__column--right .search-action {
    @media screen and (min-width: 750px) {
      margin-inline: calc(var(--gap-md) * -1) calc(var(--gap-xs) * -1);
    }
  }
/* END_SNIPPET:search */
/* START_SNIPPET:section (INDEX:255) */
.section-wrapper {
    --section-height-offset: 0px;
  }

  .section[data-shopify-visual-preview] {
    min-height: var(--section-preview-height);
    padding-top: 0;
  }

  .section[data-shopify-visual-preview] .custom-section-background {
    display: none;
  }

  body:has(> #header-group > .header-section > #header-component[transparent]):not(
      :has(> #header-group > .header-section + .shopify-section)
    )
    > main
    > .section-wrapper:first-child {
    --section-height-offset: var(--header-group-height, 0);
  }

  .custom-section-background {
    grid-column: 1 / -1;
  }

  .custom-section-content {
    z-index: var(--layer-flat);
  }
/* END_SNIPPET:section */
/* START_SNIPPET:simple-dropdown-menu (INDEX:256) */
.simple-dropdown-menu {
       padding: 0;
    min-width: 330px;
    max-width: 100%;
    background: var(--color-background);
    border: 0px solid var(--color-border);
    border-radius: 0 0 5px 5px;
    box-shadow: 6px 21px 25px 0 rgba(0, 54, 97, 0.10);
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .simple-dropdown-menu__list {
    display: flex;
    flex-direction: column;
    gap: 0;
 
  }



  .simple-dropdown-menu__link {
    display: block;
    text-decoration: none;
    color: var(--color-foreground);
    transition: color var(--animation-speed) var(--animation-easing);
    padding:10px 20px;
  }

  .simple-dropdown-menu__link:hover {
    color: var(--color-foreground-accent);
    background-color: var(--color-background-accent);
  }

  .simple-dropdown-menu__product-content,
  .simple-dropdown-menu__collection-content {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .simple-dropdown-menu__product-image,
  .simple-dropdown-menu__collection-image {
    flex-shrink: 0;
    width: 141px;
    height: 61px;
    border-radius: 0px;
    overflow: hidden;
  }

  .simple-dropdown-menu__product-image img,
  .simple-dropdown-menu__collection-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .simple-dropdown-menu__product-text,
  .simple-dropdown-menu__collection-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
        text-wrap: auto;
  }

  .simple-dropdown-menu__product-title,
  .simple-dropdown-menu__collection-title,
  .simple-dropdown-menu__page-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color:#123556;
  }

  .simple-dropdown-menu__product-tagline,
  .simple-dropdown-menu__collection-tagline {
    font-size: 12px;
    color: #201D1D;
    line-height: 14px;
  }

  .simple-dropdown-menu__link--page {
    padding: 10xp 20px;
  }

  .simple-dropdown-menu__page-title {
    font-size: 16px;
  }

  .simple-dropdown-menu__link--shop-all {
    background-color: #123556;
    color: white;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px 20px;
    transition: background-color var(--animation-speed) var(--animation-easing);
 margin-bottom:20px;
  }

  .simple-dropdown-menu__link--shop-all:hover {
    background-color:#2A5B8A !important;
    color: white;
    text-decoration: none;
  }

  .simple-dropdown-menu__link--shop-all .simple-dropdown-menu__page-title {
    color: white;
        text-transform: uppercase;
  }

  /* Submenu styles */
  .simple-dropdown-menu__submenu {
    margin-top: 0;
    padding: 0.25rem 0;
    background-color: var(--color-background-accent);
    border-top: 1px solid var(--color-border);
  }

  .simple-dropdown-menu__submenu-item {
    margin-bottom: 0.5rem;
  }

  .simple-dropdown-menu__submenu-item:last-child {
    margin-bottom: 0;
  }

  .simple-dropdown-menu__submenu-link {
    display: block;
    text-decoration: none;
    color: var(--color-foreground);
    transition: color var(--animation-speed) var(--animation-easing);
    padding: 0.25rem 1rem;
    font-size: 0.8rem;
  }

  .simple-dropdown-menu__submenu-link:hover {
    color: var(--color-foreground-accent);
    background-color: var(--color-background);
  }

  .simple-dropdown-menu__submenu-product-content,
  .simple-dropdown-menu__submenu-collection-content {
    display: flex;
    align-items: center;
    gap: 0.375rem;
  }

  .simple-dropdown-menu__submenu-product-image,
  .simple-dropdown-menu__submenu-collection-image {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
  }

  .simple-dropdown-menu__submenu-product-image img,
  .simple-dropdown-menu__submenu-collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .simple-dropdown-menu__submenu-product-text,
  .simple-dropdown-menu__submenu-collection-text {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    flex: 1;
  }

  .simple-dropdown-menu__submenu-product-title,
  .simple-dropdown-menu__submenu-collection-title,
  .simple-dropdown-menu__submenu-page-title {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .simple-dropdown-menu__submenu-product-tagline,
  .simple-dropdown-menu__submenu-collection-tagline {
    font-size: 0.65rem;
    color: var(--color-foreground-muted);
    line-height: 1.2;
  }
/* END_SNIPPET:simple-dropdown-menu */
/* START_SNIPPET:text (INDEX:273) */
:root {
    --text-align-default: left;
  }

  /* Icon styling for text blocks */
  .text-block--with-icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .text-block__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .text-block--with-icon .text-block__page-link {
    text-decoration: underline;
    -webkit-text-decoration: underline;
    color: inherit !important;
    text-transform: capitalize;
    min-width: 100px;
  }
  [style*='--horizontal-alignment: center'] .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] .text-block {
    --text-align-default: right;
  }

  [style*='--horizontal-alignment: flex-start'] > .text-block {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] > .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] > .text-block {
    --text-align-default: right;
  }

  .text-block {
    width: var(--width);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
  }

  .text-block > * {
    width: var(--width);
    max-width: var(--max-width, 100%);
    text-align: var(--text-align, var(--text-align-default));
    text-wrap: var(--text-wrap);
  }

  .text-block:not(.text-block--full-width).rte,
  .text-block:not(.text-block--full-width).paragraph {
    /* Safari doesn't support pretty, so fallback to balance */
    text-wrap: balance;
    text-wrap: pretty;
  }

  .text-block:not(.text-block--full-width):is(.h1, .h2, .h3, .h4, .h5, .h6) {
    text-wrap: balance;
  }

  /* Hide underline unless text is using paragraph styles. */
  .text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) a {
    text-decoration-color: transparent;
  }

  .text-block h1,
  .text-block.h1 > * {
    margin-block: var(--font-h1--spacing);
  }

  .text-block h2,
  .text-block.h2 > * {
    margin-block: var(--font-h2--spacing);
  }

  .text-block h3,
  .text-block.h3 > * {
    margin-block: var(--font-h3--spacing);
  }

  .text-block h4,
  .text-block.h4 > * {
    margin-block: var(--font-h4--spacing);
  }

  .text-block h5,
  .text-block.h5 > * {
    margin-block: var(--font-h5--spacing);
  }

  .text-block h6,
  .text-block.h6 > * {
    margin-block: var(--font-h6--spacing);
  }

  .text-block p,
  .text-block.p > * {
    margin-block: var(--font-paragraph--spacing);
  }

  .text-block > *:first-child {
    margin-block-start: 0;
  }

  .text-block > *:last-child {
    margin-block-end: 0;
  }

  .text-block--align-center,
  .text-block--align-center > * {
    margin-inline: auto;
  }

  .text-block--align-right,
  .text-block--align-right > * {
    margin-inline-start: auto;
  }

  .text-block--background {
    background-color: var(--text-background-color);
    border-radius: var(--text-corner-radius);

    /* To avoid text being cropped when using a border radius we add a minimum padding. */
    padding-block-start: max(var(--text-padding), var(--padding-block-start, 0));
    padding-block-end: max(var(--text-padding), var(--padding-block-end, 0));
    padding-inline-start: max(var(--text-padding), var(--padding-inline-start, 0));
    padding-inline-end: max(var(--text-padding), var(--padding-inline-end, 0));
  }

  .custom-color,
  .custom-color > :is(h1, h2, h3, h4, h5, h6, p, *) {
    color: var(--color);
  }
/* END_SNIPPET:text */
