@import url(../css/bootstrap.min.css);
body, html {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}

.with-inner-padding {
  padding: 0;
}

.with-inner-padding > * {
  padding: 0 10.5px;
}

.sticky-mobile {
  position: sticky;
  top: 0;
  z-index: 99;
}
@media (min-width: 768px) {
  
  .sticky-mobile {
    position: static;
  }
}

.sticky-mobile:not(.sticky-mobile--quick-add-active) .sticky-shade-select-content {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
}

.sticky-mobile:not(.sticky-mobile--quick-add-active) .shade-show-btn-wrapper {
  display: block;
}

.sticky-mobile:not(.sticky-mobile--quick-add-active) .sticky-shade-select {
  display: none;
}

.sticky-shade-select {
  display: block;
}

.shade-show-btn-wrapper {
  display: none;
}

.sticky-shade-select-content {
  margin-left: auto;
  margin-right: auto;
  min-width: 200px;
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 400ms;
}

.sticky-shade-select-content input {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.sticky-shade-select-content input:checked + label .sticky-shade-select-image {
  border-color: #000;
}

.sticky-shade-select-content label {
  cursor: pointer;
  margin: 0 6px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.sticky-shade-select-content li {
  width: 50%;
  text-align: left;
}

.sticky-shade-select-content li:nth-child(n+3) {
  margin-top: 12px;
}

.sticky-shade-select-content .sticky-shade-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 50px);
}

.sticky-shade-select-content .quantity {
  margin: 0 auto;
}

.sticky-shade-select-content .sticky-shade-select-image {
  border: 2px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  transition: border-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  vertical-align: middle;
  width: 34px;
  height: 34px;
}

.sticky-shade-select-content .sticky-shade-select-image i {
  display: block;
  width: 100%;
  height: 100%;
}

.desktop-content {
  display: none;
}
@media (min-width: 768px) {
  
  .desktop-content {
    display: block;
  }
}

.mobile-content {
  display: block;
}
@media (min-width: 768px) {
  
  .mobile-content {
    display: none;
  }
}
@media (min-width: 768px) {
  
  .dropdown-toggle:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  
  .container {
    max-width: 1620px;
  }
}

.w-65 {
  width: 65% !important;
}

