/*------------- ASPEN ------------*/
/*-------------ABICART 2026-------------*/
/*----------------------------------------*/

/* ========================
   GENERAL
=========================== */

.checkout a[href="https://www.aspen.se/produkter/alla/"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

@font-face {
  font-family: 'Clan Pro';
  src: url("https://www.shop.aspen.se/shop/ws97/133997/files/font/ClanPro-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clan Pro';
  src: url("https://www.shop.aspen.se/shop/ws97/133997/files/font/ClanPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clan Pro';
  src: url("https://www.shop.aspen.se/shop/ws97/133997/files/font/ClanPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clan Pro';
  src: url("https://www.shop.aspen.se/shop/ws97/133997/files/font/ClanPro-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Clan Pro', Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Clan Pro', Arial, sans-serif;
  font-weight: 700;
}

* {
  box-shadow: none !important;
}



.emporium--body .emporium--body-wrapper {
    padding: 40px 20px 0px 20px;
}
.slot--header-horizontal-menu .navbar,
.emporium--header .emporium--header-wrapper {
     max-width: none;
  }

/* ========================
   TOP BAR 
=========================== */
.emporium--top-bar {
  	display: none;
}
.emporium--top-bar .slot--top-bar-audience-selector,
.slot--header-horizontal-menu .tws-top-menu--controls .tws-audience-selector {
  display: none;
}


/* ========================
   HEADER
=========================== */
@media only screen and (min-width: 992px) {
  .emporium--header .emporium--header-wrapper {
    padding: 13px 30px;
  }
}

.emporium--header {
  box-shadow: none !important;
  border-bottom: 1px solid #efefef;
}
.slot--header-logo {
    max-width: 160px;
  }
.emporium--search-button::before {
  display: none;
}

.slot--header-horizontal-menu .navbar-nav > li a {
  line-height: 1.6;
	font-family: "Clan Pro", Arial, sans-serif;
  letter-spacing: 1.2px;
  color: #4a4a4a;
  font-weight: 500;
  font-size: 14.5px;
  padding: 0;
    position: relative;
  text-decoration: none;
}

.slot--header-horizontal-menu .navbar-nav > li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #c2d43f;
  transition: width 0.3s ease;
}
.slot--header-horizontal-menu .navbar-nav > li a:hover::after {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .slot--header-horizontal-menu {
    text-align: right;
  }
    .slot--header-horizontal-menu .navbar-nav > li + li {
    margin: 0 0 0 42px;
  }
}
@media only screen and (min-width: 768px) {
  .slot--header-horizontal-menu .navbar {
    padding: 0 10px;
  }
}



.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 24px;
  background-image: url("https://cdn.abicart.com/shop/ws97/133997/files/new%20design/cart_v1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slot--header-bottom .notice {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center;
  padding: 15px;
  background: #c6d45a;
  color: #595b4b;
  text-align: center;
  font-weight: 500;
}

.slot--header-bottom .close-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  font-size: 20px;
  }

/* ========================
   PRODUCT PAGE
=========================== */

  .article .section {
      max-width: 1180px;
      margin: 40px auto;
      padding: 0 20px;
    }
  .article .cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
   .article .card {
      background: #ebebeb;
      padding: 34px 28px 38px;
      text-align: center;
      min-height: 260px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
	.article .card h3 {
      margin: 0 0 14px;
      font-size: 26px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: -0.5px;
      max-width: 260px;
    }
   .article .card p {
      margin: 0;
      font-size: 17px;
      line-height: 1.35;
      max-width: 260px;
    }
   .article .card .btn {
      margin-top: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 190px;
      min-height: 44px;
      padding: 12px 22px;
      border-radius: 999px;
      background: #c2d43f;
      color: #3f3f3f;
      text-decoration: none;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
    }

.cards .card .btn span {
  position: relative;
}
.cards .card .btn span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #c2d43f;
  transition: width 0.3s ease;
}
.cards .card .btn:hover span::after {
  width: 100%;
}

  @media (max-width: 900px) {
     .article .cards {
        grid-template-columns: 1fr;
      }
	  .article .card {
        min-height: auto;
      }
    }
.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-buy-button-with-modal--buy-button::after,
.emporium--article-images .tws-article-images--image-zoom,
.emporium--article-bottom,
.slot--article-share,
.emporium--buy-button-group .slot--article-buy-button .btn::after,
.tws-article-introduction--text .tws-article-introduction--read-more {
  display: none;
}

.tws-article-introduction--text {
  font-size: .9375rem;
  line-height: 1.6;
}

.emporium--buy-button-group {
  flex-direction: column;
}

.article .buy-button-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.slot--article-quantity .input-group-btn .btn-default {
  background: #414141;
  color: #fff;
  border-bottom: none;
  border-radius: 6px;
}
.slot--article-quantity .tws-article-quantity--input-wrapper input.form-control {
    border: 2px solid #f2f2f2;
    border-radius: 6px;
  }


 .modal-footer .btn-primary {
  border-bottom: none;
  border-radius: 14px;
  height: 44px;
  padding: 7px 20px 3px 20px !important;
  font-weight: bold;
}
 .modal-footer .btn-default {
  font-weight: bold;
  color: #4a4a4a;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid #ebebeb;
  padding: 14px 10px 10px 14px;
  text-align: center;
  border-radius: 14px;
}
.tws-article-buy-button-with-modal--dialog-wrapper .modal-footer .btn-default:hover {
  background: #fff;
}


.emporium--buy-button-group .slot--article-buy-button {
  max-width: 180px;
  width: 100%;
}
.emporium--buy-button-group .slot--article-buy-button .btn {
	max-width: 180px;
  width: 100%;
  height: 50px;
  padding: 7px 20px 10px 20px !important;
  border-radius: 14px;
  border: none;
}
.tws-article-buy-button-with-modal--buy-button-label {
  font-weight: 800 !important;
  color: #4a4a4a;
}


.caption .tws-article-buy-button-with-modal--buy-button  {
	padding: 12px 20px 10px 20px !important;
  border-radius: 14px;
  border: none !important;
  margin-top: 10px;
}

.slot--unique-selling-points {
    position: relative;
    top: 7px;
}

.tws-unique-selling-points--disclaimer a {
    font-weight: 800 !important;
    color: #4a4a4a;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #ebebeb;
    padding: 15px;
    text-align: center;
    border-radius: 14px;
}
.slot--unique-selling-points .tws-unique-selling-points--wrapper {
  margin: 0;
}

.attachment-link {
	display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  margin-top: 8px;
}
.attachment-link-text {
  border-bottom: 2px solid #c2d43f;
  padding-bottom: 1px;
  text-transform: uppercase;
  line-height: 1;
}
.attachment-icon {
  color: #4a4a4a;
  font-size: 13px;
 } 


@media(max-width: 480px) {
.buy-button-wrapper {
  flex-direction: column;
  align-items: center;
}
  
  .emporium--buy-button-group .slot--article-buy-button,
  .emporium--buy-button-group .slot--article-buy-button .btn,
  .tws-unique-selling-points--disclaimer {
    max-width: none;
  }
  
  .slot--article-quantity .tws-article-quantity--input-wrapper span.input-group-btn {
  display: block !important;
    margin-bottom: 20px;
}
  .slot--article-quantity .input-group-btn .btn-default {
  margin: 0px 6px;
	}
  
.slot--unique-selling-points {
		   width: 100%;
       top: -10px;
}
  .tws-unique-selling-points--disclaimer a {
		  width: 100%;
		  display: block;
     text-decoration: none;
	}
  .article .section {
  padding: 0;
}
 }

@media only screen and (min-width: 992px) {
  .tws-article-name h1 {
    font-size: 3.25rem;
  }
}

/* ========================
   FOOTER
=========================== */

.emporium--footer {
  margin: 0;
}
.emporium--footer-mid-left {
    width: 100%;
  }
.footer-inner {
  max-width: 980px;
  margin: 0 auto;
}
.footer-grid {
      display: grid;
      grid-template-columns: 1.2fr 1.2fr 0.9fr;
      align-items: start;
    }
.footer-title {
		margin: 0 0 18px;
 	 	font-size: 13px;
  	text-transform: uppercase;
	  letter-spacing: 0.5px;
	  color: #fff;
  text-align: left;
    }
.footer-col {
  text-align: left;
}
    .footer-col p,
    .footer-col a {
      margin: 0 0 12px;
      font-size: 13px;
      line-height: 1.45;
      text-decoration: none;
    }
    .footer-nav a {
      display: block;
      width: fit-content;
      color: #b9b9b9;
  		border-bottom: 2px solid transparent;
    }

    .footer-nav a:hover {
		border-bottom: 2px solid #c2d43f;
    }

    .footer-col a:hover {
      color: #fff;
    }
    .contact-block {
      margin-bottom: 14px;
    }
    .contact-block p {
      margin-bottom: 4px;
    }
  
.socials {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.socials a {
  margin: 0;
}

.socials a img {
  width: 40px;
  height: 40px;
  display: block;
}

    .footer-bottom {
      position: relative;
      margin-top: 56px;
      min-height: 72px;
    }

    .footer-logo {
      text-align: center;
			margin: 40px 0px;
    }

    @media (max-width: 900px) {
      .footer-inner {
        width: min(1200px, calc(100% - 40px));
      }

      .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .footer-bottom {
		margin-top: 40px;
    min-height: auto;
    text-align: left;
    display: block;
      }
    }






