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

/*
* ===================================================
* Default variables
* ===================================================
*/
:root {prod
  --blue: #1e90ff;
  --white: #ffffff;
  --darktext: rgb(0, 0, 0);
  --darkbg: #111111;
  --grey: #7c7c7c;
  --lightgrey: #fbfcf9;
  --transparent: #ffffff00;
  --lightoutline: #e2e8f0;
  --darkoutline: rgb(73, 74, 74);
  --softoutline: #eee;
  --success: #28a745;
  --green: #d8e7d5;
  --gradient: linear-gradient(
  90deg,
  #fdfdfd 0%,
  #f8f8fb 20%,
  #f3f7fa 40%,
  #f8f6fb 60%,
  #fdfdfd 100%
);
    --accentbg: #1f1f1f;
    --bgwhite: #fff;

  --wide: "ital" 0, "wdth" 130;
  --normal: "ital" 0, "wdth" 110;
  
  --xsmall: 14px;
  --small: 16px;
  --medium: 20px;
  --mediumlarge: 28px;
  --big: 36px;
  --bigger: 64px;
  --biggest: 100px;
  
  --thin: 100;
  --regular: 200;
  --bold: 500;
  --bolder: 700;
  --boldest: 950;

  --heading-font: "Nexa", sans-serif;
  --bodytext-font: ;
    
  --padding-small: 1rem;
  --padding-medium: 1.5rem;
  --padding-large: 2.5rem;
  
  --flexbox-gap: 1rem;
}

/*
* ===================================================
* Font styles
* ===================================================
*/

h1, h2, h3 {
    font-family: var(--heading-font);
}

[data-qb-page="start"] h1 {
}

@media (max-width: 480px) {
  .hero-content-box h1 {
    font-size: var(--big);
  }
}
.related-products-title, [data-qb-page="product"] h1, [data-qb-page="contact"] h3, [data-qb-page="product"] h3, .related-products-text {
    font-size: var(--big);
    font-weight: var(--bolder);
    text-transform: normal;
    
}

[data-qb-page="list"] h1 {
    margin-bottom: 20px !important;    
}


[data-qb-page="list"] .sidebar-title, #sidebarCart h3, [data-qb-page="list"] h3 {
    font-size: var(--medium);
    font-weight: var(--bolder);
    padding-bottom: 20px;
    text-transform: none;
}

h3 {
    font-size: var(--medium);
    font-weight: var(--regular);
}

h4, .producttitle-font-size, .navbar-cart-product .navbar-cart-product-link, [data-qb-page="list"] h3  {
    font-size: var(--small);
    font-weight: var(--bold);
    text-transform: none;
}
.product-price {
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
}

.sidebar-title {
    font-size: var(--small);
    font-weight: var(--bolder);
    text-transform: none;
}

#product .product-price {
    padding-top: 20px;
}

.h5, .product-prev-price,   .productfield_1, .productfield_2, .productfield-delivery-date {
    font-size: var(--xsmall);
    font-weight: var(--regular);
}

.productfield-delivery-date {
    
}


.producttitle-font-size {
    margin-bottom: 0;
}
  
  .productfield_1, .productfield_2 {
    padding: 0 10px;
    }
.product-current-supplier {
    font-size: 13px;
    font-weight: var(--thin);
    text-transform: uppercase;
}

.related-products-title {
    display: block;
    margin-top: 0 !important;
}


/*
* ===================================================
* Search
* ===================================================
*/
.search-wrapper {
    border-radius: 2px !important;
}
.searchbar_hero-section .input-group {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    @media (max-width: 479px) { 
    width: 100%;
    margin-left:0;
    margin-right: 0;
}
}
    .hero-content .search-autocomplete-list {
    display: none;
  }
