@charset "UTF-8";
@font-face {
  font-family: "Raptor";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/RaptorV1Premium-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Raptor";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/RaptorV1Premium-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Raptor";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/RaptorV1Premium-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Raptor";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/RaptorV1Premium-Semibold.woff2") format("woff2");
}

:root {
  --ushi-black: #000000;
  --ushi-white: #FFFFFF;
  --ushi-light-grey: #C0C0C0;
  --ushi-grey: #808080;
  --ushi-dark-grey: #404040;
  --ushi-gold: #E4BE8C;
  --ushi-dark-gold: #715530;
  --ushi-cyan: #6B9C94;
  --ushi-light-red: 198, 133, 133;
  --ushi-red: 103, 48, 48;
  --ushi-dark-red: #371A1A;
  --ushi-light-blue: #A2A3D2;
  --ushi-blue: #3A4C8D;
  --ushi-dark-blue: #151525;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

#cboxOverlay {
  z-index: 10000 !important;
}

#cboxWrapper {
  z-index: 10000 !important;
  color: var(--ushi-black);
}
#cboxWrapper input::-moz-placeholder {
  color: var(--ushi-dark-grey);
}
#cboxWrapper input::placeholder {
  color: var(--ushi-dark-grey);
}

#colorbox {
  z-index: 10000 !important;
}

.country-flags.active .country-flags-inner {
  color: var(--ushi-black);
}

#m2bapp .stars span.star:before {
  color: var(--ushi-gold) !important;
}
#m2bapp .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#m2bapp .row > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#m2bapp .category-title {
  color: var(--ushi-light-grey);
}
#m2bapp .softbreak {
  display: none;
}
#m2bapp .quantity {
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  display: flex;
  align-items: center;
  margin-right: 0px;
}
#m2bapp .quantity .increase {
  width: 32px;
  height: inherit;
  top: 0;
  background-color: var(--ushi-dark-grey) !important;
  border-radius: 2px !important;
  transition: 0s !important;
}
#m2bapp .quantity .increase:before {
  background-image: url("/user/documents/m2b/icons/increase.svg");
}
#m2bapp .quantity .decrease {
  width: 32px;
  height: inherit;
  top: 0;
  background-color: var(--ushi-dark-grey) !important;
  border-radius: 2px !important;
  transition: 0s !important;
}
#m2bapp .quantity .decrease:before {
  background-image: url("/user/documents/m2b/icons/decrease.svg");
}
#m2bapp .quantity input {
  height: 32px;
  width: 40px;
  box-sizing: border-box;
  border: none;
  color: var(--ushi-light-grey) !important;
  font-family: Raptor !important;
  font-size: 14px !important;
}
#m2bapp .remove-item:before {
  background-image: url("/user/documents/m2b/icons/trashbin.svg");
}
#m2bapp .cart-content .extra.delivery:before {
  content: "";
  background-image: url("/user/documents/m2b/icons/delivery-truck.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#m2bapp .m2b-add-to-cart-button {
  text-transform: uppercase !important;
  color: var(--ushi-black) !important;
  background: var(--ushi-light-grey) !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
  height: 32px !important;
  min-height: 32px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  transition: 0s !important;
  width: 100% !important;
  text-decoration: none !important;
  text-align: center !important;
  opacity: 1;
  font-family: Raptor !important;
  display: flex !important;
}
#m2bapp .m2b-add-to-cart-button:hover {
  background: var(--ushi-white) !important;
  transition: 0.1s !important;
  text-decoration: none !important;
}
#m2bapp .m2b-add-to-cart-button:before {
  display: none !important;
}
#m2bapp input[type=checkbox] + label:after {
  background: var(--ushi-dark-grey);
}
#m2bapp input[type=checkbox]:checked + label:after {
  background: url("/user/documents/m2b/icons/checkbox-checked.svg") no-repeat 50% !important;
}
#m2bapp input[type=radio] + label:after {
  background: var(--ushi-dark-grey);
}
#m2bapp input[type=radio]:checked + label:after {
  background: url("/user/documents/m2b/icons/checkbox-checked.svg") no-repeat 50% !important;
}
#m2bapp .form-control.error-field {
  border-color: var(--ushi-red) !important;
}
#m2bapp .form-control.js-error-field {
  border-color: var(--ushi-red) !important;
}
#m2bapp form .form-control {
  color: var(--ushi-light-grey);
  border-color: var(--ushi-grey);
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
}
#m2bapp form select#deliveryCountryId {
  color: var(--ushi-black);
}
#m2bapp form select#billCountryId {
  color: var(--ushi-black);
}
#m2bapp .js-validator-msg {
  background: var(--ushi-black);
}
#m2bapp .js-validator-msg:before {
  background: var(--ushi-black);
}
#m2bapp .form-group label {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
}
#m2bapp .js-validated-element-wrapper.consents label {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
  text-align: center;
}
#m2bapp .radio-wrapper input[type=radio] + label .sublabel a {
  color: var(--ushi-cyan);
}
#m2bapp span[data-testid=deliveryPoint] {
  color: var(--ushi-gold);
}
#m2bapp label {
  line-height: 1.5;
}
#m2bapp label a {
  color: var(--ushi-gold);
}
#m2bapp .benefitBanner__picture svg {
  height: 30px;
  width: auto;
}
#m2bapp .benefitBanner__picture svg .cls1 {
  fill: var(--ushi-light-grey) !important;
}
#m2bapp .splitted {
  visibility: visible;
}
#m2bapp .menu-helper {
  gap: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible !important;
  width: -moz-fit-content;
  width: fit-content;
  display: none !important;
}
#m2bapp .menu-helper span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--ushi-light-grey);
}
#m2bapp #header {
  background: var(--ushi-black);
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  transition: none;
  z-index: 9999;
}
#m2bapp #header .site-name img {
  max-height: 24px;
}
#m2bapp #header #navigation {
  display: flex;
  align-items: center;
  transition: none;
  overflow: visible;
}
#m2bapp #header #navigation .navigation-in {
  top: 50%;
  transform: translateY(-50%);
}
#m2bapp #header #navigation .navigation-close {
  display: none;
}
#m2bapp #header #navigation ul.menu-level-1 > li > a {
  line-height: 1.5;
  color: var(--ushi-light-grey) !important;
  background: transparent !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-underline-offset: 4px;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  padding: 0 20px;
}
#m2bapp #header #navigation ul.menu-level-1 > li > a b {
  font-weight: 600;
}
#m2bapp #header #navigation ul.menu-level-1 > li > a:hover {
  text-decoration-color: var(--ushi-light-grey);
  transition: text-decoration-color 0.15s ease;
}
#m2bapp #header #navigation ul.menu-level-1 > li.exp > ul {
  background-color: var(--ushi-black);
  border: none;
  box-shadow: none;
  border-bottom: 1px solid var(--ushi-light-grey);
  top: 20px;
  padding-top: 10px;
  padding-bottom: 0;
}
#m2bapp #header #navigation ul.menu-level-1 > li.exp > ul:before {
  visibility: hidden;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--ushi-light-grey);
}
#m2bapp #header #navigation ul.menu-level-2 {
  margin-top: 0 !important;
}
#m2bapp #header #navigation ul.menu-level-2 li {
  margin: 0;
  min-height: 50px;
}
#m2bapp #header #navigation ul.menu-level-2 li img {
  display: none;
  visibility: hidden;
}
#m2bapp #header #navigation ul.menu-level-2 li a {
  color: var(--ushi-gold);
  text-underline-offset: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 13px;
}
#m2bapp #header #navigation ul.menu-level-2 li a:hover {
  text-decoration: underline;
}
#m2bapp #header .search-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.09 28.57'%3E%3Cpath d='M18.42 0c-5.33 0-9.67 4.55-9.67 10.15 0 2.53.89 4.84 2.35 6.61L0 27.87l.71.71 11.06-11.06c1.73 1.73 4.07 2.8 6.65 2.8 5.33 0 9.67-4.55 9.67-10.15S23.75 0 18.42 0Zm0 19.31c-4.78 0-8.67-4.11-8.67-9.15S13.64 1 18.42 1s8.67 4.11 8.67 9.15-3.89 9.15-8.67 9.15Z' style='fill:%23fff'/%3E%3C/svg%3E");
}
#m2bapp #header .top-nav-button-login:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.46 28.88'%3E%3Cpath d='M17.7 16.06c2.11-1.62 3.5-4.23 3.5-7.18 0-4.9-3.8-8.88-8.47-8.88S4.27 3.98 4.27 8.88c0 2.95 1.38 5.56 3.5 7.18C3.08 18.14 0 22.97 0 28.38v.5h25.46v-.5c0-5.41-3.08-10.24-7.76-12.32ZM5.27 8.88C5.27 4.53 8.62 1 12.73 1s7.46 3.54 7.46 7.88-3.35 7.88-7.46 7.88-7.46-3.54-7.46-7.88Zm-4.26 19c.19-5.03 3.26-9.44 7.76-11.15 1.18.66 2.53 1.04 3.96 1.04s2.78-.38 3.96-1.04c4.51 1.7 7.57 6.11 7.76 11.15H1.01Z' style='fill:%23fff'/%3E%3C/svg%3E");
}
#m2bapp #header .top-nav-button-account:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.46 28.88'%3E%3Cpath d='M17.7 16.06c2.11-1.62 3.5-4.23 3.5-7.18 0-4.9-3.8-8.88-8.47-8.88S4.27 3.98 4.27 8.88c0 2.95 1.38 5.56 3.5 7.18C3.08 18.14 0 22.97 0 28.38v.5h25.46v-.5c0-5.41-3.08-10.24-7.76-12.32ZM5.27 8.88C5.27 4.53 8.62 1 12.73 1s7.46 3.54 7.46 7.88-3.35 7.88-7.46 7.88-7.46-3.54-7.46-7.88Zm-4.26 19c.19-5.03 3.26-9.44 7.76-11.15 1.18.66 2.53 1.04 3.96 1.04s2.78-.38 3.96-1.04c4.51 1.7 7.57 6.11 7.76 11.15H1.01Z' style='fill:%23fff'/%3E%3C/svg%3E");
}
#m2bapp #header .navigation-buttons .btn.cart-count:before {
  position: absolute;
  top: -1px;
  background-size: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.5 30.69'%3E%3Cpath d='M26.34 8.54C25.08 3.63 20.81 0 15.75 0S6.42 3.63 5.16 8.54H0v22.15h31.5V8.54h-5.16ZM15.75.93c4.55 0 8.4 3.21 9.63 7.6H6.12C7.35 4.15 11.2.93 15.75.93ZM30.5 29.68H1V9.54h3.95c-.11.65-.18 1.31-.18 1.99v4.29h.93v-4.29c0-.68.07-1.35.18-1.99H25.6c.12.65.18 1.31.18 1.99v4.29h.93v-4.29c0-.68-.07-1.34-.18-1.99h3.95v20.15Z' style='fill:%23fff'/%3E%3C/svg%3E");
}
#m2bapp #header .navigation-buttons .btn.cart-count i[data-testid=headerCartCount] {
  background-color: var(--ushi-white) !important;
  color: var(--ushi-black);
  font-size: 13px;
  width: 16px;
  height: 16px;
  left: 19px;
  top: 16px;
}
#m2bapp #header .responsive-tools > a:before {
  content: "";
  height: 100%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
#m2bapp #header .responsive-tools > a[data-target=search]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.09 28.57'%3E%3Cpath d='M18.42 0c-5.33 0-9.67 4.55-9.67 10.15 0 2.53.89 4.84 2.35 6.61L0 27.87l.71.71 11.06-11.06c1.73 1.73 4.07 2.8 6.65 2.8 5.33 0 9.67-4.55 9.67-10.15S23.75 0 18.42 0Zm0 19.31c-4.78 0-8.67-4.11-8.67-9.15S13.64 1 18.42 1s8.67 4.11 8.67 9.15-3.89 9.15-8.67 9.15Z' style='fill:%23fff'/%3E%3C/svg%3E");
}
#m2bapp #header .responsive-tools > a[data-target=login] {
  display: block;
}
#m2bapp #header .responsive-tools > a[data-target=login]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.46 28.88'%3E%3Cpath d='M17.7 16.06c2.11-1.62 3.5-4.23 3.5-7.18 0-4.9-3.8-8.88-8.47-8.88S4.27 3.98 4.27 8.88c0 2.95 1.38 5.56 3.5 7.18C3.08 18.14 0 22.97 0 28.38v.5h25.46v-.5c0-5.41-3.08-10.24-7.76-12.32ZM5.27 8.88C5.27 4.53 8.62 1 12.73 1s7.46 3.54 7.46 7.88-3.35 7.88-7.46 7.88-7.46-3.54-7.46-7.88Zm-4.26 19c.19-5.03 3.26-9.44 7.76-11.15 1.18.66 2.53 1.04 3.96 1.04s2.78-.38 3.96-1.04c4.51 1.7 7.57 6.11 7.76 11.15H1.01Z' style='fill:%23fff'/%3E%3C/svg%3E");
}
#m2bapp #header .responsive-tools > a[data-target=navigation]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.54 18.71'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Cpath d='M0 17.71h25.54v1H0zM0 0h25.54v1H0zM0 8.85h25.54v1H0z' class='cls-1'/%3E%3C/svg%3E");
}
#m2bapp #header #m2b-notification-bar {
  padding: 3px 30px;
  display: flex;
  position: relative;
  top: -5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--ushi-light-grey);
  color: var(--ushi-black);
}
#m2bapp #header #m2b-notification-bar p, #m2bapp #header #m2b-notification-bar a {
  color: var(--ushi-black) !important;
}
#m2bapp #header #m2b-notification-bar .site-agreement-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#m2bapp #header #m2b-notification-bar #cboxClose {
  top: unset;
  opacity: 1;
  background-color: transparent !important;
}
#m2bapp #header #m2b-notification-bar #cboxClose:before {
  color: var(--ushi-black);
}
#m2bapp #header.fixed-menu {
  top: 0 !important;
  transition: none;
}
#m2bapp #header.fixed-menu .header-top {
  height: 50px;
}
#m2bapp #header.fixed-menu #navigation {
  height: 50px;
}
#m2bapp #header.fixed-menu #navigation ul.menu-level-1 > li > a {
  height: -moz-fit-content;
  height: fit-content;
}
#m2bapp .breadcrumbs-wrapper {
  padding-bottom: 0 !important;
}
#m2bapp .breadcrumbs > span span {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#m2bapp .breadcrumbs > span:last-child {
  display: none;
}
#m2bapp .product {
  background: var(--ushi-black);
  transition: none;
}
#m2bapp .product .p {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--ushi-light-grey);
}
#m2bapp .product .p .name {
  color: var(--ushi-light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px !important;
}
#m2bapp .product .p.p-sold-out .name {
  color: var(--ushi-grey) !important;
}
#m2bapp .product .p.p-sold-out .m2b-add-to-cart-button {
  background-color: var(--ushi-grey) !important;
}
#m2bapp .product .p.p-sold-out .image img {
  opacity: 0.8 !important;
}
#m2bapp .product .p.p-sold-out .prices .price-final strong {
  color: var(--ushi-grey) !important;
}
#m2bapp .product .image {
  overflow: visible;
  margin-bottom: 2px;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
#m2bapp .product .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  background: linear-gradient(225deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#m2bapp .product .image:hover:after {
  opacity: 1;
}
#m2bapp .product .flags-extra {
  visibility: hidden;
  right: inherit;
  left: 5px;
  margin-left: 0px;
  width: 100% !important;
}
#m2bapp .product .flags-extra .flag-discount {
  visibility: visible;
  background-color: rgba(var(--ushi-light-red), 60%) !important;
  padding: 6px 8px 4px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0 !important;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
