.kv {
  padding: 3vh 0;
}
.kv .msi__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.kv__txtbox .txt.left {
  text-align: center;
}
.kv__txtbox .txt.right {
  text-align: center;
}
.kv__imgbox {
  text-align: center;
}
@media (min-width: 996px) {
  .kv .msi__container {
    grid-template-columns: 35% 65%;
    gap: 50px;
  }
  .kv__txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    text-align: left;
  }
  .kv__txtbox .txt.left {
    text-align: left;
  }
  .kv__txtbox .txt.right {
    text-align: right;
  }
  .kv__imgbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.quick {
  padding: 3vh 0;
  height: 100%;
}
.quick .msi__container {
  height: 100%;
  gap: 50px;
  padding: 0;
}
.quick__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 25px;
  z-index: 2;
}
.quick__txtbox--title {
  margin: 25px auto;
}
.quick__txtbox--txt {
  text-align: center;
}
.quick__txtbox--img {
  width: 100%;
  text-align: center;
}
.quick__txtbox--img picture,
.quick__txtbox--img img {
  width: 100%;
}
.quick__imgbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  z-index: 1;
  mix-blend-mode: darken;
  margin: 0 -25% 0 -75%;
}
.quick__imgbox picture,
.quick__imgbox img {
  width: 100%;
}
.quick.section4 .breathableNeckGaiter__1col--imgbox {
  padding: 0 25px;
}
@media (min-width: 996px) {
  .quick {
    text-align: right;
    position: relative;
  }
  .quick__txtbox {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    top: 0;
    left: 0;
    text-align: left;
  }
  .quick__txtbox--wrap {
    width: 40%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .quick__txtbox--title {
    margin: 0 auto;
  }
  .quick__txtbox--txt {
    width: 70%;
    text-align: left;
  }
  .quick__txtbox--img {
    width: 80%;
  }
  .quick__imgbox {
    display: block;
    text-align: right;
    margin: 0 -20%;
  }
}
@media (min-width: 1500px) {
  .quick__imgbox {
    margin: 0 -10% 0 -15%;
  }
}
@media (min-width: 1800px) {
  .quick__imgbox {
    margin: 0;
  }
}
@media (min-width: 1930px) {
  .quick__txtbox--img {
    width: 90%;
  }
}

.classic {
  padding: 3vh 0;
}
.classic .msi__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.classic__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.classic__txtbox .txt {
  text-align: center;
  padding-bottom: 25px;
}
.classic__txtbox .imgbox {
  width: 100%;
  text-align: center;
}
.classic__txtbox .imgbox picture,
.classic__txtbox .imgbox img {
  width: 100%;
}
.classic__imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
.classic__imgbox picture,
.classic__imgbox img {
  width: 90%;
}
@media (min-width: 996px) {
  .classic {
    padding: 10vh 0;
  }
  .classic .msi__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
  }
  .classic__imgbox {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 60%;
    text-align: center;
  }
  .classic__imgbox picture,
  .classic__imgbox img {
    width: 70%;
  }
  .classic__txtbox {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 40%;
  }
  .classic__txtbox .txt {
    text-align: left;
    width: 80%;
  }
  .classic__txtbox .imgbox {
    width: 65%;
  }
}
@media (min-width: 1930px) {
  .classic__txtbox .imgbox {
    width: 70%;
  }
}

