/** Shopify CDN: Minification failed

Line 495:5 Expected ":"

**/
.right_here{
  border: 5px dashed red;
}

.text-column {
        height: -webkit-fill-available;
}

.btn {
    font-weight: 800;
}


.slider__item h3 {
    display: flex;
    justify-content: center;
}

.strongly-spaced-row, .fully-spaced-row--medium {
    margin-top: var(--larger-section-padding);
    margin-bottom: var(--larger-section-padding);
    padding-top: var(--larger-section-padding);
    padding-bottom: var(--larger-section-padding);
}

@media screen and (max-width: 767px) {
  .rich-text-only {
    padding: 0 !important;
}
  
    .image-text-blocks-row {
        grid-template-columns: 1fr 1fr !important;
      column-gap: 10px !important;
    }
  .image-text-block__text.rte {
    text-align: left;
}
}

.collection-listing .testimonial__star-rating {
    gap: 4px;
svg{
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 767px) {
.logo-area__right__inner .button-row {
    display: none !important;
}
}
/* -- New Slider -- */


.product-grid--carousel .slider__item {
    text-align: center;
    display: flex
;
    flex-direction: column;
}

.collection-slider-row.use-color-scheme {
    padding-block: calc(var(--section-padding) / 2);
}
@media (max-width: 767px){
 .collection-slider-row.use-color-scheme {
    padding-block: var(--section-padding);
}
}


/* -- End New Slider -- */




.logos_wrapper {
    display: flex
;
    gap: 25px;
  margin-block: 25px 15px;
}
.img-logo-wrap {
    max-width: 60px;
}

.star-rating-wrap{
  display: flex;
}
.testimonial__star-rating {
    display: flex
;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
a.text-overlay__button,
.calpal-block-button,
a.btn.btn--secondar,
button.btn.btn--large.add-to-cart,
a.btn.btn--secondary{
  border-radius: 100px !important;
}

.product-label-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    flex-direction: row;
  align-content: flex-start;
}
span.product-label.product-label--custom svg {
    width: 18px;
    height: auto;
}

/* --- For Poll Start --- */



  
  .feedback-container {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000;
  }

  .side-sticky-button {
    background-color: #000;
    color: white;
    padding: 7px 3px 7px 0;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .feedback-side-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: fit-content;
    width: 500px;
    transform: translateX(-100%);
    background: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    z-index: 1001;
    overflow-y: auto;
  }

  .feedback-side-panel.active {
    transform: translateX(0);
  }

  .feedback-panel-content {
    padding: 20px;
  }

  .feedback-panel-content .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
  }

  .feedback-question {
    display: none;
  }

  .feedback-question.active {
    display: block;
  }

  .rating-buttons {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
  }

  .rating-button {
    background-color: #e0e0e0;
    border: none;
    padding: 10px 15px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

  .rating-button:hover {
    background-color: #d5d5d5;
  }

  .rating-button.selected {
    background-color: #000;
    color: white;
  }

  textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    font-size: 1rem;
    resize: none;
  }
 
  .form-actions {
    margin-top: 15px;
}

  .form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .form-actions button {
    background-color: #000;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .loading-spinner {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.8s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .previous-btn{
    padding-inline: 0 !important;
    background: transparent !important;
    color: black !important;
    text-decoration: underline;
  }


@media(max-width: 767px){
  .rating-button{
  padding: 3px 8px;
  }
.feedback-side-panel {
    width: 100vw;
}
}
/* ---- Poll End --- */


/* -- Labels -- */

.product-label-container{
  left: 0;
}
.product-label{
  margin-left: 0;
}
.has-six-above .image-cont .img-ar:before {
    padding-top: calc(100% / max(1, .6)) !important;
}

.collection-listing, .slider {
    padding-block: 29px;
}
.product-block .image-cont{
  overflow: visible;
}

.product-label-container {
  top: -17px;
}


