html.blocked-scroll {
  overflow: hidden; }

.zalo-chat-widget {
  bottom: 160px !important;
  right: 25px !important; }

.fb-chat-widget {
  border: none;
  visibility: visible;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .fb-chat-widget .fb-messenger-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #0191f2;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    .fb-chat-widget .fb-messenger-button .fb-messenger-image {
      margin-top: 3px;
      width: 38px;
      height: 38px; }

.global-ads-popup {
  border: none;
  visibility: visible;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  backdrop-filter: blur(4px);
  animation: fadeInBg 5s ease-in-out forwards; }
  .global-ads-popup .global-popup-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    height: calc(min(calc(100vmin - 40px), 800px)); }

@keyframes fadeInBg {
  0% {
    background-color: rgba(0, 0, 0, 0.9); }
  100% {
    background-color: rgba(0, 0, 0, 0.3); } }

header.main-header.hSticky.hSticky-append-top-line {
  box-shadow: none;
  border-bottom: #f1f1f1 1px solid; }

.product-page-v2 {
  background: #fff; }
  .product-page-v2 .lucky-wheel-thumbnail {
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 999 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    position: fixed;
    top: 50%;
    right: 0%; }
    .product-page-v2 .lucky-wheel-thumbnail .lucky-wheel-thumbnail--circle {
      width: 160px;
      height: 160px;
      top: 20px;
      left: 20px;
      position: absolute;
      background-color: transparent;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid rgba(30, 30, 30, 0.4);
      opacity: .1;
      animation: lucky-wheel-thumbnail-main 1.2s infinite ease-in-out;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .product-page-v2 .lucky-wheel-thumbnail .lucky-wheel-thumbnail--circle-fill {
      width: 100px;
      height: 100px;
      top: 50px;
      left: 50px;
      position: absolute;
      background-color: #000;
      background: rgba(30, 30, 30, 0.1) url(https://file.hstatic.net/200000264521/file/kindpng_4013674_d0b9c914933d4ea7af33651ab8b29123_medium.png) no-repeat center center;
      border-radius: 100%;
      border: 2px solid transparent;
      opacity: .1;
      transition: all .5s;
      background-color: rgba(0, 175, 242, 0.5);
      opacity: .75 !important; }
    .product-page-v2 .lucky-wheel-thumbnail .lucky-wheel-thumbnail--img-circle {
      width: 80px;
      height: 80px;
      top: 60px;
      left: 60px;
      position: absolute;
      background: rgba(30, 30, 30, 0.1) url(https://file.hstatic.net/200000264521/file/luckywheel-tam-01__4__53d27a2aea894fe885de4c195a9ee5d8_medium.png) no-repeat center center;
      background-size: contain;
      border-radius: 100%;
      border: 2px solid transparent; }
    .product-page-v2 .lucky-wheel-thumbnail:hover .lucky-wheel-thumbnail--circle {
      border-color: #75eb50;
      opacity: .5; }
    .product-page-v2 .lucky-wheel-thumbnail:hover .lucky-wheel-thumbnail--circle-fill {
      background-color: rgba(117, 235, 80, 0.5);
      opacity: .75 !important;
      transform: rotate(360deg); }
    .product-page-v2 .lucky-wheel-thumbnail:hover .lucky-wheel-thumbnail--img-circle {
      transform: scale(1.1); }

@keyframes lucky-wheel-thumbnail-main {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }
  .product-page-v2 .product-title {
    margin-top: 20px; }
  .product-page-v2 .super-spotlight-promotion {
    display: flex; }
    .product-page-v2 .super-spotlight-promotion > div:not(.promo-description-image):not(#miniCountDownUntilSomeDate) {
      position: relative;
      background: linear-gradient(90deg, #FFC439 0%, rgba(255, 196, 57, 0.5) 100%);
      color: #333;
      width: fit-content;
      padding: 3px 15px 0px;
      margin-right: 30px; }
      .product-page-v2 .super-spotlight-promotion > div:not(.promo-description-image):not(#miniCountDownUntilSomeDate) > span {
        font-weight: 500; }
      .product-page-v2 .super-spotlight-promotion > div:not(.promo-description-image):not(#miniCountDownUntilSomeDate)::before {
        position: absolute;
        top: 0;
        right: -20px;
        display: inline-block;
        content: "";
        border-width: 28px 20px 0 0;
        border-color: rgba(255, 196, 57, 0.5) transparent transparent transparent;
        border-style: solid; }
      .product-page-v2 .super-spotlight-promotion > div:not(.promo-description-image):not(#miniCountDownUntilSomeDate)::after {
        position: absolute;
        bottom: 0;
        right: -40px;
        display: inline-block;
        content: "";
        border-width: 28px 20px 0px 20px;
        border-color: transparent transparent rgba(255, 196, 57, 0.3) rgba(255, 196, 57, 0.3);
        border-style: solid; }
    .product-page-v2 .super-spotlight-promotion .promo-description-image {
      border-radius: 5px;
      border: #333 1px dashed;
      padding: 14px 14px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-left: 10px;
      cursor: pointer;
      position: relative; }
      .product-page-v2 .super-spotlight-promotion .promo-description-image img {
        display: none;
        position: absolute;
        width: auto;
        height: 300px;
        max-width: initial;
        top: 100%;
        left: 100%;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
        background-color: #fff;
        z-index: 1;
        padding: 10px;
        border-radius: 4px; }
      .product-page-v2 .super-spotlight-promotion .promo-description-image:hover img {
        display: block; }
    .product-page-v2 .super-spotlight-promotion #miniCountDownUntilSomeDate {
      display: flex;
      align-items: center;
      margin-left: 15px; }
      .product-page-v2 .super-spotlight-promotion #miniCountDownUntilSomeDate .square-text {
        /* background: #EF4129; */
        background: #FFF;
        border-radius: 3px;
        color: #EF0017;
        height: 30px;
        width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        padding-top: 5px; }
      .product-page-v2 .super-spotlight-promotion #miniCountDownUntilSomeDate .dot-text {
        margin-left: 5px;
        margin-right: 5px;
        font-weight: 400; }
  .product-page-v2 .mot-cai-banner-ngua-mat {
    width: calc(100% - 22px);
    margin-top: -22px;
    margin-bottom: 24px; }
    .product-page-v2 .mot-cai-banner-ngua-mat img {
      width: 100%; }
  .product-page-v2 .page-detail-top-line {
    max-width: 1132px; }
    .product-page-v2 .page-detail-top-line__container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #dfe0e1;
      padding: 10px 15px;
      margin-bottom: 30px; }
    .product-page-v2 .page-detail-top-line__right {
      display: flex;
      justify-content: end;
      align-items: center; }
      .product-page-v2 .page-detail-top-line__right h4 {
        cursor: pointer; }
        .product-page-v2 .page-detail-top-line__right h4:hover {
          color: #F1542E; }
    .product-page-v2 .page-detail-top-line h4 {
      margin: 0px;
      text-transform: uppercase;
      padding-top: 5px; }
    .product-page-v2 .page-detail-top-line.pin-top-line-on-top {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      max-width: 100vw;
      background-color: #fff;
      z-index: 2;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
      border-bottom: none;
      display: flex;
      justify-content: center; }
      .product-page-v2 .page-detail-top-line.pin-top-line-on-top .page-detail-top-line__container {
        padding: 15px 10px;
        max-width: 1170px;
        margin-bottom: 0px; }
  .product-page-v2 .product-title, .product-page-v2 .product-price, .product-page-v2 .product-variants, .product-page-v2 .short-description {
    max-width: 630px; }
  .product-page-v2 .starbap-prev-badgetext {
    margin-left: 15px;
    cursor: pointer; }
  .product-page-v2 .big-features-of-maika-speaker {
    padding: 0px 50px 50px; }
    .product-page-v2 .big-features-of-maika-speaker__group {
      display: grid;
      grid-template-columns: 50% 50%;
      column-gap: 20px;
      row-gap: 20px;
      padding: 0px 60px; }
      .product-page-v2 .big-features-of-maika-speaker__group .feature-item-component {
        display: flex;
        align-items: center; }
        .product-page-v2 .big-features-of-maika-speaker__group .feature-item-component img {
          max-width: 90px;
          margin: auto; }
        .product-page-v2 .big-features-of-maika-speaker__group .feature-item-component__discription {
          margin-left: 20px; }
          .product-page-v2 .big-features-of-maika-speaker__group .feature-item-component__discription--main {
            font-weight: bold;
            margin: 5px 0px; }
          .product-page-v2 .big-features-of-maika-speaker__group .feature-item-component__discription--sub {
            font-weight: normal; }
  .product-page-v2 .product-variants {
    padding: 0px 0px 20px 0;
    border-bottom: 1px solid #dfe0e1;
    margin-bottom: 10px;
    display: flex; }
    .product-page-v2 .product-variants__item {
      border-radius: 20px;
      border: 1px solid #cecece;
      padding: 6px 35px 5px 10px;
      margin-right: 16px;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .product-page-v2 .product-variants__item:hover {
        border-color: #EF4129 !important; }
      .product-page-v2 .product-variants__item.active {
        border-color: #333;
        border-width: 2px; }
      .product-page-v2 .product-variants__item--color {
        width: 20px;
        height: 20px;
        border-radius: 50%; }
      .product-page-v2 .product-variants__item--title {
        margin-left: 10px; }
  .product-page-v2 .sale-tet-2023 {
    flex-wrap: wrap; }
    .product-page-v2 .sale-tet-2023 .product-variants__item {
      border-radius: 8px;
      padding: 0px;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain;
      line-height: 40px;
      font-weight: 500; }
      .product-page-v2 .sale-tet-2023 .product-variants__item--color {
        display: none; }
      .product-page-v2 .sale-tet-2023 .product-variants__item--label {
        margin: 0px 15px 0px 10px;
        color: #fff; }
      .product-page-v2 .sale-tet-2023 .product-variants__item--title {
        margin-left: 0px;
        margin-right: 10px; }
      .product-page-v2 .sale-tet-2023 .product-variants__item:first-child {
        background-image: url("https://file.hstatic.net/200000264521/file/head-label-den_effc9ae419394662a2ba48b14ce8b9da.png"); }
      .product-page-v2 .sale-tet-2023 .product-variants__item:nth-child(2) {
        background-image: url("https://file.hstatic.net/200000264521/file/head-label-xam_f6025984318347b38521112130929efd.png"); }
      .product-page-v2 .sale-tet-2023 .product-variants__item:nth-child(3) {
        background-image: url("https://file.hstatic.net/200000264521/file/head-label-pink_e1dcb1d5c34849ea87857da86af62d23.png");
        background-size: 66px; }
      .product-page-v2 .sale-tet-2023 .product-variants__item:last-child {
        background-image: url("https://file.hstatic.net/200000264521/file/head-label-yellow_4465b5435cdb45d3811303df9556b5e4.png");
        /* margin-right: 0px; */ }
        .product-page-v2 .sale-tet-2023 .product-variants__item:last-child .product-variants__item--label {
          /* color: initial;
						margin: 0px;
						margin-left: 10px; */ }
      .product-page-v2 .sale-tet-2023 .product-variants__item.active {
        border-color: #EF4129;
        border-width: 1px; }
        .product-page-v2 .sale-tet-2023 .product-variants__item.active .product-variants__item--title {
          color: #EF4129; }
      .product-page-v2 .sale-tet-2023 .product-variants__item:hover {
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
        border-color: transparent !important; }
  .product-page-v2 .others-smarthome-products {
    background-color: #F7F7F7;
    padding: 50px 0px; }
    .product-page-v2 .others-smarthome-products__header {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .product-page-v2 .product-v2-middle-bg {
    background: linear-gradient(0deg, #F4E1D7 0%, #F9F9EE 29.03%, #FFFFFF 41.08%, #F1F1F1 87.35%); }
    .product-page-v2 .product-v2-middle-bg .reminders--wrap, .product-page-v2 .product-v2-middle-bg .podcasts--wrap {
      background: transparent !important; }
  .product-page-v2 .product-feature-special {
    background-color: transparent !important; }
    .product-page-v2 .product-feature-special .btn.view-more {
      font-size: 18px; }
  .product-page-v2 .product-detail-block.product-block-bottom {
    background: #fff; }
  .product-page-v2 .block_product_reviews {
    padding-top: 50px;
    background-color: #f7f7f7; }
    .product-page-v2 .block_product_reviews h3.title {
      text-align: center; }
    .product-page-v2 .block_product_reviews .starbap-rev-widg__header {
      display: none; }
    .product-page-v2 .block_product_reviews .starbap-subtab {
      display: none; }
    .product-page-v2 .block_product_reviews .starbap-paginate {
      display: none; }
    .product-page-v2 .block_product_reviews .starbap-rev {
      margin-top: 0;
      padding-bottom: 16px;
      border-top: none; }
      .product-page-v2 .block_product_reviews .starbap-rev__icon {
        display: none; }
      .product-page-v2 .block_product_reviews .starbap-rev__title {
        display: none; }
      .product-page-v2 .block_product_reviews .starbap-rev__body p {
        font-size: 0.9em; }
      .product-page-v2 .block_product_reviews .starbap-rev__timestamp {
        display: none; }
      .product-page-v2 .block_product_reviews .starbap-rev__actions {
        display: none; }
      .product-page-v2 .block_product_reviews .starbap-rev-widg {
        border: none; }
      .product-page-v2 .block_product_reviews .starbap-rev__pic-link {
        height: 60px;
        width: 60px;
        margin: 0;
        position: absolute;
        top: 10px;
        right: 10px; }
        .product-page-v2 .block_product_reviews .starbap-rev__pic-link img {
          width: 60px;
          height: 60px;
          object-fit: cover;
          border-radius: 0px;
          border: #fff 4px solid; }
    .product-page-v2 .block_product_reviews .owl-dots {
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      text-align: center; }
      .product-page-v2 .block_product_reviews .owl-dots .owl-dot {
        display: inline-block; }
        .product-page-v2 .block_product_reviews .owl-dots .owl-dot span {
          position: relative;
          display: inline-block;
          width: 10px;
          height: 10px;
          margin: 0 5px;
          border-radius: 50%;
          cursor: pointer;
          background: #DDDDDD;
          -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
          transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
        .product-page-v2 .block_product_reviews .owl-dots .owl-dot.active span {
          background: #EF4129; }
    .product-page-v2 .block_product_reviews .owl-nav.disabled, .product-page-v2 .block_product_reviews .owl-nav {
      display: block !important; }
      .product-page-v2 .block_product_reviews .owl-nav.disabled button, .product-page-v2 .block_product_reviews .owl-nav button {
        position: absolute;
        top: 40%;
        font-size: 45px !important;
        font-weight: 400;
        width: 35px;
        height: 35px; }
        .product-page-v2 .block_product_reviews .owl-nav.disabled button.owl-prev, .product-page-v2 .block_product_reviews .owl-nav button.owl-prev {
          left: -5%; }
        .product-page-v2 .block_product_reviews .owl-nav.disabled button.owl-next, .product-page-v2 .block_product_reviews .owl-nav button.owl-next {
          right: -5%; }
  .product-page-v2 .what-makes-olli-maika {
    background: linear-gradient(180deg, #FFFFFF 48.08%, #F0F0F0 100%);
    padding: 60px 0px; }
    .product-page-v2 .what-makes-olli-maika__header {
      text-align: center; }
    .product-page-v2 .what-makes-olli-maika__container {
      display: grid;
      grid-template-columns: 32% 32% 32%;
      column-gap: 1vw;
      row-gap: 1vw;
      justify-content: center;
      padding-right: 8vw;
      padding-left: 8vw; }
      .product-page-v2 .what-makes-olli-maika__container--top {
        padding-top: 30px;
        padding-bottom: 0.5vw; }
      .product-page-v2 .what-makes-olli-maika__container--bottom {
        padding-top: 0.5vw;
        padding-bottom: 30px; }
    .product-page-v2 .what-makes-olli-maika__items {
      position: relative; }
      .product-page-v2 .what-makes-olli-maika__items > h3, .product-page-v2 .what-makes-olli-maika__items > h4 {
        position: absolute;
        top: 10%;
        text-align: center;
        z-index: 1;
        width: 100%;
        opacity: 1;
        color: #222222;
        font-size: 1.1em;
        line-height: 1em;
        padding: 0 20px; }
      .product-page-v2 .what-makes-olli-maika__items .img-item {
        padding: 50%;
        background-size: cover;
        border-radius: 10px;
        cursor: pointer;
        border: #fff 1px solid; }
        .product-page-v2 .what-makes-olli-maika__items .img-item:hover {
          box-shadow: 5px 5px 5px rgba(196, 196, 196, 0.5);
          border: #EF4129 1px solid; }
          .product-page-v2 .what-makes-olli-maika__items .img-item:hover::before {
            -webkit-animation: shine .75s;
            animation: shine .75s; }
      .product-page-v2 .what-makes-olli-maika__items::before {
        content: "+";
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        z-index: 1;
        background-color: #fff;
        text-align: center;
        vertical-align: middle;
        line-height: 45px;
        color: #C4C4C4;
        font-size: 2.5em;
        opacity: 1;
        cursor: pointer; }
      .product-page-v2 .what-makes-olli-maika__items.active::before {
        content: "-";
        color: #999; }
      .product-page-v2 .what-makes-olli-maika__items.active .img-item {
        box-shadow: inset 2px 2px 8px -2px #4b4b4b;
        opacity: 0.5; }
      .product-page-v2 .what-makes-olli-maika__items.active > h3, .product-page-v2 .what-makes-olli-maika__items.active > h4 {
        opacity: 0.4; }
    .product-page-v2 .what-makes-olli-maika__detail {
      background: transparent !important;
      background-color: transparent !important;
      padding: 0px !important; }
      .product-page-v2 .what-makes-olli-maika__detail .title {
        text-align: center; }
      .product-page-v2 .what-makes-olli-maika__detail.smart-home--wrap .description {
        padding: 0 10vw;
        text-align: center; }
    .product-page-v2 .what-makes-olli-maika .what-makes-olli-maika-refer div[data-refer-value]:not(.active) {
      display: none; }
    .product-page-v2 .what-makes-olli-maika .what-makes-olli-maika-refer div[data-refer-value].active {
      margin-top: 5vh;
      margin-bottom: 5vh; }
  .product-page-v2 .product-control-the-device-by-voice__container {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 50px;
    row-gap: 50px;
    padding-top: 30px; }
  .product-page-v2 .product-control-the-device-by-voice__items .color {
    color: #EF4129; }
  .product-page-v2 .product-control-the-device-by-voice .btn.view-more {
    font-size: 18px;
    float: right; }
  .product-page-v2 .product-rich-content-store__container {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 50px;
    row-gap: 50px;
    padding-top: 30px; }
  .product-page-v2 .product-rich-content-store__items {
    padding: 20px 30px 45px;
    background-color: #DDD;
    border-radius: 20px; }
    .product-page-v2 .product-rich-content-store__items h2 {
      text-align: center; }
    .product-page-v2 .product-rich-content-store__items .owl-dots {
      position: absolute;
      bottom: -35px;
      left: 0;
      right: 0;
      text-align: center; }
      .product-page-v2 .product-rich-content-store__items .owl-dots .owl-dot {
        display: inline-block; }
        .product-page-v2 .product-rich-content-store__items .owl-dots .owl-dot span {
          position: relative;
          display: inline-block;
          width: 10px;
          height: 10px;
          margin: 0 5px;
          border-radius: 50%;
          cursor: pointer;
          background: #fff;
          -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
          transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
        .product-page-v2 .product-rich-content-store__items .owl-dots .owl-dot.active span {
          background: #FFC439; }
  .product-page-v2 .protect-your-privacy #protect-your-privacy-slide {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    column-gap: 2vw;
    justify-content: center; }
    .product-page-v2 .protect-your-privacy #protect-your-privacy-slide .item {
      position: relative; }
      .product-page-v2 .protect-your-privacy #protect-your-privacy-slide .item > h3 {
        position: absolute;
        width: 100%;
        top: 10%;
        text-align: center;
        padding: 3px 10px;
        color: #222222; }
  .product-page-v2 .harmony-with-every-corner #harmony-with-every-corner_slider {
    position: relative;
    padding: 0px 40px; }
    .product-page-v2 .harmony-with-every-corner #harmony-with-every-corner_slider .owl-nav.disabled, .product-page-v2 .harmony-with-every-corner #harmony-with-every-corner_slider .owl-nav {
      display: block !important; }
      .product-page-v2 .harmony-with-every-corner #harmony-with-every-corner_slider .owl-nav.disabled button, .product-page-v2 .harmony-with-every-corner #harmony-with-every-corner_slider .owl-nav button {
        position: absolute;
        top: 40%;
        font-size: 45px !important;
        font-weight: 400;
        width: 30px;
        height: 50px;
        line-height: 50px;
        background: rgba(0, 0, 0, 0.05); }
        .product-page-v2 .harmony-with-every-corner #harmony-with-every-corner_slider .owl-nav.disabled button.owl-prev, .product-page-v2 .harmony-with-every-corner #harmony-with-every-corner_slider .owl-nav button.owl-prev {
          left: 0%; }
        .product-page-v2 .harmony-with-every-corner #harmony-with-every-corner_slider .owl-nav.disabled button.owl-next, .product-page-v2 .harmony-with-every-corner #harmony-with-every-corner_slider .owl-nav button.owl-next {
          right: 0%; }
  .product-page-v2 .wrap-voucher {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px dotted #dfe0e1; }
    .product-page-v2 .wrap-voucher .coupon-item {
      position: relative;
      min-width: fit-content;
      display: flex;
      margin-right: 10px; }
    .product-page-v2 .wrap-voucher .coupon__tags {
      display: flex;
      padding: 0px;
      overflow: hidden; }
    .product-page-v2 .wrap-voucher .coupon__tag {
      border: 1px solid #EF4129;
      background-color: #EF4129;
      position: relative; }
    .product-page-v2 .wrap-voucher .coupon__left {
      border-radius: 10px 0px 0px 10px;
      color: #FFF;
      padding: 10px 10px 10px 15px;
      background: #EF4129;
      width: 11em;
      font-size: 0.7em;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .product-page-v2 .wrap-voucher .coupon__left--image {
        width: 100%;
        height: auto;
        padding: 0px 15px 5px; }
      .product-page-v2 .wrap-voucher .coupon__left--main {
        font-weight: 600; }
      .product-page-v2 .wrap-voucher .coupon__left--sub {
        line-height: 1em; }
      .product-page-v2 .wrap-voucher .coupon__left .empty-truck-icon {
        position: relative; }
        .product-page-v2 .wrap-voucher .coupon__left .empty-truck-icon--content {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 1.3em;
          font-weight: 600;
          padding: 8% 25%; }
    .product-page-v2 .wrap-voucher .coupon__right {
      border-radius: 0px 10px 10px 0px;
      background: #EF4129;
      padding: 3px 3px 3px 17px; }
      .product-page-v2 .wrap-voucher .coupon__right--container {
        background: #FFF;
        height: 100%;
        width: 100%;
        border-radius: 7px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px 20px 10px 15px; }
      .product-page-v2 .wrap-voucher .coupon__right--top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #999999;
        font-weight: 600;
        font-size: 1.2em;
        line-height: 1.2; }
        .product-page-v2 .wrap-voucher .coupon__right--top > div:first-child > div {
          display: inline-block; }
      .product-page-v2 .wrap-voucher .coupon__right--bottom {
        font-size: 0.7em;
        font-weight: 550; }
      .product-page-v2 .wrap-voucher .coupon__right--sub {
        font-size: 0.8em;
        font-weight: 500; }
    .product-page-v2 .wrap-voucher .copy-button {
      cursor: pointer;
      color: #FFF;
      background: #EF4129;
      padding: 3px 10px 0px 10px;
      border-radius: 20px;
      line-height: 1.5;
      font-size: 0.6em;
      margin-left: 20px; }
      .product-page-v2 .wrap-voucher .copy-button::after {
        content: "\f0ea";
        font-family: FontAwesome;
        font-size: 1.1em;
        color: #FFF;
        font-weight: lighter;
        margin-left: 5px; }
    .product-page-v2 .wrap-voucher .coupon__tag::before,
    .product-page-v2 .wrap-voucher .coupon__tag::after {
      content: "";
      width: 20px;
      height: 20px;
      background-color: white;
      border-width: 0px;
      border-style: solid;
      border-color: transparent #EF4129 #EF4129 transparent;
      border-image: initial;
      position: absolute;
      left: 50%;
      margin-left: -5px;
      border-radius: 50%; }
    .product-page-v2 .wrap-voucher .coupon__tag::before {
      top: -11px;
      transform: rotate(45deg); }
    .product-page-v2 .wrap-voucher .coupon__tag::after {
      bottom: -11px;
      transform: rotate(225deg); }
    .product-page-v2 .wrap-voucher .btn-see-voucher {
      position: absolute;
      top: 0;
      font-size: 45px !important;
      font-weight: 400;
      width: 3em;
      height: 100%;
      line-height: 35px;
      border: none;
      right: 0px;
      padding-left: 14%;
      background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 255, 255, 0.5), white, white); }
      .product-page-v2 .wrap-voucher .btn-see-voucher span {
        font-size: 6rem;
        font-weight: 400; }
  .product-page-v2 #price-preview.timer-counting-down {
    position: relative;
    background: linear-gradient(90.99deg, #EF4129 0%, rgba(255, 184, 0, 0.2) 100%);
    padding-left: 20px;
    border: none;
    background-image: url(https://file.hstatic.net/200000264521/file/countdown-christmas-bg_57196439f0c441a68deb5c5d681a6a9b.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
    .product-page-v2 #price-preview.timer-counting-down .pro-price {
      color: #FFF !important; }
    .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate {
      height: 100%;
      position: absolute;
      right: 20px;
      top: 0px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate > div:not(.count-down-title) {
        display: flex;
        align-items: end;
        justify-content: end; }
      .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .normal-text {
        font-weight: 450;
        /* color: #222222; */
        color: #fff;
        font-size: 0.9em; }
      .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-title {
        font-size: 1em;
        text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.9);
        letter-spacing: 1px; }
      .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-timer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-timer > div {
          text-align: center;
          margin-left: 3px; }
          .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-timer > div strong {
            color: #EF4129; }
        .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-timer .square-text {
          /* background: #EF4129; */
          background: #FFF;
          border-radius: 3px;
          color: #EF0017;
          height: 30px;
          width: 32px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          padding-top: 5px; }
        .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-timer .normal-text {
          font-weight: 450;
          /* color: #222222; */
          color: #fff;
          font-size: 0.8em; }
      .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-tail {
        margin-left: 15px;
        color: #EF4129; }
        .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-tail div:first-child {
          line-height: 0.9em;
          font-size: 0.9em;
          float: right; }
        .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-tail div:last-child {
          font-weight: 550;
          font-size: 1.1em; }
  .product-page-v2 .attached-gift-promotion {
    display: none;
    width: 100%;
    float: left;
    border-bottom: 1px solid #dfe0e1;
    margin-bottom: 10px;
    margin-top: 10px; }
    .product-page-v2 .attached-gift-promotion--title {
      font-weight: 550;
      padding-top: 5px;
      margin-bottom: 5px; }
    .product-page-v2 .attached-gift-promotion--image-item {
      position: relative; }
      .product-page-v2 .attached-gift-promotion--image-item img.thumbnail {
        border-radius: 10px;
        border: 1px solid #cecece;
        width: 90px;
        cursor: pointer;
        margin: 0px !important; }
      .product-page-v2 .attached-gift-promotion--image-item img.zoomer {
        max-width: 50vw;
        transition: width .3s;
        border-radius: 2px;
        position: absolute;
        z-index: 2;
        bottom: 110%;
        left: 0%;
        width: 0px;
        box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3); }
      .product-page-v2 .attached-gift-promotion--image-item img.thumbnail:hover + img.zoomer {
        width: 450px;
        padding: 20px;
        background: #FFF; }
    .product-page-v2 .attached-gift-promotion--price {
      padding: 8px;
      width: 90px;
      font-size: 0.9em;
      text-align: center; }
  .product-page-v2 .panel-combo-app {
    position: relative; }
    .product-page-v2 .panel-combo-app .container-fluid {
      overflow: hidden;
      max-height: calc(100vh + 500px);
      transition: all .5s ease-in-out; }
    .product-page-v2 .panel-combo-app.product-detail-block {
      padding-top: 50px;
      padding-bottom: 100px; }
    .product-page-v2 .panel-combo-app .panel-combo-header {
      text-align: center; }
      .product-page-v2 .panel-combo-app .panel-combo-header h3 {
        margin-bottom: 0px; }
      .product-page-v2 .panel-combo-app .panel-combo-header .description {
        margin: 0 0 30px 0; }
    .product-page-v2 .panel-combo-app .panel-combo-content .item {
      padding: 10px;
      background: #fff; }
      .product-page-v2 .panel-combo-app .panel-combo-content .item .combo-item-image {
        padding: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .product-page-v2 .panel-combo-app .panel-combo-content .item .product-name {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 0.9em;
        line-height: 1.4em;
        margin-top: 15px;
        height: 4.2em; }
      .product-page-v2 .panel-combo-app .panel-combo-content .item .discount-promotion-price {
        color: #EF4129;
        font-weight: bold;
        font-size: 1.1em;
        line-height: .6em;
        margin-top: 0.5em; }
      .product-page-v2 .panel-combo-app .panel-combo-content .item del {
        color: #999;
        font-weight: lighter;
        font-size: .9em; }
      .product-page-v2 .panel-combo-app .panel-combo-content .item::before {
        content: '';
        width: 25px;
        height: 25px;
        border: 2px solid #e1e1e1;
        border-radius: 3px;
        position: absolute;
        top: 10px;
        left: 5px;
        background: #f7f7f7;
        cursor: pointer; }
      .product-page-v2 .panel-combo-app .panel-combo-content .item::after {
        content: '\2714\fe0e';
        font-size: 21px;
        position: absolute;
        top: 10px;
        left: 9px;
        color: #fff;
        opacity: 0;
        cursor: pointer; }
      .product-page-v2 .panel-combo-app .panel-combo-content .item.checked::before {
        border: 1px solid #EF4129;
        background: #EF4129; }
      .product-page-v2 .panel-combo-app .panel-combo-content .item.checked::after {
        opacity: 1; }
      .product-page-v2 .panel-combo-app .panel-combo-content .item .mask-out-of-stock-item {
        display: none; }
      .product-page-v2 .panel-combo-app .panel-combo-content .item.out-of-stock-item {
        position: relative; }
        .product-page-v2 .panel-combo-app .panel-combo-content .item.out-of-stock-item::before {
          display: none; }
        .product-page-v2 .panel-combo-app .panel-combo-content .item.out-of-stock-item::after {
          display: none; }
        .product-page-v2 .panel-combo-app .panel-combo-content .item.out-of-stock-item .mask-out-of-stock-item {
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: calc(100% - 50px);
          background: radial-gradient(#fff, transparent);
          z-index: 999; }
          .product-page-v2 .panel-combo-app .panel-combo-content .item.out-of-stock-item .mask-out-of-stock-item > div {
            background: rgba(0, 0, 0, 0.5);
            height: 130px;
            width: 130px;
            color: white;
            vertical-align: middle;
            line-height: 130px;
            border-radius: 50%;
            text-align: center; }
    .product-page-v2 .panel-combo-app .panel-combo-footer {
      margin-top: 15px;
      display: flex;
      justify-content: right;
      align-items: center; }
      .product-page-v2 .panel-combo-app .panel-combo-footer--text .color {
        color: #EF4129; }
      .product-page-v2 .panel-combo-app .panel-combo-footer span.panel-combo-footer--text {
        display: block; }
      .product-page-v2 .panel-combo-app .panel-combo-footer div.panel-combo-footer--text {
        display: none; }
      .product-page-v2 .panel-combo-app .panel-combo-footer #btn-add-group-of-promotions {
        font-weight: bold;
        margin-left: 15px; }
    .product-page-v2 .panel-combo-app .panel-combo-mask {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      padding-bottom: 30px;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      width: 100vw;
      transition: all .5s ease-in-out; }
      .product-page-v2 .panel-combo-app .panel-combo-mask .button {
        transition: none !important;
        border: #EF4129 1px solid;
        border-radius: 20px;
        font-size: 1em;
        font-weight: 550;
        color: #EF4129; }
        .product-page-v2 .panel-combo-app .panel-combo-mask .button::before {
          background-color: transparent; }
        .product-page-v2 .panel-combo-app .panel-combo-mask .button:hover {
          color: #fff;
          background-color: #EF4129; }
          .product-page-v2 .panel-combo-app .panel-combo-mask .button:hover::before {
            background-color: #EF4129; }
      .product-page-v2 .panel-combo-app .panel-combo-mask #discount-promotion-combo-see-more {
        display: none; }
      .product-page-v2 .panel-combo-app .panel-combo-mask #discount-promotion-combo-see-less {
        display: block; }
    .product-page-v2 .panel-combo-app.is-masking .container-fluid {
      max-height: 260px; }
    .product-page-v2 .panel-combo-app.is-masking #discount-promotion-combo-see-less {
      display: none; }
    .product-page-v2 .panel-combo-app.is-masking #discount-promotion-combo-see-more {
      display: block; }
    .product-page-v2 .panel-combo-app.is-masking .panel-combo-mask {
      background: linear-gradient(0deg, #f7f7f7 25%, transparent 75%);
      z-index: 1; }
    .product-page-v2 .panel-combo-app .owl-nav.disabled button, .product-page-v2 .panel-combo-app .owl-nav button {
      position: absolute;
      bottom: -50px;
      font-size: 37px !important;
      font-weight: lighter;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      line-height: 31px;
      background-color: #fff; }
      .product-page-v2 .panel-combo-app .owl-nav.disabled button span, .product-page-v2 .panel-combo-app .owl-nav button span {
        font-weight: 400;
        color: #252a2b; }
      .product-page-v2 .panel-combo-app .owl-nav.disabled button.owl-prev, .product-page-v2 .panel-combo-app .owl-nav button.owl-prev {
        left: 0px; }
      .product-page-v2 .panel-combo-app .owl-nav.disabled button.owl-next, .product-page-v2 .panel-combo-app .owl-nav button.owl-next {
        left: 50px; }

.ribbon-wrapper {
  position: relative;
  z-index: 998;
  margin-bottom: 5px; }
  .ribbon-wrapper .ribbon-front {
    background-color: #cc3333;
    /* height: 50px; */
    /* width: 240px; */
    position: relative;
    /* left: -10px; */
    z-index: 2;
    /* font: 20px/50px bold Verdana, Geneva, sans-serif; */
    color: #f8f8f8;
    text-align: center;
    text-shadow: 0px 1px 2px #cc6666;
    padding: 3px 0px 0px;
    right: -48px;
    max-width: calc(100% - 27px); }
  .ribbon-wrapper .ribbon-front,
  .ribbon-wrapper .ribbon-back-left,
  .ribbon-wrapper .ribbon-back-right {
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55); }
  .ribbon-wrapper .ribbon-edge-topright,
  .ribbon-wrapper .ribbon-edge-bottomleft,
  .ribbon-wrapper .ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style: solid;
    height: 0px;
    width: 0px; }
  .ribbon-wrapper .ribbon-edge-bottomleft,
  .ribbon-wrapper .ribbon-edge-bottomright {
    top: 100%; }
  .ribbon-wrapper .ribbon-edge-bottomleft {
    left: -10px;
    border-color: transparent #9B1724 transparent transparent; }
  .ribbon-wrapper .ribbon-edge-bottomleft {
    border-width: 0 10px 0px 0; }
  .ribbon-wrapper .ribbon-edge-topright,
  .ribbon-wrapper .ribbon-edge-bottomright {
    /* left: 220px; */
    right: -21px;
    border-color: transparent transparent transparent #9B1724; }
  .ribbon-wrapper .ribbon-edge-topright {
    top: 0px;
    border-width: 0px 0 0 10px; }
  .ribbon-wrapper .ribbon-edge-bottomright {
    border-width: 0 0 7px 10px; }

@-webkit-keyframes flow {
  0% {
    left: -20px;
    opacity: 0; }
  50% {
    left: 100px;
    opacity: 0.3; }
  100% {
    left: 180px;
    opacity: 0; } }

@keyframes flow {
  0% {
    left: -20px;
    opacity: 0; }
  50% {
    left: 100px;
    opacity: 0.3; }
  100% {
    left: 180px;
    opacity: 0; } }
  .ribbon-wrapper .glow {
    background: white;
    width: 40px;
    height: 100%;
    z-index: 999;
    position: absolute;
    -webkit-animation: flow 1.5s linear infinite;
    -moz-animation: flow 1.5s linear infinite;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */
    border-left: 1px solid #fff; }

#modal-product-boxcontent-technical-detail {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 999; }
  #modal-product-boxcontent-technical-detail.active {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
    #modal-product-boxcontent-technical-detail.active .modal-background .modal {
      transform: scale(0);
      animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
    #modal-product-boxcontent-technical-detail.active.out {
      transform: scale(1);
      animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
      #modal-product-boxcontent-technical-detail.active.out .modal-background .modal {
        animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
  #modal-product-boxcontent-technical-detail .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle; }
    #modal-product-boxcontent-technical-detail .modal-background .modal {
      background: white;
      padding: 50px 0px;
      display: inline-block;
      border-radius: 3px;
      font-weight: 300;
      position: relative; }
      #modal-product-boxcontent-technical-detail .modal-background .modal h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px; }
      #modal-product-boxcontent-technical-detail .modal-background .modal p {
        font-size: 18px;
        line-height: 22px; }
      #modal-product-boxcontent-technical-detail .modal-background .modal .modal-svg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 3px; }
        #modal-product-boxcontent-technical-detail .modal-background .modal .modal-svg rect {
          stroke: #fff;
          stroke-width: 2px;
          stroke-dasharray: 778;
          stroke-dashoffset: 778; }
  #modal-product-boxcontent-technical-detail .close {
    color: #cecece;
    font-size: 55px;
    position: absolute;
    right: 14px;
    top: 0;
    font-weight: lighter;
    opacity: 1;
    cursor: pointer; }
  #modal-product-boxcontent-technical-detail .close:hover,
  #modal-product-boxcontent-technical-detail .close:focus {
    color: #000;
    text-decoration: none; }
  #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__header {
    padding-bottom: 15px; }
  #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content {
    max-height: calc(100vh - 220px) !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    padding-left: 50px;
    padding-right: 50px; }
    #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content_inline {
      display: none; }
    #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content table {
      max-width: 960px;
      overflow-x: auto; }
      #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content table td {
        padding-top: 30px;
        padding-bottom: 30px; }
    #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-title {
      font-weight: 550;
      width: 250px;
      vertical-align: top;
      font-size: 24px; }
    #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-detail {
      display: flex;
      padding-left: 30px; }
      #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-detail--colors {
        padding: 10px 40px;
        background-color: #F1F1F1;
        margin-right: 30px;
        text-align: center;
        border-radius: 10px; }
        #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-detail--colors img {
          height: auto;
          width: 117px; }
        #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-detail--colors div {
          font-weight: 550;
          font-size: 0.9em; }
      #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-detail--control {
        display: flex; }
        #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-detail--control img {
          height: 350px;
          width: auto; }
      #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-detail--app-maika {
        display: flex;
        align-items: center; }
        #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-detail--app-maika img {
          height: 75px;
          width: auto;
          margin-right: 30px; }
          #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-detail--app-maika img:nth-child(2) {
            height: 100px; }
      #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-detail--what-in img {
        width: 80%;
        height: auto; }
      #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-detail--constructor a {
        background-color: #F1F1F1;
        margin-right: 30px;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer; }
      #modal-product-boxcontent-technical-detail .product-boxcontent-technical-detail__content .content-detail p {
        font-weight: 500; }

.road-runner-modal {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 9999999999; }
  .road-runner-modal.active {
    transform: scale(1); }
    .road-runner-modal.active .modal-background {
      background: transparent;
      animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
      .road-runner-modal.active .modal-background .modal {
        transform: translateX(-1500px);
        animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
    .road-runner-modal.active.out {
      animation: quickScaleDown 0s .5s linear forwards; }
      .road-runner-modal.active.out .modal-background {
        animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        .road-runner-modal.active.out .modal-background .modal {
          animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
  .road-runner-modal .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle; }
    .road-runner-modal .modal-background .modal {
      background: white;
      padding: 50px 0px;
      display: inline-block;
      border-radius: 3px;
      font-weight: 300;
      position: relative; }
      .road-runner-modal .modal-background .modal h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px; }
      .road-runner-modal .modal-background .modal p {
        font-size: 18px;
        line-height: 22px; }
      .road-runner-modal .modal-background .modal .modal-svg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 3px; }
        .road-runner-modal .modal-background .modal .modal-svg rect {
          stroke: #fff;
          stroke-width: 2px;
          stroke-dasharray: 778;
          stroke-dashoffset: 778; }
  .road-runner-modal .close {
    color: #cecece;
    font-size: 55px;
    position: absolute;
    right: 14px;
    top: 0;
    font-weight: lighter;
    opacity: 1;
    cursor: pointer; }
  .road-runner-modal .close:hover,
  .road-runner-modal .close:focus {
    color: #000;
    text-decoration: none; }

#modal-voucher_content {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 999; }
  #modal-voucher_content.active {
    transform: scale(1); }
    #modal-voucher_content.active .modal-background {
      background: transparent;
      animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
      #modal-voucher_content.active .modal-background .modal {
        transform: translateX(-1500px);
        animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
    #modal-voucher_content.active.out {
      animation: quickScaleDown 0s .5s linear forwards; }
      #modal-voucher_content.active.out .modal-background {
        animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #modal-voucher_content.active.out .modal-background .modal {
          animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
  #modal-voucher_content .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle; }
    #modal-voucher_content .modal-background .modal {
      background: white;
      padding: 15px;
      display: inline-block;
      border-radius: 5px;
      font-weight: 300;
      position: relative;
      max-height: 100vh;
      overflow: auto; }
      #modal-voucher_content .modal-background .modal h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 0px;
        text-align: left; }
      #modal-voucher_content .modal-background .modal p {
        font-size: 18px;
        line-height: 22px; }
  #modal-voucher_content .close {
    color: #cecece;
    font-size: 55px;
    position: absolute;
    right: 14px;
    top: 0;
    font-weight: lighter;
    opacity: 1;
    cursor: pointer; }
  #modal-voucher_content .close:hover,
  #modal-voucher_content .close:focus {
    color: #000;
    text-decoration: none; }
  #modal-voucher_content .voucher_content {
    display: initial; }
    #modal-voucher_content .voucher_content__header {
      padding-bottom: 10px;
      padding-top: 15px; }
    #modal-voucher_content .voucher_content__container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: left; }
      #modal-voucher_content .voucher_content__container .coupon-item {
        margin: 10px 0;
        min-height: 120px;
        height: 100%;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
        border-radius: 10px; }
        #modal-voucher_content .voucher_content__container .coupon-item .coupon__right {
          width: 22em; }

