.es-blog-list {
  padding: 24px 0;
  background-color: #2F5944;

  @media (max-width: 750px) {
    padding: 12px 0;
  }

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

    ul {
      display: flex;
      gap: 20px;
      justify-content: center;

      @media (max-width: 750px) {
        justify-content: flex-start;
        gap: 10px;
        overflow: auto;
        padding: 4px 20px;
      }

      li {
        a {
          padding: 8px 10px;
          border-radius: 4px;
          background: #FAFAFA;
          color: #232323;
          border: 1px solid #FFF;
          text-align: center;
          font-family: "Sofia Sans Condensed";
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          letter-spacing: 0.5px;
          display: block;
          text-transform: uppercase;
          text-decoration: unset;
          transition: .3s ease;
          white-space: nowrap;

          @media (max-width: 750px) {
            font-size: 15px;
          }

          &:hover {
            color: #FAFAFA;
            background-color: #2F5944;
          }
        }

        &.active a {
          color: #FAFAFA;
          background-color: #2F5944;
          pointer-events: none;
        }
      }
    }
  }
}

.main-blog {
  background-color: #FAFAFA;

  .blog-heading {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    @media (max-width: 750px) {
      margin-bottom: 24px;
    }

    h1.title--primary {
      margin-top: 0;
      margin-bottom: 0;
      color: #000;
      font-family: "Sofia Sans Condensed";
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 1px;
      text-transform: uppercase;

      @media (max-width: 750px) {
        font-size: 20px;
      }
    }

    .blog--count {
      color: var(--9, #333);
      font-family: 'Lexend', sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
    }
  }
  
  .blog-articles {
    .blog-articles-no-articles {
      color: rgba(0,0,0,.4);
      font-family: "Sofia Sans Condensed";
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center;

      @media (max-width: 750px) {
        font-size: 20px;
      }
    }

    .blog-articles__article {
      .card__heading {
        color: #000;
        font-family: "Sofia Sans Condensed";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 16px;
      }

      .card__content {
        .card__information {
          padding: 16px 0;

          .article-card__excerpt {
            margin: 0;
            color: #000;
            font-family: 'Lexend', sans-serif;
            font-size: 15px;
            font-style: normal;
            font-weight: 300;
            line-height: 160%;
            letter-spacing: 0.5px;
          }

          .button {
            gap: 30px;
            z-index: 1;
            margin-top: 16px;
          }
        }
      }

      .ratio::before {
        padding-bottom: 62%;
      }

      .card__media {
        .article-card__image {
          position: relative;
          padding-top: 62%;

          img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
      }
    }
  }
}

.es-load-more {
  .load-more_wrap{
    margin-top: 60px; 
    text-align: center;
  }
  .load-more_wrap img{
    max-width: 25px;
  }
  ul.pagination{
    display: none !important;
  }

  button {
    span[load-more-text] {
      display: flex;
      align-items: center;
      gap: 30px;

      &.hide {
        display: none;
      }

      &::after {
        content: url('./black-arrow-bottom.svg');
        height: 20px;
      }
    }

    &:hover {
      color: #000 !important;
      background-color: rgba(0,0,0,.4) !important;
    }
  }
}

.article-template {
  header {
    margin-bottom: 30px;
    
    h1.article-template__title {
      color: #000;
      font-family: 'Lexend', sans-serif;
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
  
      @media (max-width: 750px) {
        font-size: 24px;
      }
    }

    span.circle-divider.caption-with-letter-spacing {
      color: #525252;
      font-family: Lexend;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      text-transform: capitalize;
    }

    @media (max-width: 750px) {
      margin-bottom: 12px;
    }
  }

  .article-template__hero-container {
    max-width: 880px;
  }

  .article-template__content {
    overflow: hidden;

    h2 {
      color: #000;
      font-family: "Sofia Sans Condensed";
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 8px;

      @media (max-width: 750px) {
        font-size: 22px;
      }
    }

    h4 {
      color: #000;
      font-family: 'Lexend', sans-serif;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 200%; /* 30px */
      letter-spacing: 0.5px;
    }

    p {
      color: #000;
      font-family: 'Lexend', sans-serif;
      font-size: 15px;
      font-style: normal;
      font-weight: 300;
      line-height: 200%;
      letter-spacing: 0.5px;
    }

    ul {
      list-style-position: outside;
      list-style-type: disc;

      li {
        color: #000;
        font-family: 'Lexend', sans-serif;
        font-size: 15px;
        font-style: normal;
        line-height: 200%;
        letter-spacing: 0.5px;
      }
    }

    h3 {
      color: #000;
      font-family: 'Lexend', sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 200%; /* 40px */
      letter-spacing: 0.5px;

      @media (max-width: 750px) {
        font-size: 18px;
      }
    }

    .Zooomylookbookwrap {
      li {
        &::marker {
          list-style: unset !important;
          display: none !important;
        }

        .ZooomyLookbookSquareGrid {
          display: block !important;
        }
      }
    }
  }
}

#ZooomyLookbook-14067 {
  margin-bottom: 36px;

  @media (max-width: 750px) {
    margin-bottom: 24px;
  }

  .ZooomyImgColl {
    width: 25% !important;

    @media (max-width: 750px) {
      width: 50% !important;
    }
  }
}

#ZooomyLookbook-14071 {
  margin: 36px 0;

  @media (max-width: 750px) {
    margin: 24px 0;
  }

  #ZooomyImgColl-140710 {
    width: 56% !important;

    @media (max-width: 750px) {
      width: 100% !important;
    }
  }

  .ZooomyImgColl:nth-child(n+1) {
    width: 22% !important;

    @media (max-width: 750px) {
      width: 50% !important;
    }
  }
}

