/** Shopify CDN: Minification failed

Line 373:35 Unexpected ")"

**/


  /* ============================================================================
    # BACK IN STOCK
  ============================================================================== */

  #esc-oos-form-app-modal {
    margin-bottom: 20px;
  }
  .NBIS-Modal__btn {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 9px;
  }

  /* ================ POPUP ================ */

  .NBIS-Modal__popup {
    margin: 50px 0 0;
    position: fixed;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    transition: none;
  }

  /* ================ CLOSE ================ */

  .NBIS-Modal__popup .NBIS-Modal__close {
    position: absolute;
    top: 10%;
    right: 20%;
    display: flex;
    justify-content: flex-end;
    font-size: 2.5em;
    font-weight: 400;
    color: var(--black);
    width: 60%;
    margin: 0;
    z-index: 999;
  }
  .NBIS-Modal__popup .NBIS-Modal__close:hover {
    color: var(--black);
  }

  /* ================ CONTENT ================ */

  .NBIS-Modal__popup .NBIS-Modal__content {
    position: relative;
    width: 60%;
  }

  /*
  .NBIS-Modal__content > div:last-of-type {
    display: none;
  }
  */

  /* ================ HEADER ================ */

  .NBIS-Modal__popup__header {
    padding: 0;
  }
  .NBIS-Modal__popup__header_title {
    height: auto;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .NBIS-Modal__popup__header_subtitle {
    height: auto;
    font-size: 12px;
    color: var(--dark-grey);
    margin-bottom: 50px;
  }
  
  /* ================ FORM ================ */

  .back-in-stock--one-size .NBIS-Modal__FromArea {
    margin-top: -20px;
  }

  .back-in-stock--one-size .NBIS-Modal__ProductTitle {
    display: none;
  }

  .NBIS-Modal__FromArea {
    background-color: var(--white);
  }

  .NBIS-Modal__ProductTitle {
    padding: 0;
    margin: 0;
  }

  .NBIS-Modal__variant {
    margin-top: 0;
  }

  .NBIS-Modal__variant,
  .NBIS-Modal__email {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--light-grey);
    border-radius: 0;
  }
  .esc-check-container- {
    padding: 0;
    margin-top: 15px;
    display: flex;
    align-items: baseline;
  }
  .esc-btn-modal {
    width: 100%;
    height: 40px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .float__wrapper input::placeholder {
    color: var(--grey);
    font-style: italic;
  }

  .float__wrapper input:placeholder-shown {
  font-style: italic;
  }

  .float__wrapper label {
    color: var(--grey);
  }

  /* ================ SUCCESS AND ERROR ================ */

  .esc-modal-footer-success {
    font-size: 15px;
    color: var(--black);
  }

  .esc-modal-footer-success div {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: white;
    color: #404040;
    font-weight: 600;
  }

  .esc-modal-footer-success div::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M19.281 5.281 9 15.563 4.719 11.28 3.28 12.72l5 5 .719.687.719-.687 11-11Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;    
    width: 50px;
    height: 20px;
    margin-bottom: 15px;
  }

  /* ================ MOBILE ================ */

  @media screen and (max-width: 767px) {
    .NBIS-Modal__popup {
      justify-content: flex-start;
      width: 100%;
      height: 60%;
      bottom: 0;
      margin: 0;
      padding: 27px;

    }
    
    .NBIS-Modal__popup .NBIS-Modal__content {
      width: 100%;
    }

    .NBIS-Modal__popup .NBIS-Modal__close {
      top: 0;
      right: 0;
      width: auto;
      margin: 13px 25px 0 0;
      line-height: 1;
    }

    .NBIS-Modal__popup__header_title {
      padding: 0 20px 0 0;
      margin-bottom: 40px;
    }

    .NBIS-Modal__popup__header_subtitle {
      margin-bottom: 35px;
    }

    .esc-btn-modal {
      width: 99%;
    }
  }

  /* ============================================================================
    # PRODUCT GENERAL
  ============================================================================== */

  .product-page--no-breadcrumbs {
    padding-top: 0;
  }

  .product-page .wrapper {
    margin: 0 10px;
    padding: 0;
    width: auto;
    max-width: none;
  }

  .product__media__wrapper {
    margin-bottom: 0;
    padding: 0;
  }

  .product-page .grid.product-single {
    margin-left: 0;
  }
  

  @media screen and (min-width: 768px) {
    .product__info__wrapper {
      padding: 63px 0 0 !important;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 10;
    }

    .grid__item-inner-wrapper {
      display: flex;
      flex-direction: column;
      width: 65%;
    }
  }

  .media__thumb__wrapper {
    visibility: hidden;
    height: 0;
  }

  @media screen and (max-width: 767px) {
    .product-page .grid__item {
      padding: 0;
      float: unset;
      width: auto;
    }

    .product__info__wrapper {
      margin: 0 17px;
    }

    .grid__item-inner-wrapper .klarna-container{
      padding-bottom: 20px;
    }
  }

  /* ============================================================================
    # PRODUCT IMAGE
  ============================================================================== */

  .product__slides .flickity-viewport {
    transition: none;
  }

  html.js .product__slides:not(.flickity-enabled) > .product__media:not(:first-child), html.js .media__thumb__wrapper.flickity-enabled > .media__thumb:nth-child(n+8) {
    display: block;
  }

  .product__slides img {
    height: 100%;
    object-fit: cover;
  }

  .flickity-lock-height:after {
    content: 'flickity';
    display: none; /* hide :after */
  }

  .flickity-button {
    background: transparent;
  }
  .flickity-button:hover {
    background: transparent;
  }


  @media screen and ( min-width: 768px ) {
    /* disable Flickity for large devices */
    .flickity-lock-height:after {
      content: '';
    }

    .product__media:not(:first-of-type) {
      margin-top: 10px;
    }

    .grid__item--sticky {
      position: -webkit-sticky; /* Safari */
      position: sticky;
      top: 15%;
    }
  }
  @media screen and ( min-width: 1601px ) {
    .grid__item--sticky {
      top: 25%;
    }
  }


  /* ============================================================================
    # PRODUCT TITLE PRICE
  ============================================================================== */

  .product__headline {
    padding-bottom: 25px;
    margin: 0;
  }

  @media screen and (max-width: 767px) {
    .template-product .product__title__wrapper{
      width: 100%;
    }
  }
  
  .product__headline .product__title,
  .product__headline .product__price {
    font-size: 17px;
  }
  .template-product .product__title {
    text-transform: uppercase;
  }

  .product__headline .product__price__wrap {
    margin: 14px 0 0;
  }
  .template-product .product__price {
    padding: 0;
  }
  .product__price--sale {
    margin-right: 15px;
  }

  .product__headline .smartwishlist-container {
    flex: 0 0 auto;
    margin-left: 10px;
  }

  .product__headline .smartwishlist-container span {
    display: block;
  }

  @media screen and (max-width: 767px) {
    .product-page .grid:last-child() {
      margin: 17px;
    }
    .product__headline {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-start;
      padding: 20px 0;
    }

    .product__title__wrapper {
      padding-top: 15px;
    }

    .product__headline .product__title,
    .product__headline .product__price {
      font-size: 16px;
    }
  }

  /* ============================================================================
    # TRUSTPILOT WIDGET
  ============================================================================== */
  #trustpilot-widget-trustbox-0-wrapper{
    width: 13% !important;
    padding-bottom: 20px;
  }
  @media(max-width: 1920px){
    .trustpilot-widget-trustbox-0-wrapper{
      width: 15% !important;
    }
  }
  @media(max-width: 1440px){
    #trustpilot-widget-trustbox-0-wrapper{
      width: 23% !important;
    }
  }
  #trustpilot-widget-trustbox-1{
    background-color: #f8f9fa;
    padding-top: 20px;
  }
  

  /* ============================================================================
    # PRODUCT VARIANT OPTION --- TEXT
  ============================================================================== */
  
  .radio__legend {
    display: flex;
    justify-content: space-between;
  }

  .radio__fieldset--text .radio__legend {
    padding: 0 0 20px 0;
  }

  .radio__fieldset--text .radio__legend__label {
    flex: 0 0 auto;
    font-size: 13px;
    text-transform: capitalize;
    color: var(--dark-grey);
  }

  .radio__fieldset--text .radio__button input:checked ~ label {
    color: var(--text);
    background-color: inherit;
    border: none;
    border-bottom: 1px solid var(--text);
  }

  .radio__fieldset--text .radio__button label {
    border: none;
    padding: 0 0 5px 0;
    margin: 0 25px 0 0;
    font-size: 15px;
    min-width: auto;
    color: var(--text);
    transition: none;
  }

  .radio__fieldset--text .radio__button label:hover {
    color: var(--text);
    background-color: inherit;
    border: none;
    border-bottom: 1px solid var(--text);
  }

  .radio__fieldset--text .radio__button .sold-out + label {
    color: #DDDDDD;
  }
  .radio__fieldset--text .radio__button .sold-out + label:hover {
    border-bottom: 1px solid #DDDDDD;
  }

  .radio__fieldset--text .radio__button input:checked.sold-out ~ label {
    color: #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }

  .radio__fieldset--text .radio__button .sold-out + label::before, 
  .radio__fieldset--text .radio__button .unavailable + label::before {
    display: none;
  }

  .btn--add-to-cart {
    font-size: 14px !important;
    text-transform: uppercase;
    min-height: 40px;
  }

  .btn--add-to-cart[class*=btn][disabled] {
    background: var(--dark-pink);
    opacity: 1;
  }
  .variant--soldout .btn--add-to-cart[class*=btn][disabled] {
    background: var(--white);
    color: var(--black);
    border: 1px solid var(--black);
    opacity: 1;
  }
  .btn--add-to-cart.btn--outline:hover:not(.btn--add-to-cart[class*=btn][disabled]) {
    background-color: var(--white);
  }

  @media screen and (max-width: 767px) {
    .product-page .form__selectors {
      padding-bottom: 30px;
    }

    .product-page .product__button__meta {
      margin-bottom: 30px;
    }
  }

  /* ============================================================================
    # TABS OVER - CUSTOM TABS
  ============================================================================== */

  .custom-tabs {
    overflow: visible;
    position: static;
  }

  .custom-tabs .tabs {
    display: flex;
    justify-content: space-between;
  }

  .custom-tabs .tab-content .tab-close .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .custom-tabs .tab-link {
    font-size: 13px;
    font-weight: 400;
    color: var(--text);
    text-transform: none;
  }

  /* ================ TABS DESKTOP ================ */

  @media screen and (min-width: 768px) {
    .tab_desk--hidden {
      visibility: hidden;
    }
    
    .tabs--overlay-bg {
      display: none;
    }

    /* ================ Tabs link ================ */
    
    .custom-tabs .tab-link:hover {
      color: var(--dark-pink);
      border-bottom: 1px solid var(--dark-pink);
    }

    .custom-tabs .tab-link.current {
      color: var(--dark-pink);
    }
    
    .plus-sign {
      display: none;
    }

    /* ================ Tabs Content ================ */

    .product-description.tabs-over.open {
      order: 1;
    }

    .custom-tabs .tab-content.current {
      position: absolute;
      background: #fff;
      z-index: 1;
    }

    .custom-tabs .tab-content {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      padding: 0;
    }

    .custom-tabs .tab-content--close {
      margin-top: 40px;
      display: flex;
      justify-content: flex-end;
    }
    .custom-tabs .tab-content--close .tab-close{
      z-index: 10;
      padding: 0;
    }

    .custom-tabs .tab-content .tab-content__holder {
      width: 65%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .custom-tabs .tab-content .tab-content__inner {
      flex: 0 0 65%;
      overflow-y: auto;
      overscroll-behavior: contain;
      margin-bottom: 50px;
    }
    .custom-tabs .tab-content.tab-content--buy-it-with .tab-content__inner {
      flex: 0 0 65%;
      width: 100%;
      overflow: auto;
      margin-bottom: 70px;
    }

    .custom-tabs .tab-content .tab-content__inner .tab-content__overflow {
      opacity: 0;
    }
    .custom-tabs .tab-content .tab-content__inner.overflow-div .tab-content__overflow {
      opacity: 1;
    }

    .custom-tabs .tab-content div p {
      font-size: 12px !important; 
    }

    /* ================ Tabs Overflow Blur effect ================ */

    .custom-tabs .tab-content__inner .tab-content__overflow {
      display: block;
      position: sticky;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 70px;
    }
    .custom-tabs .tab-content__inner .tab-content__overflow-blur {
      background-color: #fff;
      filter: blur(8px);
      height: 100%;
      box-shadow: inset -1px 0px 20px 20px #fff, 0px 20px 20px 20px #fff;
    }

    .custom-tabs .tab-content__inner .tab-content__overflow-arrow {
      position: absolute;
      top: 15%;
      left: 50%;
      right: 50%;
      transform: rotate(90deg);
    }
  }

  /* ================ TABS MOBILE ================ */

  @media screen and (max-width: 989px) {
    .custom-tabs .product-tabs .tabs {
      padding: 0;
      margin: 0;
    }
  }

  @media screen and (max-width: 767px) {
    .mobile--no-scroll {
      overflow: hidden;
      touch-action: none;
      -ms-touch-action: none;
    }

    .product-description {
      border-top: 1px solid var(--new-border);
      border-bottom: 1px solid var(--new-border);
      padding: 25px 0;
    }

    .custom-tabs .tabs--overlay-bg {
      content: '';
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0px;
      background: #000000;
      opacity: 0.5;
      visibility: hidden;
      z-index: 5;
    }

    .tabs-wrapper.custom-tabs {
      margin: 0;
    }

    .custom-tabs .product-tabs__head {
      padding: 0;
      margin: 0;
    }

    .custom-tabs .product-tabs .tabs {
      padding: 0;
      margin: 0;
    }
    
    .custom-tabs .tabs.product-tabs-title {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .custom-tabs .product-tabs .tab-link {
      display: flex;
      align-items: flex-end;
      margin-top: 25px;
      padding: 0;
    }

    .product-tabs .tab-link:first-of-type {
      margin: 0;
      padding: 0;
    }

    .custom-tabs .tabs.product-tabs-title .tab-link .plus-sign .icon {
      height: 8px;
      margin: 0;
      transform: rotate(45deg);
      fill: #000000;
      margin-left: 5px;
    }

    .custom-tabs .tabs.product-tabs-title .tab-link .plus-sign .icon g,
    .custom-tabs .tabs.product-tabs-title .tab-link .plus-sign .icon path {
      fill: #000000 !important;
    }

    .custom-tabs .tab-content.current {
      background: #fff;
      z-index: 10000;
    }

    .custom-tabs .tab-content {
      min-height: 396px;
      padding: 27px;
      position: fixed;
      top: auto;
      left: 0;
      bottom: 0;
    }

    .custom-tabs .tab-content__holder {
      min-height: 30vh;
      max-height: 30vh;
    }

    .custom-tabs .tab-content--close {
      width: 100%;
      display: flex;
      justify-content: space-between;
      z-index: 10;
      padding: 0 0 40px 0;
    }
    .custom-tabs .tab-content--close .tab-close{
      z-index: 10;
      padding: 0;
    }
    .custom-tabs .tab-content .tab-close .icon {
      width: 1rem;
      height: 1rem;
    }

    .custom-tabs .tab-content--close .tab-content--header {
      text-transform: uppercase;
      font-size: 15px;
    }

    .custom-tabs .tab-content__inner {
      position: relative;
      overflow: auto;
      max-height: 300px;
    }

    .custom-tabs .tab-content__inner .tab-content__overflow {
      display: block;
      position: sticky;
      bottom: 10px;
      left: 0;
      width: 100%;
      height: 70px;
      
    }
    .custom-tabs .tab-content__inner .tab-content__overflow-blur {
      background-color: #fff;
      filter: blur(8px);
      height: 100%;
      box-shadow: inset -1px 0px 20px 20px #fff, 0px 20px 20px 20px #fff;
    }

    .custom-tabs .tab-content__inner .tab-content__overflow-arrow {
      position: absolute;
      top: 15%;
      left: 50%;
      right: 50%;
      transform: rotate(90deg);
    }

    .custom-tabs .tab-content__inner .tab-content__overflow {
      opacity: 0;
    }
    .custom-tabs .tab-content__inner.overflow-div .tab-content__overflow {
      opacity: 1;
    }

    .tab-content__entry {
      height: auto;
    }
    
  }

  /* ============================================================================
    # UPSELL TAB (BUY IT WITH)
  ============================================================================== */

   @media screen and (min-width: 768px) {
    .tab-content--buy-it-with {
      align-items: center;
    }
   }

  .custom-tabs .upsell-wrap {
    flex: 0 0 65%;
    height: 65%;
    overflow: auto;
  }

  .custom-tabs upsell-product {
    width: 100%;
    font-size: 12px;
  }

  .custom-tabs .upsell__holder__title {
    transform: none;
    width: 100%;
    text-align: left;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #EFEFEF;
    margin: 0 0 25px 0;
    background: inherit;
  }

  .custom-tabs .upsell {
    border: none;
    padding: 0;
  }

  /* ================ IMAGE ================ */

  .custom-tabs .upsell__image__inner {
    width: 75px;
    height: 90px;
  }

  .custom-tabs .upsell__image > a:hover {
    opacity: 1;
  }

  /* ================ CONTENT ================ */

  .custom-tabs .upsell__price {
    font-size: 14px;
    padding-top: 7.5px;
  }

  .custom-tabs .upsell a {
    text-decoration: none;
  }

  /* ================ BUTTON ================ */

  .custom-tabs upsell-product button {
    display: none;
  }

  .custom-tabs .btn--tab-buy-it-with {
    margin-top: 25px;
    text-transform: none;
  }


  @media screen and (max-width: 767px) {
    .custom-tabs .upsell__holder__title {
      border-bottom: none;
      font-size: 15px;
    }

    .custom-tabs .upsell__holder__title {
      padding: 0;
      margin: 0;
    }
  }

  /* ============================================================================
    # SIZE GUIDE
  ============================================================================== */

  .link--size-chart,
  .link--size-chart:hover,
  .link--size-chart:focus {
    font-size: 13px;
    text-decoration: underline;
    color: var(--dark-grey);
  }

  .modal__wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--white);
  }

  /* ================ TITLE ================ */

  .modal__close {
    color: var(--black);
    text-shadow: none;
    position: inherit;
    padding: 0;
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    .modal__close {
      display: flex;
      justify-content: flex-end;
      line-height: 1;
    }
  }

  .modal__title {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 35px 0;
    font-size: 15px;
  }

  /* ================ BOTTOM ================ */

  .modal__bottom {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
    border-top: 1px solid var(--light-grey);
    padding: 20px 35px;
    z-index: 15;
  }
  @media(min-width: 768px){
    .modal__bottom {
      justify-content: space-around;
    }
  }

  .round-letter {
    border: 1px solid var(--dark-pink);
    border-radius: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 5.5px;
    margin-right: 5px;
  }

  /* ================ DESKTOP ================ */

  @media screen and (min-width: 768px) {
    .modal__wrapper {
      top: 0;
      right: 0;
      height: 100%;
    }

    .modal__title span {
      flex: 0 0 auto;
    }

    .modal__container {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }

  /* ================ MOBILE ================ */

  @media screen and (max-width: 767px) {
    .modal__wrapper {
      bottom: 0;
      left: 0;
      right: 0;
      height: 70%;
    }

    /* TITLE */

    .modal__title {
      padding: 27px 25px 0;
      align-items: flex-start;
    }

    .modal__title span {
      flex: 0 1 auto;
      line-height: 1;
    }

    /* CONTAINER */

    .modal__container {
      flex: 1 1 auto;
      max-width: none;
      max-height: none;
    }

    .rte img {
      max-width: none;
    }

    /* BOTTOM */

    .modal__bottom {
      padding: 15px 25px;
    }

    .modal__bottom .round-letter {
      margin-right: 2px;
    }

    .modal__bottom span {
      font-weight: 400;
    }

    .modal__bottom--two-rows {
      flex-wrap: wrap;
    }
    .modal__bottom--two-rows .modal__bottom__option {
      flex: 0 0 calc(100% / 3);
      text-align: center;
    }

    .modal__bottom--two-rows .option--d,
    .modal__bottom--two-rows .option--e,
    .modal__bottom--two-rows .option--f {
      padding-top: 20px;
    }

  }


  /* ============================================================================
    # GIFTCARD TEMPLATE
  ============================================================================== */

  .product-gift-card .product__headline {
    padding-bottom: 120px;
  }

  @media screen and (min-width: 768px) {

    .product-gift-card .custom-tabs .tabs {
      justify-content: space-between;
    }
  }

  @media screen and (max-width: 767px) {
    .product-gift-card .product__headline {
      padding-bottom: 25px;
    }
  }

