html,
body {
  margin: 0px;
  /*
  background-color: #140a0b;
  background-image: url('images/Cluehound_Background.webp');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  */
  font-family: Arial, Helvetica, sans-serif;
  color: #3e3126;
}


body {
  min-height: 100vh;
  background-color: #140a0b;

}

a.header {
  padding-top: 50px;
  display: flex;
  max-width: 500px;
  justify-content: space-between;
  margin: auto;
}

a.header>img {
  width: 50%;
  height: auto;
  box-sizing: border-box;
  object-fit: contain;
  padding: 10px;
}

h1 {
  color: white;
}

table {
  padding: 10px 10px 20px 10px;
  border-collapse: separate;
  color: #3e3126;
  font-size: 16px;
  border-spacing: 0;
  width: 100%;
  /* Adjust the width as needed */
  overflow: hidden;
  /* Ensures the border-radius is applied properly */
}

table p {
  font-size: 16px;
  margin: 0px;
}

th,
td {
  border-bottom: 1px solid #95897f;
  ;
  /* Border for table cells */
  padding: 15px 5px 15px 5px;
  /* Padding inside cells */
  text-align: left;
  /* Align text to left, you can change it as needed */
}

th {
  background-color: hsl(30, 24%, 77%);
  /* Light background for headers */
}

tr:last-child td {
  border-bottom: none;
  font-weight: bold;
  background-color: hsl(30, 24%, 77%);
}

tr td:nth-child(1) {
  width: 40%;
}

tr td:nth-child(2) {
  width: 15%;
  /* color:hsl(0, 11%, 37%); */
}

tr td:nth-child(3) {
  width: 20%;
}

tr td:nth-child(4) {
  width: 20%;
}

tr.discount p,
tr.discount td {
  color: rgb(47, 113, 41);
  font-weight: bold;
}

/*
td.percentage {
  text-align: center;
}
*/
/*
tr:first-child td {
  width:40%;
}
*/

table a {
  font-weight: normal;
}

table div {
  vertical-align: middle;
}

table div.name {
  margin: auto;
  text-align: left;
}

table div.image {
  width: 50px;
  height: 50px;
  background-image: url("/images/BeyondTheVeil_NoDiscount.png");
  background-size: contain;

}

table img {
  width: 100%;
  height: 100%;
  margin: auto;
}

td.quantity {
  text-align: center;
}

td.quantity span {
  vertical-align: 2px;
}

table button {
  background-color: hsla(0, 22%, 55%, 0.1);
  color: hsl(43, 5%, 85%);
  font-size: 8px;
  border: none;
  width: 16px;
  height: 16px;
  padding: 0px;

  font-family: arial, sans-serif;
  font-size: 18px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 35px;
  font-weight: normal;
  cursor: pointer;
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  filter: invert(35%) sepia(100%) saturate(150%) hue-rotate(356deg) brightness(70%) contrast(103%);
}

button.price {
  height: 58px;
}

button.plus {
  background-image: url("/images/icon-plus.png");
  margin: 0px 0px 0px 5px;
}

button.minus {
  background-image: url("/images/icon-minus.png");
  margin: 0px 5px 0px 0px;
}

.box.cart-items {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 30px;
}

div.discounts {
  display: flex;
  justify-content: center;
}

div.discounts>div {
  background-color: rgb(195, 220, 198);
  border-radius: 10px;
  padding: 6px;
  margin: 5px;
}

div.discounts>div>p {
  margin: 0px;
  color: rgb(77, 93, 79);
}

#top-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
  background-color: hsla(0, 12%, 11%, 0.9);
  z-index: 5;
  display: flex;
  justify-content: space-around;
}

#top-bar>a {
  background-color: rgb(193, 104, 96);
  color: hsl(30, 15%, 95%);
  border: none;
  width: 70px;
  height: 20px;
  right: 0px;
  padding: 10px 0px 10px 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: arial, sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 15px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

#top-bar>a>img {
  margin-top: 0px;
  margin-left: 4px;
  margin-right: 5px;
  height: 20px;
  width: 20px;
}

#top-bar>p {
  color: hsl(0, 26%, 85%);
  text-align: center;
  font-size: 14px;
}

