/*
* ===================================================
*     CUSTOM CSS CODE BELOW
* ===================================================
*/

/* Mathias */


.ribbonfont span
{
    opacity: 0.9!important;
    font-size: 12px!important;
    line-height: 16px!important;
    text-align: center!important; 
    padding:28% 10%!important;
   width:85px!important;
   height:85px!important;
   border:3px solid #8ABD24!important;    
   box-shadow: inset 0 0 0 2px white!important;

    border-radius:50%!important;
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    
}

.ribbonfont2 span
{
    font-size: 12px!important;
    line-height: 12px!important;
    text-align: center!important; 
    padding:30% 10%!important;
   width:85px!important;
   height:85px!important;
   border:3px solid #f65151!important;    
   box-shadow: inset 0 0 0 2px white!important;

    border-radius:50%!important;
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    
}

.ribbonfont3 span
{
   font-size: 14px!important;
    line-height: 14px!important;
    text-align: center!important; 
    padding:35% 10%!important;
   width:85px!important;
   height:85px!important;
   border:3px solid #000!important;    
   box-shadow: inset 0 0 0 2px white!important;

    border-radius:50%!important;
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    
}

.ribbonfont4 span
{
   font-size: 11px!important;
    line-height: 14px!important;
    text-align: center!important; 
    padding:33% 10%!important;
   width:85px!important;
   height:85px!important;
   border:3px solid #f63939!important;    
   box-shadow: inset 0 0 0 2px white!important;

    border-radius:50%!important;
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    
}
.ribbonfont5 span
{
    opacity: 0.9!important;
    font-size: 12px!important;
    line-height: 16px!important;
    text-align: center!important; 
    padding:21% 10%!important;
   width:85px!important;
   height:85px!important;
   border:3px solid #8ABD24!important;    
   box-shadow: inset 0 0 0 2px white!important;

    border-radius:50%!important;
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    
}
.ribbonfont6 span /* som ribbonfont med mindre text */
{
    opacity: 0.9!important;
    font-size: 10px!important;
    line-height: 16px!important;
    text-align: center!important; 
    padding:26% 10%!important;
   width:85px!important;
   height:85px!important;
   border:3px solid #8ABD24!important;    
   box-shadow: inset 0 0 0 2px white!important;

    border-radius:50%!important;
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    
}

.ev-filter {
  background-color: gray;
  background-size: cover;
  padding: 220px 15px 250px;
  position: relative;
  background-position: center center;
  margin-bottom: 150px
}


.ev-filter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: -30px;
}

.ev-filter-content > * { margin-bottom: 30px; }

.container {
  max-width: 1200px;
  margin: 0 auto;
}


.ev-filter-grid {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  z-index: 1;
  position: relative;
}

.ev-filter-grid.right {
  text-align: right;
}

.ev-filter-results-container {
  margin-top: -301px;
  margin-bottom: 55px;
}
.ev-filter-results {
  background-color: #333333;
  color: #fff;
  /*position: absolute;*/
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 20px 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}

.ev-filter-results-home {
  transform: translate(0);
  right: 0;
  left: 0;
  max-width: none;
}

@media (max-width: 1280px) {
  .ev-filter-results {
    min-width: 95%;
  }

  .ev-filter-results-home {
    right: 0;
    left: 0;
    max-width: 100%;
  }


}

.filter-results-instance {
  min-width: 1000px;
  width: 90%;
}

html .ev-filter-results tr th {
  font-weight: bold;
  padding: 5px 5px 10px;
  font-size: 1.2em;
}

.ev-filter-results tr th,
.ev-filter-results tr td {
  max-width: 18%;
  width: 18%;
  text-align: left;
  padding: 5px;
  vertical-align: top;
}

.left h2 {
  font-size: 32px;
  line-height: 1.2;
}

.left p {
  font-size: 20px;
  line-height: 1.4;
}

.ev-filter-results tr th:last-child,
.ev-filter-results tr td:last-child {
  max-width: 29%;
  width: 29%;
}

.ev-filter-results h4 {
  text-align: right;
  margin: 10px 0;
  font-style: italic;
  font-size: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.ev-filter-form {
  width: 415px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .5);
  padding: 25px 15px;
  text-align: left;
  margin: 0 0 0 auto;
  position: relative;
}

.ev-filter-form h6 {
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
  color: #fff;
}

.ev-filter select {
  margin-top: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px;
  width: 180px;
  height: 50px;
  color: #fff;
  display: inline-block;
}

.ev-filter select + select {
  margin-left: 10px;
}

.ev-filter option {
  color: #000;
  font-size: 16px;
}

.overlay-classic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.61);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.41)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.41) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.41)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.41) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}

.filter-btn {
  display: inline-block;
  white-space: pre;
  color: #000;
  background-color: #7df481; 
  padding: 10px 30px;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
  border-radius: 5px;
  text-align: center;
  width: auto;
}

.filter-btn:hover {
  /* background-color: #7df481; */
   background-color: #f47f7d;
  cursor: pointer;
  /* color: #000;*/
  color: #FFF;
}

