.main-content {
  padding-top: 24px !important;
  min-height: 90vh;
}

.product-content {
  padding-top: 24px !important;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  /* Use a value from 100 to 1000 */
  font-style: normal;
}

.dm-sans-italic {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  /* Use a value from 100 to 1000 */
  font-style: italic;
}

.fredoka {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  /* Use a value from 300 to 700 */
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

h1 {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

h3 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

* {
  font-family: "DM Sans", sans-serif;
}

p,
li {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}

p.lead {
  font-size: 1.5rem;
}



html {
  background-color: #eff7ff;
}

body {
  background-color: transparent;
}

.logo-signature {
  width: 40px;
  height: auto;
  border-radius: 180px;
  cursor: pointer;

}

nav svg {
  height: 30px;
  fill: #fff;
  opacity: .55;
}

nav svg:hover {
  opacity: 1;
}

nav {
  padding: 7px 14px;
  background-color: #231f20;
  position: sticky;
  top: 0;
  z-index: 99998;
}


.nav-links {
  float: right;
}

.nav-links a {
  color: #eff7ff;
  margin: 10px 0 0 20px;
  text-decoration: none;
  display: inline-block;
}

.nav-links a:hover {
  color: #00a6ff;
}



.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #070707 !important;
  color: #c2e5f8 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #c2e5f8 !important;
  color: #070707 !important;
}

.hero {
  margin-top: 20%;
}


.cta-wrapper {
  margin-top: 25px;
}

.product-headline {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

.gallows-divider {
  border: none;
  border-top: 7px dashed #231f20 !important;
  width: 20%;
  margin: 4rem auto;
  opacity: 100%
}

/*Because i cant figure out how add the Bootstrap hook*/
.shopify-buy__btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;

  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;

  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;

  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-gallows,
.btn-gallows-outline,
.shopify-buy__btn {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-gallows,
.shopify-buy__btn {
  background-color: #231f20;
  color: #fff;
  border: 2px solid #231f20;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}

.btn-gallows:hover,
.shopify-buy__btn:hover {
  background-color: #fff;
  color: #231f20;
  border-color: #231f20;
  text-decoration: none;
}

.btn-gallows-outline {
  background-color: transparent;
  color: #231f20;
  border: 2px solid #231f20;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}

.btn-gallows-outline:hover {
  background-color: #231f20;
  color: #fff;
  text-decoration: none;
}

.modal {
  z-index: 99999;
}

.site-footer {
  background-color: #1f1f1f;
  padding: 2rem 0;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  margin-top: 1rem;
}

.site-footer p {
  color: #eff7ff;
  font-weight: 400;
  font-size: 14px;
}

.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;

}


#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 15px;
  z-index: 1000;
}

#cookie-banner a {
  color: #c2e5f8;
  text-decoration: underline;

}

#cookie-accept {
  background-color: #ff9800 !important;
}

*:focus-visible {
  outline: 2px solid #ff9800 !important;
  outline-offset: 4px !important;
  transition: all 0.2s ease !important;
}

/*Carousel overrides*/
.bx-wrapper .bx-controls-direction a {
  top: initial;
  bottom: -45px;
  z-index: 1000;
}

.carousel-control-next,
.carousel-control-prev {
  top: initial;
  bottom: -45px;
}

.carousel-inner {
  border: 1px solid black;
  padding: 5px;
  background-color: white;
  border-radius: 5px;
}

.carousel-indicators {
  bottom: -55px;
}

.carousel {
  margin-bottom: 60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 30px;
  width: 30px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  filter: invert(0%) !important;
  background-size: 70% 70%;
}

.carousel-control-prev-icon {
  background-position: 25%;
}

.carousel-control-next-icon {
  background-position: 75%;
}

.product {
  margin-bottom: 30px;
}

footer a {
  font-size: 14px;
  color: #fff;
}

footer a:hover {
  color: #00a6ff;
  text-decoration: none;
}

.visuallyhidden,
.shopify-buy__select-icon {
  display: none;
}

/*Shopify stuff */
.shopify-buy__option-select__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  padding: 0.55rem 2.5rem 0.55rem 0.75rem;

  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;

  color: #111;
  background-color: #fff;

  border: 1.5px solid #bbb;
  border-radius: 8px;

  cursor: pointer;

  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23111' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 14px 10px;

  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.shopify-buy__option-select__select:hover {
  border-color: #000;
}

.shopify-buy__option-select__select:focus-visible {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}


.shopify-buy__price--lowered {
  color: #2e7d32;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

.shopify-buy__product__compare-price {
  font-family: 'Fredoka';
  font-weight: 500;
  font-size: 20px;
  text-decoration: line-through;
  display: inline-block;
  text-decoration-color: rgba(0, 0, 0, 0.7);
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.6);
}

.discount-price {
  display: none;
}

.shopify-buy__btn {
  margin-top: 1em;
  padding: 10px 20px;
}

.shopify-buy__option-select {
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  #shopify-product {
    width: 80%;
  }
}

.discount-note {
  font-size: 0.85rem;
  color: #2e7d32;
  font-weight: 500;
}


/* Base: single column everywhere */
.dropdown-displays .dropdown-menu {
  column-count: 1;
  min-width: 260px;
  padding: 0.75rem 1rem;
}

/* Prevent awkward wrapping */
.dropdown-displays .dropdown-item {
  white-space: nowrap;
}

/* Keep headers/items together */
.dropdown-displays li {
  break-inside: avoid;
}

.dropdown-displays .dropdown-header {
  font-size: 0.75rem;
  text-transform: uppercase;
  opacity: 0.6;
  padding-top: 0.75rem;
}

/* Desktop only: switch to two columns */
@media (min-width: 992px) {
  .dropdown-displays .dropdown-menu {
    column-count: 2;
    column-gap: 1.5rem;
    min-width: 420px;
  }
}