.w-90 {
  width: 90% !important;
}
@media (min-width: 768px) {
  
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  
  .w-md-50 {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  
  .h-md-75 {
    height: 75% !important;
  }
}
@media (min-width: 768px) {
  
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  
  .w-lg-50 {
    width: 50% !important;
  }
}

.w-95 {
  width: 95% !important;
}
@media (min-width: 768px) {
  
  .me-md-10 {
    margin-right: 10px;
  }
}
@media (min-width: 1400px) {
  
  .me-xxl-60 {
    margin-right: 60px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  
  .mt-30 {
    margin-top: 60px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-160 {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  
  .mb-160 {
    margin-bottom: 160px;
  }
}
@media (min-width: 768px) {
  
  .mb-md-160 {
    margin-bottom: 160px;
  }
}
@media (min-width: 992px) {
  
  .mb-lg-160 {
    margin-bottom: 160px;
  }
}

.ms-120 {
  margin-left: 120px;
}
@media (min-width: 992px) {
  
  .ms-lg-120 {
    margin-left: 120px;
  }
}

.me-120 {
  margin-right: 60px;
}
@media (min-width: 992px) {
  
  .me-120 {
    margin-right: 120px;
  }
}
@media (min-width: 768px) {
  
  .pt-md-120 {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  
  .me-lg-120 {
    margin-right: 120px;
  }
}

.with-spacing {
  letter-spacing: 0.08em;
}

.with-spacing--lg {
  letter-spacing: 0.11em;
}

.px-6 {
  padding-left: 42px;
  padding-right: 42px;
}
@media (min-width: 992px) {
  
  .px-6 {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media (min-width: 768px) {
  
  .px-6 {
    padding-left: 63px;
    padding-right: 63px;
  }
}

.py-6 {
  padding-top: 42px;
  padding-bottom: 42px;
}
@media (min-width: 992px) {
  
  .py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.fw-500 {
  font-weight: 500;
}

.fs-6 {
  font-size: 1rem !important;
}
@media (min-width: 1400px) {
  
  .fs-6 {
    font-size: 12px !important;
  }
}

.fs-10 {
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  
  .fs-10 {
    font-size: 12px !important;
  }
}

.fs-12-inverted {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  
  .fs-12-inverted {
    font-size: 10px;
  }
}

.fs-10-main {
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  
  .fs-10-main {
    font-size: 18px;
  }
}

.fs-12 {
  font-size: 12px;
  line-height: 1.5;
}

.fs-12-main {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  
  .fs-12-main {
    font-size: 24px;
  }
}

.fs-14 {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  
  .fs-14 {
    font-size: 18px;
  }
}

.fs-14-main {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  
  .fs-14-main {
    font-size: 28px;
  }
}

.fs-15 {
  font-size: 15px;
  line-height: 1.5;
}

.fs-16 {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  
  .fs-16 {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  
  .fs-lg-16 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.fs-18 {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  
  .fs-18 {
    font-size: 24px;
  }
}

.fs-24 {
  font-size: 24px;
  line-height: 1.5;
}

.fs-24-incr {
  font-size: 24px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  
  .fs-24-incr {
    font-size: 48px;
  }
}

.fs-28 {
  font-size: 28px;
  line-height: 1.5;
}

.fs-32 {
  font-size: 32px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  
  .fs-32 {
    font-size: 72px;
    line-height: 95px;
  }
}

.px-4c {
  padding-left: 32px;
  padding-right: 32px;
}

.py-5c {
  padding-top: 56px;
  padding-bottom: 56px;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

.first-full-screen {
  min-height: calc(100vh - 105px);
}

.home__button-price {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
  height: 100%;
}

.home__main-text {
  max-width: 600px;
  width: 100%;
}

.home__bracket {
  fill: #000;
}
@media (min-width: 992px) {
  
  .home__bracket {
    transform: scale(1.65);
  }
}

.home__bracket--rotated {
  transform-origin: center;
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  
  .home__bracket--rotated {
    transform: scale(1.65) rotate(180deg);
  }
}

.home__second-bg {
  position: absolute;
  inset: 0;
}

.home__second-bg img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.home__second-text {
  font-weight: 500;
  position: absolute;
  left: 35px;
  bottom: 125px;
  max-width: 335px;
  line-height: 19px;
}
@media (min-width: 992px) {
  
  .home__second-text {
    bottom: 145px;
    left: 155px;
    max-width: 655px;
    line-height: 37px;
  }
}
@media (min-width: 768px) {
  
  .home__third {
    padding: 0 120px;
  }
}

.home__fifth-icon {
  fill: #000;
}

.button {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  width: 140px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  letter-spacing: 0.11em;
  cursor: pointer;
  transition: color 150ms ease-out, background-color 150ms ease-out;
  font-size: 12px;
}

.button--small {
  width: 120px;
  height: 40px;
}

.button--small.with-price {
  position: relative;
  padding-right: 100px;
  margin-right: 21px !important;
  margin-left: 21px !important;
  width: calc(100% - 42px);
}

.button--small.with-price span {
  width: 100px;
  position: absolute;
  right: 0;
  height: 100%;
}
@media (min-width: 768px) {
  
  .button--small.with-price {
    position: static;
    padding-right: 0;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 120px;
  }
}

.button--wide {
  width: calc(100% - 100px);
}

.button:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  
  .button {
    width: 165px;
    height: 55px;
    font-size: 14px;
  }
}

.split-pane__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

ol {
  padding-left: 0;
}

ol li {
  list-style: inside decimal;
}

.video {
  max-width: unset;
  width: auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 721px) {
  
  .video {
    right: 0;
  }
}
@media (min-width: 768px) {
  
  .video {
    min-width: 100%;
    min-height: 100%;
  }
}

.video-text-wrap {
  top: 50%;
  transform: translateY(-50%);
}

.video-text {
  line-height: 19px;
}
@media (min-width: 768px) {
  
  .video-text {
    line-height: 24px;
    max-width: 580px;
  }
}

.full-screen-image {
  object-fit: cover;
}

.old-price {
  color: #a8a8a8;
  text-decoration: line-through;
}

.product-page .prod-shade-select {
  position: relative;
}

.product-page .prod-shade-select button {
  display: none;
}

.product-page .prod-shade-select input:checked + label .prod-shade-name {
  left: 0;
  transform: translateY(50%);
}

.product-page .prod-shade-select ul {
  justify-content: flex-start !important;
}

.product-page .prod-shade-select ul li {
  margin-right: 25px;
}

.product-page .prod-shade-select ul li label {
  margin: 0;
}

.product-page .prod-shade-select ul li:last-child {
  margin: 0;
}

.image-wrap {
  width: 100%;
}

.image-wrap img {
  width: 100%;
}
