@font-face {
  font-family: "AkkuratLL";
  src: url("/assets/fonts/AkkuratLL-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("/assets/fonts/AkkuratLL-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("/assets/fonts/AkkuratLL-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("/assets/fonts/AkkuratLL-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("/assets/fonts/AkkuratLL-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("/assets/fonts/AkkuratLL-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("/assets/fonts/AkkuratLL-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("/assets/fonts/AkkuratLL-RegularItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("/assets/fonts/AkkuratLL-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("/assets/fonts/AkkuratLL-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}

body {
  font-family: "AkkuratLL", sans-serif;
  font-weight: normal;
  font-style: normal;
}
header {
  position: fixed;
  z-index: 10000;
  top: 0;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}

.homepage {
  background-color: white;
}

.homepage .menu-wrapper {
  display: none;
}

.menu-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
}

.logo-wrapper {
  display: flex;
  flex-direction: column;
  width: max-content;
}

header img {
  width: 10rem;
margin-top:0.2rem;
}

#my-keen-slider {
  pointer-events: none;
}

.lab-mag-wrapper {
  height: 100vh;
  height: 100svh;
  width: 100vw;
  position: fixed;
  z-index: 10000;
  display: flex;
  color: white !important;
  mix-blend-mode: difference;
  font-size: 10vw;
  font-weight: 500;
}

.lab-mag-wrapper > * {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lab-mag-wrapper a {
  color: white;
  padding-top: 0.5em;
  box-sizing: border-box;
}

.main-slider .keen-slider__slide {
  display: flex;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.main-slider .keen-slider__slide img {
  width: 50vw;
  height: 100vh;
  height: 100svh;
  object-fit: cover;
}
.main-slider .keen-slider__slide {
  position: absolute !important;
}

.product-image .keen-slider {
  width: 100% !important;
  cursor: grab !important;
}
.product-image .keen-slider__slide {
  width: 50vw !important;
  display: flex;
  align-items: center;
  align-self: center;
}

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.thumbnails img {
  height: 2.5rem !important;
}

.thumbnail {
  opacity: 0.5;
  cursor: pointer;
}

.active {
  opacity: 1;
}

.lab {
  background-color: black;
  color: white;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden !important;
}

.lab a {
  color: white;
  text-decoration: none;
}

.white-links a {
  color: white;
  text-decoration: none;
}

.lab .text-area {
  font-size: 1rem;
  max-width: 55ch;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  line-height: 1.2;
  text-align: center;
}

.links ul {
  width: 55ch;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  flex-wrap: wrap;
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.shop {
  display: flex;
  justify-content: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.row img {
  width: 30vw;
}

.row .product {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.text-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}

.text-container h3 {
  font-size: 2rem;
  font-weight: 700;
}

/* CART/ */

/* Base Styles */
.shopify-buy-cart-wrapper {
  max-width: 400px;
  margin: auto;
  border: 0.5px solid black;
}

[data-element="toggle.title"] {
  display: none;
}

.shopify-buy-frame--toggle {
  position: fixed;
  top: 27px !important;
  left: calc(50% + 5.5rem);
  cursor: pointer;
  /* transform: translateY(-50%); */
  width: 1.5rem;
}

.shop .shopify-buy__product {
  display: none;
}

.shopify-buy__cart-toggle__count {
  background-color: black;
  color: white;
  font-size: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 3rem;
  font-weight: 500;
  padding-top: 0.1rem;
  box-sizing: border-box;
  /* position: fixed;
  cursor: pointer;top: 0;
  left: 50%; */
}

.visuallyhidden {
  display: none;
}

.shopify-buy__cart {
  background-color: #fff;
  color: #333;
}

.shopify-buy-frame--cart.is-visible {
  background: white;
}

.shopify-buy__cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-bottom: 0.5px solid black;
  padding: 10px;
}

.shopify-buy__cart__title {
  margin: 0;
  font-weight: bold;
}

.shopify-buy__btn--close {
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
}

/* Cart Items */
.shopify-buy__cart-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 0.5px solid black;
  padding: 10px 5px;
  flex-direction: column;
  flex-wrap: wrap;
  height: 5rem;
  width: 100%;
}

.shopify-buy__cart-item__image {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  background-size: cover;
  background-position: center;
  margin-right: 1rem;
}

.shopify-buy__cart-item__title {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-bottom: 2px;
  padding-top: 11px;
}

.shopify-buy__cart-item__price {
  padding-bottom: 2px;
}

/* Quantity Controls */
.shopify-buy__quantity-container {
  display: flex;
  border: solid 0.5px black;
}

.shopify-buy__quantity-decrement,
.shopify-buy__quantity-increment {
  border: none;
  padding: 0;
  cursor: pointer;
}

.shopify-buy__quantity {
  width: 2rem;
  text-align: center;
  border: none;
  border-radius: 0;
  border-left: solid 0.5px black;
  border-right: solid 0.5px black;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Subtotal and Checkout Button */
.shopify-buy__cart-bottom {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  background: white;
  border-top: 0.5px solid black;
}

.shopify-buy__cart__subtotal__text {
  flex: 1;
  text-align: left;
}

.shopify-buy__cart__notice {
  font-size: 0.5rem;
  text-transform: uppercase;
  width: 100%;
  padding-top: 0.5rem;
  order: 3;
}
.shopify-buy__cart__subtotal__price {
  flex: 1;
  text-align: right;
}
.shopify-buy__btn--cart-checkout {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}

.shopify-buy__btn--cart-checkout:hover {
  background-color: #333;
}

.shopify-buy__btn--seamless span {
  display: none;
}

.shopify-buy__btn--seamless svg {
  width: 1rem;
  height: 1rem;
  display: flex;
}
/* Responsive Design */
@media (max-width: 600px) {
  .shopify-buy-cart-wrapper {
    width: 100%;
  }

  .keen-slider__slide {
    flex-direction: column;
  }

  .lab-mag-wrapper {
    flex-direction: column;
    padding-top: 10rem;
    box-sizing: border-box;
    font-size: 25vw;
  }

  .keen-slider__slide img {
    width: 100vw !important;
    Height:auto !important;
    flex: 1 !important;
  }
}

/* Additional custom styles can be added here */
/* General Styles for the Product Page */
.product-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  max-width: 70%;
  margin: 20px auto;
  padding: 20px;
  margin-top: 10rem;
  align-items: center;
}

.product-content,
.product-image {
  flex: 1;
}

.product-image {
  max-width: 50%; /* Adjust based on your preference */
  margin-left: 20px; /* Spacing between text and image */
}

.product-wrapper img {
  max-width: 100%;
  height: auto;
}

.title {
  font-size: 2rem;
  font-weight: 700;
}
.product-price {
  color: #333;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}

.product-description {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #555;
}

.product-type,
.product-vendor {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.shopify-buy__product__price {
  display: none;
}

.shopify-buy-button button {
  background-color: black;
  color: white;
  border: none;
  border-radius: 2px;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.mag-header {
	background-color: white;
}

@media (max-width: 600px) {
.big-images-wrapper:first-child {
padding-top: 10rem; 
}
#my-keen-slider {
	padding-top: 5rem;
box-sizing: border-box; 
height: 100svh !important;
}
  .product-image {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .shopify-buy-button {
    width: 100%;
    margin-top: 20px;
  }

  header a {
  }

  header img {
    width: calc(100vw - 2rem);
  }

  .row {
    flex-direction: column;
    gap: 5rem;
  }

  .row img {
    width: calc(100vw - 2rem);
  }

  .product-wrapper {
    width: calc(100vw - 2rem);
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

  .product-image {
    order: 1;
  }
  .product-content {
    order: 2;
  }

  .shopify-buy-frame--cart {
    max-width: calc(100% - 1px) !important;
  }

  .shopify-buy__cart-bottom {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
  }

  .shopify-buy-frame--toggle {
    top: inherit !important;
    left: 50% !important;
    bottom: 3vw !important;
    transform: translateX(-50%) !important;
  }

  .shopify-buy-button button {
    width: 100%;
    text-align: center;
    margin-bottom: 6vw;
  }

.lab .text-area p {
margin-top: 4rem }	

.mag-slider {
padding-top: 0 !important;
}

.keen-slider__slide {
box-sizing:border-box;}

.keen-slider__slide img {
height: 46svh !important;}
.home-slider  {
position: fixed !important;}
}


.big-image-container {
  width: 100%;
  display: flex;
}

.big-image-container img {
  height: auto;
  width: 100%;
}