#top-bar #count {
  background-color: rgb(248, 238, 237);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  font-size: 14px;
  color: rgb(96, 66, 62);
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  padding-left: 1px;
  padding-right: 1px;
}


img.header-bg {
  width: 100%;
  /* Always take up 100% of the viewport width */
  object-fit: cover;
  /* Make sure the image is always contained within the dimensions */
  display: block;
  /* Remove any default margins */
  margin: auto;
  /* This will center it if it doesn't take up the full height of the viewport */
  filter: brightness(80%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: auto;
}





img.header-title {
  max-width: 100%;
  max-height: 150px;
  object-fit: scale-down;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, 0%);
}

img.header-title-small {
  max-width: 100%;
  max-height: 100px;
  object-fit: scale-down;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, 0%);
}

div.content {
  position: absolute;
  top: 150px;
  width: 100%;
}

img {
  -webkit-user-select: none !important;
}

div.content-single {
  /*
    position: absolute;
    top: 120px;
    */
  padding: 0;
  padding-top: 10px;
  width: 100%;
}

div.box {
  background-color: hsla(0, 20%, 95%, 0.938);
  /* box-shadow: 0px 1px 4px 3px hsla(0, 20%, 80%, 0.27); */
  padding: 0px 0px 0px 0px;

  border-radius: 15px;

  width: 90%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;

  margin-bottom: 30px;
  overflow: visible;

}

div.instructions {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin: auto;
  /* padding: 20px; */
  box-sizing: border-box;
}

div.instructions>img {
  object-fit: contain;
  box-sizing: border-box;
  width: 50%;
}

div.instructions>img:nth-child(1) {
  padding: 9%;
}

div.instructions>img:nth-child(2) {
  padding: 5%;
}

div.box.more-info {
  padding-top: 40px;
  padding-bottom: 20px;
  overflow: hidden;
}

div.box.more-info.warning {
  background-color: hsl(2, 89%, 83%);
  color: #30221d;
}

div.box.more-info>p {
  padding-top: 15px;
  font-size: 16px;
  text-align: left;
  padding: 0px 5px 0px 5px;
  line-height: 140%;
}

div.box.text-heavy>p {
  text-align: center;
}

div.box.reviews {
  background-color: hsla(0, 20%, 95%, 0.938);
  padding: 35px 15px 25px 15px;
  box-sizing: border-box;
}

div.review {
  width: 50%;
  margin: auto;
}

div.box.reviews::after {
  content: "";
  clear: both;
  display: table;
}

div.review>p {
  font-size: 16px;
  margin: 0px 15px 30px 15px;
  line-height: 20px;
  text-align: left;
}

div.review>p>span.author {
  font-weight: bold;
  line-height: 200%;
  font-style: italic;
  font-size: 12px;
}

div.review>img {
  width: 70%;
}

div.box>img {
  width: 100%;
}

div.box h2 {
  font-family: "Mouse Memoirs", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #3e3126;
  text-transform: uppercase;
  margin-bottom: 5px;
  max-width: 80%;
  margin-block-start: 0.43em;
  margin: auto;
}

/*
div.box > button.buy.cart,  div.box > form
{
  display: inline-block;
  width:120px;
}
*/

.product-1 {
  background-image: url("/images/Magazine_pages.jpg");
  background-size: contain;
  width: 100%;
  height: 100vw;
  max-height: 500px;
  background-repeat: no-repeat;
}

a.button {
  background-color: #217600;
  color: white;
  font-family: "Mouse Memoirs", sans-serif;
  font-weight: 400;
  font-size: 40px;
  border: none;
  font-style: normal;
  text-transform: uppercase;
  padding: 15px 40px 15px 40px;
  border-radius: 25px;
  position: relative;
  bottom: 30px;
  box-shadow: 0px 5px 0px 0px #25252588;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 15px;
  color: hsl(0, 10%, 23%);
}

div.box>p {
  padding: 0px 30px 5px 30px;
}


div.footer a {
  color: #ffffff;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #3a3a3a;
}

input[type="checkbox"] {
  margin-bottom: 20px;
  width: 15px;
  height: 15px;
}

