/* Minification failed. Returning unminified contents.
(16,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(30,28): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(53,28): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(79,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(90,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(110,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(130,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(162,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(174,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(277,28): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(308,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(376,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(491,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(513,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(573,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(609,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(637,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(683,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(719,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(747,21): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(775,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(789,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(844,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
(866,23): run-time error CSS1039: Token not allowed after unary operator: '-webfont-primary'
 */
/* #region =========== SEO Bar =========== */
/* #region =========== SEO Bar =========== */
@media screen and (min-width: 1px) {
  .seo-region {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .seo-region a {
    display: inline;
    background: none;
    border: 0;
    padding: 0;
    color: #222;
    text-align: left;
    text-decoration: underline;
    font-family: var(--webfont-primary, sans-serif);
  }
  .seo-region a:hover {
    text-decoration: underline;
  }
  .seo-region a:focus {
    outline: dashed 1px;
    outline-offset: 2px;
    text-decoration: underline;
  }
  .seo-region a:focus::before {
    display: none;
  }
  .shop-by-category .section-header {
    font: 16px / 20px var(--webfont-primary, sans-serif);
    color: #222;
    font-weight: 600;
    text-align: left;
    border: 0;
    padding-bottom: 16px;
    padding-top: 8px;
    margin: 0;
    text-transform: none;
    display: inline-block;
    width: 100%;
  }
  .section-seo {
    position: relative;
    float: left;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    text-align: left;
    padding: 0 1.3em 30px;
    text-align: left;
  }
  .section-seo .section-header {
    font: 16px / 20px var(--webfont-primary, sans-serif);
    color: #222;
    font-weight: 600;
    text-align: left;
    border: 0;
    padding-bottom: 16px;
    padding-top: 8px;
    margin: 0;
    text-transform: none;
  }
  .section-seo .reveal-container a {
    color: #222;
    text-decoration: underline;
  }
  .section-seo .reveal-container a:hover {
    text-decoration: underline;
  }
  .section-seo .reveal-container a:focus {
    outline: dashed 1px;
    outline-offset: 2px;
    text-decoration: underline;
  }
  .section-seo .section-seo-container {
    width: 100%;
    max-width: 1008px;
    margin: 0 auto;
    font-family: var(--webfont-primary, sans-serif);
    color: #222;
    font-size: 14px;
    line-height: 24px;
  }
  .section-seo .section-seo-container .menu-category {
    color: #222;
    float: left;
    width: 100%;
    margin: 0 0 6px 0;
    padding: 0;
    font-family: var(--webfont-primary, sans-serif);
    font-size: 16px;
    line-height: 24px;
  }
  .section-seo .section-seo-container h2 {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
  }
  .section-seo .section-seo-container b {
    color: #222;
  }
  .section-seo .section-seo-container p {
    display: inline-block;
    margin: 8px 0 0 0;
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--webfont-primary, sans-serif);
  }
  .section-seo .section-seo-container .view-more-seo-category {
    font-weight: 400;
    float: left;
    clear: both;
    display: block;
    padding: 1px;
    text-transform: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .section-seo .section-seo-container .view-more-seo-category {
    margin-left: 4px;
  }
}

@media screen and (min-width: 1px) {
  .section-seo ul li {
    font-family: var(--webfont-primary, sans-serif);
    box-sizing: border-box;
    float: left;
    line-height: 24px;
    text-align: left;
    width: 100%;
    font-size: 14px;
    padding-left: 3px;
    padding-top: 2px;
  }
  .section-seo ~ .section-seo {
    padding-top: 0;
    margin-top: 0;
    border-bottom: 0;
  }
  .section-seo ~ .section-seo .reveal-container {
    border-top: 1px solid #ccc;
    padding-top: 24px;
  }
  .section-seo ~ .section-seo .reveal-container h2 {
    margin-top: 24px;
  }
  .section-seo ~ .section-seo .reveal-container h2:first-of-type {
    margin-top: 0px;
  }
  .section-seo .section-related-searches > ul .section-header,
.section-seo .section-seo-container > ul .section-header {
    padding-top: 0;
    margin-top: 0;
  }
  .section-seo .section-related-searches > ul li,
.section-seo .section-seo-container > ul li {
    font-family: var(--webfont-primary, sans-serif);
    width: auto;
    text-align: left;
    display: inline-block;
    line-height: 1;
    box-sizing: border-box;
    float: left;
    margin: 0 8px 8px 0;
  }
  .section-seo .section-related-searches > ul li a,
.section-seo .section-seo-container > ul li a {
    color: #222;
    font-family: var(--webfont-primary, sans-serif);
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    background-color: #f0efed;
    padding: 8px 16px;
    text-decoration: none;
  }
  .section-seo .section-related-searches > ul li a:hover,
.section-seo .section-seo-container > ul li a:hover {
    text-decoration: underline;
  }
  .section-seo .section-related-searches > ul li a:focus,
.section-seo .section-seo-container > ul li a:focus {
    outline: dashed 1px;
    outline-offset: 2px;
    text-decoration: underline;
  }
  .spill-collection-mobile-container {
    background: #f0efed;
    margin-top: 20px;
  }
  .spill-collection-mobile-container .reveal-seo-container {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
  }
  .spill-collection-extend-mobile-container .section-region {
    padding-left: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .spill-collection-extend-mobile-container .reveal-seo-container {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
  }
}

/* #nedregion =========== SEO Bar =========== */
.adaptive-layout .section-seo {
  padding: 0 45px 30px 0;
}

.spategory-layout.renew .merchMenu-mobile-container,
.spategory-layout.renew .section-seo,
.super-category-layout .merchMenu-mobile-container,
.super-category-layout .section-seo,
.plp-layout .merchMenu-mobile-container,
.plp-layout .section-seo {
  padding-left: 0;
  padding-right: 0;
}

.spategory-layout.renew .merchMenu-mobile-container .section-seo-container,
.spategory-layout.renew .section-seo .section-seo-container,
.super-category-layout .merchMenu-mobile-container .section-seo-container,
.super-category-layout .section-seo .section-seo-container,
.plp-layout .merchMenu-mobile-container .section-seo-container,
.plp-layout .section-seo .section-seo-container {
  margin: 0;
  max-width: 1280px;
}

@media screen and (min-width: 768px) {
  .section-seo ~ .section-seo .reveal-container {
    border-top: 0;
    padding-top: 0;
  }
  .section-seo ~ .section-seo .reveal-container h2 {
    margin-top: 0;
  }
  .section-seo ~ .section-seo .section-seo-container {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
  .section-seo ~ .section-seo .section-seo-container .seo-related-link {
    padding: 6px 16px;
  }
  .section-seo .section-seo-container p {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
  }
  .section-seo .section-seo-container > ul {
    margin-left: -2px;
  }
  .section-seo .section-seo-container > ul li {
    width: auto;
    height: auto;
    line-height: 24px;
    margin: 0 4px 4px 0;
    padding: 0;
  }
  .section-seo .section-seo-container > ul li:first-of-type {
    margin-top: 0;
  }
  .section-seo .section-seo-container > ul li:last-child {
    margin-bottom: 0;
  }
  .section-seo .section-seo-container .section-header {
    font: 16px / 20px var(--webfont-primary, sans-serif);
    color: #222;
    font-weight: 600;
    text-align: left;
    border: 0;
    padding-bottom: 16px;
    padding-top: 8px;
    margin: 0;
    text-transform: none;
  }
}

/* #endregion =========== SEO Bar =========== */

/* #region =========== SEO Bar =========== */
@media screen and (min-width: 1px) {
  .adaptive-layout .section-seo,
.responsive-layout .section-seo {
    font-size: 14px;
    background: #fff;
    margin-top: 0;
    padding: 1.429em 1.429em 5.714em;
  }
  .adaptive-layout .section-seo h2,
.adaptive-layout .section-seo h3,
.adaptive-layout .section-seo h2.section-header,
.adaptive-layout .section-seo h3.section-header,
.responsive-layout .section-seo h2,
.responsive-layout .section-seo h3,
.responsive-layout .section-seo h2.section-header,
.responsive-layout .section-seo h3.section-header {
    font-family: var(--webfont-primary, sans-serif);
    color: #222;
    font-size: 1em;
    letter-spacing: .1em;
    line-height: 1.429em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 .5em 0;
    padding: 0;
  }
  .adaptive-layout .section-seo h2 + ul.seo-related-links,
.adaptive-layout .section-seo h3 + ul.seo-related-links,
.responsive-layout .section-seo h2 + ul.seo-related-links,
.responsive-layout .section-seo h3 + ul.seo-related-links {
    margin-top: .5em;
  }
  .adaptive-layout .section-seo ul.seo-related-links,
.responsive-layout .section-seo ul.seo-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.429em;
    width: 100%;
    margin: 1em 0;
  }
  .adaptive-layout .section-seo ul.seo-related-links li,
.responsive-layout .section-seo ul.seo-related-links li {
    margin: 0;
    padding: 0;
  }
  .adaptive-layout .section-seo ul.seo-related-links li a,
.responsive-layout .section-seo ul.seo-related-links li a {
    padding: 0;
    background: transparent;
    text-decoration: underline;
    font-weight: 400;
  }
  .adaptive-layout .section-seo ul.seo-related-links li a:focus,
.responsive-layout .section-seo ul.seo-related-links li a:focus {
    outline: 1px dotted;
  }
  .adaptive-layout .section-seo .reveal-container a,
.responsive-layout .section-seo .reveal-container a {
    color: #222;
    text-decoration: underline;
  }
  .adaptive-layout .section-seo .reveal-container a:hover,
.responsive-layout .section-seo .reveal-container a:hover {
    text-decoration: underline;
  }
  .adaptive-layout .section-seo .reveal-container a:focus,
.responsive-layout .section-seo .reveal-container a:focus {
    outline: dotted 1px;
    outline-offset: 2px;
    text-decoration: underline;
  }
  .adaptive-layout .section-seo .section-seo-container .seo-copy,
.responsive-layout .section-seo .section-seo-container .seo-copy {
    display: grid;
    gap: 2.5em 0;
  }
  .adaptive-layout .section-seo .section-seo-container .seo-copy h2,
.adaptive-layout .section-seo .section-seo-container .seo-copy h3,
.adaptive-layout .section-seo .section-seo-container .seo-copy h2.section-header,
.adaptive-layout .section-seo .section-seo-container .seo-copy h3.section-header,
.responsive-layout .section-seo .section-seo-container .seo-copy h2,
.responsive-layout .section-seo .section-seo-container .seo-copy h3,
.responsive-layout .section-seo .section-seo-container .seo-copy h2.section-header,
.responsive-layout .section-seo .section-seo-container .seo-copy h3.section-header {
    font-family: var(--webfont-primary, sans-serif);
    color: #222;
    font-size: 1em;
    letter-spacing: .1em;
    line-height: 1.429em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 .5em 0;
    padding: 0;
  }
  .adaptive-layout .section-seo .section-seo-container .seo-copy a:focus,
.responsive-layout .section-seo .section-seo-container .seo-copy a:focus {
    outline: 1px dotted;
  }
  .adaptive-layout .section-seo .section-seo-container .seo-copy p,
.adaptive-layout .section-seo .section-seo-container .seo-copy ul,
.adaptive-layout .section-seo .section-seo-container .seo-copy li,
.responsive-layout .section-seo .section-seo-container .seo-copy p,
.responsive-layout .section-seo .section-seo-container .seo-copy ul,
.responsive-layout .section-seo .section-seo-container .seo-copy li {
    margin: 0;
    padding: 0;
  }
  .adaptive-layout .section-seo .section-seo-container .seo-copy ul,
.responsive-layout .section-seo .section-seo-container .seo-copy ul {
    display: inline-grid;
    row-gap: 1.429em;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1.429em;
  }
  .adaptive-layout .section-seo .section-seo-container .seo-copy li,
.responsive-layout .section-seo .section-seo-container .seo-copy li {
    list-style-type: inherit;
  }
  .adaptive-layout .section-seo .section-seo-container .seo-copy li a,
.responsive-layout .section-seo .section-seo-container .seo-copy li a {
    display: inline-block;
  }
  .adaptive-layout .section-seo .section-seo-container .seo-copy li a:focus,
.responsive-layout .section-seo .section-seo-container .seo-copy li a:focus {
    outline: 1px dotted;
  }
  .adaptive-layout .section-seo .section-seo-container ~ .section-seo .reveal-container,
.responsive-layout .section-seo .section-seo-container ~ .section-seo .reveal-container {
    border: 0;
  }
  .adaptive-layout .section-seo .section-seo-container.related-categories,
.responsive-layout .section-seo .section-seo-container.related-categories {
    display: grid;
    justify-items: start;
    padding-bottom: 0;
    margin-bottom: -4.5em;
  }
  .adaptive-layout .section-seo .section-seo-container.related-categories .view-more-seo-category,
.responsive-layout .section-seo .section-seo-container.related-categories .view-more-seo-category {
    margin: 0.25em 0 0;
  }
  .adaptive-layout .section-seo .section-seo-container .js-reveal-toggle,
.responsive-layout .section-seo .section-seo-container .js-reveal-toggle {
    margin: 1em 0 0;
  }
  .adaptive-layout .section-seo .section-seo-container .js-reveal-toggle span,
.responsive-layout .section-seo .section-seo-container .js-reveal-toggle span {
    margin: 0;
  }
  .adaptive-layout .section-seo .section-seo-container.related-categories .view-more-seo-category:focus,
.responsive-layout .section-seo .section-seo-container.related-categories .view-more-seo-category:focus {
    outline: 1px dotted;
  }
  .adaptive-layout .section-seo .section-seo-container.related-categories .view-more-seo-category span,
.adaptive-layout .section-seo .section-seo-container .js-reveal-toggle span,
.responsive-layout .section-seo .section-seo-container.related-categories .view-more-seo-category span,
.responsive-layout .section-seo .section-seo-container .js-reveal-toggle span {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.929em;
  }
  .adaptive-layout .section-seo .section-seo-container .reveal-seo-container#mobile-container strong,
.responsive-layout .section-seo .section-seo-container .reveal-seo-container#mobile-container strong {
    font-weight: 500;
  }
  .adaptive-layout .section-seo .section-seo-container .reveal-container,
.responsive-layout .section-seo .section-seo-container .reveal-container {
    border-top: 0;
  }
  .adaptive-layout .section-seo .section-seo-container .reveal-container .reveal-content,
.responsive-layout .section-seo .section-seo-container .reveal-container .reveal-content {
    max-height: 148px;
  }
  .adaptive-layout .section-seo .section-seo-container .reveal-container .js-reveal-toggle .svg-icon-chevron-down,
.responsive-layout .section-seo .section-seo-container .reveal-container .js-reveal-toggle .svg-icon-chevron-down {
    display: none;
  }
  .adaptive-layout .section-seo .section-seo-container .reveal-container .reveal-content:after,
.responsive-layout .section-seo .section-seo-container .reveal-container .reveal-content:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -39px;
    left: 0;
    pointer-events: none;
    background-image: none;
    width: 100%;
    height: 100px;
    transition: all .05s linear;
  }
  .adaptive-layout .section-seo .section-seo-container .reveal-container .revealed-content,
.responsive-layout .section-seo .section-seo-container .reveal-container .revealed-content {
    max-height: 100%;
  }
  .adaptive-layout .section-seo .section-seo-container .revealed-content,
.adaptive-layout .section-seo .section-seo-container .reveal-content,
.responsive-layout .section-seo .section-seo-container .revealed-content,
.responsive-layout .section-seo .section-seo-container .reveal-content {
    font-family: var(--webfont-primary, sans-serif);
    font-weight: 400;
    line-height: 20px;
    color: #222;
  }
}

