@font-face {
  font-family: "pn";
  src: url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "pn";
  src: url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "pn";
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "pn";
  src: url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bt-text: #222;
  --bt-muted: #7d7d7d;
  --bt-line: #e3e3e3;
  --bt-soft: #f6f4f1;
  --bt-accent: #000;
  --bt-accent-dark: #000;
  --bt-green: #000;
  --bt-container: 1180px;
}

.icon-zoom,
.icon-heart,
.icon-user,
.icon-gift_bag,
.icon-search,
.icon-heart-small,
.icon-nav {
  display: inline-block;
  flex: 0 0 auto;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  vertical-align: middle;
}

.icon-zoom {
  width: 52px;
  height: 52px;
  background-position: 0 0;
}

.icon-heart {
  width: 24px;
  height: 22px;
  background-position: 0 -64px;
}

.icon-user {
  width: 22px;
  height: 22px;
  background-position: -24px -64px;
}

.icon-gift_bag {
  width: 20px;
  height: 22px;
  background-position: -46px -64px;
}

.icon-search {
  width: 20px;
  height: 20px;
  background-position: -66px -64px;
}

.icon-heart-small {
  width: 19px;
  height: 17px;
  background-position: -86px -64px;
}

.icon-nav {
  width: 18px;
  height: 16px;
  background-position: -89px -31px;
}

* {
  box-sizing: border-box;
}

body.bobtex-store {
  margin: 0;
  background: #fff;
  color: var(--bt-text);
  font-family: "pn", sans-serif;
  font-size: 14px;
  line-height: 120%;
}

a {
  color: #7d7d7d;
  text-decoration: none;
  transition-duration: .2s;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

.bobtex-container {
  width: min(var(--bt-container), calc(100% - 32px));
  margin: 0 auto;
}

body.bobtex-store > .container {
  width: min(var(--bt-container), calc(100% - 32px));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.site-header {
  background: #fff;
  border-bottom: 0;
}

.top-wrap {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  letter-spacing: .7px;
}

.site-logo a {
  display: inline-flex;
  align-items: center;
  color: #1c1c1c;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
}

.site-logo img {
  width: 135px;
  height: auto;
  display: block;
}

.site-logo span {
  border: 3px solid #1c1c1c;
  padding: 7px 13px 5px;
}

.hamburger-nav {
  display: none;
}

.hamburger-nav button {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  background: transparent;
  padding: 0;
}

.hamburger-nav span,
.hamburger-nav span:before,
.hamburger-nav span:after {
  display: block;
  width: 28px;
  height: 3px;
  background: #282828;
  content: "";
}

.hamburger-nav span {
  position: relative;
}

.hamburger-nav span:before,
.hamburger-nav span:after {
  position: absolute;
  left: 0;
}

.hamburger-nav span:before {
  top: -8px;
}

.hamburger-nav span:after {
  top: 8px;
}

.site-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 42px;
  flex: 1;
}

.site-phone {
  min-width: 168px;
  color: #222;
  text-align: right;
}

.site-phone a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.1px;
}

.site-phone div {
  margin-top: 4px;
  color: #707070;
  font-size: 12px;
}

.site-search {
  width: 120px;
  flex: 0 0 120px;
}

.bobtex-search {
  display: flex;
  height: 26px;
  border: 0;
  border-bottom: 1px solid #111;
  background: #fff;
}

.bobtex-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 6px 0 0;
  outline: 0;
  color: #7d7d7d;
  font-family: "pn", sans-serif;
}

.bobtex-search button {
  width: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  border: 0;
  background: #fff;
  padding: 0;
}

.site-auth {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222;
  font-size: 14px;
}

.site-auth-wrap {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.site-logout {
  color: #222;
  font-size: 14px;
}

.site-wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-cart {
  display: flex;
  align-items: center;
}

#cart {
  min-width: 0;
}

#cart > button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #111;
  box-shadow: none;
  text-shadow: none;
  font-size: 18px;
  padding: 0;
}

#cart > button:hover,
#cart > button:focus,
#cart.open > button {
  background: #fff;
  color: #111;
}

#cart-total {
  font-size: 15px;
}

#cart .dropdown-menu {
  border-radius: 0;
  border-color: var(--bt-line);
  min-width: 320px;
}

.main-nav {
  background: #fff;
  color: #7d7d7d;
}

