/** Shopify CDN: Minification failed

Line 1308:0 Unexpected "}"

**/



/* ---------------------------------- My custom CSS below ----------------------------------  *//* ---------------------------------- My custom CSS below ----------------------------------  */
/* ---------------------------------- My custom CSS below ----------------------------------  *//* ---------------------------------- My custom CSS below ----------------------------------  */
/* ---------------------------------- My custom CSS below ----------------------------------  *//* ---------------------------------- My custom CSS below ----------------------------------  */
/* ---------------------------------- My custom CSS below ----------------------------------  *//* ---------------------------------- My custom CSS below ----------------------------------  */
/* ---------------------------------- My custom CSS below ----------------------------------  *//* ---------------------------------- My custom CSS below ----------------------------------  */
/* ---------------------------------- My custom CSS below ----------------------------------  *//* ---------------------------------- My custom CSS below ----------------------------------  */
/* ---------------------------------- My custom CSS below ----------------------------------  *//* ---------------------------------- My custom CSS below ----------------------------------  */
/* ---------------------------------- My custom CSS below ----------------------------------  *//* ---------------------------------- My custom CSS below ----------------------------------  */
/* ---------------------------------- My custom CSS below ----------------------------------  *//* ---------------------------------- My custom CSS below ----------------------------------  */
/* ---------------------------------- My custom CSS below ----------------------------------  *//* ---------------------------------- My custom CSS below ----------------------------------  */
/* ---------------------------------- My custom CSS below ----------------------------------  *//* ---------------------------------- My custom CSS below ----------------------------------  */







/* ---------------------------------- Fonts ----------------------------------  */
/* ---------------------------------- Fonts ----------------------------------  */
/* ---------------------------------- Fonts ----------------------------------  */



@font-face {
  font-family: "FilsonProRegular";
  src: url(/cdn/shop/files/FilsonProRegular.woff?v=1709198827) format("WOFF");
  font-weight: 400; /* Normal weight for regular style */
}

@font-face {
  font-family: "FilsonProRegular";
  src: url(/cdn/shop/files/FilsonProBold.woff?v=1709198827) format("WOFF");
  font-weight: 700; /* Bold weight */
}

@font-face {
  font-family: "FilsonProRegular";
  src: url(/cdn/shop/files/FilsonProMedium.woff?v=1709198827) format("WOFF");
  font-weight: 500; /* Medium weight */
}


* {
    font-family: filsonproregular, sans-serif!important;
}

/* ---------------------------------- Fonts ----------------------------------  */
/* ---------------------------------- Fonts ----------------------------------  */
/* ---------------------------------- Fonts ----------------------------------  */







/* ---------------------------------- Product cards ----------------------------------  */
/* ---------------------------------- Product cards ----------------------------------  */
/* ---------------------------------- Product cards ----------------------------------  */


/* t-subed is for compare at price */
.t-subdued {
    display: none;
}
.price-label {
    display: flex;
    justify-content: Flex-start;
    margin-bottom: -8px;
    font-size: 0.65rem;
    font-size: 0.64rem;
    font-weight: 400;
}
.product-item__price-main{
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 10px!important;
}

h3.product-item__product-title.fs-product-title.ff-heading {
    font-weight: 500;
}

.product-item__product-vendor {
    opacity: .7;
    font-weight: 400 !important;
}
.product-item__price-wrap .sale {
    color: #ad3436;
    background: #fce2db;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
}
h3.product-item__product-title.fs-product-title.ff-heading {
    font-weight: 500!important;
    font-size: 0.9rem;
}
.product-item .product-badges[data-badge-horizontal-position=left] {
    left: 8px;
    left: 0 !important;
}
.product-badge {
    font-size: 0.9rem;
}

.product-item__inner  {
   /* Adjust based on your layout 
   hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; */
}

.collection-view-all-tile.featured-collection-slider-grid-item.animation--item {
    box-shadow: none;
}

/*
.product-item__inner:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}
.product-item__inner {
   transition: 0.5s;
}

.scroll-slider__slider {
    overflow: visible!important;
}
.quick-cart .scroll-all-sizes .scroll-slider__slider {

    overflow-x: auto!important;
    overflow-y: hidden!important;

}
*/
/* ---------------------------------- Product cards ----------------------------------  */
/* ---------------------------------- Product cards ----------------------------------  */
/* ---------------------------------- Product cards ----------------------------------  */







/* ---------------------------------- Product page ----------------------------------  */
/* ---------------------------------- Product page ----------------------------------  */
/* ---------------------------------- Product page ----------------------------------  */


@media (min-width: 768px) {

section#shopify-section-template--26295073276243__main .product__breadcrumbs {
    margin-bottom: 20px;
}
section#shopify-section-template--26295073276243__main .product__price-block.product__block.product__block--medium {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 1rem;
    background: #f8f7f6;
    padding-bottom: 8px;
}
section#shopify-section-template--26295073276243__main .product__price.ff-product-price.fs-body-300 {
    font-size: 2rem;
    font-weight: bold;
}
section#shopify-section-template--26295073276243__main .quantity-input__button {
    cursor: pointer;
    transition: background-color .25s ease-in-out;
    padding: 6px var(--spacing-3);
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    font-weight: 400;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #9ab052;
    background-color: #9ab052;
    color: white;
    user-select: none;
    margin-left: 4px;
    margin-right: 4px;
}
section#shopify-section-template--26295073276243__main span.product__label.fs-body-100 {
    font-size: 1rem;
    margin-bottom: -10px;
}
section#shopify-section-template--26295073276243__main input#quantity-input-product-form-8590936244563 {
    font-weight: bold;
}
section#shopify-section-template--26295073276243__main .quantity-input[data-bordered=true] {
    border: 2px solid #9ab052;
    border-radius: 40px;
    background: #9ab052;
}
section#shopify-section-template--26295073276243__main input#quantity-input-product-form-8590936244563 {
    background: #9ab052;
}
section#shopify-section-template--26295073276243__main button.product-form__cart-submit.btn.btn--medium.btn--full.btn--secondary {
    background: #1f3914;
    color: white;
    z-index: 1;
    border: 2px solid #1f3914;
}
section#shopify-section-template--26295073276243__main .product-blocks__product-labels-items {
    justify-content: center;
}
section#shopify-section-template--26295073276243__main .scroll-slider__slider {
    padding: 20px!important;
    background: #f8f7f6!important;
    border-radius: 1rem!important;
    border: 1px solid #1f391421!important;
}
  .product__block-complementary-products-wrapper.featured-collection-slider-grid.standard-grid-spacing.product-item-holder {
    padding: 20px !important;
    background: #f8f7f6 !important;
    border-radius: 1rem !important;
    border: 1px solid #1f391421 !important;
}
section#shopify-section-template--26295073276243__main .accordion__inner {
    background-color: #ffffff;
    padding: 12px 16px;
    padding: var(--spacing-3) var(--spacing-4);
    box-shadow: 0 0 0 1px #dad9d5;
    border-radius: 0.75rem;
}
section#shopify-section-template--26295073276243__main .accordion__inner {
    margin-bottom: 35px;
}
section#shopify-section-template--26295073276243__main h2.ff-heading.fs-heading-5-base,
section#shopify-section-template--26295073276243__main h3.ff-heading.fs-heading-5-base {
    font-size: 1rem;
    font-family: 'FilsonProRegular';
}
.accordion__content {
    font-weight: 400 !important;
}
  h3.product__block-complementary-products__heading.ff-heading.fs-heading-5-base {
    font-size: 1.3rem !important;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border-radius: 40px !important;
    border: 2px solid #9ab052 !important;
    color: white !important;
    background-color: #9ab052!important;
 
}
input#quantity-input-product-form-8402406801747 {
    background: transparent!important;
}
  #quantity-input-product-form-8520438219091 {
    background: transparent!important;
}