.breathable {
  padding: 3vh 0;
  height: 100%;
}
.breathable .msi__container {
  height: 100%;
}
.breathable__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 2;
}
.breathable__txtbox--title {
  margin: 25px auto;
}
.breathable__txtbox--txt {
  text-align: center;
  margin: 25px auto;
}
.breathable__txtbox--img {
  width: 100%;
  text-align: center;
}
.breathable__txtbox--img picture,
.breathable__txtbox--img img {
  display: inline-block;
  width: 100%;
}
.breathable__imgbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  z-index: 1;
  mix-blend-mode: darken;
  margin: 0 -85% 0 -15%;
}
.breathable__imgbox picture,
.breathable__imgbox img {
  display: inline-block;
  width: 100%;
}
@media (min-width: 996px) {
  .breathable {
    text-align: right;
    position: relative;
  }
  .breathable .msi__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  .breathable__txtbox {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    top: 0;
    left: 0;
    text-align: left;
  }
  .breathable__txtbox--wrap {
    width: 40%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .breathable__txtbox--title {
    margin: 0 auto;
    padding-right: 25px;
  }
  .breathable__txtbox--txt {
    width: 100%;
    text-align: left;
    padding-right: 25px;
  }
  .breathable__txtbox--img {
    width: 65%;
  }
  .breathable__imgbox {
    display: block;
    text-align: right;
    margin: 0 -40% 0 -30%;
  }
}
@media (min-width: 1500px) {
  .breathable__imgbox {
    margin: 0 -30% 0 -25%;
  }
}
@media (min-width: 1800px) {
  .breathable__imgbox {
    margin: 0 -10% 0 -17%;
  }
}
@media (min-width: 1930px) {
  .breathable__txtbox--img {
    width: 70%;
  }
}
@media (min-width: 2230px) {
  .breathable__imgbox {
    margin: 0;
  }
}

.adjustable {
  padding: 3vh 0;
}
.adjustable .msi__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 25px;
}
.adjustable__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.adjustable__txtbox .txt {
  text-align: center;
  padding-bottom: 25px;
}
.adjustable__txtbox .imgbox {
  width: 100%;
  text-align: center;
}
.adjustable__txtbox .imgbox picture,
.adjustable__txtbox .imgbox img {
  width: 100%;
}
.adjustable__imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
.adjustable__imgbox picture,
.adjustable__imgbox img {
  width: 90%;
}
@media (min-width: 996px) {
  .adjustable {
    padding: 10vh 0;
  }
  .adjustable .msi__container {
    position: relative;
    gap: 0px;
  }
  .adjustable__imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .adjustable__imgbox picture,
  .adjustable__imgbox img {
    width: 80%;
  }
  .adjustable__txtbox {
    width: 40%;
    position: absolute;
    top: 0;
    left: 25px;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    z-index: 2;
  }
  .adjustable__txtbox .txt {
    text-align: left;
    width: 80%;
  }
  .adjustable__txtbox .imgbox {
    width: 65%;
  }
}
@media (min-width: 1930px) {
  .adjustable__txtbox .imgbox {
    width: 70%;
  }
}