#m2bapp .product .flags-extra .flag-discount span {
  color: var(--ushi-light-grey);
}
#m2bapp .product .flags-extra .flag-discount .price-standard, #m2bapp .product .flags-extra .flag-discount .price-save {
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px !important;
  display: inline-block;
}
#m2bapp .product .flags-extra .flag-discount .price-standard span, #m2bapp .product .flags-extra .flag-discount .price-save span {
  line-height: 1;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 400;
}
#m2bapp .product .flags-default {
  margin-left: 0;
  padding-top: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
#m2bapp .product .flags-default .flag {
  z-index: 1;
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400 !important;
  margin-bottom: 0;
  font-size: 12px !important;
  padding: 4px 8px !important;
}
#m2bapp .product .flags-default .flag-availability {
  background-color: #6B9C94;
}
#m2bapp .product .flags-default .flag-availability span {
  color: var(--ushi-black) !important;
}
#m2bapp .product .flags-default .flag-unavailability {
  background-color: var(--ushi-dark-grey);
  order: -1;
}
#m2bapp .product .flags-default .flag-unavailability span {
  color: var(--ushi-light-grey) !important;
}
#m2bapp .product .flags-default .flag-new {
  background-color: #C0C0C0;
  color: var(--ushi-black) !important;
}
#m2bapp .product .flags-default .flag-new span {
  color: var(--ushi-black) !important;
}
#m2bapp .product .flags-default .flag-tip {
  background-color: #715530;
  color: #C0C0C0 !important;
}
#m2bapp .product .flags-default .flag-tip span {
  color: #C0C0C0 !important;
}
#m2bapp .product .p-in {
  background: var(--ushi-black);
  padding: 0;
  padding-bottom: 0 !important;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
}
#m2bapp .product .p-in .p-bottom {
  order: 2;
  padding-bottom: 0;
}
#m2bapp .product .p-in .p-bottom .m2b-add-to-cart-button {
  margin-top: 16px !important;
}
#m2bapp .product .p-in .p-in-in {
  order: 1;
  margin: 0 10px;
}
#m2bapp .product .p-bottom {
  position: relative;
}
#m2bapp .product .p-bottom > div {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#m2bapp .product .p-bottom > div .prices {
  order: 1;
  margin-left: 10px;
  margin-bottom: 0;
  min-height: -moz-fit-content;
  min-height: fit-content;
  position: relative;
}
#m2bapp .product .p-bottom > div .prices .price-final strong {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--ushi-light-grey) !important;
  font-size: 16px !important;
}
#m2bapp .product .p-bottom > div .p-tools {
  order: 2;
}
#m2bapp aside.sidebar .sidebar-inner {
  gap: 10px;
}
#m2bapp aside.sidebar .sidebar-inner .box-filters {
  order: 1;
}
#m2bapp aside.sidebar .sidebar-inner .categories-wrap {
  order: 2;
}
#m2bapp aside.sidebar .sidebar-inner .box-onlinePayments {
  order: 3;
  display: none;
}
#m2bapp aside.sidebar .box-filters h4 {
  background: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ushi-light-grey);
  font-weight: 400;
  padding-top: 3px;
}
#m2bapp aside.sidebar #filters {
  background: #202020;
  border-top: none;
}
#m2bapp aside.sidebar #filters h4 {
  border-top: none;
}
#m2bapp aside.sidebar #filters .from {
  color: var(--ushi-light-grey);
}
#m2bapp aside.sidebar #filters .to {
  color: var(--ushi-light-grey);
}
#m2bapp aside.sidebar #filters .slider-wrapper h4 {
  color: var(--ushi-gold);
}
#m2bapp aside.sidebar #filters .slider-header {
  padding-top: 0;
  padding-bottom: 15px;
  margin-top: -5px;
}
#m2bapp aside.sidebar #filters .ui-slider-horizontal {
  background: var(--ushi-dark-grey);
  height: 2px;
}
#m2bapp aside.sidebar #filters .ui-slider-horizontal .ui-slider-handle {
  border: 2px solid var(--ushi-light-grey) !important;
  background: var(--ushi-dark-grey) !important;
  width: 16px;
  height: 16px;
  top: -7px;
}
#m2bapp aside.sidebar #filters .ui-slider-horizontal .ui-slider-range {
  background: var(--ushi-light-grey) !important;
}
#m2bapp aside.sidebar #categories {
  background: #202020;
  display: block !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding-block: 10px;
  padding-bottom: 40px;
}
#m2bapp aside.sidebar #categories .cat-trigger {
  display: none !important;
}
#m2bapp aside.sidebar .box {
  background: transparent;
}
#m2bapp aside.sidebar .box.box-categories h4 {
  background: #202020;
  border-top: none;
  display: none !important;
}
#m2bapp aside.sidebar h4 {
  background: #202020;
}
#m2bapp aside.sidebar a {
  border-top: none;
  padding-block: 5px !important;
  padding-inline: 20px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ushi-grey);
}
#m2bapp aside.sidebar a:hover {
  color: var(--ushi-light-grey);
}
#m2bapp aside.sidebar .topic.active a {
  color: var(--ushi-gold) !important;
}
#m2bapp aside.sidebar li.active a {
  color: var(--ushi-gold) !important;
}
#m2bapp aside.sidebar .categories ul.expanded {
  padding-bottom: 0;
}
#m2bapp aside.sidebar .categories ul.expanded li {
  margin-left: 2rem;
  padding-inline-start: 0.25rem !important;
  position: relative;
}
#m2bapp aside.sidebar .categories ul.expanded li a {
  padding-inline-start: 0 !important;
  font-size: 14px;
}
#m2bapp aside.sidebar .categories ul.expanded li:before {
  position: absolute;
  content: "•";
  color: var(--ushi-grey);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.25em;
  top: 50%;
  transform: translateY(-50%);
}
#m2bapp aside.sidebar .categories ul.expanded li:hover:before {
  color: var(--ushi-light-grey);
}
#m2bapp aside.sidebar .categories ul.expanded li.active:before {
  color: var(--ushi-gold);
}
#m2bapp .m2b-grid-block {
  display: grid;
  gap: 8px;
  margin: 40px 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#m2bapp .m2b-grid-block-left {
  background: var(--ushi-light-grey);
  border-top: 5px solid var(--ushi-grey);
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  padding: 24px;
  padding-block: 170px;
  margin-top: -140px;
  order: 2;
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
}
#m2bapp .m2b-grid-block-left > * {
  letter-spacing: 2px;
  line-height: 1.5;
}
#m2bapp .m2b-grid-block-left > div:nth-child(1) {
  text-transform: uppercase;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ushi-black);
}
#m2bapp .m2b-grid-block-left > div:nth-child(2) {
  text-transform: uppercase;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: var(--ushi-black);
}
#m2bapp .m2b-grid-block-left > div:nth-child(3) p {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--ushi-black);
}
#m2bapp .m2b-grid-block-left > a:nth-child(4) {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-black);
  color: var(--ushi-black);
  padding: 8px 12px;
  transition: 0.1s ease;
}
#m2bapp .m2b-grid-block-left > a:nth-child(4):hover {
  background: var(--ushi-white) !important;
}
#m2bapp .m2b-grid-block-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 5px solid var(--ushi-light-grey);
  position: relative;
  aspect-ratio: 1/1;
  order: 1;
  margin-inline: 8px;
}
#m2bapp .m2b-grid-block-right > div {
  position: relative;
  height: 100%;
}
#m2bapp .m2b-grid-block-right .banner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#m2bapp .m2b-grid-block-right .banner-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#m2bapp .m2b-grid-block-right .banner-wrapper a span.extended-banner-texts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--ushi-light-grey);
  z-index: 2;
}
#m2bapp .m2b-grid-block-right .banner-wrapper a span.extended-banner-texts .extended-banner-text {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
#m2bapp .m2b-grid-block-right .banner-wrapper a span.extended-banner-texts .extended-banner-link {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-black);
  color: var(--ushi-black);
  padding: 8px 12px;
  transition: 0.1s ease;
  border-color: var(--ushi-light-grey);
  color: var(--ushi-light-grey);
}
#m2bapp .m2b-grid-block-right .banner-wrapper a span.extended-banner-texts .extended-banner-link:hover {
  background: var(--ushi-white) !important;
  background: var(--ushi-light-grey);
  color: var(--ushi-black);
}
#m2bapp .m2b-grid-block-right .banner-wrapper a:hover .extended-banner-link {
  color: var(--ushi-black) !important;
  background-color: var(--ushi-light-grey);
}
#m2bapp .m2b-grid-block-right .banner-wrapper a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#m2bapp .m2b-grid-block-right .banner-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#m2bapp .m2b-grid-block-right .footer-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#m2bapp .m2b-grid-block-right .footer-banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#m2bapp .m2b-grid-block-right .footer-banner a span.extended-banner-texts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--ushi-light-grey);
  z-index: 2;
}
#m2bapp .m2b-grid-block-right .footer-banner a span.extended-banner-texts .extended-banner-text {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
#m2bapp .m2b-grid-block-right .footer-banner a span.extended-banner-texts .extended-banner-link {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-black);
  color: var(--ushi-black);
  padding: 8px 12px;
  transition: 0.1s ease;
  border-color: var(--ushi-light-grey);
  color: var(--ushi-light-grey);
}
#m2bapp .m2b-grid-block-right .footer-banner a span.extended-banner-texts .extended-banner-link:hover {
  background: var(--ushi-white) !important;
  background: var(--ushi-light-grey);
  color: var(--ushi-black);
}
#m2bapp .m2b-grid-block-right .footer-banner a:hover .extended-banner-link {
  color: var(--ushi-black) !important;
  background-color: var(--ushi-light-grey);
}
#m2bapp .m2b-grid-block-right .footer-banner a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#m2bapp .m2b-grid-block-right .footer-banner img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#m2bapp .m2b-grid-block.m2b-is-red {
  gap: 0;
}
#m2bapp .m2b-grid-block.m2b-is-red .m2b-grid-block-left {
  border-top-color: #202020;
  background: var(--ushi-dark-grey);
  color: var(--ushi-light-grey);
  order: 1;
  margin-top: 0;
  padding: 32px 24px;
}
#m2bapp .m2b-grid-block.m2b-is-red .m2b-grid-block-left > div:nth-child(1) {
  color: var(--ushi-light-grey) !important;
}
#m2bapp .m2b-grid-block.m2b-is-red .m2b-grid-block-left > div:nth-child(2) {
  color: var(--ushi-light-grey) !important;
}
#m2bapp .m2b-grid-block.m2b-is-red .m2b-grid-block-left > div:nth-child(3) p {
  color: var(--ushi-light-grey) !important;
}
#m2bapp .m2b-grid-block.m2b-is-red .m2b-grid-block-left > a:nth-child(4) {
  border-color: var(--ushi-gold);
}
#m2bapp .m2b-grid-block.m2b-is-red .m2b-grid-block-left > a:nth-child(4):hover {
  background: var(--ushi-gold);
  color: var(--ushi-dark-red);
}
#m2bapp .m2b-grid-block.m2b-is-red .m2b-grid-block-right {
  order: 2;
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  margin-inline: 0;
  aspect-ratio: 3/2;
}
#m2bapp #products-1-ow.tns-outer {
  position: relative;
  margin: 2rem 6px 0;
}
#m2bapp #products-1-ow.tns-outer > button[data-action] {
  display: none;
}
#m2bapp #products-2-ow.tns-outer {
  position: relative;
  margin: 2rem 6px 0;
}
#m2bapp #products-2-ow.tns-outer > button[data-action] {
  display: none;
}
#m2bapp #productsTop-ow.tns-outer {
  position: relative;
  margin: 2rem 6px 0;
}
#m2bapp #productsTop-ow.tns-outer > button[data-action] {
  display: none;
}
#m2bapp #products-1-ow .tns-nav {
  display: none;
}
#m2bapp #products-1-ow .tns-controls {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#m2bapp #products-1-ow .tns-controls button {
  pointer-events: all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  padding: 16px 4px;
  z-index: 2;
  position: absolute;
}
#m2bapp #products-1-ow .tns-controls button svg {
  display: block;
  width: 16px;
  height: 64px;
  fill: var(--ushi-light-grey);
  transition: fill 0.1s ease;
  transform: translateX(-3px);
}
#m2bapp #products-1-ow .tns-controls button:nth-child(1) {
  rotate: 180deg;
  left: -1.5rem;
}
#m2bapp #products-1-ow .tns-controls button:nth-child(2) {
  right: -1.5rem;
}
#m2bapp #products-1-ow .tns-controls button:hover svg {
  fill: var(--ushi-white);
}
#m2bapp #products-1-ow .tns-controls:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  left: 0;
}
#m2bapp #products-1-ow .tns-controls:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  right: 0;
  transform: rotate(180deg);
}
#m2bapp #products-2-ow .tns-nav {
  display: none;
}
#m2bapp #products-2-ow .tns-controls {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#m2bapp #products-2-ow .tns-controls button {
  pointer-events: all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  padding: 16px 4px;
  z-index: 2;
  position: absolute;
}
#m2bapp #products-2-ow .tns-controls button svg {
  display: block;
  width: 16px;
  height: 64px;
  fill: var(--ushi-light-grey);
  transition: fill 0.1s ease;
  transform: translateX(-3px);
}
#m2bapp #products-2-ow .tns-controls button:nth-child(1) {
  rotate: 180deg;
  left: -1.5rem;
}
#m2bapp #products-2-ow .tns-controls button:nth-child(2) {
  right: -1.5rem;
}
#m2bapp #products-2-ow .tns-controls button:hover svg {
  fill: var(--ushi-white);
}
#m2bapp #products-2-ow .tns-controls:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  left: 0;
}
#m2bapp #products-2-ow .tns-controls:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  right: 0;
  transform: rotate(180deg);
}
#m2bapp #productsTop-ow .tns-nav {
  display: none;
}
#m2bapp #productsTop-ow .tns-controls {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#m2bapp #productsTop-ow .tns-controls button {
  pointer-events: all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  padding: 16px 4px;
  z-index: 2;
  position: absolute;
}
#m2bapp #productsTop-ow .tns-controls button svg {
  display: block;
  width: 16px;
  height: 64px;
  fill: var(--ushi-light-grey);
  transition: fill 0.1s ease;
  transform: translateX(-3px);
}
#m2bapp #productsTop-ow .tns-controls button:nth-child(1) {
  rotate: 180deg;
  left: -1.5rem;
}
#m2bapp #productsTop-ow .tns-controls button:nth-child(2) {
  right: -1.5rem;
}
#m2bapp #productsTop-ow .tns-controls button:hover svg {
  fill: var(--ushi-white);
}
#m2bapp #productsTop-ow .tns-controls:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  left: 0;
}
#m2bapp #productsTop-ow .tns-controls:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  right: 0;
  transform: rotate(180deg);
}
#m2bapp .back-shopping-link a {
  color: var(--ushi-light-grey);
  padding: 0;
}
#m2bapp .cart-table tr.related {
  display: none !important;
}
#m2bapp .next-step-back:before {
  display: none;
}
#m2bapp .popup-widget.cart-widget {
  background: rgb(0, 0, 0);
  border-radius: 0 !important;
}
#m2bapp .popup-widget.cart-widget .remove-item:before {
  background: none;
}
#m2bapp .popup-widget.cart-widget .cart-widget-product {
  padding-inline: 12px;
  padding-block: 12px;
  border-color: var(--ushi-grey);
}
#m2bapp .popup-widget.cart-widget .cart-widget-product .cart-widget-product-image {
  border-radius: 0;
}
#m2bapp .popup-widget.cart-widget .cart-widget-product .cart-widget-product-image img {
  border-radius: 0;
}
#m2bapp .popup-widget.cart-widget .cart-widget-product .cart-widget-product-name {
  padding-left: 4px;
}
#m2bapp .popup-widget.cart-widget .cart-widget-product .cart-widget-product-name a {
  display: block;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  font-weight: 500;
  max-height: 33px;
  overflow: hidden;
}
#m2bapp .popup-widget.cart-widget .cart-widget-product .cart-widget-product-name span[data-testid=cartWidgetProductPrice] {
  margin-top: 4px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--ushi-grey);
}
#m2bapp .popup-widget-inner.place-cart-here {
  background: rgba(0, 0, 0, 0.5);
}
#m2bapp .popup-widget-inner.place-cart-here:not(.full) {
  background: transparent;
  display: grid;
  place-items: center;
}
#m2bapp .content-wrapper p a {
  color: var(--ushi-gold) !important;
}