.product-form[data-has-quantity-selector] .product-form__controls-group {
    flex: 1;
    flex-grow: 1;
    min-width: 100px;
}
.quantity-input-wrapper.quantity-input-wrapper--product-form {
    flex-shrink: 0;
}
  .product__details.product__primary-right {
    padding: 20px;
    background: #fff;
    border-radius: 1rem;
}
  }

@media (max-width: 768px) {
#shopify-section-template--26295073276243__main .product__top.product__primary {
    margin-left: 4%!important;
    width: 91%!important;
}
.product__block--product-header[data-header-block-is-top=true] {
    padding: 20px;
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
    background: white;
    margin-bottom: 0;
}
h2.product__title.ff-heading.fs-heading-2-base {
    font-size: 1.8rem;
}
.product__price.ff-product-price.fs-body-300 {
    font-size: 2.3rem;
    margin-top: -10px;
}
.product__price-block.product__block.product__block--medium {
    background: #f8f7f6;
    padding: 10px;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-form[data-has-quantity-selector] .product-form__controls-group {
    flex: 1;
    flex-grow: 1;
    min-width: 100px;
}
.quantity-input-wrapper.quantity-input-wrapper--product-form {
    flex-shrink: 0;
}
/*.product__top.product__primary {
    border-radius: 0px !important;
}*/
  .product__block.product__block--product-header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
  .left-side-blocks.for-mobile {
    width: 91%;
    margin-left: 4%;
    background: white;
    margin-top: -25px;
    padding-bottom: 2px;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
  section#shopify-section-template--26295073276243__main .accordion__inner {
    background-color: #ffffff;
    padding: 12px 16px;
    padding: var(--spacing-3) var(--spacing-4);
    box-shadow: 0 0 0 1px #dad9d5;
    border-radius: 0.75rem;
}
section#shopify-section-template--26295073276243__main .accordion__inner {
    margin-bottom: 35px;
}

  .product__block.product__block-complementary-products.product__block--medium {
    display: none;
}
  .product__description.product__block.product__block--medium {
    display: none;
}
  .product__details {
    padding: 0;
}
  .accordion__content {
    font-weight: 400 !important;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border-radius: 40px !important;
    border: 2px solid #1f3914 !important;
    color: #1f3914 !important;
 
}
input#quantity-input-product-form-8402406801747 {
    background: transparent!important;
}
section#shopify-section-template--26295073276243__main .quantity-input__button {
    cursor: pointer;
    transition: background-color .25s ease-in-out;
    padding: 6px var(--spacing-3);
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    font-weight: 400;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #9ab052;
    background-color: #9ab052;
    color: white;
    user-select: none;
    margin-left: 4px;
    margin-right: 4px;
}

section#shopify-section-template--26295073276243__main input#quantity-input-product-form-8590936244563 {
    font-weight: bold;
}
section#shopify-section-template--26295073276243__main .quantity-input[data-bordered=true] {
    border: 2px solid #9ab052;
    border-radius: 40px;
    background: #9ab052;
}
section#shopify-section-template--26295073276243__main input#quantity-input-product-form-8590936244563 {
    background: #9ab052;
}
section#shopify-section-template--26295073276243__main button.product-form__cart-submit.btn.btn--medium.btn--full.btn--secondary {
    background: #1f3914;
    color: white;
    z-index: 1;
    border: 2px solid #1f3914;
}
  button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border-radius: 40px !important;
    border: 2px solid #9ab052 !important;
    color: white !important;
    background-color: #9ab052!important;
 
}
    #quantity-input-product-form-8520438219091 {
    background: transparent!important;
}
  #shopify-section-template--26295073276243__main .product__top.product__primary {
    padding: 0 var(--space-outer)!important;
    padding-top: 10px!important;
    padding-bottom: var(--space-outer)!important;
}
  .left-side-blocks.for-mobile {
    padding-bottom: var(--space-outer)!important;
}
}




ol.navigation-buttons__list {
    display: none;
}
#shopify-section-template--26295073276243__main > div > div > div.product__top.product__primary > div.product__details.product__primary-right > div > div > div > div.product__description.product__block.product__block--medium > div > h4 {
    margin-top: 2px;
    font-size: 1rem;
}
.product__block-complementary-products-wrapper.featured-collection-slider-grid.standard-grid-spacing.product-item-holder {
    --grid-column-count: 2;
}
.truncate-wrapper__content:after {
    background: linear-gradient(0deg, #ffffff 0%, rgba(0, 0, 0, 0) 100%);
}
.product-blocks__customer-support {
    border-radius: 1rem;
    margin-top: -20px;
background: #f8f7f6!important;
}
.text-list-with-icons__items.icon-modifiers {
    border-radius: 1rem;
background: #f8f7f6;
}
#shopify-section-template--26295073276243__main > div > div > div.product__top.product__primary > div.product__details.product__primary-right > div > div > div > div.product__price-block.product__block.product__block--medium {
    margin-bottom: 12px;
}
#shopify-section-template--26295073276243__main > div > div > div.product__top.product__primary > div.product__details.product__primary-right > div > div > div > a > div > img {
    width: 80%;
}
#shopify-section-template--26295073276243__main > div > div > div.product__top.product__primary > div.product__details.product__primary-right > div > div > div > a > div {
    margin-right: 0;
}