.car-model-title {
    padding-right: 5px;
}


@media (max-width: 1160px) {
    .ev-filter-results-container {
        margin-top: -268px;
    }
  .ev-filter-results {
    min-width: auto;
    /*position: relative;*/
    left: auto;
    bottom: -100px !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-top: 50px;
  }

  .ev-filter {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-bottom: 150px;
  }

  .filter-results-instance {
    min-width: auto;
  }

}

@media (max-width: 1200px) {

    .padding-remove-mob {
        padding: 0;
    }

}

@media (max-width: 991px) {


  .ev-filter-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ev-filter-grid {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .ev-filter-form {
    margin: 0 auto;
  }
}

@media (max-width: 650px) {
.ev-filter-results-container {
    margin-top: -157px;
}
  .ev-filter {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .filter-results-instance {
    border: 0;
    width: 100%;
  }

  .filter-results-instance .mobile-hide {
    display: none;
  }

  html .ev-filter-results tr th {
    font-size: 1em;
  }

  html .ev-filter-results tr th, html .ev-filter-results tr td {
    font-size: 14px;
  }

  .filter-results-instance tr {
    padding: 5px 0;
  }

  .filter-results-instance td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .filter-results-instance td:last-child {
    border-bottom: 0;
  }

  .ev-filter-results {
    bottom: 0!important;
    padding: 20px 10px 50px;
  }
}

@media (max-width: 544px) {
    
  .ev-filter-form {
    width: auto;
    height: auto;
  }
  
    html .ev-filter-results tr th, html .ev-filter-results tr td {
    font-size: 13px;
  }

  .ev-filter-form select {
    width: 100%;
  }

  .ev-filter select + select {
    margin-left: 0;
  }

  .left h2 {
    font-size: 24px;
  }

  .left p {
    font-size: 14px;
  }
}

/* Airlectra  */

.visible-xs {
    display: none!important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none!important;
	}
	.visible-xs {
		display: block!important;
	}
}

.stock-bat {
    display: flex;
    align-items: center;
}

.stock-bat img {
    margin-left: 10px;
    width:50px;
}

.text-success.best-vara {
    color: #000000!important;
}

#gt {
    display:inline;
}

/* Notis i header */

.topphead {
    background:#7df481;
    line-height: 2;
    font-size: 16px;
    color: BLACK;
    /* font-weight: bold;*/
    text-align: center;
    padding: 2px;
}

.topphead a {
    color:#fff;
    display: block
}

@media (max-width: 360px) {
    .topphead {
        font-size:10px!important;
         
    }
}

.main-container {
    padding-top: 84px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .main-container {
        padding-top: 72px;
    }
}

/* Slut - Notis i header */

/* Pagecloud */

.logo-svg {
    width:180px;
}

.navbar-bg .nav-item .nav-link {
    text-transform:uppercase;
}

.navbar-light .navbar-nav .nav-link, .navbar-hover-light:hover .navbar-nav .nav-link, .navbar-fixed-light.fixed-top .navbar-nav .nav-link {
    font-weight:400;
}

.navbar {
    align-items: baseline;
}

.banner_v2 {
    padding-right: 0;
    padding-left: 0;
    overflow:hidden;
}

.banner_v2 .row {
    margin-left:0;
    margin-right:0;
}

.banner_v2 .row .col-12 {
    padding-right: 0;
    padding-left: 0;
}

.banner_v2 h3 {
    font-family:'open sans';
    /*font-size: 16px;*/
    font-size: 1rem;
    letter-spacing: 3px;
    line-height: 1.5;
    opacity: 0.6;
    margin-bottom: 10px;
}

.banner_v2 h2 {
    font-family:'open sans';
    /*font-size: 64px;*/
    
    font-size: 4.5rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

.banner_v2 p {
    /*font-size: 20px;*/
    font-size: 1.75rem;
    line-height: 1.8;
    font-family:'open sans';
}

.banner_v2 .overlay-content.container {
    max-width:700px;
}

.banner_v2 img, #laddboxar-img img {
    min-width:100%;
}

.banner_v2 .align-items-top25 {
    top:25%;
}

#laddboxar-img .img-scale-container {
        overflow: hidden;
        padding-top: 1rem;
        background-color: #000;
}

@media (min-width:992px) {
    .banner_v2 .img-scale-container {
        height:49vw;
        position:relative;
    }
    
    .banner_v2 img {
        min-width:100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    /*
    #laddboxar-img {
        padding: 1rem 4rem 0 4rem;
        background: #000;
    }
    #laddboxar-img .img-scale-container {
        height:49vw;
        padding-top: 3rem;
        position:relative;
    }
    
    #laddboxar-img img {
        min-width:100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }*/

}

@media (max-width:991.9px) {
    .banner_v2 img:not(.full-image) {
        margin-left: 50%;
        transform: translateX(-50%);
        width:1000px;
    }
    .banner_v2 .align-items-top25 {
        top:20%;
    }
    .banner_v2 h2 {
        font-size: 35px;
        margin-bottom:30px;
    }
    .banner_v2 p {
        font-size: 20px;
        font-weight: 400;
    }
    #laddboxar-img img {
        margin-left: 50%;
        transform: translateX(-50%);
        width:150%;
    }

}

