@charset "UTF-8";
#nbSummerSale2023 .kv {
  position: relative;
  margin: 0;
  z-index: 3;
  overflow: hidden;
  /*+breaking-point(768)
  *  &__title
  *      &--board
  *          h2,h3
  *              font-size: calc(1rem + 1 * (100vw - 40rem) / 65)
  *              b
  *                  font-size: calc(1.5rem + 1.25 * (100vw - 40rem) / 65) */
}
#nbSummerSale2023 .kv__intel {
  position: absolute;
  display: none;
  top: 36px;
  right: 36px;
}
#nbSummerSale2023 .kv__intel .intel {
  display: block;
  text-align: right;
}
#nbSummerSale2023 .kv__intel .intel__imgbox img {
  width: 75px;
  vertical-align: top;
}
#nbSummerSale2023 .kv__intel .intel__txtbox {
  font-size: 12px;
  margin-top: 15px;
}
#nbSummerSale2023 .kv__bg {
  z-index: 1;
}
#nbSummerSale2023 .kv__title {
  position: absolute;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  z-index: 4;
  line-height: 1.5;
}
#nbSummerSale2023 .kv__title--name {
  position: relative;
  z-index: 4;
}
#nbSummerSale2023 .kv__title--board {
  position: relative;
  color: #fff;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10% auto 0;
  z-index: 3;
  padding: 5vw 10px;
  text-align: center;
}
#nbSummerSale2023 .kv__title--board::before, #nbSummerSale2023 .kv__title--board::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
#nbSummerSale2023 .kv__title--board::before {
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
  background: url(https://storage-asset.msi.com/event/2023/NB/summer-sale-2023/images/board.jpg) top center no-repeat;
  background-size: cover;
  z-index: 2;
}
#nbSummerSale2023 .kv__title--board::after {
  width: 100%;
  height: 100%;
  background: rgba(90, 40, 5, 0.6);
  top: 8%;
  left: -3%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: 1;
}
#nbSummerSale2023 .kv__title--board .boardInner {
  position: relative;
  z-index: 2;
}
#nbSummerSale2023 .kv__title--board h2, #nbSummerSale2023 .kv__title--board h3 {
  font-size: calc(1rem + 1 * (100vw - 40rem) / 65);
}
#nbSummerSale2023 .kv__title--board h2 b, #nbSummerSale2023 .kv__title--board h3 b {
  font-size: calc(1.25rem + 0.65 * (100vw - 55rem) / 65);
}
#nbSummerSale2023 .kv__title--board h3 {
  font-weight: normal;
}
#nbSummerSale2023 .kv__title .icon__flower {
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(221, 91, 0, 0.85));
          filter: drop-shadow(0px 0px 10px rgba(221, 91, 0, 0.85));
}
#nbSummerSale2023 .kv__title .icon__flower--bottom {
  bottom: 30%;
  left: 24%;
  width: 12%;
  -webkit-animation: rotation2 3.5s infinite linear;
          animation: rotation2 3.5s infinite linear;
}
#nbSummerSale2023 .kv__title .icon__flower--top {
  top: 20%;
  right: 5%;
  width: 12%;
  -webkit-animation: rotation 3.5s infinite linear;
          animation: rotation 3.5s infinite linear;
}
#nbSummerSale2023 .kv__ocean {
  position: relative;
  margin: -20% -15% -24% -15%;
}
#nbSummerSale2023 .kv__ocean--beach {
  position: relative;
  z-index: 3;
}
#nbSummerSale2023 .kv__ocean--seaFront {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: 3s floating ease-in-out infinite;
          animation: 3s floating ease-in-out infinite;
}
#nbSummerSale2023 .kv__ocean--seaBack {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: 3s floating2 ease-in-out infinite;
          animation: 3s floating2 ease-in-out infinite;
}
#nbSummerSale2023 .kv__island {
  position: absolute;
  width: 98%;
  top: 46%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: 3.5s floating2 ease-in-out infinite;
          animation: 3.5s floating2 ease-in-out infinite;
  z-index: 2;
}
#nbSummerSale2023 .kv img {
  width: 100%;
}
@media (min-width: 576px) {
  #nbSummerSale2023 .kv__title--board h2, #nbSummerSale2023 .kv__title--board h3 {
    font-size: calc(1rem + 1 * (100vw - 40rem) / 65);
  }
  #nbSummerSale2023 .kv__title--board h2 b, #nbSummerSale2023 .kv__title--board h3 b {
    font-size: calc(1.5rem + 1.25 * (100vw - 40rem) / 65);
  }
}
@media (min-width: 996px) {
  #nbSummerSale2023 .kv {
    margin: 0;
  }
  #nbSummerSale2023 .kv__intel {
    display: block;
  }
  #nbSummerSale2023 .kv__title {
    top: 5%;
    left: 10%;
    width: 38%;
    -webkit-transform: none;
            transform: none;
  }
  #nbSummerSale2023 .kv__title--board {
    width: 77%;
    padding: 2vw 10px;
  }
  #nbSummerSale2023 .kv__title--board h2, #nbSummerSale2023 .kv__title--board h3 {
    font-size: calc(0.8rem + 0.5 * (100vw - 40rem) / 65);
  }
  #nbSummerSale2023 .kv__title--board h2 b, #nbSummerSale2023 .kv__title--board h3 b {
    font-size: calc(1.25rem + 0.65 * (100vw - 75rem) / 65);
  }
  #nbSummerSale2023 .kv__island {
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 50%;
    top: 13%;
    right: 8%;
  }
  #nbSummerSale2023 .kv__ocean {
    position: relative;
    margin: -17% 0 0 0;
  }
}
@media (min-width: 1280px) {
  #nbSummerSale2023 .kv__title--board h2, #nbSummerSale2023 .kv__title--board h3 {
    font-size: calc(0.8rem + 0.5 * (100vw - 40rem) / 65);
  }
  #nbSummerSale2023 .kv__title--board h2 b, #nbSummerSale2023 .kv__title--board h3 b {
    font-size: calc(1.25rem + 0.65 * (100vw - 65rem) / 65);
  }
}
@media (min-width: 1500px) {
  #nbSummerSale2023 .kv__title--board h2, #nbSummerSale2023 .kv__title--board h3 {
    font-size: calc(1rem + 0.5 * (100vw - 40rem) / 65);
  }
  #nbSummerSale2023 .kv__title--board h2 b, #nbSummerSale2023 .kv__title--board h3 b {
    font-size: calc(1.25rem + 0.65 * (100vw - 50rem) / 65);
  }
}