.product-thumbnails[data-thumbnail-size="mobile"] {
    background-color: white!important;
}
.product-thumbnails.scroll-container-initialized {
    margin-left: -18%!important;
}
.product-thumbnails__item-link.active::after {
    border: 1px solid lightgray!important;
    border-radius: 1rem!important;
}

/*description heading*/
@media (max-width: 767px) {
    #description > div > button > h2 {
        font-size: 1rem;
    }
}
/*description heading*/


/*compare at price / jämför pris*/

.product__price.ff-product-price.fs-body-300 {
    flex-direction: column;
}
dd.unit-price__price {
    color: var(--color-text);
}


/* ---------------------------------- Product page ----------------------------------  */
/* ---------------------------------- Product page ----------------------------------  */
/* ---------------------------------- Product page ----------------------------------  */







/* ---------------------------------- Custom CSS ----------------------------------  */
/* ---------------------------------- Custom CSS ----------------------------------  */
/* ---------------------------------- Custom CSS ----------------------------------  */

button.quick-cart__item-remove.fs-body-75.t-subdued.btn.btn--text-link {
    display: block!important;
}

.product-item__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 20px;
  border-radius: 20px;
}
button.product-item__quick-add.btn.btn--small.btn--full.btn--tertiary {
  border-radius: 40px;
  border: none !important;
  background: #d6d682;
  border-color: #d6d682;
  color: #2c4721;
  box-shadow: none;
  color: #fff;
}
.quick-search__bar-inner {
  border-radius: 40px;
}
.quick-search__faux-input {
  border-radius: 40px;
}
.quick-search__submit {
  border-radius: 40px;
}
html.do-anim .animation--lazy-load {
  border-radius: 1rem;
}
.countdown-banner--bar .countdown-banner__content {
  padding: 0 var(--space-outer);
}
.countdown-banner__inner {
  background-color: #efece9;
  border-radius: 1rem;
}
.countdown-banner__bar {
  justify-content: space-between;
  color: #2e2d2c;
}
.btn {
  border-radius: 40px;
}
span.product-item__price-main {
  display: flex;
  justify-content: space-between;
}
.product-item[data-product-item-alignment="left"] .product-item__price {
  display: block;
}
.btn.product-item__disc-button {
  box-shadow: none;
  background-color: #9ab052;
  color: #ffffff;
}
.product-item__quick-add-wrapper[data-quick-add-style="icon"] .quantity-input,
.product-item__quick-add-wrapper[data-quick-add-style="icon"]
  .quantity-input__button,
.product-item__quick-add-wrapper[data-quick-add-style="icon"]
  .quantity-input__input {
  background-color: #9ab052;
  color: white;
  box-shadow: none;
  font-weight: bold;
}
[data-item-layout="grid"]
  .product-item__inner
  .product-item__text_group_secondary,
:not([data-item-layout])
  .product-item__inner
  .product-item__text_group_secondary {
  justify-content: flex-end;
}
p {
    font-weight: 400 !important;
}
/* ---------------------------------- Custom CSS ----------------------------------  */
/* ---------------------------------- Custom CSS ----------------------------------  */
/* ---------------------------------- Custom CSS ----------------------------------  */







/* ---------------------------------- Copyright ----------------------------------  */
/* ---------------------------------- Copyright ----------------------------------  */
/* ---------------------------------- Copyright ----------------------------------  */

#shopify-section-sections--20997348557139__footer > div > div > div > div.footer__bottom > div > div > p {
  display: none!important;
}
/* ---------------------------------- Copyright ----------------------------------  */
/* ---------------------------------- Copyright ----------------------------------  */
/* ---------------------------------- Copyright ----------------------------------  */







/* ---------------------------------- Search ----------------------------------  */
/* ---------------------------------- Search ----------------------------------  */
/* ---------------------------------- Search ----------------------------------  */
.quick-search__suggested-wrapper {
    background: white;
}
.quick-search__resource-list--list_thumbnails .quick-search__result {
    margin-right: 10px;
    margin-left: 10px;
    background: #f8f7f6;
    margin: 10px;
    border-radius: 1rem;
}
.quick-search__results-wrapper .product-item__price-main {
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    #shopify-section-sections--20997348589907__header .quick-search__suggested-wrapper {
        margin-top: 0!important;
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
    }

    input#QuickSearchInputmobile {
        border-radius: 40px;
    }

  #shopify-section-sections--20997348589907__header .quick-search__results-wrapper {
        margin-top: 0!important;
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
}
  .quick-search__bar-inner, .quick-search__faux-input, .quick-search__submit {
    border-radius: 1rem!important;
}
}

/* ---------------------------------- Search ----------------------------------  */
/* ---------------------------------- Search ----------------------------------  */
/* ---------------------------------- Search ----------------------------------  */







/* ---------------------------------- Header icons ----------------------------------  */
/* ---------------------------------- Header icons ----------------------------------  */
/* ---------------------------------- Header icons ----------------------------------  */

