html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@font-face {
  font-family: brillume-beta-text;
  src: url("fonts/BrillumeBeta-Text.woff2") format("woff2"), url("fonts/BrillumeBeta-Text.woff") format("woff");
}
@font-face {
  font-family: brillume-beta-headline;
  src: url("fonts/BrillumeBeta-Headline.woff2") format("woff2"), url("fonts/BrillumeBeta-Headline.woff") format("woff");
}
*, ::before, ::after {
  box-sizing: border-box;
}

:focus-visible {
  outline: none;
}

:root {
  --deep-blue: rgba(7,9,18,1);
  --white: #dadada;
  --white-semi: rgba(224,224,224,.54);
  --blue: #dadada;
  --blue-dark: rgba(224,224,224,.54);
  --off-black: rgba(18,18,18,1);
  --font-text: "brillume-beta-text", sans-serif;
  --font-display: "brillume-beta-headline", sans-serif;
  --font-size: 0.7px;
  --easing: cubic-bezier(.6,0,.4,1);
}

html {
  scroll-padding-top: 90px;
  font-size: 7px;
}

body {
  font-size: calc(24 * var(--font-size));
  line-height: 1.3;
  font-family: var(--font-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: var(--deep-blue);
  color: var(--blue);
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  transition: opacity 0.5s;
}
body.fade-out {
  opacity: 0;
}

a {
  color: var(--blue);
  text-decoration: none;
  transition: opacity 0.1s;
}
a:hover, a:focus {
  opacity: 0.54;
}

input, button {
  font-family: var(--font-text);
}

.container {
  padding: 0 30px;
  width: 100%;
}

[data-cursor] {
  cursor: none;
}

#cursor {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  margin-top: -30px;
  margin-left: -30px;
  pointer-events: none;
  z-index: 1000000;
  font-size: 0;
}
#cursor:not(.hidden) {
  display: block;
}
#cursor.arrowleft {
  background-image: url("../img/icons/arrow-white-left.svg");
}
#cursor.arrowright {
  background-image: url("../img/icons/arrow-white-right.svg");
}
#cursor.tooltip {
  font-size: 0;
  padding: 3px 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  white-space: nowrap;
  width: 58px;
  height: 22px;
  background-image: url("../img/icons/tooltip.svg");
  background-size: 100%;
  background-position: center;
}
#cursor.text {
  font-size: calc(18 * var(--font-size));
  line-height: 1em;
  padding: 4px 10px 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  white-space: nowrap;
  width: fit-content;
  height: 22px;
}

.row-forced {
  display: flex;
  margin: 0 -15px;
}
.row-forced .col-1-2 {
  width: 50%;
  padding: 0 15px;
}

.ta-r {
  text-align: right;
}

.btn {
  color: var(--white);
  border: 1px solid var(--white);
  text-transform: uppercase;
  font-size: calc(21 * var(--font-size));
  text-align: center;
  padding: 9px 20px;
  background-color: transparent;
  display: inline-block;
  height: 36px;
  line-height: 14px;
  width: 100%;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  opacity: 1;
}
.btn.btn-blue {
  color: var(--blue);
  border-color: var(--blue);
}
.btn.btn-white {
  color: var(--deep-blue);
  background-color: var(--white);
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background-color: var(--deep-blue);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--blue);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid transparent;
  background-color: var(--deep-blue);
  height: 60px;
}
#header h1 {
  display: inline-block;
}
#header #logo {
  height: 20px;
  width: auto;
  display: inline-block;
}
#header #logo svg {
  height: 100%;
  vertical-align: top;
}
#header #logo:hover, #header #logo:focus {
  opacity: 1;
}
#header #main-menu {
  margin: 20px 0 10px;
  display: none;
}
#header #main-menu li {
  display: block;
  line-height: 16px;
  vertical-align: top;
  position: relative;
}
#header #main-menu li a {
  color: var(--white);
  text-transform: uppercase;
  font-size: calc(21 * var(--font-size));
  position: relative;
  z-index: 11;
  padding: 5px 0;
  display: inline-block;
}
#header #main-menu li.active a {
  opacity: 0.54;
}
#header #main-menu li.active .menu-subitem {
  display: block;
}
#header #main-menu li:not(:last-child) {
  margin-right: 10px;
}
#header #main-menu li .menu-subitem {
  width: 140px;
  padding: 0 0 0 10px;
  display: none;
}
#header #main-menu li .menu-subitem li {
  display: block;
  margin: 0;
}
#header #main-menu li .menu-subitem li a {
  opacity: 0.54;
  padding: 5px 0;
  display: inline-block;
}
#header #main-menu li .menu-subitem li a:hover, #header #main-menu li .menu-subitem li a:focus {
  opacity: 1;
}
#header .header-right {
  display: none;
  padding-top: 20px;
}
#header .header-right button {
  margin-right: 10px;
  background-color: transparent;
  color: var(--white);
  font-size: calc(21 * var(--font-size));
  border: 0 none;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  line-height: 16px;
}
#header .header-right button:hover {
  opacity: 0.54;
}

#menu-button {
  width: 20px;
  height: 20px;
  background-color: transparent;
  position: fixed;
  top: 20px;
  right: 30px;
  border: 0 none;
  cursor: pointer;
}
#menu-button span {
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: var(--white);
}
#menu-button span:last-child {
  top: 12px;
}

#menu {
  display: none;
}

body.mobile-menu-opened #header {
  height: 100vh;
  background-color: var(--deep-blue) !important;
  border-bottom: 0;
}
body.mobile-menu-opened #header #main-menu {
  display: block;
}
body.mobile-menu-opened #header .header-right {
  display: block;
}

#settings {
  display: none;
}
#settings .settings-image {
  display: none;
}

#settings-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--deep-blue);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

#header .header-right button {
  position: relative;
  z-index: 2;
}

body.settings-menu-opened #settings {
  display: block;
}
body.settings-menu-opened #settings-overlay {
  opacity: 0.45;
}

.setting-box {
  width: 200px;
  margin: 25px 0 0;
  font-size: calc(18 * var(--font-size));
  text-transform: uppercase;
}
.setting-box .title {
  color: var(--blue);
  margin-bottom: 10px;
}
.setting-box .group {
  border: 1px solid var(--blue);
  width: 100%;
  position: relative;
}
.setting-box .group input {
  visibility: hidden;
  position: absolute;
  left: -10000px;
}
.setting-box .group label {
  display: flex;
  font-size: calc(21 * var(--font-size));
  cursor: pointer;
}
.setting-box .group label .part {
  width: 50%;
  text-align: center;
  padding: 5px 0;
  z-index: 3;
  position: relative;
}
.setting-box .group label:after {
  content: "";
  width: calc(50% + 2px);
  height: calc(100% + 2px);
  display: inline-block;
  position: absolute;
  top: -1px;
  background-color: var(--blue);
  z-index: 2;
  transition: left 0.2s ease-in-out;
}
.setting-box .group input:checked + label:after {
  left: calc(50% - 1px);
}
.setting-box .group input:checked + label .part:nth-child(1) {
  color: var(--blue);
}
.setting-box .group input:checked + label .part:nth-child(2) {
  color: var(--deep-blue);
}
.setting-box .group input:not(:checked) + label:after {
  left: -1px;
}
.setting-box .group input:not(:checked) + label .part:nth-child(1) {
  color: var(--deep-blue);
}
.setting-box .group input:not(:checked) + label .part:nth-child(2) {
  color: var(--blue);
}

#cart {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  z-index: 200;
  pointer-events: none;
}
#cart .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--deep-blue);
  opacity: 0.45;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