/* #endregion =========== SEO Bar =========== */

/* #region =========== SEO Bar =========== */
.adaptive-layout .section-seo ul.seo-related-links {
  gap: 0.714em 1.429em;
}

.adaptive-layout .section-seo ~ .section-seo {
  padding-top: 0;
}

.adaptive-layout .section-seo .section-seo-container {
  max-width: 100%;
  border-top: 0;
  padding-top: 0;
  font-family: var(--webfont-primary, sans-serif);
  font-weight: 400;
}

.adaptive-layout .section-seo .section-seo-container strong {
  font-weight: 500;
}

.adaptive-layout .section-seo .section-seo-container .spill-index-content p {
  margin-bottom: 24px;
  letter-spacing: 0;
  margin-top: 0;
}

.adaptive-layout .main-product-and-family + .section-seo .section-seo-container {
  margin: 0 auto;
  float: none;
  max-width: 1008px;
}

.adaptive-layout .section-recently-viewed-spill + .section-seo .section-seo-container .section-header {
  line-height: 1.429em;
  width: auto;
  padding-top: 0;
  padding-right: 32px;
}

/* #endregion =========== SEO Bar =========== */

/* Mobile Merch Menu Integration Display */
.merchMenu-mobile-container {
  float: left;
}

.merchMenu-mobile-container #merchMenu {
  display: block;
  border-top: none;
}