.shadow-box {
    box-shadow: 11px 4px 24px 0px rgb(0 0 0 / 10%);
}

.banners2capt h2 {
    font-family:  !important;
    font-weight: 600;
    letter-spacing: -0.01em;
    font-size: 1.8rem;
    line-height: 1.2;
}

.img2capt .row {
    margin-left:0;
    margin-right:0;
}

.img2capt .pre-head {
    font-size: 14px;
    letter-spacing: 9px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.img2capt h3 {
    font-size:2rem;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

@media (max-width:991.9px) {
    .img2capt h3 {
        font-size:1.8rem;
    }
}

.img2capt h3 .green {
    color:#8ABD24;
}

.img2capt .lead {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    max-width:80%;
    margin: 0 auto 40px auto;
    
}

#laddboxar-img h2 {
    color:#ffffff;
    font-family: "playfair display" !important;
    line-height: 1.2 !important;
    text-align: center !important;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 4px;
}

#laddboxar-img .w-90 {
    width:90%;
    margin: 1.2rem auto 0 auto;
}

@media (min-width: 992px) {
    #laddboxar-img h2 {
        font-size: 57px;
    }
    #laddboxar-img .w-90 {
        width:44%;
        margin: 2rem auto 0 auto;
    }
}

#laddboxar-img h3 {
    font-family: lato;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.5;
    text-align: center;
}

#laddboxar-img .color-r {
    color:#ff6f69;
}

#laddboxar-img .color-w {
    color:#ffffff;
}

#laddboxar-img .color-y {
    color:#f7ff70;
}

.start-fluid-products .product-image, .start-fluid-products .product-text, .background-white {
    background-color:#ffffff;
}

@media (min-width: 768px) {
    .pt-md-3 {
        padding-top: 1rem!important;
    }
}

.start-fluid-products .product-text, .cat-prods .product-text {
    min-height:90px;
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    justify-content:space-between;
}

@media (min-width:992px) {
    .start-fluid-products .product-text, .cat-prods .product-text {
        min-height:130px;
    }
}

.start-fluid-products .product-text h3, .cat-prods .product-text h2 {
    padding-left:1rem;
    padding-right:1rem;
}
    
.start-fluid-products .product-text h3 a, .cat-prods .product-text h2 a {
    font-family: 'lato';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5
}

ul.foot-menu .subnav_items ul {
    padding-inline-start: 18px;
    list-style-type:disc;
}

.footer-socials {
    text-align: center;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 30px;
}

.footer-socials svg {
    width:36px;
    height:36px;
}

.product .product-price {
    color:#8ABD24;
    font-size: 20px;
}

.product-price.disc-price, .cart-price.has-before-price  {
    color:red;
}

.product .product-before-price {
    
}

.collection-header {
    max-width:750px;
    margin: 0 auto;
}

.collection-header h1 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.5px;
    font-size: 30px;
    font-weight: 300;
    text-align:center;
    color: rgb(102,108,119);
    text-transform:none;
   /* max-width:560px;*/
    margin: 0 auto;
}

.collection-header h1~p {
    text-align:left;
    max-width:unset;
    margin: 0;
}

/* Kategoribeskrivningen centreras ofta via inline-stil i innehållet
   (<div style="margin: 0 auto; width: 95%;">). Vänsterställ den i full bredd
   på kategorisidor – men rör inte FAQ-sidan. */
.collection-header:not(:has(.faqbox)) [style*="0 auto"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.collection-header h2 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.5px;
    font-size: 24px;
    font-weight: 300;
    color: rgb(102,108,119);
    text-transform:none;
}

.collection-header h2~p {
    text-align:left;
    max-width:unset;
}

/* Löptext-underrubriker (h3) i artiklar/beskrivningar – mindre än h1/h2 för rätt hierarki.
   Träffar bara h3 som är direkt barn till .collection-header (ej FAQ-frågekort i .faqbox). */
.collection-header > h3 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    color: #2C3138;
    margin: 1.6rem 0 0.5rem;
    text-transform: none;
}

/* FAQ-undersidor: frågorna (h3 med länk) som en ren, enkel länklista – ingen box/knapp. */
.collection-header > h3:has(a) {
    font-size: 1.05rem;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px solid #ECEEF1;
}
.collection-header > h3:has(a) a {
    display: block;
    padding: 0.9rem 0.25rem;
    color: #2C3138;
    text-decoration: none;
    transition: color .15s ease;
}
.collection-header > h3:has(a) a:hover {
    color: #000;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .collection-header h1 {
        font-size: 57px;
    }
}

.collection-header p {
    font-family: montserrat;
    font-size: 16px;
    white-space: normal;
    line-height: 1.4;
    color: rgb(102,108,119);
}

