/*
Theme Name: DARIA
Author: Alireza Ebrahimkhani | Studio Shizaru
Author URI: https://www.studioshizaru.com/
Description: A bespoke WordPress theme for DARIA.
Version: 1.0.1
Text Domain: daria
*/
@font-face {
  font-family: "klarheit";
  src: url("assets/fonts/esklarheitgrotesk-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/esklarheitgrotesk-regular.woff2") format("woff2"), url("assets/fonts/esklarheitgrotesk-regular.woff") format("woff"), url("assets/fonts/esklarheitgrotesk-regular.ttf") format("truetype"), url("assets/fonts/esklarheitgrotesk-regular.svg#esklarheitgrotesk-regular") format("svg");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "klarheit";
  src: url("assets/fonts/esklarheitgrotesk-medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/esklarheitgrotesk-medium.woff2") format("woff2"), url("assets/fonts/esklarheitgrotesk-medium.woff") format("woff"), url("assets/fonts/esklarheitgrotesk-medium.ttf") format("truetype"), url("assets/fonts/esklarheitgrotesk-medium.svg#esklarheitgrotesk-medium") format("svg");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "klarheit";
  src: url("assets/fonts/esklarheitgrotesk-bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/esklarheitgrotesk-bold.woff2") format("woff2"), url("assets/fonts/esklarheitgrotesk-bold.woff") format("woff"), url("assets/fonts/esklarheitgrotesk-bold.ttf") format("truetype"), url("assets/fonts/esklarheitgrotesk-bold.svg#esklarheitgrotesk-bold") format("svg");
  font-weight: 600;
  font-display: swap;
}
/* Devices */
/* 320 */
/* 440 */
/* 768 */
/* 1024 */
/* 1280 */
/* 1728 */
/* 2240 */
/* VARIABLES */
:root {
  font-size: 8px;
  --font_family: "klarheit";
  /* Font Size */
  --fs-dl: 19rem;
  --fs-dm: 15rem;
  --fs-ds: 12rem;
  --fs-hl: 8.5rem;
  --fs-hm: 6.5rem;
  --fs-hs: 4.75rem;
  --fs-tl: 4rem;
  --fs-tm: 3.5rem;
  --fs-ts: 2.75rem;
  --fs-ll: 2rem;
  --fs-lm: 1.75rem;
  --fs-ls: 1.375rem;
  --fs-bl: 2rem;
  --fs-bm: 1.75rem;
  --fs-bs: 1.5rem;
  /* Line Height */
  --lh-dl: 18rem;
  --lh-dm: 15rem;
  --lh-ds: 12rem;
  --lh-hl: 9rem;
  --lh-hm: 7.5rem;
  --lh-hs: 5.25rem;
  --lh-tl: 4.5rem;
  --lh-tm: 4rem;
  --lh-ts: 3.25rem;
  --lh-ll: 3rem;
  --lh-lm: 3rem;
  --lh-ls: 2rem;
  --lh-bl: 3rem;
  --lh-bm: 2.5rem;
  --lh-bs: 2rem;
  /* Neutral */
  --n0-rgb: 255, 255, 255;
  --n50-rgb: 244, 246, 245;
  --n100-rgb: 233, 236, 235;
  --n200-rgb: 211, 217, 216;
  --n300-rgb: 189, 198, 196;
  --n400-rgb: 162, 175, 172;
  --n500-rgb: 135, 151, 147;
  --n600-rgb: 109, 126, 122;
  --n700-rgb: 87, 101, 98;
  --n800-rgb: 64, 74, 72;
  --n900-rgb: 40, 47, 45;
  --n950-rgb: 28, 33, 32;
  --n1000-rgb: 0, 0, 0;
  --n0: rgba(var(--n0-rgb), 1);
  --n50: rgba(var(--n50-rgb), 1);
  --n100: rgba(var(--n100-rgb), 1);
  --n200: rgba(var(--n200-rgb), 1);
  --n300: rgba(var(--n300-rgb), 1);
  --n400: rgba(var(--n400-rgb), 1);
  --n500: rgba(var(--n500-rgb), 1);
  --n600: rgba(var(--n600-rgb), 1);
  --n700: rgba(var(--n700-rgb), 1);
  --n800: rgba(var(--n800-rgb), 1);
  --n900: rgba(var(--n900-rgb), 1);
  --n950: rgba(var(--n950-rgb), 1);
  --n1000: rgba(var(--n1000-rgb), 1);
  /* Black & White */
  --white: var(--n0);
  --black: var(--n950);
  --grey: var(--n700);
  /* Blue */
  --blue50-rgb: 229, 242, 251;
  --blue100-rgb: 207, 230, 247;
  --blue200-rgb: 163, 208, 240;
  --blue300-rgb: 120, 185, 232;
  --blue400-rgb: 76, 163, 225;
  --blue500-rgb: 36, 142, 216;
  --blue600-rgb: 29, 114, 175;
  --blue700-rgb: 22, 86, 131;
  --blue800-rgb: 15, 57, 87;
  --blue900-rgb: 7, 29, 44;
  --blue950-rgb: 4, 14, 22;
  --blue0: rgba(var(--blue0-rgb), 1);
  --blue50: rgba(var(--blue50-rgb), 1);
  --blue100: rgba(var(--blue100-rgb), 1);
  --blue200: rgba(var(--blue200-rgb), 1);
  --blue300: rgba(var(--blue300-rgb), 1);
  --blue400: rgba(var(--blue400-rgb), 1);
  --blue500: rgba(var(--blue500-rgb), 1);
  --blue600: rgba(var(--blue600-rgb), 1);
  --blue700: rgba(var(--blue700-rgb), 1);
  --blue800: rgba(var(--blue800-rgb), 1);
  --blue900: rgba(var(--blue900-rgb), 1);
  --blue950: rgba(var(--blue950-rgb), 1);
  /* Orange */
  --orange500-rgb: 223, 124, 89;
  --orange500: rgba(var(--orange500-rgb), 1);
  /* Red */
  --red500-rgb: 214, 105, 101;
  --red500: rgba(var(--red500-rgb), 1);
  /* Primary Color*/
  --primary: var(--blue500);
  --primary-hover: var(--blue600);
  --primary-focus: var(--blue700);
  /* Setup */
  --bc: var(--n50);
  --fc: var(--n950);
  --fc-hover: var(--n700);
  --fc-focus: var(--n500);
  /* Spaces */
  --1: 0.125rem;
  --2: 0.25rem;
  --4: 0.5rem;
  --8: 1rem;
  --12: 1.5rem;
  --16: 2rem;
  --20: 2.5rem;
  --24: 3rem;
  --32: 4rem;
  --40: 5rem;
  --48: 6rem;
  --56: 7rem;
  --64: 8rem;
  --72: 9rem;
  --96: 12rem;
  --120: 15rem;
  --180: 22.5rem;
  --240: 30rem;
  /* radius */
  --full_rounded: 100rem;
  --slightly_rounded: 0.5rem;
  /* Layout */
  --margin: var(--48);
  --gutter: var(--24);
  --max-width: 96rem;
  --column_no: 14;
  --column_width: calc(
    (100vw - ((var(--column_no) - 1) * var(--gutter) + 2 * var(--margin))) /
      var(--column_no)
  );
  --intend: calc(var(--gutter) + (var(--column_width) * 2));
  --intend-bleeded: calc(var(--intend) + var(--gutter) + var(--margin));
  --body_gap: var(--16);
  /* Components Preset */
  --header_height: 9rem;
  --net_height: calc(100svh - var(--header_height));
  --border: 1px solid var(--n200);
  --section_padding: var(--180);
  /* Devices */
  --gap_8: var(--8);
  --gap_16: var(--16);
  --gap_48: var(--48);
  /* Devices */
  --phone: 40rem; /* 320 */
  --phablet: 55rem; /* 440 */
  --tablet: 96rem; /* 768 */
  --tabletx: 128rem; /* 1024 */
  --laptop: 160rem; /* 1280 */
  --desktop: 216rem; /* 1728 */
  /* Responsive */
}
@media only screen and (min-width: 2240px) {
  :root {
    --fs-dl: 22.8rem;
    --fs-dm: 18rem;
    --fs-ds: 14.4rem;
    --fs-hl: 10.8rem;
    --fs-hm: 8.4rem;
    --fs-hs: 6rem;
    --fs-tl: 4.8rem;
    --fs-tm: 4.2rem;
    --fs-ts: 3.3rem;
    --fs-ll: 2.4rem;
    --fs-lm: 2.1rem;
    --fs-ls: 1.65rem;
    --fs-bl: 2.4rem;
    --fs-bm: 2.1rem;
    --fs-bs: 1.8rem;
    /* Line Height */
    --lh-dl: 21.6rem;
    --lh-dm: 18rem;
    --lh-ds: 14.4rem;
    --lh-hl: 12rem;
    --lh-hm: 8.4rem;
    --lh-hs: 6.6rem;
    --lh-tl: 5.4rem;
    --lh-tm: 4.8rem;
    --lh-ts: 3.9rem;
    --lh-ll: 3.6rem;
    --lh-lm: 3.6rem;
    --lh-ls: 2.4rem;
    --lh-bl: 3.6rem;
    --lh-bm: 3rem;
    --lh-bs: 2.4rem;
  }
}
@media only screen and (max-width: 1280px) {
  :root {
    /* Font Size */
    --fs-hl: 7rem;
    --fs-hm: 6rem;
    --fs-hs: 5rem;
    /* Line Height */
    --lh-hl: 8rem;
    --lh-hm: 6.5rem;
    --lh-hs: 5rem;
    --margin: var(--24);
    --gutter: var(--16);
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --column_no: 8;
    --intend-bleeded: var(--margin);
  }
}
@media only screen and (max-width: 768px) {
  :root {
    /* Font Size */
    --fs-hl: 5.25rem;
    --fs-hm: 4.75rem;
    --fs-hs: 4rem;
    --fs-tl: 3.5rem;
    --fs-tm: 2.75rem;
    --fs-ts: 2.25rem;
    /* Line Height */
    --fs-dl: 12rem;
    --lh-dl: 12rem;
    --fs-dm: 10rem;
    --lh-dm: 10rem;
    --lh-hl: 6rem;
    --lh-hm: 5rem;
    --lh-hs: 4.25rem;
    --lh-tl: 3.75rem;
    --lh-tm: 3rem;
    --lh-ts: 2.5rem;
    --header_height: 7rem;
    --column_no: 6;
  }
}
@media only screen and (max-width: 440px) {
  :root {
    --column_no: 4;
  }
}
@media only screen and (max-width: 320px) {
  :root {
    --column_no: 4;
  }
}

.dark {
  --n0-rgb: 0, 0, 0;
  --n50-rgb: 28, 33, 32;
  --n100-rgb: 40, 47, 45;
  --n200-rgb: 64, 74, 72;
  --n300-rgb: 87, 101, 98;
  --n400-rgb: 109, 126, 122;
  --n500-rgb: 135, 151, 147;
  --n600-rgb: 162, 175, 172;
  --n700-rgb: 189, 198, 196;
  --n800-rgb: 211, 217, 216;
  --n900-rgb: 233, 236, 235;
  --n950-rgb: 244, 246, 245;
  --n1000-rgb: 255, 255, 255;
  --n0: rgba(var(--n0-rgb), 1);
  --n50: rgba(var(--n50-rgb), 1);
  --n100: rgba(var(--n100-rgb), 1);
  --n200: rgba(var(--n200-rgb), 1);
  --n300: rgba(var(--n300-rgb), 1);
  --n400: rgba(var(--n400-rgb), 1);
  --n500: rgba(var(--n500-rgb), 1);
  --n600: rgba(var(--n600-rgb), 1);
  --n700: rgba(var(--n700-rgb), 1);
  --n800: rgba(var(--n800-rgb), 1);
  --n900: rgba(var(--n900-rgb), 1);
  --n950: rgba(var(--n950-rgb), 1);
  --n1000: rgba(var(--n1000-rgb), 1);
  --white: var(--n0);
  --black: var(--n950);
  --grey: var(--n700);
  --bc: var(--n0);
  --fc: var(--n1000);
  --border: 1px solid var(--n200);
}

* {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  scroll-behavior: smooth; /* Enable smooth scrolling for the entire page */
}