.merchMenu-mobile-container .merchMenu-column {
  background: transparent;
  float: left;
  position: relative;
  display: inline;
  height: auto;
  max-height: 500px;
  width: 50%;
}

.merchMenu-mobile-container .merchMenu-column .menu-list {
  margin: 0;
  float: left;
  list-style: none;
  padding: 16px 24px 0 0;
  position: relative;
}

.merchMenu-mobile-container .menu-category {
  color: #222;
  font-size: 14px;
  font-family: var(--webfont-primary, sans-serif);
  font-weight: 600;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 20px;
  height: auto;
  text-align: left;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-bottom: 5px;
}

.merchMenu-mobile-container .merchMenu-column .menu-list ul.menu {
  height: 146px;
  overflow: hidden;
  float: left;
  text-transform: capitalize;
}

.merchMenu-mobile-container .merchMenu-column .menu-list.active {
  z-index: 500;
  background: #f8f8f8;
  border: 1px solid #ccc;
  width: 165px;
  overflow: visible;
}

.merchMenu-mobile-container .merchMenu-column .menu-list .menu.active {
  height: auto;
}

.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > a {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--webfont-primary, sans-serif);
  letter-spacing: 0;
  padding: 2px 5px 3px 5px;
  float: left;
  clear: both;
  display: block;
  text-decoration: none;
  line-height: normal;
}