.pointer-events-none {
  pointer-events: none;
}

.msg.msg-success .container {
  left: 50% !important;
  bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0 !important;
  transform: translateX(-50%) !important;
  background-color: var(--ushi-cyan);
}
.msg.msg-success .container:before {
  background-image: url("/user/documents/m2b/correct.png");
}

.in-vyhledavani #content {
  padding: 0 12px;
}
.in-vyhledavani h2 {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.in-vyhledavani #m2bapp #content {
  width: 100% !important;
}
.in-vyhledavani #m2bapp .products-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.in-vyhledavani #m2bapp .products-block .product {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  font-family: Raptor !important;
}
body #m2bapp .admin-bar {
  position: fixed;
  top: 0;
}
body #m2bapp h1 {
  color: var(--ushi-light-grey);
}
body:not(.ordering-process) #cboxLoadingOverlay {
  background: var(--ushi-black);
}
body:not(.ordering-process) #cboxContent {
  background: var(--ushi-black);
}
body:not(.ordering-process) #cboxClose {
  background: var(--ushi-black) !important;
  opacity: 0.9;
}
body:not(.ordering-process) #cboxClose:before {
  color: var(--ushi-light-grey);
}
body:not(.ordering-process) #cboxNext:before {
  color: var(--ushi-light-grey);
}
body:not(.ordering-process) #cboxPrevious:before {
  color: var(--ushi-light-grey);
}

body.blank-mode {
  background: var(--ushi-black) !important;
  color: var(--ushi-light-grey) !important;
}

.navigation-window-visible #m2bapp #header .responsive-tools > a[data-target=navigation]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 13'%3E%3Cpath stroke='%23C0C0C0' stroke-width='.75' d='M1 12.192 12.192 1M1 1l11.192 11.192'/%3E%3C/svg%3E");
}

.type-product #m2bapp .breadcrumbs {
  padding-left: 115px;
}

.type-page #m2bapp .breadcrumbs {
  display: none;
}
.type-page #m2bapp header[itemprop=headline] h1 {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
}
.type-page #m2bapp div[itemprop=about] > p {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.type-page #m2bapp div[itemprop=about] > p strong {
  color: var(--ushi-gold);
}
.type-page #m2bapp div[itemprop=about] > p b {
  color: var(--ushi-gold);
}
.type-page #m2bapp div[itemprop=about] > p a {
  color: var(--ushi-white) !important;
}
.type-page #m2bapp div[itemprop=about] blockquote {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.type-page #m2bapp div[itemprop=about] blockquote strong {
  color: var(--ushi-gold);
}
.type-page #m2bapp div[itemprop=about] blockquote b {
  color: var(--ushi-gold);
}
.type-page #m2bapp div[itemprop=about] blockquote a {
  color: var(--ushi-white) !important;
}
.type-page #m2bapp div[itemprop=about] li {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.type-page #m2bapp div[itemprop=about] li strong {
  color: var(--ushi-gold);
}
.type-page #m2bapp div[itemprop=about] li b {
  color: var(--ushi-gold);
}
.type-page #m2bapp div[itemprop=about] li a {
  color: var(--ushi-white) !important;
}

.type-category #m2bapp .breadcrumbs {
  display: none;
}
.type-category #m2bapp .pagination {
  visibility: hidden;
}
.type-category #m2bapp #content {
  padding-top: 2rem;
  width: 100% !important;
}
.type-category #m2bapp #content-wrapper {
  padding: 0 24px !important;
}
.type-category #m2bapp #filters .filter-section label {
  color: var(--ushi-light-grey) !important;
}
.type-category #m2bapp #filters .filter-label input[type=checkbox] + label:before {
  border-color: var(--ushi-light-grey) !important;
}
.type-category #m2bapp .category-header-container {
  margin-top: -20px;
}
.type-category #m2bapp .category-m2b-title {
  text-align: center;
  padding-right: 0 !important;
  margin-top: 0;
  padding-top: 0;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
.type-category #m2bapp .category-m2b-title span {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  margin-bottom: 20px;
  color: var(--ushi-grey);
}
.type-category #m2bapp .m2b-collection-header {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0 0;
}
.type-category #m2bapp .m2b-collection-header > *:nth-child(1) {
  color: var(--ushi-light-grey);
  order: 2;
}
.type-category #m2bapp .m2b-collection-header > *:nth-child(1) > * {
  letter-spacing: 2px;
  line-height: 1.5;
}
.type-category #m2bapp .m2b-collection-header > *:nth-child(1) > div:nth-child(1) {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--ushi-light-grey);
}
.type-category #m2bapp .m2b-collection-header > *:nth-child(1) > div:nth-child(2) {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
.type-category #m2bapp .m2b-collection-header > *:nth-child(1) > div:nth-child(3) > p {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.type-category #m2bapp .m2b-collection-header > *:nth-child(1) > div:nth-child(3) > p b {
  color: var(--ushi-gold);
}
.type-category #m2bapp .m2b-collection-header > img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  width: calc(100% + 48px);
  left: -24px;
  order: 1;
}
.type-category #m2bapp .products-inline.products-top {
  margin: 0 !important;
  display: grid;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.type-category #m2bapp .products-inline.products-top .product {
  padding: 0;
  width: 100%;
}
.type-category #m2bapp .products-inline.products-top .product .p {
  background: transparent;
  border-radius: 0;
  flex-direction: column;
  padding: 10px;
  border-color: var(--ushi-grey) !important;
  transition: border-color 0.1s ease;
}
.type-category #m2bapp .products-inline.products-top .product .p-bottom {
  left: 0;
}
.type-category #m2bapp .products-inline.products-top .product .price-final {
  position: relative;
}
.type-category #m2bapp .products-inline.products-top .product:hover .p {
  border-color: var(--ushi-light-grey) !important;
}
.type-category #m2bapp .products-inline.products-top .button-wrapper {
  grid-column: 1/4;
  text-align: left !important;
  padding-left: 0;
}
.type-category #m2bapp .products-inline.products-top .button-wrapper a {
  text-align: left;
  text-transform: uppercase;
  text-underline-offset: 6px;
  text-decoration-color: rgba(255, 255, 255, 0.25);
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  transition: text-decoration-color 0.15s ease;
}
.type-category #m2bapp .products-inline.products-top .button-wrapper a:hover {
  text-decoration-color: var(--ushi-light-grey);
}
.type-category #m2bapp .category-header-products {
  display: none;
}
.type-category #m2bapp .category-header-products .product {
  padding-right: 8px;
}
.type-category #m2bapp .category-header-products .product .image {
  position: relative;
  margin-bottom: 14px;
}
.type-category #m2bapp .category-header-products .product .image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
}
.type-category #m2bapp .category-header-products .product .p-code {
  display: none;
}
.type-category #m2bapp .category-header-products .product .p-desc {
  display: none;
}
.type-category #m2bapp #productsTop-ow {
  display: none !important;
}
.type-category #m2bapp #productsTop-ow .tns-nav {
  display: none;
}
.type-category #m2bapp #productsTop-ow .tns-controls {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.type-category #m2bapp #productsTop-ow .tns-controls button {
  pointer-events: all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  padding: 16px 4px;
  z-index: 2;
  position: absolute;
}
.type-category #m2bapp #productsTop-ow .tns-controls button svg {
  display: block;
  width: 16px;
  height: 64px;
  fill: var(--ushi-light-grey);
  transition: fill 0.1s ease;
}
.type-category #m2bapp #productsTop-ow .tns-controls button:nth-child(1) {
  rotate: 180deg;
  left: -1.5rem;
}
.type-category #m2bapp #productsTop-ow .tns-controls button:nth-child(2) {
  right: -1.5rem;
}
.type-category #m2bapp #productsTop-ow .tns-controls button:hover svg {
  fill: var(--ushi-white);
}
.type-category #m2bapp #productsTop-ow .tns-controls:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  left: 0;
}
.type-category #m2bapp #productsTop-ow .tns-controls:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  right: 0;
  transform: rotate(180deg);
}
.type-category #m2bapp #tns1-ow {
  display: none !important;
}
.type-category #m2bapp #tns1-ow .tns-nav {
  display: none;
}
.type-category #m2bapp #tns1-ow .tns-controls {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.type-category #m2bapp #tns1-ow .tns-controls button {
  pointer-events: all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  padding: 16px 4px;
  z-index: 2;
  position: absolute;
}
.type-category #m2bapp #tns1-ow .tns-controls button svg {
  display: block;
  width: 16px;
  height: 64px;
  fill: var(--ushi-light-grey);
  transition: fill 0.1s ease;
}
.type-category #m2bapp #tns1-ow .tns-controls button:nth-child(1) {
  rotate: 180deg;
  left: -1.5rem;
}
.type-category #m2bapp #tns1-ow .tns-controls button:nth-child(2) {
  right: -1.5rem;
}
.type-category #m2bapp #tns1-ow .tns-controls button:hover svg {
  fill: var(--ushi-white);
}
.type-category #m2bapp #tns1-ow .tns-controls:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  left: 0;
}
.type-category #m2bapp #tns1-ow .tns-controls:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  right: 0;
  transform: rotate(180deg);
}
.type-category #m2bapp #productsTop-ow.tns-outer {
  position: relative;
  margin: 2rem 0 5rem;
}
.type-category #m2bapp #productsTop-ow.tns-outer > button[data-action] {
  display: none;
}
.type-category #m2bapp #tns1-ow.tns-outer {
  position: relative;
  margin: 2rem 0 5rem;
}
.type-category #m2bapp #tns1-ow.tns-outer > button[data-action] {
  display: none;
}
.type-category #m2bapp .category-top .category-title {
  display: none !important;
  font-family: Raptor !important;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -42px;
  color: var(--ushi-light-grey);
}
.type-category #m2bapp .category-top .category-perex {
  display: none !important;
}
.type-category #m2bapp .category-top > h4 {
  display: none !important;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.type-category #m2bapp .category-top ul.subcategories {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin: 0;
  margin-top: -20px;
  margin-bottom: 10px;
}
.type-category #m2bapp .category-top ul.subcategories > li {
  max-width: 100%;
  width: 100%;
  padding: 0;
  height: 70px;
}
.type-category #m2bapp .category-top ul.subcategories > li .image {
  margin: 0;
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  position: static;
  top: 0;
}
.type-category #m2bapp .category-top ul.subcategories > li .image img {
  height: 64px;
  width: 64px;
  max-height: 64px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.type-category #m2bapp .category-top ul.subcategories > li a {
  background: none;
  border: 1px solid var(--ushi-grey);
  border-bottom-width: 5px;
  border-radius: 0;
  transition: border-color 0.1s ease;
  padding: 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.type-category #m2bapp .category-top ul.subcategories > li a:after {
  display: none !important;
}
.type-category #m2bapp .category-top ul.subcategories > li a:before {
  display: none !important;
}
.type-category #m2bapp .category-top ul.subcategories > li a .text {
  margin-right: 20px;
  padding: 6px 12px;
  border: 1px solid var(--ushi-grey);
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--ushi-light-grey);
  transition: color 0.1s ease, background-color 0.1s ease;
}
.type-category #m2bapp .category-top ul.subcategories > li a:hover {
  border-color: var(--ushi-light-grey);
}
.type-category #m2bapp .category-top ul.subcategories > li a:hover .text {
  color: var(--ushi-black);
  background-color: var(--ushi-light-grey);
}
.type-category #m2bapp .products-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.type-category #m2bapp .products-block .product {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.m2b-p-image-arrows {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.m2b-p-image-arrow {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  border: none;
  display: grid;
  place-items: center;
  width: 48px;
  height: 100%;
}
.m2b-p-image-arrow:first-child {
  rotate: 180deg;
}

.m2b-p-image-arrow.is-left {
  left: 0;
}

.m2b-p-image-arrow.is-right {
  right: 0;
}

.type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails {
  width: 100%;
  height: 8px;
  margin: 0;
}
.type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner {
  width: inherit;
  height: inherit;
}
.type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a {
  border-color: var(--ushi-light-grey) !important;
}
.type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div:before {
  display: none;
}
.type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner .p-thumbnail {
  width: 8px;
  height: 8px;
  opacity: 1;
  display: block;
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner .p-thumbnail img {
  display: none;
}
.type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner .p-thumbnail.highlighted {
  background-color: var(--ushi-light-grey) !important;
}
.type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner .p-thumbnail[data-gallery="*"] {
  display: none;
}
.type-detail #m2bapp .p-detail {
  margin: 0 8px;
}
.type-detail #m2bapp .p-detail .p-code {
  display: none;
}
.type-detail #m2bapp .p-detail .p-image-wrapper {
  margin: 0 0 20px;
}
.type-detail #m2bapp .p-detail .p-image-wrapper .p-image {
  border: none;
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.type-detail #m2bapp .p-detail .p-image-wrapper .p-image .flags {
  display: none;
}
.type-detail #m2bapp .p-detail .p-image-wrapper img {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.type-detail #m2bapp .p-detail .p-thumbnails .p-thumbnails-inner {
  transition: top 0.15s ease;
}
.type-detail #m2bapp .p-detail .p-thumbnails .thumbnail-prev {
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  left: 0;
  top: 0;
}
.type-detail #m2bapp .p-detail .p-thumbnails .thumbnail-prev:before {
  rotate: 90deg;
  color: var(--ushi-light-grey);
}
.type-detail #m2bapp .p-detail .p-thumbnails .thumbnail-prev:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
.type-detail #m2bapp .p-detail .p-thumbnails .thumbnail-prev:hover:before {
  color: var(--ushi-white);
}
.type-detail #m2bapp .p-detail .p-thumbnails .thumbnail-next {
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.type-detail #m2bapp .p-detail .p-thumbnails .thumbnail-next:before {
  rotate: 90deg;
  color: var(--ushi-light-grey);
}
.type-detail #m2bapp .p-detail .p-thumbnails .thumbnail-next:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
.type-detail #m2bapp .p-detail .p-thumbnails .thumbnail-next:hover:before {
  color: var(--ushi-white);
}
.type-detail #m2bapp .p-detail .m2b-p-title-holder {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.type-detail #m2bapp .p-detail .m2b-p-title-holder h1 {
  margin: 0;
  padding: 0;
  font-family: Raptor !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ushi-light-grey);
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
.type-detail #m2bapp .p-detail .m2b-p-title-holder h3 {
  margin: 0;
  padding: 0;
  font-family: Raptor !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ushi-light-grey);
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.type-detail #m2bapp .p-detail .p-detail-info {
  padding-top: 0;
  margin-top: 16px;
  font-weight: 300;
}
.type-detail #m2bapp .p-detail .p-detail-info > div {
  color: var(--ushi-light-grey) !important;
}
.type-detail #m2bapp .p-detail .p-detail-info .p-short-description a {
  color: var(--ushi-light-grey) !important;
}
.type-detail #m2bapp .p-detail .p-detail-info .p-short-description p {
  margin: 0;
}
.type-detail #m2bapp .p-detail .p-detail-info .p-short-description > * {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--ushi-grey);
}
.type-detail #m2bapp .p-detail .p-detail-info .p-short-description > * + * {
  margin: 1rem 0;
}
.type-detail #m2bapp .p-detail .p-detail-info .p-short-description a[data-toggle=tab] {
  display: none;
}
.type-detail #m2bapp .p-detail .p-detail-info .flags {
  display: none;
}
.type-detail #m2bapp .p-detail .p-info-wrapper {
  display: flex;
  flex-direction: column;
  float: none;
  padding: 0 !important;
  max-width: 100%;
}
.type-detail #m2bapp .p-detail .p-info-wrapper .detail-parameters {
  display: none;
}
.type-detail #m2bapp .p-detail .p-info-wrapper *[data-testid=productCardDescr] {
  display: none;
}
.type-detail #m2bapp .p-detail .p-info-wrapper p:has(#choose-variant) {
  position: relative;
}
.type-detail #m2bapp .p-detail .p-info-wrapper p:has(#choose-variant) a {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-light-grey);
  border-radius: 0;
  background: var(--ushi-light-grey) !important;
  color: var(--ushi-black) !important;
  padding: 8px 16px;
  line-height: 1.25;
  transition: background-color 0.1s ease, color 0.1s ease;
  text-align: center;
}
.type-detail #m2bapp .p-detail .p-info-wrapper p:has(#choose-variant) a:hover {
  background-color: var(--ushi-white) !important;
}
.type-detail #m2bapp .p-detail .p-info-wrapper .social-buttons-wrapper {
  margin: 20px 0;
}
.type-detail #m2bapp .p-detail .p-info-wrapper .social-buttons-wrapper .link-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}
.type-detail #m2bapp .p-detail .p-info-wrapper .social-buttons-wrapper .link-icon {
  text-align: center;
  margin-right: 0;
}
.type-detail #m2bapp .p-detail .p-info-wrapper .social-buttons-wrapper .link-icon span {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ushi-light-grey);
}
.type-detail #m2bapp .p-detail .p-info-wrapper .social-buttons-wrapper .link-icon:before {
  display: none;
}
.type-detail #m2bapp .price-line {
  padding-top: 0 !important;
}
.type-detail #m2bapp .price-line .p-final-price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 12px;
}
.type-detail #m2bapp .price-line .p-final-price-wrapper > .price-standard {
  display: none;
}
.type-detail #m2bapp .price-line .p-final-price-wrapper > .price-save {
  display: none;
}
.type-detail #m2bapp .price-line .m2b-price-sale {
  color: rgb(var(--ushi-light-red));
  padding: 3px 0;
  order: 1;
  font-size: 16px;
  border-radius: 2px;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