.text-success {
    /*color:#8ABD24!important;*/
    color:#000000!important;
}

.container {
    max-width:1110px;
}

article#product h1.h2, article#product h1, article#product h3 {
    font-size:1.5rem;
}

article#product p {
    font-size:0.875rem;
}

.filter-option {
    font-size:0.75rem;
    letter-spacing:0.1rem;
}

.banners2capt .categoryOverview h2 {
    text-transform:uppercase;
    font-size:1.625rem;
    letter-spacing:5px;
    color: #4d4d4d;
}

.banners2capt .categoryOverview .ladd-cat-img .img-scale-container {
    display:flex;
    align-items:center;
    overflow:hidden;
}
.banners2capt .categoryOverview .ladd-cat-img .img-scale-container img {
    width:108%;
}

.ladd-cat-img .shadow-box {
    position:relative;
}

.banners2capt .categoryOverview .ladd-cat-img .ladd-cat-txt {
    position: absolute;
    left: 0;
    width: 100%;
    opacity:0.55;
    bottom:0;
}

.banners2capt .categoryOverview .ladd-cat-img .ladd-cat-txt h2 {
    color:#fff;
    font-size: 29px;
    font-family: lato;
    letter-spacing:3px;
    text-align:center;
    font-weight: 700;
}


@media (min-width: 992px) {
    .banners2capt .categoryOverview .ladd-cat-img .ladd-cat-txt {
        left: 41px;
        bottom:unset;
        top: 50px;
        width: 402px;
    }
    
    .banners2capt .categoryOverview .ladd-cat-img .ladd-cat-txt h2 {
        font-size: 49px;
        text-align:left;
    }
    .banners2capt .categoryOverview .ladd-cat-img .img-scale-container img {
        width:100%;
    }
}

@media (min-width: 992px) and (max-width:1200px) { 
    .banners2capt .categoryOverview .ladd-cat-img .ladd-cat-txt h2 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    video {
        margin-bottom:-1px;
    }
}


.container-fluid.st-video {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.st-video .startpage_vid {
    display:block;
}

@media (min-width: 992px) {
    .st-video .startpage_vid {
        width:100%;
    }
}

@media (max-width: 991.9px) {
    .st-video .startpage_vid {
        margin-left: 50%;
        transform: translateX(-50%);
        width: 1000px;
    }
}

@media (max-width: 768px) {
    .st-video .startpage_vid {
        width: 800px;
    }
}

.top-tp {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:10;
}

.top-tp:hover {
    cursor:pointer;
}

@media (max-width:768px) {
    #product .nav-tabs .nav-item {
        width:100%;
        margin-top:0.5rem;
    }
}

.has-dropdown.on-hover:hover > .dropdown-menu.dropdown-menu-first {
    display:grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(14,auto);
}

.buy-bottom {
    position:fixed;
    width:100%;
    bottom:-55px;
    left:0;
    right:0;
    z-index:100;
    -webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}

.buy-bottom .product-btn-addcart:hover {
    opacity:0.9;
}

.buy-bottom .btn {
    padding: 1rem 0.75rem;
    border-radius:0;
}

.buy-bottom.scrollfix {
    bottom:0;
}

/*
.breadcrumb-item {
    text-decoration:underline;
}
*/

.breadcrumb-item+.breadcrumb-item {
    padding-left:0.3rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    padding-right:0.2rem;
}

.breadcrumb-item:last-child:before {
    content:"";
}

.breadcrumb-item:first-child {
    display:none;
}

.breadcrumb-item:nth-child(2) {
    padding-left:0;
}

h3.faqlist {
    font-size:1.25rem;
    margin-bottom:0.5rem;
    color: rgb(102,108,119);
}

.accordion .card {
    box-shadow: none;
}

.accordion .head-text {
    font-weight: 400;
    font-size: 18px;
    width: calc(100% - 40px);
    display: inline-block;
    text-transform: none;
    letter-spacing: 0;
    color: rgb(102,108,119);
}

.accordion i {
    color: rgb(102,108,119);
}

.collection-header li {
    font-family: montserrat;
    font-size: 16px;
    white-space: normal;
    line-height: 1.4;
    color: rgb(102,108,119);
}

.top-padding {
    padding-top:147px;
}

@media (min-width:992px) {
    .top-padding {
        padding-top:136px;
    }
}

.top-bar {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1)!important;
}

.header-textcolor:focus, .header-textcolor:active {
    color: #494949;
}

/* ============================================================
   Vanliga frågor – modern kortdesign (endast CSS, ingen HTML/SEO/länk ändras)
   Scope:ad med :has(.faqbox) så endast FAQ-sidan påverkas.
   ============================================================ */

/* Kortet */
.faqbox, .faqq {
    position: relative;
    background: #ffffff;
    border: 1px solid #ECEEF1;
    border-radius: 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    text-decoration: none !important;
    color: inherit;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.faqbox:hover, .faqq:hover {
    transform: translateY(-3px);
    border-color: #D7EAF0;
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.10);
    color: inherit;
}