.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > a:hover {
  text-decoration: underline;
  color: #222;
}

.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > a:focus {
  outline: dotted 1px;
  outline-offset: 1px;
}

.merchMenu-mobile-container .more {
  position: relative;
  clear: both;
  float: left;
  display: block;
  z-index: 500;
  color: #222;
  font-size: 14px;
  font-family: var(--webfont-primary, sans-serif);
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 5px 0 0 5px;
  letter-spacing: 1px;
}

.merchMenu-mobile-container .more:hover {
  text-decoration: underline;
  color: #222;
}

/* Mobile Merch Menu Integration Display */
.merchMenu-mobile-container {
  float: left;
}

.merchMenu-mobile-container #merchMenu {
  display: block;
  border-top: none;
}

.merchMenu-mobile-container .merchMenu-column {
  background: transparent;
  float: left;
  position: relative;
  display: inline;
  height: auto;
  max-height: 500px;
  width: 50%;
}

.merchMenu-mobile-container .merchMenu-column .menu-list {
  margin: 0;
  float: left;
  list-style: none;
  padding: 16px 24px 0 0;
  position: relative;
}

.merchMenu-mobile-container .menu-category {
  color: #222;
  font-size: 14px;
  font-family: var(--webfont-primary, sans-serif);
  font-weight: 600;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 20px;
  height: auto;
  text-align: left;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-bottom: 5px;
}