.type-detail #m2bapp .price-line .availability-value {
  margin-top: 0;
  order: 2;
  font-size: 12px !important;
  text-transform: uppercase !important;
}
.type-detail #m2bapp .price-line .availability-value .availability-label {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 10px;
}
.type-detail #m2bapp .price-line .availability-value .delivery-line {
  display: none;
}
.type-detail #m2bapp .price-line .price-final {
  order: 3;
}
.type-detail #m2bapp .price-line .price-final-holder {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
}
.type-detail #m2bapp .add-to-cart {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.type-detail #m2bapp .add-to-cart .quantity {
  align-self: end;
  margin-right: -6px;
  margin-top: -36px;
}
.type-detail #m2bapp .add-to-cart .m2b-add-to-cart-button {
  min-height: 48px !important;
  height: 48px !important;
}
.type-detail #m2bapp .benefitBanner {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  padding-top: 20px;
  margin: 20px 0;
}
.type-detail #m2bapp .benefitBanner:before {
  content: "";
  width: calc(100% + 4rem);
  height: 1px;
  background: var(--ushi-gold);
  position: absolute;
  top: 0;
  left: -2rem;
  display: none;
}
.type-detail #m2bapp .benefitBanner__item {
  min-width: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  height: 42px;
  gap: 16px;
}
.type-detail #m2bapp .benefitBanner__title {
  font-size: 14px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  color: var(--ushi-light-grey);
  font-weight: 300;
  letter-spacing: 1px;
}
.type-detail #m2bapp .benefitBanner__picture {
  margin-right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.type-detail #m2bapp .m2b-p-tabs {
  position: relative;
  margin-top: 3rem;
}
.type-detail #m2bapp .m2b-p-tabs:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% + 20px);
  left: -10px;
  height: 1px;
  background: var(--ushi-light-grey);
  z-index: 1;
  display: none;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tabs-controls {
  position: relative;
  display: flex;
  flex-direction: column;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tabs-controls:before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% + 20px);
  left: -10px;
  height: 1px;
  background: var(--ushi-light-grey);
  z-index: 1;
  display: none;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-block: 15px;
  background-color: transparent;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  border-style: solid;
  border-width: 1px;
  border-color: var(--ushi-light-grey);
  border-left: none;
  border-right: none;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link > span.m2b-p-tab-title {
  position: relative;
  display: block;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--ushi-light-grey) !important;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link > span.m2b-p-tab-title:after {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 7"><path fill="silver" d="M5.612 7H4.184L7.11 4.06H.096V3.038H7.11L4.184.098h1.428l2.73 2.73.714.728L5.612 7Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.15s ease;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link:hover {
  cursor: pointer;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link:nth-child(2) {
  border-top: none;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link.is-active > span.m2b-p-tab-title:after {
  transform: translateY(-50%) rotate(180deg);
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content {
  padding-inline: 20px;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content > *:first-child {
  margin-top: 0;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content > * + * {
  margin: 16px 0;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content p {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content blockquote {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content ul {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-left: 0;
  padding-inline-start: 1rem;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content li {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content strong {
  color: var(--ushi-gold) !important;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content a {
  color: var(--ushi-gold) !important;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters {
  border: 1px solid rgba(192, 192, 192, 0.25);
  border-left: none;
  border-right: none;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters > * + * {
  border-top: 1px solid;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters > *:last-child {
  display: none;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters-item {
  border-color: rgba(192, 192, 192, 0.25);
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters-item > div:nth-child(1) {
  text-align: center;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters-item > div:nth-child(1) svg {
  margin: 0 auto;
  height: auto;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters-item > div:nth-child(1) #m2b-ikona-hmotnost {
  width: 37px;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters-item > div:nth-child(1) #m2b-ikona-rozmer {
  width: 39px;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters-item > div:nth-child(1) #m2b-ikona-osazeni {
  width: 29px;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters-item > div:nth-child(1) #m2b-ikona-zapinani {
  width: 26px;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters-item > div:nth-child(1) #m2b-ikona-baleni {
  width: 24px;
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters-item > div:nth-child(2) {
  padding-block: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(192, 192, 192, 0.25);
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters-item > div:nth-child(2) > div:nth-child(1) {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -3px;
  letter-spacing: 1px;
  color: var(--ushi-grey);
}
.type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters-item > div:nth-child(2) > div:nth-child(2) {
  margin-top: 5px;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.type-detail #m2bapp #variants .variant-table .table-row {
  padding: 16px 0;
  border-top: 1px solid var(--ushi-light-grey);
  border-bottom: none;
}
.type-detail #m2bapp #variants .variant-table .table-row:nth-child(1) {
  border-top: none;
}
.type-detail #m2bapp #variants .variant-table .table-row .table-col {
  padding-right: 0;
}
.type-detail #m2bapp #variants .variant-table .table-row .variant-name-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 16px;
  padding: 0;
  text-align: left;
  align-items: start;
  margin-bottom: 0;
}
.type-detail #m2bapp #variants .variant-table .table-row .variant-name {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.type-detail #m2bapp #variants .variant-table .table-row .price {
  grid-column: 2/3;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.type-detail #m2bapp #variants .variant-table .table-row .cart {
  grid-column: 2/3;
  width: 100%;
}
.type-detail #m2bapp #variants .variant-table .table-row .cart fieldset {
  display: flex;
  margin-left: 0;
}
.type-detail #m2bapp #variants .variant-table .table-row .cart .quantity {
  position: relative;
  left: -2px;
  margin-left: -8px;
}
.type-detail #m2bapp #variants .variant-image {
  width: 100px;
  margin-right: 0;
  margin-bottom: 0;
}
.type-detail #m2bapp #variants .variant-image > a {
  display: block;
  max-width: 90px;
}
.type-detail #m2bapp #variants .variant-image img {
  width: 90px;
  height: 90px;
}
.type-detail #m2bapp .products-related-header {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
.type-detail #m2bapp .products-related .slick-list {
  padding: 0 !important;
}
.type-detail #m2bapp .m2b-mobile-add-to-cart {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 9;
  background: var(--ushi-black);
}
.type-detail #m2bapp .m2b-mobile-add-to-cart .quantity {
  display: none;
}
.type-detail #m2bapp .m2b-mobile-add-to-cart > form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 10px 20px;
}
.type-detail #m2bapp .m2b-mobile-add-to-cart .add-to-cart {
  display: flex;
  justify-self: end;
}
.type-detail #m2bapp .m2b-mobile-add-to-cart .add-to-cart .m2b-add-to-cart-button {
  padding-inline: 20px !important;
}
.type-detail #m2bapp .m2b-mobile-add-to-cart .p-final-price-wrapper {
  margin-top: 0;
}
.type-detail #m2bapp .m2b-mobile-add-to-cart .p-final-price-wrapper .m2b-price-sale {
  margin-bottom: -5px;
}
.type-detail #m2bapp .m2b-mobile-add-to-cart.sticky-hidden {
  transform: translateY(100%);
}
.type-detail #m2bapp .m2b-mobile-add-to-cart.has-transition {
  transition: transform 0.2s ease;
}

.in-index #m2bapp #m2b-new-header-ow {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  margin-top: 60px;
}
.in-index #m2bapp #m2b-new-header-ow .tns-nav {
  display: none;
}
.in-index #m2bapp #m2b-new-header-ow .tns-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}
.in-index #m2bapp #m2b-new-header-ow .tns-controls button {
  pointer-events: all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 16px;
  z-index: 2;
}
.in-index #m2bapp #m2b-new-header-ow .tns-controls button svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: var(--ushi-light-grey);
  transition: fill 0.1s ease;
}
.in-index #m2bapp #m2b-new-header-ow .tns-controls button:nth-child(1) {
  rotate: 180deg;
}
.in-index #m2bapp #m2b-new-header-ow .tns-controls button:hover svg {
  fill: var(--ushi-white);
}
.in-index #m2bapp #m2b-new-header-ow > button[data-action] {
  display: none;
}
.in-index #m2bapp .m2b-new-header {
  display: flex;
  position: relative;
  margin: 0;
}
.in-index #m2bapp .m2b-new-header .nh-left {
  position: relative;
  width: 100%;
  height: 65vh;
  max-height: 65vh;
  background: rgba(255, 255, 255, 0.1);
}
.in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper a span.extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--ushi-light-grey);
  z-index: 2;
}
.in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper a span.extended-banner-texts .extended-banner-text {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper a span.extended-banner-texts .extended-banner-link {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-black);
  color: var(--ushi-black);
  padding: 8px 12px;
  transition: 0.1s ease;
  border-color: var(--ushi-light-grey);
  color: var(--ushi-light-grey);
}
.in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper a span.extended-banner-texts .extended-banner-link:hover {
  background: var(--ushi-white) !important;
  background-color: var(--ushi-light-grey);
}
.in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper a:hover .extended-banner-link {
  color: var(--ushi-black) !important;
  background-color: var(--ushi-light-grey);
}
.in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.in-index #m2bapp .m2b-new-header .nh-right {
  position: relative;
  width: 100%;
  height: 65vh;
  max-height: 65vh;
  background: rgba(255, 255, 255, 0.1);
}
.in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper a span.extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--ushi-light-grey);
  z-index: 2;
}
.in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper a span.extended-banner-texts .extended-banner-text {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper a span.extended-banner-texts .extended-banner-link {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-black);
  color: var(--ushi-black);
  padding: 8px 12px;
  transition: 0.1s ease;
  border-color: var(--ushi-light-grey);
  color: var(--ushi-light-grey);
}
.in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper a span.extended-banner-texts .extended-banner-link:hover {
  background: var(--ushi-white) !important;
  background-color: var(--ushi-light-grey);
}
.in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper a:hover .extended-banner-link {
  color: var(--ushi-black) !important;
  background-color: var(--ushi-light-grey);
}
.in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.in-index #m2bapp .nh-right-bottom {
  grid-row: span 1;
  display: none;
  align-items: flex-end;
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
}
.in-index #m2bapp .nh-right-bottom .benefitBanner {
  padding: 20px 0 !important;
  display: none;
}
.in-index #m2bapp .nh-right-bottom .benefitBanner__item {
  min-width: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  height: 42px;
  gap: 16px;
}
.in-index #m2bapp .nh-right-bottom .benefitBanner__title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--ushi-light-grey);
}
.in-index #m2bapp .nh-right-bottom .benefitBanner__picture {
  margin-right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.in-index #m2bapp .homepage-group-title {
  text-align: left;
  text-transform: uppercase;
  padding-right: 0 !important;
  margin-inline: 8px;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
.in-index #m2bapp .homepage-group-title span {
  display: block;
  margin-bottom: 6px;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ushi-grey);
}
.in-index #m2bapp .homepage-group-title.homepage-products-heading-1 {
  color: var(--ushi-light-grey);
  text-align: center;
}
.in-index #m2bapp .homepage-group-title.homepage-products-heading-1 span {
  color: var(--ushi-grey);
}
.in-index #m2bapp .welcome-wrapper {
  display: none;
}
.in-index #m2bapp .homepage-products-1 {
  display: flex;
  align-items: stretch;
}
.in-index #m2bapp .homepage-products-1 .product {
  margin: 0;
  box-sizing: border-box;
  padding-right: 8px !important;
}
.in-index #m2bapp .homepage-products-1 .product button {
  opacity: 1;
}
.in-index #m2bapp .homepage-products-1 .product .p .name {
  font-size: 16px;
}
.in-index #m2bapp .homepage-products-1 .product .prices .price-final strong {
  font-size: 16px;
}
.in-index #m2bapp .homepage-products-2 {
  display: flex;
  align-items: stretch;
}
.in-index #m2bapp .homepage-products-2 .product {
  margin: 0;
  box-sizing: border-box;
  padding-right: 8px !important;
}
.in-index #m2bapp .homepage-products-2 .product button {
  opacity: 1;
}
.in-index #m2bapp .homepage-products-2 .product .p .name {
  font-size: 16px;
}
.in-index #m2bapp .homepage-products-2 .product .prices .price-final strong {
  font-size: 16px;
}
.in-index #m2bapp .products-block.products .slick-prev {
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Vrstva 1' viewBox='0 0 17.54 30.37'%3E%3Cpath d='m17.38 30.19-17-15 17-15' style='fill:none%3Bstroke:%23c0c0bf%3Bstroke-width:1px'/%3E%3C/svg%3E") !important;
}
.in-index #m2bapp .products-block.products .slick-prev:hover {
  cursor: pointer;
}
.in-index #m2bapp .products-block.products .slick-next {
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 19 32'%3E%3Cpath stroke='silver' stroke-width='1' d='m1 1 17 15L1 31'/%3E%3C/svg%3E") !important;
}
.in-index #m2bapp .products-block.products .slick-next:hover {
  cursor: pointer;
}
.in-index #m2bapp .products-block.products .slick-arrow {
  width: 60px;
  height: 60px;
  border: none !important;
  background-color: transparent !important;
  background-size: 30px !important;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.in-index #m2bapp .products-block.products .slick-arrow:hover {
  opacity: 1;
}
.in-index #m2bapp .products-block.products .slick-list {
  position: relative;
}
.in-index #m2bapp .m2b-body-banner-holder {
  display: grid;
  gap: 8px;
  margin: -150px 8px -16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.in-index #m2bapp .m2b-body-banner-holder .footer-banner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  aspect-ratio: 1/1;
  border: 1px solid var(--ushi-dark-grey);
  transition: border-color 0.2s ease;
}
.in-index #m2bapp .m2b-body-banner-holder .footer-banner a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.in-index #m2bapp .m2b-body-banner-holder .footer-banner a span.extended-banner-texts {
  width: 100%;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--ushi-light-grey);
  z-index: 2;
}
.in-index #m2bapp .m2b-body-banner-holder .footer-banner a span.extended-banner-texts .extended-banner-link {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-black);
  color: var(--ushi-black);
  padding: 8px 12px;
  transition: 0.1s ease;
  padding: 8px;
  font-size: 12px;
  display: inline;
  border-color: var(--ushi-light-grey);
  color: var(--ushi-light-grey);
}
.in-index #m2bapp .m2b-body-banner-holder .footer-banner a span.extended-banner-texts .extended-banner-link:hover {
  background: var(--ushi-white) !important;
  background: var(--ushi-light-grey);
}
.in-index #m2bapp .m2b-body-banner-holder .footer-banner img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.in-index #m2bapp .m2b-body-banner-holder .footer-banner:hover {
  border-color: var(--ushi-grey);
}
.in-index #m2bapp .m2b-body-banner-holder .footer-banner:hover .extended-banner-link {
  color: var(--ushi-black) !important;
  background-color: var(--ushi-light-grey);
}
.in-index #m2bapp .m2b-body-banner-holder .footer-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
}