#modal-popup-banner {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 200000 !important; }
  #modal-popup-banner.active {
    transform: scale(1); }
    #modal-popup-banner.active .modal-background {
      background: transparent;
      animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
      #modal-popup-banner.active .modal-background .modal {
        transform: translateX(-1500px);
        animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
    #modal-popup-banner.active.out {
      animation: quickScaleDown 0s .5s linear forwards; }
      #modal-popup-banner.active.out .modal-background {
        animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #modal-popup-banner.active.out .modal-background .modal {
          animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
  #modal-popup-banner .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle; }
    #modal-popup-banner .modal-background .modal {
      display: inline-block;
      font-weight: 300;
      position: relative;
      max-height: 100vh;
      overflow: auto;
      width: 530px;
      max-width: 95vw;
      padding: 57px 55px 64px;
      box-sizing: border-box;
      background-color: #fff;
      border-radius: 20px; }
  #modal-popup-banner .close {
    color: #cecece;
    font-size: 55px;
    position: absolute;
    right: 14px;
    top: 0;
    font-weight: lighter;
    opacity: 1;
    cursor: pointer; }
  #modal-popup-banner .close:hover,
  #modal-popup-banner .close:focus {
    color: #000;
    text-decoration: none; }
  #modal-popup-banner .popup-banner {
    display: initial; }
    #modal-popup-banner .popup-banner__header h1 {
      text-align: center;
      font-size: 36px;
      line-height: 1 !important; }
    #modal-popup-banner .popup-banner__header h4 {
      padding-bottom: 30px;
      text-align: center;
      font-size: 20px;
      padding-top: 10px;
      line-height: 1 !important; }
    #modal-popup-banner .popup-banner__container {
      display: flex;
      width: 380px;
      background: #F1542E;
      color: #fff;
      padding: 14px 20px;
      border-radius: 15px;
      min-width: 150px;
      border: none;
      margin: auto;
      box-shadow: 2px 4px 5px 2px rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: center;
      justify-content: space-around;
      height: 6.5rem !important;
      position: relative;
      line-height: 1.3; }
      #modal-popup-banner .popup-banner__container div:first-child {
        font-weight: bold;
        font-size: 24px; }
      #modal-popup-banner .popup-banner__container div.copy-button {
        display: flex;
        flex-direction: column;
        font-size: 18px;
        align-items: center;
        cursor: pointer; }
        #modal-popup-banner .popup-banner__container div.copy-button svg {
          width: 22px;
          margin-bottom: 3px; }
        #modal-popup-banner .popup-banner__container div.copy-button span {
          font-weight: 500; }

