/** Shopify CDN: Minification failed

Line 842:0 Unexpected "}"

**/


.dot-slider {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  transition: all .2s;
  /* z-index: 80; */
  right: 50px;
  width: 50px;
  z-index: 1;
}

html {
  scroll-behavior: smooth;
}

.loading-overlay-prod {
  background: white;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5000;
    transition: opacity 0.5s ease; /* Adjust timing as needed */
    opacity: 1; /* Initial opacity */
}


.img-dot {
  padding: 4px;
  border-radius: 50%;
  background: var(--black);
  opacity:0.5;
  margin: 30px;
  cursor: pointer;
  transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.img-dot:hover {
  background: var(--black);
  opacity:1;
  transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}

.img-dot-active {
  box-shadow: 0 0 0 6px var(--black);
  opacity:1;
  background: var(--black);
  transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}


.prod-page-container {
  display: flex;
  flex-flow: column nowrap;
  width: 100vw;
  /* overflow-x: hidden; */
  /* overflow-y: auto; */
  height: fit-content;
}

.prod-page-logo {
  position: absolute;
  /* background: black; */
  right: 2rem;
  z-index: 7;
  bottom: 41px;
  position: fixed
}

.prod-page-logo path {
  fill: var(--black);
}

.prod-main-container {
  display: flex;
  flex-direction: row-reverse;
  overflow: visible;
  /* background: var(--grey); */
}

.product-content-desc p{
  text-indent: -25px;
  padding-left: 25px;
  margin: 0;
  line-height: 1.4;               
}

.prod-description-container {
    height: 100%;
    padding: 0 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prod-left-container {
  width: 50vw;
}

.google-reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.25rem;
  gap: 0.75rem;
}

.review-stars {
  width: 100px;
  height: 100%;
  filter: brightness(0);
}

.prod-img-container {
  background: var(--grey);
  width: 100%;
  position: relative;
  height: calc(100vh - 1.39rem);
  min-height: unset;    
  padding-left: 130px;
  overflow: hidden;
}

.prod-img-box {
  height: 100vh;
  /* margin: 2em; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--grey);
}



.product-horizontal-align-left {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  height: 3rem;
  margin-bottom: 1rem;
}

.product-specs {
  margin: auto 130px;
}

.product-specs-container {
  width: 100vw;
  height: fit-content;
  padding-bottom: 7em;
  margin: auto;
}

.product-single__media video{
  margin-left: unset;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  object-fit: cover;
}   
.product-single__media {
  /* width: 100%; */
  /* width: -webkit-fill-available; */
} 

.prod-dot-svg {
  width: 400%;
  height: 1.4rem;
}

.product-vertical {
  display: block;
  flex-flow: column nowrap;

  /* justify-content: space-between; */
  /* padding: 0 2em; */
}

.product-horizontal {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  /* padding: 1em 0; */
  text-align: left;
}

.specs-horizontal-align-left {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  height: 1em;
}

.specs-horizontal-align-left-title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  height: 15em;
}

.specs-horizontal-align-right {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 1px solid;
  min-height: 4rem;
  padding: 0.5rem 0;
}


.img-box-variant {
  width: 20em;
  height: 20em;
  margin: auto;
  border-radius: 1rem;
  background: var(--grey);
}

.product-title {
    font-size: 1.5rem;
    letter-spacing: -.005em; 
    font-weight: 900;
    line-height: 1.2;
    width: 50vw;
    height: fit-content;
    margin-bottom: 0;
    max-width: 100%;
    white-space: nowrap;
    display: inline-block;
}

.product-title-specs {
  max-width: 100%;
  height: auto;
  margin-top: 8rem;
}

.product-big-text {
  font-weight: 900;
  font-size: 2.2rem;
  width: auto;
  margin: -1.2rem;
}

.product-small-text {
  font-weight: 500;
  width: 100%;
  line-height: 1.4rem;
  margin-top: 1.5rem;
  /* background: aliceblue; */
  margin-bottom: 0;
  margin-bottom: 1.5rem;
  max-width: 100%;
}

div.product-specs a {
  text-underline-offset: 4px;
  text-decoration: underline;
}
div.product-specs * {
  color: white;
}
div.dark-color * { color: var(--black) }
div.light-color * { color: white }	


.prod-specs-body {
  margin: 3.75rem 0 3.125rem 0;
  display: flex;
  justify-content: space-between;
}

.prod-specs-list {
    width: -webkit-fill-available;
    padding-right: 3rem;
    max-width: 50vw;
}
  
.specs-img {
    object-fit: cover;
    border-radius: .4em;
    height: 100%;
    width: 100%;
    /* max-height: 65vw; */
}

.prod-price-text {
  font-size: 1rem;
  line-height: 0;
  margin-top: 1.8rem;
  margin-right: 2.5em;
  width: max-content;
}

.product-super-small-text {
  font-size: 0.75rem;
  font-weight: 400;
  color: #9e9a97;
  margin-top: 0.1rem;
  display: inherit;
}