.site {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  touch-action: auto;
  background-color: var(--bc);
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.main {
  margin-top: var(--header_height);
  margin-bottom: var(--180);
}

img,
video {
  width: 100%;
  display: block;
}

a {
  box-sizing: content-box;
  color: var(--fc);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

renderInfo_t3 {
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: var(--20) !important;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  padding: var(--2);
  cursor: pointer;
}

.display-large, .bndii_selfie-title {
  font-family: var(--font_family);
  font-weight: 600;
  font-size: var(--fs-dl);
  line-height: var(--lh-dl);
  text-transform: none;
  display: block;
  height: unset;
}
.display-medium {
  font-family: var(--font_family);
  font-weight: 600;
  font-size: var(--fs-dm);
  line-height: var(--lh-dm);
  text-transform: none;
  display: block;
  height: unset;
}
.display-small, .bndiiLt_design-info h2, .bndii_shotByBond-title {
  font-family: var(--font_family);
  font-weight: 600;
  font-size: var(--fs-ds);
  line-height: var(--lh-ds);
  text-transform: none;
  display: block;
  height: unset;
}

.heading-large, .home_bndii-slogan, .abt_intro-slogan-text, .info_t1-title {
  font-family: var(--font_family);
  font-weight: 600;
  font-size: var(--fs-hl);
  line-height: var(--lh-hl);
  text-transform: none;
  display: block;
  height: unset;
}
.heading-medium, .searchResault_title h1, .info_t2-title, .page_title-title {
  font-family: var(--font_family);
  font-weight: 600;
  font-size: var(--fs-hm);
  line-height: var(--lh-hm);
  text-transform: none;
  display: block;
  height: unset;
}
.heading-small, .product_box-title, .bndii_mainCamera-camera_info-lenz, .info_t3-title {
  font-family: var(--font_family);
  font-weight: 600;
  font-size: var(--fs-hs);
  line-height: var(--lh-hs);
  text-transform: none;
  display: block;
  height: unset;
}

.title-large, .searchResault_resaults-item a, .info_t1-subtitle, .article-h2, .tab-headerItem {
  font-family: var(--font_family);
  font-weight: 500;
  font-size: var(--fs-tl);
  line-height: var(--lh-tl);
  text-transform: none;
  display: block;
  height: unset;
}
.title-medium, .home_bndii-model, .info_t2-subtitle {
  font-family: var(--font_family);
  font-weight: 500;
  font-size: var(--fs-tm);
  line-height: var(--lh-tm);
  text-transform: none;
  display: block;
  height: unset;
}
.title-small, .store_info h4, .home_bndii-web3 > p > span, .home_bndii-web3 > p, .bndiiLt_finishing-color, .bndiiLt_camera-lens, .bndiiLt_intro-info-secondary > p, .bndii_finishing-color, .bndii_intro-info-secondary > p, .badge_t2-title, .info_t5-title, .info_t4-title, .info_t3-subtitle, .article-h3, .tip-title, .accordion-header-title {
  font-family: var(--font_family);
  font-weight: 500;
  font-size: var(--fs-ts);
  line-height: var(--lh-ts);
  text-transform: none;
  display: block;
  height: unset;
}

.label-large, .product_card-placeholder, .product_head-colorSelectorName span:last-child, .bndiiLt_gpu-gameValue, .bndii_acButton-title, .bndii_gpu-gameValue, .footer-menuHeader, .badge_t1-title, .article-bold, .button-large .button-label, .submit, .header-primary_menu a {
  font-family: var(--font_family);
  font-weight: 500;
  font-size: var(--fs-ll);
  line-height: var(--lh-ll);
  text-transform: unset;
  display: inline-block;
  height: unset;
}
.label-large-enhanced, .searchBar-input, .header-divider-items a {
  font-family: var(--font_family);
  font-weight: 600;
  font-size: var(--fs-tm);
  line-height: var(--lh-tm);
  text-transform: unset;
  display: inline-block;
  height: unset;
}
.label-medium, .product_box-name, .product_head-pagination, .home_bndii-feature, .home_bndii-web3 > span, .searchResault_title-resaultNo, .cnt_info-general-social a, .cnt_info-ways a, .bndiiLt_finishing-material, .bndiiLt_intro-info-secondary > span, .bndii_finishing-material, .bndii_intro-info-secondary > span, .footer-items a, .badge_t2-subtitle, .bottomNav-item a, .compare-value, .compare-barValue, .button-label, .textArea textarea::placeholder, label.dynamicLabel, .textType > input, .textType > select, .tip-cta, .searchBar-results span, .searchBar-results p, .searchBar-results a, .search_btn-label, .header-divider-social a, .header-secondary_menu a {
  font-family: var(--font_family);
  font-weight: 400;
  font-size: var(--fs-lm);
  line-height: var(--lh-lm);
  text-transform: unset;
  display: inline-block;
  height: unset;
}
.label-small, .product_head-colorSelectorName span:first-child, .bndiiLt_gpu-gameName, .bndii_gpu-gameName, .footer-copyrights span, .footer-multiways span, .badge_t1-subtitle, .imageCmp-fixWrapper:before, .imageCmp-dynamicWrapper:before, label.dynamicLabel--active, .header-divider-copyright {
  font-family: var(--font_family);
  font-weight: 400;
  font-size: var(--fs-ls);
  line-height: var(--lh-ls);
  text-transform: unset;
  display: inline-block;
  height: unset;
}

.body-large, .searchResault_resaults-item p, .bndii_mainCamera-camera_info-features li, .info_t1-description, .article-item, .article-text, .tab-footerItem, .contactForm-success, .contactForm-error {
  font-family: var(--font_family);
  font-weight: 400;
  font-size: var(--fs-bl);
  line-height: var(--lh-bl);
  text-transform: none;
  display: block;
  height: unset;
}
.body-medium, .store_info p, .info_t5-description, .info_t3-description, .info_t2-description, .rotatingProduct-name, .checkbox label, .textArea textarea, .tip-description, .spec-item-value, .spec-item-name, .accordion-text, .accordion-body p, .breadcrumb span, .breadcrumb-item a, .breadcrumb-item {
  font-family: var(--font_family);
  font-weight: 400;
  font-size: var(--fs-bm);
  line-height: var(--lh-bm);
  text-transform: none;
  display: block;
  height: unset;
}
.body-small, .info_t4-subtitle {
  font-family: var(--font_family);
  font-weight: 400;
  font-size: var(--fs-bs);
  line-height: var(--lh-bs);
  text-transform: none;
  display: block;
  height: unset;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  z-index: 9999;
  display: none;
}

.cookie-consent a {
  color: #ffcc00;
  text-decoration: none;
}

.cookie-consent button {
  background-color: #ffcc00;
  color: black;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 15px;
}

.cookie-consent button:hover {
  background-color: #e6b800;
}

.header {
  background-color: rgba(var(--n50-rgb), 0.5);
  transition-property: background-color , border;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  width: 100%;
  z-index: 9;
  border-bottom: var(--border);
  position: fixed;
}
.header--open {
  background-color: rgba(var(--n50-rgb), 1);
}
.header-main {
  display: flex;
  gap: var(--gutter);
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header-main {
    justify-content: space-between;
  }
}
.header-branding {
  width: var(--intend);
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .header-branding {
    width: unset;
  }
}
.header-toolbar {
  width: var(--intend);
}
@media only screen and (max-width: 1024px) {
  .header-toolbar {
    display: flex;
    width: unset;
    gap: var(--8);
    justify-content: flex-end;
  }
}
.header-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header-menu {
    display: none;
  }
}
.header-primary_menu {
  gap: var(--16);
}
.header-primary_menu ul {
  display: flex;
  gap: var(--24);
}
.header-primary_menu a {
  padding: var(--24) 0;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.header-primary_menu a:hover {
  color: var(--n700);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.header-secondary_menu {
  gap: var(--16);
}
.header-secondary_menu ul {
  display: flex;
  gap: var(--24);
}
.header-secondary_menu a {
  padding: var(--24) 0;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.header-secondary_menu a:hover {
  color: var(--n700);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.header-divider {
  max-height: 0;
  overflow: hidden;
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.header-divider-wrapper {
  height: calc(100dvh - var(--header_height));
  padding: var(--24) 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-divider--open {
  max-height: calc(100dvh - var(--header_height));
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.header-divider-items a {
  padding: var(--12) 0;
}
.header-divider-items a:hover {
  color: var(--n700);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.header-divider-copyright {
  color: var(--fc);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  text-align: center;
}
.header-divider-footer {
  display: flex;
  flex-direction: column;
}
.header-divider-social {
  display: flex;
  justify-content: center;
}
.header-divider-social-items {
  display: flex;
  gap: var(--16);
  justify-content: center;
}
.header-divider-social a {
  padding: var(--8) 0;
}
.header-divider-social a:hover {
  color: var(--n700);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.col-text, .product_head-info, .home_bndii-info, .bndiiLt_camera-info, .bndiiLt_glass-info, .bndiiLt_intro-info, .bndii_wide-info, .bndii_beauty-info, .bndii_layers-info, .bndii_intro-info, .tabAccordion-accordion {
  grid-column: span 4;
}
@media only screen and (max-width: 1024px) {
  .col-text, .product_head-info, .home_bndii-info, .bndiiLt_camera-info, .bndiiLt_glass-info, .bndiiLt_intro-info, .bndii_wide-info, .bndii_beauty-info, .bndii_layers-info, .bndii_intro-info, .tabAccordion-accordion {
    grid-column: span var(--column_no);
  }
}
.col-media-intended {
  grid-column: span 6;
}
@media only screen and (max-width: 1024px) {
  .col-media-intended {
    grid-column: span var(--column_no);
  }
}
.col-media, .product_head-slideshow, .bndiiLt_camera-media, .bndiiLt_glass-media, .bndii_layers-media, .bndii_intro-media {
  grid-column: span 8;
}
@media only screen and (max-width: 1024px) {
  .col-media, .product_head-slideshow, .bndiiLt_camera-media, .bndiiLt_glass-media, .bndii_layers-media, .bndii_intro-media {
    grid-column: span var(--column_no);
  }
}
.col-media-bleed {
  grid-column: span 10;
}
@media only screen and (max-width: 1024px) {
  .col-media-bleed {
    grid-column: span var(--column_no);
  }
}
.col-twin-1 {
  grid-column: 2/3;
}
@media only screen and (max-width: 768px) {
  .col-twin-1 {
    grid-column: unset;
  }
}
.col-twin-2, .abt_future-info, .abt_intro-slogan-wrapper, .spec-item-wrapper {
  grid-column: 2/3;
}
@media only screen and (max-width: 768px) {
  .col-twin-2, .abt_future-info, .abt_intro-slogan-wrapper, .spec-item-wrapper {
    grid-column: unset;
  }
}

.row {
  width: 100%;
}
.row-column, .product_head-wrapper, .home_bndii-wrapper, .bndiiLt_unlock-cards, .bndiiLt_xAxis-wrapper, .bndiiLt_camera-wrapper, .bndiiLt_battery-wrapper, .bndiiLt_glass-wrapper, .bndiiLt_intro-wrapper, .bndii_wide-wrapper, .bndii_beauty-wrapper, .bndii_xAxis-wrapper, .bndii_screen-wrapper, .bndii_cooling-wrapper, .bndii_bezel-wrapper, .bndii_layers-wrapper, .bndii_intro-wrapper, .tabAccordion-wrapper {
  display: grid;
  grid-template-columns: repeat(var(--column_no), 1fr);
  gap: var(--gutter);
}
.row-column-left_intend {
  display: grid;
  grid-template-columns: repeat(calc(var(--column_no)), 1fr);
  gap: var(--gutter);
}
.row-column-intend {
  display: grid;
  grid-template-columns: repeat(calc(var(--column_no)), 1fr);
  gap: var(--gutter);
}
.row-bleed, .home .products_archive, .bndiiLt_ip54-media, .bndiiLt_xAxis-wrapper, .bndii_xAxis-wrapper, .bndii_sound-media, .bndii_sound-info, .bndii_water-info, .bndii_screen-wrapper, .bndii_cooling-wrapper, .bndii_mainCamera, .bndii_midframe-info, .bndii_bezel-wrapper, .header {
  padding-right: var(--margin);
  padding-left: var(--margin);
}
.row-box, .bndii_zoom-info, .bndii_selfie .text_box_t1, .bndii_panorama-info {
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  padding-right: var(--margin);
  padding-left: var(--margin);
}
@media only screen and (max-width: 768px) {
  .row-box, .bndii_zoom-info, .bndii_selfie .text_box_t1, .bndii_panorama-info {
    max-width: unset;
    margin: 0 auto;
  }
}
.row-twin, .srv_other-title, .srv_wallet-wrapper, .srv_reward-wrapper, .srv_intro-info, .sup_faq-title, .sup_app-wrapper, .sup_ways-other, .sup_ways-wrapper, .sup_intro-wrapper, .cnt_contactForm-wrapper, .cnt_info-wrapper, .abt_future-wrapper, .abt_goals-title, .abt_why-wrapper, .abt_multiways-wrapper, .abt_brand-wrapper, .abt_intro-slogan, .bndiiLt_finishing, .bndiiLt_gpu-info, .bndiiLt_cpu-info-wrapper, .bndii_finishing, .bndii_battery-info, .bndii_acButton-actions, .bndii_acButton-wrapper, .bndii_gpu-info, .bndii_cpu-info-wrapper, .tab-bodyInfo, .tip-wrapper, .spec-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gutter);
}
.row-twin > div, .srv_other-title > div, .srv_wallet-wrapper > div, .srv_reward-wrapper > div, .srv_intro-info > div, .sup_faq-title > div, .sup_app-wrapper > div, .sup_ways-other > div, .sup_ways-wrapper > div, .sup_intro-wrapper > div, .cnt_contactForm-wrapper > div, .cnt_info-wrapper > div, .abt_future-wrapper > div, .abt_goals-title > div, .abt_why-wrapper > div, .abt_multiways-wrapper > div, .abt_brand-wrapper > div, .abt_intro-slogan > div, .bndiiLt_finishing > div, .bndiiLt_gpu-info > div, .bndiiLt_cpu-info-wrapper > div, .bndii_finishing > div, .bndii_battery-info > div, .bndii_acButton-actions > div, .bndii_acButton-wrapper > div, .bndii_gpu-info > div, .bndii_cpu-info-wrapper > div, .tab-bodyInfo > div, .tip-wrapper > div, .spec-item > div {
  padding-right: var(--column_width);
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .row-twin > div, .srv_other-title > div, .srv_wallet-wrapper > div, .srv_reward-wrapper > div, .srv_intro-info > div, .sup_faq-title > div, .sup_app-wrapper > div, .sup_ways-other > div, .sup_ways-wrapper > div, .sup_intro-wrapper > div, .cnt_contactForm-wrapper > div, .cnt_info-wrapper > div, .abt_future-wrapper > div, .abt_goals-title > div, .abt_why-wrapper > div, .abt_multiways-wrapper > div, .abt_brand-wrapper > div, .abt_intro-slogan > div, .bndiiLt_finishing > div, .bndiiLt_gpu-info > div, .bndiiLt_cpu-info-wrapper > div, .bndii_finishing > div, .bndii_battery-info > div, .bndii_acButton-actions > div, .bndii_acButton-wrapper > div, .bndii_gpu-info > div, .bndii_cpu-info-wrapper > div, .tab-bodyInfo > div, .tip-wrapper > div, .spec-item > div {
    padding-right: unset;
  }
}
@media only screen and (max-width: 768px) {
  .row-twin, .srv_other-title, .srv_wallet-wrapper, .srv_reward-wrapper, .srv_intro-info, .sup_faq-title, .sup_app-wrapper, .sup_ways-other, .sup_ways-wrapper, .sup_intro-wrapper, .cnt_contactForm-wrapper, .cnt_info-wrapper, .abt_future-wrapper, .abt_goals-title, .abt_why-wrapper, .abt_multiways-wrapper, .abt_brand-wrapper, .abt_intro-slogan, .bndiiLt_finishing, .bndiiLt_gpu-info, .bndiiLt_cpu-info-wrapper, .bndii_finishing, .bndii_battery-info, .bndii_acButton-actions, .bndii_acButton-wrapper, .bndii_gpu-info, .bndii_cpu-info-wrapper, .tab-bodyInfo, .tip-wrapper, .spec-item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.row-triplets, .bndii_battery-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gutter);
}
.row-triplets > div, .bndii_battery-badges > div {
  padding-right: var(--column_width);
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .row-triplets > div, .bndii_battery-badges > div {
    padding-right: unset;
  }
}
@media only screen and (max-width: 768px) {
  .row-triplets, .bndii_battery-badges {
    grid-template-columns: repeat(1, 1fr);
  }
}
.row-intend, .products_archive-title, .products_archive, .products_colors-info, .product_box, .product_spec-title, .pp_article, .pp_titleBar, .srv_other, .srv_wallet, .srv_reward-wrapper, .srv_intro, .srv_pageTitle, .searchResault_resaults, .searchResault_title, .sup_faq-title, .sup_app, .sup_ways, .sup_intro, .sup_pageTitle, .cnt_contactForm, .cnt_liveChat, .cnt_info, .cnt_pageTitle, .abt_future, .abt_goals-title, .abt_why, .abt_multiways, .abt_brand, .abt_intro-wrapper, .bndiiLt_unlock-cards, .bndiiLt_spec-title, .bndiiLt_ip54-info, .bndiiLt_screen-info, .bndiiLt_screen-media, .bndiiLt_colors-info, .bndiiLt_gpu-wrapper, .bndiiLt_cpu-info, .bndiiLt_design-info, .bndiiLt_highlight-info, .bndiiLt_intro-wrapper, .bndii_utilities-info, .bndii_zoom, .bndii_shotByBond-galleryWrapper .slideshow-actions, .bndii_spec-title, .bndii_battery-wrapper, .bndii_colors-info, .bndii_acButton, .bndii_cameraAi-info, .bndii_highlight-info, .bndii_mainCamera-camera_info, .bndii_gpu-wrapper, .bndii_cpu-info, .footer-wrapper, .tabAccordion-wrapper, .slideshow, .accordion {
  padding-right: var(--intend-bleeded);
  padding-left: var(--intend-bleeded);
}
.row-intend.row-column, .row-column.products_archive-title, .row-column.products_archive, .row-column.products_colors-info, .row-column.product_box, .row-column.product_spec-title, .row-intend.product_head-wrapper, .product_head-wrapper.products_archive-title, .product_head-wrapper.products_archive, .product_head-wrapper.products_colors-info, .product_head-wrapper.product_box, .product_head-wrapper.product_spec-title, .row-intend.home_bndii-wrapper, .home_bndii-wrapper.products_archive-title, .home_bndii-wrapper.products_archive, .home_bndii-wrapper.products_colors-info, .home_bndii-wrapper.product_box, .home_bndii-wrapper.product_spec-title, .row-column.pp_article, .pp_article.product_head-wrapper, .pp_article.home_bndii-wrapper, .row-column.pp_titleBar, .pp_titleBar.product_head-wrapper, .pp_titleBar.home_bndii-wrapper, .row-column.srv_other, .srv_other.product_head-wrapper, .srv_other.home_bndii-wrapper, .row-column.srv_wallet, .srv_wallet.product_head-wrapper, .srv_wallet.home_bndii-wrapper, .row-column.srv_reward-wrapper, .srv_reward-wrapper.product_head-wrapper, .srv_reward-wrapper.home_bndii-wrapper, .row-column.srv_intro, .srv_intro.product_head-wrapper, .srv_intro.home_bndii-wrapper, .row-column.srv_pageTitle, .srv_pageTitle.product_head-wrapper, .srv_pageTitle.home_bndii-wrapper, .row-column.searchResault_resaults, .searchResault_resaults.product_head-wrapper, .searchResault_resaults.home_bndii-wrapper, .row-column.searchResault_title, .searchResault_title.product_head-wrapper, .searchResault_title.home_bndii-wrapper, .row-column.sup_faq-title, .sup_faq-title.product_head-wrapper, .sup_faq-title.home_bndii-wrapper, .row-column.sup_app, .sup_app.product_head-wrapper, .sup_app.home_bndii-wrapper, .row-column.sup_ways, .sup_ways.product_head-wrapper, .sup_ways.home_bndii-wrapper, .row-column.sup_intro, .sup_intro.product_head-wrapper, .sup_intro.home_bndii-wrapper, .row-column.sup_pageTitle, .sup_pageTitle.product_head-wrapper, .sup_pageTitle.home_bndii-wrapper, .row-column.cnt_contactForm, .cnt_contactForm.product_head-wrapper, .cnt_contactForm.home_bndii-wrapper, .row-column.cnt_liveChat, .cnt_liveChat.product_head-wrapper, .cnt_liveChat.home_bndii-wrapper, .row-column.cnt_info, .cnt_info.product_head-wrapper, .cnt_info.home_bndii-wrapper, .row-column.cnt_pageTitle, .cnt_pageTitle.product_head-wrapper, .cnt_pageTitle.home_bndii-wrapper, .row-column.abt_future, .abt_future.product_head-wrapper, .abt_future.home_bndii-wrapper, .row-column.abt_goals-title, .abt_goals-title.product_head-wrapper, .abt_goals-title.home_bndii-wrapper, .row-column.abt_why, .abt_why.product_head-wrapper, .abt_why.home_bndii-wrapper, .row-column.abt_multiways, .abt_multiways.product_head-wrapper, .abt_multiways.home_bndii-wrapper, .row-column.abt_brand, .abt_brand.product_head-wrapper, .abt_brand.home_bndii-wrapper, .row-column.abt_intro-wrapper, .abt_intro-wrapper.product_head-wrapper, .abt_intro-wrapper.home_bndii-wrapper, .row-intend.bndiiLt_unlock-cards, .bndiiLt_unlock-cards.products_archive-title, .bndiiLt_unlock-cards.products_archive, .bndiiLt_unlock-cards.products_colors-info, .bndiiLt_unlock-cards.product_box, .bndiiLt_unlock-cards.product_spec-title, .bndiiLt_unlock-cards.pp_article, .bndiiLt_unlock-cards.pp_titleBar, .bndiiLt_unlock-cards.srv_other, .bndiiLt_unlock-cards.srv_wallet, .bndiiLt_unlock-cards.srv_reward-wrapper, .bndiiLt_unlock-cards.srv_intro, .bndiiLt_unlock-cards.srv_pageTitle, .bndiiLt_unlock-cards.searchResault_resaults, .bndiiLt_unlock-cards.searchResault_title, .bndiiLt_unlock-cards.sup_faq-title, .bndiiLt_unlock-cards.sup_app, .bndiiLt_unlock-cards.sup_ways, .bndiiLt_unlock-cards.sup_intro, .bndiiLt_unlock-cards.sup_pageTitle, .bndiiLt_unlock-cards.cnt_contactForm, .bndiiLt_unlock-cards.cnt_liveChat, .bndiiLt_unlock-cards.cnt_info, .bndiiLt_unlock-cards.cnt_pageTitle, .bndiiLt_unlock-cards.abt_future, .bndiiLt_unlock-cards.abt_goals-title, .bndiiLt_unlock-cards.abt_why, .bndiiLt_unlock-cards.abt_multiways, .bndiiLt_unlock-cards.abt_brand, .bndiiLt_unlock-cards.abt_intro-wrapper, .bndiiLt_unlock-cards, .row-column.bndiiLt_spec-title, .bndiiLt_spec-title.product_head-wrapper, .bndiiLt_spec-title.home_bndii-wrapper, .bndiiLt_spec-title.bndiiLt_unlock-cards, .row-column.bndiiLt_ip54-info, .bndiiLt_ip54-info.product_head-wrapper, .bndiiLt_ip54-info.home_bndii-wrapper, .bndiiLt_ip54-info.bndiiLt_unlock-cards, .row-intend.bndiiLt_xAxis-wrapper, .bndiiLt_xAxis-wrapper.products_archive-title, .bndiiLt_xAxis-wrapper.products_archive, .bndiiLt_xAxis-wrapper.products_colors-info, .bndiiLt_xAxis-wrapper.product_box, .bndiiLt_xAxis-wrapper.product_spec-title, .bndiiLt_xAxis-wrapper.pp_article, .bndiiLt_xAxis-wrapper.pp_titleBar, .bndiiLt_xAxis-wrapper.srv_other, .bndiiLt_xAxis-wrapper.srv_wallet, .bndiiLt_xAxis-wrapper.srv_reward-wrapper, .bndiiLt_xAxis-wrapper.srv_intro, .bndiiLt_xAxis-wrapper.srv_pageTitle, .bndiiLt_xAxis-wrapper.searchResault_resaults, .bndiiLt_xAxis-wrapper.searchResault_title, .bndiiLt_xAxis-wrapper.sup_faq-title, .bndiiLt_xAxis-wrapper.sup_app, .bndiiLt_xAxis-wrapper.sup_ways, .bndiiLt_xAxis-wrapper.sup_intro, .bndiiLt_xAxis-wrapper.sup_pageTitle, .bndiiLt_xAxis-wrapper.cnt_contactForm, .bndiiLt_xAxis-wrapper.cnt_liveChat, .bndiiLt_xAxis-wrapper.cnt_info, .bndiiLt_xAxis-wrapper.cnt_pageTitle, .bndiiLt_xAxis-wrapper.abt_future, .bndiiLt_xAxis-wrapper.abt_goals-title, .bndiiLt_xAxis-wrapper.abt_why, .bndiiLt_xAxis-wrapper.abt_multiways, .bndiiLt_xAxis-wrapper.abt_brand, .bndiiLt_xAxis-wrapper.abt_intro-wrapper, .bndiiLt_xAxis-wrapper.bndiiLt_unlock-cards, .bndiiLt_xAxis-wrapper.bndiiLt_spec-title, .bndiiLt_xAxis-wrapper.bndiiLt_ip54-info, .row-intend.bndiiLt_camera-wrapper, .bndiiLt_camera-wrapper.products_archive-title, .bndiiLt_camera-wrapper.products_archive, .bndiiLt_camera-wrapper.products_colors-info, .bndiiLt_camera-wrapper.product_box, .bndiiLt_camera-wrapper.product_spec-title, .bndiiLt_camera-wrapper.pp_article, .bndiiLt_camera-wrapper.pp_titleBar, .bndiiLt_camera-wrapper.srv_other, .bndiiLt_camera-wrapper.srv_wallet, .bndiiLt_camera-wrapper.srv_reward-wrapper, .bndiiLt_camera-wrapper.srv_intro, .bndiiLt_camera-wrapper.srv_pageTitle, .bndiiLt_camera-wrapper.searchResault_resaults, .bndiiLt_camera-wrapper.searchResault_title, .bndiiLt_camera-wrapper.sup_faq-title, .bndiiLt_camera-wrapper.sup_app, .bndiiLt_camera-wrapper.sup_ways, .bndiiLt_camera-wrapper.sup_intro, .bndiiLt_camera-wrapper.sup_pageTitle, .bndiiLt_camera-wrapper.cnt_contactForm, .bndiiLt_camera-wrapper.cnt_liveChat, .bndiiLt_camera-wrapper.cnt_info, .bndiiLt_camera-wrapper.cnt_pageTitle, .bndiiLt_camera-wrapper.abt_future, .bndiiLt_camera-wrapper.abt_goals-title, .bndiiLt_camera-wrapper.abt_why, .bndiiLt_camera-wrapper.abt_multiways, .bndiiLt_camera-wrapper.abt_brand, .bndiiLt_camera-wrapper.abt_intro-wrapper, .bndiiLt_camera-wrapper.bndiiLt_unlock-cards, .bndiiLt_camera-wrapper.bndiiLt_spec-title, .bndiiLt_camera-wrapper.bndiiLt_ip54-info, .row-column.bndiiLt_screen-info, .bndiiLt_screen-info.product_head-wrapper, .bndiiLt_screen-info.home_bndii-wrapper, .bndiiLt_screen-info.bndiiLt_unlock-cards, .bndiiLt_screen-info.bndiiLt_xAxis-wrapper, .bndiiLt_screen-info.bndiiLt_camera-wrapper, .row-column.bndiiLt_screen-media, .bndiiLt_screen-media.product_head-wrapper, .bndiiLt_screen-media.home_bndii-wrapper, .bndiiLt_screen-media.bndiiLt_unlock-cards, .bndiiLt_screen-media.bndiiLt_xAxis-wrapper, .bndiiLt_screen-media.bndiiLt_camera-wrapper, .row-column.bndiiLt_colors-info, .bndiiLt_colors-info.product_head-wrapper, .bndiiLt_colors-info.home_bndii-wrapper, .bndiiLt_colors-info.bndiiLt_unlock-cards, .bndiiLt_colors-info.bndiiLt_xAxis-wrapper, .bndiiLt_colors-info.bndiiLt_camera-wrapper, .row-intend.bndiiLt_battery-wrapper, .bndiiLt_battery-wrapper.products_archive-title, .bndiiLt_battery-wrapper.products_archive, .bndiiLt_battery-wrapper.products_colors-info, .bndiiLt_battery-wrapper.product_box, .bndiiLt_battery-wrapper.product_spec-title, .bndiiLt_battery-wrapper.pp_article, .bndiiLt_battery-wrapper.pp_titleBar, .bndiiLt_battery-wrapper.srv_other, .bndiiLt_battery-wrapper.srv_wallet, .bndiiLt_battery-wrapper.srv_reward-wrapper, .bndiiLt_battery-wrapper.srv_intro, .bndiiLt_battery-wrapper.srv_pageTitle, .bndiiLt_battery-wrapper.searchResault_resaults, .bndiiLt_battery-wrapper.searchResault_title, .bndiiLt_battery-wrapper.sup_faq-title, .bndiiLt_battery-wrapper.sup_app, .bndiiLt_battery-wrapper.sup_ways, .bndiiLt_battery-wrapper.sup_intro, .bndiiLt_battery-wrapper.sup_pageTitle, .bndiiLt_battery-wrapper.cnt_contactForm, .bndiiLt_battery-wrapper.cnt_liveChat, .bndiiLt_battery-wrapper.cnt_info, .bndiiLt_battery-wrapper.cnt_pageTitle, .bndiiLt_battery-wrapper.abt_future, .bndiiLt_battery-wrapper.abt_goals-title, .bndiiLt_battery-wrapper.abt_why, .bndiiLt_battery-wrapper.abt_multiways, .bndiiLt_battery-wrapper.abt_brand, .bndiiLt_battery-wrapper.abt_intro-wrapper, .bndiiLt_battery-wrapper.bndiiLt_unlock-cards, .bndiiLt_battery-wrapper.bndiiLt_spec-title, .bndiiLt_battery-wrapper.bndiiLt_ip54-info, .bndiiLt_battery-wrapper.bndiiLt_screen-info, .bndiiLt_battery-wrapper.bndiiLt_screen-media, .bndiiLt_battery-wrapper.bndiiLt_colors-info, .row-column.bndiiLt_gpu-wrapper, .bndiiLt_gpu-wrapper.product_head-wrapper, .bndiiLt_gpu-wrapper.home_bndii-wrapper, .bndiiLt_gpu-wrapper.bndiiLt_unlock-cards, .bndiiLt_gpu-wrapper.bndiiLt_xAxis-wrapper, .bndiiLt_gpu-wrapper.bndiiLt_camera-wrapper, .bndiiLt_gpu-wrapper.bndiiLt_battery-wrapper, .row-column.bndiiLt_cpu-info, .bndiiLt_cpu-info.product_head-wrapper, .bndiiLt_cpu-info.home_bndii-wrapper, .bndiiLt_cpu-info.bndiiLt_unlock-cards, .bndiiLt_cpu-info.bndiiLt_xAxis-wrapper, .bndiiLt_cpu-info.bndiiLt_camera-wrapper, .bndiiLt_cpu-info.bndiiLt_battery-wrapper, .row-intend.bndiiLt_glass-wrapper, .bndiiLt_glass-wrapper.products_archive-title, .bndiiLt_glass-wrapper.products_archive, .bndiiLt_glass-wrapper.products_colors-info, .bndiiLt_glass-wrapper.product_box, .bndiiLt_glass-wrapper.product_spec-title, .bndiiLt_glass-wrapper.pp_article, .bndiiLt_glass-wrapper.pp_titleBar, .bndiiLt_glass-wrapper.srv_other, .bndiiLt_glass-wrapper.srv_wallet, .bndiiLt_glass-wrapper.srv_reward-wrapper, .bndiiLt_glass-wrapper.srv_intro, .bndiiLt_glass-wrapper.srv_pageTitle, .bndiiLt_glass-wrapper.searchResault_resaults, .bndiiLt_glass-wrapper.searchResault_title, .bndiiLt_glass-wrapper.sup_faq-title, .bndiiLt_glass-wrapper.sup_app, .bndiiLt_glass-wrapper.sup_ways, .bndiiLt_glass-wrapper.sup_intro, .bndiiLt_glass-wrapper.sup_pageTitle, .bndiiLt_glass-wrapper.cnt_contactForm, .bndiiLt_glass-wrapper.cnt_liveChat, .bndiiLt_glass-wrapper.cnt_info, .bndiiLt_glass-wrapper.cnt_pageTitle, .bndiiLt_glass-wrapper.abt_future, .bndiiLt_glass-wrapper.abt_goals-title, .bndiiLt_glass-wrapper.abt_why, .bndiiLt_glass-wrapper.abt_multiways, .bndiiLt_glass-wrapper.abt_brand, .bndiiLt_glass-wrapper.abt_intro-wrapper, .bndiiLt_glass-wrapper.bndiiLt_unlock-cards, .bndiiLt_glass-wrapper.bndiiLt_spec-title, .bndiiLt_glass-wrapper.bndiiLt_ip54-info, .bndiiLt_glass-wrapper.bndiiLt_screen-info, .bndiiLt_glass-wrapper.bndiiLt_screen-media, .bndiiLt_glass-wrapper.bndiiLt_colors-info, .bndiiLt_glass-wrapper.bndiiLt_gpu-wrapper, .bndiiLt_glass-wrapper.bndiiLt_cpu-info, .row-column.bndiiLt_design-info, .bndiiLt_design-info.product_head-wrapper, .bndiiLt_design-info.home_bndii-wrapper, .bndiiLt_design-info.bndiiLt_unlock-cards, .bndiiLt_design-info.bndiiLt_xAxis-wrapper, .bndiiLt_design-info.bndiiLt_camera-wrapper, .bndiiLt_design-info.bndiiLt_battery-wrapper, .bndiiLt_design-info.bndiiLt_glass-wrapper, .row-column.bndiiLt_highlight-info, .bndiiLt_highlight-info.product_head-wrapper, .bndiiLt_highlight-info.home_bndii-wrapper, .bndiiLt_highlight-info.bndiiLt_unlock-cards, .bndiiLt_highlight-info.bndiiLt_xAxis-wrapper, .bndiiLt_highlight-info.bndiiLt_camera-wrapper, .bndiiLt_highlight-info.bndiiLt_battery-wrapper, .bndiiLt_highlight-info.bndiiLt_glass-wrapper, .row-column.bndiiLt_intro-wrapper, .bndiiLt_intro-wrapper.product_head-wrapper, .bndiiLt_intro-wrapper.home_bndii-wrapper, .bndiiLt_intro-wrapper.bndiiLt_unlock-cards, .bndiiLt_intro-wrapper.bndiiLt_xAxis-wrapper, .bndiiLt_intro-wrapper.bndiiLt_camera-wrapper, .bndiiLt_intro-wrapper.bndiiLt_battery-wrapper, .bndiiLt_intro-wrapper.bndiiLt_glass-wrapper, .bndiiLt_intro-wrapper, .row-intend.bndii_wide-wrapper, .bndii_wide-wrapper.products_archive-title, .bndii_wide-wrapper.products_archive, .bndii_wide-wrapper.products_colors-info, .bndii_wide-wrapper.product_box, .bndii_wide-wrapper.product_spec-title, .bndii_wide-wrapper.pp_article, .bndii_wide-wrapper.pp_titleBar, .bndii_wide-wrapper.srv_other, .bndii_wide-wrapper.srv_wallet, .bndii_wide-wrapper.srv_reward-wrapper, .bndii_wide-wrapper.srv_intro, .bndii_wide-wrapper.srv_pageTitle, .bndii_wide-wrapper.searchResault_resaults, .bndii_wide-wrapper.searchResault_title, .bndii_wide-wrapper.sup_faq-title, .bndii_wide-wrapper.sup_app, .bndii_wide-wrapper.sup_ways, .bndii_wide-wrapper.sup_intro, .bndii_wide-wrapper.sup_pageTitle, .bndii_wide-wrapper.cnt_contactForm, .bndii_wide-wrapper.cnt_liveChat, .bndii_wide-wrapper.cnt_info, .bndii_wide-wrapper.cnt_pageTitle, .bndii_wide-wrapper.abt_future, .bndii_wide-wrapper.abt_goals-title, .bndii_wide-wrapper.abt_why, .bndii_wide-wrapper.abt_multiways, .bndii_wide-wrapper.abt_brand, .bndii_wide-wrapper.abt_intro-wrapper, .bndii_wide-wrapper.bndiiLt_unlock-cards, .bndii_wide-wrapper.bndiiLt_spec-title, .bndii_wide-wrapper.bndiiLt_ip54-info, .bndii_wide-wrapper.bndiiLt_screen-info, .bndii_wide-wrapper.bndiiLt_screen-media, .bndii_wide-wrapper.bndiiLt_colors-info, .bndii_wide-wrapper.bndiiLt_gpu-wrapper, .bndii_wide-wrapper.bndiiLt_cpu-info, .bndii_wide-wrapper.bndiiLt_design-info, .bndii_wide-wrapper.bndiiLt_highlight-info, .bndii_wide-wrapper.bndiiLt_intro-wrapper, .row-intend.bndii_beauty-wrapper, .bndii_beauty-wrapper.products_archive-title, .bndii_beauty-wrapper.products_archive, .bndii_beauty-wrapper.products_colors-info, .bndii_beauty-wrapper.product_box, .bndii_beauty-wrapper.product_spec-title, .bndii_beauty-wrapper.pp_article, .bndii_beauty-wrapper.pp_titleBar, .bndii_beauty-wrapper.srv_other, .bndii_beauty-wrapper.srv_wallet, .bndii_beauty-wrapper.srv_reward-wrapper, .bndii_beauty-wrapper.srv_intro, .bndii_beauty-wrapper.srv_pageTitle, .bndii_beauty-wrapper.searchResault_resaults, .bndii_beauty-wrapper.searchResault_title, .bndii_beauty-wrapper.sup_faq-title, .bndii_beauty-wrapper.sup_app, .bndii_beauty-wrapper.sup_ways, .bndii_beauty-wrapper.sup_intro, .bndii_beauty-wrapper.sup_pageTitle, .bndii_beauty-wrapper.cnt_contactForm, .bndii_beauty-wrapper.cnt_liveChat, .bndii_beauty-wrapper.cnt_info, .bndii_beauty-wrapper.cnt_pageTitle, .bndii_beauty-wrapper.abt_future, .bndii_beauty-wrapper.abt_goals-title, .bndii_beauty-wrapper.abt_why, .bndii_beauty-wrapper.abt_multiways, .bndii_beauty-wrapper.abt_brand, .bndii_beauty-wrapper.abt_intro-wrapper, .bndii_beauty-wrapper.bndiiLt_unlock-cards, .bndii_beauty-wrapper.bndiiLt_spec-title, .bndii_beauty-wrapper.bndiiLt_ip54-info, .bndii_beauty-wrapper.bndiiLt_screen-info, .bndii_beauty-wrapper.bndiiLt_screen-media, .bndii_beauty-wrapper.bndiiLt_colors-info, .bndii_beauty-wrapper.bndiiLt_gpu-wrapper, .bndii_beauty-wrapper.bndiiLt_cpu-info, .bndii_beauty-wrapper.bndiiLt_design-info, .bndii_beauty-wrapper.bndiiLt_highlight-info, .bndii_beauty-wrapper.bndiiLt_intro-wrapper, .row-column.bndii_utilities-info, .bndii_utilities-info.product_head-wrapper, .bndii_utilities-info.home_bndii-wrapper, .bndii_utilities-info.bndiiLt_unlock-cards, .bndii_utilities-info.bndiiLt_xAxis-wrapper, .bndii_utilities-info.bndiiLt_camera-wrapper, .bndii_utilities-info.bndiiLt_battery-wrapper, .bndii_utilities-info.bndiiLt_glass-wrapper, .bndii_utilities-info.bndiiLt_intro-wrapper, .bndii_utilities-info.bndii_wide-wrapper, .bndii_utilities-info.bndii_beauty-wrapper, .row-column.bndii_zoom, .bndii_zoom.product_head-wrapper, .bndii_zoom.home_bndii-wrapper, .bndii_zoom.bndiiLt_unlock-cards, .bndii_zoom.bndiiLt_xAxis-wrapper, .bndii_zoom.bndiiLt_camera-wrapper, .bndii_zoom.bndiiLt_battery-wrapper, .bndii_zoom.bndiiLt_glass-wrapper, .bndii_zoom.bndiiLt_intro-wrapper, .bndii_zoom.bndii_wide-wrapper, .bndii_zoom.bndii_beauty-wrapper, .bndii_shotByBond-galleryWrapper .row-column.slideshow-actions, .bndii_shotByBond-galleryWrapper .slideshow-actions.product_head-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.home_bndii-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndiiLt_unlock-cards, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndiiLt_xAxis-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndiiLt_camera-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndiiLt_battery-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndiiLt_glass-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndiiLt_intro-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndii_wide-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndii_beauty-wrapper, .row-column.bndii_spec-title, .bndii_spec-title.product_head-wrapper, .bndii_spec-title.home_bndii-wrapper, .bndii_spec-title.bndiiLt_unlock-cards, .bndii_spec-title.bndiiLt_xAxis-wrapper, .bndii_spec-title.bndiiLt_camera-wrapper, .bndii_spec-title.bndiiLt_battery-wrapper, .bndii_spec-title.bndiiLt_glass-wrapper, .bndii_spec-title.bndiiLt_intro-wrapper, .bndii_spec-title.bndii_wide-wrapper, .bndii_spec-title.bndii_beauty-wrapper, .row-intend.bndii_xAxis-wrapper, .bndii_xAxis-wrapper.products_archive-title, .bndii_xAxis-wrapper.products_archive, .bndii_xAxis-wrapper.products_colors-info, .bndii_xAxis-wrapper.product_box, .bndii_xAxis-wrapper.product_spec-title, .bndii_xAxis-wrapper.pp_article, .bndii_xAxis-wrapper.pp_titleBar, .bndii_xAxis-wrapper.srv_other, .bndii_xAxis-wrapper.srv_wallet, .bndii_xAxis-wrapper.srv_reward-wrapper, .bndii_xAxis-wrapper.srv_intro, .bndii_xAxis-wrapper.srv_pageTitle, .bndii_xAxis-wrapper.searchResault_resaults, .bndii_xAxis-wrapper.searchResault_title, .bndii_xAxis-wrapper.sup_faq-title, .bndii_xAxis-wrapper.sup_app, .bndii_xAxis-wrapper.sup_ways, .bndii_xAxis-wrapper.sup_intro, .bndii_xAxis-wrapper.sup_pageTitle, .bndii_xAxis-wrapper.cnt_contactForm, .bndii_xAxis-wrapper.cnt_liveChat, .bndii_xAxis-wrapper.cnt_info, .bndii_xAxis-wrapper.cnt_pageTitle, .bndii_xAxis-wrapper.abt_future, .bndii_xAxis-wrapper.abt_goals-title, .bndii_xAxis-wrapper.abt_why, .bndii_xAxis-wrapper.abt_multiways, .bndii_xAxis-wrapper.abt_brand, .bndii_xAxis-wrapper.abt_intro-wrapper, .bndii_xAxis-wrapper.bndiiLt_unlock-cards, .bndii_xAxis-wrapper.bndiiLt_spec-title, .bndii_xAxis-wrapper.bndiiLt_ip54-info, .bndii_xAxis-wrapper.bndiiLt_screen-info, .bndii_xAxis-wrapper.bndiiLt_screen-media, .bndii_xAxis-wrapper.bndiiLt_colors-info, .bndii_xAxis-wrapper.bndiiLt_gpu-wrapper, .bndii_xAxis-wrapper.bndiiLt_cpu-info, .bndii_xAxis-wrapper.bndiiLt_design-info, .bndii_xAxis-wrapper.bndiiLt_highlight-info, .bndii_xAxis-wrapper.bndiiLt_intro-wrapper, .bndii_xAxis-wrapper.bndii_utilities-info, .bndii_xAxis-wrapper.bndii_zoom, .bndii_shotByBond-galleryWrapper .bndii_xAxis-wrapper.slideshow-actions, .bndii_xAxis-wrapper.bndii_spec-title, .row-column.bndii_battery-wrapper, .bndii_battery-wrapper.product_head-wrapper, .bndii_battery-wrapper.home_bndii-wrapper, .bndii_battery-wrapper.bndiiLt_unlock-cards, .bndii_battery-wrapper.bndiiLt_xAxis-wrapper, .bndii_battery-wrapper.bndiiLt_camera-wrapper, .bndii_battery-wrapper.bndiiLt_battery-wrapper, .bndii_battery-wrapper.bndiiLt_glass-wrapper, .bndii_battery-wrapper.bndiiLt_intro-wrapper, .bndii_battery-wrapper.bndii_wide-wrapper, .bndii_battery-wrapper.bndii_beauty-wrapper, .bndii_battery-wrapper.bndii_xAxis-wrapper, .row-intend.bndii_screen-wrapper, .bndii_screen-wrapper.products_archive-title, .bndii_screen-wrapper.products_archive, .bndii_screen-wrapper.products_colors-info, .bndii_screen-wrapper.product_box, .bndii_screen-wrapper.product_spec-title, .bndii_screen-wrapper.pp_article, .bndii_screen-wrapper.pp_titleBar, .bndii_screen-wrapper.srv_other, .bndii_screen-wrapper.srv_wallet, .bndii_screen-wrapper.srv_reward-wrapper, .bndii_screen-wrapper.srv_intro, .bndii_screen-wrapper.srv_pageTitle, .bndii_screen-wrapper.searchResault_resaults, .bndii_screen-wrapper.searchResault_title, .bndii_screen-wrapper.sup_faq-title, .bndii_screen-wrapper.sup_app, .bndii_screen-wrapper.sup_ways, .bndii_screen-wrapper.sup_intro, .bndii_screen-wrapper.sup_pageTitle, .bndii_screen-wrapper.cnt_contactForm, .bndii_screen-wrapper.cnt_liveChat, .bndii_screen-wrapper.cnt_info, .bndii_screen-wrapper.cnt_pageTitle, .bndii_screen-wrapper.abt_future, .bndii_screen-wrapper.abt_goals-title, .bndii_screen-wrapper.abt_why, .bndii_screen-wrapper.abt_multiways, .bndii_screen-wrapper.abt_brand, .bndii_screen-wrapper.abt_intro-wrapper, .bndii_screen-wrapper.bndiiLt_unlock-cards, .bndii_screen-wrapper.bndiiLt_spec-title, .bndii_screen-wrapper.bndiiLt_ip54-info, .bndii_screen-wrapper.bndiiLt_screen-info, .bndii_screen-wrapper.bndiiLt_screen-media, .bndii_screen-wrapper.bndiiLt_colors-info, .bndii_screen-wrapper.bndiiLt_gpu-wrapper, .bndii_screen-wrapper.bndiiLt_cpu-info, .bndii_screen-wrapper.bndiiLt_design-info, .bndii_screen-wrapper.bndiiLt_highlight-info, .bndii_screen-wrapper.bndiiLt_intro-wrapper, .bndii_screen-wrapper.bndii_utilities-info, .bndii_screen-wrapper.bndii_zoom, .bndii_shotByBond-galleryWrapper .bndii_screen-wrapper.slideshow-actions, .bndii_screen-wrapper.bndii_spec-title, .bndii_screen-wrapper.bndii_battery-wrapper, .row-intend.bndii_cooling-wrapper, .bndii_cooling-wrapper.products_archive-title, .bndii_cooling-wrapper.products_archive, .bndii_cooling-wrapper.products_colors-info, .bndii_cooling-wrapper.product_box, .bndii_cooling-wrapper.product_spec-title, .bndii_cooling-wrapper.pp_article, .bndii_cooling-wrapper.pp_titleBar, .bndii_cooling-wrapper.srv_other, .bndii_cooling-wrapper.srv_wallet, .bndii_cooling-wrapper.srv_reward-wrapper, .bndii_cooling-wrapper.srv_intro, .bndii_cooling-wrapper.srv_pageTitle, .bndii_cooling-wrapper.searchResault_resaults, .bndii_cooling-wrapper.searchResault_title, .bndii_cooling-wrapper.sup_faq-title, .bndii_cooling-wrapper.sup_app, .bndii_cooling-wrapper.sup_ways, .bndii_cooling-wrapper.sup_intro, .bndii_cooling-wrapper.sup_pageTitle, .bndii_cooling-wrapper.cnt_contactForm, .bndii_cooling-wrapper.cnt_liveChat, .bndii_cooling-wrapper.cnt_info, .bndii_cooling-wrapper.cnt_pageTitle, .bndii_cooling-wrapper.abt_future, .bndii_cooling-wrapper.abt_goals-title, .bndii_cooling-wrapper.abt_why, .bndii_cooling-wrapper.abt_multiways, .bndii_cooling-wrapper.abt_brand, .bndii_cooling-wrapper.abt_intro-wrapper, .bndii_cooling-wrapper.bndiiLt_unlock-cards, .bndii_cooling-wrapper.bndiiLt_spec-title, .bndii_cooling-wrapper.bndiiLt_ip54-info, .bndii_cooling-wrapper.bndiiLt_screen-info, .bndii_cooling-wrapper.bndiiLt_screen-media, .bndii_cooling-wrapper.bndiiLt_colors-info, .bndii_cooling-wrapper.bndiiLt_gpu-wrapper, .bndii_cooling-wrapper.bndiiLt_cpu-info, .bndii_cooling-wrapper.bndiiLt_design-info, .bndii_cooling-wrapper.bndiiLt_highlight-info, .bndii_cooling-wrapper.bndiiLt_intro-wrapper, .bndii_cooling-wrapper.bndii_utilities-info, .bndii_cooling-wrapper.bndii_zoom, .bndii_shotByBond-galleryWrapper .bndii_cooling-wrapper.slideshow-actions, .bndii_cooling-wrapper.bndii_spec-title, .bndii_cooling-wrapper.bndii_battery-wrapper, .row-column.bndii_colors-info, .bndii_colors-info.product_head-wrapper, .bndii_colors-info.home_bndii-wrapper, .bndii_colors-info.bndiiLt_unlock-cards, .bndii_colors-info.bndiiLt_xAxis-wrapper, .bndii_colors-info.bndiiLt_camera-wrapper, .bndii_colors-info.bndiiLt_battery-wrapper, .bndii_colors-info.bndiiLt_glass-wrapper, .bndii_colors-info.bndiiLt_intro-wrapper, .bndii_colors-info.bndii_wide-wrapper, .bndii_colors-info.bndii_beauty-wrapper, .bndii_colors-info.bndii_xAxis-wrapper, .bndii_colors-info.bndii_screen-wrapper, .bndii_colors-info.bndii_cooling-wrapper, .row-column.bndii_acButton, .bndii_acButton.product_head-wrapper, .bndii_acButton.home_bndii-wrapper, .bndii_acButton.bndiiLt_unlock-cards, .bndii_acButton.bndiiLt_xAxis-wrapper, .bndii_acButton.bndiiLt_camera-wrapper, .bndii_acButton.bndiiLt_battery-wrapper, .bndii_acButton.bndiiLt_glass-wrapper, .bndii_acButton.bndiiLt_intro-wrapper, .bndii_acButton.bndii_wide-wrapper, .bndii_acButton.bndii_beauty-wrapper, .bndii_acButton.bndii_xAxis-wrapper, .bndii_acButton.bndii_screen-wrapper, .bndii_acButton.bndii_cooling-wrapper, .row-column.bndii_cameraAi-info, .bndii_cameraAi-info.product_head-wrapper, .bndii_cameraAi-info.home_bndii-wrapper, .bndii_cameraAi-info.bndiiLt_unlock-cards, .bndii_cameraAi-info.bndiiLt_xAxis-wrapper, .bndii_cameraAi-info.bndiiLt_camera-wrapper, .bndii_cameraAi-info.bndiiLt_battery-wrapper, .bndii_cameraAi-info.bndiiLt_glass-wrapper, .bndii_cameraAi-info.bndiiLt_intro-wrapper, .bndii_cameraAi-info.bndii_wide-wrapper, .bndii_cameraAi-info.bndii_beauty-wrapper, .bndii_cameraAi-info.bndii_xAxis-wrapper, .bndii_cameraAi-info.bndii_screen-wrapper, .bndii_cameraAi-info.bndii_cooling-wrapper, .row-column.bndii_highlight-info, .bndii_highlight-info.product_head-wrapper, .bndii_highlight-info.home_bndii-wrapper, .bndii_highlight-info.bndiiLt_unlock-cards, .bndii_highlight-info.bndiiLt_xAxis-wrapper, .bndii_highlight-info.bndiiLt_camera-wrapper, .bndii_highlight-info.bndiiLt_battery-wrapper, .bndii_highlight-info.bndiiLt_glass-wrapper, .bndii_highlight-info.bndiiLt_intro-wrapper, .bndii_highlight-info.bndii_wide-wrapper, .bndii_highlight-info.bndii_beauty-wrapper, .bndii_highlight-info.bndii_xAxis-wrapper, .bndii_highlight-info.bndii_screen-wrapper, .bndii_highlight-info.bndii_cooling-wrapper, .row-column.bndii_mainCamera-camera_info, .bndii_mainCamera-camera_info.product_head-wrapper, .bndii_mainCamera-camera_info.home_bndii-wrapper, .bndii_mainCamera-camera_info.bndiiLt_unlock-cards, .bndii_mainCamera-camera_info.bndiiLt_xAxis-wrapper, .bndii_mainCamera-camera_info.bndiiLt_camera-wrapper, .bndii_mainCamera-camera_info.bndiiLt_battery-wrapper, .bndii_mainCamera-camera_info.bndiiLt_glass-wrapper, .bndii_mainCamera-camera_info.bndiiLt_intro-wrapper, .bndii_mainCamera-camera_info.bndii_wide-wrapper, .bndii_mainCamera-camera_info.bndii_beauty-wrapper, .bndii_mainCamera-camera_info.bndii_xAxis-wrapper, .bndii_mainCamera-camera_info.bndii_screen-wrapper, .bndii_mainCamera-camera_info.bndii_cooling-wrapper, .row-column.bndii_gpu-wrapper, .bndii_gpu-wrapper.product_head-wrapper, .bndii_gpu-wrapper.home_bndii-wrapper, .bndii_gpu-wrapper.bndiiLt_unlock-cards, .bndii_gpu-wrapper.bndiiLt_xAxis-wrapper, .bndii_gpu-wrapper.bndiiLt_camera-wrapper, .bndii_gpu-wrapper.bndiiLt_battery-wrapper, .bndii_gpu-wrapper.bndiiLt_glass-wrapper, .bndii_gpu-wrapper.bndiiLt_intro-wrapper, .bndii_gpu-wrapper.bndii_wide-wrapper, .bndii_gpu-wrapper.bndii_beauty-wrapper, .bndii_gpu-wrapper.bndii_xAxis-wrapper, .bndii_gpu-wrapper.bndii_screen-wrapper, .bndii_gpu-wrapper.bndii_cooling-wrapper, .row-column.bndii_cpu-info, .bndii_cpu-info.product_head-wrapper, .bndii_cpu-info.home_bndii-wrapper, .bndii_cpu-info.bndiiLt_unlock-cards, .bndii_cpu-info.bndiiLt_xAxis-wrapper, .bndii_cpu-info.bndiiLt_camera-wrapper, .bndii_cpu-info.bndiiLt_battery-wrapper, .bndii_cpu-info.bndiiLt_glass-wrapper, .bndii_cpu-info.bndiiLt_intro-wrapper, .bndii_cpu-info.bndii_wide-wrapper, .bndii_cpu-info.bndii_beauty-wrapper, .bndii_cpu-info.bndii_xAxis-wrapper, .bndii_cpu-info.bndii_screen-wrapper, .bndii_cpu-info.bndii_cooling-wrapper, .row-intend.bndii_bezel-wrapper, .bndii_bezel-wrapper.products_archive-title, .bndii_bezel-wrapper.products_archive, .bndii_bezel-wrapper.products_colors-info, .bndii_bezel-wrapper.product_box, .bndii_bezel-wrapper.product_spec-title, .bndii_bezel-wrapper.pp_article, .bndii_bezel-wrapper.pp_titleBar, .bndii_bezel-wrapper.srv_other, .bndii_bezel-wrapper.srv_wallet, .bndii_bezel-wrapper.srv_reward-wrapper, .bndii_bezel-wrapper.srv_intro, .bndii_bezel-wrapper.srv_pageTitle, .bndii_bezel-wrapper.searchResault_resaults, .bndii_bezel-wrapper.searchResault_title, .bndii_bezel-wrapper.sup_faq-title, .bndii_bezel-wrapper.sup_app, .bndii_bezel-wrapper.sup_ways, .bndii_bezel-wrapper.sup_intro, .bndii_bezel-wrapper.sup_pageTitle, .bndii_bezel-wrapper.cnt_contactForm, .bndii_bezel-wrapper.cnt_liveChat, .bndii_bezel-wrapper.cnt_info, .bndii_bezel-wrapper.cnt_pageTitle, .bndii_bezel-wrapper.abt_future, .bndii_bezel-wrapper.abt_goals-title, .bndii_bezel-wrapper.abt_why, .bndii_bezel-wrapper.abt_multiways, .bndii_bezel-wrapper.abt_brand, .bndii_bezel-wrapper.abt_intro-wrapper, .bndii_bezel-wrapper.bndiiLt_unlock-cards, .bndii_bezel-wrapper.bndiiLt_spec-title, .bndii_bezel-wrapper.bndiiLt_ip54-info, .bndii_bezel-wrapper.bndiiLt_screen-info, .bndii_bezel-wrapper.bndiiLt_screen-media, .bndii_bezel-wrapper.bndiiLt_colors-info, .bndii_bezel-wrapper.bndiiLt_gpu-wrapper, .bndii_bezel-wrapper.bndiiLt_cpu-info, .bndii_bezel-wrapper.bndiiLt_design-info, .bndii_bezel-wrapper.bndiiLt_highlight-info, .bndii_bezel-wrapper.bndiiLt_intro-wrapper, .bndii_bezel-wrapper.bndii_utilities-info, .bndii_bezel-wrapper.bndii_zoom, .bndii_shotByBond-galleryWrapper .bndii_bezel-wrapper.slideshow-actions, .bndii_bezel-wrapper.bndii_spec-title, .bndii_bezel-wrapper.bndii_battery-wrapper, .bndii_bezel-wrapper.bndii_colors-info, .bndii_bezel-wrapper.bndii_acButton, .bndii_bezel-wrapper.bndii_cameraAi-info, .bndii_bezel-wrapper.bndii_highlight-info, .bndii_bezel-wrapper.bndii_mainCamera-camera_info, .bndii_bezel-wrapper.bndii_gpu-wrapper, .bndii_bezel-wrapper.bndii_cpu-info, .row-intend.bndii_layers-wrapper, .bndii_layers-wrapper.products_archive-title, .bndii_layers-wrapper.products_archive, .bndii_layers-wrapper.products_colors-info, .bndii_layers-wrapper.product_box, .bndii_layers-wrapper.product_spec-title, .bndii_layers-wrapper.pp_article, .bndii_layers-wrapper.pp_titleBar, .bndii_layers-wrapper.srv_other, .bndii_layers-wrapper.srv_wallet, .bndii_layers-wrapper.srv_reward-wrapper, .bndii_layers-wrapper.srv_intro, .bndii_layers-wrapper.srv_pageTitle, .bndii_layers-wrapper.searchResault_resaults, .bndii_layers-wrapper.searchResault_title, .bndii_layers-wrapper.sup_faq-title, .bndii_layers-wrapper.sup_app, .bndii_layers-wrapper.sup_ways, .bndii_layers-wrapper.sup_intro, .bndii_layers-wrapper.sup_pageTitle, .bndii_layers-wrapper.cnt_contactForm, .bndii_layers-wrapper.cnt_liveChat, .bndii_layers-wrapper.cnt_info, .bndii_layers-wrapper.cnt_pageTitle, .bndii_layers-wrapper.abt_future, .bndii_layers-wrapper.abt_goals-title, .bndii_layers-wrapper.abt_why, .bndii_layers-wrapper.abt_multiways, .bndii_layers-wrapper.abt_brand, .bndii_layers-wrapper.abt_intro-wrapper, .bndii_layers-wrapper.bndiiLt_unlock-cards, .bndii_layers-wrapper.bndiiLt_spec-title, .bndii_layers-wrapper.bndiiLt_ip54-info, .bndii_layers-wrapper.bndiiLt_screen-info, .bndii_layers-wrapper.bndiiLt_screen-media, .bndii_layers-wrapper.bndiiLt_colors-info, .bndii_layers-wrapper.bndiiLt_gpu-wrapper, .bndii_layers-wrapper.bndiiLt_cpu-info, .bndii_layers-wrapper.bndiiLt_design-info, .bndii_layers-wrapper.bndiiLt_highlight-info, .bndii_layers-wrapper.bndiiLt_intro-wrapper, .bndii_layers-wrapper.bndii_utilities-info, .bndii_layers-wrapper.bndii_zoom, .bndii_shotByBond-galleryWrapper .bndii_layers-wrapper.slideshow-actions, .bndii_layers-wrapper.bndii_spec-title, .bndii_layers-wrapper.bndii_battery-wrapper, .bndii_layers-wrapper.bndii_colors-info, .bndii_layers-wrapper.bndii_acButton, .bndii_layers-wrapper.bndii_cameraAi-info, .bndii_layers-wrapper.bndii_highlight-info, .bndii_layers-wrapper.bndii_mainCamera-camera_info, .bndii_layers-wrapper.bndii_gpu-wrapper, .bndii_layers-wrapper.bndii_cpu-info, .row-intend.bndii_intro-wrapper, .bndii_intro-wrapper.products_archive-title, .bndii_intro-wrapper.products_archive, .bndii_intro-wrapper.products_colors-info, .bndii_intro-wrapper.product_box, .bndii_intro-wrapper.product_spec-title, .bndii_intro-wrapper.pp_article, .bndii_intro-wrapper.pp_titleBar, .bndii_intro-wrapper.srv_other, .bndii_intro-wrapper.srv_wallet, .bndii_intro-wrapper.srv_reward-wrapper, .bndii_intro-wrapper.srv_intro, .bndii_intro-wrapper.srv_pageTitle, .bndii_intro-wrapper.searchResault_resaults, .bndii_intro-wrapper.searchResault_title, .bndii_intro-wrapper.sup_faq-title, .bndii_intro-wrapper.sup_app, .bndii_intro-wrapper.sup_ways, .bndii_intro-wrapper.sup_intro, .bndii_intro-wrapper.sup_pageTitle, .bndii_intro-wrapper.cnt_contactForm, .bndii_intro-wrapper.cnt_liveChat, .bndii_intro-wrapper.cnt_info, .bndii_intro-wrapper.cnt_pageTitle, .bndii_intro-wrapper.abt_future, .bndii_intro-wrapper.abt_goals-title, .bndii_intro-wrapper.abt_why, .bndii_intro-wrapper.abt_multiways, .bndii_intro-wrapper.abt_brand, .bndii_intro-wrapper.abt_intro-wrapper, .bndii_intro-wrapper.bndiiLt_unlock-cards, .bndii_intro-wrapper.bndiiLt_spec-title, .bndii_intro-wrapper.bndiiLt_ip54-info, .bndii_intro-wrapper.bndiiLt_screen-info, .bndii_intro-wrapper.bndiiLt_screen-media, .bndii_intro-wrapper.bndiiLt_colors-info, .bndii_intro-wrapper.bndiiLt_gpu-wrapper, .bndii_intro-wrapper.bndiiLt_cpu-info, .bndii_intro-wrapper.bndiiLt_design-info, .bndii_intro-wrapper.bndiiLt_highlight-info, .bndii_intro-wrapper.bndiiLt_intro-wrapper, .bndii_intro-wrapper.bndii_utilities-info, .bndii_intro-wrapper.bndii_zoom, .bndii_shotByBond-galleryWrapper .bndii_intro-wrapper.slideshow-actions, .bndii_intro-wrapper.bndii_spec-title, .bndii_intro-wrapper.bndii_battery-wrapper, .bndii_intro-wrapper.bndii_colors-info, .bndii_intro-wrapper.bndii_acButton, .bndii_intro-wrapper.bndii_cameraAi-info, .bndii_intro-wrapper.bndii_highlight-info, .bndii_intro-wrapper.bndii_mainCamera-camera_info, .bndii_intro-wrapper.bndii_gpu-wrapper, .bndii_intro-wrapper.bndii_cpu-info, .row-column.footer-wrapper, .footer-wrapper.product_head-wrapper, .footer-wrapper.home_bndii-wrapper, .footer-wrapper.bndiiLt_unlock-cards, .footer-wrapper.bndiiLt_xAxis-wrapper, .footer-wrapper.bndiiLt_camera-wrapper, .footer-wrapper.bndiiLt_battery-wrapper, .footer-wrapper.bndiiLt_glass-wrapper, .footer-wrapper.bndiiLt_intro-wrapper, .footer-wrapper.bndii_wide-wrapper, .footer-wrapper.bndii_beauty-wrapper, .footer-wrapper.bndii_xAxis-wrapper, .footer-wrapper.bndii_screen-wrapper, .footer-wrapper.bndii_cooling-wrapper, .footer-wrapper.bndii_bezel-wrapper, .footer-wrapper.bndii_layers-wrapper, .footer-wrapper.bndii_intro-wrapper, .tabAccordion-wrapper, .row-column.slideshow, .slideshow.product_head-wrapper, .slideshow.home_bndii-wrapper, .slideshow.bndiiLt_unlock-cards, .slideshow.bndiiLt_xAxis-wrapper, .slideshow.bndiiLt_camera-wrapper, .slideshow.bndiiLt_battery-wrapper, .slideshow.bndiiLt_glass-wrapper, .slideshow.bndiiLt_intro-wrapper, .slideshow.bndii_wide-wrapper, .slideshow.bndii_beauty-wrapper, .slideshow.bndii_xAxis-wrapper, .slideshow.bndii_screen-wrapper, .slideshow.bndii_cooling-wrapper, .slideshow.bndii_bezel-wrapper, .slideshow.bndii_layers-wrapper, .slideshow.bndii_intro-wrapper, .row-column.accordion, .accordion.product_head-wrapper, .accordion.home_bndii-wrapper, .accordion.bndiiLt_unlock-cards, .accordion.bndiiLt_xAxis-wrapper, .accordion.bndiiLt_camera-wrapper, .accordion.bndiiLt_battery-wrapper, .accordion.bndiiLt_glass-wrapper, .accordion.bndiiLt_intro-wrapper, .accordion.bndii_wide-wrapper, .accordion.bndii_beauty-wrapper, .accordion.bndii_xAxis-wrapper, .accordion.bndii_screen-wrapper, .accordion.bndii_cooling-wrapper, .accordion.bndii_bezel-wrapper, .accordion.bndii_layers-wrapper, .accordion.bndii_intro-wrapper {
  grid-template-columns: repeat(calc(var(--column_no) - 4), 1fr);
}
@media only screen and (max-width: 1024px) {
  .row-intend.row-column, .row-column.products_archive-title, .row-column.products_archive, .row-column.products_colors-info, .row-column.product_box, .row-column.product_spec-title, .row-intend.product_head-wrapper, .product_head-wrapper.products_archive-title, .product_head-wrapper.products_archive, .product_head-wrapper.products_colors-info, .product_head-wrapper.product_box, .product_head-wrapper.product_spec-title, .row-intend.home_bndii-wrapper, .home_bndii-wrapper.products_archive-title, .home_bndii-wrapper.products_archive, .home_bndii-wrapper.products_colors-info, .home_bndii-wrapper.product_box, .home_bndii-wrapper.product_spec-title, .row-column.pp_article, .pp_article.product_head-wrapper, .pp_article.home_bndii-wrapper, .row-column.pp_titleBar, .pp_titleBar.product_head-wrapper, .pp_titleBar.home_bndii-wrapper, .row-column.srv_other, .srv_other.product_head-wrapper, .srv_other.home_bndii-wrapper, .row-column.srv_wallet, .srv_wallet.product_head-wrapper, .srv_wallet.home_bndii-wrapper, .row-column.srv_reward-wrapper, .srv_reward-wrapper.product_head-wrapper, .srv_reward-wrapper.home_bndii-wrapper, .row-column.srv_intro, .srv_intro.product_head-wrapper, .srv_intro.home_bndii-wrapper, .row-column.srv_pageTitle, .srv_pageTitle.product_head-wrapper, .srv_pageTitle.home_bndii-wrapper, .row-column.searchResault_resaults, .searchResault_resaults.product_head-wrapper, .searchResault_resaults.home_bndii-wrapper, .row-column.searchResault_title, .searchResault_title.product_head-wrapper, .searchResault_title.home_bndii-wrapper, .row-column.sup_faq-title, .sup_faq-title.product_head-wrapper, .sup_faq-title.home_bndii-wrapper, .row-column.sup_app, .sup_app.product_head-wrapper, .sup_app.home_bndii-wrapper, .row-column.sup_ways, .sup_ways.product_head-wrapper, .sup_ways.home_bndii-wrapper, .row-column.sup_intro, .sup_intro.product_head-wrapper, .sup_intro.home_bndii-wrapper, .row-column.sup_pageTitle, .sup_pageTitle.product_head-wrapper, .sup_pageTitle.home_bndii-wrapper, .row-column.cnt_contactForm, .cnt_contactForm.product_head-wrapper, .cnt_contactForm.home_bndii-wrapper, .row-column.cnt_liveChat, .cnt_liveChat.product_head-wrapper, .cnt_liveChat.home_bndii-wrapper, .row-column.cnt_info, .cnt_info.product_head-wrapper, .cnt_info.home_bndii-wrapper, .row-column.cnt_pageTitle, .cnt_pageTitle.product_head-wrapper, .cnt_pageTitle.home_bndii-wrapper, .row-column.abt_future, .abt_future.product_head-wrapper, .abt_future.home_bndii-wrapper, .row-column.abt_goals-title, .abt_goals-title.product_head-wrapper, .abt_goals-title.home_bndii-wrapper, .row-column.abt_why, .abt_why.product_head-wrapper, .abt_why.home_bndii-wrapper, .row-column.abt_multiways, .abt_multiways.product_head-wrapper, .abt_multiways.home_bndii-wrapper, .row-column.abt_brand, .abt_brand.product_head-wrapper, .abt_brand.home_bndii-wrapper, .row-column.abt_intro-wrapper, .abt_intro-wrapper.product_head-wrapper, .abt_intro-wrapper.home_bndii-wrapper, .row-intend.bndiiLt_unlock-cards, .bndiiLt_unlock-cards.products_archive-title, .bndiiLt_unlock-cards.products_archive, .bndiiLt_unlock-cards.products_colors-info, .bndiiLt_unlock-cards.product_box, .bndiiLt_unlock-cards.product_spec-title, .bndiiLt_unlock-cards.pp_article, .bndiiLt_unlock-cards.pp_titleBar, .bndiiLt_unlock-cards.srv_other, .bndiiLt_unlock-cards.srv_wallet, .bndiiLt_unlock-cards.srv_reward-wrapper, .bndiiLt_unlock-cards.srv_intro, .bndiiLt_unlock-cards.srv_pageTitle, .bndiiLt_unlock-cards.searchResault_resaults, .bndiiLt_unlock-cards.searchResault_title, .bndiiLt_unlock-cards.sup_faq-title, .bndiiLt_unlock-cards.sup_app, .bndiiLt_unlock-cards.sup_ways, .bndiiLt_unlock-cards.sup_intro, .bndiiLt_unlock-cards.sup_pageTitle, .bndiiLt_unlock-cards.cnt_contactForm, .bndiiLt_unlock-cards.cnt_liveChat, .bndiiLt_unlock-cards.cnt_info, .bndiiLt_unlock-cards.cnt_pageTitle, .bndiiLt_unlock-cards.abt_future, .bndiiLt_unlock-cards.abt_goals-title, .bndiiLt_unlock-cards.abt_why, .bndiiLt_unlock-cards.abt_multiways, .bndiiLt_unlock-cards.abt_brand, .bndiiLt_unlock-cards.abt_intro-wrapper, .bndiiLt_unlock-cards, .row-column.bndiiLt_spec-title, .bndiiLt_spec-title.product_head-wrapper, .bndiiLt_spec-title.home_bndii-wrapper, .bndiiLt_spec-title.bndiiLt_unlock-cards, .row-column.bndiiLt_ip54-info, .bndiiLt_ip54-info.product_head-wrapper, .bndiiLt_ip54-info.home_bndii-wrapper, .bndiiLt_ip54-info.bndiiLt_unlock-cards, .row-intend.bndiiLt_xAxis-wrapper, .bndiiLt_xAxis-wrapper.products_archive-title, .bndiiLt_xAxis-wrapper.products_archive, .bndiiLt_xAxis-wrapper.products_colors-info, .bndiiLt_xAxis-wrapper.product_box, .bndiiLt_xAxis-wrapper.product_spec-title, .bndiiLt_xAxis-wrapper.pp_article, .bndiiLt_xAxis-wrapper.pp_titleBar, .bndiiLt_xAxis-wrapper.srv_other, .bndiiLt_xAxis-wrapper.srv_wallet, .bndiiLt_xAxis-wrapper.srv_reward-wrapper, .bndiiLt_xAxis-wrapper.srv_intro, .bndiiLt_xAxis-wrapper.srv_pageTitle, .bndiiLt_xAxis-wrapper.searchResault_resaults, .bndiiLt_xAxis-wrapper.searchResault_title, .bndiiLt_xAxis-wrapper.sup_faq-title, .bndiiLt_xAxis-wrapper.sup_app, .bndiiLt_xAxis-wrapper.sup_ways, .bndiiLt_xAxis-wrapper.sup_intro, .bndiiLt_xAxis-wrapper.sup_pageTitle, .bndiiLt_xAxis-wrapper.cnt_contactForm, .bndiiLt_xAxis-wrapper.cnt_liveChat, .bndiiLt_xAxis-wrapper.cnt_info, .bndiiLt_xAxis-wrapper.cnt_pageTitle, .bndiiLt_xAxis-wrapper.abt_future, .bndiiLt_xAxis-wrapper.abt_goals-title, .bndiiLt_xAxis-wrapper.abt_why, .bndiiLt_xAxis-wrapper.abt_multiways, .bndiiLt_xAxis-wrapper.abt_brand, .bndiiLt_xAxis-wrapper.abt_intro-wrapper, .bndiiLt_xAxis-wrapper.bndiiLt_unlock-cards, .bndiiLt_xAxis-wrapper.bndiiLt_spec-title, .bndiiLt_xAxis-wrapper.bndiiLt_ip54-info, .row-intend.bndiiLt_camera-wrapper, .bndiiLt_camera-wrapper.products_archive-title, .bndiiLt_camera-wrapper.products_archive, .bndiiLt_camera-wrapper.products_colors-info, .bndiiLt_camera-wrapper.product_box, .bndiiLt_camera-wrapper.product_spec-title, .bndiiLt_camera-wrapper.pp_article, .bndiiLt_camera-wrapper.pp_titleBar, .bndiiLt_camera-wrapper.srv_other, .bndiiLt_camera-wrapper.srv_wallet, .bndiiLt_camera-wrapper.srv_reward-wrapper, .bndiiLt_camera-wrapper.srv_intro, .bndiiLt_camera-wrapper.srv_pageTitle, .bndiiLt_camera-wrapper.searchResault_resaults, .bndiiLt_camera-wrapper.searchResault_title, .bndiiLt_camera-wrapper.sup_faq-title, .bndiiLt_camera-wrapper.sup_app, .bndiiLt_camera-wrapper.sup_ways, .bndiiLt_camera-wrapper.sup_intro, .bndiiLt_camera-wrapper.sup_pageTitle, .bndiiLt_camera-wrapper.cnt_contactForm, .bndiiLt_camera-wrapper.cnt_liveChat, .bndiiLt_camera-wrapper.cnt_info, .bndiiLt_camera-wrapper.cnt_pageTitle, .bndiiLt_camera-wrapper.abt_future, .bndiiLt_camera-wrapper.abt_goals-title, .bndiiLt_camera-wrapper.abt_why, .bndiiLt_camera-wrapper.abt_multiways, .bndiiLt_camera-wrapper.abt_brand, .bndiiLt_camera-wrapper.abt_intro-wrapper, .bndiiLt_camera-wrapper.bndiiLt_unlock-cards, .bndiiLt_camera-wrapper.bndiiLt_spec-title, .bndiiLt_camera-wrapper.bndiiLt_ip54-info, .row-column.bndiiLt_screen-info, .bndiiLt_screen-info.product_head-wrapper, .bndiiLt_screen-info.home_bndii-wrapper, .bndiiLt_screen-info.bndiiLt_unlock-cards, .bndiiLt_screen-info.bndiiLt_xAxis-wrapper, .bndiiLt_screen-info.bndiiLt_camera-wrapper, .row-column.bndiiLt_screen-media, .bndiiLt_screen-media.product_head-wrapper, .bndiiLt_screen-media.home_bndii-wrapper, .bndiiLt_screen-media.bndiiLt_unlock-cards, .bndiiLt_screen-media.bndiiLt_xAxis-wrapper, .bndiiLt_screen-media.bndiiLt_camera-wrapper, .row-column.bndiiLt_colors-info, .bndiiLt_colors-info.product_head-wrapper, .bndiiLt_colors-info.home_bndii-wrapper, .bndiiLt_colors-info.bndiiLt_unlock-cards, .bndiiLt_colors-info.bndiiLt_xAxis-wrapper, .bndiiLt_colors-info.bndiiLt_camera-wrapper, .row-intend.bndiiLt_battery-wrapper, .bndiiLt_battery-wrapper.products_archive-title, .bndiiLt_battery-wrapper.products_archive, .bndiiLt_battery-wrapper.products_colors-info, .bndiiLt_battery-wrapper.product_box, .bndiiLt_battery-wrapper.product_spec-title, .bndiiLt_battery-wrapper.pp_article, .bndiiLt_battery-wrapper.pp_titleBar, .bndiiLt_battery-wrapper.srv_other, .bndiiLt_battery-wrapper.srv_wallet, .bndiiLt_battery-wrapper.srv_reward-wrapper, .bndiiLt_battery-wrapper.srv_intro, .bndiiLt_battery-wrapper.srv_pageTitle, .bndiiLt_battery-wrapper.searchResault_resaults, .bndiiLt_battery-wrapper.searchResault_title, .bndiiLt_battery-wrapper.sup_faq-title, .bndiiLt_battery-wrapper.sup_app, .bndiiLt_battery-wrapper.sup_ways, .bndiiLt_battery-wrapper.sup_intro, .bndiiLt_battery-wrapper.sup_pageTitle, .bndiiLt_battery-wrapper.cnt_contactForm, .bndiiLt_battery-wrapper.cnt_liveChat, .bndiiLt_battery-wrapper.cnt_info, .bndiiLt_battery-wrapper.cnt_pageTitle, .bndiiLt_battery-wrapper.abt_future, .bndiiLt_battery-wrapper.abt_goals-title, .bndiiLt_battery-wrapper.abt_why, .bndiiLt_battery-wrapper.abt_multiways, .bndiiLt_battery-wrapper.abt_brand, .bndiiLt_battery-wrapper.abt_intro-wrapper, .bndiiLt_battery-wrapper.bndiiLt_unlock-cards, .bndiiLt_battery-wrapper.bndiiLt_spec-title, .bndiiLt_battery-wrapper.bndiiLt_ip54-info, .bndiiLt_battery-wrapper.bndiiLt_screen-info, .bndiiLt_battery-wrapper.bndiiLt_screen-media, .bndiiLt_battery-wrapper.bndiiLt_colors-info, .row-column.bndiiLt_gpu-wrapper, .bndiiLt_gpu-wrapper.product_head-wrapper, .bndiiLt_gpu-wrapper.home_bndii-wrapper, .bndiiLt_gpu-wrapper.bndiiLt_unlock-cards, .bndiiLt_gpu-wrapper.bndiiLt_xAxis-wrapper, .bndiiLt_gpu-wrapper.bndiiLt_camera-wrapper, .bndiiLt_gpu-wrapper.bndiiLt_battery-wrapper, .row-column.bndiiLt_cpu-info, .bndiiLt_cpu-info.product_head-wrapper, .bndiiLt_cpu-info.home_bndii-wrapper, .bndiiLt_cpu-info.bndiiLt_unlock-cards, .bndiiLt_cpu-info.bndiiLt_xAxis-wrapper, .bndiiLt_cpu-info.bndiiLt_camera-wrapper, .bndiiLt_cpu-info.bndiiLt_battery-wrapper, .row-intend.bndiiLt_glass-wrapper, .bndiiLt_glass-wrapper.products_archive-title, .bndiiLt_glass-wrapper.products_archive, .bndiiLt_glass-wrapper.products_colors-info, .bndiiLt_glass-wrapper.product_box, .bndiiLt_glass-wrapper.product_spec-title, .bndiiLt_glass-wrapper.pp_article, .bndiiLt_glass-wrapper.pp_titleBar, .bndiiLt_glass-wrapper.srv_other, .bndiiLt_glass-wrapper.srv_wallet, .bndiiLt_glass-wrapper.srv_reward-wrapper, .bndiiLt_glass-wrapper.srv_intro, .bndiiLt_glass-wrapper.srv_pageTitle, .bndiiLt_glass-wrapper.searchResault_resaults, .bndiiLt_glass-wrapper.searchResault_title, .bndiiLt_glass-wrapper.sup_faq-title, .bndiiLt_glass-wrapper.sup_app, .bndiiLt_glass-wrapper.sup_ways, .bndiiLt_glass-wrapper.sup_intro, .bndiiLt_glass-wrapper.sup_pageTitle, .bndiiLt_glass-wrapper.cnt_contactForm, .bndiiLt_glass-wrapper.cnt_liveChat, .bndiiLt_glass-wrapper.cnt_info, .bndiiLt_glass-wrapper.cnt_pageTitle, .bndiiLt_glass-wrapper.abt_future, .bndiiLt_glass-wrapper.abt_goals-title, .bndiiLt_glass-wrapper.abt_why, .bndiiLt_glass-wrapper.abt_multiways, .bndiiLt_glass-wrapper.abt_brand, .bndiiLt_glass-wrapper.abt_intro-wrapper, .bndiiLt_glass-wrapper.bndiiLt_unlock-cards, .bndiiLt_glass-wrapper.bndiiLt_spec-title, .bndiiLt_glass-wrapper.bndiiLt_ip54-info, .bndiiLt_glass-wrapper.bndiiLt_screen-info, .bndiiLt_glass-wrapper.bndiiLt_screen-media, .bndiiLt_glass-wrapper.bndiiLt_colors-info, .bndiiLt_glass-wrapper.bndiiLt_gpu-wrapper, .bndiiLt_glass-wrapper.bndiiLt_cpu-info, .row-column.bndiiLt_design-info, .bndiiLt_design-info.product_head-wrapper, .bndiiLt_design-info.home_bndii-wrapper, .bndiiLt_design-info.bndiiLt_unlock-cards, .bndiiLt_design-info.bndiiLt_xAxis-wrapper, .bndiiLt_design-info.bndiiLt_camera-wrapper, .bndiiLt_design-info.bndiiLt_battery-wrapper, .bndiiLt_design-info.bndiiLt_glass-wrapper, .row-column.bndiiLt_highlight-info, .bndiiLt_highlight-info.product_head-wrapper, .bndiiLt_highlight-info.home_bndii-wrapper, .bndiiLt_highlight-info.bndiiLt_unlock-cards, .bndiiLt_highlight-info.bndiiLt_xAxis-wrapper, .bndiiLt_highlight-info.bndiiLt_camera-wrapper, .bndiiLt_highlight-info.bndiiLt_battery-wrapper, .bndiiLt_highlight-info.bndiiLt_glass-wrapper, .row-column.bndiiLt_intro-wrapper, .bndiiLt_intro-wrapper.product_head-wrapper, .bndiiLt_intro-wrapper.home_bndii-wrapper, .bndiiLt_intro-wrapper.bndiiLt_unlock-cards, .bndiiLt_intro-wrapper.bndiiLt_xAxis-wrapper, .bndiiLt_intro-wrapper.bndiiLt_camera-wrapper, .bndiiLt_intro-wrapper.bndiiLt_battery-wrapper, .bndiiLt_intro-wrapper.bndiiLt_glass-wrapper, .bndiiLt_intro-wrapper, .row-intend.bndii_wide-wrapper, .bndii_wide-wrapper.products_archive-title, .bndii_wide-wrapper.products_archive, .bndii_wide-wrapper.products_colors-info, .bndii_wide-wrapper.product_box, .bndii_wide-wrapper.product_spec-title, .bndii_wide-wrapper.pp_article, .bndii_wide-wrapper.pp_titleBar, .bndii_wide-wrapper.srv_other, .bndii_wide-wrapper.srv_wallet, .bndii_wide-wrapper.srv_reward-wrapper, .bndii_wide-wrapper.srv_intro, .bndii_wide-wrapper.srv_pageTitle, .bndii_wide-wrapper.searchResault_resaults, .bndii_wide-wrapper.searchResault_title, .bndii_wide-wrapper.sup_faq-title, .bndii_wide-wrapper.sup_app, .bndii_wide-wrapper.sup_ways, .bndii_wide-wrapper.sup_intro, .bndii_wide-wrapper.sup_pageTitle, .bndii_wide-wrapper.cnt_contactForm, .bndii_wide-wrapper.cnt_liveChat, .bndii_wide-wrapper.cnt_info, .bndii_wide-wrapper.cnt_pageTitle, .bndii_wide-wrapper.abt_future, .bndii_wide-wrapper.abt_goals-title, .bndii_wide-wrapper.abt_why, .bndii_wide-wrapper.abt_multiways, .bndii_wide-wrapper.abt_brand, .bndii_wide-wrapper.abt_intro-wrapper, .bndii_wide-wrapper.bndiiLt_unlock-cards, .bndii_wide-wrapper.bndiiLt_spec-title, .bndii_wide-wrapper.bndiiLt_ip54-info, .bndii_wide-wrapper.bndiiLt_screen-info, .bndii_wide-wrapper.bndiiLt_screen-media, .bndii_wide-wrapper.bndiiLt_colors-info, .bndii_wide-wrapper.bndiiLt_gpu-wrapper, .bndii_wide-wrapper.bndiiLt_cpu-info, .bndii_wide-wrapper.bndiiLt_design-info, .bndii_wide-wrapper.bndiiLt_highlight-info, .bndii_wide-wrapper.bndiiLt_intro-wrapper, .row-intend.bndii_beauty-wrapper, .bndii_beauty-wrapper.products_archive-title, .bndii_beauty-wrapper.products_archive, .bndii_beauty-wrapper.products_colors-info, .bndii_beauty-wrapper.product_box, .bndii_beauty-wrapper.product_spec-title, .bndii_beauty-wrapper.pp_article, .bndii_beauty-wrapper.pp_titleBar, .bndii_beauty-wrapper.srv_other, .bndii_beauty-wrapper.srv_wallet, .bndii_beauty-wrapper.srv_reward-wrapper, .bndii_beauty-wrapper.srv_intro, .bndii_beauty-wrapper.srv_pageTitle, .bndii_beauty-wrapper.searchResault_resaults, .bndii_beauty-wrapper.searchResault_title, .bndii_beauty-wrapper.sup_faq-title, .bndii_beauty-wrapper.sup_app, .bndii_beauty-wrapper.sup_ways, .bndii_beauty-wrapper.sup_intro, .bndii_beauty-wrapper.sup_pageTitle, .bndii_beauty-wrapper.cnt_contactForm, .bndii_beauty-wrapper.cnt_liveChat, .bndii_beauty-wrapper.cnt_info, .bndii_beauty-wrapper.cnt_pageTitle, .bndii_beauty-wrapper.abt_future, .bndii_beauty-wrapper.abt_goals-title, .bndii_beauty-wrapper.abt_why, .bndii_beauty-wrapper.abt_multiways, .bndii_beauty-wrapper.abt_brand, .bndii_beauty-wrapper.abt_intro-wrapper, .bndii_beauty-wrapper.bndiiLt_unlock-cards, .bndii_beauty-wrapper.bndiiLt_spec-title, .bndii_beauty-wrapper.bndiiLt_ip54-info, .bndii_beauty-wrapper.bndiiLt_screen-info, .bndii_beauty-wrapper.bndiiLt_screen-media, .bndii_beauty-wrapper.bndiiLt_colors-info, .bndii_beauty-wrapper.bndiiLt_gpu-wrapper, .bndii_beauty-wrapper.bndiiLt_cpu-info, .bndii_beauty-wrapper.bndiiLt_design-info, .bndii_beauty-wrapper.bndiiLt_highlight-info, .bndii_beauty-wrapper.bndiiLt_intro-wrapper, .row-column.bndii_utilities-info, .bndii_utilities-info.product_head-wrapper, .bndii_utilities-info.home_bndii-wrapper, .bndii_utilities-info.bndiiLt_unlock-cards, .bndii_utilities-info.bndiiLt_xAxis-wrapper, .bndii_utilities-info.bndiiLt_camera-wrapper, .bndii_utilities-info.bndiiLt_battery-wrapper, .bndii_utilities-info.bndiiLt_glass-wrapper, .bndii_utilities-info.bndiiLt_intro-wrapper, .bndii_utilities-info.bndii_wide-wrapper, .bndii_utilities-info.bndii_beauty-wrapper, .row-column.bndii_zoom, .bndii_zoom.product_head-wrapper, .bndii_zoom.home_bndii-wrapper, .bndii_zoom.bndiiLt_unlock-cards, .bndii_zoom.bndiiLt_xAxis-wrapper, .bndii_zoom.bndiiLt_camera-wrapper, .bndii_zoom.bndiiLt_battery-wrapper, .bndii_zoom.bndiiLt_glass-wrapper, .bndii_zoom.bndiiLt_intro-wrapper, .bndii_zoom.bndii_wide-wrapper, .bndii_zoom.bndii_beauty-wrapper, .bndii_shotByBond-galleryWrapper .row-column.slideshow-actions, .bndii_shotByBond-galleryWrapper .slideshow-actions.product_head-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.home_bndii-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndiiLt_unlock-cards, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndiiLt_xAxis-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndiiLt_camera-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndiiLt_battery-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndiiLt_glass-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndiiLt_intro-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndii_wide-wrapper, .bndii_shotByBond-galleryWrapper .slideshow-actions.bndii_beauty-wrapper, .row-column.bndii_spec-title, .bndii_spec-title.product_head-wrapper, .bndii_spec-title.home_bndii-wrapper, .bndii_spec-title.bndiiLt_unlock-cards, .bndii_spec-title.bndiiLt_xAxis-wrapper, .bndii_spec-title.bndiiLt_camera-wrapper, .bndii_spec-title.bndiiLt_battery-wrapper, .bndii_spec-title.bndiiLt_glass-wrapper, .bndii_spec-title.bndiiLt_intro-wrapper, .bndii_spec-title.bndii_wide-wrapper, .bndii_spec-title.bndii_beauty-wrapper, .row-intend.bndii_xAxis-wrapper, .bndii_xAxis-wrapper.products_archive-title, .bndii_xAxis-wrapper.products_archive, .bndii_xAxis-wrapper.products_colors-info, .bndii_xAxis-wrapper.product_box, .bndii_xAxis-wrapper.product_spec-title, .bndii_xAxis-wrapper.pp_article, .bndii_xAxis-wrapper.pp_titleBar, .bndii_xAxis-wrapper.srv_other, .bndii_xAxis-wrapper.srv_wallet, .bndii_xAxis-wrapper.srv_reward-wrapper, .bndii_xAxis-wrapper.srv_intro, .bndii_xAxis-wrapper.srv_pageTitle, .bndii_xAxis-wrapper.searchResault_resaults, .bndii_xAxis-wrapper.searchResault_title, .bndii_xAxis-wrapper.sup_faq-title, .bndii_xAxis-wrapper.sup_app, .bndii_xAxis-wrapper.sup_ways, .bndii_xAxis-wrapper.sup_intro, .bndii_xAxis-wrapper.sup_pageTitle, .bndii_xAxis-wrapper.cnt_contactForm, .bndii_xAxis-wrapper.cnt_liveChat, .bndii_xAxis-wrapper.cnt_info, .bndii_xAxis-wrapper.cnt_pageTitle, .bndii_xAxis-wrapper.abt_future, .bndii_xAxis-wrapper.abt_goals-title, .bndii_xAxis-wrapper.abt_why, .bndii_xAxis-wrapper.abt_multiways, .bndii_xAxis-wrapper.abt_brand, .bndii_xAxis-wrapper.abt_intro-wrapper, .bndii_xAxis-wrapper.bndiiLt_unlock-cards, .bndii_xAxis-wrapper.bndiiLt_spec-title, .bndii_xAxis-wrapper.bndiiLt_ip54-info, .bndii_xAxis-wrapper.bndiiLt_screen-info, .bndii_xAxis-wrapper.bndiiLt_screen-media, .bndii_xAxis-wrapper.bndiiLt_colors-info, .bndii_xAxis-wrapper.bndiiLt_gpu-wrapper, .bndii_xAxis-wrapper.bndiiLt_cpu-info, .bndii_xAxis-wrapper.bndiiLt_design-info, .bndii_xAxis-wrapper.bndiiLt_highlight-info, .bndii_xAxis-wrapper.bndiiLt_intro-wrapper, .bndii_xAxis-wrapper.bndii_utilities-info, .bndii_xAxis-wrapper.bndii_zoom, .bndii_shotByBond-galleryWrapper .bndii_xAxis-wrapper.slideshow-actions, .bndii_xAxis-wrapper.bndii_spec-title, .row-column.bndii_battery-wrapper, .bndii_battery-wrapper.product_head-wrapper, .bndii_battery-wrapper.home_bndii-wrapper, .bndii_battery-wrapper.bndiiLt_unlock-cards, .bndii_battery-wrapper.bndiiLt_xAxis-wrapper, .bndii_battery-wrapper.bndiiLt_camera-wrapper, .bndii_battery-wrapper.bndiiLt_battery-wrapper, .bndii_battery-wrapper.bndiiLt_glass-wrapper, .bndii_battery-wrapper.bndiiLt_intro-wrapper, .bndii_battery-wrapper.bndii_wide-wrapper, .bndii_battery-wrapper.bndii_beauty-wrapper, .bndii_battery-wrapper.bndii_xAxis-wrapper, .row-intend.bndii_screen-wrapper, .bndii_screen-wrapper.products_archive-title, .bndii_screen-wrapper.products_archive, .bndii_screen-wrapper.products_colors-info, .bndii_screen-wrapper.product_box, .bndii_screen-wrapper.product_spec-title, .bndii_screen-wrapper.pp_article, .bndii_screen-wrapper.pp_titleBar, .bndii_screen-wrapper.srv_other, .bndii_screen-wrapper.srv_wallet, .bndii_screen-wrapper.srv_reward-wrapper, .bndii_screen-wrapper.srv_intro, .bndii_screen-wrapper.srv_pageTitle, .bndii_screen-wrapper.searchResault_resaults, .bndii_screen-wrapper.searchResault_title, .bndii_screen-wrapper.sup_faq-title, .bndii_screen-wrapper.sup_app, .bndii_screen-wrapper.sup_ways, .bndii_screen-wrapper.sup_intro, .bndii_screen-wrapper.sup_pageTitle, .bndii_screen-wrapper.cnt_contactForm, .bndii_screen-wrapper.cnt_liveChat, .bndii_screen-wrapper.cnt_info, .bndii_screen-wrapper.cnt_pageTitle, .bndii_screen-wrapper.abt_future, .bndii_screen-wrapper.abt_goals-title, .bndii_screen-wrapper.abt_why, .bndii_screen-wrapper.abt_multiways, .bndii_screen-wrapper.abt_brand, .bndii_screen-wrapper.abt_intro-wrapper, .bndii_screen-wrapper.bndiiLt_unlock-cards, .bndii_screen-wrapper.bndiiLt_spec-title, .bndii_screen-wrapper.bndiiLt_ip54-info, .bndii_screen-wrapper.bndiiLt_screen-info, .bndii_screen-wrapper.bndiiLt_screen-media, .bndii_screen-wrapper.bndiiLt_colors-info, .bndii_screen-wrapper.bndiiLt_gpu-wrapper, .bndii_screen-wrapper.bndiiLt_cpu-info, .bndii_screen-wrapper.bndiiLt_design-info, .bndii_screen-wrapper.bndiiLt_highlight-info, .bndii_screen-wrapper.bndiiLt_intro-wrapper, .bndii_screen-wrapper.bndii_utilities-info, .bndii_screen-wrapper.bndii_zoom, .bndii_shotByBond-galleryWrapper .bndii_screen-wrapper.slideshow-actions, .bndii_screen-wrapper.bndii_spec-title, .bndii_screen-wrapper.bndii_battery-wrapper, .row-intend.bndii_cooling-wrapper, .bndii_cooling-wrapper.products_archive-title, .bndii_cooling-wrapper.products_archive, .bndii_cooling-wrapper.products_colors-info, .bndii_cooling-wrapper.product_box, .bndii_cooling-wrapper.product_spec-title, .bndii_cooling-wrapper.pp_article, .bndii_cooling-wrapper.pp_titleBar, .bndii_cooling-wrapper.srv_other, .bndii_cooling-wrapper.srv_wallet, .bndii_cooling-wrapper.srv_reward-wrapper, .bndii_cooling-wrapper.srv_intro, .bndii_cooling-wrapper.srv_pageTitle, .bndii_cooling-wrapper.searchResault_resaults, .bndii_cooling-wrapper.searchResault_title, .bndii_cooling-wrapper.sup_faq-title, .bndii_cooling-wrapper.sup_app, .bndii_cooling-wrapper.sup_ways, .bndii_cooling-wrapper.sup_intro, .bndii_cooling-wrapper.sup_pageTitle, .bndii_cooling-wrapper.cnt_contactForm, .bndii_cooling-wrapper.cnt_liveChat, .bndii_cooling-wrapper.cnt_info, .bndii_cooling-wrapper.cnt_pageTitle, .bndii_cooling-wrapper.abt_future, .bndii_cooling-wrapper.abt_goals-title, .bndii_cooling-wrapper.abt_why, .bndii_cooling-wrapper.abt_multiways, .bndii_cooling-wrapper.abt_brand, .bndii_cooling-wrapper.abt_intro-wrapper, .bndii_cooling-wrapper.bndiiLt_unlock-cards, .bndii_cooling-wrapper.bndiiLt_spec-title, .bndii_cooling-wrapper.bndiiLt_ip54-info, .bndii_cooling-wrapper.bndiiLt_screen-info, .bndii_cooling-wrapper.bndiiLt_screen-media, .bndii_cooling-wrapper.bndiiLt_colors-info, .bndii_cooling-wrapper.bndiiLt_gpu-wrapper, .bndii_cooling-wrapper.bndiiLt_cpu-info, .bndii_cooling-wrapper.bndiiLt_design-info, .bndii_cooling-wrapper.bndiiLt_highlight-info, .bndii_cooling-wrapper.bndiiLt_intro-wrapper, .bndii_cooling-wrapper.bndii_utilities-info, .bndii_cooling-wrapper.bndii_zoom, .bndii_shotByBond-galleryWrapper .bndii_cooling-wrapper.slideshow-actions, .bndii_cooling-wrapper.bndii_spec-title, .bndii_cooling-wrapper.bndii_battery-wrapper, .row-column.bndii_colors-info, .bndii_colors-info.product_head-wrapper, .bndii_colors-info.home_bndii-wrapper, .bndii_colors-info.bndiiLt_unlock-cards, .bndii_colors-info.bndiiLt_xAxis-wrapper, .bndii_colors-info.bndiiLt_camera-wrapper, .bndii_colors-info.bndiiLt_battery-wrapper, .bndii_colors-info.bndiiLt_glass-wrapper, .bndii_colors-info.bndiiLt_intro-wrapper, .bndii_colors-info.bndii_wide-wrapper, .bndii_colors-info.bndii_beauty-wrapper, .bndii_colors-info.bndii_xAxis-wrapper, .bndii_colors-info.bndii_screen-wrapper, .bndii_colors-info.bndii_cooling-wrapper, .row-column.bndii_acButton, .bndii_acButton.product_head-wrapper, .bndii_acButton.home_bndii-wrapper, .bndii_acButton.bndiiLt_unlock-cards, .bndii_acButton.bndiiLt_xAxis-wrapper, .bndii_acButton.bndiiLt_camera-wrapper, .bndii_acButton.bndiiLt_battery-wrapper, .bndii_acButton.bndiiLt_glass-wrapper, .bndii_acButton.bndiiLt_intro-wrapper, .bndii_acButton.bndii_wide-wrapper, .bndii_acButton.bndii_beauty-wrapper, .bndii_acButton.bndii_xAxis-wrapper, .bndii_acButton.bndii_screen-wrapper, .bndii_acButton.bndii_cooling-wrapper, .row-column.bndii_cameraAi-info, .bndii_cameraAi-info.product_head-wrapper, .bndii_cameraAi-info.home_bndii-wrapper, .bndii_cameraAi-info.bndiiLt_unlock-cards, .bndii_cameraAi-info.bndiiLt_xAxis-wrapper, .bndii_cameraAi-info.bndiiLt_camera-wrapper, .bndii_cameraAi-info.bndiiLt_battery-wrapper, .bndii_cameraAi-info.bndiiLt_glass-wrapper, .bndii_cameraAi-info.bndiiLt_intro-wrapper, .bndii_cameraAi-info.bndii_wide-wrapper, .bndii_cameraAi-info.bndii_beauty-wrapper, .bndii_cameraAi-info.bndii_xAxis-wrapper, .bndii_cameraAi-info.bndii_screen-wrapper, .bndii_cameraAi-info.bndii_cooling-wrapper, .row-column.bndii_highlight-info, .bndii_highlight-info.product_head-wrapper, .bndii_highlight-info.home_bndii-wrapper, .bndii_highlight-info.bndiiLt_unlock-cards, .bndii_highlight-info.bndiiLt_xAxis-wrapper, .bndii_highlight-info.bndiiLt_camera-wrapper, .bndii_highlight-info.bndiiLt_battery-wrapper, .bndii_highlight-info.bndiiLt_glass-wrapper, .bndii_highlight-info.bndiiLt_intro-wrapper, .bndii_highlight-info.bndii_wide-wrapper, .bndii_highlight-info.bndii_beauty-wrapper, .bndii_highlight-info.bndii_xAxis-wrapper, .bndii_highlight-info.bndii_screen-wrapper, .bndii_highlight-info.bndii_cooling-wrapper, .row-column.bndii_mainCamera-camera_info, .bndii_mainCamera-camera_info.product_head-wrapper, .bndii_mainCamera-camera_info.home_bndii-wrapper, .bndii_mainCamera-camera_info.bndiiLt_unlock-cards, .bndii_mainCamera-camera_info.bndiiLt_xAxis-wrapper, .bndii_mainCamera-camera_info.bndiiLt_camera-wrapper, .bndii_mainCamera-camera_info.bndiiLt_battery-wrapper, .bndii_mainCamera-camera_info.bndiiLt_glass-wrapper, .bndii_mainCamera-camera_info.bndiiLt_intro-wrapper, .bndii_mainCamera-camera_info.bndii_wide-wrapper, .bndii_mainCamera-camera_info.bndii_beauty-wrapper, .bndii_mainCamera-camera_info.bndii_xAxis-wrapper, .bndii_mainCamera-camera_info.bndii_screen-wrapper, .bndii_mainCamera-camera_info.bndii_cooling-wrapper, .row-column.bndii_gpu-wrapper, .bndii_gpu-wrapper.product_head-wrapper, .bndii_gpu-wrapper.home_bndii-wrapper, .bndii_gpu-wrapper.bndiiLt_unlock-cards, .bndii_gpu-wrapper.bndiiLt_xAxis-wrapper, .bndii_gpu-wrapper.bndiiLt_camera-wrapper, .bndii_gpu-wrapper.bndiiLt_battery-wrapper, .bndii_gpu-wrapper.bndiiLt_glass-wrapper, .bndii_gpu-wrapper.bndiiLt_intro-wrapper, .bndii_gpu-wrapper.bndii_wide-wrapper, .bndii_gpu-wrapper.bndii_beauty-wrapper, .bndii_gpu-wrapper.bndii_xAxis-wrapper, .bndii_gpu-wrapper.bndii_screen-wrapper, .bndii_gpu-wrapper.bndii_cooling-wrapper, .row-column.bndii_cpu-info, .bndii_cpu-info.product_head-wrapper, .bndii_cpu-info.home_bndii-wrapper, .bndii_cpu-info.bndiiLt_unlock-cards, .bndii_cpu-info.bndiiLt_xAxis-wrapper, .bndii_cpu-info.bndiiLt_camera-wrapper, .bndii_cpu-info.bndiiLt_battery-wrapper, .bndii_cpu-info.bndiiLt_glass-wrapper, .bndii_cpu-info.bndiiLt_intro-wrapper, .bndii_cpu-info.bndii_wide-wrapper, .bndii_cpu-info.bndii_beauty-wrapper, .bndii_cpu-info.bndii_xAxis-wrapper, .bndii_cpu-info.bndii_screen-wrapper, .bndii_cpu-info.bndii_cooling-wrapper, .row-intend.bndii_bezel-wrapper, .bndii_bezel-wrapper.products_archive-title, .bndii_bezel-wrapper.products_archive, .bndii_bezel-wrapper.products_colors-info, .bndii_bezel-wrapper.product_box, .bndii_bezel-wrapper.product_spec-title, .bndii_bezel-wrapper.pp_article, .bndii_bezel-wrapper.pp_titleBar, .bndii_bezel-wrapper.srv_other, .bndii_bezel-wrapper.srv_wallet, .bndii_bezel-wrapper.srv_reward-wrapper, .bndii_bezel-wrapper.srv_intro, .bndii_bezel-wrapper.srv_pageTitle, .bndii_bezel-wrapper.searchResault_resaults, .bndii_bezel-wrapper.searchResault_title, .bndii_bezel-wrapper.sup_faq-title, .bndii_bezel-wrapper.sup_app, .bndii_bezel-wrapper.sup_ways, .bndii_bezel-wrapper.sup_intro, .bndii_bezel-wrapper.sup_pageTitle, .bndii_bezel-wrapper.cnt_contactForm, .bndii_bezel-wrapper.cnt_liveChat, .bndii_bezel-wrapper.cnt_info, .bndii_bezel-wrapper.cnt_pageTitle, .bndii_bezel-wrapper.abt_future, .bndii_bezel-wrapper.abt_goals-title, .bndii_bezel-wrapper.abt_why, .bndii_bezel-wrapper.abt_multiways, .bndii_bezel-wrapper.abt_brand, .bndii_bezel-wrapper.abt_intro-wrapper, .bndii_bezel-wrapper.bndiiLt_unlock-cards, .bndii_bezel-wrapper.bndiiLt_spec-title, .bndii_bezel-wrapper.bndiiLt_ip54-info, .bndii_bezel-wrapper.bndiiLt_screen-info, .bndii_bezel-wrapper.bndiiLt_screen-media, .bndii_bezel-wrapper.bndiiLt_colors-info, .bndii_bezel-wrapper.bndiiLt_gpu-wrapper, .bndii_bezel-wrapper.bndiiLt_cpu-info, .bndii_bezel-wrapper.bndiiLt_design-info, .bndii_bezel-wrapper.bndiiLt_highlight-info, .bndii_bezel-wrapper.bndiiLt_intro-wrapper, .bndii_bezel-wrapper.bndii_utilities-info, .bndii_bezel-wrapper.bndii_zoom, .bndii_shotByBond-galleryWrapper .bndii_bezel-wrapper.slideshow-actions, .bndii_bezel-wrapper.bndii_spec-title, .bndii_bezel-wrapper.bndii_battery-wrapper, .bndii_bezel-wrapper.bndii_colors-info, .bndii_bezel-wrapper.bndii_acButton, .bndii_bezel-wrapper.bndii_cameraAi-info, .bndii_bezel-wrapper.bndii_highlight-info, .bndii_bezel-wrapper.bndii_mainCamera-camera_info, .bndii_bezel-wrapper.bndii_gpu-wrapper, .bndii_bezel-wrapper.bndii_cpu-info, .row-intend.bndii_layers-wrapper, .bndii_layers-wrapper.products_archive-title, .bndii_layers-wrapper.products_archive, .bndii_layers-wrapper.products_colors-info, .bndii_layers-wrapper.product_box, .bndii_layers-wrapper.product_spec-title, .bndii_layers-wrapper.pp_article, .bndii_layers-wrapper.pp_titleBar, .bndii_layers-wrapper.srv_other, .bndii_layers-wrapper.srv_wallet, .bndii_layers-wrapper.srv_reward-wrapper, .bndii_layers-wrapper.srv_intro, .bndii_layers-wrapper.srv_pageTitle, .bndii_layers-wrapper.searchResault_resaults, .bndii_layers-wrapper.searchResault_title, .bndii_layers-wrapper.sup_faq-title, .bndii_layers-wrapper.sup_app, .bndii_layers-wrapper.sup_ways, .bndii_layers-wrapper.sup_intro, .bndii_layers-wrapper.sup_pageTitle, .bndii_layers-wrapper.cnt_contactForm, .bndii_layers-wrapper.cnt_liveChat, .bndii_layers-wrapper.cnt_info, .bndii_layers-wrapper.cnt_pageTitle, .bndii_layers-wrapper.abt_future, .bndii_layers-wrapper.abt_goals-title, .bndii_layers-wrapper.abt_why, .bndii_layers-wrapper.abt_multiways, .bndii_layers-wrapper.abt_brand, .bndii_layers-wrapper.abt_intro-wrapper, .bndii_layers-wrapper.bndiiLt_unlock-cards, .bndii_layers-wrapper.bndiiLt_spec-title, .bndii_layers-wrapper.bndiiLt_ip54-info, .bndii_layers-wrapper.bndiiLt_screen-info, .bndii_layers-wrapper.bndiiLt_screen-media, .bndii_layers-wrapper.bndiiLt_colors-info, .bndii_layers-wrapper.bndiiLt_gpu-wrapper, .bndii_layers-wrapper.bndiiLt_cpu-info, .bndii_layers-wrapper.bndiiLt_design-info, .bndii_layers-wrapper.bndiiLt_highlight-info, .bndii_layers-wrapper.bndiiLt_intro-wrapper, .bndii_layers-wrapper.bndii_utilities-info, .bndii_layers-wrapper.bndii_zoom, .bndii_shotByBond-galleryWrapper .bndii_layers-wrapper.slideshow-actions, .bndii_layers-wrapper.bndii_spec-title, .bndii_layers-wrapper.bndii_battery-wrapper, .bndii_layers-wrapper.bndii_colors-info, .bndii_layers-wrapper.bndii_acButton, .bndii_layers-wrapper.bndii_cameraAi-info, .bndii_layers-wrapper.bndii_highlight-info, .bndii_layers-wrapper.bndii_mainCamera-camera_info, .bndii_layers-wrapper.bndii_gpu-wrapper, .bndii_layers-wrapper.bndii_cpu-info, .row-intend.bndii_intro-wrapper, .bndii_intro-wrapper.products_archive-title, .bndii_intro-wrapper.products_archive, .bndii_intro-wrapper.products_colors-info, .bndii_intro-wrapper.product_box, .bndii_intro-wrapper.product_spec-title, .bndii_intro-wrapper.pp_article, .bndii_intro-wrapper.pp_titleBar, .bndii_intro-wrapper.srv_other, .bndii_intro-wrapper.srv_wallet, .bndii_intro-wrapper.srv_reward-wrapper, .bndii_intro-wrapper.srv_intro, .bndii_intro-wrapper.srv_pageTitle, .bndii_intro-wrapper.searchResault_resaults, .bndii_intro-wrapper.searchResault_title, .bndii_intro-wrapper.sup_faq-title, .bndii_intro-wrapper.sup_app, .bndii_intro-wrapper.sup_ways, .bndii_intro-wrapper.sup_intro, .bndii_intro-wrapper.sup_pageTitle, .bndii_intro-wrapper.cnt_contactForm, .bndii_intro-wrapper.cnt_liveChat, .bndii_intro-wrapper.cnt_info, .bndii_intro-wrapper.cnt_pageTitle, .bndii_intro-wrapper.abt_future, .bndii_intro-wrapper.abt_goals-title, .bndii_intro-wrapper.abt_why, .bndii_intro-wrapper.abt_multiways, .bndii_intro-wrapper.abt_brand, .bndii_intro-wrapper.abt_intro-wrapper, .bndii_intro-wrapper.bndiiLt_unlock-cards, .bndii_intro-wrapper.bndiiLt_spec-title, .bndii_intro-wrapper.bndiiLt_ip54-info, .bndii_intro-wrapper.bndiiLt_screen-info, .bndii_intro-wrapper.bndiiLt_screen-media, .bndii_intro-wrapper.bndiiLt_colors-info, .bndii_intro-wrapper.bndiiLt_gpu-wrapper, .bndii_intro-wrapper.bndiiLt_cpu-info, .bndii_intro-wrapper.bndiiLt_design-info, .bndii_intro-wrapper.bndiiLt_highlight-info, .bndii_intro-wrapper.bndiiLt_intro-wrapper, .bndii_intro-wrapper.bndii_utilities-info, .bndii_intro-wrapper.bndii_zoom, .bndii_shotByBond-galleryWrapper .bndii_intro-wrapper.slideshow-actions, .bndii_intro-wrapper.bndii_spec-title, .bndii_intro-wrapper.bndii_battery-wrapper, .bndii_intro-wrapper.bndii_colors-info, .bndii_intro-wrapper.bndii_acButton, .bndii_intro-wrapper.bndii_cameraAi-info, .bndii_intro-wrapper.bndii_highlight-info, .bndii_intro-wrapper.bndii_mainCamera-camera_info, .bndii_intro-wrapper.bndii_gpu-wrapper, .bndii_intro-wrapper.bndii_cpu-info, .row-column.footer-wrapper, .footer-wrapper.product_head-wrapper, .footer-wrapper.home_bndii-wrapper, .footer-wrapper.bndiiLt_unlock-cards, .footer-wrapper.bndiiLt_xAxis-wrapper, .footer-wrapper.bndiiLt_camera-wrapper, .footer-wrapper.bndiiLt_battery-wrapper, .footer-wrapper.bndiiLt_glass-wrapper, .footer-wrapper.bndiiLt_intro-wrapper, .footer-wrapper.bndii_wide-wrapper, .footer-wrapper.bndii_beauty-wrapper, .footer-wrapper.bndii_xAxis-wrapper, .footer-wrapper.bndii_screen-wrapper, .footer-wrapper.bndii_cooling-wrapper, .footer-wrapper.bndii_bezel-wrapper, .footer-wrapper.bndii_layers-wrapper, .footer-wrapper.bndii_intro-wrapper, .tabAccordion-wrapper, .row-column.slideshow, .slideshow.product_head-wrapper, .slideshow.home_bndii-wrapper, .slideshow.bndiiLt_unlock-cards, .slideshow.bndiiLt_xAxis-wrapper, .slideshow.bndiiLt_camera-wrapper, .slideshow.bndiiLt_battery-wrapper, .slideshow.bndiiLt_glass-wrapper, .slideshow.bndiiLt_intro-wrapper, .slideshow.bndii_wide-wrapper, .slideshow.bndii_beauty-wrapper, .slideshow.bndii_xAxis-wrapper, .slideshow.bndii_screen-wrapper, .slideshow.bndii_cooling-wrapper, .slideshow.bndii_bezel-wrapper, .slideshow.bndii_layers-wrapper, .slideshow.bndii_intro-wrapper, .row-column.accordion, .accordion.product_head-wrapper, .accordion.home_bndii-wrapper, .accordion.bndiiLt_unlock-cards, .accordion.bndiiLt_xAxis-wrapper, .accordion.bndiiLt_camera-wrapper, .accordion.bndiiLt_battery-wrapper, .accordion.bndiiLt_glass-wrapper, .accordion.bndiiLt_intro-wrapper, .accordion.bndii_wide-wrapper, .accordion.bndii_beauty-wrapper, .accordion.bndii_xAxis-wrapper, .accordion.bndii_screen-wrapper, .accordion.bndii_cooling-wrapper, .accordion.bndii_bezel-wrapper, .accordion.bndii_layers-wrapper, .accordion.bndii_intro-wrapper {
    grid-template-columns: repeat(calc(var(--column_no)), 1fr);
  }
}
.row-left_intend, .product_head-wrapper, .home_bndii-wrapper, .bndiiLt_camera-wrapper, .bndiiLt_battery-wrapper, .bndiiLt_glass-wrapper, .bndii_wide-wrapper, .bndii_beauty-wrapper, .bndii_layers-wrapper, .bndii_intro-wrapper {
  padding-right: var(--margin);
  padding-left: var(--intend-bleeded);
}
.row-left_intend.row-column, .product_head-wrapper, .home_bndii-wrapper, .row-left_intend.bndiiLt_unlock-cards, .row-left_intend.bndiiLt_xAxis-wrapper, .bndiiLt_camera-wrapper, .bndiiLt_battery-wrapper, .bndiiLt_glass-wrapper, .row-left_intend.bndiiLt_intro-wrapper, .bndii_wide-wrapper, .bndii_beauty-wrapper, .row-left_intend.bndii_xAxis-wrapper, .row-left_intend.bndii_screen-wrapper, .row-left_intend.bndii_cooling-wrapper, .row-left_intend.bndii_bezel-wrapper, .bndii_layers-wrapper, .bndii_intro-wrapper, .row-left_intend.tabAccordion-wrapper {
  grid-template-columns: repeat(calc(var(--column_no) - 2), 1fr);
}
@media only screen and (max-width: 1024px) {
  .row-left_intend.row-column, .product_head-wrapper, .home_bndii-wrapper, .row-left_intend.bndiiLt_unlock-cards, .row-left_intend.bndiiLt_xAxis-wrapper, .bndiiLt_camera-wrapper, .bndiiLt_battery-wrapper, .bndiiLt_glass-wrapper, .row-left_intend.bndiiLt_intro-wrapper, .bndii_wide-wrapper, .bndii_beauty-wrapper, .row-left_intend.bndii_xAxis-wrapper, .row-left_intend.bndii_screen-wrapper, .row-left_intend.bndii_cooling-wrapper, .row-left_intend.bndii_bezel-wrapper, .bndii_layers-wrapper, .bndii_intro-wrapper, .row-left_intend.tabAccordion-wrapper {
    grid-template-columns: repeat(calc(var(--column_no)), 1fr);
  }
}
.row-right_intend {
  padding-right: var(--intend-bleeded);
  padding-left: var(--margin);
}
.row-right_intend.row-column, .row-right_intend.product_head-wrapper, .row-right_intend.home_bndii-wrapper, .row-right_intend.bndiiLt_unlock-cards, .row-right_intend.bndiiLt_xAxis-wrapper, .row-right_intend.bndiiLt_camera-wrapper, .row-right_intend.bndiiLt_battery-wrapper, .row-right_intend.bndiiLt_glass-wrapper, .row-right_intend.bndiiLt_intro-wrapper, .row-right_intend.bndii_wide-wrapper, .row-right_intend.bndii_beauty-wrapper, .row-right_intend.bndii_xAxis-wrapper, .row-right_intend.bndii_screen-wrapper, .row-right_intend.bndii_cooling-wrapper, .row-right_intend.bndii_bezel-wrapper, .row-right_intend.bndii_layers-wrapper, .row-right_intend.bndii_intro-wrapper, .row-right_intend.tabAccordion-wrapper {
  grid-template-columns: repeat(calc(var(--column_no) - 2), 1fr);
}
@media only screen and (max-width: 1024px) {
  .row-right_intend.row-column, .row-right_intend.product_head-wrapper, .row-right_intend.home_bndii-wrapper, .row-right_intend.bndiiLt_unlock-cards, .row-right_intend.bndiiLt_xAxis-wrapper, .row-right_intend.bndiiLt_camera-wrapper, .row-right_intend.bndiiLt_battery-wrapper, .row-right_intend.bndiiLt_glass-wrapper, .row-right_intend.bndiiLt_intro-wrapper, .row-right_intend.bndii_wide-wrapper, .row-right_intend.bndii_beauty-wrapper, .row-right_intend.bndii_xAxis-wrapper, .row-right_intend.bndii_screen-wrapper, .row-right_intend.bndii_cooling-wrapper, .row-right_intend.bndii_bezel-wrapper, .row-right_intend.bndii_layers-wrapper, .row-right_intend.bndii_intro-wrapper, .row-right_intend.tabAccordion-wrapper {
    grid-template-columns: repeat(calc(var(--column_no)), 1fr);
  }
}

.section_padding-large, .sup_app, .abt_future, .abt_goals, .abt_why, .abt_multiways, .abt_brand {
  padding-top: var(--180);
  padding-bottom: var(--180);
}
.section_padding-medium, .cnt_liveChat {
  padding-top: var(--120);
  padding-bottom: var(--120);
}
.section_padding-small {
  padding-top: var(--72);
  padding-bottom: var(--72);
}

.search_btn {
  width: 100%;
  cursor: pointer;
  background-color: var(--n100);
  border-radius: var(--full_rounded);
  opacity: 1;
  visibility: visible;
  transition-property: opacity , visibility ,background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.search_btn--hide {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity , visibility ,background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.search_btn:hover {
  background-color: var(--n200);
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
@media only screen and (max-width: 1024px) {
  .search_btn {
    background-color: unset;
  }
  .search_btn:hover {
    background-color: unset;
  }
}
.search_btn-label {
  color: var(--fc);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
@media only screen and (max-width: 1024px) {
  .search_btn-label {
    display: none;
  }
}
.search_btn-icon {
  width: var(--24);
  height: var(--24);
  color: var(--fc);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.search_btn-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: var(--8) var(--16);
}
@media only screen and (max-width: 1024px) {
  .search_btn-wrapper {
    padding: var(--8);
    display: inline-block;
  }
}

.searchBar {
  position: fixed;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: 0;
  width: 100%;
  background-color: var(--n0);
  transition-property: opacity,visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.searchBar--show {
  opacity: 1;
  visibility: visible;
  transition-property: opacity,visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.searchBar-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.searchBar-clear {
  position: absolute;
  top: var(--24);
  right: var(--margin);
  background: none;
  border: none;
  font-size: 18px;
  color: #888;
  cursor: pointer;
  display: none;
}
.searchBar-input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  color: var(--n700);
  height: var(--72);
  padding: 0 var(--margin);
}
.searchBar-input:focus {
  outline: unset;
}
.searchBar-input::placeholder {
  color: var(--n300);
}
.searchBar-results {
  background-color: var(--n0);
  max-height: 0;
  opacity: 0;
  overflow-y: hidden;
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.searchBar-results--open {
  max-height: 500px;
  opacity: 1;
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.searchBar-results ul {
  padding: var(--24) var(--margin);
}
.searchBar-results li {
  cursor: pointer;
}
.searchBar-results a {
  padding: var(--4) 0;
}
.searchBar-results p {
  color: var(--n500);
  padding: var(--24) var(--margin);
  box-sizing: content-box;
}
.searchBar-results span {
  color: var(--n500);
  margin-left: var(--4);
}

.hamico {
  display: none;
  cursor: pointer;
  padding: var(--8);
}
@media only screen and (max-width: 1024px) {
  .hamico {
    display: block;
  }
}
.hamico-wrapper {
  margin-right: calc(-1 * var(--8));
  padding: var(--2);
  width: var(--24);
  height: var(--24);
}
.hamico-icon {
  width: var(--20);
  height: var(--20);
  position: relative;
}
.hamico-line {
  height: 0.1875rem;
  width: var(--20);
  background-color: var(--fc);
  position: absolute;
}
.hamico-linei {
  top: 0.625rem;
  transform: rotate(0deg);
  transition-property: top , transform, background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.hamico-lineii {
  top: 1.15625rem;
  transition-property:  background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.hamico-lineiii {
  top: 1.6875rem;
  transform: rotate(0deg);
  transition-property: top , transform, background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.hamico--close .hamico-linei {
  top: 1.15625rem;
  transform: rotate(45deg);
  transition-property: top , transform, background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.hamico--close .hamico-lineii {
  display: none;
  transition-property:  background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.hamico--close .hamico-lineiii {
  top: 1.15625rem;
  transform: rotate(-45deg);
  transition-property: top , transform, background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.logo-wrapper {
  display: flex;
  align-items: flex-start;
  gap: var(--16);
  height: var(--24);
  margin: var(--24) 0;
}
@media only screen and (max-width: 768px) {
  .logo-wrapper {
    margin: var(--16) 0;
  }
}
.logo--shine .logo-sign {
  width: var(--40);
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.logo--shine .logo-wordmark {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
.logo-sign {
  fill: var(--fc);
  width: var(--16);
  padding: 0.375rem 0;
  transition-property: width , fill;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.logo-wordmark {
  fill: var(--fc);
  height: var(--24);
  opacity: 1;
  transition-property: opacity , fill;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.page_title {
  display: flex;
  flex-direction: column;
  gap: var(--8);
  padding-top: var(--margin);
  padding-bottom: var(--margin);
}
.page_title-title {
  color: var(--fc);
}

.breadcrumb {
  display: flex;
  gap: var(--4);
}
.breadcrumb-item {
  color: var(--grey);
}
.breadcrumb-item.active {
  color: var(--fc);
}
.breadcrumb-item a {
  color: var(--grey);
}
.breadcrumb span {
  color: var(--grey);
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-header-title {
  color: var(--fc);
}
.accordion-header-image {
  height: var(--48);
  width: unset;
}
.accordion-header-titleImage {
  display: flex;
  align-items: center;
  gap: var(--gutter);
}
.accordion-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: var(--24) 0;
}
.accordion-item {
  border-bottom: var(--border);
}
.accordion-item--active .accordion-plus-line-dynamic {
  height: 0;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.accordion-item--active .accordion-body {
  max-height: 100svh;
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.accordion-body {
  overflow: hidden;
  max-height: 0;
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.accordion-body-wrapper {
  padding: 0 0 var(--24) 0;
}
.accordion-plus {
  width: var(--24);
  height: var(--24);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-plus-line {
  background-color: var(--fc);
  position: absolute;
}
.accordion-plus-line-static {
  width: var(--20);
  height: var(--2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion-plus-line-dynamic {
  width: var(--2);
  height: var(--20);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.spec-item > div {
  padding-right: unset !important;
}
.spec-item-wrapper {
  display: flex;
  margin-bottom: var(--12);
}
.spec-item-wrapper > div {
  padding-right: unset !important;
}
@media only screen and (max-width: 768px) {
  .spec-item-wrapper {
    gap: unset;
  }
}
.spec-item-name {
  flex-basis: 30%;
  color: var(--fc);
}
.spec-item-value {
  flex-basis: 70%;
  color: var(--grey);
}

.tip {
  background-color: var(--n0);
  border-radius: var(--slightly_rounded);
}
.tip-vertical .tip-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--8);
  align-items: flex-start;
}
.tip-vertical .tip-titleBar {
  flex-direction: column;
  align-items: flex-start;
}
.tip-vertical .tip-titleBar {
  gap: var(--48);
}
.tip-wrapper {
  align-items: center;
  padding: var(--24);
}
.tip-wrapper > div {
  padding-right: unset !important;
}
.tip-titleBar {
  display: flex;
  align-items: center;
  gap: var(--8);
}
.tip-title {
  color: var(--fc);
}
.tip-description {
  color: var(--fc);
}
.tip span {
  color: var(--fc);
  font-size: var(--40) !important;
  padding: var(--4);
}
.tip-cta {
  cursor: pointer;
  color: var(--primary);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.tip-cta:hover {
  color: var(--primary-hover);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

input,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  border: none;
}

.textType {
  position: relative;
}
.textType--empty select {
  color: transparent;
}
.textType > input, .textType > select {
  background-color: transparent;
  padding: var(--12) 0;
  height: unset;
  border-bottom: var(--border);
  display: block;
  width: 100%;
  transition-property: border-color , color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.textType > input::placeholder, .textType > select::placeholder {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.textType > input:hover, .textType > select:hover {
  border-color: var(--fc);
  transition-property: border-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.textType > input:focus, .textType > select:focus {
  outline: unset;
  border-color: var(--fc);
}
.textType > input:focus::placeholder, .textType > select:focus::placeholder {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

label.dynamicLabel {
  text-transform: capitalize;
  color: var(--grey);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition-property: top, font-size,line-height,height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
label.dynamicLabel--active {
  top: 0;
  transition-property: top, font-size,line-height,height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.contactForm {
  display: flex;
  flex-direction: column;
  gap: var(--24);
}
.contactForm-error {
  padding: var(--16);
  background-color: rgba(var(--red500-rgb), 1);
  color: var(--n0);
}
.contactForm-success {
  padding: var(--16);
  background-color: var(--primary);
  color: var(--n0);
}

.selectField span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--grey);
}
.selectField--empty {
  color: transparent;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.textArea textarea {
  border: var(--border);
  padding: var(--16);
  background-color: transparent;
  width: 100%;
  color: var(--fc);
}
.textArea textarea::placeholder {
  color: var(--grey);
}

.checkbox {
  display: flex;
  gap: var(--16);
}
.checkbox label {
  color: var(--fc);
  flex: 1;
}
.checkbox input {
  width: var(--20);
  height: var(--20);
  border: var(--border);
  background-color: transparent;
  transition-property: background-color , border-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.checkbox input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  transition-property: background-color , border-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.submit {
  padding: var(--12);
  width: 100%;
  background-color: var(--primary);
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  color: var(--n0);
  height: unset;
}
.submit:hover {
  background-color: var(--primary-hover);
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.submit:disabled {
  background-color: var(--n300);
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.button {
  cursor: pointer;
  display: inline-block;
}
.button-outlined {
  border: var(--border);
}
.button-contain {
  background-color: var(--primary);
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.button-contain:hover {
  background-color: var(--primary-hover);
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.button-contain .button-label {
  color: var(--bc);
}
.button-contain:hover .button-label {
  color: var(--bc) !important;
}
.button-rounded {
  border-radius: var(--full_rounded);
}
.button-wrapper {
  display: flex;
  padding: var(--8) var(--12);
}
.button-label {
  color: var(--fc);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.button-icon {
  font-size: var(--16);
  fill: var(--fc);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.button:hover span {
  color: var(--fc-hover);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.button-large .button-wrapper {
  display: flex;
  padding: var(--12) var(--20);
}

.tab-footerItems {
  display: flex;
  gap: var(--8);
  justify-content: center;
  margin-top: var(--24);
}
.tab-footerItem {
  border: unset !important;
  background: var(--n100);
  border-radius: var(--full_rounded);
  padding: var(--16);
  min-width: var(--56);
  text-align: center;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
}
.tab-footerItem--active {
  background: var(--n200);
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.tab-bodyItem {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  transition-property: opacity , visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.tab-bodyItems {
  position: relative;
}
.tab-bodyInfo {
  padding: var(--margin) 0;
}
.tab-bodyMedia {
  width: 100%;
}
.tab-tab-bodyContent {
  width: 100%;
}
.tab-bodyItem--active {
  opacity: 1;
  visibility: visible;
  transition-property: opacity , visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.tab-headerItems {
  border-bottom: var(--border);
  display: flex;
  overflow-x: scroll;
}
.tab-headerItem {
  white-space: nowrap;
  height: unset;
  color: var(--grey);
  cursor: pointer;
  padding: var(--16);
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition-property: border-bottom , color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .tab-headerItem {
    font-size: var(--fs-bl);
    line-height: var(--lh-bl);
    font-weight: 400;
    padding: var(--12);
  }
}
.tab-headerItem:hover {
  color: var(--fc);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.tab-headerItem--active {
  color: var(--fc);
  border-bottom: 2px solid var(--fc);
  transition-property: border-bottom , color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.imageCmp {
  position: relative;
  width: 100%; /* Adjust based on your needs */
  overflow: hidden;
}
.imageCmp-wrapper {
  position: relative;
  width: 100%;
}
.imageCmp-dynamicWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%; /* Initial width to show 50% of the first image */
  height: 100%;
  overflow: hidden;
  z-index: 2;
  border-right: 1px solid var(--white);
}
.imageCmp-dynamicWrapper:before {
  content: "After";
  color: var(--white);
  background-color: var(--black);
  padding: var(--8) var(--16);
  position: absolute;
  border-radius: var(--slightly_rounded);
  top: var(--16);
  right: var(--16);
}
.imageCmp-dynamicImage {
  width: 100%;
}
.imageCmp-fixWrapper {
  width: 100%;
}
.imageCmp-fixWrapper:before {
  content: "Before";
  color: var(--white);
  background-color: var(--black);
  padding: var(--8) var(--16);
  position: absolute;
  border-radius: var(--slightly_rounded);
  top: var(--16);
  right: var(--16);
}
.imageCmp-fixImage {
  width: 100%;
}
.imageCmp-handler {
  -webkit-appearance: none; /* Removes default styling for WebKit browsers */
  appearance: none;
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  transform: translate(-50%, -50%);
  width: calc(100% + var(--24));
  height: 100%;
  z-index: 3;
  background-color: unset;
}
.imageCmp-handler::-webkit-slider-thumb {
  -webkit-appearance: none; /* Removes default styling for WebKit browsers */
  appearance: none;
  width: var(--24); /* Size of the thumb */
  height: var(--24);
  border-radius: 50%;
  background: var(--white); /* Color of the thumb */
  cursor: pointer; /* Change the cursor on hover */
}

.compare-items {
  display: flex;
  flex-direction: column;
  gap: var(--8);
}
.compare-itemWrapper {
  display: flex;
  align-items: center;
  gap: var(--8);
}
.compare-barValue {
  padding: var(--4) var(--8);
  background-color: var(--n100);
  color: var(--fc);
  display: inline-block;
  height: unset;
}
.compare-barValue--best {
  background-color: var(--black);
  color: var(--bc);
}
.compare-bar {
  flex: 4;
}
.compare-value {
  display: inline-block;
  color: var(--fc);
}

.bottomNav {
  position: fixed;
  bottom: var(--margin);
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  transition-property: bottom;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.bottomNav-wrapper {
  padding: 0 var(--8) 0 var(--24);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  border-radius: var(--full_rounded);
  border: var(--border);
  display: flex;
  gap: var(--24);
  align-items: center;
}
.bottomNav-items {
  display: flex;
  gap: var(--16);
  align-items: center;
}
.bottomNav-item a {
  padding: var(--16) 0;
  color: var(--grey);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  white-space: nowrap;
}
.bottomNav-item--active a {
  color: var(--black);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.bottomNav--shy {
  bottom: calc(-1 * var(--64));
  transition-property: bottom;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.article-h2 {
  margin-bottom: var(--24);
}
.article-section {
  margin-bottom: var(--72);
}
.article-chapter {
  margin-bottom: var(--48);
}
.article-h3 {
  margin-bottom: var(--8);
}
.article-items {
  display: flex;
  flex-direction: column;
  gap: var(--8);
}
.article-text {
  margin-bottom: var(--8);
}
.article-item::before {
  content: "";
  margin-right: var(--8);
  margin-bottom: var(--2);
  display: inline-block;
  width: var(--8);
  height: var(--8);
  background-color: var(--fc);
  border-radius: var(--full_rounded);
}
.card-wrapper {
  padding: var(--24);
  background-color: var(--white);
  height: 100%;
}
.card-media {
  margin-bottom: var(--24);
}

.card_t1-wrapper {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card_t1-info {
  padding: var(--margin);
}
.rotatingProduct {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rotatingProduct-media {
  display: inline-block;
  position: relative;
  height: 60svh;
}
.rotatingProduct-canvas {
  height: 60svh;
  position: relative;
  cursor: grab;
}
.rotatingProduct-loading {
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  filter: blur(4px);
  object-fit: contain;
}
.rotatingProduct-options {
  background-color: var(--n100);
  border-radius: var(--full_rounded);
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: var(--8);
  gap: var(--8);
}
.rotatingProduct-name {
  display: none;
  padding: var(--12);
  color: var(--fc);
}
.rotatingProduct-name.active {
  display: block;
}
.rotatingProduct-option {
  width: var(--40);
  height: var(--40);
  border-radius: var(--full_rounded);
}
.rotatingProduct-option.active {
  border: 1px solid var(--n300);
}
.rotatingProduct-guide {
  width: var(--72);
  height: var(--72);
  background-color: var(--n0);
  border-radius: var(--full_rounded);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rotatingProduct-icon {
  width: var(--48);
  height: var(--48);
  padding: var(--12);
  box-sizing: content-box;
  fill: var(--fc);
}

.canvasAnimation-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  filter: blur(4px);
}

.info_t1 {
  max-width: var(--max-width);
}
.info_t1-subtitle {
  color: var(--n700);
}
.info_t1-title {
  color: var(--fc);
}
.info_t1-description {
  color: var(--fc);
  margin-top: var(--gap_16);
}
.info_t2 {
  max-width: var(--max-width);
}
.info_t2-subtitle {
  color: var(--n700);
}
.info_t2-title {
  color: var(--fc);
}
.info_t2-description {
  color: var(--fc);
  margin-top: var(--gap_16);
}
.info_t3 {
  max-width: var(--max-width);
}
.info_t3-subtitle {
  color: var(--n700);
  margin-bottom: var(--gap_8);
}
.info_t3-title {
  color: var(--fc);
}
.info_t3-description {
  color: var(--fc);
  margin-top: var(--gap_8);
}
.info_t4-subtitle {
  color: var(--n70);
  margin-bottom: var(--gap_8);
}
.info_t4-title {
  color: var(--fc);
}
.info_t5-title {
  color: var(--fc);
}
.info_t5-description {
  color: var(--fc);
  margin-top: var(--gap_8);
}

.slideshow-pagination_wrapper {
  width: 100%;
}
.slideshow .swiper-pagination-progressbar {
  width: 100%;
  position: relative;
  height: var(--2);
  background-color: var(--n200);
}
.slideshow .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: var(--2);
  background-color: var(--fc);
}
.slideshow-actions {
  display: flex;
  align-items: center;
  gap: var(--16);
  margin-top: var(--24);
}
.slideshow-navigationWrapper {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .slideshow-navigationWrapper {
    display: none;
  }
}
.slideshow-navigation {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  transform: unset;
  margin-top: unset;
  height: var(--48);
  width: var(--48);
  background-color: transparent;
  border-radius: var(--full_rounded);
}
.slideshow-navigation:hover {
  background-color: var(--n100);
}
.slideshow-navigation::after {
  content: unset;
}
.slideshow-navigation span {
  padding: var(--4);
  color: var(--fc);
}

.videoSlide_t1-info {
  margin-top: var(--gap_16);
  max-width: var(--max-width);
}

.slide_t1-wrapper {
  background-color: var(--n0);
}
.slide_t1-info {
  padding: var(--gutter);
}
.slide_t3-icon {
  width: var(--48);
  height: var(--48);
  padding: var(--8);
  border-radius: var(--full_rounded);
  background-color: var(--n50);
}
.slide_t3 svg {
  width: 100%;
  fill: var(--fc);
}
.slide_t3-wrapper {
  background-color: var(--n0);
  display: flex;
}
@media only screen and (max-width: 768px) {
  .slide_t3-wrapper {
    flex-direction: column;
  }
}
.slide_t3-media {
  flex-basis: 40%;
  padding: var(--margin) var(--margin) 0;
}
@media only screen and (max-width: 768px) {
  .slide_t3-media {
    padding: var(--margin) calc(var(--margin) * 4) 0;
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 440px) {
  .slide_t3-media {
    padding: var(--margin) var(--margin) 0;
    aspect-ratio: unset;
  }
}
.slide_t3-revert .slide_t4-media {
  padding: 0 var(--margin) var(--margin);
}
@media only screen and (max-width: 768px) {
  .slide_t3-revert .slide_t4-media {
    padding: 0 calc(var(--margin) * 4) var(--margin);
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 440px) {
  .slide_t3-revert .slide_t4-media {
    padding: 0 var(--margin) var(--margin);
    aspect-ratio: unset;
  }
}
.slide_t3-info {
  padding: var(--gutter);
  flex-basis: 60%;
  padding: var(--margin);
  display: flex;
  flex-direction: column;
  gap: var(--gap_16);
}
.slide_t3-info .info_t3 {
  height: 100%;
}
.slide_t3-info .info_t3-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .slide_t3-info .info_t3-wrapper {
    display: block;
  }
}
.slide_t3-info .info_t3-title {
  flex: 1;
}
.slide_t4-wrapper {
  background-color: var(--n0);
  display: flex;
}
@media only screen and (max-width: 768px) {
  .slide_t4-wrapper {
    flex-direction: column;
  }
}
.slide_t4-media {
  flex-basis: 40%;
  padding: var(--margin) var(--margin) 0;
}
@media only screen and (max-width: 768px) {
  .slide_t4-media {
    padding: var(--margin) calc(var(--margin) * 4) 0;
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 440px) {
  .slide_t4-media {
    padding: var(--margin) var(--margin) 0;
    aspect-ratio: unset;
  }
}
.slide_t4-revert .slide_t4-media {
  padding: 0 var(--margin) var(--margin);
}
@media only screen and (max-width: 768px) {
  .slide_t4-revert .slide_t4-media {
    padding: 0 calc(var(--margin) * 4) var(--margin);
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 440px) {
  .slide_t4-revert .slide_t4-media {
    padding: 0 var(--margin) var(--margin);
    aspect-ratio: unset;
  }
}
.slide_t4-info {
  padding: var(--gutter);
  flex-basis: 60%;
  padding: var(--margin);
}
.slide_t4-info .info_t3 {
  height: 100%;
}
.slide_t4-info .info_t3-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .slide_t4-info .info_t3-wrapper {
    display: block;
  }
}
.slide_t4-info .info_t3-title {
  flex: 1;
}

.badge-badge {
  width: var(--48);
  height: var(--48);
  display: block;
}
.badge-badge .badge-tint {
  fill: rgba(var(--n950-rgb), 0.4);
}
.badge-badge .badge-color {
  fill: var(--fc);
}

.badge_t1-wrapper {
  display: flex;
  align-items: center;
  gap: var(--8);
}
.badge_t1-info {
  display: flex;
  flex-direction: column;
}
.badge_t1-subtitle {
  color: var(--fc);
}
.badge_t1-title {
  color: var(--fc);
}
.badge_t2-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--8);
}
.badge_t2-info {
  display: flex;
  flex-direction: column;
}
.badge_t2-subtitle {
  color: var(--fc);
}
.badge_t2-title {
  color: var(--fc);
}

@media only screen and (max-width: 1280px) {
  .tabAccordion-wrapper {
    padding-left: var(--margin);
    padding-right: var(--margin);
  }
}
@media only screen and (max-width: 1024px) {
  .tabAccordion-wrapper {
    display: block;
    padding-left: var(--margin);
    padding-right: var(--margin);
  }
}
.tabAccordion-accordion {
  padding-right: calc(var(--column_width) + var(--gutter));
  margin-top: calc(var(--24) * -1);
}
@media only screen and (max-width: 1024px) {
  .tabAccordion-accordion {
    display: none;
  }
}
.tabAccordion-accordion .accordion {
  padding: 0;
}
.tabAccordion-contents {
  width: 100%;
  position: relative;
}
.tabAccordion-content {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity , visibility;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.tabAccordion-content--active {
  opacity: 1;
  visibility: visible;
  transition-property: opacity , visibility;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
@media only screen and (max-width: 1024px) {
  .tabAccordion-content {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: unset;
    margin-bottom: var(--180);
    grid-column: unset;
  }
}
.tabAccordion-content:first-child {
  position: relative;
}
.tabAccordion-contentWrapper {
  grid-column: span 6;
}
.tabAccordion-contentWrapper .info_t2 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .tabAccordion-contentWrapper .info_t2 {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .tabAccordion-contentInfo {
    margin-bottom: var(--gap_16);
  }
}

.footer {
  background-color: var(--white);
}
.footer-main {
  padding: var(--24) 0;
  display: flex;
  flex-direction: column;
  gap: var(--24);
}
.footer-sign {
  width: 100%;
}
.footer-sign svg {
  width: var(--40);
  fill: var(--fc);
}
.footer-menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--gutter);
}
@media only screen and (max-width: 768px) {
  .footer-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-menuHeader {
  color: var(--fc);
  padding: var(--4) 0;
  height: unset;
}
.footer-items {
  display: flex;
  flex-direction: column;
}
.footer-items a {
  color: var(--fc);
  padding: var(--4) 0;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.footer-items a:hover {
  color: var(--fc-hover);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.footer-secondary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--gutter);
  padding: var(--24) 0;
  border-top: var(--border);
  border-bottom: var(--border);
}
@media only screen and (max-width: 768px) {
  .footer-secondary {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .footer-goToTop {
    display: none !important;
  }
}
.footer-legal {
  grid-column: span 3;
}
@media only screen and (max-width: 768px) {
  .footer-legal {
    grid-column: span 1;
  }
}
.footer-legal ul {
  flex-direction: row;
  gap: var(--16);
}
@media only screen and (max-width: 768px) {
  .footer-legal ul {
    flex-direction: column;
    gap: unset;
  }
}
.footer-social {
  grid-column: span 2;
}
@media only screen and (max-width: 768px) {
  .footer-social {
    grid-column: span 1;
  }
}
.footer-social .footer-items {
  flex-direction: row;
  gap: var(--16);
}
@media only screen and (max-width: 440px) {
  .footer-social .footer-items {
    flex-direction: column;
  }
}
.footer-social nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .footer-social nav {
    flex-direction: column;
    align-items: unset;
  }
}
@media only screen and (max-width: 768px) {
  .footer-social nav {
    flex-direction: column;
    align-items: unset;
  }
}
.footer-tertiary {
  display: flex;
  justify-content: space-between;
  padding: var(--24) 0;
  gap: var(--gutter);
}
@media only screen and (max-width: 768px) {
  .footer-tertiary {
    flex-direction: column;
  }
}
.footer-multiways span {
  color: var(--grey);
  display: flex;
  align-items: center;
  gap: var(--4);
}
.footer-multiways svg {
  height: var(--16);
  fill: var(--grey);
}
.footer-copyrights span {
  color: var(--grey);
}
.footer-goToTop {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.footer-goToTop a {
  margin-top: calc(-1 * var(--8));
}

.page.page-bond-ii main {
  margin-top: unset;
}
.page.page-bond-ii section {
  margin-bottom: var(--240);
}
@media only screen and (max-width: 768px) {
  .page.page-bond-ii section {
    margin-bottom: var(--120);
  }
}

.bndii_darkWrapper {
  background-color: var(--bc);
  position: relative;
  z-index: 3;
}

.bndii_intro {
  margin-bottom: var(--120) !important;
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100svh;
  box-sizing: content-box;
}
@media only screen and (max-width: 1024px) {
  .bndii_intro {
    height: unset;
  }
}
.bndii_intro-media {
  position: relative;
  height: 100svh;
}
@media only screen and (max-width: 1024px) {
  .bndii_intro-media {
    height: unset !important;
    margin: 0 calc(-1 * var(--margin));
  }
}
.bndii_intro-media video, .bndii_intro-media img {
  width: 100%;
  object-fit: cover;
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .bndii_intro-media video, .bndii_intro-media img {
    top: unset;
    height: 100vw;
    transform: rotate(90deg);
    position: relative;
  }
}
.bndii_intro-image {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .bndii_intro-image {
    position: absolute !important;
    top: 0 !important;
  }
}
.bndii_intro-info {
  color: var(--fc);
  display: flex;
  flex-direction: column;
  height: 100svh;
  padding: calc(var(--header_height) + var(--header_height)) 0 var(--header_height);
  position: relative;
}
.bndii_intro-info-primary {
  gap: var(--8);
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .bndii_intro-info-primary {
    flex: unset;
  }
}
.bndii_intro-info-secondary > span {
  color: var(--n700);
  margin-bottom: var(--12);
}
.bndii_intro-info-secondary > p > span {
  padding: var(--4) var(--12);
  color: var(--bc);
  background-color: var(--fc);
  border-radius: var(--full_rounded);
}
@media only screen and (max-width: 1024px) {
  .bndii_intro-info {
    text-align: center;
    height: unset;
    gap: var(--24);
  }
}

.bndii_layers-media {
  padding-left: var(--column_width);
  margin-right: calc(var(--column_width) * -1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  aspect-ratio: 1016/783;
}
@media only screen and (max-width: 1024px) {
  .bndii_layers-media {
    padding-left: unset;
    grid-row: 1;
    margin: 0 calc(-1 * var(--margin));
  }
}
.bndii_layers-media img {
  width: calc(100% - var(--column_width));
  right: 0;
  left: unset;
  top: unset;
}
.bndii_layers-badges {
  display: flex;
  flex-direction: column;
  gap: var(--gap_16);
}
.bndii_layers-badges > div {
  flex: 1;
}
.bndii_layers-info {
  display: flex;
  flex-direction: column;
  padding: var(--header_height) 0;
  position: relative;
  justify-content: center;
  gap: var(--gap_48);
}
@media only screen and (max-width: 1024px) {
  .bndii_layers-info {
    height: unset;
  }
}
.bndii_layers-canvas {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .bndii_layers-canvas {
    max-height: unset;
  }
}

.bndii_bezel {
  padding-top: var(--header_height);
  overflow: hidden;
}
.bndii_bezel-wrapper {
  align-items: center;
}
.bndii_bezel-media {
  grid-column: 3/7;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  justify-content: center;
}
.bndii_bezel-media:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: var(--180);
  bottom: 0;
  background: linear-gradient(to bottom, transparent, var(--bc));
}
.bndii_bezel-media img {
  aspect-ratio: 449/547;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .bndii_bezel-media img {
    width: 50%;
  }
}
.bndii_bezel-media svg {
  width: 100%;
  aspect-ratio: 449/547;
  opacity: 0;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .bndii_bezel-media svg {
    width: 50%;
  }
}
.bndii_bezel-media svg .stroke {
  stroke: var(--n300); /* Define stroke color using CSS variable */
  stroke-width: 1px; /* Define stroke width */
  fill: none; /* Ensure the shape is not filled */
}
.bndii_bezel-media svg .fill {
  fill: var(--orange500);
}
.bndii_bezel-media svg .number {
  fill: var(--n300);
}
@media only screen and (max-width: 1024px) {
  .bndii_bezel-media {
    grid-column: span var(--column_no);
    grid-row: 2;
  }
}
.bndii_bezel-info {
  grid-column: 9/13;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  gap: var(--body_gap);
}
@media only screen and (max-width: 1024px) {
  .bndii_bezel-info {
    grid-column: span var(--column_no);
    height: unset;
  }
}

.bndii_midframe {
  height: var(--net_height);
  overflow-y: visible;
}
@media only screen and (max-width: 1024px) {
  .bndii_midframe {
    height: 60vh;
  }
}
.bndii_midframe-wrapper {
  position: relative;
}
.bndii_midframe-media {
  position: relative;
}
.bndii_midframe-media img {
  height: var(--net_height);
  width: unset;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .bndii_midframe-media img {
    height: 60vh;
  }
}
.bndii_midframe-info {
  width: 100vw;
  height: var(--net_height);
  position: absolute;
  z-index: 3;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .bndii_midframe-info {
    height: 60vh;
  }
}
.bndii_midframe-info:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: var(--180);
  bottom: 0;
  background: linear-gradient(to bottom, transparent, var(--bc));
}
.bndii_midframe-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--body_gap);
  max-width: var(--max-width);
  width: 100%;
}
.bndii_midframe-canvas {
  height: var(--net_height);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .bndii_midframe-canvas {
    height: 60vh;
  }
}
.bndii_midframe-textBox {
  text-align: center;
}

.bndii_cpu {
  overflow-y: visible;
}
.bndii_cpu-wrapper {
  position: relative;
}
.bndii_cpu-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bndii_cpu-info-wrapper {
    gap: calc(var(--gutter) * 4);
  }
}
.bndii_cpu-compare {
  padding-right: unset !important;
}
.bndii_cpu-compareWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: var(--16);
}
.bndii_cpu-media {
  position: relative;
  aspect-ratio: 1498/968;
  width: 100%;
}
.bndii_cpu-media::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: var(--header_height);
  bottom: 0;
  background: linear-gradient(to bottom, transparent, var(--bc));
}
.bndii_cpu-canvas {
  width: 100%;
}

.bndii_gpu-wrapper {
  position: relative;
}
.bndii_gpu-otherInfo {
  padding-right: unset !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: var(--gutter);
}
.bndii_gpu-media {
  aspect-ratio: 3456/1745;
  width: 100%;
}
.bndii_gpu-compare {
  padding-right: unset !important;
}
.bndii_gpu-compareWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: var(--16);
}
.bndii_gpu-games {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gutter);
}
.bndii_gpu-game {
  display: flex;
  gap: var(--8);
  align-items: center;
}
.bndii_gpu-gameInfo {
  display: flex;
  flex-direction: column;
}
.bndii_gpu-gameIcon {
  width: var(--64);
  height: var(--64);
  border-radius: 1rem;
}
.bndii_gpu-gameName {
  color: var(--fc);
  height: unset !important;
}
.bndii_gpu-gameValue {
  color: var(--fc);
}
.bndii_gpu-canvas {
  width: 100%;
}
.bndii_gpu-badges {
  display: flex;
  gap: var(--gutter);
}
.bndii_gpu-badges > div {
  flex: 1;
}

.bndii_mainCamera {
  margin-bottom: unset !important;
}
.bndii_mainCamera-media {
  position: relative;
}
.bndii_mainCamera-media {
  display: flex;
  justify-content: center;
  aspect-ratio: 1697/1469;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bndii_mainCamera-media {
    aspect-ratio: unset;
  }
}
.bndii_mainCamera-cameras-lens {
  aspect-ratio: 443/229;
}
.bndii_mainCamera-media_wrapper {
  width: "50%";
  position: relative;
  display: flex;
  justify-content: center;
}
.bndii_mainCamera-info-wrapper {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: var(--72);
}
.bndii_mainCamera-camera_img {
  width: 100%;
  aspect-ratio: 443/229;
}
.bndii_mainCamera-body_img {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1329/2819;
}
.bndii_mainCamera-cameras {
  width: 100%;
  position: relative;
  z-index: 1;
}
.bndii_mainCamera-camera_info {
  opacity: 0;
  display: flex;
  justify-content: center;
  margin-top: var(--72);
  gap: calc(var(--gutter) * 4);
}
@media only screen and (max-width: 768px) {
  .bndii_mainCamera-camera_info {
    flex-direction: column;
  }
}
.bndii_mainCamera-camera_info-lenz {
  color: var(--fc);
}
.bndii_mainCamera-camera_info-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bndii_mainCamera-camera_info-features li {
  color: var(--fc);
}

.bndii_cameraFeatures img {
  aspect-ratio: 3/2;
}

.bndii_highlight {
  overflow-x: visible;
  z-index: 1;
  position: relative;
}
.bndii_highlight-info {
  margin-bottom: var(--48);
}
.bndii_highlight-info .swiper-pagination-progressbar {
  width: 100%;
  position: relative;
  height: var(--2);
  background-color: var(--n200);
}
.bndii_highlight-info .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: var(--2);
  background-color: var(--fc);
}

.bndii_cameraAi {
  margin-bottom: unset !important;
  z-index: 1;
  position: relative;
}
.bndii_cameraAi-info {
  margin-bottom: var(--48);
}
.bndii_cameraAi-info p {
  width: var(--max-width);
}

.bndii_acButton-info {
  display: flex;
  flex-direction: column;
  gap: var(--gutter);
  justify-content: center;
}
.bndii_acButton-image {
  aspect-ratio: 93/272;
}
.bndii_acButton-actionsWrapper {
  display: flex;
  flex-direction: column;
  gap: var(--8);
}
.bndii_acButton-wrapper > div {
  padding-right: unset !important;
}
.bndii_acButton-actions > div {
  padding-right: unset !important;
}
@media only screen and (max-width: 768px) {
  .bndii_acButton-actions {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bndii_acButton-action {
  display: flex;
  gap: var(--8);
  align-items: center;
}
.bndii_acButton-title {
  color: var(--fc);
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.bndii_acButton-icon {
  font-size: var(--32) !important;
  color: var(--fc);
  background-color: var(--n100);
  border-radius: 50%;
  padding: 1rem;
  transition-property: color , background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.bndii_acButton-media {
  display: flex;
  justify-content: center;
}
.bndii_acButton-media > img {
  height: var(--net_height);
  width: unset;
}

.bndii_colors-info {
  margin-bottom: var(--gap_48);
  text-align: center;
}
.bndii_colors-info .info_t2 {
  max-width: unset;
}

.bndii_cooling {
  overflow: hidden;
}
.bndii_cooling-wrapper {
  align-items: center;
}
.bndii_cooling-media {
  grid-column: 3/7;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  grid-row: 1;
}
@media only screen and (max-width: 1024px) {
  .bndii_cooling-media {
    grid-column: span var(--column_no);
    grid-row: 2;
    justify-content: center;
  }
}
.bndii_cooling-media > img {
  aspect-ratio: 449/818;
}
@media only screen and (max-width: 1024px) {
  .bndii_cooling-media > img {
    width: 50%;
  }
}
.bndii_cooling-frontImage {
  position: absolute;
  z-index: 2;
  top: 0;
}
.bndii_cooling-info {
  grid-column: 9/13;
  display: flex;
  flex-direction: column;
  height: var(--net_height);
  padding: var(--header_height) 0;
  position: relative;
  justify-content: center;
  gap: var(--body_gap);
}
@media only screen and (max-width: 1024px) {
  .bndii_cooling-info {
    grid-column: span var(--column_no);
    height: unset;
  }
}

.bndii_screen {
  padding-top: var(--header_height);
  overflow: hidden;
}
.bndii_screen-wrapper {
  align-items: center;
}
.bndii_screen-media {
  grid-column: 6/15;
  grid-row: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  grid-row: 1;
  aspect-ratio: 1041/901;
}
@media only screen and (max-width: 1024px) {
  .bndii_screen-media {
    grid-column: span var(--column_no);
    grid-row: 1 !important;
  }
}
.bndii_screen-frontImage {
  position: absolute;
  z-index: 2;
  top: 0;
}
.bndii_screen-info {
  grid-column: 3/7;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  height: var(--net_height);
  padding: var(--header_height) 0;
  position: relative;
  justify-content: center;
  gap: var(--gap_48);
}
@media only screen and (max-width: 1024px) {
  .bndii_screen-info {
    grid-row: 2 !important;
    grid-column: span var(--column_no);
    height: unset;
  }
}
.bndii_screen-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gutter);
}
.bndii_screen-featuresWrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap_16);
}
@media only screen and (max-width: 768px) {
  .bndii_screen-features {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bndii_water {
  overflow-y: visible;
}
@media only screen and (max-width: 768px) {
  .bndii_water {
    height: unset;
  }
}
.bndii_water-wrapper {
  position: relative;
}
.bndii_water-info {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bndii_water-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--body_gap);
  max-width: var(--max-width);
  width: 100%;
}
.bndii_water-textBox {
  text-align: center;
}
.bndii_water-media {
  position: relative;
}
.bndii_water-media img {
  aspect-ratio: 864/359;
}
.bndii_water-image_off {
  position: absolute;
  top: 0;
}
.bndii_water-image {
  position: relative;
  z-index: 1;
  top: 0;
}

.bndii_sound {
  overflow-y: visible;
}
@media only screen and (max-width: 768px) {
  .bndii_sound {
    height: unset;
  }
}
.bndii_sound-wrapper {
  position: relative;
}
.bndii_sound-info {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bndii_sound-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--body_gap);
  max-width: var(--max-width);
  width: 100%;
}
.bndii_sound-textBox {
  text-align: center;
}
.bndii_sound-media {
  margin-top: var(--48);
  position: relative;
  position: relative;
  aspect-ratio: 1727/428;
  width: 100%;
}
.bndii_sound-image {
  position: absolute;
  z-index: 1;
  top: 0;
  width: calc(100% - var(--margin) * 2);
}

.bndii_battery-on_img, .bndii_battery-off_img {
  position: absolute;
  top: 0;
}
.bndii_battery-mediaWrapper {
  margin: var(--40) 0;
  position: relative;
  aspect-ratio: 1159/467;
}
.bndii_battery-mediaWrapper > img {
  width: 100%;
}
.bndii_battery-info > div {
  padding-right: unset;
}
.bndii_battery-badges > div {
  padding-right: unset !important;
}
@media only screen and (max-width: 768px) {
  .bndii_battery-badges {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bndii_xAxis {
  overflow: hidden;
}
.bndii_xAxis-wrapper {
  align-items: center;
}
.bndii_xAxis-media {
  grid-column: 8/15;
  grid-row: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  grid-row: 1;
}
.bndii_xAxis-media img {
  aspect-ratio: 922/1177;
}
@media only screen and (max-width: 1024px) {
  .bndii_xAxis-media {
    grid-column: span var(--column_no);
    grid-row: 2;
  }
}
.bndii_xAxis-moreInfo {
  display: flex;
  flex-direction: column;
  gap: var(--12);
}
.bndii_xAxis-info {
  grid-column: 3/7;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  height: var(--net_height);
  padding: var(--header_height) 0;
  position: relative;
  justify-content: center;
  gap: var(--48);
}
@media only screen and (max-width: 1024px) {
  .bndii_xAxis-info {
    grid-column: span var(--column_no);
    height: unset;
  }
}

.bndii_spec-title {
  margin-top: var(--72);
}

.bndii_finishing-wrapper {
  grid-column: 2/3;
}
@media only screen and (max-width: 768px) {
  .bndii_finishing-wrapper {
    grid-column: unset;
  }
}
.bndii_finishing-image {
  margin-bottom: var(--24);
}
.bndii_finishing-color {
  color: var(--fc);
}
.bndii_finishing-material {
  color: var(--fc);
}
.bndii_finishing-wrapper {
  padding-right: unset !important;
}

.bndii_panorama-image {
  width: 100vw;
  aspect-ratio: 3456/1079;
}
.bndii_panorama-wrapper {
  position: relative;
}
.bndii_panorama-media {
  position: relative;
}
.bndii_panorama-cover {
  width: 0;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.bndii_panorama-info {
  text-align: center;
  margin-bottom: var(--72);
}

.bndii_shotByBond {
  height: 100lvh;
  width: 100%;
  position: relative;
}
.bndii_shotByBond-wrapper {
  position: relative;
  height: 100%;
}
.bndii_shotByBond-gallery {
  height: 100svh;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: var(--bc);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity , visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.bndii_shotByBond-gallery--show {
  opacity: 1;
  visibility: visible;
  transition-property: opacity , visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.bndii_shotByBond-galleryClose {
  position: absolute;
  top: var(--margin);
  right: var(--margin);
  color: var(--fc);
  z-index: 10;
}
.bndii_shotByBond-galleryWrapper .slideshow {
  height: 100lvh;
  padding-top: calc(var(--margin) * 2);
  padding-bottom: calc(var(--margin) * 4);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .bndii_shotByBond-galleryWrapper .slideshow {
    padding-top: calc(var(--margin) * 3);
    padding-bottom: calc(var(--margin) * 3);
  }
}
.bndii_shotByBond-galleryWrapper .slideshow-actions {
  position: absolute;
  bottom: var(--margin);
  width: 100%;
  left: 0;
}
.bndii_shotByBond-galleryWrapper .slide_t5-wrapper {
  height: 100%;
}
.bndii_shotByBond-galleryWrapper .slide_t5-media {
  height: 100%;
}
.bndii_shotByBond-galleryWrapper .slide_t5-image {
  height: 100%;
  object-fit: contain;
}
.bndii_shotByBond-galleryWrapper .slide_t5-image {
  height: 100%;
  object-fit: contain;
}
.bndii_shotByBond-image {
  animation: scroll 10s linear infinite;
  position: absolute;
  width: 40lvh;
}
@media only screen and (max-width: 1024px) {
  .bndii_shotByBond-image {
    width: 30lvh;
  }
}
@media only screen and (max-width: 768px) {
  .bndii_shotByBond-image {
    width: 20lvh;
  }
}
@keyframes scroll {
  from {
    left: -500px;
  }
  to {
    left: 100%;
  }
}
.bndii_shotByBond-titleBar {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: calc(100% - 2 * var(--margin));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap_16);
}
@media only screen and (max-width: 768px) {
  .bndii_shotByBond-titleBar {
    transform: translate(-50%, 0);
  }
}
.bndii_shotByBond-title {
  color: var(--fc);
}

.bndii_selfie {
  width: 100%;
  height: calc(100lvh - var(--header_height));
  margin-top: unset !important;
}
.bndii_selfie-info {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: var(--72);
  top: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.bndii_selfie-wrapper {
  position: relative;
  height: 100%;
}
.bndii_selfie-images {
  height: calc(var(--net_height) - var(--margin) * 2);
  position: absolute;
  bottom: var(--margin);
  white-space: nowrap;
  display: flex;
  gap: var(--gutter);
  padding-right: var(--margin);
}
@media only screen and (max-width: 768px) {
  .bndii_selfie-images {
    height: calc(var(--net_height) - var(--margin) * 8);
    bottom: calc(var(--margin) * 4);
  }
}
.bndii_selfie-image {
  height: 100%;
  width: unset;
  display: inline-block;
}
.bndii_selfie-image:first-child {
  aspect-ratio: 749/1000;
}

.bndii_zoom img {
  aspect-ratio: 3/2;
}
.bndii_zoom-info {
  text-align: center;
  margin-bottom: var(--72);
}
.bndii_zoom-tab {
  padding: 0 calc(var(--column_width) + var(--gutter));
}
@media only screen and (max-width: 768px) {
  .bndii_zoom-tab {
    padding: 0;
  }
}

.bndii_utilities {
  z-index: 1;
  position: relative;
}
.bndii_utilities img {
  aspect-ratio: 4/5;
}
.bndii_utilities-info {
  margin-bottom: var(--48);
}
.bndii_utilities-info p {
  width: var(--max-width);
}

.bndii_beauty-media {
  grid-column: 6/11;
}
@media only screen and (max-width: 1024px) {
  .bndii_beauty-media {
    grid-column: 3/8;
  }
}
@media only screen and (max-width: 768px) {
  .bndii_beauty-media {
    grid-column: 2/6;
  }
}
@media only screen and (max-width: 440px) {
  .bndii_beauty-media {
    grid-column: span var(--column_no);
  }
}
.bndii_beauty img {
  aspect-ratio: 3/4;
}
.bndii_beauty-info {
  display: flex;
  flex-direction: column;
  padding: var(--header_height) 0;
  position: relative;
  justify-content: center;
  gap: var(--body_gap);
}

.bndii_wide-media {
  grid-column: 6/11;
}
@media only screen and (max-width: 1024px) {
  .bndii_wide-media {
    grid-column: 3/8;
  }
}
@media only screen and (max-width: 768px) {
  .bndii_wide-media {
    grid-column: 2/6;
  }
}
@media only screen and (max-width: 440px) {
  .bndii_wide-media {
    grid-column: span var(--column_no);
  }
}
.bndii_wide img {
  aspect-ratio: 3/4;
}
.bndii_wide-info {
  display: flex;
  flex-direction: column;
  padding: var(--header_height) 0;
  position: relative;
  justify-content: center;
  gap: var(--body_gap);
}

:root {
  --bnd_orange_rgb: 176, 85, 59;
  --bnd_white_rgb: 209, 206, 207;
  --bnd_grey_rgb: 82, 82, 82;
  --bnd_green_rgb: 137, 161, 144;
  --bnd_orange: rgba(var(--bnd_orange_rgb), 1);
  --bnd_white: rgba(var(--bnd_white_rgb), 1);
  --bnd_grey: rgba(var(--bnd_grey_rgb), 1);
  --bnd_green: rgba(var(--bnd_green_rgb), 1);
}

.page.page-bond-ii-lite main {
  margin-top: unset;
}
.page.page-bond-ii-lite section {
  margin-bottom: var(--240);
}
@media only screen and (max-width: 768px) {
  .page.page-bond-ii-lite section {
    margin-bottom: var(--120);
  }
}
.page.page-bond-ii-lite .badge-badge .badge-tint {
  fill: rgba(var(--bnd_green_rgb), 0.75);
}
.page.page-bond-ii-lite .badge-badge .badge-color {
  fill: var(--bnd_orange);
}

.bndiiLt_intro {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100svh;
  box-sizing: content-box;
  margin-bottom: calc(var(--header_height) + var(--header_height));
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_intro {
    height: unset;
  }
}
.bndiiLt_intro-media {
  grid-column: span 6;
  position: relative;
  height: 100svh;
  margin-top: calc(var(--header_height) + var(--header_height));
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_intro-media {
    height: unset !important;
    grid-column: span var(--column_no);
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 440px) {
  .bndiiLt_intro-media {
    width: 90%;
  }
}
.bndiiLt_intro-media video, .bndiiLt_intro-media img {
  width: 100%;
  object-fit: cover;
  overflow: visible;
  position: absolute;
  top: 0;
  aspect-ratio: 115/172;
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_intro-media video, .bndiiLt_intro-media img {
    top: unset;
    position: relative;
  }
}
.bndiiLt_intro-image {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_intro-image {
    position: absolute !important;
    top: 0 !important;
  }
}
.bndiiLt_intro-info {
  color: var(--fc);
  display: flex;
  flex-direction: column;
  height: 100svh;
  padding: calc(var(--header_height) + var(--header_height)) 0 var(--header_height);
  position: relative;
}
.bndiiLt_intro-info .info_t1 {
  max-width: unset;
  margin: 0 auto;
}
.bndiiLt_intro-info-primary {
  gap: var(--8);
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_intro-info-primary {
    flex: unset;
  }
}
.bndiiLt_intro-info-secondary > span {
  color: var(--n700);
  margin-bottom: var(--12);
}
.bndiiLt_intro-info-secondary > p > span {
  padding: var(--4) var(--12);
  color: var(--bc);
  background-color: var(--fc);
  border-radius: var(--full_rounded);
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_intro-info {
    text-align: center;
    height: unset;
    gap: var(--24);
  }
}

.bndiiLt_highlight {
  margin-bottom: unset !important;
  overflow-x: visible;
  z-index: 1;
  position: relative;
}
.bndiiLt_highlight-info {
  margin-bottom: var(--48);
}
.bndiiLt_highlight-info .swiper-pagination-progressbar {
  width: 100%;
  position: relative;
  height: var(--2);
  background-color: var(--n200);
}
.bndiiLt_highlight-info .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: var(--2);
  background-color: var(--fc);
}
.bndiiLt_highlight img {
  aspect-ratio: 1;
}

.bndiiLt_design {
  margin-bottom: unset !important;
  height: 100lvh;
}
.bndiiLt_design-wrapper {
  position: relative;
  height: calc(100lvh - var(--header_height));
  width: 100%;
}
.bndiiLt_design-info {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bndiiLt_design-info h2 {
  width: 100%;
  text-align: center;
}
.bndiiLt_design-media {
  height: 100lvh;
  overflow-y: hidden;
}
.bndiiLt_design-canvas {
  width: 100vw;
  transform: translateY(calc(-1 * var(--header_height)));
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_design-canvas {
    transform: unset;
  }
}

.bndiiLt_glass {
  background-color: var(--n100);
}
.bndiiLt_glass-wrapper {
  height: 100lvh;
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_glass-wrapper {
    height: unset;
  }
}
.bndiiLt_glass-media {
  padding-left: calc(var(--column_width) + var(--gutter));
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  aspect-ratio: 1016/783;
  overflow-y: hidden;
  padding-top: var(--header_height);
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_glass-media {
    padding: 0 var(--margin);
    aspect-ratio: 1;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 440px) {
  .bndiiLt_glass-media {
    width: 90%;
  }
}
.bndiiLt_glass-media img {
  width: calc(100% - var(--column_width));
  right: 0;
  left: unset;
  top: unset;
}
.bndiiLt_glass-badges {
  display: flex;
  flex-direction: column;
  gap: var(--gap_16);
}
.bndiiLt_glass-badges > div {
  flex: 1;
}
.bndiiLt_glass-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--header_height) 0;
  position: relative;
  justify-content: center;
  gap: var(--gap_48);
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_glass-info {
    height: unset;
    text-align: center;
    margin: 0 auto;
  }
}
.bndiiLt_glass-canvas {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_glass-canvas {
    max-height: unset;
  }
}

.bndiiLt_cpu {
  overflow-y: visible;
}
.bndiiLt_cpu-wrapper {
  position: relative;
}
.bndiiLt_cpu-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bndiiLt_cpu-info-wrapper {
    gap: calc(var(--gutter) * 4);
  }
}
.bndiiLt_cpu-compare {
  padding-right: unset !important;
}
.bndiiLt_cpu-compareWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: var(--16);
}
.bndiiLt_cpu .compare-barValue--best {
  background-color: var(--bnd_orange) !important;
  color: var(--n0) !important;
}
.bndiiLt_cpu-media {
  position: relative;
  aspect-ratio: 1498/968;
  width: 100%;
}
.bndiiLt_cpu-media::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: var(--header_height);
  bottom: 0;
  background: linear-gradient(to bottom, transparent, var(--bc));
}
.bndiiLt_cpu-canvas {
  width: 100%;
}

.bndiiLt_gpu-wrapper {
  position: relative;
}
.bndiiLt_gpu-otherInfo {
  padding-right: unset !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: var(--gutter);
  justify-content: flex-end;
}
.bndiiLt_gpu-media {
  width: 100%;
  padding: calc(var(--margin) * 2) calc(var(--column_width) + var(--gutter));
}
@media only screen and (max-width: 768px) {
  .bndiiLt_gpu-media {
    padding: unset;
    margin-bottom: calc(var(--margin) * 2);
  }
}
.bndiiLt_gpu-video {
  aspect-ratio: 922/424;
}
.bndiiLt_gpu-compare {
  padding-right: unset !important;
}
.bndiiLt_gpu-compareWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: var(--16);
}
.bndiiLt_gpu-games {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gutter);
}
.bndiiLt_gpu-game {
  display: flex;
  gap: var(--8);
  align-items: center;
}
.bndiiLt_gpu-gameInfo {
  display: flex;
  flex-direction: column;
}
.bndiiLt_gpu-gameIcon {
  width: var(--64);
  height: var(--64);
  border-radius: 1rem;
  aspect-ratio: 1;
}
.bndiiLt_gpu-gameName {
  color: var(--fc);
  height: unset !important;
}
.bndiiLt_gpu-gameValue {
  color: var(--fc);
}
.bndiiLt_gpu-badges {
  display: flex;
  gap: var(--gutter);
}
.bndiiLt_gpu-badges > div {
  flex: 1;
}

.bndiiLt_battery {
  background-color: var(--n100);
  height: 100lvh;
}
@media (orientation: portrait) {
  .bndiiLt_battery {
    height: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_battery {
    height: unset;
  }
}
.bndiiLt_battery-wrapper {
  position: relative;
  height: 100%;
}
.bndiiLt_battery-info {
  grid-column: 1/5;
  height: var(--net_height);
  margin: var(--header_height) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--gap_48);
}
@media only screen and (max-width: 1280px) {
  .bndiiLt_battery-info {
    grid-column: 1/6;
  }
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_battery-info {
    height: unset;
    justify-content: center;
    grid-column: span var(--column_no);
    grid-row: 2;
    text-align: center;
    margin-top: var(--margin);
  }
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_battery-info .info_t2 {
    margin: 0 auto;
  }
}
.bndiiLt_battery-media {
  grid-column: 6/13;
  position: relative;
  aspect-ratio: 1;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .bndiiLt_battery-media {
    grid-column: 7/13;
  }
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_battery-media {
    grid-column: span var(--column_no);
    grid-row: 1;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 440px) {
  .bndiiLt_battery-media {
    width: 90%;
  }
}
.bndiiLt_battery-image {
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
.bndiiLt_battery-badges {
  display: flex;
  gap: var(--gutter);
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_battery-badges {
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_battery .badge_t2-wrapper {
    align-items: center;
    text-align: center;
  }
}

.bndiiLt_colors-info {
  margin-bottom: var(--gap_48);
  text-align: center;
}
.bndiiLt_colors-info .info_t2 {
  max-width: unset;
}

.bndiiLt_screen {
  overflow: hidden;
  margin-bottom: var(--180) !important;
}
.bndiiLt_screen-media {
  grid-row: 1;
  width: 100%;
  position: relative;
  aspect-ratio: 664/143;
}
.bndiiLt_screen-media img {
  aspect-ratio: 664/143;
}
.bndiiLt_screen-frontImage {
  position: absolute;
  z-index: 2;
  top: 0;
}
.bndiiLt_screen-canvas {
  width: 100%;
  aspect-ratio: 664/143;
}
.bndiiLt_screen-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--gap_48);
  align-items: center;
  margin-bottom: var(--gap_48);
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_screen-info {
    height: unset;
  }
}
.bndiiLt_screen .badge_t1-wrapper {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bndiiLt_screen .info_t2 {
  text-align: center;
}
.bndiiLt_screen-features {
  display: flex;
  gap: var(--gutter);
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .bndiiLt_screen-features {
    grid-template-columns: repeat(1, 1fr);
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .bndiiLt_screen-feature {
    flex-basis: 25%;
  }
}

.bndiiLt_camera-media {
  margin-right: calc(var(--margin) * -1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  aspect-ratio: 1016/783;
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_camera-media {
    padding-left: unset;
    grid-row: 1;
    margin: 0 calc(-1 * var(--margin));
  }
}
.bndiiLt_camera-media img {
  width: calc(100% - var(--margin));
  right: 0;
  left: unset;
  top: unset;
}
.bndiiLt_camera-badges {
  display: flex;
  gap: var(--gutter);
}
.bndiiLt_camera-badges > div {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_camera-badges {
    justify-content: center;
    flex: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_camera .badge_t2-wrapper {
    align-items: center;
    text-align: center;
  }
}
.bndiiLt_camera-info {
  display: flex;
  flex-direction: column;
  padding: var(--header_height) 0;
  position: relative;
  justify-content: center;
  gap: var(--gap_48);
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_camera-info {
    height: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_camera .info_t2 {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_camera .info_t2-wrapper {
    text-align: center;
  }
}
.bndiiLt_camera-canvas {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_camera-canvas {
    max-height: unset;
  }
}
.bndiiLt_camera-lens {
  color: var(--n0);
  position: absolute;
  left: 45%;
}
.bndiiLt_camera-microLens {
  bottom: 28%;
}
.bndiiLt_camera-wideLens {
  top: 28%;
}

.bndiiLt_xAxis {
  overflow: hidden;
  background-color: var(--n100);
}
.bndiiLt_xAxis-wrapper {
  align-items: center;
}
.bndiiLt_xAxis-media {
  grid-column: 8/15;
  grid-row: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  grid-row: 1;
  padding-top: var(--margin);
}
.bndiiLt_xAxis-media img {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  aspect-ratio: 152/147;
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_xAxis-media {
    grid-column: span var(--column_no);
    grid-row: 2;
  }
}
.bndiiLt_xAxis-moreInfo {
  display: flex;
  flex-direction: column;
  gap: var(--12);
}
.bndiiLt_xAxis-info {
  grid-column: 3/7;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  padding: var(--header_height) 0;
  position: relative;
  justify-content: center;
  gap: var(--48);
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_xAxis-info {
    grid-column: span var(--column_no);
    height: unset;
  }
}

.bndiiLt_ip54 {
  overflow-y: visible;
}
@media only screen and (max-width: 768px) {
  .bndiiLt_ip54 {
    height: unset;
  }
}
.bndiiLt_ip54-wrapper {
  position: relative;
}
.bndiiLt_ip54-info {
  display: flex;
  justify-content: center;
}
.bndiiLt_ip54-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--body_gap);
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.bndiiLt_ip54-textBox {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bndiiLt_ip54-textBox {
    text-align: unset;
  }
}
.bndiiLt_ip54-media {
  position: relative;
}
.bndiiLt_ip54-media img {
  aspect-ratio: 72/29;
}

.bndiiLt_spec-title {
  margin-top: var(--72);
}

.bndiiLt_finishing-wrapper {
  grid-column: 2/3;
}
@media only screen and (max-width: 768px) {
  .bndiiLt_finishing-wrapper {
    grid-column: unset;
  }
}
.bndiiLt_finishing-image {
  width: 100%;
  margin-bottom: var(--24);
}
.bndiiLt_finishing-color {
  color: var(--fc);
}
.bndiiLt_finishing-material {
  color: var(--fc);
}
.bndiiLt_finishing-wrapper {
  padding-right: unset;
}

.bndiiLt_unlock-cards > div {
  grid-column: span 5;
}
@media only screen and (max-width: 1024px) {
  .bndiiLt_unlock-cards > div {
    grid-column: span calc(var(--column_no) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .bndiiLt_unlock-cards > div {
    grid-column: span var(--column_no);
  }
}
@media only screen and (max-width: 768px) {
  .bndiiLt_unlock-cards {
    gap: var(--margin);
  }
}
.bndiiLt_unlock img {
  aspect-ratio: 12/10;
}

.page-about main {
  margin-top: 0;
}

.abt_intro {
  position: relative;
  height: 100svh;
  padding-top: var(--header_height);
}
.abt_intro-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: var(--margin);
}
.abt_intro-slogan {
  align-items: end;
  flex: 1;
}
.abt_intro-slogan-wrapper {
  padding-right: unset !important;
}
.abt_intro-slogan-text {
  color: var(--fc);
}
.abt_intro-video {
  width: 100vw;
  height: 100svh;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.abt_multiways {
  background-color: #1226aa;
}
.abt_multiways-logo svg {
  width: 40rem;
  fill: var(--fc);
}
.abt_why {
  background-color: var(--white);
}
.abt_why-reasons {
  display: flex;
  flex-direction: column;
  gap: var(--24);
}
.abt_goals-title {
  margin-bottom: var(--40);
}
.abt_future svg {
  width: 20rem;
  margin-top: var(--24);
}
.cnt_info-ways {
  display: flex;
  flex-direction: column;
  gap: var(--24);
}
.cnt_info-ways a {
  color: var(--fc);
}
.cnt_info-ways-phones p {
  display: flex;
  flex-direction: column;
}
.cnt_info-general {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--24);
}
.cnt_info-general-social ul {
  display: flex;
  gap: var(--16);
}
.cnt_info-general-social a {
  color: var(--fc);
}
.cnt_liveChat span {
  font-size: var(--40) !important;
  padding: var(--4);
}
.cnt_contactForm-wrapper > div:nth-child(2) {
  padding-right: unset !important;
}

.sup_ways {
  margin-top: var(--72);
}
.sup_ways-wrapper > div {
  padding-right: unset !important;
}
.sup_ways-item .tip {
  height: 100%;
}
.sup_app-features {
  padding-right: unset !important;
}
.sup_app-features .accordion {
  padding: unset !important;
}
.sup_faq-title {
  margin-bottom: var(--72);
}

.searchResault_title {
  padding-top: var(--margin);
  padding-bottom: var(--margin);
}
.searchResault_title h1 {
  color: var(--fc);
}
.searchResault_title-resaultNo {
  color: var(--grey);
}
.searchResault_resaults-item {
  padding: var(--48) 0;
  border-bottom: var(--border);
}
.searchResault_resaults-item a {
  color: var(--fc);
}
.searchResault_resaults-item p {
  color: var(--fc);
}
.searchResault_resaults-highlight {
  background-color: var(--fc);
  color: var(--bc);
  padding: var(--2) var(--4);
}

.srv_intro {
  margin-bottom: var(--120);
}
.srv_intro-image {
  aspect-ratio: 2;
  width: 100%;
}
.srv_reward-rewards {
  display: flex;
  flex-direction: column;
  gap: var(--24);
  padding-right: unset !important;
}
.srv_wallet {
  margin: var(--120) 0;
  background-color: var(--bc);
}
@media only screen and (max-width: 768px) {
  .srv_wallet-wrapper {
    padding: calc(var(--margin) * 3) 0 0;
  }
}
.srv_wallet-info {
  display: flex;
  align-items: center;
}
.srv_wallet-media {
  padding-right: unset !important;
}
.srv_wallet-media img {
  padding: var(--margin) var(--margin) 0;
}
@media only screen and (max-width: 768px) {
  .srv_wallet-media img {
    padding: var(--margin) calc(var(--margin) * 2) 0;
  }
}
.srv_other-title {
  margin-bottom: var(--40);
}
.srv_other-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gutter);
}
@media only screen and (max-width: 768px) {
  .srv_other-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home main {
  margin-top: unset;
  margin-bottom: unset;
}

.home_bndii {
  background-color: #33322e;
  margin: unset !important;
  overflow: visible;
  position: relative;
  width: 100%;
  min-height: 100svh;
}
@media only screen and (max-width: 1024px) {
  .home_bndii {
    height: unset;
  }
}
.home_bndii-wrapper {
  align-items: end;
}
.home_bndii-media {
  grid-column: 6/15;
  display: flex;
  align-items: flex-end;
  position: relative;
  height: var(--net_height);
  padding-top: var(--margin);
}
@media only screen and (max-width: 1024px) {
  .home_bndii-media {
    height: unset;
    justify-content: center;
    grid-column: span var(--column_no);
    margin: 0 calc(-1 * var(--margin));
  }
}
.home_bndii-image {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
@media only screen and (max-width: 1024px) {
  .home_bndii-image {
    height: unset;
    width: 60%;
  }
}
.home_bndii-awards {
  display: flex;
  gap: var(--12);
  align-items: flex-end;
  margin-top: var(--16);
}
@media only screen and (max-width: 1024px) {
  .home_bndii-awards {
    justify-content: center;
  }
}
.home_bndii-award {
  height: var(--72);
  width: unset;
}
.home_bndii-award-s {
  height: var(--48);
  width: unset;
}
.home_bndii-actions {
  display: flex;
  gap: var(--16);
}
.home_bndii-actions .button-label {
  color: var(--fc);
}
@media only screen and (max-width: 1024px) {
  .home_bndii-actions {
    justify-content: center;
  }
}
.home_bndii-info {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: calc(var(--header_height) + var(--header_height)) 0 var(--header_height);
  position: relative;
  justify-content: space-between;
  gap: var(--gap_16);
}
.home_bndii-info-primary {
  gap: var(--16);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .home_bndii-info-primary {
    flex: unset;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .home_bndii-info {
    text-align: center;
    min-height: unset;
    gap: var(--24);
  }
}
.home_bndii-web3 {
  display: none;
  color: var(--fc);
}
.home_bndii-web3 > span {
  color: var(--n700);
  margin-bottom: var(--12);
}
.home_bndii-web3 > p > span {
  display: inline-block;
  padding: var(--4) var(--12);
  color: var(--bc);
  background-color: var(--fc);
  border-radius: var(--full_rounded);
}
@media only screen and (max-width: 1024px) {
  .home_bndii-web3 {
    display: none;
  }
}
.home_bndii-model {
  color: var(--fc);
}
.home_bndii-slogan {
  color: var(--fc);
}
.home_bndii-features {
  display: flex;
  flex-direction: column;
}
.home_bndii-feature {
  color: var(--n700);
}

.home .products_archive {
  padding-top: var(--margin);
}
.home .products_archive-wrapper {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1024px) {
  .home .products_archive-wrapper {
    grid-template-columns: 1fr;
  }
}
.home .product_card-info {
  flex: 1;
}

.page-stores main {
  margin-top: unset;
  margin-bottom: unset;
}

.store_title {
  position: absolute;
  top: var(--header_height);
  z-index: 2;
  left: var(--intend-bleeded);
}
.store_title .page-title {
  padding-bottom: unset;
}

.marker {
  width: 3rem;
  height: 3rem;
  background-image: url("assets/images/stores/marker.avif");
  background-size: 2.66666667rem 3rem;
  background-repeat: no-repeat;
}

.mapboxgl-ctrl-top-right {
  top: unset !important;
  right: var(--margin) !important;
  bottom: var(--margin) !important;
  height: 87px;
}
@media only screen and (max-width: 768px) {
  .mapboxgl-ctrl-top-right {
    right: var(--margin) !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
}

.mapboxgl-ctrl {
  top: unset !important;
  right: var(--margin) !important;
  bottom: var(--margin) !important;
}
@media only screen and (max-width: 768px) {
  .mapboxgl-ctrl {
    top: 50% !important;
    transform: translateY(-50%);
  }
}

.map {
  position: relative;
}

.mapboxgl-ctrl-logo {
  display: none !important;
}

.mapboxgl-ctrl-attrib-inner {
  display: none;
}

.mapboxgl-canvas-container::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: linear-gradient(to top, rgba(var(--background_color-rgb), var(--opacity-7)), rgba(var(--background_color-rgb), var(--opacity-0)));
}

.store_map {
  position: relative;
}

.store_info {
  left: var(--intend-bleeded);
  bottom: var(--margin);
  position: absolute;
  z-index: 4;
}
.store_info h4, .store_info p {
  color: var(--fc);
}
.single-product main {
  margin-bottom: unset;
  border-bottom: var(--border);
}

.product_head {
  position: relative;
}
.product_head-wrapper {
  padding-top: var(--margin);
}
.product_head .swiper-slide {
  background-color: var(--n50);
}
.product_head-info {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .product_head-info {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .product_head-info {
    flex-direction: column;
  }
}
.product_head-slideshow {
  overflow: hidden;
}
.product_head-slideshow img {
  aspect-ratio: 24/19;
}
.product_head-actions {
  margin-top: var(--gap_16);
  display: flex;
  gap: var(--gap_8);
}
.product_head-topInfo .breadcrumb {
  margin-bottom: var(--margin);
}
@media only screen and (max-width: 1024px) {
  .product_head-topInfo .breadcrumb {
    display: none;
  }
}
.product_head-bottomInfo {
  display: flex;
  gap: var(--gap_16);
  align-items: center;
  justify-content: flex-start;
}
.product_head-slideshowActions {
  display: flex;
  gap: var(--8);
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  bottom: var(--margin);
  width: calc(100% - var(--intend-bleeded) - var(--margin));
}
@media only screen and (max-width: 1024px) {
  .product_head-slideshowActions {
    position: relative;
    flex-direction: column;
    height: 100%;
    margin-top: unset;
    align-items: flex-end;
    bottom: unset;
  }
}
@media only screen and (max-width: 768px) {
  .product_head-slideshowActions {
    flex-direction: row;
    width: 100%;
    margin: var(--gap_16) 0;
  }
}
.product_head-colorSelector {
  display: flex;
  gap: var(--8);
  padding: var(--8);
  justify-content: flex-start;
  background-color: var(--n100);
  border-radius: var(--full_rounded);
}
.product_head-colorSelectorBtn {
  width: var(--40);
  height: var(--40);
  border: unset;
  border-radius: var(--full_rounded);
}
.product_head-colorSelectorBtn.active {
  border: 1px solid var(--n300);
}
.product_head-colorSelectorName {
  display: flex;
  flex-direction: column;
  color: var(--fc);
}
@media only screen and (max-width: 1024px) {
  .product_head-colorSelectorName span:first-child {
    font-size: var(--fs-ll);
    line-height: var(--lh-ll);
  }
}
@media only screen and (max-width: 768px) {
  .product_head-colorSelectorName span:first-child {
    font-size: var(--fs-ls);
    line-height: var(--lh-lss);
  }
}
@media only screen and (max-width: 1024px) {
  .product_head-colorSelectorName {
    align-items: center;
    gap: var(--4);
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  .product_head-colorSelectorName {
    align-items: start;
    gap: unset;
    flex-direction: column;
  }
}
.product_head-navigationWrapper {
  border-radius: var(--full_rounded);
  display: flex;
  align-items: center;
  padding: var(--4);
  background-color: rgba(var(--n50-rgb), 0.5);
  gap: var(--4);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}
.product_head-colors {
  display: flex;
  align-items: center;
  gap: var(--gap_16);
}
@media only screen and (max-width: 1024px) {
  .product_head-colors {
    align-items: flex-end;
    gap: var(--gap_16);
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .product_head-colors {
    flex-direction: row;
    align-items: center;
    gap: var(--gap_16);
  }
}
.product_head-pagination {
  bottom: unset;
  top: unset;
  left: unset;
  width: unset;
  position: relative;
  color: var(--fc);
}

.product_spec {
  background-color: var(--n0);
  padding-bottom: var(--180);
}
.product_box {
  background-color: var(--n0);
  padding-top: var(--180);
  padding-bottom: var(--180);
}
.product_box-wrapper {
  padding: var(--48);
  background-color: var(--n50);
  display: flex;
  flex-direction: column;
  gap: var(--48);
}
@media only screen and (max-width: 768px) {
  .product_box-wrapper {
    padding: var(--24);
  }
}
.product_box-title {
  color: var(--fc);
  text-align: center;
}
.product_box-devices {
  border-radius: var(--slightly_rounded);
  display: flex;
  gap: var(--gutter);
  row-gap: calc(var(--gutter) * 2);
  flex-wrap: wrap;
  justify-content: center;
}
.product_box-device {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: calc((100% - var(--gutter) * 5) / 6);
}
@media only screen and (max-width: 768px) {
  .product_box-device {
    flex-basis: calc((100% - var(--gutter) * 2) / 3);
  }
}
.product_box-icon svg {
  width: var(--48);
  height: var(--48);
  fill: var(--fc);
}
.product_box-name {
  color: var(--fc);
  text-align: center;
}

.products_colors {
  padding-top: var(--180);
  background-color: var(--n0);
}
.products_colors-info {
  margin-bottom: var(--gap_48);
  text-align: center;
}
.products_colors-info .info_t2 {
  max-width: unset;
}

.product_card-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .product_card-link {
    display: none;
  }
}
.product_card-wrapper {
  display: flex;
  background-color: var(--n0);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .product_card-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.product_card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--16);
  padding: var(--margin);
  flex: 2;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .product_card-info {
    flex: 1;
    align-items: center;
    text-align: center;
    gap: var(--16);
  }
}
.product_card-media {
  flex: 1;
  padding: var(--margin) var(--margin) 0;
}
.product_card-placeholder {
  color: var(--n700);
}

.products_archive {
  padding-bottom: var(--margin);
}
.products_archive-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--margin);
}
@media only screen and (max-width: 1024px) {
  .products_archive-wrapper {
    grid-template-columns: 1fr;
  }
}

.products_archive-title {
  margin: var(--margin) 0;
}