@media (max-width: 479px) {
    .hero-content .col-auto {
        padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .hero-content .search-autocomplete-form {
    position: relative !important;
    width: 100%;
    top: auto !important;
    left: auto !important;
    background: var(--transparent) !important;
    z-index: 89;
    
  }
    .hero-content .search-autocomplete-form .search-wrapper {
    display: inline-flex !important;
  }

}

.search-autocomplete-list {
    z-index: 100 !important;
}

/*
* ===================================================
* Colors
* ===================================================
*/

.text-grey, .product-current-supplier, .product-current-sku, .product-quantity {
    color: var(--grey) !important;
}
.color-text-base, .product-stock-text, .related-products-text, .product-price {
    color: var(--darktext) !important;
}

.footer-textcolor, .footer-textcolor:hover, #taxDropdown, .taxlink {
    color: var(--white) !important;
}

/*
* ===================================================
* General
* ===================================================
*/

html, body {
    background-color: var(--lightgrey);
}

/*
* ===================================================
* Breadcrumbs
* ===================================================
*/

.pt-lg-4, .py-lg-4 .breadcrumb{
    padding-top: 0 !important;
}

.breadcrumb, [data-qb-page="list"] .breadcrumb {
    padding-bottom:var(--padding-medium);
    margin-bottom: 0rem !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/" !important;
}

.breadcrumb-item a, .breadcrumb-item.active {
        position: relative;
        z-index: 10;
}

[data-qb-page="product"] .breadcrumb-item a, [data-qb-page="product"] .breadcrumb-item.active, [data-qb-page="product"] .breadcrumb-item + .breadcrumb-item::before {
    color:var(--darkbg) !important;
    
}


/*
* ===================================================
* Hero-section
* ===================================================
*/

.container {
    padding-left: 100px;
    padding-right:100px;
    max-width: 100vw !important;
}

.category-description:not(:has(p)) {
  display: none;
}

.hero-content .hero-heading {
    font-size: var(--bigger);
    font-weight: var(--bolder);
    text-transform: normal;
    margin-bottom: 0 !important;
@media (max-width: 479px) {
    font-size: var(--bigger) !important;
    text-align:left;
}
    
}

.hero-content-box {
  justify-content: center;
  padding-bottom: 15px !important;
  border-bottom: 1px solid var(--softoutline);
}

.category-description p {
    padding-bottom: 0 !important;
}

.hero-content-box h1, .category-description p {
  max-width: 60vw;
  
  @media (max-width: 768px) {
    max-width: 100vw;
    }
}

.hide-image img {
    display: none !important;
}

/*
* ===================================================
* Product-grid
* ===================================================
*/

.grid-item-bottom-wrapper {
  display:flex !important;
  flex-direction: column !important;
  -ms-flex-direction: column;
  justify-content: space-between !important;
  flex: 1;
  padding: 20px !important;
}



.product-current-stock-status, .product-list-before-price-stock-container p {
    font-size: 0.8rem;
}

.product-list-before-price-stock-container p {
    font-size: 0.8rem;
    margin-top: revert !important;
    margin-bottom: 0 !important;
}

.product-wrapper-top {
    padding-bottom: 0;
}

.product-current-stock-status {
    height: fit-content;
    color: var(--darkoutline !important);
}

@media (max-width: 768px) {
    .row .product {
        padding: 5px !important;
    }
    .grid-item-bottom-wrapper {
         padding: 10px !important;
    }
}

/*
* ===================================================
* Produktside
* ===================================================
*/

#product {
    background-color: var(--lightgrey);
    padding-bottom: 0 !important;
}

.img-fluid {
    width:100%;
}

.product-page-bottom-banner {
    display: flex;
    padding:20px;
    background-color:var(--accentbg);
    color: white !important;
    vertical-align: center;
    content-align:middle;
    justify-content: center;
    align-items:center;
    min-height: 250px;
}
.product-page-bottom-banner a {
    color: white !important;
    text-decoration: underline !important;
}
.product-page-text-wrapper {
    text-align: center;
    padding: 100px 0 ;
}

.info-review-section {
    background-color: white;
    padding: 20px;
}

.product-page-price {
    font-size:40px !important;
}

/*
* ===================================================
* -
* ===================================================
*/

.product-current-supplier {
    text-transform: uppercase;
}