.main-nav__toggle {
  display: none;
  width: 100%;
  min-height: 44px;
  border: 0;
  background: #fff;
  color: #777;
  text-align: left;
}

.main-nav__list {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__list > li {
  position: relative;
}

.main-nav__list > li > a {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 10px 0;
  color: #7d7d7d;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
}

.main-nav__list > li:hover > a,
.main-nav__list > li:focus-within > a {
  background: transparent;
  color: #000;
}

.main-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: none;
  width: min(1328px, calc(100vw - 48px));
  padding: 22px 28px 26px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: var(--bt-text);
  box-shadow: none;
}

.main-nav__list > li:hover .main-nav__dropdown,
.main-nav__list > li:focus-within .main-nav__dropdown {
  display: block;
}

.main-nav__catalog {
  width: max-content;
}

.main-nav__heading {
  display: block;
  padding: 0 0 26px;
  border-bottom: 1px solid #d0d0d0;
  color: #7d7d7d;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.main-nav__group + .main-nav__group .main-nav__heading {
  padding-top: 26px;
}

.main-nav__group--children .main-nav__heading {
  padding-bottom: 16px;
  border-bottom: 0;
}

.main-nav__dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__children {
  column-count: 4;
  column-gap: 72px;
}

.main-nav__children li {
  break-inside: avoid;
}

.main-nav__dropdown a {
  display: block;
  padding: 5px 0;
  color: #7e7e7e;
  font-size: 18px;
  line-height: 1.25;
}

.bobtex-breadcrumb {
  margin: 18px 0 20px;
  padding: 0;
  background: transparent;
  color: #959595;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.bobtex-breadcrumb > li + li:before {
  content: "/";
  color: #b5aea7;
}

body.bobtex-store > .container > .breadcrumb {
  margin: 18px 0 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #959595;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

body.bobtex-store > .container > .breadcrumb > li + li:before {
  padding: 0 9px;
  color: #b5aea7;
  content: "/";
}

body.bobtex-store > .container h1 {
  margin: 0 0 24px;
  color: #222;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.15;
}

body.bobtex-store .well,
body.bobtex-store .panel,
body.bobtex-store .list-group-item {
  border-color: #e5e5e5;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body.bobtex-store .well {
  min-height: 100%;
  padding: 28px 30px;
}

body.bobtex-store .form-control {
  min-height: 38px;
  border-color: #cfcfcf;
  border-radius: 0;
  box-shadow: none;
  color: #333;
}

body.bobtex-store .form-control:focus {
  border-color: #111;
  box-shadow: none;
}

body.bobtex-store .btn-primary {
  border-color: #111;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-weight: 600;
}

body.bobtex-store .btn-primary:hover,
body.bobtex-store .btn-primary:focus {
  border-color: #333;
  background: #333;
}

body.bobtex-store .buttons {
  margin-top: 24px;
}

.category-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
}

.category-header h1,
.product-summary h1 {
  margin: 0;
  color: #222;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.category-header h1 span {
  color: #9b9b9b;
  font-size: 21px;
}

.category-header img {
  width: 120px;
  height: 90px;
  object-fit: cover;
}

.category-description {
  margin-top: 12px;
  max-width: 780px;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 24px;
}

.category-refine {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.category-refine a {
  border: 1px solid var(--bt-line);
  padding: 8px 13px;
  background: var(--bt-soft);
}

.category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 94px;
  margin-bottom: 20px;
  padding: 8px 0 22px;
}

.category-toolbar__filter {
  align-self: flex-start;
  color: #111;
  font-weight: 700;
}

.category-toolbar__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.category-toolbar select {
  height: 34px;
  border: 1px solid #d6d0ca;
  background: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 68px 44px;
}

.product-card {
  position: relative;
  min-width: 0;
  background: #fff;
  text-align: center;
}

.product-card:hover {
  z-index: 1;
}

.product-card__image {
  display: block;
  aspect-ratio: 3 / 4;
  margin: 0 auto;
  background: #fff;
}

.product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__body {
  position: relative;
  min-height: 128px;
  padding: 27px 0 0;
}

.product-card h2,
.product-card h3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 46px;
  margin: 0 0 18px;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.product-card__price {
  min-height: 43px;
  border-bottom: 1px solid #d8d8d8;
  color: #838383;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .16s ease, visibility .16s ease;
}

.product-card__price del {
  margin-left: 8px;
  color: #999;
  font-size: 13px;
  font-weight: 400;
}

