@import url(https://use.typekit.net/dpo6upk.css);
@font-face {
    font-family: "icons";
    src: url(../fonts/icons.eot?81879b2b74856083c3cac046beeada31#iefix) format("embedded-opentype"),
url(../fonts/icons.woff2?23a05355a4564eb51f34f2de3b2e46f9) format("woff2"),
url(../fonts/icons.woff?704a9794fcd334ba3ac49f25f2e7b056) format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-list-3:before {
    content: "\f101";
}
.icon-list-2:before {
    content: "\f102";
}
.icon-list-1:before {
    content: "\f103";
}
.icon-heart:before {
    content: "\f104";
}
.icon-heart-fill:before {
    content: "\f105";
}
.icon-close:before {
    content: "\f106";
}
.icon-bag:before {
    content: "\f107";
}
.icon-arrow-long-down:before {
    content: "\f108";
}

:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}

/**/
/**/
/**/
.accordion {
  border-bottom: 1px solid #bbb;
}
.accordion .accordion-button {
  font-size: 1.2rem;
  width: 100%;
  padding: 30px 58px 30px 35px;
  font-weight: 400;
  font-family: temeraire, serif;
  text-align: center;
  position: relative;
  border-width: 1px 0px 0px 0px;
  border-color: #bbb;
  border-style: solid;
  color: #000;
  transition: background 250ms ease-out, box-shadow 250ms ease-out;
}
.accordion .accordion-button .symbol {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  opacity: 1;
}
.accordion .accordion-button .symbol::before, .accordion .accordion-button .symbol::after {
  content: "";
  opacity: 0.2;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 250ms ease-out;
}
.accordion .accordion-button .symbol::before {
  height: 0px;
}
.accordion .accordion-button .symbol::after {
  height: 1px;
  width: 100%;
}
.accordion .accordion-button.collapsed .symbol::before {
  width: 1px;
  height: 100%;
}
.accordion .accordion-body {
  padding: 0px 20px 40px;
}
.accordion .accordion-body p {
  font-size: 0.75rem;
}

.btn-solid,
.btn-outline {
  font-family: temeraire, serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0rem;
  padding: 10px 40px;
  transition: all 250ms ease-out;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.btn-solid.btn-small,
.btn-outline.btn-small {
  padding: 10px 15px;
  font-size: 0.75rem;
}
.btn-solid.btn-big,
.btn-outline.btn-big {
  font-size: 1.125rem;
  padding: 30px 60px;
}
.btn-solid.btn-text-line span:not(.loader),
.btn-outline.btn-text-line span:not(.loader) {
  position: relative;
}
.btn-solid.btn-text-line span:not(.loader)::before,
.btn-outline.btn-text-line span:not(.loader)::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background-color: #000;
  transition: width 250ms ease-in-out;
}
.btn-solid.btn-text-line:hover span::before,
.btn-outline.btn-text-line:hover span::before {
  width: 80%;
}

.btn-solid.btn-light {
  background-color: rgba(217, 217, 217, 0.2);
  color: #000;
  transition: background-color 250ms ease-in-out;
}
.btn-solid.btn-light:hover {
  background-color: #d9d9d9;
}
.btn-solid.btn-black {
  background-color: #000;
  color: #fff;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.btn-solid.btn-black.btn-text-line span:not(.loader)::before {
  background-color: #fff;
  transition: width 250ms ease-in-out, background-color 250ms ease-in-out;
}
.btn-solid.btn-black:hover {
  background-color: #d9d9d9;
  color: #000;
}
.btn-solid.btn-black:hover.btn-text-line span:not(.loader)::before {
  background-color: #000;
}
.btn-solid.btn-black[disabled] {
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.btn-solid.btn-black[disabled].btn-text-line span:not(.loader)::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-solid.btn-black[disabled].btn-text-line:hover span::before {
  width: 60%;
}

.btn-outline.btn-secondary {
  color: #000;
  border: 1px solid #000;
}
.btn-outline.btn-secondary:hover {
  background: #000;
  color: #fff;
}

.error-page .logo {
  height: 80px;
  max-width: 100%;
}

.footer {
  padding: 30px calc(3.125% + 10px) 80px;
}
.footer.with-cookies {
  padding-bottom: 130px;
}

.copyrights {
  font-family: Arial;
  font-size: 0.625rem;
  letter-spacing: 0.04rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.copyrights span {
  opacity: 1;
}
.copyrights a {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: color 250ms ease-out;
}
.copyrights a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  background: #ca9141;
  transition: all 250ms ease-out;
}
.copyrights a:hover {
  color: #ca9141;
}
.copyrights a:hover::before {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .footer {
    padding: 30px calc(3.125% + 10px);
  }
  .copyrights {
    text-align: right;
  }
}
[v-cloak] {
  display: none !important;
}

button {
  background: transparent;
  border: none;
  padding: 0;
}

body {
  overflow-anchor: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=z-],
[class*=z-] {
  position: relative;
}

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

.pt-header {
  padding-top: 93px;
}

.top-header {
  top: 153px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 30px calc(3.125% + 10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo-wrapper {
  position: relative;
  width: 130px;
  height: 33px;
  transition: all 250ms ease-out;
}
.header .logo-wrapper .logo-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header .logo-wrapper .logo-link .logo,
.header .logo-wrapper .logo-link .logo-white {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: opacity 250ms ease-out;
}
.header .logo-wrapper .logo-link .logo-white {
  opacity: 0;
}
.header .shop-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
}
.header .shop-menu > li {
  flex-shrink: 0;
  width: 30%;
}
.header .shop-menu > li > a, .header .shop-menu > li > button {
  white-space: nowrap;
  width: 100%;
  padding: 20px 20px;
  font-size: 0.5625rem;
  letter-spacing: 0.05rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.header .shop-menu > li > a::before, .header .shop-menu > li > button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #fff;
}
.header .shop-menu > li > a span, .header .shop-menu > li > button span {
  font-size: 1.25rem;
  font-weight: 200;
  margin-right: 15px;
  line-height: 1.1;
}
.header .shop-menu > li > a .icon-heart::before, .header .shop-menu > li > button .icon-heart::before {
  font-size: 1.25rem;
}
.header .shop-menu > li > a .icon-bag::before, .header .shop-menu > li > button .icon-bag::before {
  font-size: calc(1.3125rem + 1vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .header .shop-menu > li > a .icon-bag::before, .header .shop-menu > li > button .icon-bag::before {
    font-size: 1.875rem;
  }
}
.header .shop-menu > li > a:hover, .header .shop-menu > li > button:hover {
  color: #ca9141;
}
.header .shop-menu > li:nth-child(1) > a::before, .header .shop-menu > li:nth-child(1) > button::before {
  content: unset;
}
.header .shop-menu > li:nth-child(3) {
  width: 40%;
}
.header .btn-menu {
  text-align: right;
  width: 35px;
  height: 8px;
  position: relative;
}
.header .btn-menu span {
  background: #000;
  height: 2px;
  display: block;
  position: absolute;
  right: 0;
  transition: all 250ms ease-out;
}
.header .btn-menu span:nth-child(1) {
  top: 0;
  width: 100%;
}
.header .btn-menu span:nth-child(2) {
  top: 100%;
  width: 80%;
}
.header.menu-open .btn-menu span {
  top: 50%;
}
.header.menu-open .btn-menu span:nth-child(1) {
  transform: rotateZ(-45deg);
}
.header.menu-open .btn-menu span:nth-child(2) {
  transform: rotateZ(45deg);
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .pt-header {
    padding-top: 113px;
  }
  .header {
    padding: 40px calc(3.125% + 10px);
  }
}
@media only screen and (min-width: 992px) {
  .pt-header {
    padding-top: 155px;
  }
  .header {
    padding: 60px calc(3.125% + 10px);
  }
  .header .shop-menu {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    background-color: transparent;
  }
  .header .shop-menu > li {
    flex-shrink: unset;
    width: unset;
    margin-left: 30px;
  }
  .header .shop-menu > li:nth-child(1) {
    margin-left: 0px;
  }
  .header .shop-menu > li:nth-child(3) {
    width: unset;
  }
  .header .shop-menu > li > a, .header .shop-menu > li > button {
    color: #000;
    padding: 0px;
    transition: color 250ms ease-in-out;
  }
  .header .shop-menu > li > a::before, .header .shop-menu > li > button::before {
    content: unset;
  }
  .header .shop-menu > li > a span, .header .shop-menu > li > button span {
    display: none;
  }
}
:root {
  --vs-border-width: 1px;
  --vs-border-style: solid;
  --vs-border-color: #000;
  --vs-border-radius: 0px;
  --vs-actions-padding: 0px;
  --vs-dropdown-option--active-bg: #5897fb;
  --vs-dropdown-option--active-bg: #ca9141;
  --vs-dropdown-min-width: 100px;
  --vs-search-input-placeholder-color: rgba(0, 0, 0, 0.5);
}

.response-wrapper {
  position: relative;
  max-width: 100%;
  padding-top: 35px;
  margin: 2px auto;
}
.response-wrapper .response-msg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  height: 100%;
}
.response-wrapper .response-msg img {
  height: 14px;
  margin-right: 6px;
  margin-bottom: 2px;
}
.response-wrapper .response-msg.error {
  background-color: #ff0008;
}
.response-wrapper .response-msg.success {
  background-color: #a9f216;
}
.response-wrapper .response-msg.success p {
  color: #000;
}

.error-msg {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 0.45rem;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #ff0008;
  padding: 2px 6px;
  z-index: 5;
}

.input-wrapper {
  position: relative;
}
.input-wrapper label {
  font-family: new-hero, sans-serif;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-weight: 400;
  letter-spacing: 0rem;
  cursor: pointer;
  margin-bottom: 0px;
  line-height: 1;
}
.input-wrapper input[type=text],
.input-wrapper input[type=email],
.input-wrapper input[type=password],
.input-wrapper input[type=search]:not(.vs__search),
.input-wrapper input[type=number] {
  font-family: new-hero, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 1;
  color: #000;
  width: 100%;
  border-width: 0px 0px 1px 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 0px;
  padding: 10px 15px;
  background-color: #fff;
  -webkit-appearance: none;
}
.input-wrapper input[type=text]:focus,
.input-wrapper input[type=email]:focus,
.input-wrapper input[type=password]:focus,
.input-wrapper input[type=search]:not(.vs__search):focus,
.input-wrapper input[type=number]:focus {
  outline: none;
}
.input-wrapper input[type=text]::-webkit-input-placeholder,
.input-wrapper input[type=email]::-webkit-input-placeholder,
.input-wrapper input[type=password]::-webkit-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-input-placeholder,
.input-wrapper input[type=number]::-webkit-input-placeholder {
  letter-spacing: 0rem;
  font-size: 0.8125rem;
  color: #000;
}
.input-wrapper input[type=text]::-moz-placeholder,
.input-wrapper input[type=email]::-moz-placeholder,
.input-wrapper input[type=password]::-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-moz-placeholder,
.input-wrapper input[type=number]::-moz-placeholder {
  letter-spacing: 0rem;
  font-size: 0.8125rem;
  color: #000;
}
.input-wrapper input[type=text]:-ms-input-placeholder,
.input-wrapper input[type=email]:-ms-input-placeholder,
.input-wrapper input[type=password]:-ms-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-ms-input-placeholder,
.input-wrapper input[type=number]:-ms-input-placeholder {
  letter-spacing: 0rem;
  font-size: 0.8125rem;
  color: #000;
}
.input-wrapper input[type=text]:-moz-placeholder,
.input-wrapper input[type=email]:-moz-placeholder,
.input-wrapper input[type=password]:-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-moz-placeholder,
.input-wrapper input[type=number]:-moz-placeholder {
  letter-spacing: 0rem;
  font-size: 0.8125rem;
  color: #000;
}
.input-wrapper input[type=text]::-webkit-outer-spin-button, .input-wrapper input[type=text]::-webkit-inner-spin-button,
.input-wrapper input[type=email]::-webkit-outer-spin-button,
.input-wrapper input[type=email]::-webkit-inner-spin-button,
.input-wrapper input[type=password]::-webkit-outer-spin-button,
.input-wrapper input[type=password]::-webkit-inner-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-outer-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-inner-spin-button,
.input-wrapper input[type=number]::-webkit-outer-spin-button,
.input-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.input-wrapper .v-select {
  width: 100%;
}
.input-wrapper .v-select .vs__clear {
  font-size: 0;
  position: relative;
  width: 12px;
  height: 12px;
}
.input-wrapper .v-select .vs__clear svg {
  display: none;
}
.input-wrapper .v-select .vs__clear::before, .input-wrapper .v-select .vs__clear::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.input-wrapper .v-select .vs__clear::before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
.input-wrapper .v-select .vs__clear::after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: rotate(45deg) translateY(-50%);
}
.input-wrapper .v-select .vs__dropdown-toggle {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding: 10px 15px;
  border-color: #000;
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__selected-options {
  padding: 0;
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__actions {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-35%);
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__actions .vs__open-indicator {
  display: none;
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__actions::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-width: 0px 0px 1px 1px;
  border-color: rgba(0, 0, 0, 0.4);
  border-style: solid;
  position: relative;
  top: -3px;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  transition: transform 250ms ease-in-out, top 250ms ease-in-out;
}
.input-wrapper .v-select .vs__search,
.input-wrapper .v-select .vs__selected {
  margin: 0px;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
}
.input-wrapper .v-select .vs__dropdown-menu .vs__dropdown-option {
  font-size: 10px;
  font-weight: 400;
  margin-right: 0px;
}
.input-wrapper .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--selected {
  background: rgba(202, 145, 65, 0.85);
  color: #fff;
}
.input-wrapper .v-select .vs__dropdown-menu .vs__no-options {
  font-size: 10px;
  font-weight: 400;
}
.input-wrapper .v-select.vs--open .vs__dropdown-toggle .vs__actions::after {
  transform: rotate(135deg);
  top: 3px;
}
.input-wrapper .v-select.vs--disabled .vs__dropdown-toggle,
.input-wrapper .v-select.vs--disabled .vs__clear,
.input-wrapper .v-select.vs--disabled .vs__search,
.input-wrapper .v-select.vs--disabled .vs__selected,
.input-wrapper .v-select.vs--disabled .vs__open-indicator {
  background-color: transparent;
}
.input-wrapper .v-select.vs--disabled .vs__dropdown-toggle .vs__actions {
  display: none;
}
.input-wrapper.no-border .v-select .vs__dropdown-toggle {
  border: 0;
}
.input-wrapper.no-border .v-select.vs--single .vs__dropdown-toggle {
  padding: 0px 40px 0px 0px;
}
.input-wrapper.has-error label {
  color: #ff0008;
}
.input-wrapper.has-error input[type=email],
.input-wrapper.has-error input[type=text],
.input-wrapper.has-error input[type=password],
.input-wrapper.has-error input[type=number] {
  border-color: #ff0008;
}
.input-wrapper.has-error .v-select .vs__dropdown-toggle {
  border-color: #ff0008;
}
.input-wrapper.label-float label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all 250ms ease-out;
  z-index: 1;
}
.input-wrapper.label-float label.v-select-lebel {
  opacity: 0;
}
.input-wrapper.label-float.has-value label {
  top: calc(0% - 0.3125rem);
  left: 0;
  transform: translateY(0%);
  color: rgba(0, 0, 0, 0.25);
  font-size: 0.625rem;
}
.input-wrapper.label-float.has-value label.v-select-lebel {
  opacity: 1;
}

.textarea-wrapper {
  position: relative;
}
.textarea-wrapper label {
  font-family: new-hero, sans-serif;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0rem;
  cursor: pointer;
  margin-bottom: 0px;
}
.textarea-wrapper textarea {
  font-family: new-hero, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 1.6;
  color: #000;
  width: 100%;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  border-radius: 0px;
  background-color: transparent;
  padding: 29px 28px;
  -webkit-appearance: none;
}
.textarea-wrapper textarea:focus {
  outline: none;
}
.textarea-wrapper textarea::-webkit-input-placeholder {
  font-family: new-hero, sans-serif;
  letter-spacing: 0rem;
  font-size: 0.8125rem;
  color: #000;
}
.textarea-wrapper textarea::-moz-placeholder {
  font-family: new-hero, sans-serif;
  letter-spacing: 0rem;
  font-size: 0.8125rem;
  color: #000;
}
.textarea-wrapper textarea:-ms-input-placeholder {
  font-family: new-hero, sans-serif;
  letter-spacing: 0rem;
  font-size: 0.8125rem;
  color: #000;
}
.textarea-wrapper textarea:-moz-placeholder {
  font-family: new-hero, sans-serif;
  letter-spacing: 0rem;
  font-size: 0.8125rem;
  color: #000;
}
.textarea-wrapper .error-msg {
  top: 10px;
  right: 10px;
}
.textarea-wrapper.has-error label {
  color: #ff0008;
}
.textarea-wrapper.has-error textarea {
  border-color: #ff0008;
}
.textarea-wrapper.label-float label {
  position: absolute;
  top: 40px;
  left: 28px;
  transform: translateY(-50%);
  transition: all 250ms ease-out;
}
.textarea-wrapper.label-float.has-value label {
  top: 12px;
  left: 13px;
  transform: translateY(0%);
  font-size: 0.625rem;
}

.checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  font-size: 0.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox-wrapper label {
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0rem;
}
.checkbox-wrapper label a {
  transition: all 250ms ease-out;
  text-decoration: underline;
}
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.checkbox-wrapper .checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 0px;
  transform: translateY(-50%);
}
.checkbox-wrapper .checkbox::before {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper input:checked ~ .checkbox {
  background-color: transparent;
}
.checkbox-wrapper input:checked ~ .checkbox::before {
  display: block;
}
.checkbox-wrapper:hover input ~ .checkbox {
  background-color: transparent;
}
.checkbox-wrapper button {
  text-decoration: underline;
}
.checkbox-wrapper .error-msg {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  font-size: 0.625rem;
  color: #ff0008;
}
.checkbox-wrapper.has-error {
  color: #ff0008;
}
.checkbox-wrapper.has-error .checkbox {
  border-color: #ff0008;
}
.checkbox-wrapper.has-error label a,
.checkbox-wrapper.has-error label button {
  transition: all 0ms ease-out;
  color: #ff0008;
}

.radio-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: left;
}
.radio-wrapper label {
  font-size: 0.75rem;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  letter-spacing: 0rem;
}
.radio-wrapper input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.radio-wrapper input:checked ~ .radio::before {
  display: block;
}
.radio-wrapper .radio {
  position: absolute;
  top: 50%;
  left: 0;
  height: 23px;
  width: 23px;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  transform: translateY(-50%);
  background-color: #fff;
}
.radio-wrapper .radio::before {
  content: "x";
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 200;
  position: absolute;
  display: none;
  width: 50%;
  height: 50%;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.radio-wrapper.has-error .radio {
  border-color: #ff0008;
}

.btn-submit {
  position: relative;
  color: #fff;
  padding: 40px 20px;
  background-color: #000;
  transition-property: background-color, color;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  line-height: 1;
  font-family: temeraire, serif;
  font-size: calc(1.28125rem + 0.5vmin);
  border: 1px solid #000;
}
@media (min-width: 900px) and (min-height: 900px) {
  .btn-submit {
    font-size: 1.5625rem;
  }
}
.btn-submit:hover {
  background-color: transparent;
  color: #000;
}
.btn-submit.loading {
  background: transparent;
}
.btn-submit .loader {
  width: 30px;
  height: 30px;
  border-width: 1px;
  border-color: #000;
  border-left-color: #ca9141;
}

@keyframes load {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loader {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #bbbbbb;
  border-right: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
  border-left: 2px solid #fff;
  animation: load 1.1s infinite linear;
}
.loader::before {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loading span:not(.loader) {
  opacity: 0;
}
.loading .loader {
  opacity: 1;
}

.page-loader .page-loader-logo {
  width: 200px;
}

.main-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-menu > li {
  margin-right: 60px;
}
.main-menu > li:last-child {
  margin-right: 0px;
}
.main-menu > li > a, .main-menu > li > button {
  color: #000;
  font-family: temeraire, serif;
  font-size: 1.25rem;
  color: #000;
  transition: color 250ms ease-in-out;
  position: relative;
}
.main-menu > li > a::before, .main-menu > li > button::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  transition: width 250ms ease-in-out;
  height: 1px;
  background-color: currentColor;
}
.main-menu > li > a:hover, .main-menu > li > button:hover {
  color: #ca9141;
}
.main-menu > li > a:hover::before, .main-menu > li > button:hover::before {
  width: 20px;
}
.main-menu > li > a.active::before, .main-menu > li > button.active::before {
  width: 20px;
}

.footer-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
}
.footer-menu > li {
  margin-bottom: 20px;
}
.footer-menu > li:last-child {
  margin-bottom: 0px;
}
.footer-menu .menu-title {
  font-size: 1.25rem;
  font-family: temeraire, serif;
}
.footer-menu .menu-links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  margin-top: 10px;
}
.footer-menu .menu-links > li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.footer-menu .menu-links > li:last-child {
  margin-right: 0px;
}
.footer-menu .menu-links > li > a, .footer-menu .menu-links > li > button {
  color: #000;
  font-size: 0.55rem;
  color: #888686;
  transition: color 250ms ease-in-out;
}
.footer-menu .menu-links > li > a:hover, .footer-menu .menu-links > li > a.active, .footer-menu .menu-links > li > button:hover, .footer-menu .menu-links > li > button.active {
  color: #ca9141;
}

.mobile-menu-wrapper {
  padding-top: calc(7vw + 100px);
  height: 100vh;
  position: relative;
  text-align: center;
  background: #000;
}
.mobile-menu-wrapper .mobile-menu > li > a, .mobile-menu-wrapper .mobile-menu > li > button {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .footer-menu {
    flex-flow: row;
    justify-content: space-between;
  }
  .footer-menu > li {
    margin-bottom: 0px;
    margin-right: 70px;
  }
  .footer-menu > li:last-child {
    margin-right: 20px;
  }
  .footer-menu .menu-links {
    flex-flow: column;
  }
  .footer-menu .menu-links > li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-menu .menu-links > li:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-menu > li {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1369px) {
  .footer-menu {
    justify-content: flex-start;
  }
  .footer-menu > li {
    margin-right: 4vw;
  }
}
.modal {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal-body {
  box-shadow: 70px 24px 64px 0px rgba(0, 0, 0, 0.25);
}

html:not(.device) ::-webkit-scrollbar {
  width: 3px;
}
html:not(.device) ::-webkit-scrollbar-track {
  background: #ebebeb;
}
html:not(.device) ::-webkit-scrollbar-thumb {
  background: #ca9141;
  border-radius: 2px;
}
html:not(.device) ::-webkit-scrollbar-thumb:hover {
  background: rgb(129.012345679, 90.3086419753, 35.987654321);
}
html:not(.device) html {
  scrollbar-color: #ca9141 #ebebeb;
  scrollbar-width: thin;
}

@media only screen and (min-width: 992px) {
  html:not(.device) ::-webkit-scrollbar {
    width: 8px;
  }
  html:not(.device) ::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }
}
::-moz-selection {
  color: #fff;
  background: #ca9141;
  opacity: 1;
}

::selection {
  color: #fff;
  background: #ca9141;
  opacity: 1;
}

.table-shipping {
  width: 100%;
}
.table-shipping thead tr th,
.table-shipping tbody tr td {
  padding: 10px 20px;
  text-align: center;
}
.table-shipping thead tr th:nth-child(1),
.table-shipping tbody tr td:nth-child(1) {
  text-align: left;
}
.table-shipping thead tr th {
  font-size: 0.8125rem;
  font-weight: 700;
}
.table-shipping tbody tr td {
  font-size: 0.8125rem;
  font-weight: 400;
}
.table-shipping tbody tr td:last-child {
  font-size: 0.625rem;
}
.table-shipping tbody tr td:last-child span {
  font-size: 0.4375rem;
}
.table-shipping tbody tr:nth-child(odd) {
  background-color: #d9d9d9;
}

.tabs {
  width: 100%;
}
.tabs.tabs-size-guides .nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.tabs.tabs-size-guides .nav-tabs::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
  transition: transform 250ms ease-in-out;
}
.tabs.tabs-size-guides .nav-tabs.active-0::before {
  transform: translateX(0px);
}
.tabs.tabs-size-guides .nav-tabs.active-1::before {
  transform: translateX(100px);
}
.tabs.tabs-size-guides .nav-tabs.active-2::before {
  transform: translateX(200px);
}
.tabs.tabs-size-guides .nav-tabs .nav-link {
  font-size: 0.625rem;
  letter-spacing: 0.05rem;
  padding: 5px 2px;
  position: relative;
  display: inline-block;
  color: #000;
  margin-right: 50px;
  width: 50px;
  text-align: center;
}
.tabs.tabs-size-guides .nav-tabs .nav-link:last-child {
  margin-right: 0px;
}
.tabs.tabs-size-guides .tab-content {
  margin-top: 25px;
}

.fade-left-leave-active {
  transition: opacity 250ms ease-out, transform 500ms ease-out;
}

.fade-left-enter-active {
  transition: opacity 500ms ease-out, transform 250ms ease-out;
}

.fade-left-enter-active,
.fade-left-leave-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fade-left-enter-active.fade-left-leave-to, .fade-left-enter-active.fade-left-enter-from,
.fade-left-leave-active.fade-left-leave-to,
.fade-left-leave-active.fade-left-enter-from {
  opacity: 0;
  transform: translateX(-100%);
}

.fade-right-leave-active {
  transition: opacity 250ms ease-out, transform 500ms ease-out;
}

.fade-right-enter-active {
  transition: opacity 500ms ease-out, transform 250ms ease-out;
}

.fade-right-enter-active,
.fade-right-leave-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fade-right-enter-active.fade-right-leave-to, .fade-right-enter-active.fade-right-enter-from,
.fade-right-leave-active.fade-right-leave-to,
.fade-right-leave-active.fade-right-enter-from {
  opacity: 0;
  transform: translateX(100%);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
.display-6,
.display-5,
.display-4,
.display-3,
.display-2,
.display-1 {
  font-family: temeraire, serif;
}

.ff-sans-serif {
  font-family: new-hero, sans-serif !important;
}

.ff-serif {
  font-family: temeraire, serif !important;
}

.text-erase {
  position: relative;
  display: inline-block;
}
.text-erase::before {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.link-opacity {
  opacity: 0.5;
  transition: opacity 250ms ease-in-out;
}
.link-opacity:hover {
  opacity: 1;
}

hr {
  border-top: 1px solid #000;
  margin: 5px auto;
  opacity: 1;
}
hr.opacity {
  opacity: 0.2;
}

i[class^=icon-],
i[class*=" icon-"] {
  font-size: 0;
}

/**/
.cart-drawer {
  background-color: #fff;
  height: 100%;
  width: 700px;
  box-shadow: -70px 24px 64px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 60px calc(3.125% + 10px);
  display: flex;
  flex-flow: column;
}
.cart-drawer .cart-drawer-header {
  text-align: right;
}
.cart-drawer .cart-drawer-content {
  margin-top: 70px;
  height: 100%;
}

.btn-cart-drawer-close {
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 0;
  transform: translateX(-45%);
  font-size: 0;
}
.btn-cart-drawer-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: background-color 250ms ease-in-out;
}
.btn-cart-drawer-close i {
  position: relative;
  z-index: 1;
}
.btn-cart-drawer-close i::before {
  font-size: 1rem;
}
.btn-cart-drawer-close:hover::before {
  background-color: #fff;
}

.cart-table .cart-head,
.cart-table .cart-row {
  display: flex;
  align-items: center;
}
.cart-table .cart-head {
  display: none;
  margin-bottom: 25px;
}
.cart-table .cart-head p {
  font-size: 0.75rem;
  font-weight: 700;
}
.cart-table .cart-row {
  text-align: left;
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  color: #000;
}
.cart-table .cart-row:last-child {
  border-bottom: none;
}
.cart-table .cart-row .img-wrapper {
  display: block;
  width: 100%;
}
.cart-table .cart-row .img-wrapper img {
  max-width: 100%;
}
.cart-table .cart-row > div {
  font-size: 0.875rem;
  line-height: 1;
}
.cart-table .cart-row > div:nth-child(1) {
  width: 30%;
  align-self: flex-start;
}
.cart-table .cart-row > div:nth-child(2) {
  width: 70%;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .cart-table .cart-head {
    display: flex;
  }
  .cart-table .cart-head,
  .cart-table .cart-row {
    flex-wrap: nowrap;
  }
  .cart-table .cart-head > div,
  .cart-table .cart-row > div {
    flex-shrink: 0;
  }
  .cart-table .cart-head > div:nth-child(1),
  .cart-table .cart-row > div:nth-child(1) {
    width: 120px;
  }
  .cart-table .cart-head > div:nth-child(2),
  .cart-table .cart-row > div:nth-child(2) {
    flex-shrink: 1;
    width: 100%;
    margin-left: 30px;
  }
  .cart-table .cart-head > div:nth-child(3),
  .cart-table .cart-row > div:nth-child(3) {
    text-align: right;
    width: 100px;
  }
}
/**/
.content-wrapper {
  min-height: calc(100vh - 532px);
}

.newsletter-wrapper button {
  font-family: temeraire, serif;
}

.social-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links li {
  margin-left: 30px;
  margin-right: 30px;
}
.social-links li a {
  position: relative;
  color: #000;
  font-family: temeraire, serif;
  font-size: 1rem;
  letter-spacing: 0.02rem;
}
.social-links li a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 1px;
  background-color: #000;
  transition: width 250ms ease-in-out;
}
.social-links li a:hover::before {
  width: 90%;
}

.payments {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}
.payments li {
  margin-right: 35px;
}
.payments li:last-child {
  margin-right: 0px;
}
.payments li:nth-child(1) img {
  height: 24px;
}
.payments li:nth-child(2) img {
  height: 16px;
}
.payments li:nth-child(3) img {
  height: 13px;
}

/***************************************************************** HOME *************/
.home-banner {
  width: 100%;
  position: relative;
  display: block;
}
.home-banner::before {
  padding-top: 100%;
  content: "";
  display: block;
}
.home-banner .bg-image-component,
.home-banner .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-banner .home-banner-title,
.home-banner .home-banner-desc,
.home-banner .home-banner-btn {
  position: absolute;
  text-align: center;
  color: #000;
}
.home-banner .home-banner-title.position-top-left,
.home-banner .home-banner-desc.position-top-left,
.home-banner .home-banner-btn.position-top-left {
  top: 10%;
  left: 8%;
}
.home-banner .home-banner-title.position-top-center,
.home-banner .home-banner-desc.position-top-center,
.home-banner .home-banner-btn.position-top-center {
  top: 10%;
  left: 50%;
}
.home-banner .home-banner-title.position-top-right,
.home-banner .home-banner-desc.position-top-right,
.home-banner .home-banner-btn.position-top-right {
  top: 10%;
  right: 8%;
}
.home-banner .home-banner-title.position-center-left,
.home-banner .home-banner-desc.position-center-left,
.home-banner .home-banner-btn.position-center-left {
  top: 50%;
  left: 8%;
}
.home-banner .home-banner-title.position-center,
.home-banner .home-banner-desc.position-center,
.home-banner .home-banner-btn.position-center {
  top: 50%;
  left: 50%;
}
.home-banner .home-banner-title.position-center-right,
.home-banner .home-banner-desc.position-center-right,
.home-banner .home-banner-btn.position-center-right {
  top: 50%;
  right: 8%;
}
.home-banner .home-banner-title.position-bottom-left,
.home-banner .home-banner-desc.position-bottom-left,
.home-banner .home-banner-btn.position-bottom-left {
  bottom: 10%;
  left: 8%;
}
.home-banner .home-banner-title.position-bottom-center,
.home-banner .home-banner-desc.position-bottom-center,
.home-banner .home-banner-btn.position-bottom-center {
  bottom: 10%;
  left: 50%;
}
.home-banner .home-banner-title.position-bottom-right,
.home-banner .home-banner-desc.position-bottom-right,
.home-banner .home-banner-btn.position-bottom-right {
  bottom: 10%;
  right: 8%;
}
.home-banner .home-banner-title {
  font-family: temeraire, serif;
  line-height: 1.1;
  white-space: nowrap;
}
.home-banner .home-banner-title.size-xsmall {
  font-size: 1.25rem;
}
.home-banner .home-banner-title.size-small {
  font-size: calc(1.3125rem + 1vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .home-banner .home-banner-title.size-small {
    font-size: 1.875rem;
  }
}
.home-banner .home-banner-title.size-medium {
  font-size: calc(1.375rem + 2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .home-banner .home-banner-title.size-medium {
    font-size: 2.5rem;
  }
}
.home-banner .home-banner-title.size-large {
  font-size: calc(1.5rem + 4vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .home-banner .home-banner-title.size-large {
    font-size: 3.75rem;
  }
}
.home-banner .home-banner-title.position-top-center {
  transform: translate(-50%, 0%);
}
.home-banner .home-banner-title.position-center-left {
  transform: translate(0%, calc(-50% - 20px));
}
.home-banner .home-banner-title.position-center {
  transform: translate(-50%, calc(-50% - 20px));
}
.home-banner .home-banner-title.position-center-right {
  transform: translate(0%, calc(-50% - 20px));
}
.home-banner .home-banner-title.position-bottom-left {
  transform: translate(0%, -90px);
}
.home-banner .home-banner-title.position-bottom-center {
  transform: translate(-50%, -90px);
}
.home-banner .home-banner-title.position-bottom-right {
  transform: translate(0%, -90px);
}
.home-banner .home-banner-desc,
.home-banner .home-banner-btn {
  font-family: new-hero, sans-serif;
}
.home-banner .home-banner-desc.size-xsmall,
.home-banner .home-banner-btn.size-xsmall {
  font-size: 0.5625rem;
}
.home-banner .home-banner-desc.size-small,
.home-banner .home-banner-btn.size-small {
  font-size: 0.625rem;
}
.home-banner .home-banner-desc.size-medium,
.home-banner .home-banner-btn.size-medium {
  font-size: 0.75rem;
}
.home-banner .home-banner-desc.size-large,
.home-banner .home-banner-btn.size-large {
  font-size: 0.875rem;
}
.home-banner .home-banner-desc {
  width: calc(100% - 40px);
  max-width: 260px;
}
.home-banner .home-banner-desc.position-top-left {
  transform: translate(0%, 50px);
}
.home-banner .home-banner-desc.position-top-center {
  transform: translate(-50%, 50px);
}
.home-banner .home-banner-desc.position-top-right {
  transform: translate(0%, 50px);
}
.home-banner .home-banner-desc.position-center-left {
  transform: translate(0%, calc(-50% + 30px));
}
.home-banner .home-banner-desc.position-center {
  transform: translate(-50%, calc(-50% + 30px));
}
.home-banner .home-banner-desc.position-center-right {
  transform: translate(0%, calc(-50% + 30px));
}
.home-banner .home-banner-desc.position-bottom-left {
  transform: translate(0%, -35px);
}
.home-banner .home-banner-desc.position-bottom-center {
  transform: translate(-50%, -35px);
}
.home-banner .home-banner-desc.position-bottom-right {
  transform: translate(0%, -35px);
}
.home-banner .home-banner-btn {
  white-space: nowrap;
}
.home-banner .home-banner-btn span {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  transition: width 250ms ease-in-out;
  height: 1px;
  background-color: #000;
}
.home-banner .home-banner-btn.position-top-left {
  transform: translate(0%, 100px);
}
.home-banner .home-banner-btn.position-top-center {
  transform: translate(-50%, 100px);
}
.home-banner .home-banner-btn.position-top-right {
  transform: translate(0%, 100px);
}
.home-banner .home-banner-btn.position-center-left {
  transform: translate(0%, calc(-50% + 70px));
}
.home-banner .home-banner-btn.position-center {
  transform: translate(-50%, calc(-50% + 70px));
}
.home-banner .home-banner-btn.position-center-right {
  transform: translate(0%, calc(-50% + 70px));
}
.home-banner .home-banner-btn.position-bottom-center {
  transform: translate(-50%, 0%);
}
.home-banner:hover .home-banner-btn span {
  width: 0%;
}

.products-featured-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.products-featured-list > li {
  width: 100%;
  flex-shrink: 0;
  padding: 0px 50px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.products-featured-list > li .product-preview {
  display: inline-block;
  position: relative;
}
.products-featured-list > li .product-preview .product-image {
  transition: transform 250ms ease-in-out;
}
.products-featured-list > li .product-preview:hover .product-image {
  transform: scale(0.95);
}

/***************************************************************** PRODUCTS **********/
.products-category-photo {
  padding-top: 50%;
  position: sticky;
  top: 155px;
  min-height: calc(100vh - 155px - 60px);
}
.products-category-photo .bg-image-component,
.products-category-photo .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.products-category-text {
  position: absolute;
  top: 40px;
  left: 50px;
  font-size: calc(1.525rem + 4.4vmin);
  font-family: temeraire, serif;
  width: 1px;
  line-height: 1.1;
}
@media (min-width: 900px) and (min-height: 900px) {
  .products-category-text {
    font-size: 4rem;
  }
}

.products-list-view-buttons {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}
.products-list-view-buttons li {
  margin-bottom: 10px;
}
.products-list-view-buttons li:last-child {
  margin-bottom: 0px;
}
.products-list-view-buttons li button i::before {
  font-size: calc(1.25625rem + 0.1vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .products-list-view-buttons li button i::before {
    font-size: 1.3125rem;
  }
}

.products-list-filters {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.products-list-filters li {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.products-list-filters li:last-child {
  margin-right: 0px;
}
.products-list-filters li p {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 2px;
  font-family: temeraire, serif;
}
.products-list-filters li .v-select {
  width: 100%;
  min-width: 240px;
  margin-left: 20px;
}
.products-list-filters li .v-select .vs__clear {
  font-size: 0;
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
.products-list-filters li .v-select .vs__clear svg {
  display: none;
}
.products-list-filters li .v-select .vs__clear::before, .products-list-filters li .v-select .vs__clear::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.products-list-filters li .v-select .vs__clear::before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
.products-list-filters li .v-select .vs__clear::after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: rotate(45deg) translateY(-50%);
}
.products-list-filters li .v-select .vs__dropdown-toggle {
  border: 1px solid #d9d9d9;
  padding: 0px 0px 4px;
}
.products-list-filters li .v-select .vs__dropdown-toggle .vs__actions {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.products-list-filters li .v-select .vs__dropdown-toggle .vs__actions .vs__open-indicator {
  display: none;
}
.products-list-filters li .v-select .vs__dropdown-toggle .vs__actions::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-width: 0px 0px 1px 1px;
  border-color: rgba(0, 0, 0, 0.4);
  border-style: solid;
  position: relative;
  top: -3px;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  transition: transform 250ms ease-in-out, top 250ms ease-in-out;
}
.products-list-filters li .v-select .vs__search,
.products-list-filters li .v-select .vs__selected {
  font-size: 10px;
  font-weight: 300;
}
.products-list-filters li .v-select .vs__dropdown-menu {
  border-color: #d9d9d9;
}
.products-list-filters li .v-select .vs__dropdown-menu .vs__dropdown-option {
  font-size: 10px;
  font-weight: 300;
  margin-right: 0px;
}
.products-list-filters li .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--selected {
  background: rgba(202, 145, 65, 0.85);
  color: #fff;
}
.products-list-filters li .v-select .vs__dropdown-menu .vs__no-options {
  font-size: 10px;
  font-weight: 300;
}
.products-list-filters li .v-select.vs--open .vs__dropdown-toggle .vs__actions::after {
  transform: rotate(135deg);
  top: 3px;
}

.products-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.products-list > li {
  flex-shrink: 0;
  width: calc(25% - 100px);
  margin: 0px 50px 50px;
}

.product-preview {
  display: block;
  text-align: center;
}
.product-preview .product-image {
  position: relative;
}
.product-preview .product-image img {
  width: 100%;
}
.product-preview .product-image .product-tags,
.product-preview .product-image .product-fav-btn {
  position: absolute;
  z-index: 1;
}
.product-preview .product-image .product-tags {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-preview .product-image .product-tags li {
  margin-right: 5px;
}
.product-preview .product-image .product-tags li:last-child {
  margin-right: 0px;
}
.product-preview .product-image .product-tags .tag {
  white-space: nowrap;
  background-color: #000;
  color: #fff;
  font-size: 0.5625rem;
  padding: 5px 8px 3px;
  display: inline-block;
  letter-spacing: 0.02rem;
  font-weight: 300;
}
.product-preview .product-image .product-fav-btn {
  top: 25px;
  right: 25px;
}
.product-preview .product-image .product-fav-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 250ms ease-in-out;
}
.product-preview .product-image .product-fav-btn i:nth-child(2) {
  opacity: 0;
}
.product-preview .product-image .product-fav-btn i::before {
  font-size: 1.2rem;
}
.product-preview .product-image .product-fav-btn:hover i:nth-child(2), .product-preview .product-image .product-fav-btn.active i:nth-child(2) {
  opacity: 1;
}
.product-preview .product-title {
  font-size: calc(1.28125rem + 0.5vmin);
  font-family: temeraire, serif;
  color: #000;
}
@media (min-width: 900px) and (min-height: 900px) {
  .product-preview .product-title {
    font-size: 1.5625rem;
  }
}
.product-preview .product-category {
  font-size: 0.75rem;
  color: #000;
}
.product-preview .product-price {
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
}
.product-preview .product-price .text-erase {
  opacity: 0.2;
}

@keyframes arrowLongDown {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  49.99% {
    transform: translate(-50%, 60px) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -180px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.btn-load-more {
  text-align: center;
  position: relative;
  width: 140px;
  height: 120px;
  overflow: hidden;
}
.btn-load-more p {
  font-size: calc(1.265rem + 0.24vmin);
  font-family: temeraire, serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (min-width: 900px) and (min-height: 900px) {
  .btn-load-more p {
    font-size: 1.4rem;
  }
}
.btn-load-more i {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%) rotate(20deg);
  transition: transform 250ms ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.btn-load-more i::before {
  font-size: calc(1.825rem + 9.2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .btn-load-more i::before {
    font-size: 7rem;
  }
}
.btn-load-more:hover i {
  transform: translate(-50%, -50%) rotate(0deg);
}
.btn-load-more.loading i {
  animation-name: arrowLongDown;
}

.product-inner-photos {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.product-inner {
  max-width: 670px;
  margin-left: 120px;
  padding-bottom: 70px;
  position: sticky;
  top: 155px;
}
.product-inner .product-title-wrapper {
  position: relative;
  padding-right: 40px;
}
.product-inner .product-title-wrapper .product-title {
  font-size: calc(1.35625rem + 1.7vmin);
  font-family: temeraire, serif;
  color: #000;
  line-height: 1.2;
}
@media (min-width: 900px) and (min-height: 900px) {
  .product-inner .product-title-wrapper .product-title {
    font-size: 2.3125rem;
  }
}
.product-inner .product-title-wrapper .product-fav-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.product-inner .product-title-wrapper .product-fav-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 250ms ease-in-out;
}
.product-inner .product-title-wrapper .product-fav-btn i:nth-child(2) {
  opacity: 0;
}
.product-inner .product-title-wrapper .product-fav-btn i::before {
  font-size: 1.2rem;
}
.product-inner .product-title-wrapper .product-fav-btn:hover i:nth-child(2), .product-inner .product-title-wrapper .product-fav-btn.active i:nth-child(2) {
  opacity: 1;
}
.product-inner .product-subtitle {
  font-size: 0.75rem;
  color: #000;
  font-weight: 400;
}
.product-inner .product-code {
  font-size: 0.5625rem;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  line-height: 1;
}
.product-inner .product-price {
  font-size: 0.75rem;
  color: #000;
  font-weight: 700;
}
.product-inner .product-price .text-erase {
  opacity: 0.2;
}
.product-inner .product-desc {
  font-size: 0.75rem;
  color: #000;
  font-weight: 400;
}
.product-inner .product-attribute {
  margin-top: 1rem;
  display: flex;
  align-items: flex-end;
}
.product-inner .product-attribute p {
  margin-bottom: 2px;
}
.product-inner .product-attribute .input-wrapper {
  --vs-dropdown-min-width: 200px;
  min-width: 120px;
}
.product-inner .product-attribute.has-error {
  color: #ff0008;
}
.product-inner .product-attribute-alt .input-wrapper {
  --vs-dropdown-min-width: 200px;
}
.product-inner .product-attribute-alt.has-error {
  color: #ff0008;
}
.product-inner .product-inner-buttons {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-inner .product-inner-buttons li {
  margin-right: 50px;
}
.product-inner .product-inner-buttons li:last-child {
  margin-right: 0px;
}
.product-inner .product-inner-buttons button {
  font-size: 1.125rem;
  font-family: temeraire, serif;
  color: #000;
}

.btn-add-cart {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #000;
  padding: 30px 30px;
  transition: background-color 250ms ease-in-out;
}
.btn-add-cart span {
  font-size: calc(1.28125rem + 0.5vmin);
  color: #fff;
  font-family: temeraire, serif;
}
@media (min-width: 900px) and (min-height: 900px) {
  .btn-add-cart span {
    font-size: 1.5625rem;
  }
}
.btn-add-cart .loader {
  width: 30px;
  height: 30px;
}
.btn-add-cart:hover {
  background-color: #ca9141;
}
.btn-add-cart.loading {
  background-color: #000;
}

.product-drawer {
  background-color: #fff;
  height: 100%;
  width: 700px;
  box-shadow: 70px 24px 64px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 60px calc(3.125% + 10px);
}
.product-drawer .product-drawer-header .logo {
  width: 130px;
}
.product-drawer .product-drawer-content {
  margin-top: 70px;
}

.btn-product-drawer-close {
  position: absolute;
  z-index: 1;
  top: 100px;
  right: 0;
  transform: translateX(55%);
  font-size: 0;
}
.btn-product-drawer-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: background-color 250ms ease-in-out;
}
.btn-product-drawer-close i {
  position: relative;
  z-index: 1;
}
.btn-product-drawer-close i::before {
  font-size: 1rem;
}
.btn-product-drawer-close:hover::before {
  background-color: #fff;
}

/***************************************************************** COLLECTIONS **********/
@keyframes circle-text {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.collections-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.collections-menu li {
  margin-right: 50px;
  margin-bottom: 10px;
  text-align: right;
}
.collections-menu li:last-child {
  margin-bottom: 0px;
}
.collections-menu li a,
.collections-menu li button {
  display: inline-block;
  padding: 10px 10px;
  font-size: 0.75rem;
  color: #000;
  text-transform: uppercase;
  transition: color 250ms ease-in-out;
}
.collections-menu li a.active,
.collections-menu li button.active {
  font-weight: 700;
}
.collections-menu li a:hover,
.collections-menu li button:hover {
  color: #ca9141;
}

.btn-collection-shop {
  position: relative;
  width: 140px;
  height: 140px;
  display: block;
  font-family: temeraire, serif;
}
.btn-collection-shop .circle-text-wrapper {
  animation-name: circle-text;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: paused;
}
.btn-collection-shop img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-collection-shop:hover .circle-text-wrapper {
  animation-play-state: running;
}
.btn-collection-shop.btn-collection-shop-inner {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.collections-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.collections-list li {
  width: 100%;
  max-width: 560px;
  margin: 0px 0px 250px;
  position: relative;
}
.collections-list .collection-wrapper {
  position: relative;
  display: block;
}
.collections-list .collection-wrapper .collection-image {
  width: 100%;
  padding-top: 140%;
  position: relative;
  transition: transform 250ms ease-in-out;
}
.collections-list .collection-wrapper .collection-image .bg-image-component,
.collections-list .collection-wrapper .collection-image .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.collections-list .collection-wrapper .collection-year {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.4375rem;
  letter-spacing: 0.175rem;
  color: #000;
  transform: rotate(-90deg) translate(-50%, -100%);
  transform-origin: 0% 0%;
}
.collections-list .collection-wrapper .collection-title-wrapper {
  position: absolute;
  bottom: 0;
  transform: translateY(45%);
  left: 10px;
  right: 10px;
  text-align: center;
}
.collections-list .collection-wrapper .collection-title-wrapper .collection-title {
  color: #000;
  font-size: calc(1.53125rem + 4.5vmin);
  font-family: temeraire, serif;
  line-height: 1;
}
@media (min-width: 900px) and (min-height: 900px) {
  .collections-list .collection-wrapper .collection-title-wrapper .collection-title {
    font-size: 4.0625rem;
  }
}
.collections-list .collection-wrapper .collection-title-wrapper span {
  position: absolute;
  top: 100%;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -10px);
  font-size: 0.75rem;
  color: #000;
  opacity: 0;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.collections-list .collection-wrapper:hover .collection-image {
  transform: scale(0.95);
}
.collections-list .collection-wrapper:hover .collection-title-wrapper span {
  opacity: 1;
  transform: translate(-50%, 10px);
}
.collections-list .btn-collection-shop {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.page-collections-show {
  overflow: hidden;
}

.collection-inner-header {
  position: fixed;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  mix-blend-mode: difference;
}

.collection-inner-photos {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.collection-inner-photos li {
  width: 33%;
  padding: 0px 100px;
  margin-bottom: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection-inner-photos li:nth-child(3n+1) {
  margin-top: -100px;
}
.collection-inner-photos li:nth-child(3n) {
  margin-top: -100px;
}
.collection-inner-photos li > a, .collection-inner-photos li > div {
  display: inline-block;
  position: relative;
}
.collection-inner-photos li > a p, .collection-inner-photos li > div p {
  position: absolute;
  font-size: 0.4375rem;
  top: 0;
  right: 0;
  color: #000;
  letter-spacing: 0.175rem;
  transform: rotate(-90deg) translate(15%, 100%);
  transform-origin: 100% 0%;
}
.collection-inner-photos li > a img,
.collection-inner-photos li > a video, .collection-inner-photos li > div img,
.collection-inner-photos li > div video {
  max-width: 100%;
  transform: scale(1);
  transition: transform 250ms ease-in-out;
}
.collection-inner-photos li > a:hover:not(.cover-photo) img,
.collection-inner-photos li > a:hover:not(.cover-photo) video, .collection-inner-photos li > div:hover:not(.cover-photo) img,
.collection-inner-photos li > div:hover:not(.cover-photo) video {
  transform: scale(0.9);
}

/***************************************************************** BESPOKE **********/
.bespoke-list {
  flex-flow: column;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bespoke-list > li {
  margin: 0px 50px 200px;
  width: calc(100% - 100px);
  max-width: 560px;
  position: relative;
}
.bespoke-list > li:last-child {
  margin-bottom: 80px;
}
.bespoke-list .bespoke-wrapper {
  position: relative;
  display: block;
}
.bespoke-list .bespoke-wrapper .bespoke-image {
  width: 100%;
  padding-top: 140%;
  position: relative;
  transition: transform 250ms ease-in-out;
}
.bespoke-list .bespoke-wrapper .bespoke-image .bg-image-component,
.bespoke-list .bespoke-wrapper .bespoke-image .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bespoke-list .bespoke-wrapper .bespoke-year {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.4375rem;
  letter-spacing: 0.175rem;
  color: #000;
  transform: rotate(-90deg) translate(-50%, -100%);
  transform-origin: 0% 0%;
}
.bespoke-list .bespoke-wrapper .bespoke-title-wrapper {
  position: absolute;
  bottom: 0;
  transform: translateY(45%);
  left: 10px;
  right: 10px;
  text-align: center;
}
.bespoke-list .bespoke-wrapper .bespoke-title-wrapper .bespoke-title {
  color: #000;
  font-size: calc(1.53125rem + 4.5vmin);
  font-family: temeraire, serif;
  line-height: 1;
}
@media (min-width: 900px) and (min-height: 900px) {
  .bespoke-list .bespoke-wrapper .bespoke-title-wrapper .bespoke-title {
    font-size: 4.0625rem;
  }
}
.bespoke-list .bespoke-wrapper .bespoke-title-wrapper span {
  position: absolute;
  top: 100%;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -10px);
  font-size: 0.75rem;
  color: #000;
  opacity: 0;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.bespoke-list .bespoke-wrapper:hover .bespoke-image {
  transform: scale(0.95);
}
.bespoke-list .bespoke-wrapper:hover .bespoke-title-wrapper span {
  opacity: 1;
  transform: translate(-50%, 10px);
}
.bespoke-list .btn-collection-shop {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.btn-back-bespoke {
  color: rgba(0, 0, 0, 0.5);
  font-size: calc(1.28125rem + 0.5vmin);
  font-family: temeraire, serif;
  transition: color 250ms ease-in-out;
  position: relative;
}
@media (min-width: 900px) and (min-height: 900px) {
  .btn-back-bespoke {
    font-size: 1.5625rem;
  }
}
.btn-back-bespoke img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-back-bespoke:hover {
  color: black;
}

.radio-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.radio-list .radio-wrapper {
  flex-shrink: 0;
  width: 33.333%;
  margin-bottom: 20px;
}

.zodiac-signs {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.zodiac-signs img {
  margin: 30px 0px;
  width: 100%;
  max-width: 25px;
  opacity: 0.3;
  transition: opacity 250ms ease-in-out;
}
.zodiac-signs img:hover {
  opacity: 1;
}
.zodiac-signs.zodiac-signs-left {
  top: 50%;
  left: 0px;
}
.zodiac-signs.zodiac-signs-left img:nth-child(5) {
  margin-top: 100px;
}
.zodiac-signs.zodiac-signs-right {
  top: 50%;
  right: 0px;
}
.zodiac-signs.zodiac-signs-right img:nth-child(2) {
  margin-top: 80px;
}
.zodiac-signs.zodiac-signs-right img:nth-child(3) {
  margin-top: 60px;
}
.zodiac-signs.zodiac-signs-right img:nth-child(4) {
  margin-top: 140px;
}

@media only screen and (min-width: 576px) {
  /***************************************************************** PRODUCTS **********/
  .products-featured-list > li {
    padding: 0px 20px;
    width: 50%;
    margin-top: 0px;
  }
  .products-featured-list > li:nth-child(2n) {
    margin-top: 100px;
  }
  .product-preview .product-price {
    margin-top: 35px;
  }
  /***************************************************************** BESPOKE **********/
  .bespoke-list {
    flex-flow: row;
    align-items: flex-start;
  }
  .bespoke-list > li {
    margin: 0px 100px 250px;
  }
}
@media only screen and (min-width: 768px) {
  /***************************************************************** HOME *************/
  .home-banner::before {
    padding-top: 75%;
  }
  /***************************************************************** PRODUCTS **********/
  .products-featured-list > li {
    padding: 0px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .social-links {
    justify-content: flex-end;
  }
  .social-links li {
    margin-right: 0px;
    margin-left: 100px;
  }
  .social-links li:nth-child(1) {
    margin-left: 0px;
  }
  .payments {
    justify-content: center;
  }
  /***************************************************************** HOME *************/
  .home-banner::before {
    padding-top: 45%;
  }
  .home-banner.is-half::before {
    padding-top: 80%;
  }
  .home-banner .home-banner-title.position-lg-top-left,
  .home-banner .home-banner-desc.position-lg-top-left,
  .home-banner .home-banner-btn.position-lg-top-left {
    bottom: unset;
    right: unset;
    top: 10%;
    left: 8%;
  }
  .home-banner .home-banner-title.position-lg-top-center,
  .home-banner .home-banner-desc.position-lg-top-center,
  .home-banner .home-banner-btn.position-lg-top-center {
    bottom: unset;
    right: unset;
    top: 10%;
    left: 50%;
  }
  .home-banner .home-banner-title.position-lg-top-right,
  .home-banner .home-banner-desc.position-lg-top-right,
  .home-banner .home-banner-btn.position-lg-top-right {
    bottom: unset;
    left: unset;
    top: 10%;
    right: 8%;
  }
  .home-banner .home-banner-title.position-lg-center-left,
  .home-banner .home-banner-desc.position-lg-center-left,
  .home-banner .home-banner-btn.position-lg-center-left {
    bottom: unset;
    right: unset;
    top: 50%;
    left: 8%;
  }
  .home-banner .home-banner-title.position-lg-center,
  .home-banner .home-banner-desc.position-lg-center,
  .home-banner .home-banner-btn.position-lg-center {
    bottom: unset;
    right: unset;
    top: 50%;
    left: 50%;
  }
  .home-banner .home-banner-title.position-lg-center-right,
  .home-banner .home-banner-desc.position-lg-center-right,
  .home-banner .home-banner-btn.position-lg-center-right {
    bottom: unset;
    left: unset;
    top: 50%;
    right: 8%;
  }
  .home-banner .home-banner-title.position-lg-bottom-left,
  .home-banner .home-banner-desc.position-lg-bottom-left,
  .home-banner .home-banner-btn.position-lg-bottom-left {
    top: unset;
    right: unset;
    bottom: 10%;
    left: 8%;
  }
  .home-banner .home-banner-title.position-lg-bottom-center,
  .home-banner .home-banner-desc.position-lg-bottom-center,
  .home-banner .home-banner-btn.position-lg-bottom-center {
    top: unset;
    right: unset;
    bottom: 10%;
    left: 50%;
  }
  .home-banner .home-banner-title.position-lg-bottom-right,
  .home-banner .home-banner-desc.position-lg-bottom-right,
  .home-banner .home-banner-btn.position-lg-bottom-right {
    top: unset;
    left: unset;
    bottom: 10%;
    right: 8%;
  }
  .home-banner .home-banner-title.position-lg-top-left {
    transform: unset;
  }
  .home-banner .home-banner-title.position-lg-top-center {
    transform: translate(-50%, 0%);
  }
  .home-banner .home-banner-title.position-lg-top-right {
    transform: unset;
  }
  .home-banner .home-banner-title.position-lg-center-left {
    transform: translate(0%, calc(-50% - 20px));
  }
  .home-banner .home-banner-title.position-lg-center {
    transform: translate(-50%, calc(-50% - 20px));
  }
  .home-banner .home-banner-title.position-lg-center-right {
    transform: translate(0%, calc(-50% - 20px));
  }
  .home-banner .home-banner-title.position-lg-bottom-left {
    transform: translate(0%, -90px);
  }
  .home-banner .home-banner-title.position-lg-bottom-center {
    transform: translate(-50%, -90px);
  }
  .home-banner .home-banner-title.position-lg-bottom-right {
    transform: translate(0%, -90px);
  }
  .home-banner .home-banner-desc.position-lg-top-left {
    transform: translate(0%, 50px);
  }
  .home-banner .home-banner-desc.position-lg-top-center {
    transform: translate(-50%, 50px);
  }
  .home-banner .home-banner-desc.position-lg-top-right {
    transform: translate(0%, 50px);
  }
  .home-banner .home-banner-desc.position-lg-center-left {
    transform: translate(0%, calc(-50% + 30px));
  }
  .home-banner .home-banner-desc.position-lg-center {
    transform: translate(-50%, calc(-50% + 30px));
  }
  .home-banner .home-banner-desc.position-lg-center-right {
    transform: translate(0%, calc(-50% + 30px));
  }
  .home-banner .home-banner-desc.position-lg-bottom-left {
    transform: translate(0%, -35px);
  }
  .home-banner .home-banner-desc.position-lg-bottom-center {
    transform: translate(-50%, -35px);
  }
  .home-banner .home-banner-desc.position-lg-bottom-right {
    transform: translate(0%, -35px);
  }
  .home-banner .home-banner-btn.position-lg-top-left {
    transform: translate(0%, 100px);
  }
  .home-banner .home-banner-btn.position-lg-top-center {
    transform: translate(-50%, 100px);
  }
  .home-banner .home-banner-btn.position-lg-top-right {
    transform: translate(0%, 100px);
  }
  .home-banner .home-banner-btn.position-lg-center-left {
    transform: translate(0%, calc(-50% + 70px));
  }
  .home-banner .home-banner-btn.position-lg-center {
    transform: translate(-50%, calc(-50% + 70px));
  }
  .home-banner .home-banner-btn.position-lg-center-right {
    transform: translate(0%, calc(-50% + 70px));
  }
  .home-banner .home-banner-btn.position-lg-bottom-left {
    transform: unset;
  }
  .home-banner .home-banner-btn.position-lg-bottom-center {
    transform: translate(-50%, 0%);
  }
  .home-banner .home-banner-btn.position-lg-bottom-right {
    transform: unset;
  }
  /***************************************************************** PRODUCTS **********/
  .products-featured-list > li {
    padding: 0px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  /***************************************************************** PRODUCTS **********/
  .products-featured-list > li {
    width: 33.333%;
    padding: 0px 30px;
  }
  .products-featured-list > li:nth-child(3n+1) {
    margin-top: 150px;
  }
  .products-featured-list > li:nth-child(3n) {
    margin-top: 300px;
  }
}
@media only screen and (min-width: 1369px) {
  .social-links li {
    margin-left: 3vw;
  }
  /***************************************************************** HOME *************/
  .home-banner::before {
    padding-top: 40%;
  }
  .home-banner.is-half::before {
    padding-top: 75%;
  }
  .home-banner .home-banner-title.size-sm {
    font-size: calc(1.3125rem + 1vmin);
  }
  /***************************************************************** PRODUCTS **********/
}
@media only screen and (min-width: 1369px) and (min-width: 900px) and (min-height: 900px) {
  .home-banner .home-banner-title.size-sm {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1369px) {
  .home-banner .home-banner-title.size-md {
    font-size: calc(1.375rem + 2vmin);
  }
}
@media only screen and (min-width: 1369px) and (min-width: 900px) and (min-height: 900px) {
  .home-banner .home-banner-title.size-md {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1369px) {
  .home-banner .home-banner-title.size-lg {
    font-size: calc(1.5rem + 4vmin);
  }
}
@media only screen and (min-width: 1369px) and (min-width: 900px) and (min-height: 900px) {
  .home-banner .home-banner-title.size-lg {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1369px) {
  .home-banner .home-banner-title.size-xl {
    font-size: calc(1.625rem + 6vmin);
  }
}
@media only screen and (min-width: 1369px) and (min-width: 900px) and (min-height: 900px) {
  .home-banner .home-banner-title.size-xl {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1369px) {
  .home-banner .home-banner-desc.size-sm,
  .home-banner .home-banner-btn.size-sm {
    font-size: 0.625rem;
  }
  .home-banner .home-banner-desc.size-md,
  .home-banner .home-banner-btn.size-md {
    font-size: 0.75rem;
  }
  .home-banner .home-banner-desc.size-lg,
  .home-banner .home-banner-btn.size-lg {
    font-size: 0.875rem;
  }
  .home-banner .home-banner-desc.size-xl,
  .home-banner .home-banner-btn.size-xl {
    font-size: 1rem;
  }
  .products-featured-list > li {
    padding: 0px 4vw;
  }
}

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