.hero-img {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0,0, 0, 0.5)), url("https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/35315d/files/673-202408151054242.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 60vh;
    text-align: center;
    align-content: center;
}

.navbar.py-0 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.icon-count {
    background-color: var(--white);
    color: var(--darkbg) !important;
}
.img-logo {
    max-height: 20px !important;
    
    @media (max-width: 992px) {
    max-height: 30px;
}
}

/*
* ===================================================
* Marg og avstand
* ===================================================
*/

.footer-bottom-row {
    padding-top: var(--padding-medium);
    padding-bottom: var(--padding-medium);
}

/*
* ===================================================
* Underkategorier på kategorisider
* ===================================================
*/


.categorylist-container img {
    display:none;
}
.category_description-2 img {
    object-fit: cover;
    border-radius: 5px;
}

.categorylist {
    text-align: left;
}

.category_buttonarea a {
    display: block; /* Makes the link cover the full area */
    padding: 8px;
    justify-content: center;
    margin-bottom: 0 !important;
}

.category_buttonarea a:hover {
    background-color: var(--softoutline);
    border-radius: 50px;
    padding-left: 15px;
    opacity: 0.8 !important;
}

.productsort, .productfilter, .category_buttonarea a {
    font-family: "Nexa", sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.category_buttonarea {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

@media (max-width:1200px) {
.category_buttonarea a {
    font-size: 14px;
}
}

.category_buttonarea a:after {
    content: "\f105"; /* Unicode for Font Awesome right arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 15px;
}

@media (max-width:1400px) {
.category_buttonarea a:after {
    padding-left: 10px;
}
}

.pt-3 {
    padding-top: 1.5rem !important;
}

/*
* ===================================================
* Main nav
* ===================================================
*/
.header .nav-link {
    font-size: 14px;
    font-weight: 500 !important;
    font-family: var(--heading-font);
    color: var(--white) !important;
    
    @media (max-width: 1024px) {
    color: var(--darktext) !important;
}
    
}

.header .nav-link .mobile-nav-link {
    color: blue !impo;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
      gap: 25px;
  }

    
}

.navbar-placeholder {
    height: 0 !important;
}
.navbar-brand {
    font-size: 0rem !important;
}


.dropdown-toggle:after {
    display: none !important;
}
.navbar-bg {
    position: relative;
    z-index: 99;
    background-color: var(--transparent) !important;
    border-top: 0px solid var(--darkoutline);
    border-top-width: 1px;
}

.container-wide {
    padding-left: 50px;
    padding-right: 50px;
}

.navbar-container {
    padding: 0 35px;
    @media (max-width: 479px) {
        padding: 0 0px;
    }
}

#button-search-desktop {
    color: var(--darkbg) !important;
    -webkit-box-shadow:inset 0px 0px 0px 1px var(--white);
    -moz-box-shadow:inset 0px 0px 0px 1px var(--white);
    box-shadow:inset 0px 0px 0px 1px var(--white);
    color: var(--white) !important;
}
@media (max-width: 479px) {
.navbar .order-0, .navbar .order-2 {
    flex-grow: 0 !important;
}
 
}


.dropdown-menu {
    background-color: var(--darkbg);
    color: var(--darkbg);
    position: relative;
    z-index: 98;
    box-shadow: 3px 0.5rem 0.4rem rgba(0, 0, 0, 0.3);
}

.nav-item .mobile-nav-link a, .dropdown .nav-links, .modal-body .dropdown a {
        color: var(--darkbg)!important;
}
.dropdown-item {
    color: var(--white);
}
.dropdown-item:hover, .nav-link:hover{
    text-decoration: underline;
    text-underline-offset: 7px;
    color: var(--lightgrey) !important;
}

.dropdown-item.active {
    color: var(--lightgrey) !important;
}

.swiper-button-next, .swiper-button-prev {
  position: relative !important; /* keep inside wrapper */
  display: inline-flex;           /* sit next to each other */
  transition: all 0.6s ease-in-out !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 30px;                   /* optional if you want square buttons */
  left: auto !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
  background-color: var(--darkbg);
}
.swiper-button-prev {
    
}
.swiper-button-wrapper {
    display: flex;
  justify-content: flex-end; /* push to the right */
  gap: 10px; /* spacing between buttons */
  position: relative; /* keeps buttons inside wrapper */
  margin-bottom: 20px; /* optional, spacing below wrapper */
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='103'%20height='103'%20viewBox='0%200%20103%20103'%3E%3Cg%20id='Group_621'%20data-name='Group%20621'%20transform='translate(-2717.168%20795.832)'%3E%3Crect%20id='Rectangle_1416'%20data-name='Rectangle%201416'%20width='103'%20height='103'%20rx='5'%20transform='translate(2717.168%20-795.832)'%20fill=''/%3E%3Cpath%20id='Polygon_1'%20data-name='Polygon%201'%20d='M27.9,2.114a2,2,0,0,1,3.192,0L56.58,35.865a2,2,0,0,1-1.6,3.205H4.016a2,2,0,0,1-1.6-3.205Z'%20transform='translate(2791.738%20-773.832)%20rotate(90)'%20fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}

.swiper-button-prev{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='103'%20height='103'%20viewBox='0%200%20103%20103'%3E%3Cg%20id='Group_622'%20data-name='Group%20622'%20transform='translate(2820.168%20-692.832)%20rotate(180)'%3E%3Crect%20id='Rectangle_1416'%20data-name='Rectangle%201416'%20width='103'%20height='103'%20rx='5'%20transform='translate(2717.168%20-795.832)'%20fill=''/%3E%3Cpath%20id='Polygon_1'%20data-name='Polygon%201'%20d='M27.9,2.114a2,2,0,0,1,3.192,0L56.58,35.865a2,2,0,0,1-1.6,3.205H4.016a2,2,0,0,1-1.6-3.205Z'%20transform='translate(2791.738%20-773.832)%20rotate(90)'%20fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.product-swap-image-front, .product-swap-image-back, .similar-slider .swiper-slide img  {
    width: 100% !important;
    height:265px !important;
    object-fit: contain !important;
    background-color: var(--bgwhite);
}

.product-stock {
    font-size: 14px;
    color: black;
    font-family: Verdana;
}

/* - - - Produktside - - - */

.addon-product-container {
    margin-top: 25px;
    background-color: var(--white);
}

.aspect-ratio-box {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.aspect-ratio-box img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    background-color: var(--bgwhite);
    position: absolute;
    top: 0;
    left: 0;
   border-radius: 20px;
}

/* All dark buttons */
    .navbar-checkout-btn:hover, .navbar-checkout-btn:focus, #watchers-add-btn:focus, #watchers-add-btn:hover, #checkout-page .button-next {
        box-shadow: 
        inset 0 0 0 2px var(--darkbg),
        inset 0 0 0 3px var(--white);
    }
    .navbar-checkout-btn, .contact-btn, #watchers-add-btn, #checkout-page button {
        background-color: var(--darkbg) !important;
        background: var(--darkbg) !important;
        color: var(--white) !important;
        border-color: none !important;
        opacity: 1 !important;
        border-radius: 50px;
        transition: box-shadow 0.2s ease, border 0.2s ease;
    }
    .text-hover-primary, .navbar-checkout-btn .text-hover-primary, #watchers-add-btn .text-hover-primary, #checkout-page .button-next{
        color: var(--white) !important;
    }
    