#ZooomyLookbook-14070 {
  .ZooomyImgColl {
    width: 33.33333% !important;

    @media (max-width: 750px) {
      width: 100% !important;
    }
  }
}

.cro-evergreen-intro {
  .cro__banner {
    .banner__media-half {
      right: 0;
      left: unset;

      & + .banner__media-half {
        left: 0;
      }
    }

    .banner__content {
      align-items: flex-end !important;
      z-index: 2;

      .banner__box {
        left: 0 !important;
        padding-left: 52px !important;
        padding-bottom: 46px !important;

        .sub_heading {
          font-size: 36px !important;
        }

        @media (max-width: 749px) {
          padding-left: 30px !important;
          padding-bottom: 30px !important;

          .sub_heading {
            font-size: 20px !important;
          }
        }
      }
    }
  }
}

.template-shipping {
  main {
    .page-width {
      max-width: 100%;
  
      @media (max-width: 750px) {
        padding: 0;
      }
  
      .rte {
        .policy-body {
          max-width: 800px;
          padding: 0 15px;
          margin: 30px auto;
        }
      }
    }
  }
}

.splide__track {
  .rebuy-product-options {
    display: none;
  }

  .rebuy-product-actions {
    display: none;
  }
}

.shopify-block.shopify-app-block {
  .rebuy-widget {
    padding: 0;
  }
}

.rebuy-widget-container {
  .rebuy-widget-content {
    background-color: #fafafa;
    padding: 60px 0;
  }
}

#rebuy-cart {
  .rebuy-widget-content {
    .rebuy-product-info {
      a {
        font-size: 16px !important;
        font-family: "Sofia Sans Condensed";
        font-weight: 400;
      }
    }
  }
}

@media screen and (max-width: 750px) {
  .rebuy-widget-container {
    .rebuy-widget-content {
      padding: 15px 0;
      
      h4.primary-title {
        font-size: 24px;
      }
      
      .rebuy-product-grid {
        padding: 0 !important;
      }

      .rebuy-product-info a {
        width: 100%;
        line-height: 1.3;
        font-size: 14px;
        color: #333 !important;
      }

      .rebuy-product-price {
        font-size: 14px;
      }
    }
  }

  .rebuy-widget {
    .rebuy-carousel__arrows {
      width: 100% !important;

    }
  }
}