#modal-product-boxcontent-combo-item-detail {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 999; }
  #modal-product-boxcontent-combo-item-detail.active {
    transform: scale(1); }
    #modal-product-boxcontent-combo-item-detail.active .modal-background {
      background: transparent;
      animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
      #modal-product-boxcontent-combo-item-detail.active .modal-background .modal {
        transform: translateX(-1500px);
        animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
    #modal-product-boxcontent-combo-item-detail.active.out {
      animation: quickScaleDown 0s .5s linear forwards; }
      #modal-product-boxcontent-combo-item-detail.active.out .modal-background {
        animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
        #modal-product-boxcontent-combo-item-detail.active.out .modal-background .modal {
          animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
  #modal-product-boxcontent-combo-item-detail .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle; }
    #modal-product-boxcontent-combo-item-detail .modal-background .modal {
      background: white;
      padding: 50px 0px;
      display: inline-block;
      border-radius: 3px;
      font-weight: 300;
      position: relative; }
      #modal-product-boxcontent-combo-item-detail .modal-background .modal h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px; }
      #modal-product-boxcontent-combo-item-detail .modal-background .modal p {
        font-size: 18px;
        line-height: 22px; }
      #modal-product-boxcontent-combo-item-detail .modal-background .modal .modal-svg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 3px; }
        #modal-product-boxcontent-combo-item-detail .modal-background .modal .modal-svg rect {
          stroke: #fff;
          stroke-width: 2px;
          stroke-dasharray: 778;
          stroke-dashoffset: 778; }
  #modal-product-boxcontent-combo-item-detail .close {
    color: #cecece;
    font-size: 55px;
    position: absolute;
    right: 14px;
    top: 0;
    font-weight: lighter;
    opacity: 1;
    cursor: pointer; }
  #modal-product-boxcontent-combo-item-detail .close:hover,
  #modal-product-boxcontent-combo-item-detail .close:focus {
    color: #000;
    text-decoration: none; }
  #modal-product-boxcontent-combo-item-detail .combo-item__content {
    display: initial; }
    #modal-product-boxcontent-combo-item-detail .combo-item__content--detail {
      max-height: calc(100vh - 220px) !important;
      overflow-y: auto !important;
      overflow-x: hidden;
      padding-left: 50px;
      padding-right: 50px;
      max-width: 960px; }
      #modal-product-boxcontent-combo-item-detail .combo-item__content--detail img {
        margin: 10px 0;
        width: 100%;
        height: auto; }

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0); }
  50% {
    transform: scaleY(0.005) scaleX(1); }
  100% {
    transform: scaleY(1) scaleX(1); } }

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1); }
  50% {
    transform: scaleY(0.005) scaleX(1); }
  100% {
    transform: scaleY(0.005) scaleX(0); } }

