@font-face {
  font-family: "Antique";
  src: url("/assets/fonts/Antique-Legacy-Medium.woff") format("woff");
}
html {
  font-family: Antique;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow: hidden !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none; /* Pour Safari */
  -moz-user-select: none; /* Pour Firefox */
  -ms-user-select: none; /* Pour IE10+ */
}
a:active,
button:active,
div:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.no-transi {
  transition: 0ms !important;
}

.mail-content {
  display: none;
}
/* ::-webkit-scrollbar {
  display: none; 
} */
:root {
  --primary-size: 0.6rem;
  --second-size: 0.55rem;
  --third-size: 1rem;
  --forth-size: 1rem;
}

body {
  font-size: var(--primary-size);
  line-height: 0.9rem;
  overflow: hidden !important;
}

nav {
  opacity: 0;
  transition: 333ms ease;
}
main {
  transition: 333ms ease;
}
.annot-mob {
  display: none;
}
.nav-block {
  position: fixed;
  display: flex;
  height: auto;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 3;
}
.inverse-img {
  display: none;
}
.wornshop-wrap div:nth-child(1) {
  padding-right: 1.5px;
  padding-left: 3px;
}
.wornshop-wrap div:nth-child(2) {
  padding-left: 1.5px;
  padding-right: 3px;
}
.menu {
  opacity: 1;
  position: fixed;
  display: flex;
  height: auto;
  top: 50%;
  left: 0;
  transform: translate(-25px, -50%);
  z-index: 2;
  gap: 4px;
  padding: 25px;
  transition: 333ms ease;
}
.wrap-order {
  display: inline;
  position: fixed;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cta-order {
  opacity: 0;
  display: inline-block;
  padding: 3px;
  padding-left: 5.5px;
  padding-right: 5.5px;
  transform: translateX(50%);
  transition: 444ms;
  transition-timing-function: cubic-bezier(0.73, -0.01, 0.24, 1);
  background-color: rgba(243, 243, 243, 0.75);
  backdrop-filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.2rem);
}
.order-slide-state {
  transform: translateX(50%) !important;
}
.cta-order:hover span {
  opacity: 0.3;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: black;
}
.menu div {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(255, 255, 255, 1); */
  backdrop-filter: 10px;
  padding: 1px;
  padding-left: 4.5px;
  padding-right: 4.5px;
  transition: 75ms ease-in;
}
.menu > div {
  background-color: rgba(243, 243, 243, 0.75);
  backdrop-filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.2rem);
}
.logo {
  padding-left: 5.5px !important;
  padding-right: 5.5px !important;
}
.menu div span:hover {
  opacity: 1;
  cursor: pointer;
}

img {
  opacity: 0;
  transition: 111ms ease;
}
.block-nav img {
  opacity: 1;
}
img.loaded {
  opacity: 1;
}
img.lazyloaded {
  opacity: 1;
}

.block-nav img {
  transition: 0ms;
}
.menu div span {
  opacity: 0.5;
}
.logo img {
  height: 0.55rem;
  width: auto;
  opacity: 1;
}
.block-nav {
  width: 3.5vh;
  height: 5vh;
  display: flex;
  flex-direction: column;
}
.block-nav img {
  width: 100%;
}
.block-nav span {
  margin-top: 3.5px;
  display: inline-block;
  white-space: nowrap;
  /* position: absolute; */
  font-size: var(--second-size);
  left: 0;
  bottom: -1.25vh;
  opacity: 0;
}
.block-nav:hover img {
  filter: invert(1) !important;
}

.width-state {
  height: auto !important;
}
.block-nav:hover span {
  opacity: 1 !important;
}
.block-nav:hover {
  background-color: black !important;
  cursor: pointer;
}
#my-keen-slider-2 {
  overflow-y: auto;
  cursor: pointer;
  transition: 333ms;
  transition-timing-function: cubic-bezier(0.73, -0.01, 0.24, 1);
}

.swipe {
  display: flex;
  width: 100%;
  height: 100vh;
  transform: translateX(0%);
  transition: 444ms;
  transition-timing-function: cubic-bezier(0.73, -0.01, 0.24, 1);
}
section {
  width: 50%;
  height: 100vh;
}

.re-init-n {
  display: block !important;
  filter: unset !important;
}
.re-init-i {
  /* filter: unset !important; */
  opacity: 0 !important;
}
.col-right {
  background-color: white;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 2;
}
.col-middle {
}
.col-left {
  background-color: color(srgb 0.8666 0.8667 0.8668);
}
.keen-slider {
  width: 100%;
  height: 100vh;
}