#nbSummerSale2023 .info {
  position: relative;
  ackground: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/info_bg-xs.jpg) no-repeat bottom center, #84e1eb;
  z-index: 4;
  margin: 0% 0 0 0;
  padding-bottom: 5%;
  position: relative;
  /*.intel
  *  &__mobile
  *      display: flex
  *      align-items: center
  *      justify-content: center
  *      flex-direction: column
  *      margin: -20px auto 100px auto
  *      &--imgbox
  *          img
  *              width: 60px
  *      &--txtbox
  *          font-size: 12px
  *          margin-top: 30px
  *          text-align: center */
}
#nbSummerSale2023 .info__beach {
  /* margin: -15% 0% 0 0; */
  display: block;
}
#nbSummerSale2023 .info__content {
  padding: 5vh 0 5vh 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nbSummerSale2023 .info .board {
  width: 90%;
  background: #cba775;
  max-width: 1280px;
  margin: -8% auto 0;
  -webkit-box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
#nbSummerSale2023 .info .board__outer {
  background: #715e58;
  padding: 20px 20px 20px 20px;
  position: relative;
}
#nbSummerSale2023 .info .board__outer--decoLeft {
  position: absolute;
  top: -10%;
  left: -24%;
  width: 70%;
  z-index: 3;
}
#nbSummerSale2023 .info .board__outer--decoRight {
  position: absolute;
  bottom: 18%;
  right: 0;
  width: 100%;
  z-index: 3;
}
#nbSummerSale2023 .info .board__outer .decoItem {
  position: absolute;
}
#nbSummerSale2023 .info .board__outer .decoItem__bundle {
  position: absolute;
  top: 0;
  left: 0;
}
#nbSummerSale2023 .info .board__decoTop {
  position: absolute;
  width: 28%;
  z-index: -1;
  top: -10vw;
  right: 0%;
}
#nbSummerSale2023 .info .board__inner {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2023/VN/water-festival-2023-kh/images/board-black.jpg) top center no-repeat;
  background-size: cover;
  color: #000;
  -webkit-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.5) inset;
  padding: 10px 20px 20px 20px;
}
#nbSummerSale2023 .info .board__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  z-index: 2;
}
#nbSummerSale2023 .info .board__inner--content {
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
#nbSummerSale2023 .info .board__inner--content .item {
  width: 100%;
}
#nbSummerSale2023 .info .board__inner--content .item:only-child {
  width: 100%;
  text-align: center;
  padding: 25% 0px 28%;
  line-height: 1.5;
}
#nbSummerSale2023 .info .board__inner--content .item__imgbox i {
  display: block;
}
#nbSummerSale2023 .info .board__inner--content .item__txtbox {
  width: 100%;
  padding-bottom: 25px;
}
#nbSummerSale2023 .info .board__inner--content .item {
  line-height: 1.5;
  text-align: center;
}
#nbSummerSale2023 .info .board__inner--content .item img {
  max-width: 90%;
}
#nbSummerSale2023 .info .board__inner--content .item h2 {
  padding: 0 0px 12px 0px;
}
#nbSummerSale2023 .info .board__inner--content .item h3 {
  font-weight: normal;
  padding: 0;
}
#nbSummerSale2023 .info .board__inner--content .item h2 b {
    color: #fe0000;
    font-size: 1.1em;
}
@media (min-width: 576px) {
  #nbSummerSale2023 .info .board .item {
    width: 100%;
  }
  #nbSummerSale2023 .info .board .item:only-child {
    width: 90%;
    padding: 30% 0px 12%;
  }
  #nbSummerSale2023 .info .board .item__txtbox {
    width: 90%;
    padding-bottom: 0px;
  }
  #nbSummerSale2023 .info .board .item h3 {
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  #nbSummerSale2023 .info .board .item h3 {
    padding: 0 20px;
  }
  #nbSummerSale2023 .info .board .item:only-child {
    width: 90%;
  }
  #nbSummerSale2023 .info .board__outer--decoLeft {
    width: 50%;
    left: -15%;
  }
  #nbSummerSale2023 .info .board__outer--decoRight {
    width: 60%;
    right: -5%;
  }
}
@media (min-width: 996px) {
  #nbSummerSale2023 .info {
    background: none;
    /* margin: -20% 0 0 0; */
  }
  #nbSummerSale2023 .info .intel__mobile {
    display: none;
  }
  #nbSummerSale2023 .info__beach {
    display: none;
  }
  #nbSummerSale2023 .info__content {
    padding: 5vh 0 3vh 0;
    gap: 0;
  }
  #nbSummerSale2023 .info .board {
    width: 90%;
    margin: 0% auto 0;
  }
  #nbSummerSale2023 .info .board__outer--decoLeft {
    position: absolute;
    top: 40%;
    bottom: auto;
    left: -13%;
    width: 60%;
    z-index: 3;
  }
  #nbSummerSale2023 .info .board__outer--decoRight {
    position: absolute;
    bottom: auto;
    top: 60%;
    right: -6%;
    width: 60%;
    z-index: 3;
  }
  #nbSummerSale2023 .info .board__inner--content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #nbSummerSale2023 .info .board__inner--top {
    margin-bottom: -4%;
  }
  #nbSummerSale2023 .info .board__inner--bottom {
    width: 92%;
    text-align: right;
    margin: -4% auto 0;
  }
  #nbSummerSale2023 .info .board__inner--img img {
    width: 10%;
    max-width: 50%;
  }
  #nbSummerSale2023 .info .board__inner .item {
    width: 100%;
  }
  #nbSummerSale2023 .info .board__inner .item:only-child {
    width: 60%;
    text-align: center;
    padding: 8% 30px;
    line-height: 1.8;
  }
  #nbSummerSale2023 .info .board__inner .item:only-child h2 {
    padding: 0 0px 12px 0;
  }
  #nbSummerSale2023 .info .board__inner .item:only-child h3 {
    padding: 0 0px 0 0;
  }
  #nbSummerSale2023 .info .board__inner .item__txtbox {
    width: 100%;
    text-align: left;
    padding-bottom: 0px;
  }
  #nbSummerSale2023 .info .board__inner .item h2 {
    padding: 0 25px 12px 0;
  }
  #nbSummerSale2023 .info .board__inner .item h3 {
    padding: 0 25px 0 0;
  }
  #nbSummerSale2023 .info .board__inner .item small {
    display: block;
    font-style: italic;
    padding-top: 30px;
  }
  #nbSummerSale2023 .info .board__inner::after {
    background: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/chalk.png) no-repeat bottom center, -webkit-gradient(linear, left top, right top, color-stop(33%, rgb(62, 71, 58)), color-stop(33%, rgb(69, 80, 66)));
    background: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/chalk.png) no-repeat bottom center, linear-gradient(90deg, rgb(62, 71, 58) 33%, rgb(69, 80, 66) 33%);
    background-size: 40%, 100%;
  }
  #nbSummerSale2023 .info .board__decoTop {
    position: absolute;
    width: 22%;
    z-index: -1;
    top: -17%;
    left: 5%;
  }
}
@media (min-width: 1300px) {
  #nbSummerSale2023 .info .board {
    width: 90%;
  }
  #nbSummerSale2023 .info .board__outer--decoLeft {
    top: 30%;
  }
  #nbSummerSale2023 .info .board__outer--decoRight {
    top: 45%;
  }
  #nbSummerSale2023 .info .board__inner .item {
    width: 100%;
  }
  #nbSummerSale2023 .info .board__inner .item:only-child {
    width: 60%;
    text-align: center;
    padding: 10% 20px;
  }
  #nbSummerSale2023 .info .board__decoTop {
    top: -22%;
  }
}
@media (min-width: 1500px) {
  #nbSummerSale2023 .info .board {
    width: 100%;
  }
  #nbSummerSale2023 .info .board__outer--decoLeft {
    top: 20%;
    left: -13%;
    width: 60%;
  }
  #nbSummerSale2023 .info .board__outer--decoRight {
    /* top: 30%; */
    right: -6%;
    /* width: 65%; */
  }
}
@media (min-width: 1930px) {
  #nbSummerSale2023 .info__content {
    padding: 5vh 0 0vh 0;
  }
}
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3.5%);
    transform: translateY(3.5%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3.5%);
    transform: translateY(3.5%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3.5%);
    transform: translateY(3.5%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3.5%);
    transform: translateY(3.5%);
  }
}
@-webkit-keyframes bouncy {
  0% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
  }
  25% {
    -webkit-transform: scaleY(0.5) translateY(20px);
    transform: scaleY(0.5) translateY(20px);
  }
  50% {
    -webkit-transform: scaleY(1.2) translateY(-20px);
    transform: scaleY(1.2) translateY(-20px);
  }
  75% {
    -webkit-transform: scaleY(0.8) translateY(10px);
    transform: scaleY(0.8) translateY(10px);
  }
  100% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
  }
}
@keyframes bouncy {
  0% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
  }
  25% {
    -webkit-transform: scaleY(0.5) translateY(20px);
    transform: scaleY(0.5) translateY(20px);
  }
  50% {
    -webkit-transform: scaleY(1.2) translateY(-20px);
    transform: scaleY(1.2) translateY(-20px);
  }
  75% {
    -webkit-transform: scaleY(0.8) translateY(10px);
    transform: scaleY(0.8) translateY(10px);
  }
  100% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
  }
}
@-webkit-keyframes floating {
  0% {
    padding-top: 0%;
  }
  50% {
    padding-top: 0.5%;
  }
  100% {
    padding-top: 0%;
  }
}
@keyframes floating {
  0% {
    padding-top: 0%;
  }
  50% {
    padding-top: 0.5%;
  }
  100% {
    padding-top: 0%;
  }
}
@-webkit-keyframes floating2 {
  0% {
    padding-top: 0.5%;
  }
  50% {
    padding-top: 0%;
  }
  100% {
    padding-top: 0.5%;
  }
}
@keyframes floating2 {
  0% {
    padding-top: 0.5%;
  }
  50% {
    padding-top: 0%;
  }
  100% {
    padding-top: 0.5%;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@keyframes rotation2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
:root {
  --font:-apple-system, BlinkMacSystemFont, "Segoe UI","Microsoft JhengHei","Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle:22px;
  --mainTxt:16px;
  --mainPrice:20px;
  --mainNote:15px;
  --font-color-dark:#fff;
  --font-color-light:#111;
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font:-apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

@media (min-width: 768px) {
  :root {
    --mainTitle:28px;
    --mainTxt:20px;
    --mainPrice:20px;
    --mainNote:15px;
  }
}
img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

figure {
  line-height: 0;
}

.hide {
  display: none;
}

#nbSummerSale2023 {
  overflow: hidden;
  background: #fbf8ef;
  /* background: -webkit-gradient(linear, left top, right top, from(rgb(247, 216, 197)), to(rgb(247, 235, 237)));
  background: linear-gradient(90deg, rgb(247, 216, 197) 0%, rgb(247, 235, 237) 100%); */
  position: relative;
  /*.sec3
  * // background-image: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/bottom-bg.png) 
  * // background-position: bottom center
  * // background-repeat: no-repeat
  * // //background-color: #84e1eb
  * // background-size: cover */
}
#nbSummerSale2023 .mainarea {
  background: url(https://storage-asset.msi.com/event/2023/VN/water-festival-2023-kh/images/summer-bottom-bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgb(138, 223, 255)), to(rgb(56, 115, 255)));
  background: url(https://storage-asset.msi.com/event/2023/VN/water-festival-2023-kh/images/summer-bottom-bg.png), linear-gradient(180deg, rgb(138, 223, 255) 65%, rgb(56, 115, 255) 100%);
  background-size: 200%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 0vh;
}
#nbSummerSale2023 .tab {
  font-family: arboria, sans-serif;
  background-color: transparent;
  padding: 10px 0 20px;
  position: relative;
  background: url(https://storage-asset.msi.com/event/2023/VN/water-festival-2023-kh/images/tab-top-bg.png) top center no-repeat;
  background-size: 100%, 100%;
}
#nbSummerSale2023 .tab .msi__container {
  padding: 20% 0px 0 0;
}
#nbSummerSale2023 .tab__titleBox {
  text-align: center;
}
#nbSummerSale2023 .tab__title {
  background-color: #ddb300;
  color: #fff;
  z-index: 20;
  font-size: var(--mainTxt);
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}
#nbSummerSale2023 .tab__flex {
  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;
  background-color: transparent;
  padding: 30px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nbSummerSale2023 .tab__flex--active {
  display: none;
}
#nbSummerSale2023 .tab__flex--active .tab__flexBox {
  margin: 0;
  width: 33.3333333333%;
}
#nbSummerSale2023 .tab__flex--active .tab__flexBoxInside-pic, #nbSummerSale2023 .tab__flex--active .tab__flexBox-icon {
  display: none;
}
#nbSummerSale2023 .tab__flexMobile {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nbSummerSale2023 .tab__flexMobile--active {
  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;
  width: 100%;
}
#nbSummerSale2023 .tab__flexMobileBox {
  margin: 0;
  width: 33.3333333333%;
  background-color: #272727;
  border-left: 2px solid #ffffff;
}
#nbSummerSale2023 .tab__flexMobileBox:nth-child(1) {
  border-left: none;
}
#nbSummerSale2023 .tab__flexMobileBox--color {
  background-color: #7f7979;
}
#nbSummerSale2023 .tab__flexBox {
  position: relative;
  width: 30%;
  margin: 0 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#nbSummerSale2023 .tab__flexBox-icon {
  position: absolute;
  top: unset;
  bottom: -20px;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  width: 55px;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}