#cart .panel {
  max-width: 540px;
  width: calc(100% - 40px);
  position: absolute;
  right: -540px;
  top: 0;
  height: 100%;
  z-index: 2;
  background-color: var(--off-black);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transition: right 0.3s;
}
#cart .panel header {
  padding: 20px 0;
  height: 60px;
  font-size: calc(18 * var(--font-size));
  text-transform: uppercase;
  color: var(--white);
  line-height: 20px;
  position: sticky;
  top: 0;
  z-index: 1;
}
#cart .panel .content {
  margin: 0 0 -1px;
  position: relative;
  z-index: 0;
}
#cart .panel .item {
  padding: 45px 0;
  font-size: calc(18 * var(--font-size));
  margin-bottom: 0;
}
#cart .panel .item .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
#cart .panel .item header {
  font-size: calc(21 * var(--font-size));
  padding: 0;
  border: 0;
  height: auto;
  display: flex;
  line-height: 1em;
  background-color: var(--off-black);
}
#cart .panel .item header .price {
  text-align: right;
  width: 100%;
}
#cart .panel .item .description {
  text-transform: uppercase;
  line-height: 1em;
}
#cart .panel .item .buttons {
  margin-top: auto;
  display: flex;
}
#cart .panel .item .buttons .quantity-holder {
  color: var(--white);
}
#cart .panel .item .buttons .quantity-holder .quantity {
  width: 60px;
  border: 1px solid var(--white);
  position: relative;
}
#cart .panel .item .buttons .quantity-holder input {
  width: calc(100% - 20px);
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  text-align: center;
  color: var(--white);
  background-color: transparent;
  border: 0;
  font-size: calc(21 * var(--font-size));
}
#cart .panel .item .buttons .quantity-holder input:hover, #cart .panel .item .buttons .quantity-holder input:focus {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
#cart .panel .item .buttons .quantity-holder button {
  width: 20px;
  font-size: 20px;
  line-height: 18px;
  border: 0;
  border-left: 1px solid var(--white);
  height: 18px;
  position: absolute;
  right: 0;
  padding: 0;
  vertical-align: top;
  background-color: transparent;
  color: var(--white);
  cursor: pointer;
}
#cart .panel .item .buttons .quantity-holder button:last-child {
  top: 18px;
  border-top: 1px solid var(--white);
}
#cart .panel .item .buttons .quantity-holder .label {
  margin-top: 3px;
}
#cart .panel .item .buttons .remove-button {
  width: auto;
  margin-left: auto;
  margin-top: auto;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  opacity: 0.54;
  cursor: pointer;
  transition: color 0.2s;
  color: var(--white);
}
#cart .panel .item .buttons .remove-button:hover {
  opacity: 1;
}
#cart .panel .close-button {
  padding: 0;
  border: 0;
  margin-left: auto;
  background-color: transparent;
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
  font-size: calc(18 * var(--font-size));
  opacity: 0.54;
}
#cart .panel .close-button:hover {
  opacity: 1;
}
#cart .panel .image-holder {
  position: relative;
}
#cart .panel .image-holder img {
  width: 100%;
  vertical-align: top;
}
#cart .panel .image-holder .image {
  height: auto;
}
#cart .panel .image-holder .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 15px;
  color: var(--white);
  border: 1px solid var(--white);
  text-transform: uppercase;
  font-size: calc(15 * var(--font-size));
}
#cart .panel footer {
  margin-top: auto;
  padding: 30px 0;
  position: sticky;
  bottom: 0;
}
#cart .panel footer header {
  padding: 0;
  height: auto;
  display: flex;
  border: 0;
  margin: 0 0 15px;
}
#cart .panel footer header h3 {
  margin-right: auto;
  font-size: calc(21 * var(--font-size));
}
#cart .panel footer .label {
  text-transform: uppercase;
  font-size: calc(18 * var(--font-size));
  color: var(--white);
}

body.cart-opened #cart {
  pointer-events: auto;
}
body.cart-opened #cart .overlay {
  opacity: 0.45;
}
body.cart-opened #cart .panel {
  right: 0;
}

body.cart-opened #cart .overlay, #menu::before {
  opacity: 0.63;
}

.form .input-holder {
  position: relative;
  margin-bottom: 20px;
}
.form .input-holder label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  transition: width 0.5s;
  height: 100%;
  font-size: 0;
  border-bottom: 1px solid var(--blue);
}
.form input, .form textarea {
  width: 100%;
  font-size: calc(21 * var(--font-size));
  font-family: var(--font-text);
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--blue-dark);
  color: var(--blue-dark);
  max-width: 100%;
  vertical-align: top;
}
.form input:not(:placeholder-shown), .form input:focus, .form textarea:not(:placeholder-shown), .form textarea:focus {
  color: var(--blue);
}
.form input:not(:placeholder-shown) + label, .form input:focus + label, .form textarea:not(:placeholder-shown) + label, .form textarea:focus + label {
  width: 100%;
}
.form textarea {
  height: 240px;
  text-transform: none;
  font-size: calc(30 * var(--font-size));
}
.form ::placeholder {
  opacity: 1;
  color: var(--blue-dark);
}

.select {
  position: relative;
  cursor: pointer;
  color: var(--blue);
  margin-bottom: 15px;
  border-bottom: 1px solid var(--blue);
}
.select .select-trigger {
  position: relative;
  padding: 1px 3px;
  height: 100%;
}
.select .select-trigger::after {
  position: absolute;
  right: 0px;
  top: 5px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/img/plus.svg");
}
.select .select-trigger input {
  border: 0;
  background-color: transparent;
  padding: 0;
  color: var(--blue);
  font-size: calc(21 * var(--font-size));
  line-height: 16px;
  font-family: var(--font-text);
  pointer-events: none;
}
.select .select-options {
  position: absolute;
  top: 24px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  background-color: var(--blue);
}
.select .select-options .option {
  display: block;
  padding: 3px 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  background-color: var(--blue);
  text-transform: uppercase;
  color: var(--deep-blue);
  font-size: calc(21 * var(--font-size));
}
.select .select-options .option.selected, .select .select-options .option.selected:hover {
  color: var(--white);
  background-color: var(--deep-blue);
}
.select .select-options .option:hover {
  color: var(--white);
  background-color: var(--deep-blue);
}
.select .select-options .option.disabled {
  pointer-events: none;
  opacity: 0.36;
}
.select.opened .select-options {
  opacity: 1;
  pointer-events: auto;
}

#footer {
  padding-top: 80px;
  position: relative;
  z-index: 3;
  margin-top: auto;
  background-color: var(--deep-blue);
}
#footer .footer-logo {
  margin-bottom: 40px;
  position: relative;
  opacity: 0.54;
  width: 100%;
  max-width: 320px;
}
#footer .footer-info {
  font-size: calc(18 * var(--font-size));
  color: var(--blue);
}
#footer .footer-info h3 {
  font-size: calc(24 * var(--font-size));
  color: var(--blue);
  text-transform: uppercase;
  line-height: 1em;
  font-family: var(--font-display);
}
#footer #footer-top .newsletter-title {
  font-size: calc(36 * var(--font-size));
  color: var(--blue);
  text-transform: uppercase;
  line-height: 1em;
  font-family: var(--font-display);
  margin-bottom: 20px;
}
#footer #footer-top .footer-middle {
  margin: 80px 0 20px;
}
#footer #footer-top .footer-menu {
  margin-bottom: 40px;
}
#footer #footer-top .footer-menu a {
  display: block;
  width: fit-content;
}
#footer #footer-bottom {
  padding: 20px 0;
  text-transform: uppercase;
  font-size: calc(18 * var(--font-size));
  color: var(--blue);
}
#footer #footer-bottom ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer #footer-bottom a {
  color: var(--blue);
  opacity: 0.54;
}
#footer #footer-bottom a:hover, #footer #footer-bottom a:focus {
  opacity: 1;
}
#footer .footer-info {
  margin-bottom: 60px;
}
#footer .footer-info .title {
  margin-bottom: 1.2em;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: calc(18 * var(--font-size));
  color: var(--blue);
}
#footer .social-buttons a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  opacity: 0.54;
}
#footer .social-buttons a:hover {
  opacity: 1;
}
#footer .social-buttons a img {
  vertical-align: top;
}
#footer .about {
  margin-top: 40px;
}
#footer .about .title {
  font-size: calc(24 * var(--font-size));
  text-transform: uppercase;
  font-family: var(--font-display);
  margin: 0 0 10px;
}
#footer .left {
  font-size: calc(18 * var(--font-size));
  text-transform: uppercase;
  margin-top: 40px;
}
#footer .left h3 {
  margin-bottom: 1em;
}
#footer .right {
  margin: 30px 0 20px;
}
#footer .footer-menu {
  font-size: calc(18 * var(--font-size));
}
#footer .footer-menu a {
  margin: 5px 20px 5px 0;
  color: var(--blue-dark);
  font-size: calc(21 * var(--font-size));
  text-transform: uppercase;
  display: inline-block;
}
#footer .footer-menu a:hover {
  color: var(--blue);
  opacity: 1;
}