.col1 {
  padding: 3vh 0;
}
.col1 .msi__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.col1__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 25px;
}
.col1__txtbox .txt {
  text-align: center;
}
.col1__imgbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
.col1__imgbox.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 0 25px;
}
.col1.section4 .breathableNeckGaiter__1col--imgbox {
  padding: 0 25px;
}
@media (min-width: 996px) {
  .col1 {
    padding: 6vh 0;
  }
  .col1 .msi__container {
    padding: 0 25px;
  }
  .col1__txtbox {
    width: 100%;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    padding: 0;
    text-align: left;
  }
  .col1__txtbox .txt {
    width: 90%;
    text-align: left;
  }
  .col1__imgbox {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .col1__imgbox.flexbox {
    padding: 0;
  }
  .col1__imgbox .blend {
    mix-blend-mode: screen;
  }
}

.col2 {
  padding: 3vh 0;
}
.col2 .msi__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.col2__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.col2__txtbox .txt {
  text-align: center;
  padding-bottom: 25px;
}
.col2__txtbox .imgbox {
  width: 50%;
}
.col2__imgbox {
  text-align: center;
}
@media (min-width: 996px) {
  .col2 {
    padding: 6vh 0;
  }
  .col2 .msi__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .col2__txtbox {
    padding: 0;
  }
  .col2__txtbox .txt {
    text-align: left;
    width: 80%;
  }
}

.specBox {
  padding: 3vh 0;
  margin: 0 auto;
  text-align: center;
}
.specBox .msi__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.specBox__info {
  width: 100%;
  margin: 0 auto;
}
.specBox__info--pd {
  text-align: center;
}
.specBox__info--txt {
  text-align: center;
}
.specBox__info--txt .tableBox {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
  margin: 50px auto;
}
.specBox__info--txt .tableBox__item {
  text-align: center;
  border-style: solid;
  border-color: #000;
  border-width: 2px;
}
.specBox__info--txt .tableBox__item h2 {
  font-size: var(--block-title-xl);
}
.specBox__info--txt .tableBox__item:nth-of-type(1) {
  border-width: 2px 2px 1px 2px;
}
.specBox__info--txt .tableBox__item:nth-of-type(2), .specBox__info--txt .tableBox__item:nth-of-type(3), .specBox__info--txt .tableBox__item:nth-of-type(4), .specBox__info--txt .tableBox__item:nth-of-type(5) {
  padding: 3px;
  border-width: 1px 2px 1px 2px;
}
.specBox__info--txt .tableBox__item:nth-of-type(6) {
  border-width: 1px 2px 2px 2px;
}
.specBox__info--txt .tableBox__item:nth-of-type(even) {
  padding: 10px 0;
}
.specBox__info--txt .tableBox__item:nth-of-type(odd) {
  padding: 5px 0;
}
.specBox__info--txt .noteBox {
  width: 75%;
  margin: 0px auto;
}
.specBox__pdcm {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: wrap;
          flex-direction: wrap;
  flex-direction: column;
  width: 100%;
  margin-top: 25px;
}
.specBox__pdcm p {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  padding-left: 10%;
}
.specBox__pdcm-round, .specBox__pdcm-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3%;
}
.specBox__pdcm-round::before {
  content: "1";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
}
.specBox__pdcm-height::before {
  content: "2";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
}
.specBox__icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.specBox__icon .iconbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.specBox__icon .iconbox__img {
  text-align: right;
  width: 50%;
}
.specBox__icon .iconbox__txt {
  text-align: left;
  width: 50%;
}
@media (min-width: 576px) {
  .specBox__info {
    width: 80%;
  }
  .specBox__icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .specBox__icon .iconbox {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .specBox__icon .iconbox__img {
    text-align: unset;
    width: auto;
  }
  .specBox__icon .iconbox__txt {
    text-align: unset;
    width: auto;
  }
  .specBox__pdcm {
    width: 70%;
    margin-left: 11%;
  }
}
@media (min-width: 768px) {
  .specBox__icon {
    gap: 25px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .specBox__icon .iconbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
}
@media (min-width: 996px) {
  .specBox {
    padding: 6vh 0;
    text-align: left;
  }
  .specBox__titlebox {
    text-align: center;
  }
  .specBox .msi__container {
    gap: 50px;
  }
  .specBox__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .specBox__info--txt {
    text-align: left;
  }
  .specBox__info--txt .tableBox__item h2 {
    font-size: var(--block-title-lg);
  }
  .specBox__icon {
    gap: 25px;
  }
  .specBox__icon .iconbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
}

.video {
  padding: 3vh 0;
}
.video__wrap {
  width: 100%;
}
.video__wrap a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.video__wrap a img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.video__wrap a img.iconPlay {
  width: 15%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) translate3d(0, 0, 0);
}
.video__wrap a:hover img.iconPlay {
  -webkit-filter: drop-shadow(0 0 4px #fff) brightness(1.5);
          filter: drop-shadow(0 0 4px #fff) brightness(1.5);
}
@media (min-width: 996px) {
  .video {
    padding: 6vh 0;
  }
  .video__wrap a img.iconPlay {
    width: 12%;
  }
}

.msiCollection {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/Collections/breathable-neck-gaiter/images/page-bg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
.msiCollection [data-aos=fade-left],
.msiCollection [data-aos=fade-right],
.msiCollection [data-aos=fade-down] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}
.msiCollection .pd-block {
  background: none;
}
.msiCollection img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.msiCollection .title--main.no-margin {
  margin-bottom: 0;
}
.msiCollection .title--sub {
  font-weight: normal;
  text-transform: capitalize;
}
.msiCollection .title--sub.cr-gray {
  color: #ababab;
}
@media (min-width: 996px) {
  .msiCollection [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  .msiCollection [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  .msiCollection [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
}/*# sourceMappingURL=msiCollection.css.map */