/* spacers */
[class*="spacer"] {
  clear: both;
  width: 100%;
}
.spacer-xl {
  height: var(--sp-xl);
}
.spacer-lg {
  height: var(--sp-lg);
}
.spacer-md {
  height: var(--sp-md);
}
.spacer-sm {
  height: var(--sp-sm);
}
.spacer-xs {
  height: var(--sp-xs);
}

a,
a:active,
a:hover,
a:link,
a:visited {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}
a,
iframe {
  outline: 0;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  line-height: 130%;
  font-weight: 600;
  font-family: "Tektur", sans-serif;
}

.h1,
.h2,
.h3,
b,
h1,
h2,
h3,
strong {
  font-weight: 600;
}
.white {
  color: #fff;
}
a {
  color: inherit;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
iframe {
  border: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.h1,
h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.h2,
h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.h3,
h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page.article {
  padding: 60px 0;
}
.page.article .container {
  max-width: 1400px;
}

/* ===== TEXT ===== */
.article {
  font-size: 15px;
  line-height: 1.5;
  color: #222;
}

.article p {
  margin-bottom: 16px;
}

.article strong,
.article b {
  font-weight: 600;
}

.article i,
.article em {
  font-style: italic;
}

/* ===== HEADINGS ===== */
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.article * + h1,
.article * + h2,
.article * + h3,
.article * + h4,
.article * + h5,
.article * + h6 {
  margin-top: 30px;
}

.h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.35;
}

.h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}

/* ===== LINKS ===== */
.article a {
  color: inherit;
  text-decoration: underline;
}

.article a:hover {
  text-decoration: none;
}

/* ===== LISTS ===== */
.article ul,
.article ol {
  margin: 0 0 16px 20px;
}

.article li {
  margin-bottom: 8px;
}

/* ===== TABLE ===== */
.article table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.article table th,
.article table td {
  border: 1px solid #ccc;
  padding: 10px 20px;
  text-align: left;
}

/* ===== MEDIA ===== */
.article img,
.article video,
.article iframe {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}

/* ===== FIGURE ===== */
.article figure {
  margin: 20px 0;
}

.article figcaption {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
  text-align: center;
}

/* ===== QUOTES ===== */
.article blockquote {
  margin: 20px 0;
  padding: 12px 16px;
  border-left: 3px solid #ccc;
  color: #555;
  font-style: italic;
}

/* ===== CODE ===== */
.article code {
  font-family: monospace;
  background: #f6f6f6;
  padding: 2px 6px;
  border-radius: 4px;
}

.article pre {
  background: #f6f6f6;
  padding: 16px;
  overflow-x: auto;
  margin-bottom: 20px;
}

/* ===== HR ===== */
.article hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

/* ===== SMALL / SUB / SUP ===== */
.article small {
  font-size: 13px;
  color: #666;
}

.article sub,
.article sup {
  font-size: 75%;
}

/* ===== ADDRESS ===== */
.article address {
  font-style: normal;
  color: #666;
}

/* ===== LISTS ===== */
.article ul,
.article ol {
  margin: 0 0 16px 24px;
  padding: 0;
}

.article ul {
  list-style: disc;
}

.article ol {
  list-style: decimal;
}

.article li {
  margin-bottom: 8px;
}

/* nested lists */
.article li > ul,
.article li > ol {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 20px;
}

.article ul ul {
  list-style: circle;
}

.article ul ul ul {
  list-style: square;
}

.article ol ol {
  list-style: lower-alpha;
}

.article ol ol ol {
  list-style: lower-roman;
}
.product-detail__content-prices .old {
  text-decoration: line-through;
}

@media (max-width: 1450px) {
}
@media (max-width: 1200px) {
  .h1,
  h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 30px;
    line-height: 1.4;
  }
  .h2,
  h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .h3,
  h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