/* All light buttons */
   .product-info-btn:hover, .product-info-btn:focus  {
        background-color: var(--lightgrey) !important;
    }
    .product-info-btn {
        background-color: var(--white) !important;
        background: var(--white) !important;
        color: var(--darkbg) !important;
        border-color: none !important;
        opacity: 1 !important;
        border-radius: 50px;
        transition: background-color 0.2s ease, border 0.2s ease;
    }
    .product-info-btn .text-hover-primary {
        color: var(--darkbg) !important;
    }
/* All colored buttons */
   .product-buy-btn:hover, .product-buy-btn:focus  {
        background-color: var(--darkbg) !important;
        background-color: var(--darkbg) !important;
        color: var(--bgwhite) !important;
    }
    .product-buy-btn  {
        background-color: var(--bgwhite) !important;
        background: var(--bgwhite) !important;
        color: var(--darkbg) !important;
        border: 1px solid var(--darkbg) !important;
        border-radius: 50px;
        opacity: 1 !important;
        transition: background-color 0.2s ease, border 0.2s ease;
    }
    .purchase-btn  {
        color: var(--darkbg) !important;
         border: none !important;
    }
     .purchase-btn:hover,  .purchase-btn:focus,   {
        background-color: var(--lightgrey) !important;
    }
.modal-content {
    background-color: var(--white);
}