.merchMenu-mobile-container .merchMenu-column .menu-list ul.menu {
  height: 146px;
  overflow: hidden;
  float: left;
  text-transform: capitalize;
}

.merchMenu-mobile-container .merchMenu-column .menu-list.active {
  z-index: 500;
  background: #f8f8f8;
  border: 1px solid #ccc;
  width: 165px;
  overflow: visible;
}

.merchMenu-mobile-container .merchMenu-column .menu-list .menu.active {
  height: auto;
}

.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > a {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--webfont-primary, sans-serif);
  letter-spacing: 0;
  padding: 2px 5px 3px 5px;
  float: left;
  clear: both;
  display: block;
  text-decoration: none;
  line-height: normal;
}

.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > a:hover {
  text-decoration: underline;
  color: #222;
}

.merchMenu-mobile-container .merchMenu-column .menu-list .menu-item > a:focus {
  outline: dotted 1px;
  outline-offset: 1px;
}

.merchMenu-mobile-container .more {
  position: relative;
  clear: both;
  float: left;
  display: block;
  z-index: 500;
  color: #222;
  font-size: 14px;
  font-family: var(--webfont-primary, sans-serif);
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 5px 0 0 5px;
  letter-spacing: 1px;
}

.merchMenu-mobile-container .more:hover {
  text-decoration: underline;
  color: #222;
}