body.product #footer #footer-top .newsletter-title, body.product #footer #footer-top form.newsletter, body.products #footer #footer-top .newsletter-title, body.products #footer #footer-top form.newsletter, body.page404 #footer #footer-top .newsletter-title, body.page404 #footer #footer-top form.newsletter, body.blog #footer #footer-top .newsletter-title, body.blog #footer #footer-top form.newsletter {
  display: none;
}
body.product #footer #footer-top .footer-middle, body.products #footer #footer-top .footer-middle, body.page404 #footer #footer-top .footer-middle, body.blog #footer #footer-top .footer-middle {
  margin: 0;
}
body.product #footer .footer-logo, body.products #footer .footer-logo, body.page404 #footer .footer-logo, body.blog #footer .footer-logo {
  max-width: 90px;
  margin-bottom: 30px;
}

body.article #footer #footer-top, body.article #footer .footer-middle {
  display: none;
}

.page-dots {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
}
.page-dots .dot {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  opacity: 0.45;
  transition: opacity 0.2s;
}
.page-dots .dot:after {
  width: 4px;
  height: 4px;
  margin: 8px;
  content: "";
  display: inline-block;
  background-color: var(--white);
  transition: width 0.2s, height 0.2s, margin 0.2s;
}
.page-dots .dot.actual {
  opacity: 1;
}
.page-dots .dot.actual:after {
  width: 8px;
  height: 8px;
  margin: 6px;
}

.splide__pagination {
  bottom: 25px;
}
.splide__pagination li {
  width: 20px;
  height: 20px;
}
.splide__pagination li .splide__pagination__page {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s;
  background-color: transparent;
  transform: scale(1);
}
.splide__pagination li .splide__pagination__page:after {
  width: 4px;
  height: 4px;
  margin: 8px;
  content: "";
  display: inline-block;
  background-color: var(--white);
  transition: width 0.2s, height 0.2s, margin 0.2s;
}
.splide__pagination li .splide__pagination__page.is-active {
  opacity: 1;
}
.splide__pagination li .splide__pagination__page.is-active:after {
  width: 8px;
  height: 8px;
  margin: 6px;
}

.splide:not(#main-carousel) .splide__pagination li .splide__pagination__page {
  opacity: 1;
}
.splide:not(#main-carousel) .splide__pagination li .splide__pagination__page:after {
  background-color: var(--blue);
}
.splide:not(#main-carousel) .splide__pagination li .splide__pagination__page.is-active:after {
  background-color: var(--blue);
}

.item {
  margin-bottom: 60px;
}
.item a:hover {
  opacity: 1;
}
.item .image {
  overflow: hidden;
  width: 100%;
  transition: width 1.5s var(--easing);
  margin-left: auto;
  margin-right: 0;
  height: 240px;
  position: relative;
}
.item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}
.item .image .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.item .info {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.item .info .left {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.item .info .left .title {
  text-transform: uppercase;
  margin-bottom: auto;
  font-family: var(--font-display);
  transition: opacity 0.3s 0.3s, top 0.8s 0.1s;
  position: relative;
  top: 0;
}
.item .info .left .price {
  transition: opacity 0.3s 0.9s, top 0.2s 0.7s;
  position: relative;
  top: 0;
}
.item .info .right {
  height: 5.5em;
  font-size: calc(18 * var(--font-size));
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s 0.5s, top 0.8s 0.3s;
  top: 0;
}
.item .info .right .button-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: opacity 0.3s;
}
.item:hover .hover {
  display: block;
}

::selection {
  color: var(--deep-blue);
  background: var(--blue);
}

.main-product {
  height: 500px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
.main-product a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-product a:hover {
  opacity: 1;
}
.main-product .product-holder {
  height: 100%;
}
.main-product .image {
  width: 100%;
  height: 100%;
  background-color: var(--deep-blue);
  overflow: hidden;
}
.main-product .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-product .title {
  position: absolute;
  bottom: calc(1.3em + 20px);
  left: 20px;
  color: var(--white);
  z-index: 1;
  font-family: var(--font-display);
  text-transform: uppercase;
}
.main-product .price {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: var(--white);
  z-index: 1;
}
.main-product .btn {
  width: 140px;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.main-product-sticky {
  position: sticky;
  bottom: 40px;
  z-index: 1;
}

main:not(.homepage):not(.article) {
  padding-top: 60px;
}
main:not(.homepage):not(.article) h2 {
  text-transform: uppercase;
  margin: 30px 0;
  font-family: var(--font-display);
  font-size: calc(36 * var(--font-size));
  line-height: 1em;
}

main section {
  margin-bottom: 50px;
}
main section header {
  padding: 50px 0 40px;
}
main section header .title {
  text-transform: uppercase;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  line-height: 1em;
  color: var(--blue-dark);
}
main section header .title em {
  color: var(--blue);
}
main section header .header-right {
  margin-top: 10px;
}
main section header .header-right .btn {
  width: 180px;
}

.row-forced {
  display: flex;
  margin: 0 -15px;
}
.row-forced .col-1-4 {
  width: 25%;
  padding: 0 15px;
}

section.full-size-image {
  height: 90vh;
  padding: 30px 0;
  margin-bottom: 200px;
  overflow: hidden;
}
section.full-size-image.voucher {
  position: relative;
}
section.full-size-image.voucher .bg {
  background-image: url("/img/post02.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.81;
  transition: opacity 0.5s;
}
section.full-size-image.to-contact .bg {
  background-image: url("/img/moment.jpg");
}
section.full-size-image .title, section.full-size-image .content {
  text-transform: uppercase;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  line-height: 1em;
  position: relative;
}
section.full-size-image .mouse-stick-container {
  position: relative;
}
section.full-size-image .mouse-stick-container .mouse-stick {
  display: block;
  width: 300px;
  height: 200px;
  margin: 20vh auto 0;
}
section.full-size-image .mouse-stick-container .mouse-stick .image {
  width: 100%;
  height: 100%;
}
section.full-size-image .mouse-stick-container .mouse-stick .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.full-size-image .mouse-stick-container .mouse-stick:hover, section.full-size-image .mouse-stick-container .mouse-stick:focus {
  opacity: 1;
}

main.homepage section.intro {
  margin-bottom: 0;
}
main.homepage section.intro .splide .splide__track {
  z-index: 3;
  pointer-events: none;
  height: 100%;
}
main.homepage section.intro .splide .image {
  height: 100%;
  opacity: 0.72;
}
main.homepage section.intro .splide .image img {
  object-fit: cover;
  object-position: center;
  height: 100vh;
  width: 100%;
}
main.homepage section.intro .splide .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 100px 0 30px;
  pointer-events: none;
}
main.homepage section.intro .splide .content .top, main.homepage section.intro .splide .content .bottom {
  pointer-events: auto;
}
main.homepage section.intro .splide .content > .container {
  height: 100%;
}
main.homepage section.intro .splide .content h2 {
  color: var(--white);
  text-transform: uppercase;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  line-height: 1em;
}
main.homepage section.intro .splide .content h2 p {
  margin-bottom: 0.7em;
}
main.homepage section.intro .splide .content .content-wrapper {
  position: relative;
  height: 100%;
}
main.homepage section.intro .splide .content .content-wrapper .bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
main.homepage section.intro .splide .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
}
main.homepage section.intro .splide .splide__arrows .splide__arrow {
  width: 50%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
  transform: translateY(0);
}
main.homepage section.intro .splide .splide__arrows .splide__arrow.splide__arrow--next {
  left: 50%;
}
main.homepage section.intro .splide .splide__pagination {
  z-index: 4;
}
main.homepage section.intro .splide.moving .splide__pagination li, main.homepage section.intro .splide.moving .splide__arrows {
  pointer-events: none;
}
main.homepage .product-carousel .splide__track {
  pointer-events: auto;
  cursor: grab;
}
main.homepage .product-carousel .splide__pagination {
  padding: 0;
  text-align: left;
  bottom: -50px;
  width: auto;
  margin-left: -7px;
  margin-bottom: 60px;
}
main.homepage .product-carousel h2 {
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: calc(24 * var(--font-size));
  margin-bottom: 1em;
}
main.homepage section.perfumes {
  padding-top: 40px;
}
main.homepage section.perfumes .header-right {
  margin-top: 0;
}
main.homepage section.move {
  margin-bottom: 50vh;
}
main.homepage section.move .title {
  color: var(--blue);
  text-transform: uppercase;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  line-height: 1em;
  margin-bottom: 2em;
}
main.homepage section.posts .posts-showcase-holder h3 {
  text-transform: uppercase;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  line-height: 1em;
  color: var(--blue);
  transition: opacity 0.5s;
  min-height: 2em;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
main.homepage section.posts .posts-showcase-holder .bottom {
  margin: 20px 0;
}
main.homepage section.posts .posts-showcase-holder #posts-showcase {
  height: 320px;
  white-space: nowrap;
  font-size: 0;
  padding-top: 5px;
  cursor: pointer;
}
main.homepage section.posts .posts-showcase-holder #posts-showcase .splide__track {
  pointer-events: auto;
  margin-right: -30px;
}
main.homepage section.posts .posts-showcase-holder #posts-showcase .splide__slide {
  width: 80% !important;
  height: 100%;
  display: inline-block;
  margin-right: 30px;
}
main.homepage section.posts .posts-showcase-holder #posts-showcase .splide__slide img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  object-position: center;
  opacity: 0.54;
  transition: opacity 0.5s;
}
main.homepage section.posts .posts-showcase-holder #posts-showcase .splide__slide.is-active img, main.homepage section.posts .posts-showcase-holder #posts-showcase .splide__slide:hover img {
  opacity: 1;
}
main.homepage section.posts .posts-showcase-holder.changing h3 {
  opacity: 0;
}

