.icon.hardness {
  background-image: url("/themes/default/icons/svg/product2/hardness.svg");
}

.icon.height {
  background-image: url("/themes/default/icons/svg/product2/height.svg");
}

.icon.weight {
  background-image: url("/themes/default/icons/svg/product2/weight.svg");
}

.icon.color {
  background-image: url("/themes/default/icons/svg/product2/color.svg");
}

.icon.style {
  background-image: url("/themes/default/icons/svg/product2/style.svg");
}

.icon.material {
  background-image: url("/themes/default/icons/svg/product2/material.svg");
}

.icon.delivery {
  background-image: url("/themes/default/icons/svg/product2/delivery.svg");
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 16rem;
  max-width: 16rem;
  margin: 0.5rem;
  padding: 1rem 1rem 0.5rem 1rem;
  border: solid 1px #d9dee0;
  border-radius: 0.5rem;
  font-family: Circe Bold !important;
  color: #313131 !important;
  text-decoration: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.product-card:hover {
  border: solid 1px #40b6e9;
  -webkit-box-shadow: 0px 0px 6px -2px #000000;
          box-shadow: 0px 0px 6px -2px #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-card > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-card > * > * {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.product-card .photo {
  position: relative;
  height: 11rem;
}
.product-card .photo img {
  width: 100%;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card .photo .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card .photo-and-tags {
  position: relative;
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 0.5rem;
}
.product-card .photo-and-tags .top-bar {
  height: 2.5rem;
}
.product-card .photo-and-tags::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(159, 166, 173, 0.1);
  border-radius: 1rem;
  pointer-events: none;
}
@media screen and (max-width: 550px) {
  .product-card .photo-and-tags {
    padding-top: 0 !important;
  }
  .product-card .photo-and-tags::after {
    display: none;
  }
  .product-card .photo-and-tags img {
    -webkit-filter: brightness(0.973);
            filter: brightness(0.973);
  }
  .product-card .photo-and-tags .photo {
    height: auto;
  }
  .product-card .photo-and-tags .photo img {
    height: auto;
  }
}
.product-card .rating {
  margin-bottom: 0.5rem;
}
.product-card .rating > * {
  width: 1rem;
  height: 1rem;
}
.product-card .rating > *:not(:last-child) {
  margin-right: 0.3rem;
}
.product-card .rating .rate-full {
  background-image: url("/themes/default/icons/svg/product2/star-full.svg");
}
.product-card .rating .rate-half {
  background-image: url("/themes/default/icons/svg/product2/star-half.svg");
}
.product-card .rating .rate-empty {
  background-image: url("/themes/default/icons/svg/product2/star-empty.svg");
}
.product-card .product-name {
  margin-bottom: 0.5rem;
}
.product-card .product-name .highlight {
  font-size: 16px;
}
.product-card .price-container {
  margin-top: auto;
}
.product-card .product-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0.5rem;
  font-family: Circe Bold;
  font-size: 25px;
  color: #d11218;
  white-space: nowrap;
}
.product-card .product-price-old {
  height: 2rem;
  line-height: 2em;
  margin-left: 0.5rem;
  font-size: 20px;
  color: #ccc;
  text-decoration: line-through;
  white-space: nowrap;
}
.product-card .product-properties {
  max-height: 3.5rem;
  line-height: 1.8rem;
  justify-self: flex-end;
}
.product-card .icon {
  height: 0.75rem;
  margin-right: 0.1rem;
}
.product-card .product-icons > .column {
  min-width: 3.5rem;
  max-width: 9.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card .product-icons > .column.expand {
  text-align: right;
}
.product-card .product-icons > .column:not(.expand) {
  margin-right: 0.5rem;
}
.product-card .product-icons > .column .icon {
  top: -0.5rem;
}
.product-card .product-icons > .column .param-text {
  display: inline-block;
  max-width: 9.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card .product-properties.text-left > .product-icons > *, .product-card .product-icons.text-left > * {
  text-align: left !important;
}
@media print, screen and (min-width: 550px) {
  .product-card .product-name {
    height: 4rem;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 550px) and (max-width: 835px) {
  .product-card {
    width: calc(100% / 2 - 1rem);
  }
}
@media screen and (max-width: 550px) {
  .product-card {
    min-width: 16rem !important;
    max-width: 20rem !important;
    width: calc(100% - 1rem);
  }
  .product-card.expanded {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: static !important;
    width: calc(100% + 1rem);
    max-width: 48rem !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #f7f8f8 !important;
  }
  .product-card.expanded .photo-and-tags::after {
    display: none !important;
  }
}
@media screen and (max-width: 350px) {
  .product-card {
    padding: 0.5rem;
  }
}

.product-card.full {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 48rem;
  font-size: 14px;
  border: solid 1px white;
  padding: 0;
}
.product-card.full .product-comments {
  margin-left: 0.75rem;
}
.product-card.full .button-add-placeholder {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.product-card.full .button-favorite.active {
  background-image: url("/themes/default/icons/svg/catalog2/favorite-active.svg");
}
.product-card.full .compare-favorite.active {
  background-image: url("/themes/default/icons/svg/catalog2/compare-active.svg");
}
@media print, screen and (min-width: 835px) {
  .product-card.full .button-favorite:hover {
    background-image: url("/themes/default/icons/svg/catalog2/favorite-active.svg");
  }
  .product-card.full .button-compare:hover {
    background-image: url("/themes/default/icons/svg/catalog2/compare-active.svg");
  }
}
.product-card.full.expanded {
  position: absolute;
  min-width: 18rem;
  max-width: 50rem;
  padding: 1rem;
  background-color: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  -webkit-transition: none;
  transition: none;
  z-index: 2;
}
.product-card.full.expanded .product-properties, .product-card.full.expanded .select2, .product-card.full.expanded .button {
  margin-bottom: 1rem;
}
.product-card.full.expanded .select2-selection {
  font-size: 16px;
  border: none !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
          box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
}
.product-card.full.expanded .button {
  width: 100%;
}
.product-card.full.expanded .product-buy-count {
  font-family: Circe Regular;
  color: #a5adb1;
}
.product-card.full:hover {
  border: solid 1px #40b6e9;
}
.product-card.full.expanded:hover {
  border: none;
}
.product-card.full a {
  font-family: Circe Bold !important;
  color: #313131 !important;
  text-decoration: none !important;
}
.product-card.full .highlight {
  font-size: 14px;
}
.product-card.full .add-buttons {
  margin-top: 0;
}
.product-card.full .add-buttons > * {
  margin-left: 0.75rem;
}
.product-card.full .product-name {
  height: 2.5rem;
}
.product-card.full .product-price {
  color: #313131;
  font-size: 28px;
}
.product-card.full .product-price-old {
  font-size: 22px;
}
.product-card.full .product-icons > *.expand:first-of-type {
  min-width: 100%;
}
.product-card.full .product-icons > *.expand {
  max-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.product-card.full .product-icons > *:not(:last-child) {
  margin-right: 0.5rem;
}
@media screen and (max-width: 550px) {
  .product-card.full {
    max-width: 100%;
    width: 100%;
  }
  .product-card.full:not(.expanded) {
    display: none !important;
  }
}
@media print, screen and (min-width: 835px) {
  .product-card.full {
    width: 20%;
  }
}

.add-buttons {
  margin: 0.5rem 0 -.5rem -1rem;
}

.button-compare, .button-favorite {
  width: 1.4rem;
  height: 1.3rem;
  margin: 0.1rem 0 0 1rem;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button-compare {
  background-image: url("/themes/default/icons/svg/product2/compare.svg");
}
.button-compare.active {
  background-image: url("/themes/default/icons/svg/product2/compare-active.svg");
}

.button-favorite {
  background-image: url("/themes/default/icons/svg/product2/favorite.svg");
}
.button-favorite.active {
  background-image: url("/themes/default/icons/svg/product2/favorite-active.svg?1");
}
@media print, screen and (min-width: 835px) {
  .button-favorite:hover {
    background-image: url("/themes/default/icons/svg/product2/favorite-active.svg?1");
  }
}

.products-list {
  position: relative;
  margin-left: -0.5rem;
  margin-top: 1.5rem;
  width: calc(100% + 1rem);
}
.products-list.updating::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 4;
}
@media print, screen and (min-width: 550px) {
  .products-list.single {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.products-list.single > .flex-placeholder {
  display: none;
}
.products-list.single > .product-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.products-list.single > .product-card.expanded {
  display: none;
}
.products-list.empty {
  min-height: 10rem;
}
.products-list .flex-placeholder {
  max-width: 48rem;
  min-width: 16rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 835px) {
  .products-list {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 608px) {
  .products-list .product-card.full.expanded {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: 0 !important;
    top: 0 !important;
  }
}
@media screen and (min-width: 607px) and (max-width: 835px) {
  .products-list .product-card.full.expanded {
    width: calc(50% + 1rem);
  }
}
@media screen and (min-width: 834px) and (max-width: 1133px) {
  .products-list .product-card.full.expanded {
    width: calc(100% + 1rem);
  }
}
@media screen and (min-width: 1132px) and (max-width: 1405px) {
  .products-list .product-card.full.expanded {
    width: calc(50% + 1rem);
  }
}
@media screen and (min-width: 1404px) and (max-width: 1677px) {
  .products-list .product-card.full.expanded {
    width: calc(33.33333333% + 1rem);
  }
}
@media screen and (min-width: 1677px) {
  .products-list .product-card.full.expanded {
    width: calc(25% + 1rem);
  }
}
@media screen and (max-width: 608px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 607px) and (max-width: 835px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 834px) and (max-width: 1133px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(100% - 1rem);
  }
}
@media screen and (min-width: 1132px) and (max-width: 1405px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1404px) and (max-width: 1677px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(33.33333333% - 1rem);
  }
}
@media screen and (min-width: 1677px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(25% - 1rem);
  }
}

#popup_notFound {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.select-container {
  position: relative;
}
.select-container select {
  width: 100%;
}
.select-container .select2-container, .select-container .select2-selection {
  height: 3.2rem !important;
}
.select-container .select2-selection {
  padding-top: 2rem;
  font-size: 20px;
  font-family: Circe Regular;
}
.select-container .select2-selection__arrow {
  margin-top: 30px !important;
  margin-right: 20px !important;
}
.select-container .select-container {
  position: relative;
}
.select-container .select-label, .select-container .select-header {
  position: absolute;
  top: 0.3rem;
  left: 1rem;
  color: #B2BABE;
  font-size: 14px;
  pointer-events: none;
  z-index: 1;
}

.badges {
  margin-right: 1rem;
  position: relative;
}

.badge {
  height: 1.6rem;
  line-height: 1.5rem;
  padding: 0 0.5em;
  border: solid 2px;
  border-radius: 5px;
  font-family: Circe Bold;
  font-size: 14px;
}
.badge .icon {
  margin-right: 0.15rem;
}
.badge:not(:last-child) {
  margin-right: 0.5rem;
}
.badge.bonus {
  border-color: #DCB353;
}
.badge.present, .badge.model {
  border-color: #2C508C;
}
.badge.rivi {
  border-color: #335443;
}
.badge.king {
  border-color: #c2a577;
}
.badge.model {
  line-height: 1.4rem !important;
}
.badge.hit {
  border-color: #40b6e9;
}
.badge.discount {
  border-color: #d11218;
  background-color: #d11218;
  color: white;
  font-family: Circe Regular;
}

.icon.model {
  background-image: url("/themes/default/icons/svg/3dicon.svg");
  top: -0.2em !important;
}

.icon.crown {
  background-image: url("/themes/default/icons/svg/landing/crown.svg");
  width: 3.5rem;
  height: 3.5rem;
}

.icon.logo {
  background-image: url("/themes/default/icons/svg/landing/logo.svg");
  width: 3.5rem;
  height: 3.5rem;
}

@media screen and (min-width: 835px) and (max-width: 1700px) {
  .content {
    min-width: 1700px;
    overflow-x: auto !important;
  }
}
.page-container, body > .mobileFild:nth-child(6) {
  min-width: 1700px;
}

@media screen and (max-width: 835px) {
  .page-content {
    width: auto !important;
  }
}

@media print, screen and (min-width: 835px) {
  .main-container {
    padding: 0 !important;
    max-width: none !important;
  }
}

@media print, screen and (min-width: 835px) {
  .content {
    overflow-x: hidden;
    padding: 0 !important;
  }
  .content:last-child {
    margin-bottom: -2rem !important;
  }
}

.breadcrumbs {
  margin-left: 1rem;
  margin-bottom: 1rem !important;
}

.image {
  display: block;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.background-white {
  background-color: white;
}

.text-black {
  color: #313131;
}

.text-small {
  padding-top: 0.25em;
  color: #a5adb1;
  font-size: 12px;
}

.bold {
  font-family: Circe Bold;
}

.size {
  font-size: 28px;
}

.circle, .mat-properties ol > li::before {
  width: 1.2rem;
  height: 1.2rem;
  font-family: Circe Bold;
  color: #313131;
  font-size: 13px;
  text-align: center;
  line-height: 1.4rem;
  background-color: #c2a577;
  border-radius: 50%;
}

.mat-properties {
  font-size: 15px;
  color: #313131;
}
.mat-properties ol {
  list-style-type: none;
}
.mat-properties ol > li {
  margin-bottom: 0.5rem;
  text-indent: -2rem;
  margin-left: -2.5rem;
}
.mat-properties ol > li > div {
  text-indent: 0;
}
.mat-properties ol > li > div:first-child {
  margin-top: -1.5em;
}
.mat-properties ol > li::before {
  display: inline-block;
  margin-right: 0.5rem;
  text-indent: 0;
}
.mat-properties ol > li:nth-child(1)::before {
  content: "1";
}
.mat-properties ol > li:nth-child(2)::before {
  content: "2";
}
.mat-properties ol > li:nth-child(3)::before {
  content: "3";
}
.mat-properties ol > li:nth-child(4)::before {
  content: "4";
}
.mat-properties ol > li:nth-child(5)::before {
  content: "5";
}
.mat-properties ol > li:nth-child(6)::before {
  content: "6";
}
.mat-properties ol > li:nth-child(7)::before {
  content: "7";
}
.mat-properties ol > li:nth-child(8)::before {
  content: "8";
}
.mat-properties ol > li:nth-child(9)::before {
  content: "9";
}
.mat-properties ol > li:nth-child(10)::before {
  content: "10";
}
.mat-properties ol > li:nth-child(11)::before {
  content: "11";
}
.mat-properties ol > li:nth-child(12)::before {
  content: "12";
}
.mat-properties ol > li:nth-child(13)::before {
  content: "13";
}
.mat-properties .image {
  position: relative;
  margin-top: 10%;
}
@media screen and (max-width: 550px) {
  .mat-properties .image {
    left: 0 !important;
  }
}
.mat-properties .size, .mat-properties .bold {
  z-index: 2 !important;
}

.popup {
  width: 16rem;
  padding: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
}
.popup .button-close {
  z-index: 3;
  top: 1.25rem;
  right: 0.5rem;
}
.popup .product-card {
  display: block !important;
  width: 100%;
  padding-top: 3rem !important;
  background-color: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px !important;
          box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px !important;
}
.popup .product-card:hover {
  border: solid 1px white !important;
}

.panel {
  height: 64vw;
  min-height: 1200px;
  position: relative;
  margin: 0 auto 0 auto !important;
  background-color: #242727;
  color: white;
}
.panel > :not(.column), .panel > .column > * {
  position: absolute;
  z-index: 1;
}
.panel > :not(.column).center, .panel > .column > *.center {
  width: 100%;
}
.panel > :not(.column).center > *, .panel > .column > *.center > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.panel > .upper, .panel > .column > .upper {
  z-index: 2;
}
.panel > .column {
  position: relative;
}
.panel.padding > .column:first-child {
  margin-left: 5%;
}
.panel.padding > .column:last-child {
  margin-right: 5%;
}
.panel.padding-vertical > .column {
  margin-top: 5%;
  margin-bottom: 5%;
}
.panel.padding-left > .column:first-child {
  margin-left: 5%;
}
.panel.padding-right > .column:last-child {
  margin-right: 5%;
}
.panel.footer {
  min-height: 20rem;
  height: 20vw;
}
.panel .header {
  margin-bottom: 3rem !important;
  font-family: Circe Regular !important;
  font-weight: normal;
  font-size: 26px;
  color: #c2a577;
}
.panel .logo-container .header {
  margin: 0.2rem 0 0 0.8rem !important;
  line-height: 0.75;
  font-size: 40px;
  color: white;
}
.panel .logo-container .header + * {
  margin-left: 1rem;
}
.panel .mat-container {
  position: relative;
  z-index: 2;
}
.panel .mat-container > .circle, .panel .mat-properties ol.mat-container > li::before, .mat-properties .panel ol.mat-container > li::before {
  position: absolute;
}
.panel .show-card {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #c2a577;
  font-family: Circe Bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
          box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
  cursor: pointer;
}
.panel .button-buy {
  background-color: #c2a577;
  border-color: #c2a577;
  margin-top: 4rem;
  min-width: 10rem;
}
.panel .panel-footer {
  width: 100%;
  color: #c2a577;
}
.panel .panel-footer .header {
  margin-bottom: 0 !important;
  color: white;
  font-size: 44px;
  text-transform: uppercase;
}
.panel .panel-footer .header + * {
  text-transform: lowercase;
}
.panel .panel-footer .row > * {
  text-align: center;
}
.panel .logo-link {
  text-decoration: none !important;
  font-size: 24px;
  color: white !important;
}

@media screen and (max-width: 550px) {
  .page-container, body > .mobileFild:nth-child(6) {
    min-width: unset !important;
  }

  .content {
    padding: 0 !important;
    width: 100vw !important;
    overflow-x: hidden !important;
  }

  .panel {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    padding-bottom: 2rem;
  }
  .panel > *, .panel > .column > * {
    width: 100% !important;
    height: auto !important;
    min-width: unset !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .panel > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .panel > :not(:last-child), .panel > .column > :not(:last-child) {
    margin-bottom: 2rem;
  }
  .panel > :not(.column):not(.small-absolute):not(.mat-container), .panel > .column > :not(.small-absolute):not(.mat-container) {
    position: static;
  }
  .panel > .image {
    width: calc(100% - 2rem) !important;
  }
  .panel > ol, .panel > .column > ol {
    margin-left: 1.6rem !important;
  }

  .image {
    width: 100% !important;
  }

  .text-black {
    color: #a5adb1 !important;
  }
}
@media screen and (min-width: 1920px) {
  .panel {
    font-size: 0.8333333333vw;
  }
  .panel .header {
    font-size: 1.25vw !important;
  }
  .panel .text-small {
    font-size: 0.625vw !important;
  }
  .panel .circle, .panel .mat-properties ol > li::before, .mat-properties .panel ol > li::before {
    width: 1vw !important;
    height: 1vw !important;
    font-size: 0.6875vw !important;
    line-height: 1.1666666667vw !important;
  }
  .panel .show-card {
    width: 1.25vw !important;
    height: 1.25vw !important;
    font-size: 0.8333333333vw !important;
    line-height: 1.25vw !important;
  }
  .panel .mat-properties {
    font-size: 0.8333333333vw !important;
  }
  .panel .mat-properties .size {
    font-size: 1.4583333333vw !important;
  }
  .panel .mat-properties ol > li {
    margin-left: -2.0833333333vw;
    line-height: 1.25vw;
    text-indent: -1.6666666667vw;
  }
  .panel .button-buy {
    min-width: 8.3333333333vw !important;
    padding: 0.4166666667vw !important;
    font-size: 0.8333333333vw !important;
  }
}