footer {
  .list-unstyled.list-social.footer__list-social {
    .youtube-icon {
      svg {
        transform: scale(1.05);
      }
    }
  }
}

.rebuy-widget {
  position: relative;

  .rebuy-carousel__arrows {
    position: absolute;
    overflow: hidden;
    width: calc(100% - 40px);
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .rebuy-carousel__arrow--next {
      right: 10px !important;
    }

    .rebuy-carousel__arrow--prev {
      left: 10px !important;
    }

    button  {
      background: none !important;
      border: none !important;
      outline: none !important;

      svg {
        transform: scale(4.5);
      }
    }
  }
}

product-info {
  product-form {
    form {
      .product-form__buttons {
        display: flex;
        align-items: center;

        .swym-atw-button-container {
          display: none !important;
        }
      }
    }
  }
}

.upsell-widget-container {
  .stl-upsell__content {
    .stl-title {
      font-size: 18px !important;
    }

    .stl-price {
      a {
        font-size: 18px !important;
      }
    }
  }
}

.product__info-wrapper {
  .variant-picker {
    fieldset {
      label {
        width: auto;
        height: 35px;
      }
    }
  }
}

.product-container {
  .info-container {
    a {
      span {
        font-size: 18px;
      }
    }
  }
}

.fast-simon-new-upsell-17546009208308212 {
  .fs-recommendation-widget-title {
    font-size: 20px !important;
    margin: 20px 0 !important;
    font-weight: 600 !important;
  }

  .info-container {
    .title-container {
      .title-wrapper {
        margin: 0 !important;
      }
    }
  }
}

.shopify-block.shopify-app-block {
  .fastsimon-shopall {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    background-color: #FAFAFA;

    a {
      width: 150px;
      justify-content: space-between;
    }
  }
}

.fs-widget-style-default-style {
  div {
    .dotsContainer {
      display: none;
    }
  }
}

.product.product--large.product--left {
  .product__info-wrapper.grid__item {
    padding-bottom: 20px !important;
  }

  .rebuy-widget-content {
    background-color: #fafafa;
    padding-top: 30px;
    margin-top: 30px;
    
    .primary-title {
      font-family: "Sofia Sans Condensed";
      font-size: 24px;
      letter-spacing: 0;
      margin-bottom: 0;
    }

    .rebuy-product-grid {
      padding: 0 !important;

      .rebuy-product-actions {
        display: block;
        margin: auto;
        margin-top: 20px;

        button {
          background-color: black;
          border: none;
          color: white;
          font-family: "Sofia Sans Condensed";
          width: min-content;
          text-transform: uppercase;
          font-size: 20px;
        }
      }
    }

    .powered-by-rebuy {
      display: none;
    }
  }

  .product__accordion {
    .accordion__content.rte {
      img {
        width: 250px;
      }
    }
  }
}

@media screen and (max-width: 750px) {
  .product.product--large.product--left {
    .rebuy-widget-content {
      width: 100vw;
      margin-left: -20px;
    }
  }
}

.product--large.product--left {
  .product__media-wrapper {
    media-gallery {
      margin-top: 20px;

      .product__media-list {
        li.product__media-item {
          padding: 0 20px;
          max-width: 800px;
          margin: auto;
        }
      }
    }
  }
}

@media screen and (max-width: 750px) {
  .product--large.product--left {
    .product__media-wrapper {
      media-gallery {
        margin-top: 0;

        .product__media-list {
          padding-bottom: 40px;
          background-color: #fafafa;
          column-gap: 0;

          li.product__media-item {
            padding: 0;
            width: 100%
          }
        }
      }
    }

    .product__info-wrapper {
      .product__tax.caption {
        font-size: 13px;
      }
    }
  }
}

.color-background-1.page-width {
  .content-wrapper {
    background-color: black !important;
  }
}

@media screen and (max-width: 750px) {
  .color-background-1.page-width {
    .content-wrapper {
      background-color: #fafafa !important;
    }
  }
}