/* -- Cart Fixes -- */
.drawer {
    --gutter-content: 20px;
    visibility: hidden;
    z-index: 8999001;
}


  .cart-drawer{  
    
    @media (max-width: 767px){
    .product-grid--per-row-2{
      --product-columns-desktop: 1.6;
    }
    }
               .product-block-options{
                 display: none;
               }
               .product-grid .product-block__detail{
                 margin-bottom: 10px;
               }
               .cart-drawer__footer{
                 padding-top: 15px;
               }
               .product-block-options.product-block-options--swatch {
              display: flex;
               }
              }


/* -- Footer -- */

@media (min-width: 768px) {
   .section-footer__row-lower .section-footer__row__col {
        flex-basis: auto;
        padding: 0px;
    }
}

/* -- End Footer -- */


/* -- New Collection Module -- */

.grid-item-why {
    display: flex;
    width: fit-content;
}


.grid-item-why .with-icon .icon--large{
  margin-inline-end: 0px !important;
  margin: 0px !important;
 width: 34px;
}
  .image-text-grid-why {
    display: flex;
    flex-wrap: wrap;
  }

.grid-item-why {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.for-gustavs-lp-p{
font-size: 14px;
}
.grid-item-why p {
    
    display: flex;
    justify-content: center;
}

  
  .grid-item-why {
    text-align: center;
  }

  .grid-item-why img {
    max-width: 100%;
    height: auto;
  }
  h2.for-gustavs-lp-why.h2 {
      font-weight: 900;
  }


  .grid-item-why p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
/* -- New Coll Mod End -- */





.image-cont--with-secondary-image .product-block__image {
    transition: opacity 0s !important;
}

.pack-second-wrapper {
    display: flex
;
    align-items: center;
    gap: 15px;
}

/* ------ Mobile nav footer ------- */

.mobile-navigation-drawer .localization__grid {
    border-top: 1px solid #e2e2e2;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    margin-top: 15px;
}
.mobile-navigation-drawer__footer .header-localization .localization__selector {
  margin: 0;
  border-top: 0;
}

ul.inline.large-only.sugg_links {
    display: flex;
    flex-direction: column;
}

.mobile-footer-menu-wrapper {
    transition: 0.3s ease;
    margin-top: 50px;
    width: 100%;
}
.mobile-navigation-drawer .navigation{
      margin-bottom: 0;
}
.mobile-navigation-drawer {
    padding-bottom: 0;
}
a.js-accordion-link.c-accordion__link {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 18px;
    text-transform: uppercase;
}
.c-accordion.c-accordion--mobile-nav li:not(.c-accordion__panel) {
    padding: 10px 0 10px 10px !important;
    border-bottom: 1px solid;
}
ul.social-icons__list {
    display: flex;
}
li.mobile-menu__item {
    width: 100%;
    padding: 10px 15px;
}
ul.inline.large-only.sugg_links li {
    font-size: 12px;
    text-transform: uppercase;
    list-style-type: none;
    padding: 6px 0;
    letter-spacing: 0.6px;
}
.suggested_wrapper {
    padding: 15px;
      padding-bottom: 0;
}
span.icon-arrow-wrap {
    display: flex;
    background: white;
    border-radius: 100px;
    padding: 5px;
    position: absolute;
    right: 15px;
}

a.vib-center {
    align-items: center;
    display: flex;
    gap: 15px;
}
.rewards-msg-wrap{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
a.vib-center {
    display: flex;
  gap 15px;
}
span.icon-wrapper-user {
    display: flex;
    padding: 8px;
    background: #333;
    height: fit-content;
  border-radius: 100px;
}
.rewards-msg {
      text-align: left;
    margin-block-start: 3px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 140%;
    text-transform: none;
    color: #333;
    font-size: 12px;
}
li.mobile-menu__item {
    list-style: none;
}


/* ----- For navigation link images ------------ */



 .custom--Socken-Abo .navigation__columns--count-1,
.custom--The.Sockscription .navigation__columns--count-1{
    display: none;
}

.mobile-navigation-drawer--child-open{

  .navigation__wide-promotion .column img {
    display: none;
}

    span.mobile-nav-title {
      /* color: white; */
    }
  
  /* span.mobile-nav-title {
    font-size: 0.9em;
        color: black;
        padding: 3px 14px;
        margin-block: auto;
        border-radius: 4px;
        background: white;
    } */
  a.mobile-nav-toggle,
  .mobile-nav-back{
    background: white;
        border-radius: 120px;
        padding: 3px 5px !important;
        margin: 9px 19px;
}
  
  .mobile-footer-menu-wrapper{
  display: none;
}
    .navigation__mobile-header {
        background: white;
        z-index: 10;
        position: relative;
        border-bottom: 1px solid #ffffffcc !important;
        transition: background-color 0.1s ease;
    }
 
 .navigation__tier-2-container {
    /* top: 0 !important; */
  }
  .drawer-image-wrapper {
    height: 240px;
}

.navigation__mobile-header.scrolled {
  background-color: #ffffff; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

}
.mobile-navigation-drawer--shop{
  .navigation__mobile-header {
    background: none;
    border-bottom: 1px solid rgb(105 103 103 / 12%) !important;
  }
   a.mobile-nav-toggle,
  .mobile-nav-back{
    background: none;
    color: currentcolor;
  }
  .navigation__tier-2-container {
        top: 50px !important;
    }
   span.mobile-nav-title {
      color: currentcolor;
    }
}
.drawer-button, .drawer-button:hover {
    border: none;
    display: inline-block;
    width: 80%;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transform: translateY(-25px);
}
img.drawer-large-image.theme-img {
    height: 240px;
}


li.navigation__item.second-tier-gs a {
    display: flex;
    gap: 15px;
}


/* --------- */

/* -- New Navi -- */

@media (min-width: 767px){
li.first-tier-custom-gs:nth-child(4){

  ul.navigation__tier-2.navigation__columns.navigation__columns--count-1 {
    display: none;
}
  img{
    max-width: 690px;
    max-height: 403px;
    height: auto;
}
  
  @media (max-width: 1140px){

    img{
      height: -webkit-fill-available
    }
}
}
}

.navigation .navigation__wide-promotion {
        padding-top: 110px;
        padding-bottom: 110px;
    }

@media (min-width: 767px) and (max-width: 1140px){
    .navigation .navigation__wide-promotion {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
  }

li.first-tier-custom-gs:nth-child(4){
  
.navigation .navigation__wide-promotion {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
  @media (min-width: 767px) and (max-width: 1140px){
    .navigation .navigation__wide-promotion {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
  }
}

 li.first-tier-custom-gs:nth-child(3) li.navigation__column:nth-child(4):after{
    content: '';
    border-right: 1px solid #3333;
    width: 1px;
    position: absolute;
    height: 80%;
    top: 0;
    transform: translate(-5vw, 20px);
}



/* ---------- Custom CSS for Gustavs ----------------- */




.custom-gift-id-gs{
product-block:nth-child(20),
  product-block:nth-child(32),
  product-block:nth-child(31),
  product-block:nth-child(30),
  product-block:nth-child(28),
  product-block:nth-child(29),
  product-block:nth-child(37)
  {
  display: none;
  outline: 8px solid green;
    
  .product-block__detail {
    display: none;
  }
}
}

/* -- Gift wrapping Start -- */


img.custom-link-gift.theme-img {
    width: 75px;
}
label.pack-label span {
    display: flex;
    align-items: center;
}

.gift-custom-wrapping {
    display: flex;
    border: 1px solid #d2d2ce;
    border-radius: 3px;
    padding: 5px 15px;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.gift-custom-wrapping.selected {
    border: 2px solid currentColor;
}
/* -- Gift wrapping End -- */

button.mute-toggle {
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 15px;
    padding: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}


/* ------ Subscription Mega Menu -------- */

@media (max-width: 767px){
  ul.navigation__tier-2.navigation__columns.navigation__columns--count-1 {
    display: none;
}
  
.feature-text-paired .button-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
}


@media (min-width: 767px){
li.first-tier-custom-gs:nth-child(4){

  .navigation__tier-2.navigation__columns.navigation__columns--count-1{
    display: none;
}
  img{
    max-width: 690px;
    max-height: 403px;
    height: auto;
}
  
  @media (max-width: 1140px){

    img{
      height: -webkit-fill-available
    }
}
}
}

 @media (min-width: 767px) and (max-width: 1140px){

    li.first-tier-custom-gs:nth-child(4) img{
      height: -webkit-fill-available
    }

   li.first-tier-custom-gs:nth-child(4) .navigation__wide-promotion {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
}

li.first-tier-custom-gs:nth-child(4) .navigation__wide-promotion {
        padding-top: 90px;
        padding-bottom: 90px;
    }



@media (min-width: 1141px) and (max-width: 1400px) {
    li.first-tier-custom-gs:nth-child(4) .navigation__wide-promotion {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}




/* ----- For navigation link images ------------ */

.custom-two-logos a.button-row__btn.btn.btn-- {
    background: none;
    color: #000000;
    border: none;
    text-underline-offset: 5px;
    text-decoration: underline !important;
    padding: 0;
}





@media (min-width: 767px){
  .feature-text-paired.right-gs{
  margin-left: 30%;
  margin-right: 5%;
}
.feature-text-paired.left-gs{
  margin-right: 30%;
  margin-left: 5%;
}
.custom-two-logos.navigation__wide-promotion{
  padding-top: 40px !important;
  padding-bottom: 40px !important
}

 .custom-two-logos .flexible-layout .column--half {
        width: 49%;
    }

  .column-divider {
    width: 1px;
    background: #c2c2c2;
}
}

@media (max-width: 767px){
  
  .column-divider {
    height: 1px;
    background: #c2c2c2;
}
 .custom-two-logos .flexible-layout.valign-middle {
    display: flex !important;
    flex-direction: column;
}
}

.custom-logo-gs.theme-img {
    position: relative !important;
    margin-left: 0 !important;
    margin-top: 30px !important;
    width: 250px !important;
}


.navigation__tier-3-container .navigation__link {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

img.custom-link-mobile {
    width: 30px;
    height: 30px;
}

/* --------- */


/* For Gustavs CSS */

a.btn.btn--secondary.quickbuy-toggle {
    background: white;
}

.returns_container {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0 0 25px;
}
.shipping_container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.shipping_container > div{
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
}
.shipping_container.has-flag-icon > div {
    flex-wrap: wrap;
}
h2.ship_ret_h2,
.flag_cro_text
{
  margin: 0;
  font-size: 1.1em;
  color: currentColor;
  font-weight: 500;
}

.shipping_returns .icon {
  fill: none !important;
}
.shipping_returns .icon--small {
  --icon-size: 20px;
}

svg.returns_usp {
    margin-right: 5px;
}
.clock_usp {
    margin-right: 5px;
}

/* Subscribe & Save */
.rc-container-wrapper.rc_container_wrapper {
  border: 1px solid currentColor;
  border-radius: 5px;
  margin-top: 10px;
}
.js-instalments-form {
  border-radius: 5px;
}
.rc-option__onetime {
  border-radius: 5px 5px 0 0 !important;
  border-bottom: 1px solid currentColor !important;
}
span.rc_popup__label {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rc-container {
  margin-bottom: 0;
}
.rc-option__subsave {
  margin-top: 10px;
}
svg.pencil {
    margin-right: 5px;
}
/* Mobile Menu Search Box */

.navigation__tier-1-container .main-search__form {
    margin: 20px;
}
/* Custom Labels */
span.product-label.product-label--custom >span {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* End For Gustavs CSS */