/** Shopify CDN: Minification failed

Line 18:52 The "+" operator only works if there is whitespace on both sides
Line 18:166 The "+" operator only works if there is whitespace on both sides

**/
/* Late parity overrides that must win section-loaded CSS in body order. */

.header-language a {
  align-items: center;
  display: flex;
}



/* Collection sort parity rules that must override component-facets defaults. */
.section--collection .sorting .facet-filters__field:hover .button.button--secondary:after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width)+ var(--border-offset))rgba(var(--color-button-text),var(--border-opacity)),0 0 0 calc(var(--buttons-border-width)+ 1px)rgba(var(--color-button),var(--alpha-button-background));
}

.section--collection .sorting .facet-filters__label {
  font-family: ff-good-web-pro;
  text-transform: uppercase;
  margin-right: 0;
  z-index: 1;
  pointer-events: none;
  color: #000;
  font-weight: 700;
}

.section--collection .sorting .select {
  position: inherit;
  top: 0;
  right: 2px;
  bottom: 2px;
  left: 10px;
}

.section--collection .sorting .select svg {
  display: block;
}

/* Footer parity rules that must override section-loaded footer asset. */
.footer-block__details-content {
  column-count: 1;
}

.footer-block__details-content > li .list-menu__item--link.h5 {
  color: #f2f3f1;
  font-weight: 400;
  font-family: ff-good-web-pro;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.footer-block__details-content > li ul li .list-menu__item {
  font-weight: 400;
}

.footer-block--menu h5 {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
}

.footer-block__details-content > li .list-menu__item--link.h5:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .footer-block__details-content > li .list-menu__item--link.h5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

/* Refactor target: styles/wick--footer.scss (footer legal links). */
.footer__content-bottom .footer__column--info .footer__copyright ul li a {
  border-left: none;
}

/* Refactor target: styles/wick--page.scss (careers alternate block counter). */
@media only screen and (max-width: 767px) {
  .career-alternate-wrapper .alter-block-counter {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 45px;
    margin-bottom: 25px;
  }
}

/* Refactor target: styles/wick--page.scss (inner page banner mobile sizing). */
@media screen and (max-width: 767px) {
  .inner-page-banner .banner-image {
    min-height: 512px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Refactor target: styles/wick.scss (mobile global header spacing). */
@media only screen and (max-width: 767px) {
  .header {
    padding-bottom: 7px;
  }
}

/* Refactor target: styles/wick.scss (mobile heading scale). */
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 4.5rem;
    letter-spacing: 0;
  }
}

/* Refactor target: styles/wick--footer.scss (footer logo size on mobile). */
@media screen and (max-width: 991px) {
  .col-logo img {
    width: auto;
    max-width: 140px;
  }
}

/* Refactor target: styles/wick--footer.scss (mobile footer accordion behavior). */
@media screen and (max-width: 991px) {
  .footer-block__details-content {
    display: none;
  }

  .footer-block .mobile-toggler {
    position: relative;
  }

  .footer-block .mobile-toggler:before,
  .footer-block .mobile-toggler:after {
    content: "";
    position: absolute;
    background-color: rgb(var(--color-foreground));
    transition: transform 0.25s ease-out;
  }

  .footer-block .mobile-toggler:before {
    top: 50%;
    right: 10px;
    width: 3px;
    height: 11px;
    margin-top: 0;
    transform: translateY(-50%);
  }

  .footer-block .mobile-toggler:after {
    top: 50%;
    right: 6px;
    width: 11px;
    height: 3px;
    transform: translateY(-50%);
  }

  .footer-block .mobile-toggler.toggled:before {
    transform: rotate(90deg);
  }

}

/* Automated parity sync (repo_main baseline) for Batch 1 global/footer regressions. */
/* Refactor target: styles/wick.scss (slick arrow controls). */
.slick-arrow {
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  background: #fcfcfcb3;
  z-index: 1;
  height: 60px;
}

.slick-arrow:hover {
  background: #fcfcfcb3;
}

.slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  color: #555;
  font-size: 38px;
  opacity: 1;
}

.slick-arrow.slick-disabled {
  background: transparent;
  pointer-events: none;
}

.announcement-bar-slide .slick-arrow {
  background: transparent;
  width: 20px;
  height: 20px;
}

.announcement-bar-slide .slick-arrow:hover {
  background: transparent;
}

.announcement-bar-slide .slick-arrow:before {
  font-size: 12px;
}

/* Refactor target: styles/wick.scss (header + mobile heading parity). */
.header {
  z-index: 9;
  position: relative;
}

.header__icon--cart,
.header__search {
  margin-top: -8px;
  margin-bottom: -8px;
}

.header__icon.header__icon--cart {
  margin-right: -6rem;
  overflow: visible;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -1px;
}

@media screen and (max-width: 991px) {
  .header > * {
    flex-basis: 0;
    flex-grow: 1;
  }

  .header > *.header__icons {
    width: auto !important;
    justify-content: flex-end;
  }

  .footer-block {
    padding-top: 0.2rem;
  }
}