@keyframes zoomIn {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes zoomOut {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes fadeIn {
  0% {
    background: transparent; }
  100% {
    background: rgba(0, 0, 0, 0.7); } }

@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7); }
  100% {
    background: transparent; } }

@keyframes quickScaleDown {
  0% {
    transform: scale(1); }
  99.9% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3); }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9); }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1); } }

@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1); }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9); }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3); } }

.homepage-v2 .welcome--wrap .readmore, .product-page-v2 .welcome--wrap .readmore {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%; }
  .homepage-v2 .welcome--wrap .readmore a, .product-page-v2 .welcome--wrap .readmore a {
    display: inline-block;
    padding: 8px 25px 5px;
    font-weight: 500;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    font-size: 1.2em;
    color: #EF4129;
    color: #fff; }
    .homepage-v2 .welcome--wrap .readmore a::before, .product-page-v2 .welcome--wrap .readmore a::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background-color: #88A47C;
      transition: all .3s;
      border-radius: 10rem;
      z-index: -1; }
    .homepage-v2 .welcome--wrap .readmore a::after, .product-page-v2 .welcome--wrap .readmore a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #EF4129;
      border-radius: 30px;
      z-index: -2;
      opacity: 0.4; }
    .homepage-v2 .welcome--wrap .readmore a:hover, .homepage-v2 .welcome--wrap .readmore a:focus, .product-page-v2 .welcome--wrap .readmore a:hover, .product-page-v2 .welcome--wrap .readmore a:focus {
      color: #FFF;
      border-color: #EF4129; }
      .homepage-v2 .welcome--wrap .readmore a:hover:before, .homepage-v2 .welcome--wrap .readmore a:focus:before, .product-page-v2 .welcome--wrap .readmore a:hover:before, .product-page-v2 .welcome--wrap .readmore a:focus:before {
        width: 100%; }

.homepage-v2 .product-maika-awards, .product-page-v2 .product-maika-awards {
  background-color: #F1542E;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center; }
  .homepage-v2 .product-maika-awards__header, .product-page-v2 .product-maika-awards__header {
    padding-bottom: 10px; }
  .homepage-v2 .product-maika-awards__content, .product-page-v2 .product-maika-awards__content {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px; }
  .homepage-v2 .product-maika-awards__item--logo img, .product-page-v2 .product-maika-awards__item--logo img {
    width: 150px; }
  .homepage-v2 .product-maika-awards__item--title, .product-page-v2 .product-maika-awards__item--title {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 10px; }
  .homepage-v2 .product-maika-awards__item--office, .product-page-v2 .product-maika-awards__item--office {
    color: #999; }
  .homepage-v2 .product-maika-awards .owl-dots, .product-page-v2 .product-maika-awards .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center; }
    .homepage-v2 .product-maika-awards .owl-dots .owl-dot, .product-page-v2 .product-maika-awards .owl-dots .owl-dot {
      display: inline-block; }
      .homepage-v2 .product-maika-awards .owl-dots .owl-dot span, .product-page-v2 .product-maika-awards .owl-dots .owl-dot span {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        cursor: pointer;
        background: #DDDDDD;
        -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
      .homepage-v2 .product-maika-awards .owl-dots .owl-dot.active span, .product-page-v2 .product-maika-awards .owl-dots .owl-dot.active span {
        background: #FFC439; }
  .homepage-v2 .product-maika-awards .owl-nav.disabled, .homepage-v2 .product-maika-awards .owl-nav, .product-page-v2 .product-maika-awards .owl-nav.disabled, .product-page-v2 .product-maika-awards .owl-nav {
    display: block !important; }
    .homepage-v2 .product-maika-awards .owl-nav.disabled button, .homepage-v2 .product-maika-awards .owl-nav button, .product-page-v2 .product-maika-awards .owl-nav.disabled button, .product-page-v2 .product-maika-awards .owl-nav button {
      position: absolute;
      top: 40%;
      font-size: 45px !important;
      font-weight: 400;
      background-color: #fff;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .homepage-v2 .product-maika-awards .owl-nav.disabled button.owl-prev, .homepage-v2 .product-maika-awards .owl-nav button.owl-prev, .product-page-v2 .product-maika-awards .owl-nav.disabled button.owl-prev, .product-page-v2 .product-maika-awards .owl-nav button.owl-prev {
        left: 5%; }
      .homepage-v2 .product-maika-awards .owl-nav.disabled button.owl-next, .homepage-v2 .product-maika-awards .owl-nav button.owl-next, .product-page-v2 .product-maika-awards .owl-nav.disabled button.owl-next, .product-page-v2 .product-maika-awards .owl-nav button.owl-next {
        right: 5%; }

.homepage-v2 .product-maika-tet-sale-blocks, .product-page-v2 .product-maika-tet-sale-blocks {
  padding-top: 50px;
  padding-bottom: 50px; }
  .homepage-v2 .product-maika-tet-sale-blocks__content, .product-page-v2 .product-maika-tet-sale-blocks__content {
    display: grid;
    place-content: center;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); }
  .homepage-v2 .product-maika-tet-sale-blocks__item, .product-page-v2 .product-maika-tet-sale-blocks__item {
    text-align: center;
    padding: 3.5rem;
    position: relative; }
    .homepage-v2 .product-maika-tet-sale-blocks__item .ribbon-wrapper, .product-page-v2 .product-maika-tet-sale-blocks__item .ribbon-wrapper {
      position: absolute;
      width: 250px;
      top: calc(3.5rem + 11px);
      right: calc(3.5rem + 11px); }
      .homepage-v2 .product-maika-tet-sale-blocks__item .ribbon-wrapper .ribbon-front, .product-page-v2 .product-maika-tet-sale-blocks__item .ribbon-wrapper .ribbon-front {
        display: flex;
        justify-content: space-around;
        background: linear-gradient(45deg, #cc3333 45%, #fff 100%); }
        .homepage-v2 .product-maika-tet-sale-blocks__item .ribbon-wrapper .ribbon-front .promo-description-image, .product-page-v2 .product-maika-tet-sale-blocks__item .ribbon-wrapper .ribbon-front .promo-description-image {
          margin-top: -3px;
          border-radius: 5px; }
    .homepage-v2 .product-maika-tet-sale-blocks__item:hover .product-maika-tet-sale-blocks__item--logo, .product-page-v2 .product-maika-tet-sale-blocks__item:hover .product-maika-tet-sale-blocks__item--logo {
      box-shadow: 5px 8px 8px rgba(0, 0, 0, 0.3);
      border-radius: 0px; }
    .homepage-v2 .product-maika-tet-sale-blocks__item--logo, .product-page-v2 .product-maika-tet-sale-blocks__item--logo {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      padding: 50%;
      margin-bottom: 20px;
      background-color: #EBDEDD;
      border-radius: 0px;
      transition: all 0.3s ease-in-out; }
    .homepage-v2 .product-maika-tet-sale-blocks__item--title, .product-page-v2 .product-maika-tet-sale-blocks__item--title {
      font-size: 1.3em;
      font-weight: 550; }
    .homepage-v2 .product-maika-tet-sale-blocks__item--include, .product-page-v2 .product-maika-tet-sale-blocks__item--include {
      text-align: right;
      font-style: italic;
      line-height: 1;
      font-size: 0.9em; }
    .homepage-v2 .product-maika-tet-sale-blocks__item--price, .product-page-v2 .product-maika-tet-sale-blocks__item--price {
      font-size: 1.1em;
      font-weight: 500;
      text-align: right;
      margin-top: 10px; }
    .homepage-v2 .product-maika-tet-sale-blocks__item del, .product-page-v2 .product-maika-tet-sale-blocks__item del {
      float: right; }
    .homepage-v2 .product-maika-tet-sale-blocks__item img, .product-page-v2 .product-maika-tet-sale-blocks__item img {
      width: auto;
      height: 100%; }
    .homepage-v2 .product-maika-tet-sale-blocks__item--button, .product-page-v2 .product-maika-tet-sale-blocks__item--button {
      background: #A93023;
      display: inline-block;
      padding: 5px 40px;
      width: 100%;
      line-height: 2;
      font-size: 15px;
      position: relative;
      z-index: 1;
      font-weight: 500;
      cursor: pointer;
      margin-top: 10px;
      text-transform: uppercase;
      border-radius: 3px;
      border: 1px solid #333;
      color: #fff; }
      .homepage-v2 .product-maika-tet-sale-blocks__item--button::before, .product-page-v2 .product-maika-tet-sale-blocks__item--button::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #FFC439;
        transition: all .3s;
        z-index: -1; }
      .homepage-v2 .product-maika-tet-sale-blocks__item--button::after, .product-page-v2 .product-maika-tet-sale-blocks__item--button::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #A93023;
        z-index: -2; }
      .homepage-v2 .product-maika-tet-sale-blocks__item--button:hover, .product-page-v2 .product-maika-tet-sale-blocks__item--button:hover {
        color: initial; }
        .homepage-v2 .product-maika-tet-sale-blocks__item--button:hover::before, .product-page-v2 .product-maika-tet-sale-blocks__item--button:hover::before {
          width: 100%; }
      .homepage-v2 .product-maika-tet-sale-blocks__item--button.btn-add-to-cart, .product-page-v2 .product-maika-tet-sale-blocks__item--button.btn-add-to-cart {
        color: initial;
        background: #fff; }
        .homepage-v2 .product-maika-tet-sale-blocks__item--button.btn-add-to-cart::after, .product-page-v2 .product-maika-tet-sale-blocks__item--button.btn-add-to-cart::after {
          background-color: #fff; }

.homepage-v2.product-page-tet-2023 .promo-description-image, .product-page-v2.product-page-tet-2023 .promo-description-image {
  border-radius: 5px;
  border: #333 1px dashed;
  padding: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 10px;
  cursor: pointer;
  position: relative; }
  .homepage-v2.product-page-tet-2023 .promo-description-image img, .product-page-v2.product-page-tet-2023 .promo-description-image img {
    display: none;
    position: absolute;
    width: 300px;
    height: 300px;
    object-fit: contain;
    max-width: initial;
    top: 100%;
    left: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    z-index: 1;
    padding: 10px;
    border-radius: 4px; }
  .homepage-v2.product-page-tet-2023 .promo-description-image .gift-description, .product-page-v2.product-page-tet-2023 .promo-description-image .gift-description {
    display: none;
    position: absolute;
    width: 300px;
    max-width: initial;
    top: calc(100% + 240px);
    left: calc(100%);
    text-align: right;
    color: #fff;
    text-shadow: -1px 1px 3px #000;
    background: linear-gradient(0deg, #333, transparent);
    padding: 10px 20px;
    line-height: 1.2; }
  .homepage-v2.product-page-tet-2023 .promo-description-image:hover img, .product-page-v2.product-page-tet-2023 .promo-description-image:hover img {
    display: block; }
  .homepage-v2.product-page-tet-2023 .promo-description-image:hover .gift-description, .product-page-v2.product-page-tet-2023 .promo-description-image:hover .gift-description {
    display: block;
    z-index: 1; }

.homepage-v2.product-page-tet-2023 .product-maika-tet-sale-blocks .promo-description-image, .product-page-v2.product-page-tet-2023 .product-maika-tet-sale-blocks .promo-description-image {
  border-radius: 0px;
  border: none;
  padding: 5px 13px 3px;
  display: inline; }

.homepage-v2.product-page-tet-2023 .introduce-content .image-item, .product-page-v2.product-page-tet-2023 .introduce-content .image-item {
  display: none; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child.mm-opened li a[href="/products/loa-thong-minh-olli-maika-phien-ban-dac-biet-tet-quy-mao-2023"]::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 3px;
  transform: rotate(45deg);
  width: 55px;
  height: 20px;
  border-bottom: 20px solid red;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

.menu-mobile .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child.mm-opened li a[href="/products/loa-thong-minh-olli-maika-phien-ban-dac-biet-tet-quy-mao-2023"]::after {
  content: "New";
  position: absolute;
  right: 0px;
  top: 7px;
  transform: rotate(45deg);
  font-size: 1em;
  color: #fff;
  font-weight: 600; }

@media (max-width: 1199px) {
  .product-page-v2 .protect-your-privacy #protect-your-privacy-slide .item > h3 {
    font-size: 1.8rem; }
  .product-page-v2 .sale-tet-2023 .product-variants__item {
    margin-top: 10px; } }

@media (max-width: 992px) {
  .homepage-v2 .welcome--wrap .readmore {
    bottom: 3%; }
    .homepage-v2 .welcome--wrap .readmore a {
      font-size: 1em;
      padding: 4px 18px 2px; }
  .product-page-v2 .what-makes-olli-maika__container {
    column-gap: 20px;
    row-gap: 20px; }
  .product-page-v2 .what-makes-olli-maika__items > h3, .product-page-v2 .what-makes-olli-maika__items > h4 {
    padding: 0px 20px;
    font-size: 1.5rem; }
  .product-page-v2 .protect-your-privacy #protect-your-privacy-slide .item {
    position: relative; }
    .product-page-v2 .protect-your-privacy #protect-your-privacy-slide .item > h3 {
      padding: 0px 20px;
      font-size: 1.5rem; }
  .product-boxcontent-technical-detail__header h1 {
    font-size: 1.5em; }
  .product-boxcontent-technical-detail__content {
    padding-left: 5px !important;
    padding-right: 5px !important; }
    .product-boxcontent-technical-detail__content table {
      display: none; }
    .product-boxcontent-technical-detail__content .content_inline {
      display: block !important; }
      .product-boxcontent-technical-detail__content .content_inline > div {
        padding: 20px 10px; }
    .product-boxcontent-technical-detail__content .content-title {
      width: auto !important;
      margin-bottom: 10px; }
    .product-boxcontent-technical-detail__content .content-detail {
      padding-left: 0px !important;
      flex-direction: column; }
      .product-boxcontent-technical-detail__content .content-detail--colors {
        margin: 10px; }
      .product-boxcontent-technical-detail__content .content-detail--app-maika {
        flex-direction: column; }
        .product-boxcontent-technical-detail__content .content-detail--app-maika img:nth-child(2) {
          height: 50vw !important; }
      .product-boxcontent-technical-detail__content .content-detail--constructor {
        display: flex;
        flex-direction: column; }
        .product-boxcontent-technical-detail__content .content-detail--constructor a {
          margin: 5px 0px !important; }
      .product-boxcontent-technical-detail__content .content-detail--control {
        flex-direction: column; }
  #modal-voucher_content .modal-background .modal {
    padding: 8px; }
    #modal-voucher_content .modal-background .modal h2 {
      margin: 10px 0px;
      text-align: center; }
  #modal-voucher_content .voucher_content {
    display: initial; }
    #modal-voucher_content .voucher_content__header {
      padding-bottom: 0px; }
    #modal-voucher_content .voucher_content__container .coupon-item {
      min-height: 9rem;
      height: 100%;
      margin: 5px 0; }
      #modal-voucher_content .voucher_content__container .coupon-item .coupon__left {
        padding: 0px;
        width: 10em; }
        #modal-voucher_content .voucher_content__container .coupon-item .coupon__left--image {
          padding: 3px 35px 5px; }
      #modal-voucher_content .voucher_content__container .coupon-item .coupon__right--container {
        padding: 10px 12px; }
  #modal-popup-banner .modal-background .modal {
    width: 90vw;
    padding: 8.9vw 10vw 8.4vw; }
  #modal-popup-banner .popup-banner {
    display: initial; }
    #modal-popup-banner .popup-banner__header h1 {
      font-size: 24px; }
    #modal-popup-banner .popup-banner__header h4 {
      line-height: 1; }
    #modal-popup-banner .popup-banner__container {
      width: 61vw;
      padding: 12px 18px;
      height: 3.5rem; }
      #modal-popup-banner .popup-banner__container div:first-child {
        font-size: 18px; }
      #modal-popup-banner .popup-banner__container div.copy-button {
        font-size: 18px; } }