.product-card button,
.btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  background: var(--bt-green);
  color: #fff;
  padding: 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: .2s;
}

.product-card button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 57px;
  background: #333;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  text-transform: none;
  transition: opacity .16s ease, visibility .16s ease, background .2s ease;
}

.product-card:hover .product-card__price,
.product-card:focus-within .product-card__price {
  opacity: 0;
  visibility: hidden;
}

.product-card:hover button,
.product-card:focus-within button {
  opacity: 1;
  visibility: visible;
}

.product-card button:hover,
.btn-buy:hover {
  background: #000;
  color: #fff;
}

@media (hover: none) {
  .product-card__price {
    opacity: 1;
    visibility: visible;
  }

  .product-card button {
    position: static;
    margin-top: 12px;
    opacity: 1;
    visibility: visible;
  }
}

.pagination-row {
  margin: 28px 0 42px;
  text-align: center;
}

.pagination > li > a,
.pagination > li > span {
  color: var(--bt-text);
  border-color: var(--bt-line);
  border-radius: 0 !important;
}

.pagination > .active > span,
.pagination > .active > a {
  background: var(--bt-accent);
  border-color: var(--bt-accent);
}

.product-detail {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  margin-bottom: 0;
}

.product-detail:after {
  content: "";
  display: block;
  clear: both;
}

.product-gallery {
  display: block;
  flex: 0 0 calc(52% - 12px);
  width: auto;
  margin: 0 0 17px;
  font-size: 0;
}

.gallery-container {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 0 28px;
  align-items: start;
  justify-content: stretch;
  font-size: 0;
}

.gallery-container.photo-alone {
  display: block;
}

.detail-image .item {
  background: #fff;
}

.detail-image {
  display: block;
  width: 100%;
  max-width: 100%;
  grid-column: 2;
  grid-row: 1;
}