.header__account-button-wrapper.has-label {
    background: #2c4721;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 40px;
    margin-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
/*span.icon-button__icon {
    background: #88af3f4a;
    border-radius: 1rem;
}
.header__content-segment.left {
    margin-left: 8px;
}
.header__content-segment.right {
    margin-right: 5px;
}*/
/* ---------------------------------- Header icons ----------------------------------  */
/* ---------------------------------- Header icons ----------------------------------  */
/* ---------------------------------- Header icons ----------------------------------  */







/* ---------------------------------- Accounts ----------------------------------  */
/* ---------------------------------- Accounts ----------------------------------  */
/* ---------------------------------- Accounts ----------------------------------  */

@media screen and (min-width: 1024px) {
section.customer.account.page.section .section-inner {
    width: 850px;
    background: white;
    border-radius: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
.account__container.page__inner {
    width: 850px;
    background: white;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 1rem;
    padding: 30px;
    padding-bottom: 30px;
}
.addresses__content {
    border-radius: 1rem;
}
.header__account-quick-view-inner {
    margin-top: 10px;
    border-radius: 1rem;
}
.login__inner.page__inner {
    width: 850px;
    background: white;
    border-radius: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 1024px) {
.account__container.page__inner,
section.customer.account.page.section .section-inner {
background: white;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    border-radius: 1rem;
  }
  .addresses__content {
    border-radius: 1rem;
}
  }
span.icon.icon-moving-truck {
    display: none;
}
.addresses__item {
    border-radius: 6px;
}
/* ---------------------------------- Accounts ----------------------------------  */
/* ---------------------------------- Accounts ----------------------------------  */
/* ---------------------------------- Accounts ----------------------------------  */








/* ---------------------------------- Om oss ----------------------------------  */
/* ---------------------------------- Om oss ----------------------------------  */
/* ---------------------------------- Om oss ----------------------------------  */
@media screen and (max-width: 780px) {
section#shopify-section-template--21066745184595__grid_83ycU .grid-item__inner {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
}
section#shopify-section-template--21066745184595__grid_83ycU .featured-collection.section .section-inner {
    width: 91%!important;
    margin-left: auto;
    margin-right: auto;
}
  section#shopify-section-template--21066745184595__featured_collection_tDbLE .section-inner,
  #shopify-section-template--21066745184595__featured_collection_rfgNG .section-inner {
    width: 91%!important;
    margin-left: auto;
    margin-right: auto;
}
}
/* ---------------------------------- Om oss ----------------------------------  */
/* ---------------------------------- Om oss ----------------------------------  */
/* ---------------------------------- Om oss ----------------------------------  */






/* ---------------------------------- Butiken ----------------------------------  */
/* ---------------------------------- Butiken ----------------------------------  */
/* ---------------------------------- Butiken ----------------------------------  */

@media screen and (max-width: 780px) {
  
#shopify-section-template--21044845838675__grid_XD4qa > div > div > div {
    padding: var(--section-style-spacing-top, 0) var(--space-outer) var(--section-style-spacing-bottom, 0);
}

  #shopify-section-template--21044845838675__grid_XD4qa > div > div > div > div > div > div.background-image-container.image-hero__image-container > div > img {
    object-position: center;
}
  #shopify-section-template--21044845838675__featured_collection_4kXab > div > div > div,
  #shopify-section-template--21044845838675__featured_collection_mp38E > div > div > div {
    padding: var(--section-style-spacing-top, 0) var(--space-outer) var(--section-style-spacing-bottom, 0);
    padding-top: 0;
    padding-bottom: 0;
}

}
/* ---------------------------------- Butiken ----------------------------------  */
/* ---------------------------------- Butiken ----------------------------------  */
/* ---------------------------------- Butiken ----------------------------------  */




/* ---------------------------------- Klubb Gryningen ----------------------------------  */
/* ---------------------------------- Klubb Gryningen ----------------------------------  */
/* ---------------------------------- ButKlubb Gryningeniken ----------------------------------  */

@media screen and (max-width: 780px) {
  
#shopify-section-template--21067647287635__featured_collection_yyQ9W > div > div > div {
    padding: var(--section-style-spacing-top, 0) var(--space-outer) var(--section-style-spacing-bottom, 0);
    padding-top: 0;
    padding-bottom: 0;
}
#shopify-section-template--21067647287635__newsletter_compact_eFykM > div > div {
    padding: var(--section-style-spacing-top, 0) var(--space-outer) var(--section-style-spacing-bottom, 0);

}
}




/* ---------------------------------- Klubb Gryningen ----------------------------------  */
/* ---------------------------------- Klubb Gryningen ----------------------------------  */
/* ---------------------------------- Klubb Gryningen ----------------------------------  */




/* ---------------------------------- Sticky side NAV ----------------------------------  */
/* ---------------------------------- Sticky side NAV ----------------------------------  */
/* ---------------------------------- Sticky side NAV ----------------------------------  */

@media screen and (min-width: 1024px) {
div#shopify-section-accordion-menu {
    margin-left: 13px!important;
    width: 14%!important;
    min-width: 0px!important;
    grid-column: span 2 / span 2!important;
    height: 90vh!important;
    scrollbar-width: thin!important;
    position: sticky!important;
    left: 0px!important;
    top: 94px!important;
    background-color: transparent!important;
    z-index: 0!important;
    overflow-x: hidden!important;
    OVERFLOW-Y: auto!important;
    padding-right: 8px!important;
    margin-bottom: 20px;
}
}

/* ---------------------------------- Sticky side NAV ----------------------------------  */
/* ---------------------------------- Sticky side NAV ----------------------------------  */
/* ---------------------------------- Sticky side NAV ----------------------------------  */






/* ---------------------------------- Side Cart ----------------------------------  */
/* ---------------------------------- Side Cart ----------------------------------  */
/* ---------------------------------- Side Cart ----------------------------------  */

.quick-cart__footer.animation--item {
    border-top: 1px solid #efede6;
}

.cross-sells-inner {
    margin-left: var(--spacing-4);
    margin-right: var(--spacing-4);
}

.quick-cart__container {
    max-width: 450px;
    background-color: white;
    transition: none !important;
    box-shadow: none !important;
}
.quick-cart__main-content {
    padding-top: 0;
}
.free-shipping-bar {
    margin-bottom: 0;
    border-bottom: none;
    border-top: none;
    color: white;
}
.free-shipping-bar-inner {
    margin: var(--spacing-4);
    margin-top: 0;
    margin-bottom: 0;
    background: #85a43b;
    border-radius: 5px;
}
h4.free-shipping-bar__message {
    color: white;
    font-size: 1rem;
}
span.icon.icon-package-closed {
    display: none;
}
.free-shipping-bar__bar {
    height: 10px;
    margin-top: 3px;
}
span.free-shipping-bar__bar-progress {
    height: 10px;
    border-radius: 40px;
    background-color: #c4d99d;
}
.free-shipping-bar__bar:after {
    background-color: #1b1103;
    border-radius: 40px;
}
.quick-cart__header {
    border-bottom: none;
}
.quick-cart__item .quantity-input {
    border-radius: 5px;
    background: #f0eeebd9;
    border: none;
}
input#quantity-input-quick-cart-item-46625279017299 {
    color: #3E342C;
}
.quick-cart__item-bottom .quantity-input, .quick-cart__item-bottom .quantity-input__input {
    height: var(--quantity-input-size);
    color: #3E342C;
}
.quick-cart__items.animation--container {
    border-top: none;
    border-bottom: none;
}
.quick-cart__item-bottom {
    margin-top: 12px;
}
span.free-shipping-bar__progress-complete {
    display: none !important;
}



