

.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  color: var(--icon-color, #2E2E2E);
  transition: color 0.3s ease;


}

.icon-nav {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: inherit;
  transition: color 0.3s ease;
  position: relative;
  top: 5px;
  margin-right: 5px;


}


.icon-kontakt {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: inherit;
  transition: color 0.3s ease;
  position: relative;
  margin-right: 10px;
  top: 5px;


}



.icon-load {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: var(--footer-icon);
  transition: color 0.3s ease;
  position: relative;
  margin-right: 10px;
  top: 5px;


}


.icon-add {
  width: 20px;
  height: 20px;
  display: inline-block;
  transition: color 0.3s ease;
  position: relative;
  margin-left: 10px;
  top: 0px;


}


.icon-footer {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: var(--footer-icon);
  transition: color 0.3s ease;


}


.icon--large {
  width: 48px;
  height: 48px;
}

.icon-val {
    width: 80px;
    position: relative;
    top: 15px;
}

.icon--green {
  color: #2a513f;
}

.icon:hover {
  color: #6DB388;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: var(--mork);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: var(--isvit);
}

/* Rubriker */
h1 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: -0.05em;
  color: var(--mjukt-kol);
  margin-bottom: 1rem;
  line-height: 1.2;
  position: relative;
}





h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: var(--mjukt-kol);
  margin-bottom: 0.8rem;
    line-height: 2.8rem;
}

h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.025em;
  color: var(--mjukt-kol);
  margin-bottom: 0.7rem;
}

h4 {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: var(--mork);
  margin-bottom: 0.6rem;
}

p {
	font-size: 16px;
}

strong {
	font-weight: 600;
}

/* Länkar */
a {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--bla);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.center { text-align: center;}




.scale {width: 100%;height: 100%;}

/* FLYTTA SIDA UNDER NAV */
.page {margin-top: 80px;}






/* === Age Verification Overlay  START === */

#age-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 1rem;
  box-sizing: border-box;
}

/* Innehållsrutan */
.age-box {
  background: var(--isvit);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  max-width: 420px;
  width: 100%; /* gör att den kan krympa på små skärmar */
  box-shadow: 0 5px 25px rgba(0,0,0,0.25);
}

.age-box h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--mjukt-kol);
  margin-bottom: 1rem;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.age-box p {
  color: var(--mork);
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 2rem;
  line-height: 1.6;
  text-align: center;
}

.age-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.age-buttons .cta {
  border: 2px solid var(--mork);
  border-radius: 20px;
  padding: 0.8rem 2rem;
  background: transparent;
  color: var(--mork);
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

.age-buttons .cta:hover {
  background: var(--mork);
  color: var(--isvit);
}

.age-buttons .underage {
  opacity: 0.6;
}

/* === Age Verification Overlay  END === */




/* SINGEL PRODUCT CSS START */

/* --- Produktbild-sektion --- */
.product-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 12px;
}

/* --- Huvudbild --- */
.product-main-image {
    width: 100%;
    padding-top: 100%; /* kvadratisk */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 12px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: opacity 0.3s ease;
}

.product-main-image.fade-out {
    opacity: 0;
}

.product-main-image.fade-in {
    opacity: 1;
}



.prod-card-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
}

.campaign-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    
    z-index: 2;
}