.special-tag {
    background: linear-gradient(-45deg, var(--yellow), var(--beige), var(--yellow), var(--beige));
    background-size: 600%;
    animation: anime 8s linear infinite;
    color: var(--black);
    padding: 5px 8px 4px;
    border-radius: 4px;
    margin: 0 5px;
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width:800px) {
                        .price-box {
                          display: flex;
                          justify-content: space-between;
    					  align-items: center;
                          height: 3.5rem;
                        }
                        .hide-desktop {
                          margin: 0;
                          padding-top: 6px;
                          font-weight: bold;
                        }
  						.color-wrap {
                          border-top: 1px solid #9e9a97; 
                          border-bottom: 1px solid #9e9a97; 
                          padding-top: 10px;
                        }
                        .prod-specs-body {
                          flex-direction: column;
                        }
                        }
@media (min-width:800px) {
                        .hide-desktop {
                          display: none !important;
                        }                          
                        }


.pre-order-text {
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
      		/* text-indent: -1.15rem; */
    		/* padding-left: 1.15rem; */
}

         @-webkit-keyframes pre-order-text { 
            0% { -webkit-transform: translateX(0%); } 
            15% { -webkit-transform: translateX(0%) rotate(-5deg); } 
            30% { -webkit-transform: translateX(0%) rotate(3deg); } 
            45% { -webkit-transform: translateX(0%) rotate(-3deg); } 
            60% { -webkit-transform: translateX(0%) rotate(2deg); } 
            75% { -webkit-transform: translateX(0%) rotate(-1deg); }
            100% { -webkit-transform: translateX(0%); } 
         }
         
         @keyframes pre-order-text { 
            0% { transform: translateX(0%); } 
            10% { transform: translateX(0%) rotate(0deg); } 
            20% { transform: translateX(0%) rotate(0deg); } 
            30% { transform: translateX(0%) rotate(0deg); } 
            40% { transform: translateX(0%) rotate(0deg); } 
            50% { transform: translateX(0%) rotate(0deg); } 
            60% { transform: translateX(0%) rotate(0deg); } 
            70% { transform: translateX(0%) rotate(-2deg); }
            80% { transform: translateX(0%) rotate(2deg); }
            90% { transform: translateX(0%) rotate(-1deg); }
            100% { transform: translateX(0%) rotate(0deg); }
         }
         
         .pre-order-text { 
            -webkit-animation-name: pre-order-text; 
            animation-name: pre-order-text; 
         }

.after-prod-price-container {
  margin-top: 1rem;
}

.data-gt-block {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 0.7rem;
    column-gap: 2rem;
    max-width: fit-content;
}

.delivery-item {
  display: flex;
  align-items: center;
  color: var(--black);
}

.prod-price-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: center;
  padding-bottom: 0.5rem;
}


.specs-big-text {
  font-size: 1.8rem;
  font-weight: 900;
  width: auto;
}

.specs-small-text {
  margin: unset;
  width: -webkit-fill-available;
  font-size: 0.875rem;
}

.specs-super-small-text {
  width: 65%;
  font-weight: bold;
  white-space: pre;
  margin: unset;
  font-size: 0.875rem;
  white-space: break-spaces;
}


.prod-sold-out-btn {
  background-color: var(--grey);
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.4);
  margin: 0;
}
.prod-sold-out-btn:hover {
  box-shadow: none;
}

.hide-desktop {
  display: none;
}

.prod-variant-color {
  border-radius: 50%;
  padding: 0.8em;
  cursor: pointer;
  margin-right: 16px;
  width: 30px;
  height: 30px;
  line-height: 1.8rem;
  position: relative;
}

.product-horizontal-align-left .clicked {
    border: 1px solid var(--black);
}

.product-horizontal-align-left .clicked:after {
    content: "";
    border: 3px solid white;
    border-radius: 100%;
    background-color: transparent;
    display: inherit;
    margin-top: 0; 
    margin-left: 0; 
    width: unset; 
    height: unset;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
} 

.prod-variant-color:hover {
}

.toggle-variant-details {
  transition: 0.2s;
  margin-left: 5em;
}

.toggle-variant-details {
  color: var(--black);
  margin: auto;
}

.prod-divider-text-container {
  margin: 10rem 130px auto 130px;
}



.back-to-shop-btn {
  position: absolute;
  transition: .35s;
  cursor: pointer;
  /* transform: translateX(50px); */
  transform: translateX(-80px);
  bottom: 40px;
  height: 55px;
}

.back-to-shop-btn svg {
  width: 50px;
  height: 50px;
}

.return-text {
	content: "Back to Shop";
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
	transition: all .2s;
    padding: 10px 67px;
    transform: translateY(-51px) translateX(-35px);
    opacity: 0;
	}

.return-text:hover {
    transition: all .2s;
    transform: translateY(-51px) translateX(5px);
    opacity: 1;
    }

.return-to-shop {
	transform: rotate(90deg);
	content: "return to shop";
}

.return-to-shop:hover .cls-1 {
	/* fill: var(--black); */
	transition: all .2s;
}
		
.return-to-shop:hover polyline {
	/* stroke: white; */
}
		
.cls-1 {
	fill: none;
	stroke: var(--black);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1px;
	transition: all .2s;
}