#nbSummerSale2023 .tab__flexBox-icon2 {
  position: absolute;
  top: unset;
  bottom: -98px;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  width: 100px;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}
#nbSummerSale2023 .tab .select .tab__flexBox-icon2 {
  opacity: 0;
}
#nbSummerSale2023 .tab .select .tab__flexBox-icon {
  opacity: 1;
}
#nbSummerSale2023 .tab .select .tab__flexBox {
  -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
  filter: drop-shadow(0 0 10px #5a5a5a);
}
#nbSummerSale2023 .tab__flexBoxInside {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  z-index: 50;
}
#nbSummerSale2023 .tab__flexBoxInside-pic {
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}
#nbSummerSale2023 .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
  transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
}
#nbSummerSale2023 .tab__flexBoxInside:hover .tab__label {
  background-color: transparent;
}
#nbSummerSale2023 .tab__flexBoxInside--active {
  border-radius: 0;
  background-color: #272727;
  color: #fff;
}
#nbSummerSale2023 .tab__flexBoxInside-mobile {
  border-radius: 0;
  color: #fff;
}
#nbSummerSale2023 .tab__label {
  padding: 5px 5px;
  width: 100%;
  position: relative;
  bottom: 0;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#nbSummerSale2023 .tab__label p {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
  text-align: center;
}
#nbSummerSale2023 .tab__label p span {
  font-size: 14px;
  display: none;
}
#nbSummerSale2023 .sec3__title {
  display: none;
  margin-bottom: 30px;
}
#nbSummerSale2023 .sec3__title--active {
  display: block;
  text-align: center;
}
#nbSummerSale2023 .sec3__intro {
  display: none;
}
#nbSummerSale2023 .sec3__intro--active {
  display: block;
  text-align: center;
}
#nbSummerSale2023 .tc__box {
  text-align: center;
  background: #8adfff;
  background-size: cover;
  padding: 10px 0;
}
#nbSummerSale2023 .hatch {
  padding-bottom: 40px;
}
#nbSummerSale2023 .hatch__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 25px;
}
#nbSummerSale2023 .hatch__slider {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#nbSummerSale2023 .hatch__box {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 20px 0;
  padding: 10px;
}
#nbSummerSale2023 .hatch__flexBoxPic {
  width: 90%;
  padding: 10px;
  margin: 0 auto;
}
#nbSummerSale2023 .hatch__flexBoxPic-toplogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
  height: auto;
}
#nbSummerSale2023 .hatch__flexBoxPic-toplogo img {
  height: 50px;
  margin: 0 5px;
}
#nbSummerSale2023 .hatch__flexBoxPic-bottomlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
}
#nbSummerSale2023 .hatch__flexBoxPic-bottomlogo img {
  height: 60px;
}
#nbSummerSale2023 .hatch__flexBoxTxt {
  width: 100%;
}
#nbSummerSale2023 .hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 23px;
}
#nbSummerSale2023 .hatch__flexBoxTxt ul, #nbSummerSale2023 .hatch__flexBoxTxt li {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}
#nbSummerSale2023 .hatch__flexBoxTxt-note {
  border: 1px solid #4f4f4f;
  padding: 3px 5px;
  margin: 5px 0 0;
  display: inline-block;
}
#nbSummerSale2023 .hatch__flexBoxTxt-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin: 10px 0;
}
#nbSummerSale2023 .hatch__flexBoxTxt-price del {
  display: block;
  font-size: 15px;
  margin-right: 10px;
}
#nbSummerSale2023 .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 25px;
}
#nbSummerSale2023 .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow {
  position: relative;
  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;
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 10px;
  border-radius: 8px;
  cursor: pointer;
  background: #afb5b8;
  margin: 0 7px;
  color: #fff;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow img {
  width: 25px;
  margin-left: 10px;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow:before, #nbSummerSale2023 .hatch__buyNowBtn-buynow:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow:before {
  height: 0%;
  width: 2px;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow:after {
  width: 0%;
  height: 2px;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow:hover:before {
  height: 100%;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow:hover:after {
  width: 100%;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow span:before {
  width: 2px;
  height: 0%;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow span:after {
  width: 0%;
  height: 2px;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow:hover span:before {
  height: 100%;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow:hover span:after {
  width: 100%;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow span:before, #nbSummerSale2023 .hatch__buyNowBtn-buynow span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow--gaming {
  background: #d51f29;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow--gaming:before, #nbSummerSale2023 .hatch__buyNowBtn-buynow--gaming:after {
  background: #d51f29;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow--gaming:hover span {
  color: #d51f29;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow--gaming span:before, #nbSummerSale2023 .hatch__buyNowBtn-buynow--gaming span:after {
  background: #d51f29;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow--content {
  background: #f0ae01;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow--content:before, #nbSummerSale2023 .hatch__buyNowBtn-buynow--content:after {
  background: #f0ae01;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow--content:hover span {
  color: #f0ae01;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow--content span:before, #nbSummerSale2023 .hatch__buyNowBtn-buynow--content span:after {
  background: #f0ae01;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow--business {
  background: #146c94;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow--business:before, #nbSummerSale2023 .hatch__buyNowBtn-buynow--business:after {
  background: #146c94;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow--business:hover span {
  color: #146c94;
}
#nbSummerSale2023 .hatch__buyNowBtn-buynow--business span:before, #nbSummerSale2023 .hatch__buyNowBtn-buynow--business span:after {
  background: #146c94;
}
#nbSummerSale2023 .hatch__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 280px;
  overflow-y: auto;
  margin-bottom: 10px;
}
#nbSummerSale2023 .hatch__icon-link {
  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;
  height: 70px;
  width: calc(50% - 20px);
  margin: 10px;
  background: rgba(255, 255, 255, 0.5411764706);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#nbSummerSale2023 .hatch__tc span {
  text-decoration: underline;
  cursor: pointer;
}
#nbSummerSale2023 .popout {
  background: rgba(54, 49, 41, 0.8392156863);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}
#nbSummerSale2023 .popout__block {
  position: relative;
  max-width: 760px;
  background: #7e7e7e;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}
#nbSummerSale2023 .popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}
#nbSummerSale2023 .popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#nbSummerSale2023 .popout__dm a {
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}
#nbSummerSale2023 .popout__dm a img {
  height: 50px;
}
#nbSummerSale2023 .offer {
  text-align: center;
  padding-bottom: 40px;
}
#nbSummerSale2023 .offer h2 {
  font-size: var(--mainTitle);
}
#nbSummerSale2023 .offer__flex {
  margin: 20px 0;
}
#nbSummerSale2023 .offer__flexBox {
  position: relative;
  margin: 10px auto;
  width: 100%;
  overflow: hidden;
  color: #000;
}
#nbSummerSale2023 .offer__flexBox-pic img {
  width: 100%;
}
#nbSummerSale2023 .offer__flexBox-note {
  background-color: transparent;
  padding: 20px;
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0 auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#nbSummerSale2023 .offer__flexBox-note h3 {
  margin-bottom: 10px;
}
#nbSummerSale2023 .offer__flexBox-note p {
  font-size: 16px;
}