/* Ikon-badge */
.faqicon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    padding: 11px;
    background: #F4F7F9;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .18s ease;
}
.faqbox:hover .faqicon {
    background: #E8F2F6;
}
.faqicon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Inline-SVG-ikon (t.ex. Prismatch-kortet) */
.faqicon svg {
    width: 100%;
    height: 100%;
    color: #3B4754;
}

/* Text */
.faqtext { padding-right: 1.5rem; }
.faqtext h3 {
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: .3px;
    color: #2C3138;
    margin: 0;
}
.faqtext p {
    font-size: .85rem;
    font-weight: 400;
    color: #8A9099;
    margin: 0;
}

/* Chevron som visar att kortet är klickbart */
.faqbox::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 1.1rem;
    transform: translateY(-50%);
    font-size: 1.5rem;
    line-height: 1;
    color: #C2C8CF;
    transition: transform .18s ease, color .18s ease;
}
.faqbox:hover::after {
    color: #2C3138;
    transform: translate(4px, -50%);
}

/* Fullbreddskort fungerar i alla webbläsare (Safari inkl.) och är default.
   För riktigt rutnät: lägg korten i en <div class="faqgrid"> i sidans HTML –
   då griddas de robust nedan (ingen :has / display:contents som krånglar i Safari). */
.faqgrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 8px;
}
@media (min-width: 576px) {
    .faqgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 992px) {
    .faqgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
/* Editorn kan lägga in <br> mellan korten – de får inte bli egna rutnätsceller */
.faqgrid br {
    display: none;
}
/* Tål både <a class="faqbox"> direkt och <div><a class="faqbox"></div> som rutnätscell */
.faqgrid > * {
    min-width: 0;
    margin-bottom: 0;
}
.faqgrid > div {
    display: flex;
}
.faqgrid .faqbox {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    /* px-lg-5 (3rem) + mr-lg-5 på ikonen äter all bredd i en smal cell – stram åt.
       Extra högerpadding ger plats åt chevron-pilen. */
    padding: 0.9rem 1.9rem 0.9rem 1rem !important;
    gap: 0.8rem;
}
/* Mindre ikon i rutnätet → mer plats åt texten i den smala 3-kolumnscellen */
.faqgrid .faqicon {
    margin-right: 0 !important;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 9px;
}
/* Texten fyller resten av bredden; långa ord radbryts mjukt vid behov (ej bokstav-för-bokstav) */
.faqgrid .faqtext {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 0;
}
.faqgrid .faqtext h3 {
    font-size: 0.98rem !important;
    letter-spacing: 0 !important;
    line-height: 1.25;
    /* Gör VERSALER i innehållet till modern mening-stil: "Installation", "Returer och byten" */
    text-transform: lowercase !important;
}
.faqgrid .faqtext h3::first-letter {
    text-transform: uppercase;
}
.faqgrid .faqtext h3,
.faqgrid .faqtext p {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

/* Prismatch-/prisgaranti-avsnitt under FAQ-korten */
.prismatch-info {
    margin: 2.5rem 0 0;
    padding: 1.6rem 1.8rem;
    border: 1px solid #ECEEF1;
    border-radius: 16px;
    background: #F7F9FA;
}
.prismatch-info > :first-child {
    margin-top: 0;
}
.prismatch-info h2 {
    margin-bottom: 0.75rem;
}
.prismatch-info h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2C3138;
    margin: 1.3rem 0 0.5rem;
    letter-spacing: 0;
    text-transform: none;
}
.prismatch-info p {
    margin: 0 0 0.75rem;
}
.prismatch-info ul,
.prismatch-info ol {
    margin: 0 0 0.5rem 1.15rem;
    padding: 0;
}
.prismatch-info li {
    margin-bottom: 0.35rem;
}

/* FAQ-sidan: bara responsiv storlek på rubriken – övrig stil (mening-stil, typsnitt)
   ärvs nu från den globala .collection-header h1 så hela temat är enhetligt. */
.collection-header:has(.faqbox) h1 {
    margin-bottom: .25rem;
}
.collection-header:has(.faqbox) h1 span {
    font-size: clamp(1.9rem, 4vw, 2.5rem) !important;
}

.btn-car {
    text-align:center;
    padding:8px;
    border:4px solid #d7eaf0;
    border-radius:100rem;
    letter-spacing:1px;
    width:100%;
}

.banner-btn {
    padding: 0.525rem 0.75rem 0.45rem;
}
.text-white .banner-btn {
    color: #222;
    background-color: #7df481;
}

.text-dark .banner-btn {
   color: #222;
    background-color: #7df481;
}

.product .ribbon.racetrack {
    top:10px!important;
    left:25px!important;
    height:30px!important;
}

.ribbon.racetrack span {
    top:0!important;
    border-radius:30px;
    font-size: 11px!important;
    box-shadow:none!important;
}

#langsDropdown+.dropdown-menu {
    top:0;
    margin-top:0;
    left: 50%;
    transform: translate(-50%, 30px)!important;
}