.cls-2 {
	fill: none;
	stroke: var(--black);
	stroke-width: 2px;
    stroke-linecap: round;
	transition: all .2s;
}

.add-on-products-container {
  margin-bottom: 0 !important;
}

.product-description-specs {
  overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.toggleButton {
    margin-top: 0;
    text-underline-offset: 5px;
    text-decoration: underline;
    cursor: pointer;
}


@media (min-width: 800px) {
  .breadcrumb {
    display: none;
  }
  .product-description-specs {
    -webkit-line-clamp: 2;
  }
}


@media (max-width: 800px) {
 
  .prod-divider-text-container {
    margin: 6rem 25px auto 25px;
  }

  .prod-main-container {
    flex-direction: column-reverse;
    margin: 0;
  }
  
  .prod-img-container .product-vertical {
    display: flex;
    flex-flow: row nowrap;
    width: 300%;
  }
  
  .dot-slider {
    height: unset;
    bottom: 25px;
    flex-direction: row;
    width: 100%;
    right: 0;    	
  }
  
  .after-prod-price-container {
  }

  .prod-price-text {
    margin-right: 1rem;
    margin-top: 33px;
    display: flex;
    flex-direction: column;
    line-height: 0.5;
    white-space: nowrap;
  }  

  .product-title {
    margin-top: 2rem;
    line-height: 1;
    width: 100%;
    word-break: break-word;
    white-space: unset;
  }

  .prod-description-container {
    height: fit-content;
    margin-bottom: 4rem;
    padding: 0 25px;
    z-index: 7;
  }

  .prod-left-container {
    width: 100vw;
    background: white;
  }

  .prod-add-to-cart-btn, .prod-sold-out-btn {
    min-width: unset;
    padding: 0 2rem;
    padding-top: .2em;
  }
  
.product-horizontal-align-left {
  height: 3.5em;
  margin: 0;
}  

  .prod-img-container {
    background: var(--grey);
    width: 100vw;
    overflow-x: hidden;
    height: unset;
    /* padding-bottom: 4rem; */
    padding: 0;
    /* min-height: 60vh; */
  }

  .prod-img-box {
    height: 125vw;
    width: 100%;
    background-size: cover !important;
  }


  .product-specs {
    margin: auto 25px;
    
  }  

  .product-specs-container {
    height: fit-content;
    padding-bottom: 4rem;
  }
  
  .prod-specs-list {
    padding-right: 0;
    padding-top: 2rem;
    max-width: unset;
    order: 2;
  }

  .product-title-specs {
    word-break: break-word;
    margin-top: 5rem;
  }

  .specs-horizontal-align-left-title {
    height: 8em;
  }
  
  .payment-icons {
  height: 20px;
  margin: 0 20px;
	}


  .prod-price-container {
	width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    border-top: 1px solid var(--black);
    z-index: 100;
    padding: 15px 25px;
  }
  
  .after-prod-price-container .product-super-small-text {
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* text-align: center; */
    /* line-height: 2; */
    /* text-indent: 0; */
    /* padding-left: 0; */
  }
  
  .hide-desktop {
   display: inline-block;
        white-space: nowrap;
  }
  .hide-mobile {
   display: none;
  }

  .product-small-text {
    margin-top: 14px;
    height: fit-content;
  }

  .product-super-small-text {
    /* margin-top: -1rem; */
  }

  .product-content-desc {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

}



@media (min-width: 1900px) {

  .prod-divider-text-container {
    margin: 150px 150px auto 150px;
  }

  .product-specs {
    margin: auto 150px;
  }

}



@media (min-width: 800px) {
    .product-description-specs {
	max-width: unset;
    /* max-width: 45vw; */
    /* columns: 2 auto; */
    column-gap: 2rem;
    orphans: 5;
    }
    #klarna-box {
       margin-top: 4rem;
       margin-bottom: -1rem;
       width: 12rem;
    } 
}

@media (min-width: 1400px) {}

@media (min-width: 1900px) {}


/******
 *
 * KVALIFIK EDITS 2020 MARTS - 
 *
******/

.phal-atc-wrapper {
  flex-direction: column;
  position: relative;
  height: auto;
  margin-bottom: unset;
}


.backinstock {
  font-size: 0.75rem;
  /*
  text-decoration: underline;
  text-underline-offset: 4px;
  padding-top: 4px;
  color: #9e9a97;
  */
    padding: 5px 10px 4px;
    color: #ffffff;
    background: var(--black);
    border-radius: 25px;
    margin-top: 4px;
}  
}

@media (max-width: 800px) {
  
  .phal-atc-wrapper .sold_out_more {
    width: 81vw;
    max-width: 100vw;
    margin-top: 5rem;
  }
  
  .prod-specs-body {
    flex-direction: column;
    margin: 0;
  }
  
  .specs-small-text {
  }
  
  .specs-horizontal-align-right {
  }
  
  
}

.specs-horizontal-align-left-title {
  display: block;
  text-align: left;
  height: auto;
}

::-webkit-scrollbar {
  height: 1px;              /* height of horizontal scrollbar */
  width: 1px;               /* width of vertical scrollbar */
}