.fs-widget-style-default-style {
  .fs-recommendation-widget-products-container {
    width: calc(100vw - 20px) !important;

    .product-container.fs-recommendation-product-container {
      .info-container {
        a {
          cursor: pointer !important;

          .title-wrapper {
            margin: 0 !important;
          }
        }
      }
    }
  }
}

.fs-recommendation-price-container.price {
  .fs-recommendation-product-price {
    align-items: unset !important;
  }
}

.fs-recommendation-compare-price-container.product-compare {
  .fs-recommendation-product-compare-price {
    align-items: unset !important;
    padding-right: 10px;
  }
}

.product__info-wrapper {
  .product-form__input {
    input.quantity__input {
      min-width: 24px;
    }
  }
}

article.article-template {
  background-color: #fafafa;
  padding-top: 40px;
  
  .page-width--narrow {
    .caption-with-letter-spacing {
      time {
        font-size: 15px;
      }
    }
  }

  .article-template__social-sharing {
    margin-top: 20px;
  }

  .article-template__content {
    h1 {
      span {
        font-family: "Sofia Sans Condensed";
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
      }
    }
  }

  .article-template__back {
    a.article-template__link {
      color: #000;
      background-color: #fff;
      font-family: "Sofia Sans Condensed";
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      transition: .3s;
      width: 185px;
      margin: auto;
      justify-content: space-between;
      border-radius: 4px;
      padding: 10px;

      span {
        transform: rotate(0deg);
      }
    }

    a.article-template__link:hover {
      color: white;
      background-color: black;
    }

    a.article-template__link:hover path {
      fill: white;
    }
  }
}

@media screen and (max-width: 750px) {
  article.article-template {
    padding-top: 0;

    header {
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .article-template__content {
      margin-top: 0;

      h1 {
        margin-bottom: 10px;
        span {
          font-size: 24px;
        }
      }
    }
  }
}

.address {
  .address-header {
    h2.text-font-normal {
      font-family: Lexend;
    }
  }

  div.text-font-normal.light.f14 {
    p {
      font-family: Lexend;
      font-weight: 300;
      font-size: 16px;
      text-align: unset;
    }
  }
}

.template-collaboration-internal {
  main {
    .product-view {
      display: flex;
      padding: 35px 50px;
      padding-bottom: 0;
      gap: 40px;
      background-color: #FAFAFA;

      img {
        width: calc(50% - 20px);
        height: auto;
      }

      a {
        text-decoration: none;

        img {
          width: 100%;
          @media screen and (max-width: 1025px) {
            width: calc(100% - 30px);
          }
        }

        h2 {
          margin-bottom: 20px;
        }
      }

      .product-tittle {
        text-align: left;
        margin: auto auto;

        p {
          text-align: left;
          font-family: "Lexend";
        }

        a {
          p {
            text-align: left;
            color: #FFF;
            text-align: center;
            font-family: "Sofia Sans Condensed";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            padding: 9px 0;
          }

          max-width: 360px;
          width: 100%;
          display: block;
          background: black;
          color: white;
          text-decoration: none;
          border-radius: 4px;
          padding: 9px 15px;
          margin-right: 10px;
          width: inherit !important;
          font-family: "Sofia Sans Condensed";
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          margin-top: 20px;
          text-align: center;
        }

        div {
          display: flex;
        }
      }

      .product-main-image {
        width: 60%;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
      }
      
      .product-feature {
        width: 40%;
        display: flex;
      }
    }

    @media screen and (max-width: 750px) {
      .collab-sec {
        .grid--2-col-desktop {
          gap: 10px;
        }
      }

      .collab-sec .item__content .Heading {
        margin: 0;
      }
    }
  }

  div {
    .page-width.normal {
      padding: 0 50px;

      .item__content {
        h2.Heading {
          font-size: 36px;
        }
      }
    }
  }
}

@media screen and (max-width: 1025px) {
  .template-collaboration-internal {
    main {
      .page-width {
        margin: 0;
        width: 100% !important;
      }

      .product-view {
        padding: 30px 20px !important;
        gap: 0;

        img {
          margin: 0 15px;
          width: calc(50% - 30px);
        }

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

          img {
            margin: 0;
          }
        }
      }
      
      .product-feature {
        width: 100% !important;

        .product-tittle {
          padding: 10px 0;

          h1 {
            display: none;
          }

          p {
            padding-left: 25px;
            padding-right: 25px;
            margin-top: 0px;
            text-align: center !important;
          }

          a {
            max-width: 100%;

            p {
              margin-top: 20px !important;
            }
          }
        }
      }

      .product-tittle {
        padding: 30px 15px;

        h1 {
          font-size: 20px;
        }

        p {
          font-size: 14px;
        }

        div {
          justify-content: center;
        }
      }

      div {
        .page-width.normal {
          padding: 0 20px;

          .item__content {
            h2.Heading {
              font-size: 19px;
            }
          }
        }
      }
    }
  }

  .sizing-images div {
    width: 50% !important;
  }

  .size-table {
    width: 100% !important;
  }
}