.lang-flag {
    height:1.5rem;
    width:1.5rem;
}

#langsDropdown .lang-flag {
    height:1rem;
    width:1rem;
}

.footer-contact {
    line-height:2;
}

.footer-contact svg {
    width:30px;
    height:30px;
}

.contact-icon {
    min-width:18px;
    vertical-align: top;
}

.cart-head {
    font-size: 1.75rem;
    font-family: lato, sans-serif;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.3;
    display: block;
}

@media (max-width: 1200px) {
    .cart-head {
        font-size: calc(1.3rem + .6vw);
    }
}

.cart-sum {
    font-size: 1.25rem;
    font-family: lato, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}


.upsell-head {
    text-align:left;
    font-size:16px;
    padding-left:1rem;
    padding-right:1rem;
}

.slider-select {
    width:100%;
}

#cartSlider .cart-title {
    margin-left:0;
    font-size: 0.8rem;
}

.sidebar-cart-footer {
    background-color:#fff;
}

#sidebarCart .modal-body {
    overflow-y:auto;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

.sidebar-cart-product-wrapper {
    overflow-y: unset;
    max-height: unset;
}

#sidebarCart .swiper-outside-nav {
    display:block;
}

.cartPrev.swiper-button-prev {
    left:0;
}

.cartNext.swiper-button-next {
    right:0;
}



.cart-prod {
    border-bottom:1px solid #e9ecef;
}

.cart-prod img{
    max-width:80px;
    width:80px;
}

.cart-prod-buy {
    display:flex;
    flex-wrap:wrap;
    flex-grow:1;
    padding:10px;
}

.cart-prod-buy>* {
    width:100%;
}

.cart-prod .product-btn-addcart {
    max-height: 42px;
    align-self: center;
}

.upsell-wrapper {
    max-height:calc((100vh - 200px) * 0.35);
    overflow-y:auto;
    padding:0 1rem;
}

.sidebar-cart-footer {
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    height:150px;
}

.sidebar-cart-content {
    padding-bottom:150px;
}

.navbar-cart-product {
    padding-top:1rem;
    padding-bottom:1rem;
}

.sidebar-cart-product-wrapper {
    padding-left:0;
    padding-right:0;
}

.qs-product-lowest-price {
    width:100%;
}

.pricehistory-tooltip {
    background-color:#fff!important;
}

.container.text-break:has(.bf-img), .collection-header:has(.bf-img) {
    max-width:100%;
    padding-left:0;
    padding-right:0;
}

.collection-header:has(.bf-img) > * {
    padding-left:15px;
    padding-right:15px;
}

.collection-header p:has(.bf-img) {
    padding-left:0;
    padding-right:0;
}

/* PRODUKTTITEL */
.producttitle-font-size a {
    font-family:  !important;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

/* PRODUKTPRIS */
.product-price {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
}

/* GAMMALT PRIS */
.product-before-price {
    font-size: 14px;
    opacity: 0.6;
}

/* MER LUFT I KORTET */
.product-text {
    padding-top: 14px;
    padding-bottom: 10px;
}

/* LITE TIGHTARE TITEL */
.producttitle-font-size {
    margin-bottom: 4px;
}
/* PRODUKTKORT */
.card {
    transition: transform .15s ease, box-shadow .15s ease;
}

/* HOVER EFFEKT */
.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}
/* BREDARE CONTAINER FÖR MODERNARE LAYOUT */
@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}
.container {
    padding-left: 24px;
    padding-right: 24px;
}
/* MJUK HOVER PÅ PRODUKTBILD */
.product-swap-image-front {
    transition: transform .25s ease;
}

/* LITEN ZOOM VID HOVER */
.card:hover .product-swap-image-front {
    transform: scale(1.04);
}
.start-bannerwithimg .btn {
    padding: 14px 26px;
    font-weight: 600;
    font-size: 16px;
}
.start-bannerwithimg {
    padding-top: 80px;
    padding-bottom: 80px;
}
.start-bannerwithimg h1 {
    font-size: 42px;
    font-weight: 600;
}
.product-description h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 10px;
}
/* Pris */
.product-price {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-top: 6px;
}

/* Gamla priset */
.product-before-price {
    font-size: 16px;
    opacity: 0.6;
}