.navbar .color-text-base, .navbar-light, .navbar-nav, .nav-link, .navbar .color-text-base {
    color: var(--white) !important;
}
.header-bgcolor {
    background-color: var(--darkbg) !important;
}
.button-search-desktop {
    background-color: var(--white) !important
    border-left: 1px solid var(--softoutline);
}
.headertwo_searchinput {
    max-width: 50%;
}
.search-autocomplete-list {
    
}
.navbar-light {
    z-index: 25;
    position: relative;
}

.navbar-cart-product {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid var(--grey) !important;
}

.fa .stock-icon {
    font-size: 0.85rem !important;
    vertical-align: middle !important;
}

.fa-circle {
    font-size: 0.55rem !important;
    vertical-align: middle !important;
    padding-bottom: 1px;
    padding-right: 2px;
    color: var(--success) !important;
}

.product-price-wrapper {
    width: 100% !important;
}

.product-stars {
    opacity: 1 !important;
    transform:none !important;
    position:relative !important;
    top:5px;
}

.text-success {
    text-align: left;
}

.product-price p, .opacity-7 p {
    margin-bottom:0;
}
.opacity-7 {
    text-decoration:none;
}
.mt-6 hr {
    background-color: var(--transparent) !important;
}

.product-contact-box {
    margin: 20px 0;
}
.swiper-container {
    padding: 10px !important;
}
.swiper-slide .product {
  height: 100%;
  background-color: white;
  max-width: 100% !important;
}
.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.bg-gradient {
    background: var(--gradient);
}

.swiper-slide {
  height: auto !important;
  display: flex;
}

.swiper-slide > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-grid img, .product-frontpage img {
    height: 200px !important;
    object-fit: contain !important;
}

.swiper-thumb-item {
    max-width: 60px !important;
}

.swiper-slide .swiper-slide-active {
    height:100%;
}



[data-qb-page="start"] .hero-content {
    background-color: var(--transparent) !important;
}

/* For at produktbilder på produktside skal vises */
.aspect-ratio-box .swiper-container, .aspect-ratio-box .detail-carousel {
    height:100% !important;
}

.productpage-info-box-1,.productpage-info-box-2  {
    padding:40px 25px;
    height: fit-content;
    background-color: var(--lightgrey);
    border-radius: 20px;
}

.productpage-info-box-1 {
    margin-bottom: 25px;
}

.productpage-info-box-1:has(.itshop-review:empty) {
    display: none;
}

.productpage-info-section {
    background-color: var(--bgwhite);
}

.productpage-info-section-row-right {
    margin: 50px 0;
}
.productfield_info_container {
    padding: 50px;
    border-radius: 20px;
    background-color: var(--green);
}
.productfield_info_container:has(.productfield_info_1:empty) {
    display: none;
}

/*
* ===================================================
* Produkbeskrivelse / informasjon på produktside
* ===================================================
*/

#description h1, #description h2, #description h3, #description h4, #description h5 {
    font-size: 1.10rem;
    font-weight: bold;
    padding-top: 25px;
}

/*
* ===================================================
* Page-landing
* ===================================================
*/

.start-uspsection {
    margin-bottom: 20px;
}