@media only screen and (max-width: 1199px) {
  .header__inline-menu ul li .header__menu-item {
    padding-right: 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .header__inline-menu ul li .header__menu-item {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 4.5rem;
    letter-spacing: 0;
  }
}

/* Refactor target: styles/wick--page.scss (inner page banner + careers mobile parity). */
@media only screen and (max-width: 767px) {
  .inner-page-banner .banner-image {
    min-height: 512px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .career-alternate-wrapper .alter-block-counter {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 45px;
    margin-bottom: 25px;
  }
}

/* Refactor target: styles/wick--footer.scss (mobile accordion, legal row, logo/guarantee spacing). */
.footer-block__details-content {
  -moz-column-count: 2;
  -moz-column-gap: 2rem;
  column-count: 1;
  column-gap: 2rem;
}

.footer-block__details-content > li {
  display: inline-block;
  width: 100%;
  position: relative;
}

.footer-block__details-content > li .list-menu__item--link.h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
}

.footer-block__details-content > li ul {
  padding-left: 0.5rem;
  margin-bottom: 2rem;
}

.footer__content-bottom {
  padding: 0 0 100px;
}

.footer__content-bottom .footer__column--info .footer__copyright {
  justify-content: center;
}

.footer__content-bottom .footer__column--info .footer__copyright ul,
.footer__content-bottom .footer__column--info .footer__copyright p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.footer__content-bottom .footer__column--info .footer__copyright ul {
  position: relative;
}

.footer__content-bottom .footer__column--info .footer__copyright ul li a {
  color: #f2f3f1;
  font-weight: 400;
  font-family: ff-good-web-pro;
  border-left: none;
}

.footer__content-bottom .footer__column--info .footer__copyright ul li a:hover {
  text-decoration: none;
}

.footer-block--newsletter p.h2 {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: ff-good-web-pro;
  font-weight: 500;
}

.footer-block--newsletter p.h2 img {
  width: 30px;
  margin-right: 10px;
}

.social-icons {
  padding-bottom: 60px;
}

.footer__blocks-wrapper {
  padding-bottom: 80px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .footer-block__details-content {
    display: none;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }

  .footer-block__details-content.active {
    display: block;
  }

  .footer-block .mobile-toggler {
    position: relative;
    display: block;
  }

  .footer-block .mobile-toggler:before,
  .footer-block .mobile-toggler:after {
    content: "";
    position: absolute;
    background-color: rgb(var(--color-foreground));
    transition: transform 0.25s ease-out;
  }

  .footer-block .mobile-toggler:before {
    top: 50%;
    right: 10px;
    width: 3px;
    height: 11px;
    margin-top: 0;
    transform: translateY(-50%);
  }

  .footer-block .mobile-toggler:after {
    top: 50%;
    right: 6px;
    width: 11px;
    height: 3px;
    transform: translateY(-50%);
  }

  .footer-block .mobile-toggler.toggled:before {
    display: none;
  }

  .footer-block__details-content > li .mobile-toggler + ul {
    max-height: 0;
    opacity: 0;
    transform: translateY(50%);
    overflow: hidden;
    margin-bottom: 0;
  }

  .footer-block__details-content > li .mobile-toggler.toggled + ul {
    animation: flipdown 0.5s ease both;
    opacity: 1;
    max-height: 800px;
    transform: translate(0);
  }

  .col-logo {
    text-align: center;
    margin: 2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__content-bottom {
    padding: 0 0 60px;
  }

  .footer__content-bottom .footer__column--info .footer__copyright ul:after {
    background: transparent;
  }

  .footer__copyright ul.copyright__content.list-menu.list-menu--inline {
    display: block;
    text-align: left;
  }

  .footer-block--newsletter p.h2 {
    text-align: left;
  }

  .footer__blocks-wrapper {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

/* Refactor target: styles/wick--footer.scss (remaining automated parity sync). */
@media screen and (min-width: 992px) {
  .footer:before,
  .footer__content-bottom:before {
    right: 8rem;
    left: 8rem;
  }
}

@media screen and (max-width: 991px) {
  .footer:before {
    display: none;
  }

  .footer-block--menu h5 {
    margin: 10px 0;
  }
}

.footer-block__newsletter .newsletter-form .field__input::-moz-placeholder {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .footer-block__newsletter p {
    margin: auto auto 15px;
  }

  .footer.section-footer-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Batch 2 automated parity sync (repo_main baseline). */

/* Refactor target: styles/wick--collection.scss */
.section--collection .sorting .facet-filters__field:hover .button.button--secondary:after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button),var(--alpha-button-background));
}

.mobile-facets__inner .mobile-facets__main .mobile-facets__details .noUi-handle:after,.mobile-facets__inner .mobile-facets__main .mobile-facets__details .noUi-handle:before {
  display: none;
}

.mobile-facets__inner .mobile-facets__main .mobile-facets__list.custm-color .list-menu__item {
  flex: inherit;
}

.mobile-facets__main .mobile-facets__summary span {
  font-weight: 500;
  font-family: ff-good-web-pro;
  font-size: 16px;
  color: #000;
}

.mobile-facets__header-inner .mobile-facets__heading {
  font-weight: 700;
  font-family: Gilroy;
  color: #000;
}

.section--collection .sorting .facet-filters__label {
  font-family: ff-good-web-pro;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}


/* Refactor target: styles/wick--page.scss */
.page--proprogram {
  background: #f3f3f1;
}

.page--proprogram .row {
  --bs-gutter-x: 0rem;
}

.page--proprogram .field.field--heading {
  display: block;
}

.page--proprogram .block.block--whitebg {
  padding: 30px;
  margin-bottom: 30px;
  background: rgb(var(--color-background));
}

.page--proprogram .block .button {
  width: auto;
}

.sidebar--proprogram .banner {
  height: 100%;
}

.sidebar--proprogram .banner__content {
  display: block;
  padding: 75px 100px;
}

.page--proprogram .banner__media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page--proprogram .banner__content {
  position: relative;
}

.page--proprogram hr {
  margin-bottom: var(--bs-gutter-y);
}

.field.field--heading hr {
  margin-top: 0;
  margin-bottom: 2rem;
}

.page--proprogram hr+.col-md-full {
  margin-top: 2rem;
}

.page--proprogram .error {
  font-size: 12px;
  color: #c04f35;
}

.page--proprogram .input_error {
  background: #f9f0ee;
}

.page--proprogram .field:has(.input_error):after {
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(192,79,53,var(--inputs-border-opacity));
}

.field.field_type--radio:before,.field.field_type--radio:after,.field.field_type--checkbox:before,.field.field_type--checkbox:after,.field.field--fileinput:before,.field.field--fileinput:after {
  display: none;
}

.field.field--fileinput .field__input {
  padding: 2rem 0 2.5rem 0;
}

.field.field--fileinput .field__input~.field__label {
  left: 0;
}

.field.field--fileinput input[type=file]::file-selector-button {
  background: #fff;
  border: 1px solid #b8bebb;
  border-radius: 10px;
  color: #000;
  font-size: 12px;
  padding: 4px 8px;
}

.field.field_type--radio.field--buttons fieldset,.field.field_type--checkbox fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.field.field_type--radio fieldset,.field.field_type--checkbox fieldset {
  width: 100%;
  border: none;
  padding: 0;
}

.field.field_type--radio.field--buttons fieldset>label {
  flex: 1 0 calc(50% - 15px);
  border: 1px solid #CCC;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
}

.field.field_type--checkbox fieldset>label {
  flex: 1 0 calc(50% - 15px);
}

.field.field_type--radio:not(.field--buttons) fieldset>label,.field.field_type--checkbox:not(.field--buttons) fieldset>label {
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.field.field_type--radio:not(.field--buttons) fieldset>label:last-of-type,.field.field_type--checkbox:not(.field--buttons) fieldset>label:last-of-type {
  margin-bottom: 0;
}

.field.field_type--radio:not(.field--buttons) fieldset>label:before,.field.field_type--checkbox:not(.field--buttons) fieldset>label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border: 2px solid #b8bebb;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.field.field_type--radio fieldset>label img,.field.field_type--checkbox fieldset>label img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.field.field_type--radio .field__label,.field.field_type--checkbox .field__label {
  position: relative;
  top: 0;
  left: 0;
  font-family: Gilroy;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .025rem;
  color: #000;
  margin-bottom: 1.05rem;
}

.field.field_type--radio input,.field.field_type--checkbox input {
  display: none;
}

.field.field_type--radio.field--buttons input:checked+label,.field.field_type--checkbox.field--buttons input:checked+label {
  background-color: #000;
  color: #fff;
}

.field.field_type--radio.field--buttons input:checked+label img,.field.field_type--checkbox.field--buttons input:checked+label img {
  filter: invert(1);
}

.field.field_type--radio:not(.field--buttons) input:checked+label:before,.field.field_type--checkbox:not(.field--buttons) input:checked+label:before {
  background: #00745a;
  border-color: #00745a;
}

.field.field_type--radio:not(.field--buttons) input+label:after,.field.field_type--checkbox:not(.field--buttons) input+label:after {
  content: "";
  display: none;
  position: absolute;
  left: 6px;
  top: 4px;
  transform: rotate(45deg);
  height: 10px;
  width: 6px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.field.field_type--radio:not(.field--buttons) input:checked+label:after,.field.field_type--checkbox:not(.field--buttons) input:checked+label:after {
  display: block;
}

.field.field_type--select .field__input {
  padding: 1.8rem 1.5rem .4rem 2rem;
  background: #f2f3f1;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #ccc;
}

.steps {
  flex-wrap: wrap;
}

.steps .error {
  flex: 0 0 100%;
  margin-top: 15px;
}

pre {
  white-space: pre-wrap;
  display: block;
  background: #e4e4e4;
  border-left: 10px solid #ffeb30;
  letter-spacing: .5px;
  font-size: 10pt;
  color: #000;
}

pre code {
  display: block;
  padding: 0 10px;
}

.button.button--copy {
  font-size: 12px;
  border-radius: 0;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.page--proprogram-codes {
  border: 1px solid #e4e4e4;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.section--codebuilder .conditional_display.hidden {
  display: block !important;
  border: 1px solid #ebebeb;
  padding: 5px 10px;
  background: #f9f9f9;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.field.field_type--select .field__input:focus {
  outline: none;
  box-shadow: none;
}

.field.field--checkbox .field__input,.field.field--fileinput .field__input {
  background: none;
  border: none;
}

.field.field--checkbox input:not(:placeholder-shown)+label {
  position: relative;
  pointer-events: all;
}

.field.field--checkbox .field__input {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}


/* Refactor target: styles/wick--article-card.scss */
.card-wrapper .article-card .article-card__image-wrapper .media:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .3;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.blog-card-wrapper .blog-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 0 90%;
  text-align: right;
  border-radius: 3px;
  position: relative;
}

.blog-card-wrapper .blog-card .tags-main {
  position: absolute;
  right: 0;
}

.blog-card-wrapper .blog-card-content {
  display: flex;
}

.blog-card-wrapper .blog-card-content .blog-title-wrap {
  width: 80%;
}

.blog-card-wrapper .blog-card-content .read-time {
  width: 20%;
}

.blog-card-wrapper .blog-card-content h2 {
  font-size: 24px;
  color: #000;
  float: left;
  margin: 0;
  padding-top: 15px;
  line-height: 30px;
  width: 100%;
}

.blog-card-wrapper .blog-card-content span {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-top: 20px;
  text-align: right;
}

.blog-card-wrapper .blog-card .tag-style {
  font-size: 15px;
  color: #000;
  background-color: #fff;
  text-align: right;
  padding: 13px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 400;
  margin-right: 20px;
  text-transform: capitalize;
}

.blog-card-wrapper {
  margin-bottom: 70px;
  margin-top: 110px;
}

.blog-card-wrapper .row {
  --bs-gutter-x: 7.5rem;
  --bs-gutter-y: 5.5rem;
}

.blog-card-wrapper .button-text {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
}

.blog-card-wrapper .button-text a {
  background: #fff;
  padding: 0;
  border-radius: 50px;
  text-decoration: none;
  border: solid 2px black;
  display: inline-block;
  width: 146px;
  height: 40px;
  line-height: 38px;
}

.blog-card-wrapper .button-text a:hover {
  background-color: #000;
  color: #fff;
}

.blog-title h2 {
  text-align: center;
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.blog-bar .search-box {
  width: 350px;
  position: relative;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-bar .search-input {
  width: 100%;
  font-size: 16px;
  padding: 15px 45px 15px 15px;
  background-color: #eaeaeb;
  color: #000;
  border-radius: 0;
  border: none;
  outline: none;
}

.blog-bar .search-btn {
  background-color: transparent;
  font-size: 18px;
  padding: 6px 9px;
  margin-left: -45px;
  border: none;
  color: #6c6c6c;
  transition: all .4s;
  z-index: 1;
}

.log-card-wrapper a {
  text-decoration: none;
}

.blog-title .blog-bar {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.blog-list ul {
  text-align: right;
  padding: 0;
}

.blog-list ul li {
  list-style: none;
  display: inline-block;
  text-align: right;
  margin: 0 8px;
}

.blog-list ul li a {
  font-size: 18px;
  padding: 0 10px 5px;
  text-decoration: none;
  text-transform: capitalize;
}

.blog-list .active a,.blog-list ul li a:hover {
  border-bottom: 2px #d6462b solid;
}

.blog-bar .search-input:focus-visible {
  box-shadow: none;
}

.blog-bar .search-btn i {
  font-weight: 400;
}

.blog-card-wrapper a {
  text-decoration: none;
}

.icon-blog-mobile,.blog-list-menu-close {
  display: none;
}

@media only screen and (max-width:1320px) {
  .blog-card-wrapper .row {
    --bs-gutter-x: 3.5rem;
  }
}

@media only screen and (max-width:1320px) {
  .blog-card-wrapper .blog-card-content .blog-title-wrap {
    width: 75%;
  }
}

@media only screen and (max-width:1320px) {
  .blog-card-wrapper .blog-card-content .read-time {
    width: 25%;
  }
}

@media only screen and (max-width:1225px) {
  .blog-card-wrapper .blog-card-content h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width:1225px) {
  .blog-card-wrapper .blog-card-content span {
    font-size: 14px;
  }
}

@media only screen and (max-width:991px) {
  .blog-list ul li a {
    font-size: 16px;
  }
}

@media only screen and (max-width:991px) {
  .blog-card-wrapper {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

@media only screen and (max-width:991px) {
  .collection-hero.banner.banner-type--blog {
    padding: 50% 0;
  }
}

@media only screen and (max-width:991px) {
  .banner--desktop-transparent .banner_links {
    margin-top: 40px;
  }
}

@media only screen and (max-width:991px) {
  .collection-hero--with-image .collection-hero__title {
    margin: 0;
    padding-bottom: 30px;
    color: #fff;
  }
}

@media only screen and (max-width:991px) {
  .banner__box>*:first-child {
    color: #fff;
  }
}

@media only screen and (max-width:991px) {
  .blog-card-wrapper .blog-card-content h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (max-width:991px) {
  .blog-list ul li {
    margin: 0;
  }
}

@media only screen and (max-width:991px) {
  .blog-bar .aa-MainContainer {
    min-width: 250px !important;
  }
}

@media only screen and (max-width:767px) {
  .blog-title .blog-bar {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width:767px) {
  .blog-list ul {
    text-align: left;
    padding-left: 0;
  }
}

@media only screen and (max-width:767px) {
  .blog-card-wrapper .blog-card-content h2 {
    line-height: 27px;
  }
}

@media only screen and (max-width:767px) {
  .collection-hero.banner .banner__content {
    padding: 0 33px;
    flex-wrap: wrap;
    align-self: flex-end;
  }
}

@media only screen and (max-width:767px) {
  .collection-hero.banner .banner__content .banner__box {
    padding: 15px 0;
    text-align: left;
  }
}

@media only screen and (max-width:767px) {
  .blog-bar .search-box {
    width: 334px;
  }
}

@media only screen and (max-width:767px) {
  .blog-title h2 {
    font-size: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width:767px) {
  .blog-card-wrapper .button-text {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width:767px) {
  .blog-card-wrapper {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width:767px) {
  .blog-card-wrapper .row {
    --bs-gutter-y: 2.5rem;
  }
}

@media only screen and (max-width:767px) {
  .blog-bar .aa-MainContainer {
    min-width: calc(100% - 60px) !important;
  }
}

@media only screen and (max-width:767px) {
  .icon-blog-mobile {
    display: block;
    width: 60px;
    text-align: right;
  }
}

@media only screen and (max-width:767px) {
  .icon-blog-mobile svg.icon.icon-hamburger {
    width: 25px;
  }
}

@media only screen and (max-width:767px) {
  .blog-list.blog-menu-mobile-list {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 555;
    width: 100%;
    background: #fff;
    transition: all .4s;
  }
}

@media only screen and (max-width:767px) {
  .blog-list.blog-menu-mobile-list.active {
    right: 0;
  }
}

@media only screen and (max-width:767px) {
  .blog-list.blog-menu-mobile-list ul {
    margin: 0;
    padding: 40px 10px;
  }
}

@media only screen and (max-width:767px) {
  .blog-list.blog-menu-mobile-list ul li {
    display: block;
    text-align: left;
    padding: 7px;
  }
}

@media only screen and (max-width:767px) {
  .blog-list-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
  }
}

@media only screen and (max-width:767px) {
  .blog-list-menu-close svg {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width:576px) {
  .blog-bar .search-input {
    width: 90%;
  }
}

.card-wrapper .article-card .article-card__image-wrapper .media img {
  -o-object-fit: cover;
}


/* Refactor target: styles/wick--cart.scss */
.grid__item_note .cart__note textarea:not(:-moz-placeholder-shown)+label {
  opacity: 0;
}


/* Refactor target: styles/wick--cart-drawer.scss */
.cart-drawer .quantity:after {
  box-shadow: 0 0 0 1px var(--neutral-granite);
}

.totals>p.h2,.totals__subtotal-value {
  font-size: 2rem;
  line-height: 2.5rem;
  color: var(--neutral-granite);
  font-weight: 800;
}

.cart-drawer .cart-items .cart-item__remove .button:hover {
  color: #000;
}


/* Refactor target: styles/wick--component-card.scss */
.card-information__variants .card-information__variant-image .media:before {
  float: left;
  padding-top: 150%;
  content: "";
}

.card-information__variants .card-information__variant-image .media:after {
  display: block;
  content: "";
  clear: both;
}

.wx-hide-swatches .information__variant-wrapper {
  min-height: auto;
}

.information__variant-price .price {
  color: #000;
}

.card-information .plp-custom-swatches label {
   margin: 5px 10px 5px 0 !important;
   padding: 5px;
   cursor: pointer;
   font-size: 0;
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 0 !important;
}


/* Refactor target: styles/wick--collection.scss (substantive changed values). */
.mobile-facets__header-inner .mobile-facets__heading {
  font-size: 20px;
}

.section--collection .sorting .select {
  position: inherit;
  top: 0;
  left: 10px;
}

.section--collection .sorting .select svg {
  display: block;
}


/* Refactor target: styles/wick--blog.scss (substantive changed values). */
.blog-articles {
  grid-gap: 13rem 5rem;
  grid-template-columns: 1fr 1fr 1fr;
}


/* Refactor target: styles/wick--component-card.scss (substantive changed values). */
.information__variant-wrapper {
  min-height: 5rem;
  padding-bottom: 0rem;
margin-bottom:0;
}

.information__variant-price .price {
  font-weight: 400;
}

/* Refactor target: styles/wick--product-features.scss (Firefox column parity). */
.features__content .product-technology__heading {
  -moz-column-span: all;
}

.features__images .features__media-list li {
  -moz-column-break-inside: avoid;
}

@media screen and (min-width: 992px) {
  .features__content {
    -moz-columns: 20rem 2;
    -moz-column-gap: 4rem;
  }

  .features__images .features__media-list {
    -moz-columns: 2;
    -moz-column-gap: 2.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .features__images .features__media-list {
    -moz-columns: 3;
  }
}

@media screen and (max-width: 991px) {
  .features__images .features__media-list.slider {
    -moz-column-gap: var(--grid-mobile-horizontal-spacing);
  }
}

/* Refactor target: styles/wick--product.scss (variant label sizing/state, product media parity). */

/* scope to product only, overriding product card */
.product.product--medium {
   margin-top: 22px;
   padding-left: 12px;
}



.product .product-form__input {
  margin-bottom: 3rem;
}

.product .product-form__input.product-form__input-size {
  margin-bottom: 1rem;
}
.product .product-form__input input[type=radio] + label {
  border-radius: 0;
  border: 1px solid #e6e7e6;
  margin: 0 8px 8px 0;
  font-size: 1.8rem;
  text-transform: uppercase;
  background: #e6e7e6;
  color: #000;
}

.product .product-form__input input[type=radio] + label.variant_label--color__image {
  border: 1px solid rgba(0,0,0,0);
  background-color: var(--neutral-grey);
}

.product .product-form__input input[type=radio] + label.variant_label--color__pattern {
  margin-right: 0.5rem;
}

.product .product-form__input input[type=radio] + label.variant_label--color__pattern:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 100%;
}

.product .product-form__input input[type=radio] + label:hover {
  border-color: var(--brand-mountain_blue);
  border: 1px solid #000;
}

.product .product-form__input input[type=radio] + label:hover:before {
  border-color: var(--brand-glacier);
}

.product .product-form__input input[type=radio]:checked + label {
  border-color: var(--neutral-disabled_gray);
  border-color: #000;
  background: #000;
  color: #fff;
}

.product .product-form__input input[type=radio]:checked + label.variant_label--color__pattern:before {
  border-color: var(--brand-mountain_blue);
}

.product .product-form__input input[type=radio]:checked + label.variant_label--color__image {
  border-width: 1px;
  background-color: var(--neutral-cloud);
}

.product .product-form__input input[type=radio].disabled + label {
  color: #000;
}

.product .product-form__input input[type=radio].disabled + label:hover {
  border-color: var(--neutral-disabled_gray);
}

.product .product-form__input input[type=radio].disabled + label.variant_label--color__pattern {
  opacity: 0.3;
}

.product .product-form__input input[type=radio].disabled:checked + label {
  background: var(--neutral-disabled_gray);
  color: rgb(var(--color-foreground));
}


.product__media-wrapper .product__media.media>img {
   -o-object-fit: cover;
   object-fit: cover;
}


.product .price-item--regular {
   font-family:Gilroy;
   font-weight: 800 !important;
}


/* Refactor target: styles/wick--product.scss (rating table parity). */
.main-rating {
  display: flex;
  width: 100%;
  align-items: center;
}

.main-rating .drop-icon {
  width: 6%;
  display: flex;
}

.main-rating .drop-icon img {
  height: auto;
}

.main-rating .rating-table {
  background-color: #e0e0e0;
  width: 94%;
  height: 19px;
  border: none;
}

.main-rating .rating-table .rating-item {
  border-right: 2px solid #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  height: 19px;
  line-height: 19px;
  font-family: Gilroy;
  color: #000;
}

.main-rating .rating-table .rating-item:last-child {
  border-right: none;
}

.main-rating .rating-table .rating-item.rating-item__current {
  background: #000;
  color: rgb(var(--color-background));
}

@media screen and (max-width: 1650px) {
   .main-rating .rating-table .rating-item {
      font-size: 7px;
   }
}

@media screen and (max-width: 1420px) {
   .main-rating .rating-table .rating-item {
      font-size: 6px;
   }
}

@media screen and (max-width: 500px) {
   .main-rating .rating-table .rating-item {
      font-size: 5px;
   }
}

/* Auto-generated parity quarantine (LATE) from semantic diff report */
/* Generated: 2026-03-07T22:17:02.781Z */

.button.animate.success:before {
  transform: translate(-50%,-50%) rotate(0) scale(0);
}



.tablesorter-headerAsc .tablesorter-header-inner:after,.tablesorter-headerDesc .tablesorter-header-inner:after {
  top: 0;
}

#orders button {
  margin-top: 0;
}

@media screen and (max-width:1600px) {
  .collection-hero.banner--medium:not(.banner--adapt).banner-type--article {
    min-height: 60rem;
  }
}

@media screen and (max-width: 991px) {
   .collection-hero.banner--medium:not(.banner--adapt).banner-type--article {
      min-height: 30rem;
   }
}

@media screen and (max-width:750px) {
  .banner__content.banner__content--bottom-left {
    position: inherit;
  }
}

@media screen and (max-width:767px) {
  .banner__content ul li a {
    margin-bottom: 0;
  }
}

@media screen and (max-width:767px) {
  .banner__content.banner__content--bottom-left {
    transform: inherit;
  }
}

@media screen and (max-width:767px) {
  .collection-hero .desktop_banner {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .collection-hero .mobile_banner {
    display: block !important;
  }
}

@media screen and (max-width:767px) {
  .collection-hero__title {
    font-size: 30px;
  }
}

@media screen and (max-width:767px) {
  .collection-hero.collection-hero--with-image.banner-type--collection:after {
    background: var(--brand-deep_mountain);
    opacity: 1;
  }
}

@media screen and (max-width:767px) {
  .custom-logo-links ul li {
    margin-bottom: 30px;
    padding: 0 8px;
  }
}

@media screen and (max-width:767px) {
  .custom-logo-links ul li a img {
    width: 20%;
  }
}

@media screen and (max-width:767px) {
  .custom-logo-links ul li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width:767px) {
  .join-text {
    margin: inherit;
    padding-top: 30px;
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  .join-text p {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  .product-technology {
    margin-top: 70px;
  }
}

@media screen and (max-width:767px) {
  .product-technology.section-template--19925728395547__16606791497d6b920f-padding {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width:767px) {
  .slick-dotted.slick-slider {
    padding-bottom: 0;
  }
}

@media screen and (max-width:767px) {
  .stretch-technology-slider .d-flex {
    padding: 0 20px;
  }
}

@media screen and (max-width:991px) {
  .blog-filter__trigger+input:checked+ul li:nth-child(1) {
    animation: rotateX .3s 60ms ease-in-out forwards;
  }
}

@media screen and (max-width:991px) {
  .blog-filter__trigger+input:checked+ul li:nth-child(2) {
    animation: rotateX .3s .12s ease-in-out forwards;
  }
}

@media screen and (max-width:991px) {
  .blog-filter__trigger+input:checked+ul li:nth-child(3) {
    animation: rotateX .3s .18s ease-in-out forwards;
  }
}

@media screen and (max-width:991px) {
  .blog-filter__trigger+input:checked+ul li:nth-child(4) {
    animation: rotateX .3s .24s ease-in-out forwards;
  }
}

@media screen and (max-width:991px) {
  .blog-filter__trigger+input:checked+ul li:nth-child(5) {
    animation: rotateX .3s .3s ease-in-out forwards;
  }
}

@media screen and (max-width:991px) {
  .blog-filter__trigger+input:checked+ul li:nth-child(6) {
    animation: rotateX .3s .36s ease-in-out forwards;
  }
}

@media screen and (max-width:991px) {
  .product-technology .row>[class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Auto-generated parity quarantine (LATE) from semantic diff report */
/* Generated: 2026-03-07T22:20:44.005Z */

.bis-main:not(.hidden)+.bis-success {
  display: none;
}

.button.button--secondary.product-form__bis {
  border-radius: 5px;
  font-family: Gilroy;
  font-weight: 900;
  height: 60px;
  letter-spacing: 0;
  padding: 0;
  text-transform: capitalize;
}

.button.button--secondary.product-form__bis:after {
  border-radius: 5px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) var(--buttons-secondary-text),0 0 0 var(--buttons-border-width) var(--buttons-secondary-text);
}

.button.button--secondary.product-form__bis:hover {
  background: #e6e7e6;
}

.information__variant-wrapper {
  min-height: 5.6rem;
}

.modal-bis__toggle {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 15px;
}

.modal-bis__toggle .icon {
  width: 20px;
}

.product-form__buttons .button:after {
  box-shadow: none;
}

.product-form__input input[type=radio]:checked+label {
  background: #000;
  border-color: #000;
  color: #fff;
}

.product-form__input input[type=radio]:checked+label.variant_label--color__pattern:before {
  border-color: var(--brand-mountain_blue);
}

.product-form__input input[type=radio].disabled+label {
  color: #000;
}

.product-form__input input[type=radio]+label {
  background: #e6e7e6;
  border: 1px solid #e6e7e6;
  color: #000;
  margin: 0 8px 8px 0;
}

.product-form__input input[type=radio]+label:hover:before {
  border-color: var(--brand-glacier);
}

.product-form__input input[type=radio]+label.variant_label--color__image:hover,
.product-form__input input[type=radio]+label:hover,
.product .product-form__input input[type=radio]+label.variant_label--color__image:hover {
  border-color:transparent !important;
}


.product-form__input input[type=radio]+label.variant_label--color__pattern:before {
  border: 1px solid rgba(0,0,0,0);
  border-radius: 100%;
  bottom: -5px;
  content: "";
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px;
}

.product-form__input-size .d-flex {
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}

.product-form__input-size .d-flex .fit-size span {
  color: #000;
}

.product-form__input.product-form__input-size {
  margin-bottom: 1rem;
}

.product-popup-modal__content.product-popup-bis_modal__content {
  background-color: __LIQUID_VALUE__;
  height: auto;
  margin-top: 0;
  max-width: 500px;
  padding: 2rem 3rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}

.product-popup-modal__content.product-popup-bis_modal__content .bis-description.bis-legal p {
  font-size: smaller;
}

.product-popup-modal__content.product-popup-bis_modal__content .bis-main>*:first-child {
  margin-top: 0;
}

.product-popup-modal__content.product-popup-bis_modal__content .button {
  width: 100%;
}

.product-popup-modal__content.product-popup-bis_modal__content .button:after {
  box-shadow: none;
}

.product-popup-modal__content.product-popup-bis_modal__content form+modal-closer {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.product-popup-modal__content.product-popup-bis_modal__content h5,.product-popup-modal__content.product-popup-bis_modal__content .bis-form>* {
  margin: 0 0 2rem 0;
}

.product-popup-modal__content.product-popup-bis_modal__content hr {
  margin: 1rem 0 1.5rem;
}

.product-popup-modal__content.product-popup-bis_modal__content modal-closer {
  cursor: pointer;
  display: block;
  width: 100%;
}

.product-popup-modal__content.product-popup-bis_modal__content modal-closer .link {
  color: rgb(var(--color-foreground));
  display: block;
}

.sidebar__inner a#BIS_trigger {
  background-color: #e7e7e7;
  border-radius: 5px;
  color: #343434;
  font-family: Gilroy;
  font-weight: 900;
  height: 60px;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding: 0;
  text-transform: capitalize;
  width: 100%;
}

.sidebar__inner a#BIS_trigger:after {
  box-shadow: none;
}

.sidebar__inner a#BIS_trigger:hover {
  background-color: #343434;
  color: #ffeb30;
}

.sidebar__inner a#BIS_trigger:hover:before {
  border: none;
}

@media screen and (max-width:1420px) {
  .rating-table .rating-item {
    font-size: 6px;
  }
}

@media screen and (max-width:1650px) {
  .rating-table .rating-item {
    font-size: 7px;
  }
}

@media screen and (max-width:480px) {
  .product__media-wrapper ul li .pdp-info-model {
    font-size: 10px;
    padding: 7px 10px;
  }
}

@media screen and (max-width:500px) {
  .rating-table .rating-item {
    font-size: 5px;
  }
}

@media screen and (max-width:500px) {
  .sidebar__inner #pwr-snippets {
    top: 26px;
  }
}

@media screen and (max-width:576px) {
  .product__title .h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width:767px) {
  .custom-mobile-slider {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .custom-mobile-slider .product__media-item {
    padding-right: 15px;
  }
}

@media screen and (max-width:767px) {
  .custom-mobile-slider .product__modal-opener--image .product__media {
    padding-top: 100%;
  }
}

@media screen and (max-width:767px) {
  .main-rating .drop-icon {
    width: 8%;
  }
}

@media screen and (max-width:767px) {
  .product__media-wrapper .pdp-pill-tags {
    left: 10px;
    transform: translate(0);
  }
}

@media screen and (max-width:767px) {
  .rating-table {
    width: 92%;
  }
}

@media screen and (max-width:767px) {
  .rating-title {
    margin-top: 0;
  }
}

@media screen and (max-width:767px) {
  #MainContent .product__media-wrapper .product__media-list.slider.slider--mobile,.product .slider-button {
    display: none;
  }
}

@media screen and (max-width:990px) {
  .product__media-wrapper {
    width: 100%;
  }
}

@media screen and (max-width:990px) {
  .sidebar__inner #pwr-snippets {
    position: absolute;
    right: 10px;
    top: 20px;
  }
}

@media screen and (max-width:991px) {
  .product__accordion:before {
    background: var(--neutral-granite);
    content: "";
    display: block;
    height: 1px;
    left: -27.5px;
    position: absolute;
    right: -27.5px;
    top: 0;
  }
}

@media screen and (max-width:991px) {
  .product__info-container .sidebar__inner {
    padding-left: 0;
  }
}

@media screen and (max-width:991px) {
  .product-form__input input[type=radio]+label.variant_label--color__image {
    height: 80px;
    width: 80px;
  }
}

@media screen and (min-width:992px) {
  .product__accordion .accordion__title,.product__accordion .accordion__content {
    padding-left: 0;
  }
}


.collection-hero.banner-type--article.collection-hero--with-image::after { opacity: 0 !important; }