@media (max-width: 767px) {
  .homepage-v2 #home_page_sliding_banner .owl-carousel .owl-item img {
    margin-top: 0;
    min-width: 100%;
    max-width: none;
    margin-left: -29%;
    width: 100% !important;
    height: auto !important; }
  .homepage-v2 .welcome--wrap .readmore {
    bottom: 1%; }
    .homepage-v2 .welcome--wrap .readmore a {
      font-size: 0.8em;
      padding: 1px 9px 0px; }
  .product-page-v2 .page-detail-top-line__container {
    justify-content: end;
    padding: 10px 15px !important; }
    .product-page-v2 .page-detail-top-line__container > h4 {
      display: none; }
  .product-page-v2 .mot-cai-banner-ngua-mat {
    width: calc(100%); }
  .product-page-v2 .big-features-of-maika-speaker {
    padding: 0px 0px 50px; }
    .product-page-v2 .big-features-of-maika-speaker__group {
      grid-template-columns: 100%;
      column-gap: 0px;
      padding: 0px; }
  .product-page-v2 h4.feature-item-component__discription--main {
    line-height: 20px; }
  .product-page-v2 .product-variants {
    flex-direction: column; }
    .product-page-v2 .product-variants__item {
      margin: 5px 0px; }
  .product-page-v2 .what-makes-olli-maika__container {
    column-gap: 10px;
    row-gap: 10px;
    padding-right: 1vw;
    padding-left: 1vw; }
  .product-page-v2 .what-makes-olli-maika__items > h3, .product-page-v2 .what-makes-olli-maika__items > h4 {
    display: none; }
  .product-page-v2 .product-control-the-device-by-voice__container {
    column-gap: 10px;
    row-gap: 10px;
    padding-top: 10px;
    grid-template-columns: 46% 46%;
    justify-content: center; }
  .product-page-v2 .product-control-the-device-by-voice__item h3 {
    font-size: 1em; }
  .product-page-v2 .product-control-the-device-by-voice__item h4 {
    font-size: 1.4em; }
  .product-page-v2 .block_product_reviews .owl-nav.disabled button.owl-prev, .product-page-v2 .block_product_reviews .owl-nav button.owl-prev {
    left: -12%; }
  .product-page-v2 .block_product_reviews .owl-nav.disabled button.owl-next, .product-page-v2 .block_product_reviews .owl-nav button.owl-next {
    right: -12%; }
  .product-page-v2 .product-rich-content-store__container {
    grid-template-columns: 100%;
    column-gap: 10px;
    row-gap: 10px;
    padding: 5vw; }
  .product-page-v2 .wrap-voucher .coupon__tags {
    padding: 0px !important; }
  .product-page-v2 .wrap-voucher .coupon__right--top {
    font-size: 1em; }
  .product-page-v2 .wrap-voucher .coupon__right .copy-button {
    margin-left: 0px;
    width: 6em;
    margin-bottom: 10px; }
  .product-page-v2 .product-detail-block {
    padding: 30px 0 15px; }
    .product-page-v2 .product-detail-block.product-block-bottom .block-desc-four {
      margin-top: 0px; }
    .product-page-v2 .product-detail-block .banner-list {
      margin-top: 10px;
      padding: 0px 10px; }
  .product-page-v2 #price-preview.timer-counting-down {
    position: relative;
    background: linear-gradient(170deg, #EF4129 0%, rgba(255, 184, 0, 0.2) 100%);
    padding-left: 20px;
    text-align: center;
    padding-right: 20px;
    background-image: url(https://file.hstatic.net/200000264521/file/countdown-christmas-bg_57196439f0c441a68deb5c5d681a6a9b.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
    .product-page-v2 #price-preview.timer-counting-down .pro-price {
      color: #FFF !important; }
    .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate {
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column;
      margin: auto;
      right: auto;
      top: auto; }
      .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-tail {
        margin-top: 15px; }
        .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-tail div:first-child {
          line-height: 1em;
          font-size: 1em;
          float: none; }
        .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-tail div:last-child {
          font-size: 1.5em; }
      .product-page-v2 #price-preview.timer-counting-down #countDownUntilSomeDate .count-down-title {
        padding-bottom: 7px; }
  .product-page-v2 .panel-combo-app .panel-combo-footer {
    margin-top: 64px; }
    .product-page-v2 .panel-combo-app .panel-combo-footer #btn-add-group-of-promotions {
      width: 50%; }
  .product-page-v2 .super-spotlight-promotion {
    margin-top: 65px;
    display: grid;
    grid-template-columns: auto 50px 50px;
    column-gap: 10px; }
    .product-page-v2 .super-spotlight-promotion > div:not(.promo-description-image) {
      padding: 7px 15px 5px;
      line-height: 20px; }
    .product-page-v2 .super-spotlight-promotion .promo-description-image {
      margin-left: 0; }
      .product-page-v2 .super-spotlight-promotion .promo-description-image img {
        left: initial;
        right: 100%; }
  .product-page-v2 .product-maika-tet-sale-blocks--mobile {
    width: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px; }
  .product-page-v2 .product-maika-tet-sale-blocks__item {
    padding: 0rem;
    display: flex;
    margin-bottom: 25px; }
    .product-page-v2 .product-maika-tet-sale-blocks__item .ribbon-wrapper {
      width: 197px;
      top: 9px;
      left: -11px; }
      .product-page-v2 .product-maika-tet-sale-blocks__item .ribbon-wrapper .ribbon-front {
        padding: 5px;
        font-size: 0.8em;
        left: 0;
        height: auto;
        line-height: 1;
        width: 100%; }
      .product-page-v2 .product-maika-tet-sale-blocks__item .ribbon-wrapper .promo-description-image {
        padding: 5px 11px 3px;
        margin-top: -5px;
        margin-bottom: -3px; }
      .product-page-v2 .product-maika-tet-sale-blocks__item .ribbon-wrapper .ribbon-edge-bottomright {
        display: none; }
      .product-page-v2 .product-maika-tet-sale-blocks__item .ribbon-wrapper .ribbon-edge-bottomleft {
        border-width: 0px 11px 7px 14px;
        left: -14px; }
    .product-page-v2 .product-maika-tet-sale-blocks__item--logo {
      width: 150px;
      margin-bottom: 0px;
      padding: 0px; }
    .product-page-v2 .product-maika-tet-sale-blocks__item--title {
      font-size: 0.9em;
      text-align: left;
      margin-bottom: 10px;
      line-height: 1.2; }
    .product-page-v2 .product-maika-tet-sale-blocks__item--include {
      text-align: left;
      font-size: 0.8em; }
    .product-page-v2 .product-maika-tet-sale-blocks__item--price {
      font-size: 1em;
      text-align: left; }
    .product-page-v2 .product-maika-tet-sale-blocks__item del {
      float: left; }
    .product-page-v2 .product-maika-tet-sale-blocks__item--button {
      font-size: 0.7em;
      padding: 3px 10px;
      width: auto; }
  .product-page-v2 .sale-tet-2023 .product-variants__item--label {
    margin: 0px 20px 0px 15px; }
  .product-page-v2 .sale-tet-2023 .product-variants__item--title {
    margin-left: 0px;
    margin-right: 10px; }
  .product-page-v2 .sale-tet-2023 .product-variants__item:first-child {
    background-size: 67px; }
  .product-page-v2 .sale-tet-2023 .product-variants__item:nth-child(2) {
    background-size: 67px; }
  .product-page-v2 .sale-tet-2023 .product-variants__item:nth-child(3) {
    background-size: 74px; }
  .product-page-v2 .sale-tet-2023 .product-variants__item:last-child {
    background-size: 67px; }
    .product-page-v2 .sale-tet-2023 .product-variants__item:last-child .product-variants__item--title {
      margin-left: 12px; }
  #modal-voucher_content .modal-background .modal {
    padding: 5px; }
    #modal-voucher_content .modal-background .modal h2 {
      margin: 10px 0px;
      text-align: center; }
  #modal-voucher_content .voucher_content {
    display: initial; }
    #modal-voucher_content .voucher_content__header {
      padding-bottom: 0px; }
    #modal-voucher_content .voucher_content__container .coupon-item {
      min-height: 11rem;
      height: 100%;
      margin: 5px 0; }
      #modal-voucher_content .voucher_content__container .coupon-item .coupon__left {
        width: 9em;
        font-size: 0.65em;
        padding: 5px; }
        #modal-voucher_content .voucher_content__container .coupon-item .coupon__left--image {
          padding: 0px 10px 4px; }
      #modal-voucher_content .voucher_content__container .coupon-item .coupon__right {
        width: 14em; }
        #modal-voucher_content .voucher_content__container .coupon-item .coupon__right--container {
          padding: 10px; } }