.product-frontpage, .product-page-swiper {
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}

.product-frontpage {
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  
  -ms-flex: 0 0 calc(20% - var(--flexbox-gap));
  flex: 0 0 calc(20% - var(--flexbox-gap));
  max-width: calc(20% - var(--flexbox-gap));

  @media (max-width: 1024px) {
    -ms-flex: 0 0 calc(33,33% - var(--flexbox-gap));
    flex: 0 0 calc(33,33% - var(--flexbox-gap));
    max-width: calc(33,33% - var(--flexbox-gap));
  }

  @media (max-width: 768px) {
    -ms-flex: 0 0 calc(50% - var(--flexbox-gap));
    flex: 0 0 calc(50% - var(--flexbox-gap));
    max-width: calc(50% - var(--flexbox-gap));
  }

  @media (max-width: 576px) {
    -ms-flex: 0 0 calc(50% - var(--flexbox-gap));
    flex: 0 0 calc(50% - var(--flexbox-gap));
    max-width: calc(50% - var(--flexbox-gap));
  }
}

/*
* ===================================================
* Page-category
* ===================================================
*/

.pt-3 .row, .collection-header .row {
  gap: var(--flexbox-gap);
  margin-left: 0;
}

.product-grid {
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  
  -ms-flex: 0 0 calc(33.333% - var(--flexbox-gap));
  flex: 0 0 calc(33.333% - var(--flexbox-gap));
  max-width: calc(33.333% - var(--flexbox-gap));

  @media (max-width: 1024px) {
    -ms-flex: 0 0 calc(50% - var(--flexbox-gap));
    flex: 0 0 calc(50% - var(--flexbox-gap));
    max-width: calc(50% - var(--flexbox-gap));
  }

  @media (max-width: 768px) {
    -ms-flex: 0 0 calc(50% - var(--flexbox-gap));
    flex: 0 0 calc(50% - var(--flexbox-gap));
    max-width: calc(50% - var(--flexbox-gap));
  }

  @media (max-width: 576px) {
    -ms-flex: 0 0 calc(50% - var(--flexbox-gap));
    flex: 0 0 calc(50% - var(--flexbox-gap));
    max-width: calc(50% - var(--flexbox-gap));
  }
}

.productsort {
    margin-top: var(--padding-medium);
}

.productfilter {
    width: 100%;
    margin-bottom: 8px;
}

.productsort, .productfilter {
    display:block;
    background-color: var(--bgwhite);
    padding: 5px 10px;
}


.list-wrapper {

    @media (max-width: 768px) {
      padding-left:0;
    }
}

.category-content-wrapper {
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  align-items: flex-start;
  margin-bottom: 100px;
 
  @media (max-width: 768px) {
    flex-direction: column !important;
    -ms-flex-direction: column;
  }
}

/*
* ===================================================
* Element-sort-by
* ===================================================
*/
.productsort {
    border: none;
    background-color: var(--transparent);
    font-size: 16px;
}

/*
* ===================================================
* Element-product-card
* ===================================================
*/

.product {
  box-sizing: border-box;
  background-color: var(--bgwhite);
  margin-bottom: 0;
  border:1px solid var(--softoutline);
}

.product:hover {
    border:1px solid var(--darkbg);
}

.product-wrapper-bottom {
    
  @media (max-width: 576px) {
    position:absolute !important; 
    bottom:25px; 
    right:25px;
    justify-content: space-between;
    padding: 25px;
  }

  @media (max-width: 768px) {
    position: relative !important; 
    bottom: 0 !important; 
    right: auto !important;
  }
}

.product-image {
    width: 100% !important;
}

.product-tags, .product-tags-productpage {
    gap: 5px !important;
    z-index: 20 !important;
}
.product-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
[class^="productfield_tag_"] {
    background-color: var(--green);
    color: var(--darktext);
    border-radius: 2px;
    width: fit-content;
    padding: 4px 10px;
    margin-bottom: 0 !important;
    font-size: 13px;
}
[class^="productfield_info_"] {
}
.productfield_tag_1:empty, .productfield_tag_2:empty  {
    display: none;
}