/* --- Galleri thumbnails --- */
.product-gallery {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.product-gallery-image {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-gallery-image:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.product-gallery-image.active {
    outline: 2px solid #2e7d32;
    outline-offset: 2px;
}

/* --- Produktdata (högerkolumnen) --- */
.produkt-data-wrapper {
	padding-left: 40px;
	padding-right: 20px;
	position: relative;
}

h1.product_title.entry-title {
	font-size: 35px;
}

ul.prouct-data-list {
	list-style: circle;
	margin: 0;
	padding: 0;
}

ul.prouct-data-list li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}

/* --- Prisblock --- */
.product-price {
	font-size: 1.2rem;
	margin: 20px 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 20px 0;
}

.our-pirce {
	font-size: 22px;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
}

.product-ref-price {
	font-size: 16px;
}

.original-price {
	color: #8e8e8e;
	font-size: 20px;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
}

/* --- Lägg i varukorg / Lager --- */
.add-to-cart-form {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.out-of-stock {
  color: #b00020;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
}

/* --- Beskrivning --- */
.description-wrapper {
	margin: 20px 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 20px 0;
}

/* --- Mobilanpassning --- */
@media (max-width: 768px) {
  .produkt-data-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}



/* SINGEL PRODUCT CSS END */

/* BUTIKEN CSS START */


.swiper-pagination {display: none;}


.swiper-button-next, .swiper-button-prev {
   
    color: var(--mork, var(--mork)) !important;
}


.swiper-button-next,
.swiper-button-prev {
 
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px; /* hälften av höjden */
   /* cirkelbakgrund */
  background-color: var(--gul);
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Hover-effekt */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #e0e0e0;
  transform: scale(1.05);
}

/* Pilarna (ikonerna) mindre och centrerade snyggt */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px !important;
}




@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader-spinner {
    display: inline-block;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #555;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}
.product-carousel { visibility: hidden; }
.swiper-loader { text-align: center; padding: 50px; }
.kampanj-section { margin: 60px 0; }
.kampanj-wrapper { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.kampanj-bild { flex: 1 1 40%; }
.kampanj-bild img { max-width: 100%; height: auto; border-radius: 8px; }
.kampanj-content { flex: 1 1 55%; }
.kampanj-content h2 { font-size: 2rem; margin-bottom: 15px; }
.kampanj-ingress { font-size: 1.1rem; margin-bottom: 20px; color: #333; }
.kampanj-content .btn { display: inline-block; padding: 12px 24px; background: var(--gul); color: var(--mork); text-decoration: none; border-radius: 6px; transition: background .2s ease; }
.kampanj-content .btn:hover { background: var(--gron); color: var(--isvit);}
@media (max-width: 768px) {
    .kampanj-wrapper { flex-direction: column; text-align: center; }
    .kampanj-bild, .kampanj-content { flex: 1 1 100%; }
}
.product-price { font-size: 1.2rem; font-weight: bold; margin-top: 10px; color: #222; }


/* BUTIKEN CSS END */


/* BLI KUND SIDA CSS START */


	/* FORMULÄRSTYLING MED GRID */
.wpcf7-form {
  background: var(--isvit);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px var(--ljus);
  font-family: 'Nunito Sans', sans-serif;
  max-width: 900px;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

/* Fullbredds-fält */
.wpcf7-form .full-width {
  grid-column: 1 / -1;
}

/* Form element styling */
.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form label {
  display: block;
  font-weight: 600;
  color: var(--mork);
  margin-bottom: 0.5rem;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="file"],
.wpcf7-form textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid var(--ljus-gra);
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--bla);
  box-shadow: 0 0 0 2px rgba(38, 90, 133, 0.2);
}

/* Submit-knapp */
.wpcf7-form input[type="submit"] {
  background: var(--rod);
  color: white;
  font-weight: bold;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.1s ease;
  grid-column: 1 / -1; /* Knappen ska täcka hela bredden */
}

.wpcf7-form input[type="submit"]:hover {
  background: var(--gron);
  transform: translateY(-2px);
}

.wpcf7-form input[type="submit"]:active {
  transform: translateY(0);
}

/* Responsiva inställningar */
@media (max-width: 768px) {
  .wpcf7-form {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}

/* BLI KUND SIDA CSS END */


/* KONTO SIDA CSS START */


.my-account-page {
	.woocommerce-MyAccount-navigation-link--downloads {display: none;}
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.my-account-page .woocommerce-MyAccount-navigation-link--dashboard  {
	display: none;
}




/* KONTO SIDA CSS END */


/* ALLA KATEGORIER CSS START */






.category-title a {
	font-size: 24px;
}


.subcategory-crumb {
    background: var(--isvit); /* använder din basfärg */
    padding: 8px 14px; /* lite större för bättre läsbarhet */
    border-radius: 6px;
    text-decoration: none;
    color: var(--mork); /* mörk färg för text */
    border: 1px solid var(--ljus); /* mjuk kant för struktur */
    transition: background 0.2s ease, color 0.2s ease;
    
}

.subcategory-crumb:hover {
    background: var(--gul); /* gul hover-effekt enligt dina färger */
    color: var(--mork); /* behåll kontrast */
}


a.subcategory-crumb {
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}


.sort-dropdown-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.95em;
    max-width: 250px;
    margin: 10px 0;
}

.sort-dropdown-wrapper label {
    font-weight: 600;
    color: var(--mork);
}

.sort-dropdown-wrapper select {
    appearance: none; /* tar bort standardstil */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--isvit);
    border: 1px solid var(--ljus);
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 1em;
    color: var(--mork);
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23333' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
}

.sort-dropdown-wrapper select:hover {
    border-color: var(--gul);
}

.sort-dropdown-wrapper select:focus {
    border-color: var(--gul);
    box-shadow: 0 0 0 2px rgba(255, 223, 0, 0.3);
}

@media (max-width: 600px) {
    .sort-dropdown-wrapper {
        max-width: 100%;
    }
}

.load-more-wrapper {
    text-align: center;
    margin: 30px 0;
}

#load-more-products {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--mork);
    background: transparent;
    border-width: 1px;
    border-color: var(--mork);
    border-style: solid;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#load-more-products:hover {
    background-color: var(--gron);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    color: var(--isvit);
}

#load-more-products:active {
    
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

#load-more-products:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(226, 222, 0, 0.5); /* gul fokusring */
}




/* ALLA KATEGORIER CSS END */








/* --- Whoo general START --- */

.woocommerce-notices-wrapper .woocommerce-message {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Loader */
#load-more-products.loading {
    pointer-events: none;
    opacity: 0.6;
}
#load-more-products.loading::after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: var(--mork);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

/* Fade-in animation för nya produkter */
.product-card.newly-loaded {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.product-card.newly-loaded.visible {
    opacity: 1;
    transform: translateY(0);
}




/* Container */
.add-to-cart-form {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--isvit);
  padding: 12px 16px;


 
  max-width: 300px;
  margin: 20px 0;
}

/* Label */
.add-to-cart-form label {
  font-weight: 600;
  margin-right: 5px;
  font-size: 0.9rem;
  color: #333;
}

/* Number input */
.add-to-cart-form input[type="number"] {
  width: 70px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  text-align: center;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s;
}

.add-to-cart-form input[type="number"]:focus {
  border-color: #2e7d32; /* gröntonad border vid fokus */
  box-shadow: 0 0 0 3px rgba(46,125,50,0.2);
  outline: none;
}

/* Knapp */


/* Knapp för ej inloggade */
.login-to-buy {
  background: #007cba;
  color: white;
  font-weight: 600;
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease-in-out, transform 0.1s ease-in-out;
  display: inline-block;
  margin-top: 10px;
}
.login-to-buy:hover {
  background: #005f8d; /* mörkare blå vid hover */
}

.login-to-buy:active {
  transform: scale(0.97);
}




.cart-wrapper, .checkout-wrapper {
  width: 100%;
  display: block;
  margin: 20px 0;
}

.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.woocommerce .button {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.woocommerce .button:hover {
  background: #333;
}


/* --- Custom WooCommerce Breadcrumbs --- */
.custom-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

.custom-breadcrumbs a {
  text-decoration: underline;
  color: inherit;
  transition: color 0.2s ease-in-out;
}

.custom-breadcrumbs a:hover,
.custom-breadcrumbs a:focus {
  color: #3a5c3a; /* byt till din brand color, t.ex. bottle-700 */
  outline: none;
}

.breadcrumb-separator {
  margin-left: -0.25rem;
  color: #555;
}




/* --- Produktkort grid --- */

.product-card a {
	text-decoration: none;
}


.product-category-page {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* mellanrum mellan korten */
    margin-top: 20px;
}


.product-card {
    background: #fff;
    border: 5px solid #FAFAFA;
    border-radius: 12px;
    padding: 10px;
    /* display: flex
; */
    /* flex-direction: column; */
    /* justify-content: flex-start; */
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
    transition: transform 0.2s 
ease-in-out, box-shadow 0.2s 
ease-in-out;
    min-height: 400px;
}


.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* Wrapper runt produktbild */
.prod-card-wrapper {
    width: 100%;
    padding-top: 120%; /* proportionell höjd */
    background-position: center;
    background-size: contain; /* visa hela bilden */
    background-repeat: no-repeat;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: var(--isvit);
    transition: transform 0.3s ease;
}


.product-card .prouct-data-list {
	font-size: 14px;
}

/* Hover-zoom på bild */
.product-card:hover .prod-card-wrapper {
    transform: scale(1.05);
}

/* Produktnamn */
.product-card h2,
.product-card .product-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 5px 0 10px;
    color: var(--mork);
    line-height: 1.4rem
}

/* Textinfo */
.product-card p {
    font-size: 0.875rem;
    margin: 4px 0;
    color: var(--mork);
}

.product-card .original-price {
    font-size: 0.8rem;
    color: #999;
    
}





/* Lager */
.product-card .stock-display {
    margin-top: 8px;
    font-weight: 500;
}

/* Add to cart */
.product-card .add-to-cart-form {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
}

.product-card .add-to-cart-form input[type="number"] {
    width: 50px;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #ccc;
    text-align: center;
}

.product-card .add-to-cart-form button,
.product-card .button {
    background-color: var(--gul);
    color: var(--mork);
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s ease;
}

.add_fix {position: relative; top:-5px;}

.product-card .add-to-cart-form button:hover,
.product-card .button:hover {
    background-color: var(--gron);
    color: var(--isvit);
}

.product-card .out-of-stock {
    color: #c00;
    font-weight: 600;
    margin-top: 10px;
}

.product-card p.product-price .amount {
	font-size: 16px;
	color: var(--rod);
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
}

.product-card p.original-price .amount {
	font-size: 14px;
	color: var(--gra);
	font-weight: 400;
}


p.savings {
	color: var(--gron);
}

.product-price .savings  {
	color: var(--gron);
	font-size: 16px;
}


button.button  {
    background-color: var(--gul);
    color: var(--mork);
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s 
ease;
}




/* Responsivt */
@media (max-width: 1024px) {
    .product-card {
        flex: 1 1 48%;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .product-card {
        flex: 1 1 100%;
        min-height: auto;
    }
}





/* --- MODERN INPUT CSS START --- */


.add-to-cart-form.modern-cart {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 9999px;
  overflow: hidden;
  background: #f9f9f9;
  transition: border-color 0.2s;
}

.quantity-control:hover {
  border-color: #aaa;
}

.quantity-control input {
  width: 3rem;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 1rem;
  -moz-appearance: textfield;
}

.quantity-control input::-webkit-inner-spin-button,
.quantity-control input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button.qty-btn.plus {
  background: transparent;
  border: none;
  padding: 0.4rem 0.75rem;
  font-size: 1.2rem;
  cursor: pointer;
  color: var (--mork);
  transition: background 0.2s;
  line-height: 1;
}


button.qty-btn.minus {
  background: transparent;
  border: none;
  padding: 0.4rem 0.75rem;
  font-size: 1.2rem;
  cursor: pointer;
  color:#cccccc;
  transition: background 0.2s;
  line-height: 1;
}



.qty-btn:hover {
  background: #eaeaea;
}

.add-to-cart-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border: none;
  background: #222;
  color: white;
  border-radius: 9999px;
  padding: 0.45rem 1.2rem;
  cursor: pointer;
  transition: background 0.2s;
}

.add-to-cart-btn:hover {
  background: #444;
}




/* --- MODERN INPUT CSS END --- */





/* --- Whoo general END --- */



/* --- Alla kategorier START --- */
/* === Alla kategorier === */
.all-categories-page .category-section {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.all-categories-page .category-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.all-categories-page .category-title a {
  color: var(--mork);
  text-decoration: none;
}

.all-categories-page .category-title a:hover {
  color: var(--bla); /* din gröna highlight */
}

.all-categories-page .category-count {
  color: #666;
  font-size: 0.9rem;
  margin-left: 6px;
}

.subcategory-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.subcategory-item {
  flex: 1 1 calc(33.333% - 10px);
  min-width: 140px;
  border-bottom: 1px solid #f0f0f0;
}

.subcategory-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 6px 0;
  color: #000;
  text-decoration: none;
}

.subcategory-item a:hover {
  background: #f5f5f5;
}

.subcategory-name {
  font-size: 1rem;
  font-weight: 600;
}

.subcategory-count {
  font-size: 0.85rem;
  color: #777;
}




/* --- Alla kategorier END --- */


















/* FOOTER CSS START */

.footer {
	background: #E2DE00;
	padding-top: 40px;
	padding-bottom: 80px;
	margin-top: 40px;

}

.f-logo img {
	position: relative; 
    height: 100%;
    width: 100%;
    max-width: 300px;
    overflow: hidden;
}





.the_link_text {
	margin-left: 10px;
	position: relative;
	bottom: 5px;
}


.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav li {
	height: 20px;
	margin-bottom: 10px;
}

.footer-nav a {
    color: var(--footer);
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.footer h4 {
	color: var(--mjukt-kol;
}

.footer-nav a {
	color: var(--mjukt-kol);
	font-size: 14px;
}

.footer-nav a:hover {
	color: var(--isvit);
}




.copyright p {
	font-size: 12px;
	text-align: center;
	color: var(--footer);
}






/* FOOTER CSS END */