input[type="submit"] {
  margin: auto;
  -webkit-appearance: none;
  margin: 0px 0px 5px 0px;
  font-size: 21px;
  border: solid rgb(202, 202, 202) 2px;
  border-radius: 20px;
  width: 150px;
  padding: 15px;
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
}

input:focus {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
  border: solid gray 2px;
  outline: none;
}

input[type="email"] {
  font-size: 18px;
  width: 200px;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 15px;
  border: none;
  text-align: left;
}

button.home,
button.join,
input.join[type="submit"] {
  background-color: hsl(0, 20%, 35%);
  color: hsl(30, 15%, 95%);
  box-shadow: 0px 1px 0px 1.5px hsl(0, 20%, 80%);
  border: none;
  width: 220px;
  max-width: 90%;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
  font-family: arial, sans-serif;
  font-size: 18px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 15px;
  font-weight: bold;
  cursor: pointer;
  /*
  text-align: left;
  background-image: url('images/cart.png');
  background-size: 12%;
  background-position: 85% 50%;
  background-repeat: no-repeat;
  */
}

div.box.more-info>a>button {
  margin-bottom: 30px;
}

input:invalid+input[type="submit"] {
  background-color: #727272;
  color: white;
}

a.insta {
  background-color: #790a00;
  background-image: url("/images/Instagram.png");
  margin: 50px;
  width: 80px;
  height: 80px;
  padding: 30px;
  border-radius: 40px;
  margin: 20px auto 20px auto;
  display: block;
  background-size: contain;
  background-origin: content-box;
  background-repeat: no-repeat;
}

p.copyright {
  color: rgb(117, 117, 117);
  text-align: center;
  font-size: 18px;
  padding: 10px 0px 20px 0px;
}

.detail-listing-container {
  margin: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
}

ul {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0px;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  list-style-position: inside;
}

li {
  margin-left: 15px;
  margin-right: 15px;
  padding: 0px 0px 5px 0px;
  font-size: 16px;
  list-style-position: outside;
}

li:nth-child(odd) {
  color: rgb(22, 22, 22);
}

li:nth-child(even) {
  color: rgb(22, 22, 22);
  /*  color: #7a4141; */
}

div.box#whatisit {
  text-align: justify;
}

div.box#whatisit>h2 {
  text-align: center;
}

div.box#whatisit>p {
  padding: 0px;
  font-size: 18px;
  margin: 10px 25px 20px 25px;
}

div.listing {
  margin: 0px;
  padding: 0px 25px 0px 25px;
}

div.listing>h3 {
  padding-left: 0px;
  font-size: 18px;
  margin: 8px 0px 10px 0px;
  font-weight: bold;
  text-align: left;
}

div.listing>p {
  text-align: justify;
  font-size: 16px;
  margin-left: 0px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-left: 25px;
  margin: 0px 0px 10px 0px;
  font-variant: small-caps;
  color: #3e3126;
  letter-spacing: 1px;
}

div.box#whatisit>p#about {
  font-size: 16px;
}

form {
  text-align: center;
}

div.all-products {
  padding: 10px 0px 10px 0px;
}

div.all-products h2 {
  padding: 10px 0px 15px 0px;
  font-size: 40px;
}

div.product {
  width: 96%;
  float: left;
  margin: 15px 2% 15px 2%;
  padding-top: 5px;
}

div.products-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0px 5px 0px 5px;
}


div.bundle-all {
  background-color: rgba(194, 147, 147, 0.212);
  border-radius: 15px;
  margin: 0px 10px 0px 10px;
  position: relative;

}

div.discount-tag {
  background-image: url("/images/25_Tag.webp");
  background-size: contain;
  width: 15%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 90px;
  left: 10px;
}