.quick-cart__item-bottom {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0px!important;
}
.quick-cart__item-details {
    display: flex;
    justify-content: space-between;
}
.quick-cart__item-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.quantity-input-wrapper {
    order: 2;
}
.quick-cart__item-price-wrapper.fs-body-75 {
    font-size: 16px;
}
p.quick-cart__inventory-warning.fs-body-50 {
    order: 2;
    justify-content: flex-end;
    display: flex;
    margin: 0px;
}
.quick-cart__item-image {
    width: 70px;
    flex-shrink: 0;
}

.quick-cart__item-bottom {
    display: flex!important;
}

/* ---------------------------------- Side Cart ----------------------------------  */
/* ---------------------------------- Side Cart ----------------------------------  */
/* ---------------------------------- Side Cart ----------------------------------  */




/* ---------------------------------- Side NAV mobile ----------------------------------  */
/* ---------------------------------- Side NAV ----------------------------------  */
/* ---------------------------------- Side NAV ----------------------------------  */
span.mobile-menu__link__text.fs-body-100 {
    font-size: 1rem;
}
.mobile-menu-close-button.below-header {
    background-color: transparent;
    box-shadow: none;
}
.mobile-menu__item.mobile-menu__item--callout {
    background-color: #6f4a111f;
    box-shadow: none;
}
.mobile_menu__promo_block.mobile-menu-block-promoted-text {
    background: #6f4a111f;
}
li.mobile-menu__item.mobile-menu__item--callout {
    background: #6f4a110d;
    margin-left: 11px;
    margin-right: 15px;
    border-radius: 6px;
    margin-bottom: 0;
}
li.mobile_menu__promo_blocks {
    margin-left: 11px;
    margin-right: 15px;
}
.mobile_menu__promo_block.mobile-menu-block-promoted-text {
    border-radius: 6px;
}
#shopify-section-sections--20997348589907__mobile-menu > section > div.mobile-menu__panel > div > div > div > div > div:nth-child(1) > ul:nth-child(2) {
    padding-top: 5px;
}
.mobile-menu__panel {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
/* ---------------------------------- Side NAV ----------------------------------  */
/* ---------------------------------- Side NAV ----------------------------------  */
/* ---------------------------------- Side NAV ----------------------------------  */


/* ---------------------------------- Blog Post ----------------------------------  */
/* ---------------------------------- Blog Post ----------------------------------  */
/* ---------------------------------- Blog Post ----------------------------------  */

@media (max-width: 960px){
.article__inner {
    background: white;
    padding-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 1rem;
    margin-top: -15px;
}
  }
@media only screen and (max-width: 768px) {
    .blog__nav {
        justify-content: flex-start;
    }
  select#blog-mobile-nav {
    border-radius: 1rem;
    border: none;
        background: #f0ece8;
    color: #714a13;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 0px;
}
  header.blog__header.page__header.animation--container {
    border-radius: 1rem;
    border: none;
        background: #f0ece8;
    color: #714a13;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: var(--spacing-5);
    padding-bottom: 10px;
    padding-top: 0px;
}
  #shopify-section-template--20997348032851__grid_CdeRL > div > div {
    padding-bottom: 0;
}
  #shopify-section-template--20997348032851__grid_CdeRL > div > div > div > div > div > div.background-image-container.image-hero__image-container > div {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#shopify-section-template--20997348032851__main > div > div > div > header > div > div > span {
    color: #714a13;
}
header.blog__header.page__header.animation--container {
    MARGIN-BOTTOM: 0;
}
  .blog__nav-mobile--wrapper.select-wrapper {
    width: 100%;
}
  .blog__nav {
    margin-top: 0;
}
  #shopify-section-template--20997348032851__rich_text_HnPaq .rich-text__inner.section-blocks.animation--container {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
  .blog__inner {
    padding-top: 0;
}
}


.article-item__excerpt {
  display: -webkit-box; 
 -webkit-line-clamp: 2; 
-webkit-box-orient: vertical; 
overflow: hidden; 
text-overflow: ellipsis; margin-bottom: 5px;
}
h3.article-item__title.ff-heading.fs-heading-4-base {
    font-size: 18px;
    font-weight: 500;
      display: -webkit-box; 
 -webkit-line-clamp: 2; 
-webkit-box-orient: vertical; 
overflow: hidden; 
text-overflow: ellipsis; margin-bottom: 5px;
}
.article-item.animation--item.text-box.text-box__no-padding {
    box-shadow: 0 2px 12px rgba(66,64,61,.08);
  transition: transform .2s ease-in-out,box-shadow .2s ease-in-out;

}
.article-item.animation--item.text-box.text-box__no-padding:hover {
    box-shadow: 0 4px 16px rgba(75,72,68,.16);
    transform: translateY(-4px);
}
/* ---------------------------------- Blog Post ----------------------------------  */
/* ---------------------------------- Blog Post ----------------------------------  */
/* ---------------------------------- Blog Post ----------------------------------  */







/* ---------------------------------- Peeking Cat ----------------------------------  */
/* ---------------------------------- Peeking Cat ----------------------------------  */
/* ---------------------------------- Peeking Cat ----------------------------------  */


/* custom script is in theme.liquid file at the bottom */

.collapsible-row-list__inner {
  /* Basic setup for the element */
  background: transparent;
  background-image: url('/cdn/shop/files/peek.jpg?v=1711441721'); /* URL of the cat image */
  background-size: cover;
  background-repeat: no-repeat;
  /* Initially, the background image is positioned so it's completely out of view */
  
  background-position: center calc(100% + 100px);
  transition: background-position 0.2s ease-out; /* Smooth transition for the background position */
}

.collapsible-row-list__inner:hover {
  /* On hover, adjust the background position to start showing the image */
  /* Adjust the percentage to control how much of the image is visible */
  background-position: center 100%; /* Example to show the image peeking up */
}
#content-1 > div > h3:nth-child(1) {
    margin-top: 0;
}
#content-1 > div > p:nth-child(13) {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
#shopify-section-template--20997348196691__collapsible_row_list_AREhk > div > div {
    display: none;
}
  }

