/** Shopify CDN: Minification failed

Line 706:0 All "@import" rules must come first

**/
.metaobject-data-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
  max-width: 500px;
}

.metaobject-data-wrap .block-img-wrap {
  flex: 0 0 50px;
  max-width: 50px;
  min-height: 50px;
}

.metaobject-data-wrap .block-text p {
  font-size: 14px;
  margin: 0;
}

.metaobject-data-wrap .block-img img {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  object-fit: cover;
  object-position: top;
  height: auto;
  border-radius: 500px;
}

.grid__item.product-single__meta--wrapper .text-money {
  align-items: center;
  gap: 10px;
  /* flex-direction: row-reverse; */
  justify-content: start;
  margin: 0 0 25px;
}

.grid__item.product-single__meta--wrapper .product-single__price {
  font-weight: 700;
}

.grid__item.product-single__meta--wrapper .text-money .text-sale {
  /* color: #000; */
  font-size: 18px;
  font-weight: 700;
  order: 2;
}

.grid__item.product-single__meta--wrapper .product-single__saved-price {
  order: 3;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  background-color: #34a853;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
}

.grid__item.product-single__meta--wrapper .text-money .text-muted {
  color: #000000;
}

.grid__item.product-single__meta--wrapper .text-money .text-muted {
  color: #000000;
  font-size: 18px;
  margin-left: 0px;
  order: 1;
}

.product-single__title {
  font-size: 30px;
}


.grid-product .grid-product__price-wrap .grid-product__price {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
}

.grid-product .grid-product__price-wrap .grid-product__price .text-muted {
  color: #000000;
}

.grid__item.product-single__meta--wrapper .product-single__saved-price span {
  text-transform: capitalize;
}

.related-product-section .slick-dotted .slick-arrow {
  transform: translateY(-50%);
}

.related-product-section .slick-arrow[aria-disabled=true] {
  opacity: 1 !important;
}


.related-product-section .slick-arrow {
  opacity: 1;
  border-radius: 50%;
}

.card-group .tab-header:not(.active) {
  border-bottom-color: #e8e8e1 !important;
}

.card-group .tab-body {
    border-left: none;
}

.card-group .tab-header {
  font-weight: 600 !important;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding: 22.85714px 0;
  font-family: 'Lato';
}

.card-group .tab-body {
  padding: 0 0 20px;
  font-size: 14px;
}

.icon_text_wrapper-blocks .icon-text-wrap {
  display: flex;
  align-items: center;
}

.icon_text_wrapper-blocks .icon-text-wrap .icon-wrapper {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  padding-left: 10px;
}

.icon_text_wrapper-blocks .icon-text-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.icon_text_wrapper-blocks .icon-text-wrap .icon_text-detail {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .6px;
  line-height: 19.2px;
  font-family: 'Lato';
}

.cst_icon_text_blocks {
  margin: 0 0 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-group.spacer-top .card.tab {
  margin-top: 0px;
}



.section-divider__svg svg {
  color: #181818;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 30px;
}

.section-divider__svg .cst_height {
   max-height: 30px;
}

.section-divider__svg .parallax1>use {
  animation: move-forever1 10s linear infinite;
}


.cst_icon--svg,
.cst__icon-bag {
  height: 28px;
  width: 28px;
}

.cst_search_icon {
  display: flex;
}

.left_sided_icons_mobie_view {
  display: flex;
  align-items: center;
}

.left_sided_icons_mobie_view .cst_icon--svg {
  height: 27px;
  width: 27px;
}

.cst_mobile_view_icon {
  display: flex;
}

.nav-container-right-icons .inner-nav-containers {
  display: flex;
  justify-content: end;
}

ul.sales-points {
  font-family: Lato;
  color: #54c63a;
  margin: 0;
  list-style-type: none;
}


ul.sales-points span.icon-and-text {
  display: flex;
  align-items: center;
}

ul.sales-points .icon-and-text span.icon.icon--inventory {
  height: 25px;
  margin-right: 10px;
  position: relative;
  width: 25px;
  display: block;
}



ul.sales-points .icon-and-text span.icon.icon--inventory:after,
ul.sales-points .icon-and-text span.icon.icon--inventory:before {
  background: #54c63a;
  border-radius: 9px;
  content: "";
  height: 11px;
  width: 11px;
  left: 0;
  margin: 8px;
  position: absolute;
  top: 0;
}

ul.sales-points .icon-and-text span.icon.icon--inventory:before{
  animation: inventory-pulse 2s linear infinite;
}

.card-group.spacer-top .card.tab .tab-content {
  font-family: Lato;
}

.product-single__meta--wrapper button#AddToCart--product-template .material-icons.button-cart-icon {
  display: none;
}