footer#footer {
  color: var(--ushi-black);
  background-color: var(--ushi-light-grey);
  margin-top: 4rem;
  padding: 2rem 24px;
}
footer#footer .footer-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
footer#footer .footer-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer#footer .footer-title {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--ushi-black);
}
footer#footer .footer-m2b-contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
footer#footer .footer-m2b-contacts a {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer#footer .footer-m2b-contacts a:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
}
footer#footer .footer-m2b-contacts a:nth-child(1):before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 13'%3E%3Cpath fill='%23404040' d='M12.93 10.248c-.603-1.26-1.633-2.082-3.103-2.449a.724.724 0 0 0-.632.144l-1.222.998a.725.725 0 0 1-.838.058 9.487 9.487 0 0 1-3.134-3.134.725.725 0 0 1 .058-.838l.998-1.222a.724.724 0 0 0 .144-.632C4.834 1.703 4.01.673 2.75.07a.714.714 0 0 0-.641.015C1.476.422.87.804.295 1.235a.734.734 0 0 0-.285.71C.423 4.39 1.744 6.96 3.892 9.107c2.147 2.148 4.719 3.469 7.164 3.882a.734.734 0 0 0 .709-.285c.43-.575.813-1.181 1.151-1.815a.714.714 0 0 0 .015-.642Z'/%3E%3C/svg%3E");
}
footer#footer .footer-m2b-contacts a:nth-child(2):before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23404040' d='M3.81 0A3.816 3.816 0 0 0 0 3.81v8.38C0 14.29 1.71 16 3.81 16h8.38c2.1 0 3.81-1.71 3.81-3.81V3.81C16 1.71 14.29 0 12.19 0H3.81Zm-.381 4.571h9.142c.069 0 .134.008.195.027L9.02 8.34a1.449 1.449 0 0 1-2.046 0L3.235 4.6a.647.647 0 0 1 .194-.028Zm-.736.568L5.558 8l-2.865 2.861a.648.648 0 0 1-.026-.194V5.333c0-.068.007-.133.026-.194Zm10.614 0a.649.649 0 0 1 .026.194v5.334a.65.65 0 0 1-.026.194L10.438 8l2.869-2.861ZM6.095 8.537l.34.343c.43.43.997.644 1.561.644s1.132-.214 1.562-.644l.343-.343 2.865 2.865a.646.646 0 0 1-.195.027H3.43a.646.646 0 0 1-.195-.027l2.861-2.865Z'/%3E%3C/svg%3E");
}
footer#footer .footer-m2b-socials {
  display: flex;
  gap: 16px;
}
footer#footer .footer-m2b-socials a {
  display: block;
  width: 24px;
  height: 24px;
  opacity: 0.8;
  transition: opacity 0.1s ease;
}
footer#footer .footer-m2b-socials a:hover {
  opacity: 1;
}
footer#footer .footer-m2b-socials a:nth-child(1) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23404040' d='M17.997 9.052C17.997 4.054 13.967 0 8.998 0 4.03 0 0 4.054 0 9.052c0 4.52 3.292 8.266 7.592 8.945v-6.33H5.307V9.053h2.285V7.058c0-2.268 1.343-3.522 3.398-3.522.985 0 2.015.177 2.015.177v2.231h-1.137c-1.12 0-1.466.696-1.466 1.412v1.7h2.497l-.4 2.618h-2.094V18C14.708 17.32 18 13.574 18 9.055'/%3E%3C/svg%3E");
}
footer#footer .footer-m2b-socials a:nth-child(2) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23404040' d='M14.095 0H1.905A1.905 1.905 0 0 0 0 1.905v12.19C0 15.147.853 16 1.905 16h12.19A1.905 1.905 0 0 0 16 14.095V1.905A1.905 1.905 0 0 0 14.095 0Zm-1.52 6.979a2.856 2.856 0 0 1-2.651-1.28v4.396a3.25 3.25 0 1 1-3.25-3.25c.069 0 .134.008.202.012v1.6c-.065-.007-.133-.019-.202-.019a1.658 1.658 0 0 0 0 3.314c.915 0 1.726-.72 1.726-1.638l.015-7.463h1.532a2.85 2.85 0 0 0 2.628 2.545V6.98Z'/%3E%3C/svg%3E");
}
footer#footer .footer-m2b-socials a:nth-child(3) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23404040' d='M4.667 0A4.672 4.672 0 0 0 0 4.667v6.666A4.672 4.672 0 0 0 4.667 16h6.666A4.672 4.672 0 0 0 16 11.333V4.667A4.672 4.672 0 0 0 11.333 0H4.667Zm8 2.667c.366 0 .666.3.666.666 0 .367-.3.667-.666.667A.669.669 0 0 1 12 3.333c0-.366.3-.666.667-.666ZM8 4c2.207 0 4 1.793 4 4s-1.793 4-4 4-4-1.793-4-4 1.793-4 4-4Zm0 1.333a2.666 2.666 0 1 0 0 5.334 2.666 2.666 0 1 0 0-5.334Z'/%3E%3C/svg%3E");
}
footer#footer .footer-m2b-cats {
  display: none;
  text-transform: uppercase;
}
footer#footer .footer-m2b-signature {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 1rem;
}
footer#footer .footer-m2b-signature > div {
  border-bottom: 1px solid var(--ushi-black);
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
footer#footer .footer-m2b-signature > div a {
  margin: 0;
  line-height: 1;
}
footer#footer .footer-m2b-signature img {
  display: block;
  height: 24px;
  width: auto;
}
footer#footer .footer-m2b-signature p {
  text-align: center;
  font-size: 13px;
}
footer#footer .footer-m2b-signature p a {
  font-size: 13px;
  display: inline;
  font-weight: 500;
  text-decoration: underline;
}
footer#footer .footer-m2b-signature #shoptet-signature {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer#footer .footer-m2b-signature #shoptet-signature span {
  font-size: 13px;
}
footer#footer a {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--ushi-black);
  margin: 4px 0;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
footer#footer p {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--ushi-black);
  margin: 4px 0;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.in-kosik #m2bapp .cart-inner {
  padding: 0 8px;
}
.in-kosik #m2bapp .cart-header {
  display: block;
}
.in-kosik #m2bapp .cart-header:before {
  display: none;
}
.in-kosik #m2bapp .cart-header .step {
  display: none;
}
.in-kosik #m2bapp .cart-header .step strong {
  padding: 8px 24px;
  display: block;
  text-align: center;
  background-color: var(--ushi-light-blue);
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.in-kosik #m2bapp .cart-header .step strong span {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  color: var(--ushi-dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px !important;
}
.in-kosik #m2bapp .cart-header .step strong span:before {
  display: inline;
  line-height: 1 !important;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: static;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  color: var(--ushi-dark-blue);
  height: auto;
  border: none;
  font-size: 14px !important;
}
.in-kosik #m2bapp .cart-header .step strong:hover {
  opacity: 1;
}
.in-kosik #m2bapp .cart-header .step a {
  padding: 8px 24px;
  display: block;
  text-align: center;
  background-color: var(--ushi-light-blue);
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.in-kosik #m2bapp .cart-header .step a span {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  color: var(--ushi-dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px !important;
}
.in-kosik #m2bapp .cart-header .step a span:before {
  display: inline;
  line-height: 1 !important;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: static;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  color: var(--ushi-dark-blue);
  height: auto;
  border: none;
  font-size: 14px !important;
}
.in-kosik #m2bapp .cart-header .step a:hover {
  opacity: 1;
}
.in-kosik #m2bapp .cart-header .step.active {
  display: block;
}
.in-kosik #m2bapp .cart-header .step.active strong {
  display: block;
  opacity: 1;
}
.in-kosik #m2bapp .cart-header .step.active a {
  display: block;
  opacity: 1;
}
.in-kosik #m2bapp .cart-header .step-1 strong span:before {
  content: "1. ";
}
.in-kosik #m2bapp .cart-header .step-1 a span:before {
  content: "1. ";
}
.in-kosik #m2bapp .cart-header .step-2 strong span:before {
  content: "2. ";
}
.in-kosik #m2bapp .cart-header .step-2 a span:before {
  content: "2. ";
}
.in-kosik #m2bapp .cart-header .step-3 strong span:before {
  content: "3. ";
}
.in-kosik #m2bapp .cart-header .step-3 a span:before {
  content: "3. ";
}
.in-kosik #m2bapp .cart-content .next-step {
  margin-top: 0;
}
.in-kosik #m2bapp .cart-content .next-step .btn {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-light-grey);
  border-radius: 0;
  background: var(--ushi-light-grey) !important;
  color: var(--ushi-black) !important;
  padding: 8px 16px;
  line-height: 1.25;
  transition: background-color 0.1s ease, color 0.1s ease;
  display: flex !important;
}
.in-kosik #m2bapp .cart-content .next-step .btn:hover {
  background-color: var(--ushi-white) !important;
}
.in-kosik #m2bapp .cart-content .next-step .btn .order-button-suffix {
  font-size: 1em;
}
.in-kosik #m2bapp table.cart-table {
  margin-top: 24px;
}
.in-kosik #m2bapp table.cart-table tbody {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  position: relative;
}
.in-kosik #m2bapp table.cart-table tbody:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -24px;
  width: calc(100% + 48px);
  height: 1px;
  background-color: var(--ushi-grey);
}
.in-kosik #m2bapp table.cart-table tbody > tr {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
  border-radius: 0;
  border: none !important;
  border-bottom: 1px solid var(--ushi-grey) !important;
  align-items: start;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 8px;
}
.in-kosik #m2bapp table.cart-table tbody > tr:last-of-type {
  border-bottom: none !important;
}
.in-kosik #m2bapp table.cart-table tbody > tr > td {
  text-align: left !important;
}
.in-kosik #m2bapp table.cart-table tbody > tr .cart-p-image {
  grid-row: 1/3;
  margin: 0;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: transparent;
  order: 1;
}
.in-kosik #m2bapp table.cart-table tbody > tr .cart-p-image > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
}
.in-kosik #m2bapp table.cart-table tbody > tr .cart-p-image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 1px solid var(--ushi-grey);
  -o-object-fit: cover;
  object-fit: cover;
}
.in-kosik #m2bapp table.cart-table tbody > tr .cart-p-image form {
  position: relative;
  z-index: 1;
}
.in-kosik #m2bapp table.cart-table tbody > tr .cart-p-image form .remove-item {
  background: var(--ushi-black);
  opacity: 0.8;
  margin: 0;
  width: 24px;
  height: 24px;
  margin: 1px 0 0 1px;
}
.in-kosik #m2bapp table.cart-table tbody > tr .cart-p-image form .remove-item:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-name {
  grid-column: 2/4;
  margin: 0;
  padding: 0;
  max-height: 63px;
  overflow: hidden;
  order: 2;
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-name a {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-availability {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  order: 3;
  grid-column: 2/3;
  padding: 0;
  gap: 4px;
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-availability .p-label {
  position: static;
  transform: translateX(0);
  display: block !important;
  background: transparent;
  color: var(--ushi-light-grey);
  letter-spacing: 1px;
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-availability .availability-label {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-quantity {
  order: 4;
  grid-column: 3/4;
  padding: 0;
  position: relative;
  left: -6px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-quantity .p-label {
  display: none !important;
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-price {
  order: 5;
  display: block;
  color: var(--ushi-light-grey);
  margin-top: 8px;
  padding: 0;
  width: calc(100% + 30px);
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-price .p-label {
  display: block !important;
  position: static;
  transform: translate(0);
  background-color: transparent;
  color: var(--ushi-light-grey);
  line-height: 1;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--ushi-dark-grey);
  text-align: left;
  min-height: 13px;
  padding-bottom: 6px;
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-price .price-final {
  color: var(--ushi-light-grey);
  text-align: left !important;
  text-transform: uppercase;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-total {
  grid-column: 2/4;
  order: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0;
  margin-top: 8px;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-total .p-label {
  display: block !important;
  position: static;
  transform: translate(0);
  background-color: transparent;
  color: var(--ushi-light-grey);
  line-height: 1;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--ushi-dark-grey);
  text-align: right;
  width: 100%;
  min-height: 13px;
  padding-bottom: 6px;
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-total .price-final {
  color: var(--ushi-light-grey);
  margin-top: 2px;
}
.in-kosik #m2bapp table.cart-table tbody > tr .p-total strong {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.in-kosik #m2bapp .extra.delivery {
  margin-top: 0;
}
.in-kosik #m2bapp .extra.delivery span strong {
  color: var(--ushi-light-grey);
}
.in-kosik #m2bapp .extra.delivery:before {
  width: 50px;
  height: 30px;
}
.in-kosik #m2bapp .cart-summary h4 {
  padding-top: 0;
}

.in-krok-1 #m2bapp .cart-inner {
  padding: 0 8px;
}
.in-krok-1 #m2bapp .cart-header {
  display: block;
}
.in-krok-1 #m2bapp .cart-header:before {
  display: none;
}
.in-krok-1 #m2bapp .cart-header .step {
  display: none;
}
.in-krok-1 #m2bapp .cart-header .step strong {
  padding: 8px 24px;
  display: block;
  text-align: center;
  background-color: var(--ushi-light-blue);
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.in-krok-1 #m2bapp .cart-header .step strong span {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  color: var(--ushi-dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px !important;
}
.in-krok-1 #m2bapp .cart-header .step strong span:before {
  display: inline;
  line-height: 1 !important;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: static;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  color: var(--ushi-dark-blue);
  height: auto;
  border: none;
  font-size: 14px !important;
}
.in-krok-1 #m2bapp .cart-header .step strong:hover {
  opacity: 1;
}
.in-krok-1 #m2bapp .cart-header .step a {
  padding: 8px 24px;
  display: block;
  text-align: center;
  background-color: var(--ushi-light-blue);
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.in-krok-1 #m2bapp .cart-header .step a span {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  color: var(--ushi-dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px !important;
}
.in-krok-1 #m2bapp .cart-header .step a span:before {
  display: inline;
  line-height: 1 !important;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: static;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  color: var(--ushi-dark-blue);
  height: auto;
  border: none;
  font-size: 14px !important;
}
.in-krok-1 #m2bapp .cart-header .step a:hover {
  opacity: 1;
}
.in-krok-1 #m2bapp .cart-header .step.active {
  display: block;
}
.in-krok-1 #m2bapp .cart-header .step.active strong {
  display: block;
  opacity: 1;
}
.in-krok-1 #m2bapp .cart-header .step.active a {
  display: block;
  opacity: 1;
}
.in-krok-1 #m2bapp .cart-header .step-1 strong span:before {
  content: "1. ";
}
.in-krok-1 #m2bapp .cart-header .step-1 a span:before {
  content: "1. ";
}
.in-krok-1 #m2bapp .cart-header .step-2 strong span:before {
  content: "2. ";
}
.in-krok-1 #m2bapp .cart-header .step-2 a span:before {
  content: "2. ";
}
.in-krok-1 #m2bapp .cart-header .step-3 strong span:before {
  content: "3. ";
}
.in-krok-1 #m2bapp .cart-header .step-3 a span:before {
  content: "3. ";
}
.in-krok-1 #m2bapp .cart-content .next-step .btn {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-light-grey);
  border-radius: 0;
  background: var(--ushi-light-grey) !important;
  color: var(--ushi-black) !important;
  padding: 8px 16px;
  line-height: 1.25;
  transition: background-color 0.1s ease, color 0.1s ease;
  display: flex !important;
}
.in-krok-1 #m2bapp .cart-content .next-step .btn:hover {
  background-color: var(--ushi-white) !important;
}
.in-krok-1 #m2bapp .cart-content .next-step .btn .order-button-suffix {
  font-size: 1em;
}
.in-krok-1 #m2bapp strong[data-testid=recapDeliveryMethod] {
  margin-top: 4px;
}
.in-krok-1 #m2bapp #checkoutContent .cart-header {
  margin-bottom: 24px;
}
.in-krok-1 #m2bapp #checkoutContent .cart-content {
  background: transparent;
}
.in-krok-1 #m2bapp #checkoutContent .cart-content .co-box {
  background: var(--ushi-black);
  border-radius: 0;
  border: 1px solid var(--ushi-grey);
}
.in-krok-1 #m2bapp #checkoutContent .cart-content .co-box h4 {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
}
.in-krok-1 #m2bapp #checkoutContent .cart-content .co-box.co-delivery-method label:hover b {
  color: inherit;
}
.in-krok-1 #m2bapp #checkoutContent .cart-content .co-box.co-payment-method label:hover b {
  color: inherit;
}
.in-krok-1 #m2bapp #checkoutContent .cart-content .co-box.co-contact-information h4:before {
  display: none;
}
.in-krok-1 #m2bapp #checkoutContent .cart-content .box .form-group label {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.in-krok-1 #m2bapp #checkoutContent .cart-content .box .form-group .btn {
  color: var(--ushi-cyan) !important;
}
.in-krok-1 #m2bapp #checkoutSidebar #shipping-billing-summary {
  position: relative;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.in-krok-1 #m2bapp #checkoutSidebar #shipping-billing-summary:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  width: calc(100% + 48px);
  height: 1px;
  background-color: var(--ushi-light-grey);
}
.in-krok-1 #m2bapp #checkoutSidebar .next-step {
  margin-bottom: 2rem;
}
.in-krok-1 #m2bapp #checkoutSidebar .next-step .next-step-back {
  color: var(--ushi-light-grey);
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.in-krok-1 #m2bapp .radio-wrapper span.payment-info {
  opacity: 0.8;
}
.in-krok-1 #m2bapp .radio-wrapper.active span.payment-info {
  opacity: 1;
}
.in-krok-1 #m2bapp .order-summary .order-summary-inner h4 {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.in-krok-1 #m2bapp .order-summary .cart-items .cart-item .cart-item-name a {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
  color: var(--ushi-light-grey);
}
.in-krok-1 #m2bapp .order-summary .cart-items .recapitulation-single {
  margin-top: 20px;
}
.in-krok-1 #m2bapp .order-summary .recapitulation-single {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.in-krok-1 #m2bapp .order-summary .recapitulation-single span {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.in-krok-1 #m2bapp .order-summary .recapitulation-single strong {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
}