/* ---------------------------------- Peeking Cat ----------------------------------  */
/* ---------------------------------- Peeking Cat ----------------------------------  */
/* ---------------------------------- Peeking Cat ----------------------------------  */






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


@media (min-width: 1024px) {
.standard-grid-spacing[data-standard-grid-spacing-type=product-list] {
    grid-gap: 36px 16px;
    grid-gap: var(--spacing-4) var(--spacing-4);
}
}

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



/* ---------------------------------- Header ----------------------------------  */
/* ---------------------------------- Header ----------------------------------  */
/* ---------------------------------- Header ----------------------------------  */



button.header__menu-icon.header__menu-icon--nav-bar.header__icon-touch.header__icon-menu {
    display: none;
}
.header__content-segment.left {
    margin-left: 0px;
}
.header__content.header__content-mobile .header__content-segment.right > *:last-child{
          margin-right: 0!important;
        }
.header__content-segment.right > *:last-child.header__icon-touch--cart{
      margin-right: 0!important;
    }
@media (max-width: 959px) {
.header__content-segment.left .header__icon-touch:first-child {
    margin-left: 0px!important;
    background: #21351970!important;
    border-radius: 1rem!important;
    margin-right: 6px!important;
}
}

/* ---------------------------------- Header ----------------------------------  */
/* ---------------------------------- Header ----------------------------------  */
/* ---------------------------------- Header ----------------------------------  */





/* ---------------------------------- Overlays ----------------------------------  */
/* ---------------------------------- Overlays ----------------------------------  */
/* ---------------------------------- Overlays ----------------------------------  */

.quick-cart__wrapper.active .quick-cart__overlay,
.modal.active .modal__wash,
.mobile-menu.active .mobile-menu__overlay,
.popup.visible.popup--popup .popup__wash {
    opacity: 0.23;
}

/* ---------------------------------- Overlays ----------------------------------  */
/* ---------------------------------- Overlays ----------------------------------  */
/* ---------------------------------- Overlays ----------------------------------  */






/* ---------------------------------- Pop-ups ----------------------------------  */
/* ---------------------------------- Pop-ups ----------------------------------  */
/* ---------------------------------- Pop-ups ----------------------------------  */



.popup.popup--size-medium .popup__content {
    max-width: var(--popup-width-medium);
    border-radius: 1rem;
}

/* ---------------------------------- Pop-ups ----------------------------------  */
/* ---------------------------------- Pop-ups ----------------------------------  */
/* ---------------------------------- Pop-ups ----------------------------------  */







/* ---------------------------------- banners ----------------------------------  */
/* ---------------------------------- banners ----------------------------------  */
/* ---------------------------------- banners ----------------------------------  */


/* shortens heading of landing banner */
/*#shopify-section-template--20997348196691__grid_GtTtK > div > div > div > div.grid-item.grid-item--width-66.animation--item > div > div.grid-item__text-container-wrapper > div > div > h2 {
    width: 60%;*/
}
/* ^shortens heading of landing banner^ */



/* aligns vulverine bas lila picture */
#shopify-section-template--20997348196691__grid_pYMeV > div > div > div > div:nth-child(1) > div > div.background-image-container.image-hero__image-container > div {
  --focal-alignment: 80%!important;
}
/* ^aligns vulverine bas lila picture^ */


/* ---------------------------------- banners ----------------------------------  */
/* ---------------------------------- banners ----------------------------------  */
/* ---------------------------------- banners ----------------------------------  */



/* ---------------------------------- Mobile padding adjustments ----------------------------------  */
/* ---------------------------------- Mobile padding adjustments ----------------------------------  */
/* ---------------------------------- Mobile padding adjustments ----------------------------------  */

/*
@media (max-width: 768px) {
  .section-inner {
    padding-top: 16px;
  }
#shopify-section-template--20997348196691__collapsible_row_list_AREhk > div > div {
    padding: 0;
  }
}
*/
/* ---------------------------------- Mobile padding adjustments ----------------------------------  */
/* ---------------------------------- Mobile padding adjustments ----------------------------------  */
/* ---------------------------------- Mobile padding adjustments ----------------------------------  */




/* ---------------------------------- Featured collection with media ----------------------------------  */
/* ---------------------------------- Featured collection with media ----------------------------------  */
/* ---------------------------------- Featured collection with media ----------------------------------  */

@media (min-width: 768px) {

.scroll-slider-component#featured-collection-with-media {
    --columns-above-720: 2;
    --columns-above-860: 2;
}
.featured-collection-with-media__inner {
    background: #eeedc5;
    padding: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 1rem;
}
.featured-collection-with-media__overlay-content.overlay-content {
  /*  --max-content-width: 550px!important;
    width: 500px!important; */
}

  }

/* mobile below*/
/* mobile below*/
/* mobile below*/
/* mobile below*/


@media (max-width: 768px) {
  /*green*/

scroll-slider-component#featured-collection-with-media {
   /* --peek: -4px!important;*/
}
.featured-collection-with-media__overlay-content .overlay-content__text-container {
    max-width: 100%!important;
}
.featured-collection-with-media__media-block {
    min-height: 120px!important;
}
  #shopify-section-template--20997348196691__featured_collection_with_media_FiWJT > div > div > div > div.featured-collection-with-media__media-block.featured-collection-slider-grid-item.animation--item > div.featured-collection-with-media__overlay-content.overlay-content > div > div.section-blocks__button {
 /*   display: none;*/
}
  #shopify-section-template--20997348196691__featured_collection_with_media_FiWJT > div > div > div > div.featured-collection-with-media__media-block.featured-collection-slider-grid-item.animation--item > div.featured-collection-with-media__overlay-content.overlay-content > div > h2 {
    font-size: var(--font-size-heading-2-base);
}
  #shopify-section-template--20997348196691__featured_collection_with_media_FiWJT > div > div > div > div.featured-collection-with-media__media-block.featured-collection-slider-grid-item.animation--item > div.featured-collection-with-media__overlay-content.overlay-content > div > div.section-blocks__text.ff-body.rte.fs-body-200 > p {
    font-size: var(--font-size-body-150);
}
  .featured-collection-with-media__overlay-content.overlay-content {
    padding-left: 3px;
}
#shopify-section-template--20997348196691__featured_collection_with_media_FiWJT > div > div > div {
    background: #ececc3!important;
    padding: 20px;
    border-radius: 1rem;
}
  
  /*blue*/