div.new-tag {
  background-image: url("/images/New_Tag.webp");
  background-size: contain;
  width: 30%;
  height: 30%;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.flag {
  background-size: contain;
  width: 30%;
  height: 30%;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.flag.finnish {
  background-image: url("/images/FI_Flag.webp");
}
.flag.nl {
  background-image: url("/images/NL_Flag.webp");
}

img.shadow {
  -webkit-filter: drop-shadow(2px 2px 5px #5647479b);
  filter: drop-shadow(2px 2px 5px #5647479b);
}

div.bundle-all button.buy,
div.bundle-all input.buy {
  width: 180px;
}

s {
  color: rgb(118, 112, 99);
  font-weight: normal;
  text-decoration: line-through;
}

div.bundle-all h2 {
  margin: auto;
  padding: 20px 0px 0px 0px;
}

div.box div.bundle-all img {
  width: 45%;
  float: left;
  margin: 0px;
  transform: scale(1.2);
}

div.box div.bundle-all p {
  font-size: 15px;
  margin: 5px 10px 10px 10px;
}

div.bundle-all>div {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

div.product-preview {
  float: left;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  font-weight: normal;
  text-align: center;
  width: 50%;
  margin-bottom: 20px;
}

.product-preview>a>div:first-child {
  position: relative;
}

.product-preview>a>div>img {
  position: relative;
  z-index: 1;
  transition: transform 0.1s ease-in-out;
}

/* 
.product-preview>a:hover>div>img {
  transform: scale(1.02) rotate(-0.5deg);
}
 */

.product-preview>a>div>div {
  position: absolute;
  z-index: 0;
  top: 15px;
  bottom: 15px;
  left: 5px;
  right: 5px;
  border-radius: 15px;
  background-color: rgba(194, 147, 147, 0.37);
  opacity: 0.5;
  /* Start invisible */
  /* transition: opacity 0.5s ease;*/
  /* Smooth transition for the hover effect */
}

.product-preview>a:hover>div>div {
  opacity: 1.0;
  /* Start invisible */
  /* transition: opacity 0.5s ease; */
  /* Smooth transition for the hover effect */
}


input.buy[type="submit"],
#ready-for-checkout button,
button.buy.add-to-cart,
div.bundle-all button.buy,
div.product-preview button {
  background-color: rgb(193, 104, 96);
  color: hsl(0, 41%, 93%);
  border: none;
  width: 180px;
  max-width: 90%;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
  box-shadow: 0px 1.5px 0px 0px hsl(0, 11%, 68%);
  font-family: arial, sans-serif;
  font-size: 18px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 15px;
  font-weight: bold;
  cursor: pointer;
}

input.buy:disabled,
div.product-preview button:disabled {
  cursor: default;
  background-color: hsl(0, 2%, 53%);
  color: hsl(0, 3%, 79%);
}


button.buy.add-to-cart,
div.bundle-all button.buy {
  background-color: hsl(4, 43%, 93%);
  color: hsl(5, 15%, 33%);
  border: 1px hsl(5, 15%, 33%, 5%) solid;
}

div.product-preview button {
  /* Balance button with two lines */
  padding-top: 6px;
}

div.product-preview button:hover {
  background-color: rgb(165, 84, 77);
}

div.product-preview button span.subtitle {
  font-size: 13px;
}

span.original-price {
  opacity: 0.664;
  text-decoration: line-through;
}

div.product-preview p.title {
  font-size: 15px;
  margin: -15px 5px 0px 5px;
  height: 45px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(0, 4%, 31%);
}

div.product-preview:hover p.title {
  color: hsl(0, 24%, 44%);
}

div.product-preview p.price {
  font-size: 15px;
  padding: 10px 0px 10px 0px;
  background-color: rgba(194, 147, 147, 0.37);
}



div.content-single div.product-preview img {
  width: 100%;
  margin: 0px;
}

div.description-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 100%;
  border-radius: 30px;
  /* background-color: rgb(0, 0, 0); */
}

div.description {
  width: 50%;
  height: 100%;
  padding: 0px;
  float: left;
  position: relative;
  text-align: center;
}

div.description p.description {
  font-size: 14px;
  padding-top: 5px;
  margin: 0px auto 15px 25px;
  width: 85%;
  text-align: left;
}

div.description .title {
  font-weight: bold;
  line-height: 18px;
}

div.description .details {
  font-size: 12px;
  color: rgb(66, 66, 66);
  margin: 0px auto 15px 25px;
  line-height: 14px;
  text-align: left;
  width: 85%;
}

div.sub-box {
  background-color: rgba(194, 147, 147, 0.212);
  padding: 10px 0px 10px 0px;
  margin: -15px 0px 10px 0px;
  box-sizing: border-box;
  z-index: 5;
  position: relative;
}

div.box p.price {
  font-size: 16px;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  color: #3e3126;
  font-weight: bold;
}

p.price>span.details {
  font-size: 15px;
  font-weight: normal;
  /*font-style: italic;*/
}

div.buy {
  margin: auto;
  width: 95%;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 1px 1px 1.5px 1.5px rgba(128, 128, 128, 0.167);
  box-sizing: border-box;
  text-align: center;
  aspect-ratio: 1.618 / 1;
  /* min-height: 347px; */
}


div.buy>.magazine {
  width: 50%;
  aspect-ratio: 1 / 1.2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.1, 1.1) translate(0px, 0px);
  margin-bottom: 10px;
  float: left;
}

@supports not (aspect-ratio: auto) {
  div.buy>.magazine {
    height: 250px;
  }

  div.buy {
    height: 260px;
  }
}

div.content-single div.box .gif {
  width: 100%;
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 35px;
  margin-bottom: -2px;
  box-sizing: border-box;
}

p.shipping-price {
  color: gray;
  font-weight: normal;
  font-size: 16px;
  margin: 0px auto 5px auto;
  padding: 0px;
}

p.normal-price,
span.normal-price {
  text-decoration: line-through;
  color: gray;
  font-weight: normal;
  font-size: 15px;
  margin: 0px;
}

span.shipping-price {
  color: gray;
  font-weight: normal;
  font-size: 16px;
}

p.out-now {
  text-align: center;
  margin: auto;
}

div.sneakpeek {
  padding: 0px;
  overflow: hidden;
}

div.puzzle {
  text-align: center;
}

div.puzzle>p {
  font-family: monospace;
}

div.footer>p {
  font-size: 12px;
  text-align: center;
  margin: auto;
  color: #aa4400;
}

div.faq .question {
  font-weight: bold;
}

div.faq li {
  list-style-type: none;
  line-height: 140%;
  margin-top: 15px;
  color: hsl(0, 10%, 23%);
}

div.adjust-quantity {
  display: flex;
  justify-content: center;
  width: 160px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  margin-bottom: 3px;
}

div.adjust-quantity>div {
  background-color: rgb(206, 191, 191);
  color: rgb(96, 76, 76);
  flex-grow: 1;
  border-radius: 15px;
  height: 45px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
  box-sizing: border-box;
}


div.adjust-quantity>button {
  object-fit: contain;
  width: 45px;
  height: 45px;
  margin: 0px 5px 0px 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(192, 123, 117);
}

div.other-languages-info p {
  font-size: 14px;
  margin-top: 0px;
  color: #595151;
}

div.review>a {
  text-decoration: underline;
}

.select-option {
  /* font-size: 25px; */
  margin-bottom: 15px;
  margin-left: 5px;
  width: 150px;
  border: 1px solid #a8a8a8;
  background-color: #f8f8f8;
  padding: 5px;
  font-size: 15px;
  border-radius: 5px;
  background-size: 1em;
  padding-right: 2em;
  box-shadow: none;
  color: black;
  /* Adjust for the icon width */
}

select:disabled {
  background-color: #f0f0f0;
  color: #a0a0a0;
  cursor: not-allowed;
  /* Changes cursor to indicate it's disabled */
}

.select-option span.cost {
  font-size: 50%;
}

.label-option {
  width: 200px;
  text-align: right;
  display: inline-block;
  margin-left: -70px;
}

.label-option:has(+select:disabled) {
  color: #a0a0a0;
}

span.old-price {
  text-decoration: line-through;
  color: rgba(244, 230, 230, 0.5);
  font-size: 70%;
}

div.discounts>div.black-friday {
  background-color: black;
}

div.discounts>div.black-friday>p {
  color: white;
}

div.info-delays {
  padding: 20px 0px 20px 0px;
  margin: 0px 10px 20px 10px;
  background-color: rgb(192, 123, 117);
  color: white;
}