.in-krok-2 #m2bapp .cart-inner {
  padding: 0 8px;
}
.in-krok-2 #m2bapp .cart-header {
  display: block;
}
.in-krok-2 #m2bapp .cart-header:before {
  display: none;
}
.in-krok-2 #m2bapp .cart-header .step {
  display: none;
}
.in-krok-2 #m2bapp .cart-header .step strong {
  padding: 8px 24px;
  display: block;
  text-align: center;
  background-color: var(--ushi-light-blue);
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.in-krok-2 #m2bapp .cart-header .step strong span {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  color: var(--ushi-dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px !important;
}
.in-krok-2 #m2bapp .cart-header .step strong span:before {
  display: inline;
  line-height: 1 !important;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: static;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  color: var(--ushi-dark-blue);
  height: auto;
  border: none;
  font-size: 14px !important;
}
.in-krok-2 #m2bapp .cart-header .step strong:hover {
  opacity: 1;
}
.in-krok-2 #m2bapp .cart-header .step a {
  padding: 8px 24px;
  display: block;
  text-align: center;
  background-color: var(--ushi-light-blue);
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.in-krok-2 #m2bapp .cart-header .step a span {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  color: var(--ushi-dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px !important;
}
.in-krok-2 #m2bapp .cart-header .step a span:before {
  display: inline;
  line-height: 1 !important;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: static;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background: transparent;
  color: var(--ushi-dark-blue);
  height: auto;
  border: none;
  font-size: 14px !important;
}
.in-krok-2 #m2bapp .cart-header .step a:hover {
  opacity: 1;
}
.in-krok-2 #m2bapp .cart-header .step.active {
  display: block;
}
.in-krok-2 #m2bapp .cart-header .step.active strong {
  display: block;
  opacity: 1;
}
.in-krok-2 #m2bapp .cart-header .step.active a {
  display: block;
  opacity: 1;
}
.in-krok-2 #m2bapp .cart-header .step-1 strong span:before {
  content: "1. ";
}
.in-krok-2 #m2bapp .cart-header .step-1 a span:before {
  content: "1. ";
}
.in-krok-2 #m2bapp .cart-header .step-2 strong span:before {
  content: "2. ";
}
.in-krok-2 #m2bapp .cart-header .step-2 a span:before {
  content: "2. ";
}
.in-krok-2 #m2bapp .cart-header .step-3 strong span:before {
  content: "3. ";
}
.in-krok-2 #m2bapp .cart-header .step-3 a span:before {
  content: "3. ";
}
.in-krok-2 #m2bapp .cart-content .next-step .btn {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-light-grey);
  border-radius: 0;
  background: var(--ushi-light-grey) !important;
  color: var(--ushi-black) !important;
  padding: 8px 16px;
  line-height: 1.25;
  transition: background-color 0.1s ease, color 0.1s ease;
  display: flex !important;
}
.in-krok-2 #m2bapp .cart-content .next-step .btn:hover {
  background-color: var(--ushi-white) !important;
}
.in-krok-2 #m2bapp .cart-content .next-step .btn .order-button-suffix {
  font-size: 1em;
}
.in-krok-2 #m2bapp strong[data-testid=recapDeliveryMethod] {
  margin-top: 4px;
}
.in-krok-2 #m2bapp #checkoutContent .cart-header {
  margin-bottom: 24px;
}
.in-krok-2 #m2bapp #checkoutContent .cart-content {
  background: transparent;
}
.in-krok-2 #m2bapp #checkoutContent .cart-content .co-box {
  background: var(--ushi-black);
  border-radius: 0;
  border: 1px solid var(--ushi-grey);
}
.in-krok-2 #m2bapp #checkoutContent .cart-content .co-box h4 {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
}
.in-krok-2 #m2bapp #checkoutContent .cart-content .co-box.co-delivery-method label:hover b {
  color: inherit;
}
.in-krok-2 #m2bapp #checkoutContent .cart-content .co-box.co-payment-method label:hover b {
  color: inherit;
}
.in-krok-2 #m2bapp #checkoutContent .cart-content .co-box.co-contact-information h4:before {
  display: none;
}
.in-krok-2 #m2bapp #checkoutContent .cart-content .box .form-group label {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.in-krok-2 #m2bapp #checkoutContent .cart-content .box .form-group .btn {
  color: var(--ushi-cyan) !important;
}
.in-krok-2 #m2bapp #checkoutSidebar #shipping-billing-summary {
  position: relative;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.in-krok-2 #m2bapp #checkoutSidebar #shipping-billing-summary:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  width: calc(100% + 48px);
  height: 1px;
  background-color: var(--ushi-light-grey);
}
.in-krok-2 #m2bapp #checkoutSidebar .next-step {
  margin-bottom: 2rem;
}
.in-krok-2 #m2bapp #checkoutSidebar .next-step .next-step-back {
  color: var(--ushi-light-grey);
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.in-krok-2 #m2bapp .radio-wrapper span.payment-info {
  opacity: 0.8;
}
.in-krok-2 #m2bapp .radio-wrapper.active span.payment-info {
  opacity: 1;
}
.in-krok-2 #m2bapp .order-summary .order-summary-inner h4 {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.in-krok-2 #m2bapp .order-summary .cart-items .cart-item .cart-item-name a {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
  color: var(--ushi-light-grey);
}
.in-krok-2 #m2bapp .order-summary .cart-items .recapitulation-single {
  margin-top: 20px;
}
.in-krok-2 #m2bapp .order-summary .recapitulation-single {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.in-krok-2 #m2bapp .order-summary .recapitulation-single span {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.in-krok-2 #m2bapp .order-summary .recapitulation-single strong {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 13px;
}

.in-dekujeme #m2bapp .content-inner {
  padding: 0 8px;
}
.in-dekujeme #m2bapp .order-summary-heading {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  padding: 0;
}
.in-dekujeme #m2bapp .order-summary-item {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.in-dekujeme #m2bapp .order-complete-links {
  color: var(--ushi-black);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 2rem;
}
.in-dekujeme #m2bapp .order-complete-links a {
  display: block;
  text-align: center;
  color: var(--ushi-light-grey);
}
.in-dekujeme #m2bapp .recapitulation-wrapper .co-box h4 {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 0;
}
.in-dekujeme #m2bapp table.cart-table {
  border: none;
}
.in-dekujeme #m2bapp table.cart-table tbody {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  position: relative;
}
.in-dekujeme #m2bapp table.cart-table tbody > tr {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
  border-radius: 0;
  border: none !important;
  border-bottom: 1px solid var(--ushi-grey) !important;
  align-items: start;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 8px;
}
.in-dekujeme #m2bapp table.cart-table tbody > tr:last-of-type {
  border-bottom: none !important;
}
.in-dekujeme #m2bapp table.cart-table tbody > tr > td {
  text-align: left !important;
  justify-content: flex-start;
}
.in-dekujeme #m2bapp table.cart-table tbody > tr .cart-p-image {
  grid-row: 1/3;
  margin: 0;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: transparent;
  order: 1;
}
.in-dekujeme #m2bapp table.cart-table tbody > tr .cart-p-image > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
}
.in-dekujeme #m2bapp table.cart-table tbody > tr .cart-p-image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 1px solid var(--ushi-grey);
  -o-object-fit: cover;
  object-fit: cover;
}
.in-dekujeme #m2bapp table.cart-table tbody > tr .p-name {
  grid-column: 2/4;
  margin: 0;
  padding: 0;
  order: 2;
}
.in-dekujeme #m2bapp table.cart-table tbody > tr .p-name span {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
}
.in-dekujeme #m2bapp table.cart-table tbody > tr .p-quantity {
  order: 3;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.in-dekujeme #m2bapp table.cart-table tbody > tr .p-price {
  order: 4;
  color: var(--ushi-light-grey);
  display: flex;
  flex-direction: row-reverse;
  justify-self: flex-end;
  margin: 0;
  padding: 0;
  align-items: center;
  text-align: right !important;
}

body.type-product #cboxWrapper {
  color: var(--ushi-light-grey);
}
body.type-product #cboxWrapper input[type=text] {
  color: var(--ushi-light-grey);
}
body.type-product #cboxWrapper input[type=email] {
  color: var(--ushi-light-grey);
}
body.type-product #cboxWrapper textarea {
  color: var(--ushi-light-grey);
}
body.type-product #cboxWrapper h1 {
  color: var(--ushi-light-grey);
}
body.type-product #cboxWrapper a {
  color: var(--ushi-gold);
}
body.type-product #cboxWrapper .form-group label {
  float: none;
}
body.type-product #cboxWrapper label {
  cursor: pointer;
}
body.type-product #cboxWrapper input[type=submit] {
  display: block;
  margin-top: 1rem;
  min-height: auto;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-light-grey);
  border-radius: 0;
  background: var(--ushi-light-grey) !important;
  color: var(--ushi-black) !important;
  padding: 8px 16px;
  line-height: 1.25;
  transition: background-color 0.1s ease, color 0.1s ease;
}
body.type-product #cboxWrapper input[type=submit]:hover {
  background-color: var(--ushi-white) !important;
}
body.type-product #cboxWrapper input[type=checkbox] + label:before {
  border-color: var(--ushi-light-grey) !important;
}
body.type-product #cboxWrapper input[type=checkbox]:checked + label:after {
  left: 2px;
}
body.type-product #cboxWrapper #watchdog-reset {
  background: transparent;
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
  padding: 0;
}

.newsletter {
  background: transparent !important;
  padding: 0;
}
.newsletter h4 {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
.newsletter .btn.btn-default {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-light-grey);
  border-radius: 0;
  background: var(--ushi-light-grey) !important;
  color: var(--ushi-black) !important;
  padding: 8px 16px;
  line-height: 1.25;
  transition: background-color 0.1s ease, color 0.1s ease;
  margin-top: 24px;
}
.newsletter .btn.btn-default:hover {
  background-color: var(--ushi-white) !important;
}
.newsletter .form-group label {
  float: none;
}
.newsletter .form-control {
  border-width: 1px !important;
  border-color: var(--ushi-light-grey) !important;
  text-align: center;
  color: var(--ushi-light-grey) !important;
}
.newsletter .form-control::-moz-placeholder {
  opacity: 0.8;
}
.newsletter .form-control::placeholder {
  opacity: 0.8;
}
.newsletter .consents label a {
  color: var(--ushi-white);
}

.popup-widget.login-widget .popup-widget-inner {
  background: var(--ushi-black);
  border-color: var(--ushi-black);
}
.popup-widget.login-widget .password-helper a {
  color: var(--ushi-light-grey);
}
.popup-widget.login-widget .password-helper a:hover {
  color: var(--ushi-gold);
}
.popup-widget.login-widget button {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-light-grey);
  border-radius: 0;
  background: var(--ushi-light-grey) !important;
  color: var(--ushi-black) !important;
  padding: 8px 16px;
  line-height: 1.25;
  transition: background-color 0.1s ease, color 0.1s ease;
}
.popup-widget.login-widget button:hover {
  background-color: var(--ushi-white) !important;
}

.cart-empty ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-empty ul li a {
  color: var(--ushi-light-grey);
}
.cart-empty ul li a:hover {
  color: var(--ushi-gold);
}
.cart-empty h1.cart-heading {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
}
.cart-empty h3 {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.ordering-process .cart-empty .col-md-4 .cart-content {
  background-color: transparent;
}

.empty-cart-boxes .search-form button {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-light-grey);
  border-radius: 0;
  background: var(--ushi-light-grey) !important;
  color: var(--ushi-black) !important;
  padding: 8px 16px;
  line-height: 1.25;
  transition: background-color 0.1s ease, color 0.1s ease;
}
.empty-cart-boxes .search-form button:hover {
  background-color: var(--ushi-white) !important;
}

.pagination-wrapper .load-products {
  font-family: Raptor !important;
  color: var(--ushi-light-grey);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ushi-light-grey);
  border-radius: 0;
  background: var(--ushi-light-grey) !important;
  color: var(--ushi-black) !important;
  padding: 8px 16px;
  line-height: 1.25;
  transition: background-color 0.1s ease, color 0.1s ease;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border-radius: 0 !important;
  margin-inline: auto;
  margin-top: 20px;
}
.pagination-wrapper .load-products:hover {
  background-color: var(--ushi-white) !important;
}

.pagination-loader {
  min-width: 100% !important;
}

#filters h4 {
  border-top: none;
}