.detail-image .item {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.detail-image a {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.detail-image a:focus {
  outline: none;
}

.detail-image .zoom {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #000;
  outline: none;
}

.detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.zoomContainer {
  z-index: 30;
}

.zoomWindow,
.zoomLens {
  box-sizing: border-box;
}

.product-gallery .pager {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;
}

.product-gallery .pager > * {
  display: block;
  width: 82px;
  height: 108px;
  margin: 0 0 12px;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  transition-duration: .2s;
}

.product-gallery .pager .item {
  border: 1px solid transparent;
  background: #fff;
}

.product-gallery .pager .item.is-active {
  border-color: #000;
}

.product-gallery .pager button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.product-gallery .pager > *:hover {
  opacity: .7;
}

.product-gallery .pager > * img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.zoom {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-summary {
  flex: 1 1 0;
  width: auto;
  border: 0;
  margin: 0 0 17px;
  padding: 0;
  background: #fff;
  font-size: 13px;
}

.product-summary h1.title {
  display: block;
  margin: 18px 0 32px;
  color: #222;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.product-summary__meta {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.product-summary__meta .stock-line {
  display: none;
}

.product-summary__intro {
  margin-top: 24px;
  color: #111;
  font-size: 14px;
  line-height: 1.35;
}

.fc span,
.material span {
  color: #7e7e7e;
  font-weight: 400;
}

.price-block {
  margin: 25px 0 18px;
  padding: 0;
  border-bottom: 0;
}

.price {
  color: #777;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
}

.old-price {
  margin-bottom: 7px;
  color: #999;
  font-size: 18px;
  text-decoration: line-through;
}

.product-tax {
  margin-top: 8px;
  color: var(--bt-muted);
}

.product-purchase {
  margin-top: 18px;
}

.product-options {
  display: grid;
  gap: 16px;
}

.offers-table {
  width: auto;
  margin: 20px 0;
  border-collapse: separate;
  border-spacing: 0;
  color: #333;
}

.offers-table th,
.offers-table td {
  border: 1px solid #cfcfcf;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
}

.offers-table th {
  border: 0;
  padding: 12px 0;
  background: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.offers-table td {
  width: 35px;
  height: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.offers-table td:hover,
.offers-table td.is-active {
  border-color: #333;
  background: #fff;
  color: #111;
}

.color-block {
  display: inline-flex;
  width: 65px;
  height: 35px;
  overflow: hidden;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.color-block span {
  display: block;
  flex: 0 0 auto;
  height: 100%;
}

.color-block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offers-table .single-prop td:first-child {
  display: none;
}

.offers-table .single-prop td.withhex {
  position: relative;
  max-height: 30px;
  padding: 0;
  vertical-align: top;
}

.offers-table .single-prop td.withhex > .color-block {
  display: inline-flex;
  border: 0;
}

.offers-table .single-prop td.withhex.is-active {
  border-color: #000;
}

.offers-table .custom-title {
  position: absolute;
  left: 0;
  top: -28px;
  z-index: 4;
  display: none;
  padding: 4px 6px;
  background: #f7f7f7;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.offers-table .color-block:hover + .custom-title,
.offers-table td.withhex:focus-within .custom-title {
  display: block;
}

.is-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.option-swatches__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.option-swatch {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  margin: 0;
  border: 1px solid var(--bt-line);
  padding: 7px 10px;
  background: var(--bt-soft);
  cursor: pointer;
  font-weight: 400 !important;
}

.option-swatch input {
  margin: 0;
}

.option-swatch img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.product-buy-row {
  display: block;
  margin-top: 4px;
}

.quantity-block > span {
  float: left;
  margin-right: 15px;
  color: #222;
  font-size: 18px;
  line-height: 33px;
}

.quantity {
  display: block;
  height: 33px;
  border: 0;
}

.quantity button {
  width: 50px;
  height: 33px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 33px;
}

.quantity input {
  width: 50px;
  height: 33px;
  border: 0;
  background: #f7f7f7;
  margin: 0 5px;
  padding: 0;
  color: #111;
  font-size: 17px;
  text-align: center;
}

.quantity-block {
  min-height: 33px;
  margin-bottom: 17px;
}

.btn-buy {
  display: inline-flex;
  width: 217px;
  height: 50px;
  min-height: 50px;
  border-radius: 3px;
  padding: 0 30px;
  background: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.product-actions button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: #fff;
  padding: 0;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.share {
  margin-top: 48px;
}

.share h4 {
  margin: 0 0 18px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.socials ul {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.socials a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  color: #777;
}

.product-tabs-clean {
  margin-bottom: 42px;
}

.page-product .product-tabs-clean {
  display: none;
}

.page-product .product-detail {
  margin-bottom: 0;
}

.product-tabs-clean .nav-tabs {
  border-bottom: 1px solid var(--bt-line);
}

.product-tabs-clean .nav-tabs > li > a {
  border-radius: 0;
  color: var(--bt-text);
}

.product-tabs-clean .nav-tabs > li.active > a {
  border-color: var(--bt-line);
  border-bottom-color: #fff;
}

.product-tabs-clean .tab-content {
  padding: 22px 0;
}

.product-comments {
  clear: both;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 36px;
}

.product-comments:after {
  content: "";
  display: block;
  clear: both;
}

.product-comments h2 {
  float: left;
  margin: 0 20px 0 0;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}

.product-comments .custom-button {
  float: right;
  display: block;
  min-height: 50px;
  border: 0;
  padding: 0 20px;
  background: #b3b3b3;
  color: #000;
  font-family: "pn", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
}

.product-comments .custom-button:hover {
  background: #4c4c4c;
  color: #fff;
}

.product-review-panel {
  display: none;
  clear: both;
  padding-top: 30px;
}

.product-review-panel .form-group {
  margin: 0 0 16px;
}

.product-review-panel label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.product-review-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-review-rating label {
  margin: 0 10px 0 0;
}

.recently-viewed-products {
  clear: both;
  margin: 40px 0 11px;
  padding-top: 24px;
  border-top: 1px solid #e3e3e3;
}

.recently-viewed-products h2 {
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: 600;
}

.recently-viewed-products__list {
  font-size: 0;
}

.recently-viewed-products__item {
  display: inline-block;
  width: 196px;
  padding: 0 15px;
  font-size: 13px;
  text-align: center;
  vertical-align: top;
}

.recently-viewed-products__image {
  display: block;
  height: 200px;
  margin-bottom: 20px;
}

.recently-viewed-products__image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.recently-viewed-products__title {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.recently-viewed-products__title a {
  color: #000;
}

.recently-viewed-products__title a:hover {
  color: #333;
}

.recently-viewed-products__price {
  display: inline-block;
  color: #7d7d7d;
  font-size: 16px;
}

.recently-viewed-products__price span {
  color: #f16866;
}

.recently-viewed-products__price del {
  margin-left: 3px;
  color: #7d7d7d;
  font-size: 13px;
}

.related-products h2 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 400;
}

.site-footer {
  margin-top: 75px;
  background: #fff;
  color: #7d7d7d;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1.2fr 1.55fr 1fr;
  gap: 34px;
  border-top: 1px solid #e3e3e3;
  padding: 43px 0 12px;
}

.site-footer__logo img {
  width: 172px;
  height: auto;
  display: block;
}

.site-footer__phone {
  margin-top: 30px;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-align: right;
}

.site-footer__schedule {
  margin-top: 4px;
  color: #707070;
  font-size: 12px;
  text-align: right;
}

.site-footer h5 {
  margin: 0 0 12px;
  color: #111;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 7px;
}

.site-footer a {
  color: #7d7d7d;
}

.site-footer a:hover {
  color: #000;
}

.site-footer__socials {
  display: flex;
  gap: 8px;
}

.site-footer .site-footer__socials li + li {
  margin-top: 0;
}

.site-footer__socials a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  color: #777;
}

.copyright {
  padding: 10px 0 25px;
  color: #7d7d7d;
  font-size: 13px;
  letter-spacing: .1px;
}

.empty-state {
  padding: 40px 0;
  text-align: center;
}

.home-page {
  padding: 0 0 18px;
}

.wide-banner {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

.wide-banner a,
.wide-banner img {
  display: block;
}

.wide-banner img {
  width: 100%;
  height: auto;
}

.main-slider {
  max-height: 513px;
}

.row-slider {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 62px;
}

.row-slider .item {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.row-slider .item a,
.row-slider .item img {
  display: block;
}

.row-slider .item img {
  width: 100%;
  height: auto;
}

.row-slider .item span {
  position: absolute;
  right: 0;
  bottom: 11px;
  left: 0;
  width: 144px;
  margin: auto;
  padding: 8px 10px;
  background: rgba(255, 255, 255, .88);
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.25;
}

.row-slider .item span b {
  display: block;
  font-weight: 600;
}

.two-columns-text {
  margin-top: 0;
  margin-bottom: 54px;
}

.two-columns-text h1 {
  margin: 0 0 32px;
  color: #2d2d2d;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
}

.two-columns-text p {
  margin: 0;
  columns: 2;
  column-gap: 50px;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 24px;
}

.page-information {
  min-height: 520px;
}

.info-layout {
  display: block;
}

.info-content {
  max-width: none;
  padding-bottom: 38px;
}

.info-content h1 {
  margin: 0 0 24px;
  color: #222;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.info-text {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 24px;
}

.info-text h2,
.info-text h3 {
  margin: 28px 0 14px;
  color: #333;
  font-weight: 400;
}

.info-text p {
  margin: 0 0 16px;
}

.info-text img {
  max-width: 100%;
  height: auto;
}

.info-text img[align="left"] {
  margin: 0 22px 16px 0;
}

.info-text img[align="right"] {
  margin: 0 0 16px 22px;
}

.info-text ul {
  padding-left: 20px;
}

.info-text .bitrix-consent {
  color: #000;
}

.bobtex-personal-page h1 {
  margin: 0 0 14px;
  color: #222;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.personal-menu {
  margin: 0 0 72px;
}

.personal-menu a {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 8px 18px;
  background: #ebebeb;
  color: #7d7d7d;
  text-align: center;
  font-size: 21px;
  line-height: 24px;
}

.personal-menu a:hover,
.personal-menu a:focus {
  background: #dcdcdc;
  color: #222;
}

.bobtex-account-orders h1 {
  margin: 0 0 28px;
  color: #222;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.bobtex-account-orders h3 {
  margin: 0 0 12px;
  color: #333;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
}

.bobtex-account-orders .table-responsive {
  margin-bottom: 18px;
}

.bobtex-account-orders .table {
  color: #333;
  font-size: 14px;
}

.bobtex-account-orders .btn-info {
  border: 0;
  background: #111;
}

.sale-order-history-link {
  display: inline-block;
  margin: 0 28px 14px 0;
  color: #1a73e8;
  font-size: 14px;
}

.news-picture {
  float: left;
  margin: 0 15px 0 0;
}

.news-picture img {
  display: block;
}

.news-item {
  min-height: 220px;
  overflow: hidden;
  border-bottom: 1px solid #7d7d7d;
  padding: 20px 0;
}

.news-list .news-item:last-child {
  border: 0;
}

.news-item b {
  display: block;
  margin: 4px 0 8px;
  color: #7d7d7d;
  font-size: 20px;
  line-height: 1.2;
}

.news-item .news-date-time {
  display: block;
  color: #909090;
  font-size: 18px;
  line-height: 1.25;
}

.bobtex-reviews-page {
  color: #555;
}

.comments-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin-bottom: 36px;
}

.product-comments.comments-btns {
  display: block;
}

.comments-btns .custom-button {
  display: inline-flex;
  align-items: center;
  min-height: 41px;
  padding: 10px 20px;
  background: #b3b3b3;
  color: #000;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.comments-btns .custom-button:hover {
  background: #4c4c4c;
  color: #fff;
}

.comments-btns .custom-button img {
  height: 30px;
  width: auto;
  max-width: 120px;
  margin: 0 0 -10px 5px;
  object-fit: contain;
}

.comments-btns img {
  max-height: 30px;
  width: auto;
}

.comments {
  margin-top: 30px;
  clear: both;
}

.comment {
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.comment-head {
  min-height: 60px;
}

.comment-photo {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 15px 10px 0;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 9px;
  line-height: 60px;
}

.comment-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.comment-name {
  color: #333;
  font-size: 19px;
}

.comment-date {
  color: #909090;
  font-size: 13px;
  line-height: 30px;
}

.comment-rate {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}

.rate {
  display: inline-block;
}

.rate > span {
  float: left;
  width: 21px;
  height: 21px;
  background-image: url("/image/catalog/bitrix-comments/star.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.rate > span.full {
  background-image: url("/image/catalog/bitrix-comments/star-full.png");
}

.comment-rate .rate > span {
  width: 15px;
  height: 15px;
}

.comment-body {
  clear: both;
}

.comment-body h2 {
  margin: 10px 0 16px;
  color: #333;
  font-size: 28px;
  font-weight: 400;
}

.comment-body h3 {
  margin: 18px 0 6px;
  color: #333;
  font-size: 17px;
  font-weight: 600;
}

.comment-body-part-content {
  color: #666;
  font-size: 16px;
  line-height: 1.55;
}

h3 + .comment-body-part-content {
  padding-left: 20px;
}

.bitrix-contacts {
  display: grid;
  grid-template-columns: minmax(0, 590px) minmax(420px, 1fr);
  gap: 24px;
  color: #111;
  font-size: 18px;
  line-height: 1.45;
}

.bitrix-contacts h2 {
  margin: 0 0 32px;
  color: #111;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.bitrix-contacts__left {
  padding-right: 0;
}

.bitrix-contacts__intro {
  min-height: 188px;
  border-bottom: 1px solid #aaa;
}

.bitrix-contacts__intro p {
  margin: 0 0 20px;
}

.bitrix-contacts__red {
  color: #f00;
}

.bitrix-contacts__schedule {
  min-height: 350px;
  padding-top: 52px;
  border-bottom: 1px solid #aaa;
}

.bitrix-contacts__schedule h2 {
  margin-bottom: 44px;
  font-size: 22px;
  font-weight: 700;
}

.bitrix-contacts__schedule p {
  margin: 0 0 58px;
}

.bitrix-contacts__direct {
  padding-top: 12px;
  color: #666;
  font-size: 18px;
}

.bitrix-contacts__phone,
.bitrix-contacts__mail {
  display: flex;
  align-items: center;
}

.bitrix-contacts__phone {
  gap: 6px;
}

.bitrix-contacts__mail {
  margin-top: 18px;
  padding-left: 92px;
  gap: 10px;
}

.bitrix-contacts__icon,
.bitrix-contacts__mail-icon {
  width: 23px;
  height: 23px;
  display: inline-block;
  flex: 0 0 23px;
  object-fit: contain;
}

.bitrix-contacts__right {
  padding-top: 4px;
}

.bitrix-contacts__right h2 {
  margin: 0 0 40px;
}

.bitrix-contacts__map {
  width: 100%;
  min-height: 350px;
  overflow: hidden;
  background: #f7f7f7;
}

.bitrix-contacts__map > ymaps,
.bitrix-contacts__map iframe {
  display: block !important;
  width: 100% !important;
  min-height: 350px !important;
}

@media (max-width: 1200px) {
  .bobtex-container,
  body.bobtex-store > .container {
    width: min(940px, calc(100% - 32px));
  }

  .page-product {
    width: min(1152px, calc(100% - 48px));
  }

  .page-product .product-detail {
    display: block;
  }

  .product-gallery,
  .product-summary {
    width: 100%;
  }

  .product-summary h1.title {
    margin-bottom: 14px;
  }

  .btn-buy {
    margin-bottom: 10px;
  }

  .product-actions {
    margin-top: 14px;
  }

  .share {
    margin-top: 68px;
  }
}

@media (max-width: 980px) {
  .bobtex-container,
  body.bobtex-store > .container {
    width: min(700px, calc(100% - 32px));
  }

  .page-product {
    width: calc(100% - 48px);
  }

  .top-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 34px auto minmax(0, 1fr);
    align-items: center;
    justify-content: stretch;
    gap: 10px;
    min-height: 0;
    padding: 18px 0 14px;
    letter-spacing: 0;
  }

  .hamburger-nav {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }

  .site-logo {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
  }

  .site-logo img {
    width: 135px;
  }

  .site-header__right {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    justify-self: end;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    position: relative;
    z-index: 2;
  }

  .site-phone {
    display: none;
  }

  .site-auth-wrap {
    order: 2;
    justify-self: end;
    white-space: nowrap;
  }

  .site-auth span:not(.icon-user),
  .site-logout {
    display: none;
  }

  .site-wishlist,
  .site-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .site-wishlist {
    order: 3;
  }

  .site-cart {
    order: 4;
  }

  .site-search {
    order: 1;
    width: 28px;
    flex: 0 0 28px;
    max-width: none;
    margin: 0;
    overflow: visible;
  }

  .site-search .bobtex-search {
    width: 28px;
    border-bottom-color: transparent;
    justify-content: flex-end;
  }

  .site-search .bobtex-search input {
    display: none;
  }

  .site-search.is-search-open {
    position: relative;
    z-index: 6;
    width: 28px;
    flex-basis: 28px;
    margin: 0;
  }

  .site-search.is-search-open .bobtex-search {
    width: 28px;
    border-bottom-color: transparent;
  }

  .site-search.is-search-open .bobtex-search input {
    display: block;
    position: absolute;
    top: 50%;
    right: 28px;
    width: min(95px, calc(100vw - 48px));
    height: 30px;
    transform: translateY(-50%);
    border: 0;
    border-bottom: 1px solid #111;
    background: #fff;
    padding-right: 6px;
  }

  .main-nav__toggle {
    display: none;
    width: min(100%, 520px);
    margin: 0 auto;
    color: #7d7d7d;
    font-size: 18px;
    font-weight: 600;
  }

  .main-nav__toggle {
    font-size: 0;
  }

  .main-nav__toggle .fa {
    display: none;
  }

  .bobtex-nav-collapse {
    padding: 0;
  }

  .bobtex-nav-collapse.collapse:not(.in) {
    display: none !important;
  }

  .main-nav__list {
    display: block;
  }

  .main-nav__list > li > a {
    min-height: 42px;
    padding: 0;
  }

  .main-nav__dropdown {
    position: static;
    display: block;
    width: 100%;
    min-width: 0;
    padding: 14px 18px 18px;
    box-shadow: none;
  }

  .main-nav__list > li:hover .main-nav__dropdown {
    display: block;
  }

  .main-nav__heading {
    padding: 16px 0;
    font-size: 20px;
  }

  .main-nav__group + .main-nav__group .main-nav__heading {
    padding-top: 16px;
  }

  .main-nav__children {
    column-count: 1;
  }

  .row-slider {
    gap: 10px;
    margin-bottom: 28px;
  }

  .row-slider .item span {
    bottom: 7px;
    width: 132px;
    font-size: 12px;
  }

  .two-columns-text p {
    columns: 1;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-product .product-detail {
    width: 100%;
    margin: 0 auto;
  }

  .product-gallery {
    width: 100%;
    margin: 0 0 24px;
  }

  .gallery-container {
    display: grid;
    width: 100%;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 0 28px;
    max-width: 100%;
  }

  .product-gallery .pager {
    margin-top: 0;
  }

  .product-gallery .pager > *,
  .product-gallery .pager button.item {
    display: inline-block;
    width: 82px;
    height: 108px;
    margin: 0 0 12px;
  }

  .detail-image,
  .detail-image .item,
  .detail-image a {
    width: 100%;
    max-width: 100%;
  }

  .detail-image .item {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .product-summary {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .bitrix-contacts {
    grid-template-columns: 1fr;
  }

  .product-comments .custom-button {
    width: 100%;
    float: none;
    font-size: 16px;
  }

  .product-comments h2 {
    float: none;
    margin: 0 0 12px;
    line-height: 1.2;
  }

  .bitrix-contacts__left {
    padding-right: 0;
  }

  .product-summary {
    padding: 0;
  }
}

@media (max-width: 760px) {
  .wide-banner {
    margin-bottom: 8px;
  }

  .row-slider {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .row-slider .item span {
    width: 164px;
    padding: 10px;
    font-size: 14px;
  }

  .two-columns-text {
    margin-top: 26px;
  }

  .two-columns-text h1 {
    font-size: 21px;
  }

  .two-columns-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .info-text {
    font-size: 15px;
    line-height: 1.55;
  }

  .info-text img[align="left"],
  .info-text img[align="right"] {
    float: none;
    display: block;
    margin: 0 0 14px;
  }

  .news-picture {
    float: none;
    display: block;
    margin: 0 0 12px;
  }

  .news-picture img {
    width: 100%;
    height: auto;
  }

  .news-item {
    min-height: 0;
  }

  .site-cart {
    flex: 0 0 auto;
  }

  #cart {
    min-width: 0;
    width: auto !important;
    display: inline-flex !important;
  }

  #cart > button {
    width: auto !important;
  }

  .category-toolbar,
  .category-toolbar__controls {
    align-items: stretch;
    flex-direction: column;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .page-product {
    width: min(700px, calc(100% - 28px));
  }

  .page-product .product-detail {
    width: 100%;
    margin: 0 auto;
  }

  .bobtex-breadcrumb {
    width: 100%;
    margin: 24px auto 18px;
    font-size: 14px;
    line-height: 1.25;
  }

  .gallery-container {
    display: grid;
    width: 100%;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 0 12px;
    max-width: 100%;
  }

  .product-gallery .pager > *,
  .product-gallery .pager button.item {
    width: 70px;
    height: 94px;
  }

  .detail-image,
  .detail-image .item,
  .detail-image a {
    width: 100%;
    max-width: 100%;
  }

  .detail-image .item {
    height: auto;
    aspect-ratio: 1 / 1;
    max-height: calc(100vw * 1.6);
  }

  .product-summary {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .product-summary h1.title {
    margin: 24px 0 22px;
    font-size: clamp(30px, 8.4vw, 48px);
    line-height: 1.03;
  }

  .product-summary__meta {
    font-size: clamp(20px, 4.8vw, 30px);
  }

  .price-block {
    margin: 28px 0 28px;
  }

  .price {
    font-size: clamp(36px, 8.5vw, 48px);
  }

  .offers-table th {
    font-size: 24px;
  }

  .color-block {
    width: 96px;
    height: 58px;
  }

  .quantity-block {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
  }

  .quantity-block > span {
    float: none;
    display: block;
    flex: 0 0 auto;
    margin: 0;
    font-size: 28px;
    line-height: 33px;
  }

  .quantity {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
  }

  .btn-buy {
    width: min(100%, 260px);
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  .bobtex-container,
  body.bobtex-store > .container {
    width: calc(100% - 48px);
  }

  .page-product {
    width: calc(100% - 48px);
  }

  .product-summary h1.title {
    font-size: clamp(28px, 10vw, 38px);
  }
}

@media (max-width: 460px) {
  .bobtex-container,
  body.bobtex-store > .container {
    width: calc(100% - 48px);
  }

  .page-product {
    width: calc(100% - 48px);
  }

  .top-wrap {
    padding-top: 18px;
  }

  .site-logo img {
    width: 135px;
  }

  .main-nav__toggle,
  .page-product .product-detail,
  .bobtex-breadcrumb,
  .product-summary {
    width: 100%;
  }

  .product-summary h1.title {
    font-size: clamp(28px, 10vw, 38px);
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-buy-row {
    grid-template-columns: 1fr;
  }

  .quantity-block {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .comment {
    padding: 24px 0;
  }

  .comment-photo {
    float: none;
    margin: 0 0 12px;
  }

  .comment-rate {
    float: none;
    margin: 8px 0 0;
  }

  .comment-body h2 {
    font-size: 22px;
  }
}