.keen-slider__slide {
}
.keen-slider__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.no-opa {
  opacity: 0;
}
button {
  text-decoration: none;
  outline: none;
  border: none;
  background-color: none;
}
.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  padding: 0px;
  background-color: transparent;
  color: black;
}

.pending {
  opacity: 0.15;
}
.is-shiped {
  opacity: 1 !important ;
}
.colophon {
  margin-left: 8px;
  margin-bottom: 5px;
}
.colophon div {
}
.colophon a:hover {
  opacity: 0.3;
  cursor: pointer;
}

.accordion:hover {
  opacity: 0.3;
}
.transparent {
  background-color: transparent !important;
}
.black {
  filter: invert(0) !important;
}
.panel {
  display: none;
  overflow: hidden;
  width: 100%;
}
.panel p {
  width: 95%;
  text-indent: 1em;
}
.about-wrapper {
  user-select: none;
  -webkit-user-select: none; /* Pour Safari */
  -moz-user-select: none; /* Pour Firefox */
  -ms-user-select: none; /* Pour IE10+ */
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  height: 100%;
  width: 50%;
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.7rem;
  line-height: 0.82rem;
}

button {
  line-height: 1.2;
}
.about-wrapper > div:nth-child(1) {
  margin: 5px;
  margin-top: 5px;
  margin-left: 8px;
}
.cta-garments {
  position: fixed;
  height: auto;
  bottom: 0%;
  left: 0%;
  z-index: 1;
  width: 100%;
  background-color: white;
  padding: 5px;
  padding-bottom: 3px;
  display: none;
}
.cta-garments:hover {
  color: lightgray;
  cursor: pointer;
}
.pdp-info-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0ms ease;
  transform: translateX(100%);
}

.only {
  display: none;
}
.wrapper-heading-pdp {
  display: flex;
  justify-content: space-between;
  margin: 5px;
  margin-bottom: 1px;
}
.heading-pdp {
  width: 40%;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.heading-pdp span {
  width: 150px;
  display: inline-block;
}
#keen-slider-garments img {
  width: 100%;
  object-fit: cover;
}
#keen-slider-garments {
  height: 100%;
  width: 80%;
  display: flex;
  cursor: grab;
  cursor: -webkit-grab;
}
.grab {
  cursor: grab;
  cursor: -webkit-grab;
}

.grabbing {
  cursor: grabbing !important;
  cursor: -webkit-grabbing !important;
}
#kee #keen-slider-garments .keen-slider__slide {
}
.info-product {
  text-transform: uppercase;
  margin-left: 5px;
  margin-bottom: 3px;
}
.wrap-quit-garment {
  position: fixed;
  height: auto;
  top: 50%;
  right: 0%;
  transform: translate(100%, -50%);
  z-index: 10;
  transition: 0ms ease;
  cursor: pointer;
}
.wrap-quit-garment span {
  display: inline-block;
  padding: 3px;
  padding-left: 5.5px;
  padding-right: 5.5px;
  transition: 333ms ease;
  background-color: rgba(243, 243, 243, 0.75);
  backdrop-filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.2rem);
}
.pdp-info-main-wrapper {
  height: 100%;
  opacity: 0;
  transition: 0ms ease;
}
.heading-worn {
  margin: 5px;
  margin-top: 2.5px;
  position: absolute;
}
#worn-info-slider {
  transition: 0ms ease;
  text-transform: uppercase;
}

.cta-mob {
  display: none;
}

#shop-info-slider {
  opacity: 0;
}
.shop-info-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 0.7rem;
}

#inner-worn-slider {
  /* width: 100%; */
  background-color: #dcdcdc;
  height: 100vh;
  display: flex;
}
.inner-child-slide {
  /* width: 100%; */
  height: 100vh;
}
#my-keen-slider-2 {
  width: 100%;
  display: block;
}
#thumbnail-shop {
  display: flex;
  flex-direction: row;
  width: 10px !important;
}
.wrapper-thumbnail {
  position: fixed;
  display: flex;
  top: 50%;
  left: 0;
  width: 200px;
  transform: translate(2.5px, -50%);
}
.thumbnail-slide {
  width: 3px;
  display: flex;
  justify-content: center;
}
.thumbnail-slide {
  opacity: 0.3;
}
.thumbnail-slide:hover {
  opacity: 1;
  cursor: pointer;
}

.freeze-nav {
  pointer-events: none;
  background-color: transparent !important;
}
.freeze-nav-child {
}
.description-garment-wrapper {
  position: fixed;
  height: auto;
  bottom: 0%;
  left: 0%;
  z-index: 1;
  width: 100%;
  background-color: white;
  padding: 4px;
  display: block;
}

video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.heading-worn {
  background-color: transparent;
  padding: 0px;
}

.goToShop {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.goToWorn {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
}