main.products .main-product {
  margin-bottom: 60px;
}

aside#product-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: var(--deep-blue);
  padding: 60px 0 20px;
  overflow: hidden;
}
aside#product-panel .image {
  height: 50%;
  width: 100%;
}
aside#product-panel .image .gallery {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
aside#product-panel .image .gallery .actual-image {
  position: absolute;
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
}
aside#product-panel .image .gallery .actual-image img {
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
aside#product-panel .image .gallery .actual-image img.active {
  opacity: 1;
}
aside#product-panel .image .gallery .navigation {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
aside#product-panel .image .gallery .navigation .splide__track {
  height: 100%;
}
aside#product-panel .image .gallery .navigation .thumbnail {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
aside#product-panel .image .gallery .navigation .splide__arrow {
  background: var(--deep-blue);
  opacity: 1;
  border-radius: 0;
}
aside#product-panel .image .gallery .navigation .splide__arrow svg {
  fill: var(--white);
}
aside#product-panel .image .gallery .navigation .splide__arrows--ttb .splide__arrow--prev {
  top: 0;
}
aside#product-panel .image .gallery .navigation .splide__arrows--ttb .splide__arrow--next {
  bottom: 0;
}
aside#product-panel .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
aside#product-panel .title {
  text-transform: uppercase;
  font-size: calc(24 * var(--font-size));
  font-family: var(--font-display);
  margin: 20px 0 10px;
}
aside#product-panel .right-column {
  display: flex;
  flex-wrap: wrap;
}
aside#product-panel .right-column .col-1-4 {
  width: 50%;
}
aside#product-panel .right-column .col-1-2 {
  width: 100%;
}
aside#product-panel .right-column .button-wrapper {
  margin: 0 0 15px;
}
aside#product-panel .right-column .button-wrapper .btn {
  padding: 4px 20px;
  height: 26px;
}
aside#product-panel .text {
  margin-top: 100px;
}
aside#product-panel .text p {
  margin-bottom: 10px;
}
aside#product-panel .text p.description {
  margin-bottom: 3em;
}