.product-single__meta--wrapper button#AddToCart--product-template {
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: .6px;
}

footer .footer-newsletter .input--small.newsletter__input:hover,
footer .footer-newsletter .input--small.newsletter__input:focus{
  background-color: #181818;
  border-color: #181818;
}

footer .footer-newsletter .input--small.newsletter__input:hover {
  box-shadow: none;
  border: 1px solid #ffffff1f;
}

.grid-product .grid-product__image-wrapper .media-wrapper.product--wrapper {
  padding-top: 100% !important;
}

.cst_footer-bottom-content {
  justify-content: center;
}



@keyframes inventory-pulse {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px);
  }
  100% {
    transform: translate(-90px);
  }
}

.section-divider__svg .parallax2>use {
  animation: move-forever2 8s linear infinite;
  opacity: .4;
}

@keyframes move-forever2 {
  0% {
      transform: translate(-90px);
  }
  100% {
      transform: translate(85px);
  }
}

.section-divider__svg .parallax3>use {
  animation: move-forever3 6s linear infinite;
  opacity: .3;
}

@keyframes move-forever3 {
  0% {
      transform: translate(85px);
  }
  100% {
      transform: translate(-90px);
  }
}

.section-divider__svg .parallax4>use {
  animation: move-forever4 4s linear infinite;
  opacity: .2;
}

@keyframes move-forever4 {
  0% {
      transform: translate(-90px);
  }
  100% {
      transform: translate(85px);
  }
}

.product-single__meta--wrapper button#AddToCart--product-template {
  background: #1a1a1a url("https://cdn.shopify.com/s/files/1/0913/9601/4457/files/button-arrow.png?v=1746594166") no-repeat 150% 35% !important;
  background-size: 29px;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: .6px;
  margin-top: 15px;
  box-shadow: #00000059 0 5px 15px;
  padding: 15.91px 40px;
  transition: padding-right .3s, background .3s, opacity 1s;
}

.product-single__meta--wrapper button#AddToCart--product-template:hover:not([disabled]) {
  background-position: 95% 35% !important;
  padding-right: 55px;
}


footer .footer-newsletter .btn.btn--primary.full {
  position: absolute;
  width: max-content !important;
  padding: 0;
  background: #181818;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 999;
  border: none;
  width: 25px !important;
  height: 25px;
}



/* footer .footer-newsletter .btn.btn--primary.full .material-icons {

} */

footer .footer-newsletter .btn.btn--primary.full:hover {
  background-color: #181818;
  box-shadow: none;
  border: none;
}


footer #ContactForm--footer {
  position: relative;
}

footer .footer-newsletter .btn.btn--primary.full .submit_btn_text {
  font-size: 0;
}


footer .footer-newsletter .btn.btn--primary.full .btn__text {
  background: url('https://cdn.shopify.com/s/files/1/0913/9601/4457/files/Normal.png?v=1746697653');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  background-size: 24px;
  height: 100%;
}

footer .footer-newsletter .btn.btn--primary.full .material-icons {
  width: 100%;
  height: 100%;
  background: url('https://cdn.shopify.com/s/files/1/0913/9601/4457/files/Hover.png?v=1746697653');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  font-size: 0px;
  background-size: 24px;
  height: 100%;
}

footer .footer-newsletter .btn.btn--primary.full:hover .btn__text {
  background: transparent;
}

footer .footer-newsletter .btn.btn--primary.full:hover .material-icons {
  opacity: 1;
}

footer .footer-newsletter .input--small.newsletter__input {
  height: 60px;
  margin: 0;
  border-color: #ffffff1f;
  font-size: 12px; 
}


footer .footer-newsletter .input--small.newsletter__input::placeholder {
  opacity: .5;
  font-size: 12px;
}

.product-single__media-flex-wrapper .media-wrapper.product--wrapper {
  border-radius: 10px;
}

 

.trust-pilot-payment-icon {
  text-align: center;
  width: 60%;
  margin: 20px auto 0;
}