/* Rabatt */
.product-discount {
    font-weight: 600;
    color: #e53935;
}
.product-price,
.product-price.disc-price {
    font-size: 34px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
}
.product-price {
    margin-top: 8px;
    margin-bottom: 8px;
}
/* PRODUKTSIDA – större pris */
.productpage .product-price,
.productpage .product-price.disc-price,
.product-page .product-price,
.product-page .product-price.disc-price {
    font-size: 30px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

/* KATEGORISIDOR / PRODUKTKORT – mindre pris */
.product-text .product-price,
.product-text .product-price.disc-price,
.card .product-price,
.card .product-price.disc-price {
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .producttitle-font-size a {
        font-size: 16px !important;
        line-height: 1.25;
        font-weight: 600;
    }

    .product-text .product-price,
    .card .product-price {
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.2;
    }

    .product-text .product-before-price,
    .card .product-before-price {
        font-size: 13px !important;
    }

    .product-text p,
    .product-text .product-description,
    .product-text .card-text {
        display: none !important;
    }

    .product-text {
        padding: 10px 8px 8px 8px !important;
    }
}
/* Mindre yttermarginal på mobil i produktlistor */
@media (max-width: 576px) {

    /* mindre ytterkant på sidan */
    .container {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    /* mindre mellanrum mellan produkterna */
    .col-md-3.col-6.product {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

}
@media (max-width: 576px) {

    /* mindre avstånd mellan produkt-rader */
    .col-md-3.col-6.product {
        margin-bottom: 8px !important;
    }

    /* mindre luft ovanför bilden */
    .product-image {
        padding-top: 4px !important;
    }

    /* mindre luft runt texten */
    .product-text {
        padding-top: 6px !important;
        padding-bottom: 4px !important;
    }

}
/* Mobil – samma storlek på första prisraden i produktkort */
@media (max-width: 576px) {

    .product-text .text-base > div:first-child {
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
    }

    .product-text .product-before-price {
        font-size: 13px !important;
    }

}
/* Kategoritext – modernare layout */
.category-hero {
    width: 100%;
    display: block;
    margin: 0 0 24px 0;
    border-radius: 10px;
}

.category-intro {
    max-width: 900px;
    margin: 0 auto 24px auto;
    padding: 0 12px;
    text-align: left;
}

.category-intro h1 {
    font-family: ;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 8px 0;
}

.category-intro h2 {
    font-family: ;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 14px 0;
}

.category-intro p {
    font-family: ;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

/* Mobil */
@media (max-width: 576px) {
    .category-hero {
        margin-bottom: 16px;
        border-radius: 8px;
    }

    .category-intro {
        max-width: 100%;
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .category-intro h1 {
        font-size: 26px;
        margin-bottom: 6px;
    }

    .category-intro h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .category-intro p {
        font-size: 16px;
        line-height: 1.55;
    }
}
/* HERO-bild på kategorisidor */
.category-hero {
    width: 100%;
    margin-bottom: 24px;
}

.category-hero img {
    width: 100%;
    height: auto;
    display: block;
}

/* Introtext */
.category-intro {
    max-width: 720px;
    margin: 0 auto 30px auto;
}

/* Rubriker – använd temats font */
.category-intro h1 {
    font-family: ;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 6px;
}

.category-intro h2 {
    font-family: ;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 14px;
}

.category-intro p {
    line-height: 1.6;
}
/* Kategorisida – hero + modern intro */
.category-hero-full {
    width: calc(100% + 24px) !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-bottom: 24px !important;
}

.category-hero-full img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
}

.category-intro-modern {
    max-width: 760px !important;
    margin: 0 auto 24px auto !important;
    padding: 0 !important;
}

.category-intro-modern h1 {
    font-family: inherit !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin: 0 0 8px 0 !important;
}

.category-intro-modern h2 {
    font-family: inherit !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin: 0 0 14px 0 !important;
}

.category-intro-modern p {
    font-family: inherit !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

@media (max-width: 576px) {
    .category-hero-full {
        width: calc(100% + 12px) !important;
        margin-left: -6px !important;
        margin-right: -6px !important;
        margin-bottom: 16px !important;
    }

    .category-intro-modern {
        max-width: 100% !important;
    }

    .category-intro-modern h1 {
        font-size: 26px !important;
        margin-bottom: 6px !important;
    }

    .category-intro-modern h2 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    .category-intro-modern p {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }
}
/* Ta bort AOS animationer */
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}
/* Samma färg på pris som produktnamn (kategori + startsida) */
.product-text .product-price,
.product-text .product-price.disc-price,
.product-text .product-before-price,
.product-text .product-price *,
.product-text .product-before-price * {
    color: inherit !important;
}
/* =========================
   MODERN NAVBAR 
========================= */

/* Bas – menytext */
.navbar-light .navbar-nav .nav-link {
    font-family:  !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    letter-spacing: 0.02em !important;
    padding: 12px 14px !important;
    position: relative;
}

/* Hover underline animation */
.navbar-light .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 0;
    height: 2px;
    background: #000000;
    transition: width 0.25s ease;
}

.navbar-light .navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* Aktiv meny (tydligare) */
.navbar-light .navbar-nav .active > .nav-link {
    font-weight: 600 !important;
}

/* Lite mer luft i header */
.navbar-bg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Dropdown meny */
.dropdown-menu {
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    padding: 10px 0 !important;
}

.dropdown-item {
    font-size: 14px;
    padding: 10px 18px !important;
}

/* Hover på dropdown */
.dropdown-item:hover {
    background: rgba(0,0,0,0.04);
}

/* Ikoner (sök, konto, kundvagn) */
.navbar-icon {
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.navbar-icon:hover {
    opacity: 1;
}

/* Mobil – lite tightare */
@media (max-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 12px !important;
        font-size: 14px !important;
    }
}

/* ALLA PRISER I RÖTT – startsida, kategorisidor (produktkort) och produktsidor.
   Modern röd #DC2626 som matchar de gröna CTA-accenterna och de neutrala gråtonerna.
   Enhetligar även rabattpriset (.disc-price) till samma röd. Det överstrukna
   jämförelsepriset (.product-before-price) lämnas dämpat/grått med flit.
   !important sätts för att vinna över temats .product-price (color_primary) samt
   den tidigare gröna .product .product-price oavsett CSS-laddningsordning. */
.product-price,
.product .product-price,
.product-text .product-price,
.card .product-price,
.productpage .product-price,
.product-page .product-price,
.swiper-slide.product .product-price,
.product-price.disc-price,
.product .product-price.disc-price {
    color: #DC2626 !important;
}


/* ---- Fördelsboxar: klickbara + Hifi-stil linjeikoner ----
   display:contents låter <a> ärva flex-layouten från .service-column,
   så ikon + text ligger kvar exakt som i de andra boxarna. */
.start-uspsection .usp-link {
    display: contents;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.start-uspsection .usp-link .service-text {
    cursor: pointer;
}

/* Toppjustera ikon + text så längre, radbrytande beskrivningar ser snygga ut */
.start-uspsection .service-column {
    align-items: flex-start;
}
.start-uspsection .service-text {
    white-space: normal;
}

/* Inline linjeikoner (ersätter sprite-ikonerna) */
.start-uspsection .service-icon.usp-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-top: 2px;
    margin-right: 0.85rem;
    stroke: currentColor;
}

/* "Läs mer"-affordans */
.start-uspsection .usp-readmore {
    display: inline-block;
    margin-top: 0.25rem;
    font-weight: 600;
    opacity: 0.9;
}
.start-uspsection .usp-link:hover .usp-readmore {
    text-decoration: underline;
}
.start-uspsection .usp-link:hover h6 {
    text-decoration: underline;
}


/* ============================================================
   Produktsida: USP-symboler + Prismatch-panel (drawer)
   ============================================================ */
.product-usps {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.product-usp {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #2C3138;
    line-height: 1.35;
    /* ingen egen font-size – ärver bastextstorleken så den matchar t.ex. leveranstid ovanför */
}
.product-usp svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    color: #3B4754;
}
.product-usp a {
    color: inherit;
    text-decoration: underline;
}
/* Klickbar Prismatch-USP */
.product-usp.pm-trigger {
    cursor: pointer;
    border: none;
    background: none;
    text-align: left;
    width: 100%;
}
.product-usp.pm-trigger .pm-trigger-more {
    margin-left: auto;
    font-size: 0.85rem;
    font-weight: 600;
    color: #3B4754;
    white-space: nowrap;
}
.product-usp.pm-trigger:hover span:first-of-type,
.product-usp.pm-trigger:hover .pm-trigger-more,
.product-usp.pm-trigger:focus-visible .pm-trigger-more {
    text-decoration: underline;
}

/* Overlay */
.pm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(16, 24, 40, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1050;
}
.pm-overlay.open {
    opacity: 1;
    visibility: visible;
}
/* Slide-in-panel från höger */
.pm-drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 420px;
    max-width: 92vw;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.28s ease;
    z-index: 1060;
    overflow-y: auto;
    box-shadow: -8px 0 30px rgba(16, 24, 40, 0.18);
    display: flex;
    flex-direction: column;
}
.pm-drawer.open {
    transform: translateX(0);
}
.pm-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #ECEEF1;
    position: sticky;
    top: 0;
    background: #fff;
}
.pm-drawer-head h2 {
    margin: 0;
    font-size: 1.4rem;
}
.pm-drawer-close {
    border: none;
    background: none;
    font-size: 1.9rem;
    line-height: 1;
    cursor: pointer;
    color: #6B7280;
    padding: 0 0.25rem;
}
.pm-drawer-close:hover {
    color: #111;
}
.pm-drawer-body {
    padding: 1.4rem 1.5rem 2rem;
}
.pm-drawer-body .pm-lead {
    font-weight: 600;
    font-size: 1.05rem;
    margin: 0 0 1rem;
}
.pm-drawer-body h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2C3138;
    margin: 1.3rem 0 0.5rem;
    letter-spacing: 0;
    text-transform: none;
}
.pm-drawer-body ol,
.pm-drawer-body ul {
    margin: 0 0 0.5rem 1.15rem;
    padding: 0;
}
.pm-drawer-body li {
    margin-bottom: 0.4rem;
}
.pm-drawer-link {
    display: inline-block;
    margin-top: 1rem;
    font-weight: 600;
    color: #2C3138;
}
body.pm-open {
    overflow: hidden;
}