main.product section.intro-image {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
main.product section.intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.product .product {
  padding: 100px 0 100px;
}
main.product .product .info .text {
  margin-bottom: 30px;
}
main.product .product .gallery {
  padding-top: 100%;
  position: relative;
  cursor: grab;
  margin-bottom: 70px;
}
main.product .product .gallery .splide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.product .product .gallery .splide .splide__track {
  height: 100%;
}
main.product .product .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.product .product .gallery .splide__pagination {
  bottom: -30px;
  padding: 0;
  justify-content: start;
  margin: 0 -8px;
}
main.product .product .numbers {
  margin: 30px 0 15px;
}
main.product .product .numbers .row {
  display: flex;
}
main.product .product .numbers .row > * {
  flex-grow: 1;
}
main.product .product .texts {
  margin-bottom: 2em;
}
main.product .product .texts p {
  margin-bottom: 1em;
}
main.product section.about {
  position: relative;
  z-index: 1;
  background-color: var(--deep-blue);
  padding: 5px 0 50px;
  margin: 240vh 0 0;
}
main.product section.about .mood, main.product section.about .fragrances {
  display: flex;
  margin-bottom: 100px;
}
main.product section.about .mood .title, main.product section.about .fragrances .title {
  width: 140px;
  padding-right: 20px;
  text-transform: uppercase;
}
main.product section.about .mood .text, main.product section.about .fragrances .text {
  width: calc(100% - 140px);
}
main.product section.about .about {
  margin: 60px 0;
  font-size: calc(36 * var(--font-size));
}
main.product section.about .changing-images {
  margin: 30px -10px 0;
  display: flex;
}
main.product section.about .changing-images .column01, main.product section.about .changing-images .column02 {
  width: 27%;
  padding: 0 10px;
}
main.product section.about .changing-images .column03 {
  width: 46%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
main.product section.about .changing-images img {
  width: 100%;
  margin-bottom: 20px;
  vertical-align: top;
}
main.product section.about .playlist {
  margin: auto 0 0;
}
main.product section.about .playlist .name {
  margin: 0 0 10px;
  text-transform: uppercase;
}
main.product section.about .playlist .link {
  margin-bottom: 20px;
}
main.product section.other-products {
  margin: 0;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  background-color: var(--deep-blue);
}

main.article section.intro-image {
  height: calc(50dvh + 60px);
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
main.article section.intro-image .image {
  height: 100%;
}
main.article section.intro-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.article section.header {
  min-height: calc(50dvh - 60px);
  padding: 30px 0;
  margin: calc(50dvh + 60px) 0 0;
  background-color: var(--deep-blue);
  position: relative;
}
main.article section.header .title {
  text-transform: uppercase;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  line-height: 1em;
  margin-bottom: 20px;
}
main.article section.header .about {
  margin: 45px 0 0;
}
main.article section.header .about td {
  padding: 0;
}
main.article section.header .about td:first-child {
  padding-right: 30px;
  text-transform: uppercase;
}
main.article section.content {
  padding: 30px 0;
  position: relative;
}
main.article section.content h2 {
  text-transform: uppercase;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  line-height: 1em;
  margin-bottom: 20px;
}
main.article section.content .images {
  margin: 60px 0;
}
main.article section.content .image {
  margin: 30px 0;
}
main.article section.content .image img {
  width: 100%;
}
main.article section.content .em {
  font-size: calc(36 * var(--font-size));
  margin-top: 60px;
  position: relative;
  padding-top: 15px;
  line-height: 1em;
}
main.article section.content .em:after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: var(--blue);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.next-post {
  margin-top: 100px;
}
.next-post .top .title, .next-post .top .subtitle {
  text-transform: uppercase;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  line-height: 1em;
  margin-bottom: 15px;
}
.next-post .bottom {
  margin-top: auto;
  margin-bottom: 30px;
}
.next-post .right .image {
  width: 100%;
  padding-top: 70%;
  position: relative;
  display: block;
}
.next-post .right .image:hover {
  opacity: 1;
}
.next-post .right .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

main.about h2.small-title, main.about h3.small-title {
  margin: 30px 0 1em;
  text-transform: uppercase;
  font-size: calc(24 * var(--font-size));
  font-family: var(--font-text);
}
main.about section.intro .title {
  text-transform: uppercase;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  line-height: 1em;
  padding: 30px 0 20px;
}
main.about section.philosophy .image {
  margin: 30px 0 60px;
}
main.about section.philosophy .image img {
  width: 100%;
}
main.about section.philosophy p {
  margin-bottom: 1em;
}
main.about section.established .big-title {
  text-transform: uppercase;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  line-height: 1em;
  margin-bottom: 1em;
  display: block;
}
main.about section.established img {
  width: 100%;
}
main.about section.established .image {
  position: relative;
  margin-bottom: 20px;
}
main.about section.established .sign {
  width: calc(50% + 30px);
  left: 50%;
  bottom: -20px;
  position: absolute;
}
main.about section.established .author.dokoupil .sign {
  mix-blend-mode: difference;
}
main.about section.established .text {
  margin: 20px 0 40px;
}
main.about section.established .text .title {
  text-transform: uppercase;
  font-family: var(--font-display);
  margin-bottom: 1em;
}
main.about section.established .text p {
  margin-bottom: 1em;
}
main.about section.socials .social-link {
  text-transform: uppercase;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  margin-right: 2em;
  opacity: 0.45;
  line-height: 1em;
}
main.about section.socials .social-link:hover, main.about section.socials .social-link:focus {
  opacity: 1;
}

body.page404 {
  background-image: url("/img/smoke.jpg");
  background-position: center;
  background-size: cover;
}
body.page404 section.content {
  margin: 30px 0;
}
body.page404 section.content .title {
  margin-bottom: 10px;
  font-size: calc(54 * var(--font-size));
  font-family: var(--font-display);
}
body.page404 section.content a {
  opacity: 0.54;
}
body.page404 section.content a:hover, body.page404 section.content a:focus {
  opacity: 1;
}

.accordion .accordion-item {
  padding: 0 0 15px;
}
.accordion .accordion-item .accordion-header {
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  line-height: 1.1em;
  padding: 0 30px 5px 0;
}
.accordion .accordion-item .accordion-header:after {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  background-image: url("/img/plus.svg");
  background-size: cover;
  right: 0;
  top: 0;
  transition: transform 0.3s;
}
.accordion .accordion-item .accordion-content {
  height: 0px;
  opacity: 0;
  pointer-events: none;
  transition: height 0.5s, opacity 0.3s;
}
.accordion .accordion-item .accordion-content .accordion-content-inner {
  padding: 1em 0 2em;
}
.accordion .accordion-item.visible .accordion-content {
  opacity: 1;
  pointer-events: auto;
}
.accordion .accordion-item.open .accordion-header:after {
  transform: rotate(45deg);
}

main.information h2.small-title, main.information h3.small-title {
  font-family: var(--font-text);
  font-size: calc(24 * var(--font-size));
  margin: 30px 0 20px;
  text-transform: uppercase;
}
main.information section.shops {
  margin: 30px 0 60px;
}
main.information section.shops .title {
  margin-bottom: 10px;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 1em;
}
main.information section.shops .list {
  margin-bottom: 15px;
}
main.information section.shops .list .subtitle {
  font-family: var(--font-display);
}
main.information section.shops .button-wrapper {
  margin: 5px 0 30px;
}
main.information section.shops .map img {
  width: 100%;
  vertical-align: top;
}
main.information section.faq .button-wrapper .btn {
  margin-top: 15px;
}
main.information section.contact {
  position: relative;
  padding: 10px 0 100px;
  min-height: 90vh;
}
main.information section.contact .bg {
  background-image: url("/img/contact.jpg");
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.81;
}
main.information section.contact .container {
  position: relative;
}
main.information section.contact .contact-info {
  margin-bottom: 80px;
}
main.information section.contact .contact-info .cryptedmail {
  margin: 1em 0;
  display: inline-block;
}
main.information section.contact .contact-info .socials a {
  display: block;
  width: fit-content;
}

main.legal h2.title {
  text-transform: uppercase;
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  padding-top: 30px;
}
main.legal .anchor-menu {
  margin: 20px 0 50px;
}
main.legal .anchor-menu a {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  opacity: 0.54;
}
main.legal .anchor-menu a.active, main.legal .anchor-menu a:hover {
  opacity: 1;
}
main.legal section h3.title {
  font-size: calc(24 * var(--font-size));
  font-family: var(--font-text);
  text-transform: uppercase;
  margin: 0 0 20px;
}

section.showcase {
  height: calc(100dvh - 90px);
  padding-bottom: 30px;
  transition: opacity 0.3s;
}
section.showcase.inactive {
  opacity: 0.54;
}
section.showcase .container {
  display: flex;
  flex-direction: column;
  height: auto;
  flex-wrap: wrap;
}
section.showcase .header {
  padding: 0;
  width: 100%;
}
section.showcase .texts {
  margin: 30px 0;
  position: relative;
}
section.showcase .text {
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.showcase .text:first-child {
  position: static;
}
section.showcase .text h3 {
  font-size: calc(36 * var(--font-size));
  font-family: var(--font-display);
  line-height: 1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section.showcase[data-visible=page01] .text01, section.showcase[data-visible=page02] .text02, section.showcase[data-visible=page03] .text03 {
  opacity: 1;
  pointer-events: auto;
}
section.showcase .images {
  height: auto;
  position: relative;
  overflow: hidden;
}
section.showcase .images .image {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  display: block;
}
section.showcase .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.showcase .images .image:hover, section.showcase .images .image:focus {
  opacity: 1;
}
section.showcase .images .image:first-child {
  position: static;
}

main.blog section.intro {
  height: 40dvh;
  transition: opacity 0.3s;
}
main.blog section.intro.inactive {
  opacity: 0.54;
}
main.blog section.posts {
  margin-top: 130px;
  padding-top: 10px;
}
main.blog section.posts .post {
  margin-bottom: 7em;
}
main.blog section.posts .post .title {
  margin-bottom: 1em;
}
main.blog section.posts .post .floating-image {
  display: none;
}
main.blog section.pagination nav.pagination {
  margin-top: 80px;
  text-align: center;
}
main.blog section.pagination nav.pagination a {
  display: inline-block;
  width: 30px;
  line-height: 28px;
  height: 30px;
  vertical-align: top;
  border: 1px solid transparent;
}
main.blog section.pagination nav.pagination a:hover {
  border: 1px solid var(--blue);
  opacity: 1;
}
main.blog section.pagination nav.pagination a.active {
  background-color: var(--blue);
  color: var(--deep-blue);
}

.cryptedmail {
  cursor: pointer;
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.grid {
  margin: 0 -10px;
}

.grid-item {
  width: 50%;
  margin-bottom: 0 !important;
  padding: 0 10px;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.5s;
}

.grid-item.hidden {
  opacity: 0;
}
.grid-item.hidden img {
  display: none;
}

.grid-item img {
  vertical-align: top;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#reveal {
  position: fixed;
  background-color: var(--off-black);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: 200;
  transition: opacity 1.5s 1s;
}
#reveal .logo {
  width: 120px;
  height: 120px;
  margin: auto;
  transition: opacity 1s 0.3s;
}
#reveal.hidden {
  display: none;
}
#reveal g {
  opacity: 0;
}
#reveal g:nth-of-type(1) {
  animation: blink 3s steps(1, end) 1s infinite paused;
}
#reveal g:nth-of-type(2) {
  animation: blink 2s steps(1, end) 0s infinite paused;
}
#reveal g:nth-of-type(3) {
  animation: blink 2s steps(1, end) 1.5s infinite paused;
}
#reveal g:nth-of-type(4) {
  animation: blink 2s steps(1, end) 0.5s infinite paused;
}
#reveal.animation-start g {
  animation-play-state: running;
}
#reveal.show g {
  animation-play-state: paused;
  opacity: 1 !important;
}
#reveal.finished {
  opacity: 0;
  pointer-events: none;
}
#reveal.finished .logo {
  opacity: 0;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media (min-width: 600px) {
  .row-product {
    display: flex;
    margin: 0 -15px;
  }
  .col-1-2-product {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 800px) {
  .row {
    display: flex;
    margin: 0 -15px;
  }
  .col-1-6 {
    width: 16.66666%;
    padding: 0 15px;
  }
  .col-1-4 {
    width: 25%;
    padding: 0 15px;
  }
  .col-1-3 {
    width: 33.33333%;
    padding: 0 15px;
  }
  .col-2-3 {
    width: 66.66666%;
    padding: 0 15px;
  }
  .col-1-2 {
    width: 50%;
    padding: 0 15px;
  }
  .col-3-4 {
    width: 75%;
    padding: 0 15px;
  }
  #header {
    line-height: 20px;
  }
  #header #main-menu {
    display: inline-block;
    margin: 0;
  }
  #header #main-menu li {
    margin-left: 20px;
    margin-right: 0 !important;
    display: inline-block;
  }
  #header #main-menu li a {
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
  }
  #header #main-menu li .menu-subitem {
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px 0 0 0;
  }
  #header #main-menu li .menu-subitem a {
    margin-top: 0;
  }
  #header .header-right {
    text-align: right;
    display: block;
    padding-top: 0;
    position: absolute;
    right: 30px;
    width: 230px;
  }
  #header .header-right button {
    margin-right: 0;
    margin-left: 20px;
    line-height: 26px;
    margin-top: -20px;
    height: 60px;
  }
  #header.inactive #main-menu li a {
    color: var(--blue);
  }
  #header.inactive .header-right button {
    color: var(--blue);
  }
  #header.inactive #logo svg .cls-1 {
    fill: var(--blue);
  }
  #header.inactive:hover #main-menu li a {
    color: var(--white);
  }
  #header.inactive:hover .header-right button {
    color: var(--white);
  }
  #header.inactive:hover #logo svg .cls-1 {
    fill: var(--white);
  }
  #menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  #menu:before {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
    left: 0;
    background-color: var(--off-black);
    opacity: 0.45;
    content: "";
    pointer-events: none;
  }
  #menu .content {
    background-color: var(--deep-blue);
    height: 400px;
    position: relative;
    z-index: 3;
  }
  #menu .menu-part {
    display: none;
  }
  body.main-menu-opened #menu {
    display: block;
  }
  body.main-menu-opened #header {
    background-color: var(--deep-blue) !important;
    border-bottom-width: 0;
  }
  body:not(.main-menu-opened) #header #main-menu li.active .menu-subitem {
    display: none;
  }
  body:not(.main-menu-opened) #header #main-menu li.active a {
    opacity: 1;
  }
  #settings {
    position: relative;
    z-index: 21;
    margin-right: -25px;
    padding: 0 25px;
    height: auto;
  }
  #settings .setting-box {
    width: 100%;
    text-align: left;
  }
  #settings .settings-image {
    display: none;
    pointer-events: none;
    position: fixed;
    left: 30px;
    height: 370px;
    width: 66.66666%;
  }
  #settings .settings-image img, #settings .settings-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  body.settings-menu-hovered #settings .settings-image, .footer-settings:hover .settings-image {
    display: block;
  }
  body.settings-menu-hovered #settings .setting-box .title, .footer-settings:hover .setting-box .title {
    color: var(--white);
  }
  body.settings-menu-hovered #settings .setting-box .group, .footer-settings:hover .setting-box .group {
    border-color: var(--white);
  }
  body.settings-menu-hovered #settings .setting-box .group label::after, .footer-settings:hover .setting-box .group label::after {
    background-color: var(--white);
  }
  body.settings-menu-hovered #settings .setting-box .group input:not(:checked) + label .part:nth-child(2), body.settings-menu-hovered #settings .setting-box .group input:checked + label .part:nth-child(1), .footer-settings:hover .setting-box .group input:not(:checked) + label .part:nth-child(2), .footer-settings:hover .setting-box .group input:checked + label .part:nth-child(1) {
    color: var(--white);
  }
  body.settings-menu-hovered #settings-button {
    opacity: 0.54;
  }
  body.settings-menu-hovered #header #main-menu .menu-subitem li a {
    opacity: 0.27;
  }
  body.settings-menu-hovered #menu .menu-part {
    opacity: 0.54;
  }
  #menu-button {
    display: none;
  }
  #footer #footer-top .footer-middle {
    margin: 60px 0 20px;
  }
  #footer #footer-top .footer-middle .footer-menu {
    margin: 0;
  }
  #footer #footer-top .footer-middle .social-buttons {
    height: 100%;
    display: flex;
    align-items: end;
  }
  #footer #footer-bottom .instagram {
    text-align: right;
  }
  #footer .left {
    margin-top: 10px;
  }
  .main-product {
    height: 800px;
    margin-bottom: 0;
  }
  .main-product .price, .main-product .title {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .main-product .product-holder {
    height: 800px;
  }
  .main-product .product-holder img {
    transition: opacity 0.5s ease-in-out;
  }
  .main-product .product-holder:hover img {
    opacity: 0.81;
  }
  .main-product .product-holder:hover .price, .main-product .product-holder:hover .title {
    opacity: 1;
    pointer-events: auto;
  }
  .item .info .right .button-wrapper {
    opacity: 1;
    pointer-events: auto;
  }
  .item .btn {
    padding-left: 2px;
    padding-right: 2px;
  }
  .item:hover .info .right .button-wrapper, .item:focus .info .right .button-wrapper {
    opacity: 1;
    pointer-events: auto;
  }
  section.full-size-image .mouse-stick-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.full-size-image .mouse-stick-container .mouse-stick {
    margin: 0;
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s, width 0.5s, height 0.5s, margin 0.5s;
  }
  section.full-size-image .mouse-stick-container .mouse-stick .image {
    width: 400px;
    height: 270px;
    margin: -135px 0 0 -200px;
    transition: margin 0.5s;
  }
  section.full-size-image:hover .bg {
    opacity: 0.63;
  }
  section.full-size-image:hover .mouse-stick-container .mouse-stick {
    width: 400px;
    height: 270px;
    margin: -135px 0 0 -200px;
    opacity: 1;
  }
  section.full-size-image:hover .mouse-stick-container .mouse-stick .image {
    margin: 0;
  }
  main:not(.homepage) h2 {
    font-size: calc(54 * var(--font-size));
    margin: 40px 0 100px;
  }
  main.homepage #main-carousel .content h2 {
    font-size: calc(54 * var(--font-size));
  }
  main.homepage #main-carousel .content .bottom .page-dots {
    text-align: left;
  }
  main.homepage #main-carousel .content .bottom .carousel-link {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 180px;
    width: auto;
  }
  main.homepage .splide .splide__arrows .splide__arrow {
    opacity: 1;
  }
  main.homepage section.perfumes .col-1-2 {
    display: flex;
    flex-direction: column;
  }
  main.homepage section.perfumes .product-carousel {
    position: sticky;
    margin-bottom: -60px;
    top: calc(100vh - 360px);
  }
  main.homepage section.move {
    margin-top: 6em;
  }
  main.homepage section.move .btn {
    width: 140px;
  }
  main.homepage section.posts .posts-showcase-holder {
    display: flex;
    position: relative;
  }
  main.homepage section.posts .posts-showcase-holder .texts {
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    width: 40%;
  }
  main.homepage section.posts .posts-showcase-holder .texts h3 {
    justify-content: start;
  }
  main.homepage section.posts .posts-showcase-holder .texts .bottom {
    margin: auto 0 0;
    text-align: right;
  }
  main.homepage section.posts .posts-showcase-holder .texts .bottom .btn {
    width: 180px;
  }
  main.homepage section.posts .posts-showcase-holder #posts-showcase {
    width: 60%;
    position: static;
  }
  main.homepage section.posts .posts-showcase-holder .splide__pagination {
    left: 0;
    bottom: 0;
    padding: 0 0 10px 0;
  }
  aside#product-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: fixed;
  }
  aside#product-panel .left-column {
    position: relative;
  }
  aside#product-panel .title {
    font-size: calc(27 * var(--font-size));
    line-height: 36px;
    margin: 0;
    left: calc(100% + 30px);
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
  }
  aside#product-panel .right {
    display: flex;
    flex-direction: column;
  }
  aside#product-panel .right-column {
    padding-top: 60px;
  }
  aside#product-panel .right-column .ta-r {
    position: relative;
  }
  aside#product-panel .right-column .price, aside#product-panel .right-column .quantity {
    display: block;
    line-height: 1em;
  }
  aside#product-panel .right-column .button-wrapper {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: -60px;
    width: 140px;
  }
  aside#product-panel .right-column .button-wrapper .btn {
    height: 36px;
    padding: 9px 20px;
  }
  aside#product-panel .right-column .col-1-4 {
    width: 25%;
  }
  aside#product-panel .text {
    margin: auto 0 -10px;
    padding-top: 30px;
    overflow-y: hidden;
  }
  main.products .content h2 {
    margin-bottom: 410px;
  }
  main.product .product .gallery {
    margin-bottom: 0;
  }
  main.product .product .title {
    margin: 0 0 20px;
  }
  main.product .product .info {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  main.product .product .info .text {
    margin-bottom: 30px;
  }
  main.product section.intro {
    min-height: calc(100dvh - 60px);
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 10;
    background-color: var(--deep-blue);
  }
  main.product section.intro.hidden {
    pointer-events: none;
  }
  main.product section.intro.hidden .splide__pagination li {
    pointer-events: none;
  }
  main.product section.about {
    position: relative;
    z-index: 2;
    margin: 200vh 0 0;
  }
  main.product section.about .about {
    margin: 160px 0 200px;
  }
  main.product section.about .column-left {
    width: 360px;
    padding: 0 15px;
  }
  main.product section.about .column-right {
    width: calc(100% - 360px);
    padding: 0 15px;
  }
  main.product section.about .column-right .changing-images {
    margin: 0;
  }
  main.product section.product {
    position: relative;
    z-index: 2;
  }
  main.information section.shops .column-flex {
    display: flex;
    flex-direction: column;
  }
  main.information section.shops .column-flex .interested {
    margin-top: auto;
  }
  main.information section.shops .button-wrapper {
    margin: 0;
  }
  main.information section.shops .contact-text {
    padding: 10px 0;
    line-height: 1em;
  }
  main.article section.header {
    position: sticky;
    top: 60px;
    width: 100%;
    opacity: 0.72;
    transition: opacity 0.3s;
  }
  main.article section.header .top-row {
    display: flex;
  }
  main.article section.header .top-row .title {
    width: 25%;
    padding-right: 15px;
    margin: 0;
    transition: width 0.3s, font-size 0.3s;
  }
  main.article section.header .top-row .button-wrapper {
    width: 25%;
    padding-left: 15px;
    margin-left: auto;
    margin-top: auto;
    transition: opacity 0.3s;
  }
  main.article section.header.initial {
    opacity: 1;
  }
  main.article section.header.initial .top-row .title {
    width: 75%;
    font-size: calc(54 * var(--font-size));
  }
  main.article section.header.initial .button-wrapper {
    pointer-events: none;
    opacity: 0;
  }
  main.article section.content {
    position: relative;
    pointer-events: none;
  }
  main.article section.content .images, main.article section.content .text {
    pointer-events: auto;
  }
  main.article section.content .article-images-second-column {
    margin-top: 140px;
  }
  .next-post {
    opacity: 0.54;
    transition: opacity 0.3s;
  }
  .next-post:hover {
    opacity: 1;
  }
  .next-post .container {
    display: flex;
    gap: 30px;
  }
  .next-post .container .left {
    width: 40%;
    display: flex;
    flex-direction: column;
  }
  .next-post .container .left .bottom {
    margin-bottom: 0;
  }
  .next-post .container .left .bottom .btn {
    width: 200px;
  }
  .next-post .container .right {
    width: 60%;
  }
  .grid-item {
    width: 33.33333%;
  }
  main.about section.philosophy {
    margin-bottom: 200px;
  }
  main.about section.philosophy .image {
    margin-bottom: 0;
  }
  main.about section.philosophy .image img {
    vertical-align: top;
  }
  main.about section.philosophy .row-lg {
    position: sticky;
    top: 80px;
  }
  main.legal h2.title {
    padding-bottom: 60px;
  }
  main.legal .anchor-menu {
    margin: 0;
    position: sticky;
    top: 90px;
  }
  section.showcase {
    margin-bottom: 200px;
    display: flex;
    flex-direction: column;
  }
  section.showcase .container {
    flex-direction: row;
    gap: 30px;
    margin: auto 0;
  }
  section.showcase .texts {
    width: calc(40% - 30px);
    margin: 0;
  }
  section.showcase .texts .text {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  section.showcase .texts .text .bottom {
    margin-top: auto;
  }
  section.showcase .texts .text .bottom .btn {
    width: 200px;
  }
  section.showcase .images {
    width: 60%;
  }
  section.showcase .images .image {
    height: 60vh;
  }
  main.blog section.posts .post {
    position: relative;
  }
  main.blog section.posts .post a {
    opacity: 1;
  }
  main.blog section.posts .post a .content {
    opacity: 0.54;
  }
  main.blog section.posts .post .floating-image {
    position: absolute;
    left: 60%;
    bottom: 50%;
    width: 300px;
    margin: -100px -150px;
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.44, 0, 0.46, 0.96), opacity 0.2s 0s;
    opacity: 0;
  }
  main.blog section.posts .post .floating-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    margin-top: -7%;
    transform: scale(1.2);
    transition: margin-top 1s cubic-bezier(0.44, 0, 0.46, 0.96);
  }
  main.blog section.posts .post:hover a {
    opacity: 1;
  }
  main.blog section.posts .post:hover a .content {
    opacity: 1;
  }
  main.blog section.posts .post.from-bottom .floating-image {
    top: 50%;
    bottom: auto;
  }
  main.blog section.posts .post.hovered .floating-image {
    height: 200px;
    bottom: auto;
    top: 50%;
    transition-duration: 0.7s;
    opacity: 1;
  }
  main.blog section.posts .post.hovered .floating-image img {
    margin-top: 7%;
  }
  main.blog section.posts .post.hovered-from-bottom .floating-image {
    height: 200px;
    top: auto;
    bottom: 50%;
    transition-duration: 0.7s;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 40px;
  }
  .row {
    margin: 0 -20px;
  }
  .row-lg {
    margin: 0 -20px;
    display: flex;
  }
  .col-1-2, .col-1-4, .col-3-4, .col-1-6, .col-1-3 {
    padding: 0 20px;
  }
  .col-lg-1-2 {
    padding: 0 20px;
    width: 50%;
  }
  .col-lg-1-4 {
    padding: 0 20px;
    width: 25%;
  }
  .col-lg-3-4 {
    padding: 0 20px;
    width: 75%;
  }
  .col-lg-1-6 {
    padding: 0 20px;
    width: 16.66666%;
  }
  .col-lg-5-6 {
    padding: 0 20px;
    width: 83.33333%;
  }
  .col-lg-1-3 {
    padding: 0 20px;
    width: 33.33333%;
  }
  .col-lg-2-3 {
    padding: 0 20px;
    width: 66.66666%;
  }
  .col-lg-1-8 {
    padding: 0 20px;
    width: 12.5%;
  }
  .col-lg-3-8 {
    padding: 0 20px;
    width: 37.5%;
  }
  .col-lg-7-8 {
    padding: 0 20px;
    width: 87.5%;
  }
  #header #main-menu li {
    margin-left: 40px;
  }
  #menu .menu-part {
    padding-top: 25px;
  }
  #menu .menu-part.active {
    display: block;
  }
  #menu .menu-part .main-product {
    margin-left: -20px;
    height: auto;
  }
  #menu .menu-part .main-product .product-holder .price {
    bottom: 0;
    left: 0;
  }
  #menu .menu-part .product-holder {
    position: relative;
  }
  #menu .menu-part .product-holder .image {
    width: 100%;
    height: 345px;
  }
  #menu .menu-part .product-holder .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.5s ease-in-out;
  }
  #menu .menu-part .product-holder .price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    line-height: 36px;
    color: var(--white);
    opacity: 0;
    pointer-events: none;
  }
  #menu .menu-part .product-holder .btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
    opacity: 0;
    pointer-events: none;
  }
  #menu .menu-part .product-holder:hover img {
    opacity: 0.81;
  }
  #menu .menu-part .product-holder:hover .price, #menu .menu-part .product-holder:hover .btn {
    opacity: 1;
    pointer-events: auto;
  }
  #menu .menu-part .menu-part-image {
    width: 100%;
    height: 345px;
  }
  #menu .menu-part .menu-part-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #menu .menu-part .contextual {
    display: none;
  }
  #menu .menu-part .contextual.active {
    display: block;
  }
  #menu .menu-part.moments .btn {
    width: auto;
  }
  #menu .menu-part.moments .text {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #menu .menu-part.moments .text .title {
    text-transform: uppercase;
    margin-bottom: auto;
    font-family: var(--font-display);
    font-size: calc(24 * var(--font-size));
  }
  #menu .menu-part.moments .image {
    width: 100%;
    height: 345px;
  }
  #menu .menu-part.moments .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #menu .menu-part.important .menu-part-image {
    margin-left: -20px;
  }
  #menu .menu-part.important .menu-part-image img {
    width: calc(100% + 20px);
  }
  #menu .menu-part.important .title {
    text-transform: uppercase;
    margin-bottom: auto;
    font-family: var(--font-display);
    font-size: calc(24 * var(--font-size));
    margin-bottom: 1em;
  }
  #menu .menu-part.important .text {
    text-transform: uppercase;
    font-size: calc(18 * var(--font-size));
  }
  #settings .settings-image {
    left: 40px;
    width: calc(83.33333vw - 80px);
  }
  #cart .panel header {
    line-height: 20px;
    font-size: calc(21 * var(--font-size));
  }
  #cart .panel .close-button {
    font-size: calc(21 * var(--font-size));
  }
  #footer {
    padding-top: 200px;
  }
  #footer .col-1-2 {
    display: flex;
    flex-direction: column;
  }
  #footer #footer-top .newsletter-title {
    font-size: calc(54 * var(--font-size));
    margin-bottom: 60px;
  }
  #footer #footer-top .newsletter {
    display: flex;
  }
  #footer #footer-top .newsletter .footer-input-holder {
    width: 25%;
    margin: 0 40px 0 0;
  }
  #footer #footer-top .newsletter .footer-input-holder:nth-child(2) {
    width: 50%;
  }
  #footer #footer-top .newsletter button {
    margin: 0;
    width: 20%;
  }
  #footer #footer-top .newsletter input {
    margin: 0;
    padding: 0;
    line-height: 36px;
  }
  #footer #footer-top .newsletter label {
    display: inline-block;
  }
  #footer #footer-top .footer-menu {
    margin-top: auto;
  }
  #footer .left {
    margin-bottom: 80px;
    margin-top: 5px;
  }
  #footer .right {
    margin-top: 5px;
  }
  #footer .setting-box {
    display: inline-block;
    margin: 40px 20px 40px 0;
  }
  #footer #footer-bottom ul li {
    margin-right: 40px;
  }
  body.product #footer .footer-info, body.products #footer .footer-info, body.page404 #footer .footer-info, body.blog #footer .footer-info {
    position: relative;
  }
  body.product #footer .footer-info:before, body.products #footer .footer-info:before, body.page404 #footer .footer-info:before, body.blog #footer .footer-info:before {
    display: inline-block;
  }
  body.product #footer .right, body.products #footer .right, body.page404 #footer .right, body.blog #footer .right {
    display: inline-block;
    position: absolute;
    left: 200px;
    bottom: 0;
    width: 100%;
    margin: 0;
  }
  .main-product {
    display: flex;
    position: sticky;
    top: 60px;
    height: calc(100vh - 100px);
  }
  .main-product .product-holder {
    width: 100%;
    height: 100%;
  }
  .main-product .price {
    z-index: 1;
  }
  section.full-size-image .title, section.full-size-image .content {
    font-size: calc(54 * var(--font-size));
  }
  main:not(.homepage):not(.article) h2 {
    font-size: calc(54 * var(--font-size));
  }
  main section {
    margin-bottom: 200px;
  }
  main section header {
    display: flex;
    padding: 40px 0 35px;
  }
  main section header .title {
    font-size: calc(54 * var(--font-size));
  }
  main section header .header-right {
    margin: auto 0 0 auto;
  }
  main.homepage section.intro {
    margin-bottom: 0;
  }
  main.homepage #main-carousel {
    height: 100vh;
  }
  main.homepage .splide .image img {
    width: 100%;
    height: 100%;
  }
  main.homepage .splide .content {
    padding: 95px 0 35px;
  }
  main.homepage .splide .content h2 {
    font-size: calc(54 * var(--font-size));
  }
  main.homepage section.move .title {
    font-size: calc(54 * var(--font-size));
  }
  main.homepage section.posts .posts-showcase-holder h3 {
    font-size: calc(54 * var(--font-size));
  }
  main.homepage section.posts .posts-showcase-holder #posts-showcase {
    height: 500px;
  }
  main.homepage section.posts .posts-showcase-holder #posts-showcase .splide__track {
    margin-right: -40px;
  }
  main.products .main-product {
    margin-bottom: 100px;
  }
  main.products .content h2 {
    margin-bottom: max(100vh - 505px, 1em);
  }
  aside#product-panel .image .gallery {
    padding-top: 100%;
  }
  aside#product-panel .image .gallery .actual-image {
    width: 100%;
    left: 0;
  }
  aside#product-panel .image .gallery .navigation {
    width: 10%;
  }
  aside#product-panel .image .gallery .navigation .splide__track {
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  aside#product-panel .image .gallery .navigation .splide__arrows {
    display: none;
  }
  aside#product-panel .image:hover .gallery .navigation .splide__track {
    opacity: 1;
    pointer-events: auto;
  }
  aside#product-panel .image:hover .gallery .navigation .splide__arrows {
    display: block;
  }
  aside#product-panel .button-wrapper {
    width: 200px;
    display: inline-block;
  }
  aside#product-panel .title {
    left: calc(100% + 40px);
    font-size: calc(54 * var(--font-size));
  }
  aside#product-panel .text {
    max-width: 540px;
  }
  main.product .product {
    padding: 30vh 0;
  }
  main.product .product .numbers, main.product .product .texts {
    width: 50%;
  }
  main.product .product .gallery {
    padding-top: 80%;
  }
  main.product section.about {
    padding: 10px 0 20vh;
  }
  main.product section.about .about {
    margin: 30dvh 0 35dvh;
  }
  main.product section.about .column-left {
    width: 540px;
    padding: 0 20px;
  }
  main.product section.about .column-left .title {
    width: 180px;
  }
  main.product section.about .column-left .text {
    width: calc(100% - 180px);
  }
  main.product section.about .column-right {
    width: calc(100% - 540px);
    padding-left: 80px;
  }
  main.product section.about .column-right .changing-images {
    margin: 0 -20px;
  }
  main.product section.about .column-right .changing-images .column01, main.product section.about .column-right .changing-images .column02, main.product section.about .column-right .changing-images .column03 {
    padding: 0 20px;
  }
  main.product section.about .column-right .changing-images .column01 img, main.product section.about .column-right .changing-images .column02 img, main.product section.about .column-right .changing-images .column03 img {
    margin-bottom: 40px;
  }
  main.product section.about .mood, main.product section.about .fragrances {
    margin-bottom: 200px;
  }
  main.product section.about .playlist {
    display: flex;
    margin-bottom: 40px;
  }
  main.product section.about .playlist .name {
    margin: 0 20px 0 0;
    line-height: 36px;
  }
  main.product section.about .playlist .link {
    margin: 0 0 0 auto;
  }
  main.article section.header .button-wrapper {
    max-width: 200px;
  }
  .next-post {
    min-height: calc(100vh - 120px);
    display: flex;
  }
  .next-post .container {
    margin: auto 0;
  }
  .next-post .top .title, .next-post .top .subtitle {
    font-size: calc(54 * var(--font-size));
    margin-bottom: 30px;
  }
  main.about h2.small-title, main.about h3.small-title {
    margin-top: 0;
    font-size: 1em;
  }
  main.about section.intro {
    margin-bottom: 360px;
  }
  main.about section.intro .title {
    font-size: calc(54 * var(--font-size));
  }
  main.about section.philosophy .image {
    margin: 0;
  }
  main.about section.established {
    margin-bottom: 100px;
  }
  main.about section.established .big-title {
    font-size: calc(54 * var(--font-size));
    margin-bottom: 150px;
  }
  main.about section.established .author {
    position: relative;
  }
  main.about section.established .author.dokoupil .sign {
    left: -20px;
    bottom: -150px;
    width: 63%;
  }
  main.about section.established .author.skala {
    margin-top: 600px;
  }
  main.about section.established .author.skala .sign {
    left: calc(50% + 20px);
    bottom: -200px;
  }
  main.about section.established .author .text {
    position: absolute;
    width: 66.66666%;
    left: calc(100% + 40px);
    top: 0;
    margin: 0;
  }
  main.about section.to-contact {
    margin-bottom: 0;
  }
  main.information h2.small-title, main.information h3.small-title {
    margin: 0;
    font-size: 1em;
  }
  main.information section.faq .title {
    font-size: calc(54 * var(--font-size));
    margin-bottom: 360px;
  }
  main.information section.faq .button-wrapper .btn {
    margin: 0 0 0 20px;
    width: 200px;
    vertical-align: top;
  }
  main.information section.contact .title {
    font-size: calc(54 * var(--font-size));
    margin: 1em 0 2em;
  }
  main.information section.contact .contact-info .cryptedmail {
    margin: 0 0 1em;
  }
  main.information section.contact .input-holder-textarea {
    margin-bottom: 0;
  }
  main.information section.contact .button-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  main.information section.contact .button-wrapper .btn {
    margin-top: auto;
  }
  .grid {
    margin: 0 -20px;
  }
  .grid-item {
    width: 25%;
    padding: 0 20px;
  }
  .grid-item img {
    margin-bottom: 40px;
  }
  main.legal h2.title {
    font-size: calc(54 * var(--font-size));
  }
  section.showcase .text h3 {
    font-size: calc(54 * var(--font-size));
  }
  main.blog section.posts .post {
    margin-bottom: 10em;
  }
  main.blog section.posts .post .content {
    max-width: 500px;
  }
  main.blog section.posts .post .floating-image {
    width: 600px;
    margin: -200px 0 -200px -200px;
  }
  main.blog section.posts .post .floating-image img {
    height: 400px;
  }
  main.blog section.posts .post.hovered .floating-image, main.blog section.posts .post.hovered-from-bottom .floating-image {
    height: 400px;
  }
  body.article #footer {
    padding-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