#CartDrawer .drawer-slider .cst_upsell-slider-arrow{gap:8px;cursor:pointer;display: flex; align-items: center;}
#CartDrawer .drawer-slider-title-section p{font-size:12px;}
#CartDrawer .drawer-slider-title-section{margin-bottom:16px;}
#CartDrawer .upsell-carousel .drawer-box-img{width:calc(50% - 4px);}
#CartDrawer .upsell-carousel .drawer-box-product-name a:hover{text-decoration:underline;}
#CartDrawer .upsell-carousel .drawerproduct-price{color:rgb(0 0 0 / 70%);}
#CartDrawer .upsell-carousel .drawer-box-product-add-button:hover{background-color:transparent !important;color:#000 !important;box-shadow:inset 0 0 0 2px currentColor !important;}
#CartDrawer .upsell-carousel:not(.slick-initialized):not(.slick-slider) .drawer-slider-carousel:not(:first-child){display:none;}
#CartDrawer .upsell-carousel .drawer-box-product-add-button{text-align:center;min-width:110px;}
#CartDrawer .upsell-carousel .drawer-slider-carousel{padding:0 4px;display:flex;}
#CartDrawer .upsell-carousel{margin:0 -40px 0 -4px;display:flex;}
#CartDrawer .upsell-carousel .drawer-box-info-wrap{display:flex;align-items:center;gap:8px;justify-content:space-between;}
#CartDrawer .upsell-carousel .slick-list{width:100%;}
#CartDrawer .upsell-carousel .slick-list,
#CartDrawer .upsell-carousel .slick-track{display:flex;}
#CartDrawer .upsell-carousel .drawer-box{width:100%;}
#CartDrawer .drawer__footer .cart__checkout:hover{background:transparent !important;box-shadow:inset 0 0 0 2px var(--colorBtnPrimary) !important;color:var(--colorBtnPrimary) !important;padding-right:20px;}
#CartDrawer .drawer__footer .cart__checkout{transition:unset;padding:14px 20px;}
#CartDrawer .drawer__footer .cart__checkout:hover .cst-check-out-icon path {fill: var(--colorBtnPrimary);stroke: var(--colorBtnPrimary);}
#CartDrawer .drawer__footer .cart__checkout:hover .cst-check-out-icon path:nth-child(2) { fill: #fff;}

#CartDrawer .payment-icons-list{margin-top:20px;}
#CartDrawer .payment-icons li svg{display:block;}

#CartDrawer .drawer-box {
  align-items: center;
  display: flex;
  background: #f2f2f2;
  padding: 1rem;
  gap: 1rem;
}

#CartDrawer .drawer-slider-title-section .slick-prev.custom-prev,
#CartDrawer .drawer-slider-title-section .slick-next.custom-next {
  width: 30px;
  height: 30px;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: unset;
  opacity: 1 !important;
}

#CartDrawer .drawer-slider-title-section .slider-arrow {
  display: flex;
  gap: 30px;
}

#CartDrawer .drawer-slider-title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}


#CartDrawer .drawer-slider-title-section p {
  margin: 0;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
}

#CartDrawer .drawer-box-img {
    position: relative;
    padding-bottom: 30.6%;
    width: 38%;
}

#CartDrawer .drawer-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.drawer-box-product-name a, .drawer-box-product-name span {
  font-weight: 600 !important;
  font-size: .75rem;
  line-height: 1.5;
  margin: 0;
  font-family: Lato;
  display: block;
}

.drawer-box-product-add-button {
  cursor: pointer;
  background: #000 !important;
  color: #fff !important;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

#CartDrawer .drawer-slider {
  padding: 30px 30px 0px;
}

#CartDrawer .drawer-slider .slick-next:before,
#CartDrawer .drawer-slider .slick-prev:before {
  content: none;
}









/* .slick-next:before {
  content: '';
  background-image: url('https://cdn.shopify.com/s/files/1/0913/9601/4457/files/next--arrow.png?v=1746621897');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 18px;
}

.slick-prev:before {
  content: '';
  background-image: url('https://cdn.shopify.com/s/files/1/0913/9601/4457/files/pewv--arrow.png?v=1746621926');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 18px;
} */

.slick-arrow {
  border: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 4px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  border-radius: 50%;
}

@media screen and (min-width: 590px){
  #CartDrawer .drawer__footer .trust-pilot-payment-icon{width:40%;margin: 0 auto ;}
}



@media screen and (min-width: 590px) {
  #CartDrawer .drawer__footer .trust-pilot-payment-icon {
    width: 40%;
    margin: 10px auto 0;
  }
}


@media only screen and (min-width: 1025.1px) {
  footer .large--one-fifth,
  footer .large--two-fifths {
    width: 25%;
    flex: 0 0 25%;
  }
}


