#savings-info {
  background: -webkit-linear-gradient(180deg, #42d392, #647eff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.p-item-offer {
  position: relative;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  margin-bottom: 7px;
  cursor: pointer; }
  .p-item-offer .offer-promo-price {
    color: var(--color-digital_func_green); }
  .p-item-offer .old-price {
    opacity: .7; }
  .p-item-offer .discout-sticker {
    font-size: 11px;
    background: var(--text-color-wrapper);
    color: #000;
    opacity: 0;
    padding: 3.5px;
    border-radius: 3.5px;
    font-weight: 600; }
  .p-item-offer .offer-stock {
    position: absolute;
    right: 12px;
    bottom: 7px;
    font-size: 11px;
    color: var(--color-cta); }
  .p-item-offer:hover, .p-item-offer.active {
    border: 1px solid var(--color-cta); }
  .p-item-offer.active {
    background: #3ba1ff1c; }

#product-floating-cta {
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  padding: 16px 14px;
  width: 100%;
  display: none; }
  #product-floating-cta.focus {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    display: block; }

#audio-controls {
  position: absolute;
  z-index: 3;
  bottom: 14px;
  right: 32px;
  background: rgba(0, 0, 0, 0.2);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }
  #audio-controls svg {
    cursor: pointer;
    width: 18px;
    height: 18px;
    fill: var(--color-cta); }
    #audio-controls svg:hover {
      cursor: pointer;
      fill: var(--color-cta); }
    #audio-controls svg.hidden {
      display: none; }

#video-player {
  overflow: hidden;
  border-radius: 7px; }
  #video-player .video-player-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    background: black; }
    #video-player .video-player-wrapper video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 200px;
      overflow: hidden;
      border-radius: 7px; }
  #video-player:hover .swiper-button-next, #video-player:hover .swiper-button-prev {
    opacity: 1;
    transition: all 300ms linear; }
  #video-player .swiper-button-next {
    opacity: 0;
    height: -webkit-fill-available;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    right: 0; }
    #video-player .swiper-button-next:after {
      font-size: 21px; }
  #video-player .swiper-button-prev {
    opacity: 0;
    height: -webkit-fill-available;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    margin: 0;
    padding: 0; }
    #video-player .swiper-button-prev:after {
      font-size: 21px; }
  #video-player .img-slide-wrapper {
    position: relative;
    overflow: hidden;
    width: calc(100% - 1px);
    border-radius: 7px;
    height: 400px;
    padding: 14px;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 .5px #ccc; }
    #video-player .img-slide-wrapper.light {
      background: #fff; }
    #video-player .img-slide-wrapper.dark {
      background: #111; }
    #video-player .img-slide-wrapper .slide-img {
      height: 98%;
      background-size: contain !important;
      background-position: center !important;
      z-index: 2;
      position: relative;
      top: 1%; }
    #video-player .img-slide-wrapper .slide-img-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-position: top !important;
      background-size: 150% !important;
      filter: blur(33px);
      z-index: 1; }

#barand-widget .brand-logo {
  width: 30px;
  height: 30px;
  z-index: 6;
  top: 26px;
  /* background-color: #f00 !important; */
  right: 21px;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-right: 15px; }

#product-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat !important;
  background-size: 190% !important;
  background-position: center !important;
  -webkit-filter: blur(14px);
  -moz-filter: blur(14px);
  -o-filter: blur(14px);
  -ms-filter: blur(14px);
  filter: blur(24px);
  opacity: .05; }

#qrcode {
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  height: 156px;
  width: 156px;
  background: #fff url("/assets/ico/loader.gif");
  background-position: center;
  background-repeat: no-repeat; }

.review-item {
  max-width: 95%; }
  .review-item .avatar-wrapper {
    width: 28px; }
    .review-item .avatar-wrapper svg {
      fill: var(--text-color-wrapper);
      width: 28px;
      height: 28px; }

.tech-card {
  padding: 14px 28px 14px 14px;
  width: calc(50% - 7px);
  border: 0.5px solid var(--border-color);
  border-radius: 7px;
  position: relative;
  flex-grow: 1;
  cursor: default; }
  .tech-card svg {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 1;
    width: 21px;
    height: 21px;
    fill: var(--color-cta); }

.helper-ico {
  display: inline-flex;
  border: 0.5px solid var(--border-color);
  color: var(--svg-ico-fill);
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 21px;
  font-size: 9px;
  position: absolute;
  bottom: 7px;
  right: 7px;
  transition: all 100ms linear; }
  .helper-ico:hover {
    background: var(--color-black);
    border: 0.5px solid var(--color-black);
    color: var(--color-white); }

.h-overflow {
  overflow: hidden;
  overflow-x: scroll; }

article.cross-section-wrapper {
  padding: 28px 0px 28px 0px !important;
  border-color: transparent; }
  article.cross-section-wrapper:last-child {
    border-radius: 0 0 14 14px; }

.cross-items-wrapper {
  width: max-content;
  padding: 14px; }
  .cross-items-wrapper a.cross-card {
    padding: 21px 14px 14px 14px;
    width: 230px;
    background: #fff;
    border-radius: 14px;
    text-decoration: none;
    color: var(--text-dark-color); }
    .cross-items-wrapper a.cross-card:hover {
      text-decoration: none; }
    .cross-items-wrapper a.cross-card .cross-img {
      width: 100%;
      height: 120px;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center !important; }
    .cross-items-wrapper a.cross-card > div:nth-child(1) {
      background: #ccc; }
    .cross-items-wrapper a.cross-card > div:nth-child(1) {
      background: #f00; }

#specs-wrapper #specs-list {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
  position: relative; }
  #specs-wrapper #specs-list.expand {
    max-height: max-content;
    overflow: visible; }

#specs-view-more {
  cursor: pointer; }
  #specs-view-more:hover > * {
    text-decoration: underline; }

#pros-n-cons > * {
  width: 50%; }
  #pros-n-cons > * > * {
    position: relative; }

#pros-n-cons #description-cons {
  position: relative; }

#pros-n-cons #description-pros {
  position: relative;
  padding-right: 28px; }

/*Small-Desktop*/
@media only screen and (min-width: 1179px) {
  .tech-card {
    padding: 14px 28px 14px 14px;
    width: calc(33% - 51px);
    border: 0.5px solid var(--border-color);
    border-radius: 14px;
    position: relative;
    flex-grow: 1;
    cursor: default; }
    .tech-card svg {
      position: absolute;
      right: 7px;
      top: 7px;
      z-index: 1;
      width: 21px;
      height: 21px;
      fill: var(--color-cta); } }