.product a {
  word-break: break-word;
}

.product-list-stock-container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.product-list-before-price-stock-container {
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
}

.product-list-price-container {
  display: flex; 
  flex-direction: row; 
  -ms-flex-direction: row;
  justify-content: space-between; 
  align-items: end;
}

.product-list-price-container p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*
* ===================================================
* Element-sidebar
* ===================================================
*/


.sidebar-wrapper {
  flex: 0 0 24% !important;
  position: sticky;
  top: 0;
  max-height: 100vh;
  height: 100vh;
  border-right: 1px solid var(--softoutline);
  overflow: hidden;
  margin-right: 20px;

  /* Scrollable inner content gradients */
  @media (min-width: 768px) {
    &::before,
    &::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 30px;
      pointer-events: none;
      z-index: 2;
    }

    &::before {
      top: 0;
      background: linear-gradient(to bottom, var(--lightgrey), transparent);
    }

    &::after {
      bottom: 0;
      background: linear-gradient(to top, var(--lightgrey), transparent);
    }
  }
  @media (max-width: 768px) {
    position: relative;
    top: auto;
    border-right: none;
    flex: 0 0 1;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  
  @media (max-width: 480px) {
  }

  .sidebar {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 20px 200px 5px;

    @media (max-width: 768px) {
      overflow: hidden;
      -webkit-overflow-scrolling: none;
      padding: 5px 5px 0 0;
      padding-bottom: 0px;
    }
  }

  /* Filters wrapper inside sidebar */
  .sidebar-filter-wrapper {
    padding: 0;
  }
}
.category_buttonarea a:after {content:"" !important;}

.sidebar-wrapper:not(:has(.categorylist-container, .productfilter)) {
  display: none;
}
.sidebar:has(:not(.categorylist-container):not(.productfilter)) ~ div [data-aos="zoom-in-up"].product-list-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebar-categories-wrapper:not(:has(.categorylist-container)) {
  display: none;
}

.sidebar-filter-wrapper:not(:has(.productfilter)) {
  display: none;
}

.sidebar-categories-wrapper {
    margin-right: 20px;
}


  /* Filters wrapper inside sidebar */
  .sidebar-filter-wrapper {
    padding: 0;
  }
}

.sidebar-wrapper:not(:has(.categorylist-container, .productfilter)) {
  display: none;
}
.sidebar:has(:not(.categorylist-container):not(.productfilter)) ~ div [data-aos="zoom-in-up"].product-list-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebar-categories-wrapper:not(:has(.categorylist-container)) {
  display: none;
}

.sidebar-filter-wrapper:not(:has(.productfilter)) {
  display: none;
}

.sidebar-categories-wrapper {
    margin-right: 20px;
}

.categorylist-container {
    width: 100%;
    margin-left: 15px;
}


/*
* ===================================================
* Element-swiper-slide
* ===================================================
*/

.row .product, [data-qb-page="product"] .swiper-slide .product {
   padding: 0 !important;
}

.product-page-swiper {
    
}

.collection-header .row {
        padding-bottom: 20px !important;
    }














/*
* ===================================================
* CONTACT US PAGE
* ===================================================
*/


[data-qb-page="contact"] .page-contact {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/35315d/files/kart.png");
    background-size: cover;
    background-position: center;
    margin-top: -80px;
    margin-bottom: -80px;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
[data-qb-page="contact"] .page-contact-company-info, [data-qb-page="contact"] .breadcrumb-item a, [data-qb-page="contact"] .breadcrumb-item, [data-qb-page="contact"] .breadcrumb-item::before {
    color: white !important;
} 

[data-qb-page="contact"] .ml-auto {
    background-color: var(--lightgrey);
    padding: 80px 50px;
    max-width: 50vw;
    border-radius: 20px;
    margin-bottom: 50px;
    outline: 1px var(--lightfrey) solid;
    outline-offset: 4px;
    margin-left: 0 !important;
}

#contact-form .form-control.form-control-underlined {
    border: 1px solid var(--darkoutline);
    padding: 6px 15px;
}