@media only screen and (min-width: 1024px) {
  .product-single__meta--wrapper {
    margin-top: 0px;
  }
  .section-divider__svg svg {
    max-height: 60px;
  }

  .section-divider__svg .cst_height {
     max-height: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-single__title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-single__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 769px) {
  #CartDrawer .drawer-slider {
    padding: 30px 16px 0;
  }
}

@media screen and (max-width: 589px){
 #CartDrawer .upsell-carousel .drawer-box-info-wrap{flex-wrap:wrap;}
  #CartDrawer .upsell-carousel .drawer-box-img{width:calc(70% - 4px);min-width:60px;}
}

@media only screen and (max-width: 589px) {
  .card-group .tab-header  {
    padding: 20px 0px;
  }
  .related-product-section .slick-dots li {
    padding: 3px;
  }
  .cst__icon-bag {
    width: 27px;
    height: 27px;
  }
}




/* ============================================
   LJUSRIKET — CUSTOM THEME OVERRIDES
   Klistra in UNDERST i er befintliga assets/custom.css
   (importen nedan hämtar typsnitten - ingen theme.liquid-ändring behövs)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600&family=Work+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root{
  --lr-putty:#F1EAD9;
  --lr-putty-deep:#E7DCC5;
  --lr-ink:#26281F;
  --lr-ink-soft:#5B5A4C;
  --lr-pine:#3E4B39;
  --lr-pine-deep:#2B352A;
  --lr-honey:#C7963E;
  --lr-honey-soft:#DDBB77;
  --lr-rust:#A85A3A;
  --lr-line:rgba(38,40,31,0.13);
}

/* --- Bas: bakgrund, text, typsnitt --- */
body, .shopify-section, main{
  background-color: var(--lr-putty) !important;
  color: var(--lr-ink) !important;
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 300 !important;
}
h1, h2, h3, .h1, .h2, .h3,
.section-header__heading, .product__title, .collection-hero__title{
  font-family: 'Newsreader', serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em;
  color: var(--lr-ink) !important;
}
.eyebrow, .subheading, .kicker{
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--lr-pine) !important;
}

/* --- Knappar --- */
.button, .btn, button[type="submit"], .shopify-payment-button__button{
  background-color: var(--lr-pine) !important;
  color: var(--lr-putty) !important;
  border-radius: 6px !important;
  border: none !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em;
  transition: background-color .3s ease !important;
}
.button:hover, .btn:hover{
  background-color: var(--lr-pine-deep) !important;
}
.button--secondary, .btn--outline{
  background-color: transparent !important;
  border: 1px solid var(--lr-ink) !important;
  color: var(--lr-ink) !important;
}

/* --- Priser / rea-etiketter --- */
.price, .product__price, .price-item--regular{
  color: var(--lr-pine) !important;
  font-family: 'Newsreader', serif !important;
}
.price--compare, .price-item--sale s, .compare-at-price{
  color: var(--lr-ink-soft) !important;
  opacity: 0.7;
}
.badge, .product-badge, .sale-badge{
  background-color: var(--lr-rust) !important;
  color: var(--lr-putty) !important;
  border-radius: 20px !important;
  font-family: 'IBM Plex Mono', monospace !important;
}

/* --- Kort / paneler (kategori, produkt) --- */
.card, .product-card, .collection-card{
  background-color: var(--lr-putty-deep) !important;
  border-radius: 6px !important;
  border: 1px solid var(--lr-line) !important;
}

/* --- Trygghetsrad (bygg med en "Custom liquid"-sektion eller Rich text överst) --- */
.lr-trustbar{
  background-color: var(--lr-pine-deep);
  color: var(--lr-putty);
  display: flex;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
  padding: 10px 20px;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 749px){
  .lr-trustbar{ gap: 18px; font-size: 11px; overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; }
}

/* --- Sticky köp-knapp (mobil) --- */
@media (max-width: 749px){
  .lr-sticky-cta{
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background-color: var(--lr-putty);
    border-top: 1px solid var(--lr-line);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 50;
    box-shadow: 0 -6px 20px rgba(38,40,31,0.12);
  }
}

/* --- Footer --- */
.footer, footer{
  background-color: var(--lr-putty) !important;
  color: var(--lr-ink-soft) !important;
  border-top: 1px solid var(--lr-line) !important;
}

/* --- Recensioner/stjärnor (justera klassnamn efter er recensionsapp) --- */
.reviews-star, .stamped-fa-star{
  color: var(--lr-honey) !important;
}

.collection-grid-title {
       color: #F1EAD9 !important;
     }















