.kv {
  padding: 6vh 0;
}
.kv .msi__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv .title--main {
  margin-bottom: 0;
}
.kv__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv__imgbox {
  text-align: center;
}
@media (min-width: 996px) {
  .kv .msi__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .kv__txtbox {
    display: block;
  }
}

.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;
}
.col2__txtbox .txt {
  text-align: center;
}
.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%;
  }
}

@media (min-width: 996px) {
  .bgDeco {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/Collections/breathable-neck-gaiter/images/page-bg-deco.png) right top no-repeat !important;
    background-size: contain !important;
  }
}

.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(2, 1fr);
  gap: 0px;
  margin: 50px auto;
}
.specBox__info--txt .tableBox__item {
  text-align: center;
  border-style: solid;
  border-color: #000;
}
.specBox__info--txt .tableBox__item h2 {
  font-size: var(--block-title-xl);
}
.specBox__info--txt .tableBox__item:nth-of-type(1) {
  padding: 3px;
  border-width: 3px 1px 1px 3px;
}
.specBox__info--txt .tableBox__item:nth-of-type(2) {
  padding: 3px;
  border-width: 3px 3px 1px 1px;
}
.specBox__info--txt .tableBox__item:nth-of-type(3) {
  padding: 20px 10px;
  border-width: 1px 1px 3px 3px;
}
.specBox__info--txt .tableBox__item:nth-of-type(4) {
  padding: 20px 10px;
  border-width: 1px 3px 3px 1px;
}
.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 .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--sub {
  font-weight: normal;
}
.msiCollection .title--main.line__top::before {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #f00;
  position: relative;
  margin-bottom: 25px;
}
.msiCollection .title--main.line__top.secTitle::before {
  display: none;
}
.msiCollection .sp {
  padding: 25px;
}
.msiCollection .sp-vertical {
  padding-right: 25px 0;
}
.msiCollection .sp-horizontal {
  padding: 0 25px;
}
.msiCollection .sp-top {
  padding-top: 25px;
}
.msiCollection .sp-bottom {
  padding-bottom: 25px;
}
.msiCollection .sp-left {
  padding-left: 25px;
}
@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);
  }
  .msiCollection .title--main.line__top.secTitle::before {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #f00;
    position: relative;
    margin-bottom: 20px;
  }
  .msiCollection .line__txtbox--left {
    display: block;
    border-left: 4px solid #f00;
    padding-left: 25px;
  }
  .msiCollection .line__txtbox--left .title--main {
    margin-top: -6px;
  }
}/*# sourceMappingURL=msiCollection.css.map */