scroll-slider-component#featured-collection-with-media {
    --peek: -4px!important;
}
.featured-collection-with-media__overlay-content .overlay-content__text-container {
    max-width: 100%!important;
}
.featured-collection-with-media__media-block {
    min-height: 175px!important;
}

  #shopify-section-template--20997348196691__featured_collection_with_media_dJXg7 > div > div > div > div.featured-collection-with-media__media-block.featured-collection-slider-grid-item.animation--item > div.featured-collection-with-media__overlay-content.overlay-content > div > h2 {
    font-size: var(--font-size-heading-2-base);
}
  #shopify-section-template--20997348196691__featured_collection_with_media_dJXg7 > div > div > div > div.featured-collection-with-media__media-block.featured-collection-slider-grid-item.animation--item > div.featured-collection-with-media__overlay-content.overlay-content > div > div.section-blocks__text.ff-body.rte.fs-body-200 > p {
    font-size: var(--font-size-body-150);
}
  .featured-collection-with-media__overlay-content.overlay-content {
    padding-left: 3px;
}
  #shopify-section-template--20997348196691__featured_collection_with_media_dJXg7 .featured-collection-with-media__inner {
    background: #dbecfd!important;
    padding: 20px;
    border-radius: 1rem;
}
    /*yellow*/

scroll-slider-component#featured-collection-with-media {
    --peek: -4px!important;
}
.featured-collection-with-media__overlay-content .overlay-content__text-container {
    max-width: 100%!important;
}
.featured-collection-with-media__media-block {
    min-height: 175px!important;
}

  #shopify-section-template--20997348196691__featured_collection_with_media_ggGDf > div > div > div > div.featured-collection-with-media__media-block.featured-collection-slider-grid-item.animation--item > div.featured-collection-with-media__overlay-content.overlay-content > div > h2 {
    font-size: var(--font-size-heading-2-base);
}
  #shopify-section-template--20997348196691__featured_collection_with_media_ggGDf > div > div > div > div.featured-collection-with-media__media-block.featured-collection-slider-grid-item.animation--item > div.featured-collection-with-media__overlay-content.overlay-content > div > div.section-blocks__text.ff-body.rte.fs-body-200 > p {
    font-size: var(--font-size-body-150);
}
  .featured-collection-with-media__overlay-content.overlay-content {
    padding-left: 3px;
}
  #shopify-section-template--20997348196691__featured_collection_with_media_ggGDf > div > div > div {
    background: #dbecfd!important;
    padding: 20px;
    border-radius: 1rem;
}
}

/* ---------------------------------- Featured collection with media ----------------------------------  */
/* ---------------------------------- Featured collection with media ----------------------------------  */
/* ---------------------------------- Featured collection with media ----------------------------------  */



/* ---------------------------------- Big Cart & cross sells ----------------------------------  */
/* ---------------------------------- Big Cart & cross sells ----------------------------------  */
/* ---------------------------------- Big Cart & cross sells ----------------------------------  */

.cross-sells-inner {
   background: #f0eeeb00;
    border: 1px solid #f1ece9;
    border-radius: 1rem;
    margin-left: 10px;
    margin-right: 10px;
}
.cross-sells__item-button {
    background: transparent;
}
h4.cross-sells__item-title.fs-body-100 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.cross-sells__item {
    border-radius: 1rem;
    padding: 10px;
    background: #f0eeeb;
}
button.cross-sells__item-add.btn.btn--tertiary.btn--small {
    background: transparent;
    box-shadow: none;
    border: 1px solid;
}
.cross-sells__item-button:hover, .cross-sells__item-button:focus {
    border-color: transparent;
    background-color: transparent;
}
#shopify-section-template--20997348065619__main > div > div > form > div.cart__form-main-content > div.cart__form-items > div.cross-sells > div {
    margin: 0;
}
.cart__form-main-content {
    background: white;
    padding: 20px;
    border-radius: 1rem;
}
.cart__form-items .quantity-input[data-bordered=true] {
    border: 1px solid rgb(113 74 18);
    border-radius: 40px;
  height: var(--quantity-input-size, 35px);
}
.cart__form-items .quantity-input input {
    color: #6f4a11!important;
    font-weight: 800;
}
.cart__form-item-image {
    width: 10%;
}
.cart__form-item-quantity-wrapper {
    margin-top: 25px;
}
.cart__form-item-quantity-wrapper {
    margin-top: 0;
    flex-direction: column;
    align-items: end;
}
.cart__form-item-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cart__form-item-info-wrapper {
    flex-direction: column;
}
p.cart__inventory-warning.fs-body-50 {
    /* order: 2; */
    margin-bottom: 5px;
    display: flex;
    justify-content: end;
}
.cart__form-item-price-wrapper.ff-product-price.fs-body-100 {
    font-size: 20px;
}
.cart__footer {
    border-radius: 1rem;
}

/* ---------------------------------- Big Cart & cross sells ----------------------------------  */
/* ---------------------------------- Big Cart & cross sells ----------------------------------  */
/* ---------------------------------- Big Cart & cross sells ----------------------------------  */


/* ---------------------------------- Fortsätt som gäst login account ----------------------------------  */
/* ---------------------------------- Fortsätt som gäst login account ----------------------------------  */
/* ---------------------------------- Fortsätt som gäst login account ----------------------------------  */


#main > section > div > div > div.text-center {
    padding: 30px;
    margin: 0 auto;
    background: #f8f7f6;
    border-radius: 1rem;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 12px;
}
#main > section > div > div > div.text-center > h2 {
    margin-bottom: 10px;
    font-size: 1rem;
}

/* ---------------------------------- Fortsätt som gäst login account ----------------------------------  */
/* ---------------------------------- Fortsätt som gäst login account ----------------------------------  */
/* ---------------------------------- Fortsätt som gäst login account ----------------------------------  */


/* ---------------------------------- Vulverine ----------------------------------  */
/* ---------------------------------- Vulverine ----------------------------------  */
/* ---------------------------------- Vulverine ----------------------------------  */