.sizing-tables {
  flex-wrap: wrap;
}

@media screen and (max-width: 989px) {
  .template-collaboration-internal {
    main {
      div {
        .page-width.normal {
          .grid {
            flex-direction: column-reverse;

            .grid__item {
              margin-bottom: 10px;
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 750px) {
  .template-collaboration-internal {
    main {
      .product-view {
        display: block;
        padding-bottom: 0 !important;

        img {
          width: 100% !important;
          margin: 0;
        }
      }

      .product-tittle {
        div {
          display: block !important;
        }

        a {
          margin-right: 0;
        }
      }
    }
  }

  .template-collaboration-internal {
    .color-accent-2 {
      .collection__title {
        h2.title.inline-richtext.Heading {
          font-size: 28px !important;
        }
      }
    }
  }

  .sizing-images div {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .template-collaboration-internal {
    main {
      .page-width {
        .product-view {
          .product-tittle {
            a {
              margin-right: 0 !important;
              max-width: unset !important;
            }
          }
        }
      }
    }
  }
}

@media (max-width: 768px) {
  #stockist-widget.stockist-responsive {
    .stockist-result-list {
      height: auto !important;
    }
  }
  
  ul.menu-drawer__menu {
    li {
      a.menu-drawer__menu-item {
        line-height: 31px !important;
        text-transform: uppercase;
      }
    }
  }
}

.size-changer {
  cursor: pointer;
}

header-drawer {
  .disclosure__button.localization-form__select {
    display: block !important;
    padding-left: 0;
  }

  .localization-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.25);
    margin: 15px 0;
  }

  .header-localization:not(.menu-drawer__localization) .disclosure__list-wrapper {
    bottom: 100%;
    top: initial;
    left: 0;
    right: unset;
    transform: translateY(0);
  }

  localization-form {
    .localization-form__select {
      padding: 0 35px 0 10px !important;
      margin: 0 !important;
      background: transparent !important;
    }

    .localization-form__select::after {
      display: none;
    }
  }
}

#CookiebotWidget {
  z-index: 2 !important;
}

.template-press-inquiries {
  .custom_richtext {
    padding-bottom: 0;
  }

  main {
    section:nth-child(3) {
      div.page-width.color-background-1.gradient {
        div {
          padding-top: 0;
        }
      }
    }
  }
}

.template-b2b {
  .custom_richtext {
    padding-bottom: 0 !important;
  }

  .b2b {
    .customer {
      padding: 0 !important;

      h1.Heading {
        font-size: 30px;
        line-height: 30px;
      }
    }
  }
}

.template-contact {
  .contact-heading {
    .Heading-2.desktop {
      text-align: unset;
    }
  }
}

@media screen and (max-width: 750px) {
  .template-press-inquiries {
    main {
      section:nth-child(3) {
        div.page-width.color-background-1.gradient {
          padding: 0 !important;
          margin: 0 10px !important;
        }
      }
    }
  }
}

header {
  .list-menu.list-menu--inline {
    flex-wrap: nowrap;
  }

  .header__inline-menu {
    header-menu {
      .mega-menu__content {
        .grid__inner {
          height: 100%;
        }
      }
    }
  }
}

@media screen and (max-width: 750px) {
  .template-collaboration, .template-featured {
    .video-section {
      .video-main-text {
        h1 {
          font-size: 24px;
          font-weight: 600;
        }

        span {
          font-size: 15px;
          font-family: "Lexend";
          line-height: 1.5;
          font-weight: 300;
        }
      }
    }
  }
}

ul.ui-menu {
  .ui-menu-item {
    a.ui-menu-item-wrapper:hover {
      background-color: #e2dfdf;
    }

    .as_magento_product_name {
      color: black !important;
    }

    .as_pop_search_stuff {
      font-size: 14px;
      font-weight: normal !important;
      span {
        font-weight< normal !important;
        color: black !important;
      }
    }

    .as_magento_product_desc {
      display: none !important;
    }

    .as_magento_price {
      color: black;
      font-size: 14px;
    }
  }
}

.trustpilot-widget {
  iframe {
    margin: auto;
    max-width: 900px;
  }
}

.trustpilot-write-review {
  color: #000;
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin-top: -7.5px;
  text-decoration: none;
}

.rebuy-cart {
  .rebuy-cart__progress-bar-prompt {
    color: #333;
    font-family: "Segoe UI";
    font-style: normal;
    font-weight: 400;
  }

  .rebuy-cart__progress-bar-meter-fill {
    background-color: #637246 !important;
  }

  .rebuy-cart__flyout {
    margin: 20px;
    width: 400px;
    border-radius: 0;
    gap: 0;
    
    [data-rebuy-component=progress-bar] {
      padding: 16px;
      background-color: #F5F5F5;
    }

    .rebuy-cart__flyout-close {
      width: auto !important;

      span.rebuy-cart-close {
        color: #233234;
        text-align: center;
        font-family: Lexend;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        margin-left: 10px;
      }
    }

    .rebuy-cart__title {
      font-family: 'Sofia Sans Condensed';
      font-size: 16px;
      margin-top: 5px;
      margin-left: 5px;
    }

    [data-rebuy-component="cart-items"] {
      padding: 0;
      border: none;

      li.rebuy-cart__flyout-item {
        padding: 15px 20px;
        background-color: #fafafa;
        column-gap: 0;

        .rebuy-cart__flyout-item-product-title {
          font-family: Lexend;
          font-size: 16px;
          text-decoration: none;
          font-weight: 400;
        }

        .rebuy-cart__flyout-item-remove {
          width: 15px;
          top: -25px;
          color: black;
        }

        .rebuy-cart__flyout-item-media {
          height: 60px;

          img {
            height: 100%;
          }
        }

        .rebuy-cart__flyout-item-info {
          display: flex;
          gap: 5px;
          align-items: center;
          justify-content: flex-end;
        }

        .rebuy-cart__flyout-item-variant-title {
          font-family: 'Sofia Sans Condensed';
          font-size: 16px;
          padding-top: 5px;
          width: fit-content;
          text-transform: uppercase;
          position: absolute;
          left: 10px;
          max-width: 100px;
        }

        .rebuy-cart__flyout-item-quantity {
          width: 80px;
          margin: 0;
          padding: 2px;

          .rebuy-cart__flyout-item-quantity-widget {
            border-radius: 5px;
            border: 1px solid rgba(0, 0, 0, 0.55);

            .rebuy-cart__flyout-item-quantity-widget-button, .rebuy-cart__flyout-item-quantity-widget-label {
              width: 24px;
              height: 36px;
              border: none;
              line-height: 36px;
              border-radius: 5px;
              color: rgba(0, 0, 0, 0.55);
            }

            .rebuy-cart__flyout-item-quantity-widget-button:hover {
              width: 24px;
              height: 36px;
            }
          }
        }

        .rebuy-cart__flyout-item-price {
          font-family: Lexend;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          margin-top: 0;
          margin-left: 10px;
          width: 50px;
          margin: 0;

          div {
            display: flex;
            flex-direction: column-reverse;
          }
          
          .rebuy-money {
            span {
              color: black;
            }
          }

          .rebuy-money.sale {
            span {
              color: #B3120F;
            }
          }
        }
      }
    }

    [data-rebuy-component=cross-sell-widget] {
      padding: 0;

      .rebuy-widget-content {
        padding: 0 20px !important;

        .primary-title {
          padding-top: 20px;
          margin: 0;
          font-family: Sofia Sans Condensed;
          font-size: 20px;
          font-weight: 700;
          line-height: 18px;
          text-align: left;
          color: #000;
          margin-left: 10px;
        }

        .rebuy-product-info {
          a.rebuy-product-title {
            line-height: 1.5;
            font-family: Sofia Sans Condensed;
            font-weight: 400;
            font-size: 18px !important;
            letter-spacing: 0.25px;
            color: #000;
            margin: auto;
          }

          .rebuy-money {
            font-weight: 400;
            text-align: left;
            font-family: Sofia Sans Condensed;
            font-size: 16px;
            letter-spacing: 0.25px;
            color: #000;
            margin: auto;
            line-height: 1.5;
          }
        }

        .rebuy-product-actions {
          display: flex !important;
          justify-content: flex-end;

          button {
            background-color: white;
            color: black;
            width: auto;
            border: 1px solid black;
            font-family: 'Sofia Sans Condensed';
            font-size: 20px;
            text-transform: uppercase;
            padding: 10px 15px;
          }
        }
      }
    }

    .rebuy-cart__flyout-subtotal {
      padding-top: 15px;
      border-top: 1px solid #eaeaea;

      .rebuy-cart__flyout-subtotal-label {
        span {
          font-family: 'Lexend';
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
        }
      }

      .rebuy-cart__flyout-subtotal-amount {
        font-family: Lato;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;

        .rebuy-cart__flyout-subtotal-final-amount {
          color: #B3120F;
        }
      }
    }

    [data-rebuy-component=checkout-area] {
      gap: 0;

      button {
        background-color: black;
        border: 1px solid black;
        font-family: 'Sofia Sans Condensed';
        font-size: 20px;
        text-transform: uppercase;
      }

      @media screen and (min-width: 768px) {
        margin-bottom: 24px;
      }
    }
    
    a.additional-checkout-buttons {
      display: block;
      margin-top: 2.5px;
    }
  }

  .rebuy-cart__background {
    opacity: 0.4;
  }
}

@media screen and (max-width: 600px) {
  .rebuy-cart {
    .rebuy-cart__flyout {
      margin: 0;

      .rebuy-widget-content {
        .rebuy-button {
          border: none !important;
        }
      }
    }
  }
}

.template-accessories {
  .product-form__input {
    input[name=Size]+label {
      width: auto;
    }
  }
}

.template-contact, .template-b2b {
  .shopify-app-block {
    position: relative;
    z-index: 0 !important;
  }
}

.CookiebotWidget-logo {
  margin-left: 50px !important;
}

header {
  ul.list-unstyled {
    li {
      a.mega-menu__link {
        font-family: Lexend;
        font-weight: 200;
        font-size: 14px;
      }
    }
  }
}

@media screen and (max-width: 750px) {
  .wisepops-shopify.wisp {
    width: unset !important;
  }

  .header__icon--notification > svg {
    display: none;
  }
}

.product__info-wrapper {
  .price--on-sale {
    display: flex;
    align-items: center;

    .price__badge-sale {
      background-color: #B3120F;
      color: white;
      font-family: "Sofia Sans Condensed";
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      padding: 3px 10px;
    }
  }
}

.swiper-navigation-icon {
  display: none;
}

.cart__footer {
  .cart__blocks {
    display: flex;
    flex-direction: column;
  }

  a.additional-checkout-buttons {
    order: 2;
  }

  .dynamic-checkout__content {
    order: 3;
  }

  .paypal-info {
    order: 4;
  }
}

div#trustpilot-widget-trustbox-0-wrapper {
  display: none;
}

div#trustpilot-widget-trustbox-1-wrapper {
  display: none;
}

.trustpilot-review-heading {
  margin-bottom: -130px;
}

.trustpilot-review-widget {
  padding-top: 180px;
}

@media screen and (max-width: 750px) {
  .trustpilot-review-heading {
    margin-bottom: -100px;
  }

  .trustpilot-review-widget {
    padding-top: 130px;
  }
}

.template-termsofuse {
  .policy-body {
    ul {
      list-style: disc;
    }
  }
}

@media screen and (max-width: 750px) {
  #main-cart-footer {
    margin-top: 2rem;
  }
}