/*
* ===================================================
* Footer
* ===================================================
*/

footer {
    background-color: var(--darkbg) !important;
    color: var(--white) !important;
    border-top: 0px solid var(--darkoutline);
    border-top-width: 1px;
}

.footer-bottom-row {
    border-top: 0px solid var(--darkoutline);
    border-top-width: 1px;
}

.row.py-4.align-items-center.footer-newsletter{
    border-top: 0px solid var(--darkoutline);
    border-top-width: 1px;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}



footer .input-group {
    border-radius: 5px;
}

footer h6 {
    width: fit-content;
    padding-bottom: 10px;
}

footer .py-4 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.footer-column {
    border-right: 0px solid var(--darkoutline);
    border-right-width: 1px;
    padding: 1.5rem 1.5rem ;
}
footer .last-column {
    border-right-width: 0 !important;
}

.block-toggler, .block-toggler:focus, .block-toggler:hover,  .block-toggler.active, .block-toggler[aria-expanded="true"] {
    color:  var(--lightgrey);
}

.block-toggler:hover .block-toggler-icon:before, .block-toggler[aria-expanded="true"] .block-toggler-icon:before, .block-toggler .block-toggler-icon:after, .block-toggler .block-toggler-icon:before, .block-toggler:hover .block-toggler-icon:after, .block-toggler[aria-expanded="true"] .block-toggler-icon:after {
    background-color: var(--lightgrey);
}
@media (max-width: 768px) {
.footer-column {
    border-right-width: 0px;
    padding: 0 20px;
}


}
/*
* ===================================================
* Media queries
* ===================================================
*/
@media (min-width: 1200px) {

}

/* Tablet: 3 items per row */
@media (max-width: 1024px) {
    .product-wrapper-top {
        padding-bottom: 40px !important;
        right: auto !important;
        bottom: auto !important;
    }
      .product-list-before-price-stock-container {
      display: flex;
      flex-wrap: wrap !important;
      flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse;
      align-content: flex-start !important;
  }
  .product-swap-image-front, .product-swap-image-back {
      height: auto !important;
  }
          .product-price {
        font-size: 28px !important;
    }
}

@media (max-width: 768px) {

  .productpage-info-section-row-right {
    position: relative !important;
    top: auto !important:;
    background-color: var(--white);
    }
  .pt-3 .row, .collection-header .row {
      margin-right: -20px !important;
  }
  .product-list-before-price-stock-container {
      padding-left: 7px !important;
  }
    .product-list-price-container p {
        margin: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
        .product-price {
        font-size: 18px !important;
    }
        .sidebar {
        padding-right: 0 !important;
        padding-bottom: 25px;
    }
    
    
    .product-grid img {
        height: 150px !important;
    }


  
  .product-stars {
      display: block !important;
  }



    .related-products-title {
    font-size: 30px !important;
    }
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    [data-qb-page="contact"] .ml-auto {
        max-width: 100vw;
        padding: 30px 20px;
    }
}




/*
* ===================================================
* Diverse
* ===================================================
*/


.qb-custom-wrapper .display {
    color:white !important;
}

.sidebar-cart-footer {
    border-top: 0px solid var(--darkoutline);
    border-top-width: 1px;
}

.sidebar-cart-product-wrapper {
    max-height: calc(calc(var(--vh, 1vh) * 100) - 282px) !important;
}

.hero-content .lead {
    width:100% !important;
    font-size: 1rem !important;
}

[data-qb-page="product"] {
    overflow-x: hidden;
}

[data-qb-page="product"] .nav-link{
    color: var(--white) !important;
}
[data-qb-page="product"] .productpage-info-section-row-left .nav-link{
    color: var(--darktext) !important;
}

[data-qb-element="product_ctabtn_text"] {
    color: var(--white) !important;
}

.mb-md-3, .my-md-3 {
    margin-bottom: 0 !important;
}