@media (min-width: 768px) {
  #nbSummerSale2023 .mainarea {
    background-size: 100%;
    background-position: bottom center;
  }
}
@media (min-width: 996px) {
  #nbSummerSale2023 .mainarea {
    padding-top: 0vh;
  }
  #nbSummerSale2023 .tab {
    font-family: arboria, sans-serif;
    background-color: transparent;
    padding: 0% 0 0px;
    position: relative;
    margin-top: -1px;
  }
  #nbSummerSale2023 .tab .msi__container {
    padding: 15% 0px 0 0;
    margin-top: 0%;
  }
  #nbSummerSale2023 .tab__title {
    color: #fff;
    z-index: 20;
    font-size: 23px;
    padding: 10px 15px;
    border-radius: 5px;
    width: auto;
  }
  #nbSummerSale2023 .tab__flex {
    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;
    background-color: transparent;
    padding: 60px 100px;
  }
  #nbSummerSale2023 .tab__flexBox {
    position: relative;
    width: 30%;
    margin: 0 20px;
  }
  #nbSummerSale2023 .tab__flexBox-icon {
    position: absolute;
    top: unset;
    bottom: -39px;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100px;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }
  #nbSummerSale2023 .tab__flexBox:hover .tab__flexBox-icon {
    opacity: 1;
    opacity: 0.5;
  }
  #nbSummerSale2023 .tab__flexBox-icon2 {
    display: none;
    position: absolute;
    top: unset;
    bottom: -98px;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100px;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }
  #nbSummerSale2023 .tab__flexBox:hover .tab__flexBox-icon2 {
    opacity: 1;
  }
  #nbSummerSale2023 .tab .select .tab__flexBox-icon2, #nbSummerSale2023 .tab .select .tab__flexBox-icon {
    opacity: 1;
  }
  #nbSummerSale2023 .tab .select .tab__flexBox {
    -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
    filter: drop-shadow(0 0 10px #5a5a5a);
  }
  #nbSummerSale2023 .tab__flexBoxInside {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    z-index: 50;
  }
  #nbSummerSale2023 .tab__flexBoxInside-pic {
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }
  #nbSummerSale2023 .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3;
    -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
    transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
  }
  #nbSummerSale2023 .tab__flexBoxInside:hover .tab__label {
    background-color: transparent;
  }
  #nbSummerSale2023 .tab__label {
    background-color: #fff;
    padding: 10px 20px 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #nbSummerSale2023 .tab__label p {
    font-size: var(--mainTitle);
    font-weight: bolder;
    padding-bottom: 8px;
    display: block;
    text-align: left;
  }
  #nbSummerSale2023 .tab__label p span {
    font-size: 14px;
    display: block;
  }
}
@media (min-width: 996px) {
  #nbSummerSale2023 .hatch {
    padding-bottom: 40px;
  }
  #nbSummerSale2023 .hatch__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nbSummerSale2023 .hatch__box {
    position: relative;
    width: calc(50% - 20px);
    margin: 20px 0;
    padding: 10px;
  }
  #nbSummerSale2023 .hatch__box--gaming {
    background-image: url("https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/gaming-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
  #nbSummerSale2023 .hatch__box--content {
    background-image: url("https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/cc-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
  #nbSummerSale2023 .hatch__box--business {
    background-image: url("https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/bp-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
  #nbSummerSale2023 .hatch__flex {
    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;
  }
  #nbSummerSale2023 .hatch__flexBoxPic {
    width: 40%;
    padding: 10px;
  }
  #nbSummerSale2023 .hatch__flexBoxPic-toplogo img {
    width: 50px;
    margin: 0 5px;
  }
  #nbSummerSale2023 .hatch__flexBoxPic-bottomlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #nbSummerSale2023 .hatch__flexBoxPic-bottomlogo img {
    height: 60px;
  }
  #nbSummerSale2023 .hatch__flexBoxTxt {
    width: 60%;
    padding-left: 39px;
  }
  #nbSummerSale2023 .hatch__flexBoxTxt-title {
    font-weight: bolder;
    font-size: 21px;
  }
  #nbSummerSale2023 .hatch__flexBoxTxt ul, #nbSummerSale2023 .hatch__flexBoxTxt li {
    font-size: 14px;
  }
  #nbSummerSale2023 .hatch__flexBoxTxt-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 10px 0;
  }
  #nbSummerSale2023 .hatch__flexBoxTxt-price del {
    display: block;
    font-size: 20px;
    margin-right: 10px;
  }
  #nbSummerSale2023 .hatch__flexBoxTxt-price span {
    font-weight: bolder;
    font-size: 40px;
  }
  #nbSummerSale2023 .hatch__buyNowBtn {
    text-align: center;
    cursor: pointer;
  }
  #nbSummerSale2023 .hatch__buyNowBtn-buynow img {
    width: 25px;
    margin-left: 10px;
  }
  #nbSummerSale2023 .hatch__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 10px;
  }
  #nbSummerSale2023 .hatch__icon-link {
    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;
    height: 70px;
    width: calc(50% - 20px);
    margin: 10px;
    background: rgba(255, 255, 255, 0.5411764706);
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nbSummerSale2023 .hatch__tc {
    text-align: center;
  }
  #nbSummerSale2023 .hatch__tc span {
    text-decoration: underline;
    cursor: pointer;
  }
}
@media (min-width: 996px) {
  #nbSummerSale2023 .offer {
    text-align: center;
    padding-bottom: 40px;
  }
  #nbSummerSale2023 .offer h2 {
    font-size: var(--mainTitle);
  }
  #nbSummerSale2023 .offer__flex {
    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;
    margin: 20px 0;
    gap: 25px;
  }
  #nbSummerSale2023 .offer__flexBox {
    position: relative;
    margin: 0;
    width: 33.33%;
    overflow: hidden;
  }
  #nbSummerSale2023 .offer__flexBox-note {
    background-color: rgba(255, 235, 194, 0.9411764706);
    padding: 20px;
    text-align: left;
    width: 90%;
    height: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #nbSummerSale2023 .offer__flexBox-note h3 {
    margin-bottom: 20px;
  }
  #nbSummerSale2023 .offer__flexBox-note p {
    font-size: unset;
  }
  #nbSummerSale2023 .offer__flexBox:hover .offer__flexBox-note {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
  }
}/*# sourceMappingURL=default.css.map */