#shopify-section-template--20997348131155__banner > header > div > div > div.collection-banner__banner > div > div > div > div > nav > ol > li:nth-child(2) > span > img {
    display: none;
}
#shopify-section-template--26295073276243__main > div > div > div.product__breadcrumbs > nav > ol.breadcrumbs__list > li:nth-child(2) > a > img {
    display: none;
}
/* ---------------------------------- Vulverine ----------------------------------  */
/* ---------------------------------- Vulverine ----------------------------------  */
/* ---------------------------------- Vulverine ----------------------------------  */


/* ---------------------------------- Quick ADD ----------------------------------  */
/* ---------------------------------- Quick ADD ----------------------------------  */
/* ---------------------------------- Quick ADD ----------------------------------  */

#quantity-input-product-form-8414060577107 {
    color: #3E342C;
}
#product_form_8414060577107 > div.product-form__quantity-and-buy-buttons-wrapper > div.quantity-input-wrapper.quantity-input-wrapper--product-form > div {
    border-radius: 40px;
    border: 3px solid;
  
}
button.quantity-input__button.btn.btn--rounded {
    justify-content: center;
}
/* --------------------------------- Quick ADD ----------------------------------  */
/* ---------------------------------- Quick ADD ----------------------------------  */
/* ---------------------------------- Quick ADD ----------------------------------  */


/* ---------------------------------- Policy policies ----------------------------------  */
/* ---------------------------------- Policy policies ----------------------------------  */
/* ---------------------------------- Policy policies ----------------------------------  */



.shopify-policy__container {
    background: white;
    padding: 30px;
    border-radius: 1rem;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* ---------------------------------- Policy policies ----------------------------------  */
/* ---------------------------------- Policy policies ----------------------------------  */
/* ---------------------------------- Policy policies ----------------------------------  */


/* ---------------------------------- Temporary CSS ----------------------------------  */
/* ---------------------------------- Temporary CSS ----------------------------------  */
/* ---------------------------------- Temporary CSS ----------------------------------  */

/* Accent text for banners*/

/*2nd grid-item*/
#shopify-section-template--20997348196691__grid_GtTtK > div > div > div > div:nth-child(2) > div > div.grid-item__text-container-wrapper > div > div > p > span {
    
    color: white;
  background: #30561f;
}
/*1st grid-item*/
#shopify-section-template--20997348196691__grid_GtTtK > div > div > div > div:nth-child(1) > div > div.grid-item__text-container-wrapper > div > div > p > span {
    background: #30561f;
    color: white;
}

#shopify-section-template--20997348196691__featured_collection_qFAxh > div > div > div.section-header.section-blocks.animation--container-header > h3 {
    padding: 3px;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    font-weight: 600;
    width: fit-content;
    background: #f0eeec;
    color: #6f4a11;
    margin-bottom: 5px;
}

/* ---------------------------------- Cart Icon Styling ----------------------------------  */
/* ---------------------------------- Cart Icon Styling ----------------------------------  */
/* ---------------------------------- Cart Icon Styling ----------------------------------  */


/* Custom cart icon with green pill-shaped background */
.header__cart-link {
    background-color: #9ab052;
    border-radius: 50px; /* Pill shape */
    
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 12px; /* Space between icon and number */
    height: 40px;
    min-width: 80px; /* Fixed minimum width */
    width: 80px; /* Fixed width */
    transition: background-color 0.2s ease;
}

.header__cart-link:hover {
    background-color: #88a048;
}

/* Update icon color to white */
.header__cart-link .icon svg,
.header__cart-link .icon-button__icon svg {
    fill: white !important;
    color: white !important;
    width: 24px;
    height: 24px;
}

/* Cart count styling - inside the pill */
.header__cart-link-count {
    position: static !important;
    background-color: transparent !important;
    color: white !important;
    font-weight: 600;
    font-size: 16px;
    padding: 0 !important;
    margin: 0 !important;
    min-width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    border: none !important;
    transform: none !important;
    line-height: 1 !important;
}

/* Override icon-button default styling */
.header__cart-link .icon-button {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
}

/* Fill the shopping cart icon */
.header__cart-link .cart-icon-fill {
    fill: white !important;
}

/* Ensure the cart link can grow with content */
.header__icon-touch--cart {
    width: auto !important;
    overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .header__cart-link {
    min-width: 70px!important;
    padding-right: 10px!important;
    gap: 0px!important;
  }
}

/* ---------------------------------- Badges, custom bottom left ----------------------------------  */
/* ---------------------------------- Badges, custom bottom left ----------------------------------  */
/* ---------------------------------- Badges, custom bottom left ----------------------------------  */

.product-item__inner .product-badges {
    justify-content: space-between;
    height: calc(100% - var(--spacing-2)* 2);
}
.product-item__inner .product-badge[data-type="custom"] {
    order: 999;
    margin-top: auto;
    
}
.product-item__inner .product-badge[data-handle="farskvara"]{
  font-size: 13px !important;
}


/* ---------------------------------- ios 26 nav issue ----------------------------------  */
/* ---------------------------------- ios 26 nav issue ----------------------------------  */
/* ---------------------------------- ios 26 nav issue ----------------------------------  */







/* ---------------------------------- Temporary CSS ----------------------------------  */
/* ---------------------------------- Temporary CSS ----------------------------------  */
/* ---------------------------------- Temporary CSS ----------------------------------  */



/* important rules */
.grid-item.grid-item--width-33.animation--item,
.grid-item.grid-item--width-66.animation--item,
.grid-item.grid-item--width-50.animation--item {
  --mobile-height: 160px !important;
}
@media (max-width: 768px) {
  .announcement-bar.announcement-bar--announcements-desktop-align-right {
    display: none;
    background: black !important;
  }
  #shopify-section-template--26295073276243__main > div > div > div.product__top.product__primary {
    border-radius: 0 !important;
}
.quick-search__suggested-wrapper {
    border-radius: 0 !important;
    margin-top: 0 !important;
}
}
#shopify-section-sections--20997348589907__header .image.regular-logo.animation--lazy-load.loaded {
    border-radius: 0!important;
}
.product__top.product__primary {
  background: white!important;
  border-radius: 1rem!important;
}
.product__media-container {
  width: 70%!important;
  margin-left: 13%!important;
}
.header__content.header__content-mobile
  + .header__content-mobile.header__content--search-bar {
  margin-top: 10px!important;
}