.template-search-results {
  .shopify-section.section > .page-width {
    padding: 0 !important;
  }
}

.policy-body {
  p {
    margin-bottom: 15px;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.6px;
    word-wrap: break-word;
  }

  h2 {
    font-family: "Sofia Sans Condensed";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: -15px;
  }

  h3 {
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  ul {
    list-style: disc;
  }

  li {
    font-family: Lexend;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.6px;
  }

  li ul {
    list-style: circle;
  }
}

@media screen and (max-width: 750px) {
  .policy-body {
    h2 {
      font-size: 20px;
    }

    h3 {
      font-size: 14px;
    }
  }
}

.rebuy-cart__flyout-empty-cart {
  position: absolute;
  z-index: 2;
  background-color: white;
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;

  a.button {
    background-color: black;
    width: fit-content;
    margin: auto;
    border: none;
    font-size: 20px;
  }

  .cart__login-paragraph {
    display: flex;
    justify-content: center;
    gap: 5px;
  }

  a.underlined-link {
    width: fit-content;
    background: none;
    color: black;
    border: none;
    padding: 0;
    gap: 5px;
  }
}

.rebuy-product-grid {
  .rebuy-product-block {
    h5.rebuy-product-title {
      width: 100%;

      a {
        width: 100%;
        font-family: Lexend;
        font-size: 20px;
        font-weight: 400;

        @media screen and (max-width: 750px) {
          font-size: 16px;
        }
      }
    }
  }
}

body {
  width: unset !important;
  height: unset !important;
  overflow: unset !important;
}

.template-collaboration {
  .auto-video {
    width: 100%;
    transform: unset;
    min-width: 450px;
  }
}

.footer__blocks-wrapper > div:nth-child(3) h2 {
  display: none;
}

.footer__list-social.list-social {
  margin-top: 34px;
}

.template-our-story {
  .auto-video {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    transform: translate(calc(-50% + 50vw - 5px));
  }

  .video-main-text {
    h1 {
      font-size: 68px;
      @media screen and (max-width: 750px) {
        font-size: 38px;
      }
    }
  }

  .video-main-text1 {
    h1 {
      font-size: 68px;
      @media screen and (max-width: 750px) {
        font-size: 38px;
      }
    }
  }
}

.collapse-content {
  margin-bottom: 10px;
}

ul.disclosure__list {
  a.disclosure__link {
    display: flex;
    align-items: center;
    gap: 5px;

    span.flag-icon {
      display: block;

      img {
        display: block;
      }
    }
  }
}

.template-accessories {
  [data-accessories-type="high-quality materials"] {
    max-width: 100%;
  }

  [data-accessories-type="hoogwaardige materialen"] {
    max-width: 100%;
  }

  [data-accessories-type="hoogwaardige materialen"] {
    max-width: 100%;
  }

  [data-accessories-type="matériaux de haute qualité"] {
    max-width: 100%;
  }

  [data-accessories-type="materiali di alta qualità"] {
    max-width: 100%;
  }

  [data-accessories-type="hochwertige materialien"] {
    max-width: 100%;
  }
}