@media only screen and (min-width: 1800px) {
  #m2bapp .one-column-body .products-block.products .product .image {
    height: 100%;
  }
  #m2bapp .products-block.products .product .image {
    height: 100%;
  }
}
@media (min-width: 768px) {
  #m2bapp .softbreak {
    display: block;
  }
  #m2bapp .splitted {
    visibility: hidden;
  }
  #m2bapp .menu-helper {
    display: flex !important;
  }
  #m2bapp #header {
    border-bottom: 1px solid var(--ushi-light-grey);
  }
  #m2bapp #header .header-top {
    height: 50px;
  }
  #m2bapp #header #navigation {
    height: 50px;
  }
  #m2bapp #header #m2b-notification-bar {
    top: 0;
    font-size: 16px;
  }
  #m2bapp .product .p .name {
    font-size: 16px !important;
  }
  #m2bapp .product .flags-extra .flag-discount {
    margin-left: 15px;
  }
  #m2bapp .product .flags-extra .flag-discount .price-standard, #m2bapp .product .flags-extra .flag-discount .price-save {
    font-size: 14px !important;
  }
  #m2bapp .product .flags-extra .flag-discount .price-standard span, #m2bapp .product .flags-extra .flag-discount .price-save span {
    font-size: 14px !important;
  }
  #m2bapp .product .p-in {
    padding: 0 20px;
  }
  #m2bapp .product .p-in .p-in-in {
    margin: 0;
  }
  #m2bapp .product .p-bottom {
    left: -20px;
    width: calc(100% + 40px);
  }
  #m2bapp .product .p-bottom > div .prices {
    margin-left: 20px;
  }
  #m2bapp .product .p-bottom > div .prices .price-final {
    position: absolute;
    bottom: 10px;
  }
  #m2bapp .m2b-grid-block-left {
    width: 100%;
    left: 0;
    padding-top: 24px;
    margin-top: 0;
    order: 1;
    padding: 40px 55px 40px 55px;
  }
  #m2bapp .m2b-grid-block-left > a:nth-child(4) {
    padding: 8px 20px;
  }
  #m2bapp .m2b-grid-block-right {
    order: 2;
    margin-inline: 0;
    aspect-ratio: auto;
  }
  #m2bapp .m2b-grid-block-right > div {
    height: 50%;
  }
  #m2bapp .m2b-grid-block-right .banner-wrapper a span.extended-banner-texts .extended-banner-link {
    padding: 8px 20px;
  }
  #m2bapp .m2b-grid-block-right .footer-banner a span.extended-banner-texts .extended-banner-link {
    padding: 8px 20px;
  }
  #m2bapp .m2b-grid-block.m2b-is-red {
    gap: 8px;
  }
  #m2bapp .m2b-grid-block.m2b-is-red .m2b-grid-block-left {
    padding: 40px 55px 40px 55px;
  }
  #m2bapp .m2b-grid-block.m2b-is-red .m2b-grid-block-right {
    width: 100%;
    left: 0;
    aspect-ratio: auto;
  }
  #m2bapp #products-1-ow.tns-outer {
    margin: 2rem 0 0;
  }
  #m2bapp #products-2-ow.tns-outer {
    margin: 2rem 0 0;
  }
  #m2bapp #productsTop-ow.tns-outer {
    margin: 2rem 0 0;
  }
  #m2bapp #products-1-ow .tns-controls button {
    background: transparent;
  }
  #m2bapp #products-2-ow .tns-controls button {
    background: transparent;
  }
  #m2bapp #productsTop-ow .tns-controls button {
    background: transparent;
  }
  #m2bapp .popup-widget {
    top: 50px;
    margin-top: 8px;
  }
  #m2bapp .popup-widget.cart-widget {
    background: rgb(0, 0, 0);
    border-radius: 5px !important;
  }
  #m2bapp .popup-widget-inner.place-cart-here {
    padding-top: 8px;
  }
  .in-vyhledavani h2 {
    font-size: 18px;
  }
  .in-vyhledavani #m2bapp .products-block {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .in-vyhledavani #m2bapp .products-block .product .p-bottom {
    width: calc(100% + 40px);
    left: -20px;
  }
  .in-vyhledavani #m2bapp .products-block .product .p-bottom .m2b-add-to-cart-button {
    min-height: 48px !important;
    height: 48px !important;
    margin-top: 0 !important;
  }
  .in-vyhledavani #m2bapp .products-block .product .p-bottom > div {
    align-items: center;
  }
  .in-vyhledavani #m2bapp .products-block .product .p-bottom > div .prices {
    margin-left: 20px;
  }
  .in-vyhledavani #m2bapp .products-block .product .p-bottom > div .prices .price {
    position: relative;
    bottom: auto;
  }
  .in-vyhledavani #m2bapp .products-block .product .p-bottom > div .prices .price strong {
    font-size: 20px !important;
  }
  body #m2bapp {
    padding-top: 50px !important;
  }
  body.admin-logged #m2bapp {
    padding-top: 70px !important;
  }
  .type-category #m2bapp #content {
    padding-top: 0.25rem;
  }
  .type-category #m2bapp .category-header-container {
    margin-top: 40px;
  }
  .type-category #m2bapp .m2b-collection-header {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5rem;
    margin: 0 55px 5rem;
  }
  .type-category #m2bapp .m2b-collection-header > *:nth-child(1) {
    order: 1;
  }
  .type-category #m2bapp .m2b-collection-header > img {
    order: 2;
    aspect-ratio: 1;
    height: 360px;
    grid-column: 2/4;
  }
  .type-category #m2bapp .products-inline.products-top {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .type-category #m2bapp .products-inline.products-top .product .p {
    flex-direction: row;
  }
  .type-category #m2bapp #productsTop-ow .tns-controls button {
    background: transparent;
  }
  .type-category #m2bapp #tns1-ow .tns-controls button {
    background: transparent;
  }
  .type-category #m2bapp .category-top > h4 {
    margin-top: -54px;
    display: block !important;
  }
  .type-category #m2bapp .category-top ul.subcategories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 80px;
  }
  .type-category #m2bapp .products-block {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .type-category #m2bapp .products-block .product .p-bottom {
    width: calc(100% + 40px);
    left: -20px;
  }
  .type-category #m2bapp .products-block .product .p-bottom .m2b-add-to-cart-button {
    min-height: 48px !important;
    height: 48px !important;
    margin-top: 0 !important;
  }
  .type-category #m2bapp .products-block .product .p-bottom > div {
    align-items: center;
  }
  .type-category #m2bapp .products-block .product .p-bottom > div .prices {
    margin-left: 20px;
  }
  .type-category #m2bapp .products-block .product .p-bottom > div .prices .price {
    position: relative;
    bottom: auto;
  }
  .type-category #m2bapp .products-block .product .p-bottom > div .prices .price strong {
    font-size: 20px !important;
  }
  .type-detail #m2bapp .p-detail {
    margin: 0;
  }
  .type-detail #m2bapp .add-to-cart .quantity {
    margin-top: -42px;
  }
  .type-detail #m2bapp .benefitBanner {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .in-index #m2bapp #m2b-new-header-ow {
    margin-top: 0;
  }
  .in-index #m2bapp .m2b-new-header .nh-left {
    height: 60vh;
    max-height: 60vh;
  }
  .in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper a span.extended-banner-texts .extended-banner-link {
    padding: 8px 20px;
  }
  .in-index #m2bapp .m2b-new-header .nh-right {
    height: 60vh;
    max-height: 60vh;
  }
  .in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper a span.extended-banner-texts .extended-banner-link {
    padding: 8px 20px;
  }
  .in-index #m2bapp .homepage-group-title {
    margin-inline: 0;
    text-align: center;
  }
  .in-index #m2bapp .products-block.products .slick-list {
    left: -4px;
    width: calc(100% + 8px) !important;
  }
  .in-index #m2bapp .products-block.products .slick-list:before {
    content: "";
    position: absolute;
    top: 0;
    width: 110px;
    height: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    left: 0;
  }
  .in-index #m2bapp .products-block.products .slick-list:after {
    content: "";
    position: absolute;
    top: 0;
    width: 110px;
    height: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    right: 0;
    transform: rotate(180deg);
  }
  .in-index #m2bapp .m2b-body-banner-holder {
    margin: 8rem 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .in-index #m2bapp .m2b-body-banner-holder .footer-banner a span.extended-banner-texts {
    bottom: 2rem;
  }
  .in-index #m2bapp .m2b-body-banner-holder .footer-banner a span.extended-banner-texts .extended-banner-link {
    padding: 8px 20px;
  }
  .in-index #m2bapp .m2b-body-banner-holder .footer-banner:after {
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
  footer#footer {
    padding: 4rem 60px;
  }
  footer#footer .footer-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  footer#footer .footer-m2b-cats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .in-kosik #m2bapp .cart-header .step strong span {
    font-size: 18px;
    font-size: 16px !important;
  }
  .in-kosik #m2bapp .cart-header .step strong span:before {
    font-size: 18px;
    font-size: 16px !important;
  }
  .in-kosik #m2bapp .cart-header .step a span {
    font-size: 18px;
    font-size: 16px !important;
  }
  .in-kosik #m2bapp .cart-header .step a span:before {
    font-size: 18px;
    font-size: 16px !important;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-name {
    grid-column: 2/5;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-availability {
    grid-column: 2/4;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-quantity {
    left: 0;
    grid-column: 4/5;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-total {
    grid-column: 2/5;
    margin-top: 5px;
  }
  .in-krok-1 #m2bapp .cart-header .step strong span {
    font-size: 18px;
    font-size: 16px !important;
  }
  .in-krok-1 #m2bapp .cart-header .step strong span:before {
    font-size: 18px;
    font-size: 16px !important;
  }
  .in-krok-1 #m2bapp .cart-header .step a span {
    font-size: 18px;
    font-size: 16px !important;
  }
  .in-krok-1 #m2bapp .cart-header .step a span:before {
    font-size: 18px;
    font-size: 16px !important;
  }
  .in-krok-1 #m2bapp #checkoutContent .cart-content .co-box h4 {
    font-size: 18px;
  }
  .in-krok-1 #m2bapp .order-summary .order-summary-inner h4 {
    font-size: 18px;
  }
  .in-krok-2 #m2bapp .cart-header .step strong span {
    font-size: 18px;
    font-size: 16px !important;
  }
  .in-krok-2 #m2bapp .cart-header .step strong span:before {
    font-size: 18px;
    font-size: 16px !important;
  }
  .in-krok-2 #m2bapp .cart-header .step a span {
    font-size: 18px;
    font-size: 16px !important;
  }
  .in-krok-2 #m2bapp .cart-header .step a span:before {
    font-size: 18px;
    font-size: 16px !important;
  }
  .in-krok-2 #m2bapp #checkoutContent .cart-content .co-box h4 {
    font-size: 18px;
  }
  .in-krok-2 #m2bapp .order-summary .order-summary-inner h4 {
    font-size: 18px;
  }
  .in-dekujeme #m2bapp .recapitulation-wrapper .co-box h4 {
    font-size: 18px;
  }
  .cart-empty h3 {
    font-size: 18px;
  }
}
@media (min-width: 1240px) {
  .in-vyhledavani h2 {
    font-size: 20px;
  }
  .type-category #m2bapp .category-m2b-title {
    font-size: 30px;
  }
  .type-category #m2bapp .m2b-collection-header {
    gap: 10rem;
    margin: 0 110px 5rem;
  }
  .type-category #m2bapp .m2b-collection-header > *:nth-child(1) > div:nth-child(2) {
    font-size: 30px;
  }
  .type-page #m2bapp header[itemprop=headline] h1 {
    font-size: 30px;
  }
  .type-detail #m2bapp .p-detail .m2b-p-title-holder h1 {
    font-size: 30px;
  }
  .type-detail #m2bapp .price-line .price-final-holder {
    font-size: 30px;
  }
  #m2bapp .m2b-grid-block-left {
    padding: 80px 110px 80px 110px;
  }
  #m2bapp .m2b-grid-block-left > div:nth-child(2) {
    font-size: 30px;
  }
  #m2bapp .m2b-grid-block.m2b-is-red .m2b-grid-block-left {
    padding: 80px 110px 80px 110px;
  }
  #m2bapp .m2b-grid-block.m2b-space-between .m2b-grid-block-left > div:nth-child(3) {
    margin-top: 6rem;
  }
  .in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper a span.extended-banner-texts .extended-banner-text {
    font-size: 16px;
  }
  .in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper a span.extended-banner-texts .extended-banner-text {
    font-size: 16px;
  }
  .in-index #m2bapp .nh-right-bottom .benefitBanner {
    border-top: 1px solid var(--ushi-light-grey);
    border-bottom: none;
    padding-bottom: 0;
  }
  .in-index #m2bapp .homepage-group-title {
    font-size: 30px;
  }
  .in-kosik #m2bapp .cart-header .step strong span {
    font-size: 20px;
  }
  .in-kosik #m2bapp .cart-header .step strong span:before {
    font-size: 20px;
  }
  .in-kosik #m2bapp .cart-header .step a span {
    font-size: 20px;
  }
  .in-kosik #m2bapp .cart-header .step a span:before {
    font-size: 20px;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-availability {
    grid-column: 2/5;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-quantity {
    grid-column: 5/7;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-price {
    grid-column: 1/4;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-total {
    grid-column: 4/7;
  }
  .in-krok-1 #m2bapp .cart-header .step strong span {
    font-size: 20px;
  }
  .in-krok-1 #m2bapp .cart-header .step strong span:before {
    font-size: 20px;
  }
  .in-krok-1 #m2bapp .cart-header .step a span {
    font-size: 20px;
  }
  .in-krok-1 #m2bapp .cart-header .step a span:before {
    font-size: 20px;
  }
  .in-krok-1 #m2bapp #checkoutContent .cart-content .co-box h4 {
    font-size: 20px;
  }
  .in-krok-1 #m2bapp .order-summary .order-summary-inner h4 {
    font-size: 20px;
  }
  .in-krok-2 #m2bapp .cart-header .step strong span {
    font-size: 20px;
  }
  .in-krok-2 #m2bapp .cart-header .step strong span:before {
    font-size: 20px;
  }
  .in-krok-2 #m2bapp .cart-header .step a span {
    font-size: 20px;
  }
  .in-krok-2 #m2bapp .cart-header .step a span:before {
    font-size: 20px;
  }
  .in-krok-2 #m2bapp #checkoutContent .cart-content .co-box h4 {
    font-size: 20px;
  }
  .in-krok-2 #m2bapp .order-summary .order-summary-inner h4 {
    font-size: 20px;
  }
  .in-dekujeme #m2bapp .order-summary-heading {
    font-size: 30px;
  }
  .in-dekujeme #m2bapp .recapitulation-wrapper .co-box h4 {
    font-size: 20px;
  }
  .newsletter h4 {
    font-size: 30px;
  }
  .cart-empty h1.cart-heading {
    font-size: 30px;
  }
  .cart-empty h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #m2bapp form .form-control {
    font-size: 16px;
    font-size: 15px;
  }
  #m2bapp .form-group label {
    font-size: 16px;
    font-size: 15px;
  }
  #m2bapp .js-validated-element-wrapper.consents label {
    font-size: 16px;
    font-size: 15px;
  }
  #m2bapp .m2b-grid-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #m2bapp .m2b-grid-block-left > div:nth-child(3) p {
    font-size: 16px;
  }
  #m2bapp .m2b-grid-block-left > a:nth-child(4) {
    font-size: 16px;
  }
  #m2bapp .m2b-grid-block-right .banner-wrapper a span.extended-banner-texts .extended-banner-link {
    font-size: 16px;
  }
  #m2bapp .m2b-grid-block-right .footer-banner a span.extended-banner-texts .extended-banner-link {
    font-size: 16px;
  }
  #m2bapp .m2b-grid-block.m2b-space-between .m2b-grid-block-left > div:nth-child(3) {
    margin-top: 3rem;
  }
  #m2bapp #products-1-ow .tns-controls button svg {
    width: 64px;
    height: 64px;
  }
  #m2bapp #products-1-ow .tns-controls:before {
    width: 110px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  #m2bapp #products-1-ow .tns-controls:after {
    width: 110px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  #m2bapp #products-2-ow .tns-controls button svg {
    width: 64px;
    height: 64px;
  }
  #m2bapp #products-2-ow .tns-controls:before {
    width: 110px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  #m2bapp #products-2-ow .tns-controls:after {
    width: 110px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  #m2bapp #productsTop-ow .tns-controls button svg {
    width: 64px;
    height: 64px;
  }
  #m2bapp #productsTop-ow .tns-controls:before {
    width: 110px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  #m2bapp #productsTop-ow .tns-controls:after {
    width: 110px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body.admin-logged #m2bapp #header {
    top: 24px;
    z-index: 10;
  }
  body.admin-logged #m2bapp #header.force-top {
    top: 0;
    z-index: 9999;
  }
  .type-category #m2bapp .m2b-collection-header > *:nth-child(1) > div:nth-child(3) > p {
    font-size: 16px;
  }
  .type-category #m2bapp #productsTop-ow .tns-controls button svg {
    width: 64px;
    height: 64px;
  }
  .type-category #m2bapp #productsTop-ow .tns-controls:before {
    width: 110px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .type-category #m2bapp #productsTop-ow .tns-controls:after {
    width: 110px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .type-category #m2bapp #tns1-ow .tns-controls button svg {
    width: 64px;
    height: 64px;
  }
  .type-category #m2bapp #tns1-ow .tns-controls:before {
    width: 110px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .type-category #m2bapp #tns1-ow .tns-controls:after {
    width: 110px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .type-page #m2bapp div[itemprop=about] > p {
    font-size: 16px;
  }
  .type-page #m2bapp div[itemprop=about] blockquote {
    font-size: 16px;
  }
  .type-page #m2bapp div[itemprop=about] li {
    font-size: 16px;
  }
  .m2b-p-image-arrows {
    display: none;
  }
  .m2b-p-image-arrow {
    width: 64px;
  }
  .type-detail .p-detail .p-thumbnails-wrapper {
    margin-top: 0;
  }
  .type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails {
    height: 100%;
  }
  .type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div {
    flex-direction: column;
    justify-content: start;
  }
  .type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner .p-thumbnail.highlighted {
    background-color: transparent !important;
    opacity: 1;
  }
  .type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner .p-thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 0;
    border: none;
    opacity: 0.25;
  }
  .type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner .p-thumbnail img {
    display: block;
  }
  .type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .thumbnail-prev {
    display: flex;
  }
  .type-detail .p-detail .p-thumbnails-wrapper .p-thumbnails .thumbnail-next {
    display: flex;
  }
  .type-detail #m2bapp .p-detail .p-image-wrapper {
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: grid;
    grid-template-columns: 110px 1fr;
  }
  .type-detail #m2bapp .p-detail .p-image-wrapper .p-thumbnails-wrapper {
    order: 1;
  }
  .type-detail #m2bapp .p-detail .p-image-wrapper .p-image {
    order: 2;
    grid-column: 2/3;
  }
  .type-detail #m2bapp .p-detail .m2b-p-title-holder h3 {
    color: var(--ushi-grey);
  }
  .type-detail #m2bapp .p-detail .p-detail-info > div {
    color: var(--ushi-grey) !important;
  }
  .type-detail #m2bapp .p-detail .p-detail-info .p-short-description > * {
    font-size: 16px;
  }
  .type-detail #m2bapp .p-detail .p-info-wrapper {
    display: flex;
    flex-direction: column;
    padding-inline: 110px !important;
  }
  .type-detail #m2bapp .p-detail .p-info-wrapper .p-detail-inner-header {
    order: 1;
  }
  .type-detail #m2bapp .p-detail .p-info-wrapper .p-detail-info {
    order: 2;
  }
  .type-detail #m2bapp .p-detail .p-info-wrapper .price-line {
    order: 3;
  }
  .type-detail #m2bapp .p-detail .p-info-wrapper p:has(#choose-variant) {
    order: 4;
  }
  .type-detail #m2bapp .p-detail .p-info-wrapper p:has(#choose-variant) a {
    font-size: 16px;
  }
  .type-detail #m2bapp .p-detail .p-info-wrapper .add-to-cart {
    order: 4;
  }
  .type-detail #m2bapp .p-detail .p-info-wrapper .social-buttons-wrapper {
    order: 5;
  }
  .type-detail #m2bapp .p-detail .p-info-wrapper .benefitBanner {
    order: 6;
  }
  .type-detail #m2bapp .product-top {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .type-detail #m2bapp .product-top > div:nth-child(1) {
    display: none;
  }
  .type-detail #m2bapp .benefitBanner {
    -moz-column-gap: 80px;
    column-gap: 80px;
    row-gap: 20px;
  }
  .type-detail #m2bapp .benefitBanner:before {
    width: 100%;
    left: 0;
  }
  .type-detail #m2bapp .m2b-p-tabs {
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .type-detail #m2bapp .m2b-p-tabs:after {
    display: none;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tabs-controls {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tabs-controls:before {
    display: none;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link {
    text-align: left;
    padding-left: 110px;
    padding-block: 30px;
    border: none;
    color: var(--ushi-light-grey) !important;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link > span.m2b-p-tab-title:after {
    display: none;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link:hover {
    cursor: default;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link > span {
    border: 1px solid var(--ushi-light-grey);
    border-top-width: 5px;
    padding-block: 20px;
    padding-inline: 20px;
    display: block;
    margin-right: 90px;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link-group .m2b-p-tab-link {
    opacity: 0.5;
    transition: opacity 0.15 ease;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link-group .m2b-p-tab-link:not(.is-active):hover {
    opacity: 0.75;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link-group .m2b-p-tab-link .m2b-p-tab-title {
    width: 100%;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link-group .m2b-p-tab-link .m2b-p-tab-title:hover {
    cursor: pointer;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link-group .m2b-p-tab-link:nth-child(1) .m2b-p-tab-title {
    margin-right: 0;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link-group .m2b-p-tab-link:nth-child(2) {
    padding-left: 0;
    margin-right: 106px;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-link-group .m2b-p-tab-link.is-active {
    opacity: 1;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content {
    padding-block: 20px;
    left: 0;
    width: 100%;
    padding-inline: 110px;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content p {
    font-size: 16px;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content blockquote {
    font-size: 16px;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content ul {
    font-size: 16px;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content li {
    font-size: 16px;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content.hidden {
    display: block !important;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-content.variants-hidden {
    display: none !important;
  }
  .type-detail #m2bapp .m2b-p-tabs .m2b-p-tab-parameters-item > div:nth-child(2) > div:nth-child(2) {
    font-size: 16px;
  }
  .type-detail #m2bapp #variants .variant-table .table-row .variant-name {
    font-size: 16px;
  }
  .type-detail #m2bapp #variants .variant-table .table-row .price {
    font-size: 16px;
  }
  .type-detail #m2bapp .m2b-mobile-add-to-cart {
    display: none;
  }
  .in-index #m2bapp #m2b-new-header-ow .tns-controls button svg {
    width: 64px;
    height: 64px;
  }
  .in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper a span.extended-banner-texts .extended-banner-link {
    font-size: 16px;
  }
  .in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper a span.extended-banner-texts .extended-banner-link {
    font-size: 16px;
  }
  .in-index #m2bapp .nh-right-bottom .benefitBanner {
    justify-content: space-around;
    border-bottom: 1px solid var(--ushi-light-grey);
  }
  .in-index #m2bapp .m2b-body-banner-holder .footer-banner a span.extended-banner-texts .extended-banner-link {
    font-size: 16px;
  }
  footer#footer .footer-title {
    font-size: 16px;
  }
  footer#footer a {
    font-size: 16px;
  }
  footer#footer p {
    font-size: 16px;
  }
  .in-kosik #m2bapp .cart-header {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
  }
  .in-kosik #m2bapp .cart-header .step {
    display: block;
  }
  .in-kosik #m2bapp .cart-header .step strong span {
    font-size: 14px !important;
  }
  .in-kosik #m2bapp .cart-header .step strong span:before {
    font-size: 14px !important;
  }
  .in-kosik #m2bapp .cart-header .step a span {
    font-size: 14px !important;
  }
  .in-kosik #m2bapp .cart-header .step a span:before {
    font-size: 14px !important;
  }
  .in-kosik #m2bapp .cart-content .next-step .btn {
    font-size: 16px;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-name {
    grid-column: 2/7;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-name a {
    font-size: 16px;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-price {
    grid-column: 1/3;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-price .price-final {
    font-size: 16px;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-total {
    grid-column: 3/7;
    margin-top: 5px;
  }
  .in-kosik #m2bapp table.cart-table tbody > tr .p-total strong {
    font-size: 16px;
  }
  .in-krok-1 #m2bapp .cart-header {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
  }
  .in-krok-1 #m2bapp .cart-header .step {
    display: block;
  }
  .in-krok-1 #m2bapp .cart-header .step strong span {
    font-size: 14px !important;
  }
  .in-krok-1 #m2bapp .cart-header .step strong span:before {
    font-size: 14px !important;
  }
  .in-krok-1 #m2bapp .cart-header .step a span {
    font-size: 14px !important;
  }
  .in-krok-1 #m2bapp .cart-header .step a span:before {
    font-size: 14px !important;
  }
  .in-krok-1 #m2bapp .cart-content .next-step .btn {
    font-size: 16px;
  }
  .in-krok-1 #m2bapp #checkoutContent .cart-content .box .form-group label {
    font-size: 16px;
    font-size: 15px;
  }
  .in-krok-1 #m2bapp #checkoutSidebar .next-step .next-step-back {
    font-size: 16px;
  }
  .in-krok-1 #m2bapp .order-summary .cart-items .cart-item .cart-item-name a {
    font-size: 16px;
    font-size: 15px;
  }
  .in-krok-1 #m2bapp .order-summary .recapitulation-single {
    font-size: 16px;
    font-size: 15px;
  }
  .in-krok-1 #m2bapp .order-summary .recapitulation-single span {
    font-size: 16px;
    font-size: 15px;
  }
  .in-krok-1 #m2bapp .order-summary .recapitulation-single strong {
    font-size: 16px;
    font-size: 15px;
  }
  .in-krok-2 #m2bapp .cart-header {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
  }
  .in-krok-2 #m2bapp .cart-header .step {
    display: block;
  }
  .in-krok-2 #m2bapp .cart-header .step strong span {
    font-size: 14px !important;
  }
  .in-krok-2 #m2bapp .cart-header .step strong span:before {
    font-size: 14px !important;
  }
  .in-krok-2 #m2bapp .cart-header .step a span {
    font-size: 14px !important;
  }
  .in-krok-2 #m2bapp .cart-header .step a span:before {
    font-size: 14px !important;
  }
  .in-krok-2 #m2bapp .cart-content .next-step .btn {
    font-size: 16px;
  }
  .in-krok-2 #m2bapp #checkoutContent .cart-content .box .form-group label {
    font-size: 16px;
    font-size: 15px;
  }
  .in-krok-2 #m2bapp #checkoutSidebar .next-step .next-step-back {
    font-size: 16px;
  }
  .in-krok-2 #m2bapp .order-summary .cart-items .cart-item .cart-item-name a {
    font-size: 16px;
    font-size: 15px;
  }
  .in-krok-2 #m2bapp .order-summary .recapitulation-single {
    font-size: 16px;
    font-size: 15px;
  }
  .in-krok-2 #m2bapp .order-summary .recapitulation-single span {
    font-size: 16px;
    font-size: 15px;
  }
  .in-krok-2 #m2bapp .order-summary .recapitulation-single strong {
    font-size: 16px;
    font-size: 15px;
  }
  .in-dekujeme #m2bapp .order-summary-item {
    font-size: 16px;
  }
  .in-dekujeme #m2bapp table.cart-table tbody > tr .p-name span {
    font-size: 16px;
  }
  body.type-product #cboxWrapper input[type=submit] {
    font-size: 16px;
  }
  .newsletter .btn.btn-default {
    font-size: 16px;
  }
  .popup-widget.login-widget button {
    font-size: 16px;
  }
  .empty-cart-boxes .search-form button {
    font-size: 16px;
  }
  .pagination-wrapper .load-products {
    font-size: 16px;
  }
  .m2b-p-tab-link[data-tabopener=parametry] .m2b-p-tab-title {
    pointer-events: none !important;
  }
  .m2b-p-tab-link[data-tabopener=parametry] .m2b-p-tab-title:hover {
    cursor: not-allowed;
  }
}
@media only screen and (max-width: 767px) {
  #m2bapp #header {
    background: var(--ushi-black) !important;
  }
  #m2bapp #header .search-form {
    background: var(--ushi-black);
  }
  #m2bapp #header .search-form fieldset input {
    color: var(--ushi-black);
    background: var(--ushi-light-grey);
  }
  #m2bapp #header .search-form fieldset input::-moz-placeholder {
    color: var(--ushi-grey);
  }
  #m2bapp #header .search-form fieldset input::placeholder {
    color: var(--ushi-grey);
  }
  #m2bapp #header #navigation .navigationActions {
    border-top: 1px solid var(--ushi-light-grey) !important;
  }
  #m2bapp #header #navigation .navigationActions li {
    margin: 12px 24px;
  }
  #m2bapp #header #navigation .navigationActions li a {
    display: block;
    padding: 0 !important;
    margin: 0;
    background: var(--ushi-black);
    font-size: 13px;
    line-height: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #m2bapp #header #navigation .navigationActions li a:hover {
    margin: 0 !important;
  }
  #m2bapp #header #navigation .navigationActions li a span {
    color: var(--ushi-light-grey);
  }
  #m2bapp #header #navigation ul.menu-level-1 > li > a {
    margin: 0 9px;
  }
  #m2bapp #header #navigation ul.menu-level-1 > li > a:hover {
    margin: 0 9px !important;
  }
  #m2bapp #header #navigation ul.menu-level-1 > li > a .submenu-arrow:after {
    color: inherit;
  }
  #m2bapp #header #navigation ul.menu-level-1 > li.exp > ul {
    top: 40px;
  }
  #m2bapp #header #navigation ul.menu-level-1 > li.ext.exp {
    background: var(--ushi-black);
    top: 40px;
  }
  #m2bapp #header #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow {
    background: var(--ushi-black);
  }
  #m2bapp #header #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow:after {
    left: 10px;
    background-image: url("/user/documents/m2b/icons/arrow-left.svg");
  }
  #m2bapp #header #navigation ul.menu-level-2 li {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  #m2bapp #header #navigation ul.menu-level-2 li a {
    margin: 0 9px;
    color: var(--ushi-light-grey) !important;
    background: var(--ushi-black);
  }
  #m2bapp #header #navigation ul.menu-level-2 li a:hover {
    margin: 0 9px !important;
  }
  #m2bapp #header .header-top .site-name-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #m2bapp #header .header-top .search {
    position: absolute;
  }
  #m2bapp #header .header-top .responsive-tools > a[data-target=search] {
    left: 40px;
    right: auto;
  }
  #m2bapp #header .header-top .responsive-tools > a[data-target=login] {
    position: relative;
    top: -2px;
  }
  #m2bapp #navigation {
    width: 100vw !important;
    left: -100vw !important;
    background: var(--ushi-black) !important;
    top: 60px;
    padding-top: 0 !important;
    box-shadow: none !important;
  }
  #m2bapp .navigation-window-visible #header #navigation {
    left: 0 !important;
  }
  .navigation-window-visible .overall-wrapper:after {
    visibility: hidden !important;
  }
}
@media (min-width: 640px) {
  #m2bapp .product .p-bottom > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .type-category #m2bapp .products-block .product .name {
    height: -moz-fit-content;
    height: fit-content;
  }
  .in-vyhledavani #m2bapp .products-block .product .name {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 1440px) {
  #m2bapp .m2b-grid-block-left > div:nth-child(3) {
    max-width: 75%;
  }
}
@media (min-width: 1500px) {
  .in-index #m2bapp .m2b-new-header .nh-left .banner-wrapper a:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .in-index #m2bapp .m2b-new-header .nh-right .banner-wrapper a:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 991px) {
  #m2bapp .popup-widget-inner .cart-widget-products {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=m2b-ushi.css.map */