@media screen and (min-width: 768px) {
  .merchMenu-desktop-container {
    margin: 0 auto;
    /*padding-left:5px;*/
    float: left;
  }
  .merchMenu-column .menu-list .menu-category {
    color: #222;
    float: left;
    width: 100%;
    letter-spacing: .08em;
    padding-top: 0;
    padding-bottom: 0;
    font-family: var(--webfont-primary, sans-serif);
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: 600;
    margin: 8px 0 0 0;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .merchMenu-column .merchMenu-desktop-container .menu-category {
    padding: 5px 0 4px 5px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--webfont-primary, sans-serif);
    line-height: 16px;
    height: auto;
    color: #222;
    text-align: left;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .merchMenu-desktop-container #merchMenu {
    display: block;
    height: auto;
    border-top: none;
    margin: 0;
  }
  .merchMenu-desktop-container .merchMenu-column {
    background: transparent;
    width: 24%;
    float: left;
    position: relative;
    display: inline;
    height: auto;
    max-height: 500px;
    margin-bottom: 30px;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list {
    margin: 0;
    float: left;
    list-style: none;
    position: relative;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list ul.menu {
    height: 124px;
    overflow: hidden;
    float: left;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list.active {
    z-index: 500;
    background: #f8f8f8;
    border: 1px solid #ccc;
    overflow: visible;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list .menu.active {
    height: auto;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list ul.menu li.menu-item {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list .menu-item > a {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--webfont-primary, sans-serif);
    line-height: 20px;
    letter-spacing: 0;
    padding: 2px 0 3px 0;
    float: left;
    clear: both;
    display: block;
    text-decoration: none;
  }
  .merchMenu-desktop-container .merchMenu-column .menu-list .menu-item > a:hover {
    text-decoration: underline;
    color: #222;
  }
  .merchMenu-desktop-container .more {
    position: relative;
    clear: both;
    float: left;
    display: block;
    color: #222;
    z-index: 500;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--webfont-primary, sans-serif);
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: .08em;
    cursor: pointer;
    text-decoration: underline;
    letter-spacing: 1px;
  }
  .merchMenu-desktop-container .more:hover {
    text-decoration: underline;
    color: #222;
  }
}
