@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");

body.gradient {
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  span,
  a,
  div {
    font-family: "Sofia Sans", serif;
    font-weight: 400;
    color: #1d4889;
    line-height: normal;
  }
}

.focus-inset:focus-visible,
*:focus-visible {
  box-shadow: unset;
  outline: unset;
  outline-offset: unset;
}

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

.page-width.utility-bar__grid
  .announcement-bar__link
  .announcement-bar__message
  span {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.header {
  max-width: 100%;
  width: 100%;
}

.button.button--primary {
  background: #1d4889;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: unset;
  box-shadow: unset;
  min-height: unset;
  max-width: unset;
  width: unset;
  padding: 19px 34px;
}

.button.button--primary::before,
.button.button--primary::after {
  content: unset;
}

.custom-announcement {
  background-color: #1d4889;
  color: #fff;
}

.custom-announcement > div {
  padding-top: 8px;
  padding-bottom: 11px;
}

.custom-announcement .newsletter-heading-text,
.custom-announcement .newsletter-heading-text a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
}

.index.gradient {
  .header-wrapper {
    /* background: rgb(255 255 255 / 60%); */
    position: absolute;
    opacity: 0.9;
    width: 100%;
    max-width: 100%;
  }

  .home-image-with-text .image_custom {
    height: 572px;
  }
}
.menu-drawer-container.menu-opening .menu-drawer {
  height: 100vh;
}

.header-wrapper {
  
  .header__heading-logo {
    width: 100%;
  }

  .header__heading .header__heading-link {
    padding: 0;
    position: relative;
    z-index: 10;
  }

  .header__inline-menu {
    .list-menu {
      padding-top: 47px;
      padding-bottom: 47px;
      flex-wrap: nowrap;
    }

    /* li{
        } */
    li a span,
    header-menu summary.header__menu-item span {
      padding: 0;
      font-size: 25px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase;
      white-space: nowrap;
    }
    li a span:hover,
    header-menu summary.header__menu-item span:hover {
      opacity: 0.5;
    }
    .mega-menu.mega-menu-active summary.header__menu-item span,
    .custom-about-dropdown-menu.mega-menu-active .header__menu-item span {
      opacity: 0.5;
    }

    li a,
    summary.list-menu__item {
      padding: 0;
    }

    li:nth-child(1) {
      padding-left: 62px;
    }

    li:nth-child(2) {
      padding-left: 79px;
    }

    li:nth-child(3) {
      padding-left: 76px;
    }
  }

  .header-menu-second-area {
    display: flex;
    justify-content: center;
    align-items: center;

    .second-menu .header__inline-menu li:nth-child(1) {
      padding-left: 159px;
    }

    .second-menu .header__inline-menu .mega-menu li,
    .second-menu .header__inline-menu .mega-menu li:nth-child(2) {
      padding: 0;
    }

    summary.list-menu__item {
      padding: 0;
    }

    .second-menu .header__inline-menu li:nth-child(2) {
      padding-left: 125px;
    }

    .header__icons {
      padding-top: 47px;
      padding-bottom: 47px;
      margin-left: auto;
      .cart-count-bubble {
        background-color: #1d4889;
      }
      .cart-count-bubble span {
        color: #fff;
      }
    }
  }

  .second-menu .header__inline-menu .list-menu #HeaderMenu-about .icon,
  .header__inline-menu .list-menu .header__menu-item .icon {
    display: none;
  }

  .header__inline-menu .page-width {
    max-width: 100%;
    padding: 0 105px;
  }

  .header-menu-second-area
    .second-menu
    .header__inline-menu
    .mega-menu__content
    .page-width {
    padding-left: 126.5rem;
  }

  .header__inline-menu .custom-about-dropdown-menu .header__submenu {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    visibility: hidden;
  }
  .header__inline-menu .mega-menu__content {
    padding: 0;
    border-bottom: 1.5px solid #1d4889;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    visibility: hidden;
    transform: translateY(-42px);

    .mega-menu__list li a:hover {
      color: inherit;
    }
  }
  .header__inline-menu .mega-menu-active .mega-menu__content,
  .header__inline-menu
    .custom-about-dropdown-menu.mega-menu-active
    .header__submenu {
    visibility: visible;
    z-index: 9;
    opacity: 1;
  }

  .header__inline-menu .mega-menu__list {
    li {
      padding: 0;
      margin-bottom: 0;
      width: fit-content;
    }

    li:nth-last-child(1) {
      margin-bottom: 20px;
    }

    a {
      line-height: 41px;
      font-size: 25px;
      font-weight: 700;
      text-transform: uppercase;
    }
  }

  details[open] > .header__menu-item,
  .header__active-menu-item,
  .header__menu-item:hover span {
    text-decoration: none;
  }

  details[open] > .header__menu-item > span {
    color: #687e9e;
  }
}

.footer-subscribe-section {
  .newsletter__wrapper {
    padding-inline: 8rem;
  }
  .logo_image img {
    width: auto;
    height: auto;
  }

  .footer-subscribe-flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  .footer-sub-newsletter {
    display: flex;
    gap: 40px;

    .newsletter__subheading p {
      margin: 0;
      text-align: right;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase;
    }

    .newsletter__subheading {
      max-width: 700px;
    }

    .newsletter-email-address {
      max-width: 480px;

      .newsletter-form {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 100%;
      }

      .newsletter-form__field-wrapper {
        max-width: 100%;
        grid-area: 1 / 1 / 1 / 3;
      }

      .newsletter-form__field-wrapper .field__input {
        border: 1px solid #1d4889;
        padding-right: 15px;
        font-family: "Sofia Sans", serif;
      }

      .newsletter-form__field-wrapper .field::after,
      .newsletter-form__field-wrapper .field__input:focus {
        box-shadow: unset;
      }

      .newsletter-form__field-wrapper .field__input::placeholder {
        text-align: center;
        color: #1d4889;
        text-transform: uppercase;
      }

      .newsletter-form__field-wrapper .field__input:focus,
      .newsletter-form__field-wrapper .field__input:not(:placeholder-shown) {
        padding: 15px;
      }

      .newsletter-form__button {
        position: unset;
        width: fit-content;
        height: auto;
        background-color: #1d4889;
        padding: 13px 34px;
        color: #fff;
        text-transform: uppercase;
        margin-left: 37px;
        grid-area: 1 / 3 / 1 / 4;
        font-weight: 400;
        line-height: 19.2px;
        font-family: "Sofia Sans", serif;
        font-size: 16px;
      }

      .newsletter-form__message {
        grid-area: 3 / 1 / 3 / 4;
        margin-top: 4px;
      }
    }

    .newsletter-description-text {
      grid-area: 2 / 1 / 2 / 4;
      display: flex;
      margin-top: 10px;

      label {
        font-size: 12px;
        text-transform: uppercase;
        cursor: pointer;
      }

      input {
        padding: 5.5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: 1px solid #1d4889;
        outline: none;
        transition-duration: 0.3s;
        background-color: transparent;
        cursor: pointer;
        height: fit-content;
        border-radius: 0;
      }

      input:checked {
        background-color: #1d4889;
      }
    }
  }
}

.footer {
  .footer_logo_image {
    display: none;
  }

  .footer__content-top.page-width {
    max-width: 100%;
    padding: 48px 80px 56px;
  }

  .footer__blocks-wrapper .footer-block .footer-block__heading,
  .footer-block .footer-block__details-content li a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
  }

  .footer__content-bottom {
    display: none;
  }

  .footer-block .footer-block__details-content li {
    line-height: 24px;
  }

  .footer-block .footer-block__details-content li a {
    color: #fff;
    padding: 0;
  }

  .footer__blocks-wrapper {
    gap: 10rem;
  }

  .footer__blocks-wrapper .footer-block {
    flex: 1;
  }

  .footer-block--newsletter .list-social__item .list-social__item a {
    padding: 0;
  }

  .footer-block--newsletter .list-social__item .svg-wrapper {
    width: 39px;
    height: 36px;
  }

  .footer-block--newsletter .list-social .list-social__item .list-social__link {
    padding: 0;
    padding-left: 8px;
  }
  .footer__content-top .footer-block--newsletter {
    margin-top: 0;
  }
}

/* Stores Page */
.page-stores {
  .store-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .store-content p {
    font-size: 20px;
    text-decoration-line: underline;
    text-transform: uppercase;
  }
}

/* armocromia page design */
.armocromia-rich-text .page-width,
.page-whos-kopajos .page-width {
  max-width: 100%;
  width: 100%;
  padding: 0 100px;
}

.page-armocromia {
  .armocromia-rich-text {
    h2 {
      font-size: 40px;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      margin-bottom: 36px;
    }

    p {
      font-size: 30px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    .rich-text__blocks {
      max-width: 100%;
    }

    div[class*="text-content"] {
      margin-bottom: 30px;
    }

    .text-content4 p,
    .text-content6 p {
      margin: 0;
    }

    .text-content5 {
      margin-top: 10rem;
    }
  }
}

/* whos kopajos */
.page-whos-kopajos {
  .who-image-with-text,
  .concept-image-with-text {
    .image-with-text__grid {
      transform: unset;
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
    }

    .image-with-text__content {
      padding: 0;
      justify-content: flex-end;
      width: 70%;
    }

    .image-with-text__media {
      width: 765px;
      height: 892px;
    }

    .image-with-text__heading {
      color: #1d4889;
      font-size: 50px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      text-align: center;
      width: 100%;
      margin-bottom: 108px;
      position: relative;

      &::after {
        content: "";
        border-bottom: 1px solid #000;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -44px;
        max-width: 355px;
        margin: 0 auto;
        right: 0;
      }
    }

    .image-with-text__text p {
      color: #000;
      font-size: 25px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      /* text-transform: lowercase; */
    }

    .button.button--primary {
      margin: 0 auto;
      margin-top: 60px;
    }
  }
  /* .concept-image-with-text
    .image-with-text__text-item
    .image-with-text__text
    p {
    font-weight: 700;
  } */
}

/* Details About Page */
.page-detail-about {
  .about-image-with-text .image-with-text .image-with-text__grid {
    justify-content: space-between;
    gap: 50px;
  }

  .about-image-with-text .image-with-text .image_custom {
    max-width: 471px;
    width: 100%;
    height: 505px;
    margin-top: 24px;
  }

  .about-image-with-text .image-with-text .image-with-text__text-item {
    max-width: 696px;

    .image-with-text__content {
      padding: 0;
    }

    h2.image-with-text__heading {
      font-size: 20px;
      font-weight: 700;
      margin-left: auto;
      margin-bottom: 12px;
    }

    .image-with-text__text {
      margin: 0;
    }

    .image-with-text__text p {
      font-size: 20px;
      color: #000;
      text-align: justify;
    }
  }

  .about-image-with-text.left-text-title
    .image-with-text__text-item
    .image-with-text__content
    .image-with-text__heading {
    margin-left: 0;
  }
}

/* Contact Page */
.page-contact .contact {
  display: flex;
  gap: 191px;

  .contact-address-box p {
    font-size: 20px;
    text-transform: uppercase;
    margin: 12px 0;

    a[href*="tel"] {
      text-decoration: none;
    }
  }
  .contact-address-box p:first-child {
    margin-top: 0;
  }

  form.contact-form {
    max-width: 767px;
    width: 100%;

    h2.title {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 39px;
    }

    .contact__fields {
      display: block;
    }

    .field {
      border: none;
      flex-direction: column-reverse;
      margin-bottom: 31px;

      &::before,
      &::after {
        content: none;
      }

      textarea,
      input {
        border: 1px solid #1d4889;
        box-shadow: none;
        padding: 4px;
        color: #6a6a6a;
        font-size: 16px;
        font-family: "Sofia Sans";
        font-weight: 400;
        text-transform: uppercase;

        &::placeholder {
          opacity: 0;
        }
      }

      input {
        border: 0;
        border-bottom: 1px solid #1d4889;
        padding: 0;
        height: auto;

        &::placeholder {
          opacity: 1;
          text-transform: uppercase;
        }
      }

      input + label {
        display: none;
      }

      label {
        position: static;
        margin: 0;
        color: #6a6a6a;
        font-size: 16px;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 400;
      }
    }

    .captcha-text {
      color: #6a6a6a;
      font-size: 16px;
      text-transform: uppercase;
    }

    .contact__button {
      margin-top: 25px;

      button.button {
        padding: 11px 45px;
        background: #1d4889;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;

        &::before,
        &::after {
          content: none;
        }
      }
    }
  }
}

/* Facial Page */
.page-facial-shape {
  .facial-shape-banner .facial-image {
    height: 759px;
  }

  .facial-shape-rich-text {
    .page-width {
      max-width: 100%;

      .rich-text__blocks {
        max-width: 100%;
      }

      h2.rich-text__heading {
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
      }

      .rich-text__text {
        font-size: 30px;
      }
    }
  }

  .facial-shape {
    .facial-product-content {
      max-width: 100%;

      h2.facial-product-title {
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 50px;
        margin-bottom: 89px;
      }
    }

    .facial-block {
      .facial-product-item {
        max-width: 1089px;
        margin: 24px auto 0;
        display: flex;

        &:first-child {
          max-width: 715px;
          margin: 0 auto;
        }
      }
    }
  }

  .facial-shape-text {
    max-width: 100%;

    p {
      text-align: center;
      font-size: 40px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
    }
  }
}

/* PDP Page */
.product {
  product-info .page-width {
    max-width: 100%;
    padding: 0 116px;

    .grid__item.product__media-wrapper {
      max-width: 60%;

      .slider-mobile-gutter {
        float: right;
        width: 90%;

        .product-media-container {
          border: none;
          width: 100%;
        }
      }

      slider-component.thumbnail-slider {
        float: left;
        width: 80px;

        .slider-button {
          display: none;
        }
      }

      .thumbnail-slider .thumbnail-list {
        flex-direction: column;
        max-height: 564px;
        padding: 0;

        .thumbnail-list__item {
          width: 80px;
          height: 75px;

          &::before {
            content: none;
          }

          .thumbnail {
            box-shadow: none;
            border: none;
          }
        }
      }

      .product-media-container .product__modal-opener {
        height: 564px;

        .product__media {
          height: 100%;
          padding: 0;
        }
      }

      .product__column-sticky {
        display: flex;
        flex-direction: row-reverse;
        align-items: start;
        gap: 31px;
        justify-content: space-between;
      }
    }

    .product__info-wrapper {
      max-width: 40%;
      padding: 0 60px 0 156px;

      .product__title h1 {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 60px;
      }

      variant-selects {
        padding: 0 0 25px;
        border-bottom: 1px solid #1d4889;
      }

      variant-selects legend.form__label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #1d4889;
        margin-bottom: 25px;
        gap: 15px;

        p,
        span {
          font-size: 25px;
          font-weight: 700;
          text-transform: uppercase;
          margin: 0 0 5px;
        }
      }

      fieldset.product-form__input {
        display: flex;
        flex-wrap: wrap;
        margin: 0;

        .variant-option {
          flex: 1 1 25%;
          max-width: 25%;
          height: 64px;
          word-break: break-word;

          label {
            padding: 0;
            background-color: transparent;
            border: none;
            margin: 0;
            box-shadow: none;
            width: 100%;
            border: 1px solid transparent;
            border-radius: 0;

            &::before {
              content: none;
            }

            span.product-variant-name {
              display: none;
            }
          }

          input:checked ~ label {
            border-color: #1d4889;
          }
        }
        .variant-option.empty-img-variant label {
          border: unset;
        }
        .variant-option.empty-img-variant input:checked ~ label {
          background: unset;
          color: unset;
          border: unset;
        }
      }

      .price-container {
        padding-top: 70px;

        span.price-item {
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: -0.2px;
        }
      }

      .product__tax {
        display: none;
      }

      product-form {
        margin: 0;

        .product-form__submit {
          padding: 11px 25px;

          span {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
          }
        }
      }

      * + * {
        margin: 0;
        height: 100%;
      }

      .mobile_product_title {
        display: none;
      }
    }
  }

  .product_rich-text {
    .rich-text__wrapper.page-width {
      max-width: 100%;

      .rich-text__blocks {
        max-width: 989px;

        .product_content_heading {
          font-size: 30px;
          font-weight: 900;
          text-transform: uppercase;
        }

        .rich-text__text p {
          margin-top: 0;
          color: #000;
          font-size: 18px;

          strong {
            text-transform: uppercase;
            font-weight: 700;
          }
        }
      }
    }
  }

  product-recommendations.related-products.page-width {
    max-width: 100%;
    padding-inline: 116px;

    h2.related-products__heading {
      font-size: 20px;
      font-weight: 900;
    }

    ul.grid.product-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;

      li {
        width: 100%;
        max-width: 100%;

        .card {
          .card__inner {
            max-height: 330px;
            border: 1px solid #e2e2e4;
          }

          .card__content {
            position: absolute;
            bottom: 35px;
            text-align: center;

            .card__information {
              padding: 0;

              .card-information {
                display: none;
              }

              .card__heading a {
                font-size: var(--product-grid-title-font-size);
                font-weight: 700;
                text-transform: uppercase;
                text-decoration: none;
              }
            }
          }
        }
      }
    }
  }

  .rich-text__blocks .product_rich-text:nth-child(1) {
    margin: 0;
  }

  .rich-text__blocks .product_rich-text:not(:nth-child(1)) {
    margin-top: 6rem;
  }
  product-modal {
    background: rgb(0 0 0 / 60%);
    .product-media-modal__content,
    .product-media-modal__dialog {
      background: transparent;
    }
  }
  .price-container .badge.price__badge-sold-out,
  .restock-alerts-branding-text {
    display: none;
  }
  .product-form__buttons .nm-portal button {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.6px;
    text-decoration: underline;
    background: none;
    color: #989898;
    padding: 0;
    text-align: left;
    justify-content: flex-start !important;
  }
  .page-width.details-section {
    padding: 0 135px;
  }
}

/* 404 Page */
.template-404.center {
  p {
    font-size: 60px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
  }

  h1.title {
    font-weight: 500;
    margin: 20px 0;
  }

  a.button {
    color: #fff;
    background-color: #1d4889;
    border: none;
    text-transform: uppercase;

    &::before,
    &::after {
      content: none;
    }
  }
}

/* Login/Register Pages */
.shopify-section .customer {
  max-width: 760px !important;

  h1 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: start;
  }
}

.custom_account {
  max-width: 868px;
  margin: 0 auto 117px;

  .new_account_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .account_yet_text,
  .account_yet_text a,
  .sign_up_content p {
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0;
  }
  .sign_up_content p {
    margin-top: 11px;
  }

  .account_yet_text a {
    font-weight: 900;
    margin-left: 20px;
  }
}

.shopify-section .customer form {
  max-width: 767px;
  width: 100%;
  margin-top: 26px;
  text-align: left;

  .field {
    border: none;
    flex-direction: column-reverse;
    margin-bottom: 31px;

    &::before,
    &::after {
      content: none;
    }

    textarea,
    select,
    input {
      border: 1px solid #1d4889;
      box-shadow: none;
      color: #1d4889;
      padding: 4px;
      font-size: 16px;
      font-family: "Sofia Sans";
      font-weight: 400;

      &::placeholder {
        opacity: 0;
        color: #1d4889;
      }

      &:focus {
        box-shadow: none;
      }
    }

    input {
      border: 0;
      border-bottom: 1px solid #1d4889;
      padding: 0 !important;
      height: auto;
      margin: 0;
      font-size: 20px;

      &::placeholder {
        opacity: 1;
        text-transform: uppercase;
      }
    }

    input + label {
      display: none;
    }

    label[for="AddressCountryNew"],
    label[for="AddressProvinceNew"],
    label {
      position: static;
      margin: 0;
      font-size: 16px;
      font-style: normal;
      color: #1d4889;
      text-transform: uppercase;
      font-weight: 400;
    }

    .select-container {
      position: relative;

      svg.select-arrow {
        position: absolute;
        width: 18px;
        height: 18px;
        right: 20px;
        top: 54%;
        cursor: pointer;
        z-index: -1;
      }

      select {
        background-color: transparent;
      }
    }
  }

  .custom_checkbox {
    margin-bottom: 30px;

    input[type="checkbox"] {
      visibility: hidden;
      position: relative;

      &::after {
        content: "";
        width: 15px;
        height: 15px;
        border: 1px solid #1d4889;
        position: absolute;
        visibility: visible;
      }
    }

    input[type="checkbox"]:checked {
      &::after {
        background-color: #1d4889;
      }
    }

    label {
      font-size: 20px;
      letter-spacing: -0.4px;
      text-transform: uppercase;
      cursor: pointer;
    }

    .checkbox-container {
      display: flex;
      align-items: baseline;
      gap: 10px;
    }
  }

  a[href="#recover"] {
    margin-left: 0;
    margin-right: 0;
    margin-top: 39px;
    color: #1d4889;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
  }

  button {
    padding: 20px 34px;
    background: #1d4889;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;

    &::before,
    &::after {
      content: none;
    }
  }

  .check-btn {
    display: flex;
    align-items: baseline;
    gap: 10px;

    input[type="checkbox"] {
      visibility: hidden;
      position: relative;
      margin: 0;

      &::after {
        content: "";
        width: 15px;
        height: 15px;
        border: 1px solid #1d4889;
        position: absolute;
        visibility: visible;
      }
    }

    input[type="checkbox"]:checked {
      &::after {
        background-color: #1d4889;
      }
    }
  }
}

.shopify-section .customer.register {
  h1 {
    font-size: 24px;
  }

  button {
    padding: 8px;
    max-width: 326px;
    width: 100%;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
}

.shopify-section .customer.login form {
  .field + .field {
    margin-top: 58px;
  }
}
.shopify-section
  .customer.account
  .my-account-side-container
  .my-account-nav
  .dropdown
  a.button {
  color: #1d4889;
}
.d-none,
.mob-display {
  display: none !important;
}
.list-spacing li button {
  text-decoration: none !important;
  margin-top: 10px !important;
}
.list-spacing li button + button {
  margin-left: 15px !important;
}
.shopify-section .customer.account {
  max-width: 100% !important;

  .button {
    font-size: 24px;
    padding: 0;
    margin: 0;
    min-height: auto;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -0.48px;
    text-transform: uppercase;

    &::before,
    &::after {
      content: none;
    }
  }

  .my-account-side-container {
    align-items: start;
    display: flex;

    &:has(.my-account-nav li a.active) {
      #home {
        display: block;
      }

      #order_history {
        display: none;
      }
    }

    &:has(.my-account-nav li a.orders.active) {
      #order_history:target {
        display: block;
      }

      #home {
        display: none;
      }
    }

    .my-account-nav {
      max-width: 220px;
      width: 100%;
      border-right: 1px solid #1d4889;
      padding: 35px 0;

      .dropdown ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: left;

        li {
          margin-top: 16px;

          a {
            font-size: 25px;
            letter-spacing: -0.5px;
            text-transform: uppercase;
            text-decoration: none;
          }
          a:hover {
            color: inherit;
          }

          a.active {
            text-decoration: underline;
          }
        }
      }
    }

    .account-item ul {
      list-style-type: none;
      padding: 0;
      margin-bottom: 10rem;
      li {
        text-align: left;

        h4 {
          font-size: 25px;
          font-weight: 700;
          letter-spacing: -0.5px;
          text-transform: uppercase;
          margin: 0;
        }

        p,
        a {
          font-size: 18px;
          letter-spacing: -0.36px;
          text-transform: uppercase;
          line-height: 28px;
        }
      }

      li + li {
        margin-top: 21px;
      }
    }
    .account-content {
      width: 100%;
      padding: 0 80px;

      h2 {
        text-align: left;
        font-weight: 600;
      }
      .add-button button {
        background: transparent;
        color: #1d4889;
        padding: 0;
        font-size: 20px;
        font-weight: 500;
      }
      li {
        margin-top: 2rem;

        button {
          padding: 10px 20px;
          background: #1d4889;
          border: none;
          color: #fff;
          font-size: 16px;
          font-weight: 700;
          text-transform: uppercase;

          &::before,
          &::after {
            content: none;
          }
        }
      }

      button {
        padding: 0;
        background: transparent;
        border: none;
        color: #1d4889;
        text-decoration: underline !important;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        min-height: auto;

        &::before,
        &::after {
          content: none;
        }
      }

      h2#AddressNewHeading {
        display: none;
      }

      form > .field:nth-of-type(1),
      form > .field:nth-of-type(2) {
        flex: 100%;
        margin: 0;
        margin-bottom: 31px;
      }

      form > .field {
        margin-top: 0;
      }

      .add-button {
        display: flex;
        gap: 10px;
        /* margin-top: 15px; */
      }
      .address-form-title button {
        font-size: 25px;
      }
    }

    .my-account-dashboard,
    .account-item {
      padding-right: 0;
    }
    .my-account-dashboard .account-item h2 {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700 !important;
      text-decoration: underline;
    }
    .account-content.order-data {
      padding: 0 0 0 80px;

      table {
        box-shadow: none;
      }

      thead,
      tfoot,
      tbody {
        &::before,
        &::after {
          content: none;
        }

        th:last-child,
        td:last-child {
          border-left: 1px solid #1d4889;
        }

        th {
          font-size: 20px;
          font-weight: 700;
          letter-spacing: -0.4px;
          text-transform: uppercase;
        }
      }

      thead {
        border-bottom: 1px solid #1d4889;
      }

      table td:first-of-type {
        vertical-align: middle;

        a {
          font-size: 20px;
          letter-spacing: -0.4px;
          text-transform: uppercase;
          border: none;
          box-shadow: none !important;
          padding: 0;
        }
      }
    }
    .halo-page-content .account-content .list-spacing .address-check-btn {
      margin-bottom: 31px;
    }
    .halo-page-content .account-content .list-spacing input[type="checkbox"] {
      visibility: hidden;
      position: relative;
      margin: 0;
      margin-right: 5px;
      &::after {
        content: "";
        width: 15px;
        height: 15px;
        border: 1px solid #1d4889;
        position: absolute;
        visibility: visible;
      }
    }
    .halo-page-content
      .account-content
      .list-spacing
      input[type="checkbox"]:checked {
      &::after {
        background-color: #1d4889;
      }
    }
  }
}
.customer-login .content-for-layout .customer.login .field input {
  font-size: 20px;
  margin: 0;
}
.customer-login .content-for-layout .customer.login button {
  margin-bottom: 0;
}
.customer-login .content-for-layout .customer.login {
  max-width: 868px !important;
}
.customer-register
  .shopify-section
  .customer-register-page
  .customer
  .field
  input {
  font-size: 20px;
  margin: 0;
  :focus {
    margin: 0;
  }
}
/* page warranty */
.page-warranty .warranty-rich-text {
  .rich-text__heading {
    color: #1d4889;
    /* font-family: "Sofia Sans"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  div[class*="text-content"] {
    margin: 0;
    margin-bottom: 25px;
  }

  div[class*="text-content"] p,
  div[class*="text-content"] ul li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  div.text-content6 p:nth-last-child(1) {
    margin: 3rem 0;
  }

  .rich-text__blocks {
    max-width: 100%;
  }
}

.warranty-form {
  .field__input:focus,
  .field__input:focus-visible {
    outline: unset;
    box-shadow: unset;
  }

  .field::after,
  .field::before {
    content: unset;
  }

  .field__input {
    border: unset;
    border-bottom: 1px solid #1d4889;
    padding: 0;
    height: unset;
  }

  .field__input::placeholder {
    color: #6a6a6a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  .field {
    margin-bottom: 31px;
  }

  .checkbox-contact {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
  }

  label {
    color: #6a6a6a;
    font-family: "Sofia Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
  }

  .contact__button .button::after,
  .contact__button .button::before {
    content: unset;
  }

  .contact__button .button {
    background: #1d4889;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: unset;
    box-shadow: unset;
    min-height: unset;
    max-width: unset;
    width: unset;
    padding: 11px 45px;
  }
}

.main-warranty-page {
  position: relative;

  .warranty-banner-image {
    height: 748px;
  }

  .warranty-logo-image {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    top: 50%;
    width: 682px;
    height: 322px;
    transform: translate(-50%, -50%);
  }
}

body {
  ul li {
    list-style-position: outside !important;
  }
}

.mob-nav-header {
  display: none;
}

.page-warranty
  .warranty-form
  .warranty__fields
  .checkbox-contact
  input[type="checkbox"] {
  visibility: hidden;
  position: relative;
  &::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #1d4889;
    position: absolute;
    visibility: visible;
  }
}
.page-warranty
  .warranty-form
  .warranty__fields
  .checkbox-contact
  input[type="checkbox"]:checked {
  &::after {
    background-color: #1d4889;
  }
}

/* home page */
.index.gradient {
  .home-banner-video {
    .home-video-background {
      display: flex;
      height: 100vh;
    }

    .home-video-background video {
      object-fit: cover;
    }

    .home_video {
      position: relative;
    }

    .home-shop-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, 100%);
    }

    .home_video_text p {
      background-color: #1d4889;
      padding: 16px 19px;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      margin: 0;
      white-space: nowrap;
      text-transform: uppercase;
    }
  }

  .home-image-with-text {
    .page-width {
      margin: 0;
      padding: 0;
      max-width: 100%;
    }

    .image-with-text__text-item {
      position: absolute;
      z-index: 9999;
      right: 0;
      top: 50%;
      transform: translate(0%, -50%);
      width: 900px;
      .image-with-text__content {
        /* padding: 0;
                padding-right: 7rem; */
      }
    }

    .image-with-text__heading {
      text-align: center;
      width: 100%;
      font-size: 40px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 48px;
    }

    .image-with-text__text {
      text-align: center;
      margin-top: 3px;

      p {
        margin: 0;
        color: #4e4e4e;
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
      }
    }

    .tryon-btn {
      width: 100%;
      text-align: center;
      margin-top: 14px;

      .button.button--primary {
        background-color: transparent;
        border: 1.5px solid #1d4889;
        color: #1d4889;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        padding: 8px 29px;
      }
    }

    .image_custom_mobile {
      display: none;
    }
  }

  .home-multicolumn {
    .page-width {
      max-width: 100%;
      padding-inline: 0;
      padding-top: 41px;
      padding-bottom: 138px;
    }

    .multicolumn-list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      column-gap: 26px;
      row-gap: 17px;
      list-style: none;

      .multicolumn-list__item {
        width: 100%;
        max-width: 100%;
        position: relative;
      }

      .multicolumn-card__info {
        position: absolute;
        z-index: 99999;
        bottom: 0;
        max-width: 100%;
        width: 100%;
        text-align: center;
        padding: 0;
        height: 100%;
        padding-bottom: 10px;
        .animate-arrow {
          color: #fff;
          text-transform: uppercase;
          /* font-size: 40px; */
          margin-top: 0;
          font-weight: 700;
          display: flex;
          justify-content: center;
          align-items: flex-end;
          height: inherit;

          .svg-wrapper {
            display: none;
          }
        }
      }

      a.link.animate-arrow::after {
        bottom: 0;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
        /* position: fixed; */
      }

      .custom-image-wrapper {
        position: relative;
        display: flex;
      }

      .custom-img-overlay {
        position: absolute;
        z-index: 9999;
        background-color: #1d48894d;
        width: 100%;
        display: block;
        top: 0;
        height: 100%;
        opacity: 1;
      }
      .mobile-image-wrapper {
        display: none;
      }
    }
  }

  .home-featured-collection {
    .collection {
      padding-top: 0;
      padding-bottom: 84px;
    }

    .collection__title {
      margin: 0 80px;
      padding: 0;
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 100px;

      h2.title {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        text-transform: uppercase;
      }

      .center a {
        text-transform: uppercase;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        text-decoration: none;
      }

      .underlined-link:hover {
        color: #1d4889;
      }
    }

    .slider-mobile-gutter {
      max-width: 100%;
      padding: 0;
      margin: 0 80px;

      .grid {
        gap: 30px;
      }

      .grid__item {
        flex: 1;
      }

      .product-grid .grid__item .card-wrapper {
        position: relative;
        width: 100%;
        height: max-content;
      }
      .card__inner {
        border: 1px solid #e2e2e4;
      }
      .card:hover .media.media--hover-effect > img:first-child:only-child {
        transform: unset;
      }

      .card__content {
        position: absolute;
        bottom: 0;
        top: 0;
      }

      .card__information {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 40px;

        .card__heading a {
          font-size: var(--product-grid-title-font-size);
          font-weight: 700;
          line-height: var(--custom-product-grid-title-line-height);
          text-align: center;
        }

        .card__heading a:hover {
          text-decoration: none;
        }
      }
      .card__content .card__information > .card-information {
        display: none;
      }

      .price,
      .card__inner > .card__content .card__information {
        display: none;
      }
    }
  }

  .facial-shape-image-text {
    padding: 0;
    padding-bottom: 85px;

    .page-width {
      max-width: 100%;
      padding: 0;
    }

    .facial-shape-title {
      margin-bottom: 62px;
      /* font-size: 30px; */
      font-weight: 700;
      /* line-height: 36px; */
      text-transform: uppercase;
      padding: 0 80px;
    }

    .image-with-text__grid {
      padding: 0 80px;
    }

    .image-with-text__grid .image_custom {
      max-width: 858px;
      height: 672px;
    }

    .image-with-text__text-item {
      .image-with-text__heading {
        display: block;
        width: 100%;
        text-align: center;

        p {
          margin: 0;
          font-size: 40px;
          line-height: 48px;
          font-weight: 700;
          text-transform: uppercase;
          white-space: nowrap;
        }
      }
    }

    .discover-btn {
      width: 100%;
      text-align: center;
      margin-top: 73px;

      .button.button--primary {
        padding: 16px 61px;
        font-size: 24px;
        font-weight: 500;
      }
    }
  }
}

/* collections page */

.loader {
  display: none;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  margin-left: 8px;
}
span.btn-text {
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
  width: max-content;
  font-weight: 700 !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading .btn-text {
  display: none;
}

.loading .loader {
  display: inline-block;
}
.collection-all-shapes,
.collection {
  .content-for-layout {
    .collection-banner {
      position: relative;
    }

    .mobile_collection_image {
      display: none;
    }

    .custom_collection_title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);

      p {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 48px;
        white-space: nowrap;
        margin-top: 0;
      }
    }

    .facets-vertical.page-width {
      max-width: 100%;
      padding-bottom: 129px;
    }

    .custom_collection,
    .default_collection {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 19px;
    }

    .grid__item {
      width: 100%;
      max-width: 100%;
      height: max-content;
    }

    .card__inner {
      border: 1px solid #e2e2e4;
    }

    li[class*="cutsom-shop"] .card__inner:has(.custom_product_btn_text) {
      border: unset;
    }
    .custom_collection
      li.cutsom-shop13.grid__item:has(.card-wrapper .custom_product_btn_text)
      .custom_product_area {
      flex-direction: row-reverse;
    }
    .custom_collection
      li.grid__item:has(.card-wrapper .custom_product_btn_text) {
      grid-column: span 2;
      height: 100%;
      align-content: center;
      padding: 20px;
      border: 1px solid #e2e2e4;

      .custom_product_btn_text {
        text-decoration: none;
      }

      .custom_product_area {
        display: flex;
        align-items: center;
        background: #fff;
        height: 100%;
        justify-content: space-between;

        .custom_product_image {
          height: 100%;
        }

        .custom_product_text {
          text-align: center;
          margin-top: 20px;

          .custom_product_title {
            font-size: var(--custom-product-grid-title-font-size);
            font-weight: 700;
            line-height: var(--custom-product-grid-title-line-height);
          }

          .custom_product_description {
            font-size: var(--custom-product-grid-description-font-size);
            font-weight: 400;
            line-height: 24px;
            color: #6a6a6a;
            margin-top: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
          }

          .custom-try-btn {
            padding: 13px 51px;
            background-color: #1d4889;
            font-size: 14px;
            line-height: 16.8px;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            width: 160px;
            margin: 0 auto;
            margin-top: 15px;
            cursor: pointer;
            border: none;
          }
        }
      }
    }

    .facets-vertical .product-grid-container .card-wrapper {
      position: relative;
      height: max-content;
    }

    .facets-vertical
      .product-grid-container
      .card-wrapper
      .card:hover
      .card__inner
      .card__media
      .media.media--hover-effect
      img {
      transform: initial;
    }

    .facets-vertical
      .product-grid-container
      .card-wrapper
      .card__inner
      + .card__content {
      position: absolute;
      bottom: 0;
      top: 0;
    }
    .facets-vertical
      .product-grid-container
      .card-wrapper
      .card__inner
      + .card__content
      .card__information {
      padding: 0;
      margin-bottom: 20px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }

    .facets-vertical
      .product-grid-container
      .card-wrapper
      .card__content
      .card__information
      a {
      font-size: var(--product-grid-title-font-size);
      text-transform: uppercase;
      line-height: var(--custom-product-grid-title-line-height);
      font-weight: 700;
      text-align: center;
    }

    /* .facets-vertical .product-grid-container .card-wrapper .card__content .card__information .card__heading a::after {
            content: "";
            position: fixed;
        } */

    .underline-links-hover:hover a {
      text-decoration: none;
    }

    .facets-vertical
      .product-grid-container
      .card-wrapper
      .card__content
      .card-information {
      display: none;
    }
  }

  .filter_title {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-bottom: 1px solid #e2e2e4;
  }

  .closeBtn:before {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    content: "+";
    transform: rotate(0deg);
    margin: 0 auto;
    font-size: 30px;
    color: #e2e2e4;
    font-weight: 200;
    transition: all 200ms ease-in-out;
  }

  .facets-container
    .filter_content.filter_active
    .filter-sub-area
    .closeBtn:before {
    transform: rotate(0deg);
  }

  .facets-container
    .filter_content.filter_active
    .filter-area
    details[open]
    .closeBtn:before,
  .facets-container:has(.filter_content.filter_active) .closeBtn::before {
    transform: rotate(45deg);
  }

  .facets-container {
    display: block;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .shop-filter-text p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .filter_content {
    max-height: 0;
    transition: all 1s ease 0s;
    overflow: hidden;
    display: flex;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
  }
  .filter_content.filter_active {
    max-height: 640px;
    transition: all 1s ease 0s;
  }
  .filter-main-area {
    display: flex !important;
    width: 100%;
    padding-top: 22px;
  }
  facet-filters-form.facets.facets-vertical-sort.small-hide {
    flex: 1 !important;
    min-width: 380px;
  }

  .filter_content.filter_active .facets.facets-vertical-sort {
    flex: 1;
  }

  .filter_content.filter_active .facets.custom_filter {
    flex: 3;
  }

  .facets__form-vertical {
    max-width: 100%;
    width: 100%;
  }

  .filter-area {
    display: flex;
    gap: 10px;
  }

  .filter-area .facets__disclosure-vertical {
    width: 100%;
    max-width: 100%;
    border-top: inherit;
  }

  .facet-filters__field {
    display: block;
  }

  .facet-filters__field .facet-filters__label label {
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: underline;
  }

  .facets-vertical-form {
    display: block;

    .facet-filters {
      padding: 0;
    }
  }
  .price-area .facets__display-vertical {
    margin-top: 28px;
  }
  .filter-main-area .filter-area .facets__price .bubble {
    font-size: 18px;
    font-weight: 700;
  }
  .custom_select .facet-filters__sort {
    padding: 6px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .custom_select .facet-filters__sort .sort-new-arrival-2 {
    order: 2;
  }

  .custom_select .facet-filters__sort .sort-new-arrival-5 {
    order: 4;
  }

  .custom_select .facet-filters__sort .sort-new-arrival-6 {
    order: 3;
  }

  .custom_select .facet-filters__sort .sort-new-arrival-7 {
    order: 1;
  }

  .custom_select .facet-filters__sort label,
  .filter-area .facet-checkbox__text .facet-checkbox__text-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
    word-break: normal;
  }

  .filter-area
    .facets-layout-list
    .facets__label:hover
    .facet-checkbox__text-label {
    text-decoration: none;
  }

  .filter-area .facets__summary:hover .facets__summary-label {
    text-underline-offset: unset;
  }

  .custom_select .facet-filters__sort > div {
    position: relative;
    margin-top: 5px;
    display: flex;
  }

  .custom_select .facet-filters__sort > .sort-new-arrival-7 {
    margin-top: 0;
  }

  .custom_select .facet-filters__sort input {
    opacity: 0;
  }

  .custom_select .facet-filters__sort .custom-radio-btn,
  .filter-area .facets__item .custom-radio-btn {
    position: absolute;
    top: 8px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: transparent;
    transform: rotate(45deg);
    border: 2px solid #264788;
  }

  .custom_select .facet-filters__sort .custom-radio-btn:after,
  .filter-area .facets__item .custom-radio-btn::after {
    top: 3px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: transparent;
    content: "";
    position: absolute;
  }

  .custom_select .facet-filters__sort input:checked ~ .custom-radio-btn:after,
  .filter-area
    .facets__item
    .facets__label
    input:checked
    ~ .custom-radio-btn:after {
    display: block;
    background: #264788;
  }

  .facets__form-vertical
    .active-facets
    .active-facets-vertical-filter
    .facets__heading {
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 0;
  }

  .filter-sub-area {
    display: flex;
    gap: 5px;
  }

  .filter-area .parent-display .facets-layout .list-menu__item .facet-checkbox {
    padding: 0;
    padding-bottom: 7px;
  }

  .filter-sub-area .facets__summary-label,
  .filter-area .price-title-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: underline;
    white-space: nowrap;
  }

  .facets__form-vertical .active-facets facet-remove,
  .filter-sub-area .facets__summary-label .facets__selected,
  .filter-area .parent-display .facets-wrap .facets__label svg,
  .product-count-vertical .loading__spinner {
    display: none;
  }

  .filter-area .facet-checkbox input {
    position: relative;
  }

  .filter-area .facets__item .custom-radio-btn {
    top: 8px;
    height: 9px;
    width: 9px;
  }

  .facets-container .filter_content .facets.custom_filter {
    max-width: 100%;
    width: 100%;
  }

  .facets__display-vertical .facets__header-vertical {
    display: none;
  }

  .filter-custom-btn {
    margin-top: 40px;
  }

  .filter-custom-btn .facets__button-no-js {
    background-color: #1d4889;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 54px;
    font-weight: 700;
    font-size: 16px;
  }
  .filter-custom-btn .facets__button-no-js::after {
    box-shadow: none;
    border: none;
  }

  .filter-custom-btn .facets__button-no-js:hover::after {
    box-shadow: none;
    border: none;
  }

  .facets-container .filter-area .focus-offset:focus-visible {
    outline: none;
    box-shadow: unset;
  }

  .facets-container .facets-wrap-vertical {
    border: none;
    padding: 0;
  }

  .facets-container .filter_content-heading {
    display: none;
  }

  .filter_title .down-arrow {
    display: none;
  }
  span.facet-checkbox__text {
    margin-left: 7px;
  }
  .facets-vertical .facet-checkbox input[type="checkbox"] {
    margin: 0;
  }
  .facet-checkbox .svg-wrapper {
    display: none;
  }
  .list-menu__item.facets__item .facet-checkbox {
    display: block;
  }
}

.cart__warnings {
  .button {
    background-color: #1d4889;
    color: #fff;
  }

  .button::after,
  .button::before {
    content: unset;
  }
}

/* custom-popup */
.custom-popup-modal .subscribe-me {
  background-color: #1d4889;
  max-width: 828px;
  height: max-content;
  text-align: center;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  box-shadow: none;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.custom-popup-modal .subscribe-me .popup_logo {
  max-width: 328px;
  height: auto;
  margin: 0 auto;
}

.custom-popup-modal .subscribe-me h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0;
}

.custom-popup-modal .subscribe-me p {
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  margin-top: 18px;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}
.subscribe-me.sb .sb-close-btn {
  right: 2rem;
  top: 2rem;
}

.custom-popup-modal .subscribe-me h2,
.custom-popup-modal .subscribe-me p {
  color: #fff;
}

.custom-popup-modal .subscribe-me .field__button {
  position: inherit;
  display: block;
  color: #fff;
  margin: 23px auto;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
}

.custom-popup-modal
  .subscribe-me
  .newsletter-form__field-wrapper
  .field::after {
  box-shadow: unset;
}
.custom-popup-modal
  .subscribe-me
  .newsletter-form__field-wrapper
  .field
  input::placeholder,
.custom-popup-modal
  .subscribe-me
  .newsletter-form__field-wrapper
  .field
  .field__input {
  text-align: center;
  color: #1d4889;
  font-weight: 400;
  font-size: 25px;
  text-transform: lowercase;
  padding: 12px;
  height: auto;
}
.custom-popup-modal
  .subscribe-me
  .newsletter-form__field-wrapper
  .field
  .field__input:focus {
  border: none;
  box-shadow: none;
}

.custom-popup-modal .subscribe-me .sb .sb-close-btn {
  right: 4%;
  top: 5%;
}
body.gradient.sb-open {
  overflow: hidden;
}

.page-whos-kopajos .content-for-layout .shopify-section.who-section,
.page-whos-kopajos .content-for-layout .shopify-section.concept-section {
  position: sticky;
  top: 0;
  background-color: #fff;
}
.page-whos-kopajos .content-for-layout .shopify-section.concept-section {
  top: -100px;
}
/* .page-whos-kopajos .content-for-layout .shopify-section.who-section .who-image-with-text,
.page-whos-kopajos .content-for-layout .shopify-section.who-section .concept-image-with-text{
    padding-top: 117px;
} */

.search .template-search .facets-container {
  display: none !important;
}
.search .template-search .template-search__header .h2,
.cart .cart__warnings .cart__empty-text,
.cart .cart__warnings a.button,
.cart .title-wrapper-with-link .title {
  text-transform: uppercase;
}
.search .template-search .template-search__header .field input:focus,
.search
  .template-search
  .template-search__header
  .field
  .field__input:not(:placeholder-shown) {
  padding: 15px;
  box-shadow: none;
}
.header-wrapper:has(.header__search details[open]) {
  opacity: 0.9;
}
.gallery-media-container .image-hover .hover-overlay .instagram-mob-icon {
  display: none;
}
body .reset__button:not(:focus)::after {
  content: unset;
}
body .search.search-modal__form #Search-In-Modal {
  padding-right: 22px;
}
body .search.search-modal__form .reset__button.field__button {
  right: -9px;
}
.header__icon.header__icon--account span.visually-hidden {
  display: none;
}
.product .related-products .card__information {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.product .related-products .card__heading {
  margin-bottom: 20px;
}
.product
  product-recommendations.related-products.page-width
  ul.grid.product-grid
  li
  .card
  .card__content {
  bottom: 0;
  text-align: center;
  height: 100%;
  top: 0;
}
.card-wrapper.product-card-wrapper .card__content .card__badge {
  display: none;
}
body.gradient cart-drawer .drawer__heading {
  margin-bottom: 0;
  font-family: "Sofia Sans";
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}
cart-drawer .drawer__close {
  display: none;
}
cart-drawer .drawer__inner {
  padding: 0;
}
cart-drawer .drawer__header {
  padding: 28px 24px 15px;
  border-bottom: 0.5px solid #1d4889;
}
cart-drawer .cart-drawer .cart-items .cart-item {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
cart-drawer .cart-drawer .cart-items td {
  padding-top: 1.7rem;
  border: 1px solid #1d4889;
  border-left: 0;
  border-top: 0;
  grid-area: unset;
  width: 100%;
}
cart-drawer .cart-drawer .cart-item > td + td {
  padding: 16px 8px 8px;
  border-right: 0;
}
cart-drawer .cart-drawer .cart-item .cart-item__details a {
  font-family: "Karla", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29.23px;
  text-transform: uppercase;
}
cart-drawer .cart-drawer .cart-item .cart-item__details .product-option {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 50px;
}
cart-drawer .cart-drawer .cart-item .cart-item__details .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
cart-drawer .cart-drawer .cart-item .cart-item__details dl,
cart-drawer .cart-drawer .cart-item__error {
  display: none;
}
cart-drawer .cart-drawer .cart-item .cart-item__details .qty-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
cart-drawer .cart-drawer .cart-item .cart-item__details .cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
}
cart-drawer
  .cart-drawer
  .cart-item
  .cart-item__details
  cart-remove-button
  .button {
  min-height: unset;
  min-width: unset;
}
cart-drawer .cart-drawer .quantity:before,
cart-drawer .cart-drawer .quantity:after {
  content: unset;
}
cart-drawer .cart-drawer quantity-popover {
  display: flex;
}
cart-drawer .cart-drawer .cart-item .cart-item__details a:hover {
  text-decoration: unset;
}
cart-drawer .cart-drawer .quantity__input {
  color: #1d4889;
  font-family: "Karla", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 50px;
}
cart-drawer .cart-drawer quantity-popover .quantity {
  min-height: unset;
  width: 100%;
}
cart-drawer .cart-drawer .quantity__button {
  width: unset;
}
cart-drawer .cart-drawer .drawer__footer {
  border-top: unset;
  padding: 0;
}
cart-drawer .cart-drawer .cart-drawer__footer {
  display: none;
}
cart-drawer .cart-drawer .drawer__inner {
  width: 336px;
}
cart-drawer .cart-drawer .web-logo {
  width: 288px;
  margin: 17px auto;
}
cart-drawer .cart-drawer #CartDrawer-Checkout::before,
cart-drawer .cart-drawer #CartDrawer-Checkout::after {
  content: unset;
}
cart-drawer .cart-drawer .cart-drawer-btn {
  text-align: center;
  margin-top: 70px 0 10px;
}
cart-drawer .cart-drawer #CartDrawer-Checkout {
  color: #fff;
  text-align: center;
  font-family: "Sofia Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  background: #1d4889;
  min-width: unset;
  min-height: unset;
  padding: 9px 5rem;
}
.search-modal {
  visibility: hidden;
  transition: all 0.7s ease;
  height: 100vh;
}
.search-modal.search-active {
  visibility: visible;
  opacity: 0.9;
  z-index: 999;
  position: fixed;
  top: 0;
}
body:has(.search-modal.search-active) .custom-announcement {
  display: none;
}
body:has(.search-modal.search-active) {
  overflow: hidden;
}

.drawer__inner-empty .cart-drawer__empty-content .button {
  background-color: #1d4889;
  color: #fff;
  text-transform: uppercase;
}
.drawer__inner-empty .cart-drawer__empty-content .button::after {
  box-shadow: none;
}
.custom-dropdown-about {
  position: absolute;
  z-index: 2;
}
.custom-dropdown-about ul {
  padding: 14px 0 !important;
  border: 0 !important;
  box-shadow: unset !important;
}
.custom-dropdown-about ul li a {
  line-height: 41px;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: unset;
}
.custom-dropdown-about ul li {
  padding: 0 !important;
}
.header:has(.custom-about-dropdown-menu.mega-menu-active) {
  padding-bottom: 15rem;
  border-bottom: 1.5px solid #1d4889;
}
.custom-about-dropdown-menu li a:hover,
.header__submenu .header__menu-item:hover {
  text-decoration-line: none;
  color: #1d4889;
}
div[id*="MegaMenu-Content-1"] {
  display: none;
}
.atc-button-qty-preview {
    display: flex;
    align-items: center;
    gap: 17px;
}
.atc-button-qty-preview .product-form__quantity{
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0;
}
.atc-button-qty-preview .product-form__quantity .quantity__label{
  margin-bottom: 0;
}
.atc-button-qty-preview  .price-per-item__container quantity-input{
  align-items: center;
  width: unset;
}
.atc-button-qty-preview  .price-per-item__container quantity-input .quantity__button{
      width: unset;
    margin: unset !important;
}
.atc-button-qty-preview  .price-per-item__container quantity-input input{
      width: 40px;
          font-size: 13px;
}
.atc-button-qty-preview  .price-per-item__container quantity-input::before, .atc-button-qty-preview  .price-per-item__container quantity-input::after{
  content: unset;
}
.atc-button-qty-preview .product-form__submit{
  margin-bottom: 0;
  width: 100%;
}
.atc-button-qty-preview div:nth-child(1){
  flex-grow: 1;
}
.atc-button-qty-preview .product-form__buttons{
  max-width: unset;
}
.index .home-featured-collection .card-wrapper .card > .card__inner::before{
  content: unset;
}
.index .home-featured-collection .card-wrapper .card > .card__inner .card__media .media, .index .home-featured-collection .card-wrapper .card > .card__inner .card__media, .index .home-featured-collection .card-wrapper .card > .card__inner .card__media .media img{
  position: unset;
}
.main-blog .blog-articles .article-card-wrapper:hover .full-unstyled-link{
  text-decoration: none;
}
.main-blog .blog-articles .article-card-wrapper:hover img {
  transform: unset !important;
}
.main-blog .blog-articles .article-card-wrapper .article-card__excerpt{
    margin-inline:0;
    word-break: break-all;
}
@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 80px;
  }
  .about-image-with-text .page-width {
    padding: 0 100px;
  }
}

@media (min-width: 992px) {
  .mobile_title {
    display: none;
  }

  .warranty__fields {
    width: 787px;
  }

  .search-logo-img {
    display: none;
  }

  .search-modal {
    background: rgba(0, 0, 0, 1);
    height: 100vh;
  }

  body:has(details[open] > .search-modal) .custom-announcement {
    display: none;
  }
  .header-menu-second-area details[open] > .search-modal {
    opacity: 1;
    z-index: 999;
  }
  .search-modal__form {
    display: flex;
    gap: 10px;

    .search-modal__form {
      .field {
        flex: 3;
      }

      .search__input {
        background-color: transparent;
        border-bottom: 1px solid #f5f5f5;
        color: #fff;
        text-transform: uppercase;
        padding: 0;
      }

      .field__input:focus,
      .field:after {
        box-shadow: none;
      }

      .search__button {
        justify-content: start;
        flex: 1;
      }
    }
  }

  .reset__button {
    display: none;
  }

  .search-modal__close-button {
    position: absolute;
    top: 5rem;
    right: 5rem;

    .svg-wrapper {
      .icon-close path {
        fill: #fff;
      }
    }
  }

  .search__button {
    position: inherit;

    span {
      font-size: 45px;
      font-weight: 900 !important;
      color: #fff !important;
      text-transform: uppercase;
    }
  }
  .page-warranty {
    .rich-text__wrapper.page-width,
    .warranty-form .page-width {
      padding: 0 130px;
    }
  }
  .page-contact .contact.page-width {
    max-width: 100%;
    padding-inline: 100px;
  }
  .header__icon.header__icon--account span.visually-hidden {
    display: none;
  }
  .shopify-section .customer.account {
    padding: 0 100px;
  }
}

@media screen and (max-width: 1800px) {
  .product {
    product-info .page-width {
      .product__info-wrapper {
        padding: 0 60px;

        variant-selects legend.form__label {
          p,
          span {
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0 0 5px;
          }
        }

        /* .price-container {
          span.price-item {
            font-size: 30px;
          }
        } */
      }
    }
  }
}
@media (max-width: 1580px) {
  .header-wrapper {
    .header__inline-menu {
      margin: 0;
    }
    .list-menu.list-menu--inline {
      justify-content: space-between;
      width: 100%;
    }
    .header-menu-second-area {
      justify-content: space-between;
    }
    .header-menu-second-area .second-menu {
      width: 100%;
    }
    .header-menu-second-area .second-menu .list-menu {
      justify-content: space-around;
      gap: 20px;
    }
    .header-menu-second-area .header__icons {
      margin: 0;
    }
    .second-menu .header__inline-menu li:nth-child(2),
    .second-menu .header__inline-menu li:nth-child(1),
    .header__inline-menu li {
      padding-left: 0 !important;
    }
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-wrapper {
    .header__heading-logo-wrapper {
      width: 188px;
    }
  }
}

@media (max-width: 1440px) {
  .header-wrapper {
    .header__inline-menu li:nth-child(1) {
      padding-left: 0;
    }

    .header-menu-second-area .second-menu .header__inline-menu li:nth-child(1) {
      padding-left: 20px;
    }

    .header__inline-menu .list-menu {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .header-menu-second-area .header__icons {
      padding-top: 0;
      padding-bottom: 0;
    }

    .header-menu-second-area
      .second-menu
      .header__inline-menu
      .mega-menu__content
      .page-width {
      padding-left: 92rem;
    }

    .header-menu-second-area
      .second-menu
      .header__inline-menu
      .mega-menu__list
      li:nth-child(1) {
      padding: 0;
    }

    .header__inline-menu .page-width {
      padding: 0 5.4rem;
    }
  }

  .page-contact .contact {
    gap: 100px;

    form.contact-form {
      max-width: 550px;
    }
  }

  .index.gradient {
    & .home-image-with-text {
      .image-with-text__text-item {
        width: 760px;
      }
    }
  }

  .collection-all-shapes,
  .collection {
    .content-for-layout {
      .cutsom-shop3.grid__item,
      .cutsom-shop13.grid__item,
      .cutsom-shop25.grid__item {
        .custom_product_area {
          .custom_product_image {
            height: inherit;
          }
        }
      }
    }
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .header-wrapper {
    & .header__inline-menu {
      li:nth-child(2),
      li:nth-child(3) {
        padding-left: 0;
      }
    }
    .header-menu-second-area {
      .second-menu .header__inline-menu li:nth-child(2) {
        padding-left: 0;
      }
    }
    .header__inline-menu .list-menu {
      gap: 20px;
    }
  }
}
@media (max-width: 1024px) {
  .header-wrapper {
    .header__inline-menu li a span,
    .header__inline-menu header-menu summary.header__menu-item span,
    .header__inline-menu .mega-menu__list a {
      font-size: 20px;
    }
    .custom-dropdown-about ul li a {
      font-size: 20px;
    }

    .header__inline-menu .list-menu li:nth-child(1),
    .header__inline-menu
      .list-menu
      .mega-menu
      .mega-menu__content
      .mega-menu__list
      li {
      padding-left: 0;
    }

    .header-menu-second-area
      .second-menu
      .header__inline-menu
      .mega-menu__content
      .page-width {
      padding-left: 64rem;
    }
  }

  .page-contact .contact {
    gap: 50px;

    form.contact-form {
      max-width: 450px;
    }
  }

  .shopify-section .customer.account {
    .my-account-side-container {
      .account-content.order-data {
        padding: 0 0 0 50px;
      }
    }
  }

  .index.gradient {
    & .home-multicolumn {
      & .multicolumn-list {
        & .multicolumn-card__info {
          .animate-arrow {
            font-size: 28px;
          }
        }
      }
    }

    .facial-shape-image-text {
      .image-with-text__grid {
        padding: 0 80px;
      }
    }

    .home-image-with-text {
      .image-with-text__text-item {
        width: 540px;
      }
    }
  }

  .product {
    product-info .page-width {
      padding: 0 50px;
      .product__info-wrapper {
        padding: 0;
      }

      .grid__item.product__media-wrapper {
        .thumbnail-slider .thumbnail-list,
        .product-media-container .product__modal-opener {
          height: 100%;
          max-height: 100%;
        }
      }
    }

    .page-width {
      padding-inline: 30px;
    }
  }

  .collection-all-shapes,
  .collection {
    & .content-for-layout {
      .custom_collection,
      .default_collection {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    .facets-vertical.page-width {
      padding: 0 20px;
    }
  }
  .page-whos-kopajos {
    .who-image-with-text,
    & .concept-image-with-text {
      .image-with-text__media-item .image-with-text__media {
        width: 470px;
        height: 700px;
      }
    }
  }

  .index .home-featured-collection .card-wrapper .card  > .card__content .card__information {
    padding-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .section-header {
    top: 0;
    .header {
      padding: 0 16px;
      .header-menu-second-area .header__icons {
        padding: 0;
        margin: 0;
      }
      .header__heading {
        margin: 10px 0;
        display: flex;
      }
      .header__heading-logo-wrapper {
        display: flex;
      }
    }
  }
  .page-armocromia {
    .armocromia-rich-text {
      h2 {
        font-size: 25px;
        margin-bottom: 0;
      }

      p {
        font-size: 18px;
      }

      .rich-text__blocks {
        max-width: 100%;
      }

      .text-content2 {
        margin: 12px 0 0;
      }

      .text-content5 {
        margin-top: 0;
      }
    }
  }

  .page-whos-kopajos {
    .content-for-layout .shopify-section.who-section,
    .content-for-layout .shopify-section.concept-section {
      position: static;
    }
    .content-for-layout .shopify-section.who-section .who-image-with-text {
      padding-bottom: 0;
      padding-top: 0;
    }
    .concept-image-with-text
      .image-with-text__text-item
      .image-with-text__text
      p {
      font-weight: 400;
    }
    .who-image-with-text,
    .concept-image-with-text {
      padding-top: 0;

      .image-with-text__heading {
        display: none;
      }

      .image-with-text__grid {
        flex-direction: column;
      }

      .image-with-text__media-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .mobile_title {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        width: min-content;
        position: relative;

        &::after {
          content: "";
          border-bottom: 1px solid #000;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          /* max-width: 355px; */
          margin: 0 auto;
          right: 0;
        }
      }

      .image-with-text__media-item .image-with-text__media {
        width: 236px;
        height: 448px;
      }

      .image-with-text__text-item,
      .image-with-text__content {
        width: 100%;
        max-width: 100%;
        .image-with-text__text {
          margin-top: 35px;
        }
      }

      .image-with-text__text p {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: lowercase;
      }

      .page-width {
        padding: 0 0 0 1.5rem;
      }

      .image-with-text__text-item {
        padding: 0 1.5rem 0 0;
      }

      .button.button--primary {
        margin: unset;
        margin-top: 30px;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        padding: 13px 34px;
      }
    }

    .concept-image-with-text {
      padding-top: 114px;
      padding-bottom: 125px;

      .image-with-text__media-item {
        flex-direction: row-reverse;
      }

      .page-width {
        padding: 0 1.5rem 0 0;
      }

      .image-with-text__text-item {
        padding: 0 0 0 1.5rem;
      }
    }
  }

  .main-warranty-page {
    position: relative;

    .warranty-banner-image {
      height: 346px;
    }

    .warranty-logo-image {
      width: 226px;
      height: 108px;
    }
  }

  .page-warranty .warranty-form {
    margin-top: 26px;

    .page-width {
      padding: 0 35px;
    }

    .checkbox-contact {
      align-items: flex-start;
    }

    label {
      color: #1d4889;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase;
    }
  }

  .submenu-open details.menu-opening .menu-drawer__submenu,
  .submenu-open details[open].menu-opening .menu-drawer__submenu {
    transform: none !important;
  }

  .header-wrapper
    .menu-drawer-container
    .menu-drawer__inner-container
    .menu-drawer__navigation
    .submenu-open {
    visibility: inherit;
  }

  .header-wrapper
    .menu-drawer-container
    .menu-drawer__submenu
    .menu-drawer__inner-submenu
    .menu-drawer__close-button {
    display: none;
  }

  .menu-drawer-container.menu-opening
    .menu-drawer__inner-container
    .menu-drawer__inner-submenu
    .menu-drawer__menu
    li {
    margin-bottom: 0;
  }

  .menu-drawer-container.menu-opening .header__icon--menu .icon.icon-close {
    top: 4rem;
    z-index: 999;
    width: 12px;
    height: 24px;
  }

  .menu-drawer__menu-item > .svg-wrapper {
    display: none;
  }
  .menu-drawer {
    overflow: hidden !important;
  }

  .menu-drawer__inner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 34px 0;

    .menu-container {
      /* flex-grow: 1; */
      display: flex;
      align-items: end;
    }
    .menu-container:has(.menu-active) {
      align-items: center;
    }

    .drawer-menu-logo {
      width: 100%;
      height: auto;
      max-width: 180px;
    }

    .menu-drawer__navigation-container {
      align-items: center;
    }

    .menu {
      padding: 0;
      margin: 0;
      text-align: center;

      .menu-link.menu-active .menu.dropdown-child {
        display: block;
      }
      .menu-link {
        background-color: transparent;
        list-style: none;
        margin-bottom: 56px;

        &:last-child {
          margin-bottom: 32px;
        }

        a {
          color: #1d4889;
          text-decoration: none;
          font-size: 25px;
          font-weight: 700;
          line-height: 30px;
          text-transform: uppercase;
        }

        .menu.dropdown-child .menu-link a {
          color: #1d4889;
          opacity: 1;
        }
      }
      .menu-link.menu-link-contact {
        margin-bottom: 96px;
      }
    }

    .menu .menu-link.menu-active a {
      color: #1d4889;
    }

    .menu:has(.menu-link.menu-active) .menu-link {
      margin-bottom: 10px;
    }
    .menu:has(.menu-link.menu-active) .dropdown-child .menu-link:last-child {
      margin-bottom: 20px;
    }

    .menu.dropdown-child {
      visibility: hidden;
      opacity: 0;
      transition: max-height 1s ease-in-out, opacity 0.7s ease-in-out,
        visibility 1s ease-in-out, margin-bottom 10s ease-in-out;
      max-height: 0;
    }

    .menu-drawer__menu.has-submenu
      .menu-drawer__inner-submenu
      > .menu-drawer__menu
      a {
      padding: 5px 0;
    }
  }

  .menu .menu-link.menu-active .menu.dropdown-child {
    max-height: 300px;
    opacity: 1;
    /* transition: max-height 1s ease-in-out, opacity 1.2s ease-in-out, visibility 1s ease-in-out, margin-bottom 10s ease-in-out; */
    visibility: visible;
  }

  .header-wrapper:has(.menu-drawer-container.menu-opening)
    .header__heading-link,
  .header-wrapper:has(.menu-drawer-container.menu-opening)
    .header-menu-second-area
    .header__icons {
    display: none;
  }

  .index.gradient {
    .section-header.menu-open .header-wrapper {
      opacity: 1;
      top: 0;
      bottom: 0;
    }
    .home-featured-collection {
      .slider-mobile-gutter {
        .card__information {
          padding-bottom: 20px;
        }
      }
      .card__inner:has(.card__media) {
        height: 100%;
      }
    }
  }

  .header__search {
    details > .search-modal {
      height: 0;
      /* transform: translateY(-788px); */
      /* opacity: 0; */
      transition: all 0.7s ease-in-out, height 1s ease-in-out;
      /* visibility: hidden; */
    }
    details[open] > .search-modal {
      opacity: 1;
      visibility: visible;
      /* transform: translateY(0px); */
      height: 100vh;
      background: #fffffff2;
      transition: all 0.7s ease-in-out;
      animation: unset;
    }

    details[open] > .header__icon .svg-wrapper.header__icon-close {
      display: none;
    }

    .search-modal__content {
      height: 100vh;
      width: 100%;
      padding: 0 42px;
    }

    .search-modal__close-button {
      top: 15px;
      right: 15px;
    }

    .field::after,
    .field:hover.field:after {
      box-shadow: none;
      border-bottom: 2px solid #1d4889;
    }

    .field__input:focus,
    .field__input:not(:placeholder-shown) {
      box-shadow: none;
      padding: 15px;
      background: transparent;
    }

    .search-modal__content .field__label {
      display: none;
    }

    .search-modal__content .search__button {
      position: unset;
      width: 100%;
      height: max-content;
    }

    .search-modal__content .search__button span {
      font-size: 45px;
      text-transform: uppercase;
      line-height: 54px;
      font-weight: 900;
    }

    .search-logo-img {
      position: absolute;
      bottom: 20px;
    }
  }

  .header-wrapper:has(.header__search details[open="true"]) {
    opacity: 1;
  }

  .menu-drawer__utility-links {
    display: none;
  }

  .custom-announcement {
    display: none;
  }

  .page-detail-about {
    .about-image-with-text {
      padding: 60px 0;
    }
    .about-image-with-text:last-child {
      padding-bottom: 0;
    }

    .about-image-with-text .image-with-text .image-with-text__grid {
      flex-direction: column-reverse;
      gap: 0;
    }

    .about-image-with-text .image-with-text .image_custom {
      max-width: 100%;
      margin: 40px 0 0;
    }

    .about-image-with-text .image-with-text .image-with-text__text-item {
      max-width: 100%;
      width: 100%;
    }
  }

  .footer-subscribe-section {
    .footer-sub-newsletter
      .newsletter-email-address
      .newsletter-form__field-wrapper {
      grid-area: 1 / 1 / 1 / 4;
    }

    .footer-sub-newsletter .newsletter-email-address .newsletter-form__button {
      margin-left: 0;
      margin-top: 17px;
      grid-area: 3 / 1 / 3 / 2;
    }

    .newsletter__wrapper {
      padding: 45px 24px 20px;
    }

    .footer-subscribe-flex .logo_image {
      display: none;
    }

    .footer-sub-newsletter {
      gap: 10px;
      flex-direction: column;

      .newsletter__subheading p {
        text-align: left;
      }

      .newsletter-description-text label {
        text-align: left;
        font-weight: 400;
      }
    }
  }

  .footer {
    .footer__content-top.page-width {
      padding: 24px 15px 18px;
    }

    .footer_logo_image {
      display: block;
      max-width: 154px;
      margin: 0 auto;
    }

    .footer__blocks-wrapper div:nth-child(2) {
      display: none;
    }

    .footer__blocks-wrapper.grid {
      display: grid;
      margin-top: 30px;
      margin-bottom: 34px;
      gap: 0;
    }

    .footer__blocks-wrapper div:nth-child(1) {
      grid-area: 1 / 1 / 3 / -1;
      margin-bottom: 0;
    }

    .footer__blocks-wrapper div:nth-child(3) {
      grid-area: 2 / 2 / 3 / span 1;
      margin: 0;
      margin-top: 20px;
    }

    .footer__blocks-wrapper div:nth-child(4) {
      margin: 0;
    }

    .footer__blocks-wrapper .footer-block .footer-block__heading,
    .footer-block .footer-block__details-content li a {
      font-size: 13px;
      line-height: 15.6px;
    }
  }

  .page-contact .contact {
    flex-direction: column;
    gap: 71px;
    padding: 70px 20px 85px;

    form.contact-form {
      max-width: 100%;
      .contact__button {
        button.button {
          padding: 9px 38px;
          font-size: 20px;
          min-height: auto;
        }
      }

      h2.title {
        display: none;
      }
    }
  }

  .mob-display {
    display: flex !important;
  }

  .shopify-section .customer.account {
    .my-account-side-container {
      flex-direction: column;

      .my-account-nav {
        max-width: 100%;
        padding: 0 0 15px 0;
        border: none;
        border-bottom: 1px solid #1d4889;

        .dropdown ul {
          display: flex;
          align-items: center;
          gap: 15px;
        }
      }

      .account-content,
      .account-item {
        padding: 0;
      }

      .account-content.order-data {
        padding: 0;
        margin-top: 20px;
      }
      .my-account-dashboard,
      .account-item {
        width: 100%;
      }
    }
  }

  .index.gradient {
    & .home-image-with-text {
      .image_custom {
        display: none;
      }

      .image_custom_mobile {
        display: block;
        height: 608px;
        img {
          object-position: left;
        }
      }

      .image-with-text__text-item {
        width: 100%;
        top: initial;
        bottom: 0;
        transform: initial;
        min-width: 100%;
      }
      .image-with-text__text-item .image-with-text__content {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 63px;
      }

      .image-with-text__text {
        text-align: left;
        margin-top: 23px;
        max-width: calc(100% - 133px);
        margin: 0 auto;
        margin-top: 23px;
        p {
          font-size: 20px;
          line-height: 24px;
        }
      }

      .tryon-btn {
        margin-top: 24px;
        .button.button--primary {
          font-size: 25px;
          border: 2.5px solid #1d4889;
        }
      }
    }

    .home-featured-collection {
      & .collection__title {
        margin: 15px;

        .center a {
          font-size: 14px;
          white-space: nowrap;
        }
      }

      .slider-mobile-gutter {
        margin: 0 15px;
      }
    }

    .facial-shape-image-text {
      .page-width {
        padding: 0;
      }

      .image-with-text__grid {
        flex-direction: column;
        padding: 0;
      }

      .image-with-text__media-item,
      .image-with-text__text-item {
        width: 100%;
      }

      .facial-shape-title {
        margin-bottom: 30px;
        padding: 0 15px;
      }

      .image-with-text__text-item .image-with-text__heading p {
        font-size: 25px;
        white-space: inherit;
        line-height: 30px;
      }
    }

    .home-multicolumn {
      & .multicolumn-list {
        grid-template-columns: 1fr 1fr;
        padding: 0;
        gap: 8px;
      }

      .multicolumn-list .multicolumn-card__info .animate-arrow {
        font-size: 20px;
      }

      .multicolumn-card__info {
        padding-bottom: 5px;
      }

      .page-width {
        padding-top: 14px;
        padding-bottom: 60px;
      }
    }
  }

  .product {
    product-info {
      padding: 0 0 71px;

      .page-width {
        padding: 0;

        .product.grid {
          flex-direction: column;

          .grid__item.product__media-wrapper {
            max-width: 100%;
            width: 100%;

            .product__column-sticky {
              flex-direction: column;
              gap: 23px;

              .slider-mobile-gutter {
                width: 100%;
                margin: 0;

                .product__media-list {
                  scroll-padding-left: 0;
                  margin: 0;

                  .slider__slide {
                    width: 100%;
                    margin: 0;

                    .product__media-icon {
                      top: auto;
                      bottom: 16px;
                      left: auto;
                      right: 16px;
                      background: transparent;
                      border: none;
                      width: auto;
                      height: auto;

                      .svg-wrapper {
                        width: auto;
                        height: auto;
                      }

                      .icon {
                        width: 38px;
                        height: 38px;
                      }
                    }
                  }
                }

                .slider-button {
                  display: none;
                }
              }

              .thumbnail-slider .thumbnail-list {
                flex-direction: row;
                height: auto;
                gap: 25px;

                .thumbnail-list__item {
                  width: 100px;
                  height: 90px;
                }
              }
            }
          }
        }

        .product__info-wrapper {
          max-width: 100%;
          width: 100%;
          margin-top: 28px;
          padding: 0 30px;

          .mobile_product_title + .product__title {
            display: none;
          }

          .mobile_product_title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 36px;

            .product__title,
            .product__title h1 {
              margin: 0;
            }

            .price-container {
              padding: 0;
            }

          }

          .product__info-container {
            max-width: 100%;

            fieldset.product-form__input {
              .variant-option {
                height: 80px;
              }
            }

            variant-selects {
              padding: 0;
              border-bottom: none;
            }

            variant-selects legend.form__label :is(p, span) {
              margin-bottom: 10px;
            }

            variant-selects + .price-container {
              display: none;
            }

            .product-form__buttons {
              margin-top: 41px;
            }
          }
        }
      }
    }

    product-recommendations.related-products.page-width {
      h2.related-products__heading {
        margin-bottom: 20px;
      }

      ul.grid.product-grid {
        grid-template-columns: repeat(2, 1fr);

        li {
          border: 1px solid #e2e2e4;

          .card {
            .card__inner {
              max-height: 250px;
            }
          }
        }
      }
    }
  }

  .collection-all-shapes,
  .collection {
    .content-for-layout {
      .cutsom-shop3.grid__item,
      .cutsom-shop13.grid__item,
      .cutsom-shop25.grid__item {
        .custom_product_area {
          .custom_product_text {
            text-align: left;
          }
        }
      }
      .product-grid-container
        .custom_collection
        .grid__item
        .card-wrapper
        .card__information {
        padding-bottom: 8px;
      }
      .custom_collection,
      .default_collection {
        gap: 10px;
      }
      .custom_collection
        li.grid__item.cutsom-shop13:has(
          .card-wrapper .custom_product_btn_text
        ) {
        grid-area: 6 / 1 / 7 / 3;
        .custom_product_area {
          flex-direction: row;
          .custom_product_image {
            transform: rotateY(180deg);
          }
        }
      }
      .custom_collection
        li.grid__item:has(.card-wrapper .custom_product_btn_text)
        .custom_product_btn_text
        .custom_product_area
        .custom_product_text {
        text-align: left;
        margin-top: 0;
        .custom_product_title {
          font-size: 14px;
        }
        .custom-try-btn {
          padding: 5px 20px;
          margin-inline: 0;
        }
      }
    }
    div[class*="product-grid-padding"] {
      padding-top: 23px;
    }
    .product-grid-container .grid {
      margin-top: 35px;
    }
    .facets-vertical.page-width {
      padding: 0;
      .filter_title {
        padding: 0 13px;
      }
    }
    .shop-filter-text p {
      font-size: 18px;
      font-weight: 500;
    }

    /* .filter_content.filter_active {
            display: block;
        } */

    .facets-container .mobile-facets__wrapper.large-up-hide,
    .facets-container .active-facets.large-up-hide,
    .facets-container .product-count {
      display: none;
    }

    .filter-area {
      flex-direction: column;
    }

    .filter_content.filter_active .facets-vertical-sort.small-hide {
      display: block !important;
    }

    .facets__form-vertical
      .active-facets
      .active-facets-vertical-filter
      .facets__heading {
      margin: 18px 14px 30px;
      font-size: 18px;
    }
    .facets-container .filter_content {
      display: block;
      position: fixed;
      top: -100%;
      background: #fff;
      width: 100%;
      height: 100vh;
      left: 0;
      z-index: -1;
      padding: 30px;
      transition: all 0.5s ease-in-out 0s;
      overflow-y: auto;
    }
    .facets-container .filter_content.filter_active {
      z-index: 999;
      overflow-y: auto;
      top: 0;
      padding: 30px;
      width: 100%;
      transition: all 1s ease-in-out 0s;
      max-height: 100%;
    }
    .facets-container .filter_content_inner {
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .facets-container .filter_content-heading {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
    }

    .facets-container .filter_content_inner .mobile_shop-filter-text p {
      font-size: 20px;
      font-weight: 700;
      text-decoration: underline;
      margin-bottom: 20px;
      margin-top: 0;
    }

    .filter-custom-btn .facets__button-no-js {
      width: 100%;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
    }

    .filter_title {
      flex-direction: row-reverse;
      border: none;
    }

    .filter_title .shop-filter-text {
      text-decoration: underline;
    }

    .filter_title .closeBtn {
      display: none;
    }

    .filter_title .down-arrow {
      display: block;
    }

    .custom_select .facet-filters__sort > div {
      margin: 0;
    }

    .filter-area
      .parent-display
      .facets-layout
      .list-menu__item
      .facet-checkbox {
      padding-bottom: 0;
    }

    .filter-area .facets__summary {
      margin-bottom: 5px;
    }
    .filter-main-area {
      display: block !important;
    }
  }
  body:has(.filter_active) {
    overflow: hidden;
  }

  .facets-container {
    display: initial !important;
    transition: all 1s ease-in 0s;
    top: -100%;
    z-index: -1;
  }
  /* .custom-popup-modal .subscribe-me{
        width: 730px;
    } */
  .index.gradient {
    .home-multicolumn {
      .multicolumn-list {
        .custom-image-wrapper {
          display: none;
        }
        .mobile-image-wrapper {
          display: flex;
          position: relative;
        }
      }
    }
  }
  .header-wrapper .header__heading .header__heading-link {
    z-index: 99;
  }
  .header-wrapper:has(.menu-drawer-container[open]) {
    opacity: 1;
  }
  .js .menu-drawer {
    height: 100vh !important;
  }
  .gallery-media-container .image-hover .hover-overlay .instagram-mob-icon {
    display: block;
  }
  .gallery-media-container .image-hover .hover-overlay .instagram-desk-icon {
    display: none;
  }
  .header.header--mobile-center header-drawer {
    margin: 0;
  }
  .index.gradient .header-wrapper {
    /* background: rgb(255 255 255 / 60%);
        opacity: 1; */
  }
  .header.header--mobile-center .header__icon {
    height: 100%;
  }
  .header.header--mobile-center .header__icon span,
  .header.header--mobile-center .header__icon.header__icon--search {
    width: 100%;
  }
  .header.header--mobile-center .svg-wrapper {
    width: 18px;
    height: 18px;
  }
  .header.header--mobile-center #cart-icon-bubble {
    margin: 0;
    margin-left: 15px;
    width: 100%;
  }
  .header.header--mobile-center .header__icon.header__icon--search svg,
  .header.header--mobile-center #cart-icon-bubble svg {
    width: 26px;
    height: 20px;
  }
  .header.header--mobile-center #cart-icon-bubble .cart-count-bubble {
    left: 10px;
    bottom: -5px;
  }
  .header.header--mobile-center .icon.icon-hamburger {
    width: 30px;
    height: 22px;
  }
  .scroll-trigger.animate--slide-in {
    transform: unset;
  }
  .index.gradient .home-banner-video .home-shop-btn {
    transform: translate(-50%, 0);
  }
  .index.gradient .facial-shape-image-text .discover-btn {
    margin-top: 21px;
  }
  .index.gradient .facial-shape-image-text .discover-btn .button {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
  }
  .index.gradient
    .facial-shape-image-text
    .image-with-text__text-item
    .image-with-text__content {
    padding-bottom: 0;
  }
  .index.gradient
    .facial-shape-image-text
    .image-with-text__grid
    .image_custom {
    max-width: 100%;
  }
  .modal__close-button .icon {
    width: 20px;
    height: 20px;
  }
  body .menu-container .menu .menu-link.menu-active ~ .menu-link a {
    color: #1d4889cc;
  }
  .menu-container .menu .menu-link.menu-active .menu.dropdown-child {
    max-height: 320px;
    padding-top: 6px;
  }
  .collection-all-shapes
    .collection
    .card-wrapper
    .card__inner
    + .card__content
    .card__information {
    margin-bottom: 10px !important;
  }
  .index.gradient .header__icon.header__icon--account {
    display: none;
  }
  .collection-all-shapes #MainContent .facets-vertical {
    padding-bottom: 51px;
  }
  .header__icon.header__icon--account {
    display: none;
  }
  .collection-all-shapes .facet-filters__field .facet-filters__label label {
    font-size: 18px;
  }
  .collection-all-shapes .filter-main-area {
    padding-top: 4px;
  }
  .collection-all-shapes .custom_select .facet-filters__sort {
    margin-top: 0;
  }
  .collection-all-shapes .filter-sub-area .facets__summary-label,
  .collection-all-shapes .filter-area .price-title-text {
    font-size: 18px;
    font-weight: 800;
    line-height: 21.6px;
  }
  .collection-all-shapes
    .filter-area
    .facet-checkbox__text
    .facet-checkbox__text-label,
  .collection-all-shapes .custom_select .facet-filters__sort label {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 24px;
  }
  .collection-all-shapes .filter-area {
    gap: 21px;
  }
  .collection-all-shapes .price-area .facets__display-vertical {
    margin-top: 21px;
  }
  .collection-all-shapes .facets__price {
    padding: 0 0 84px;
  }
  .collection-all-shapes .filter-custom-btn {
    margin: 0;
  }
  .collection-all-shapes .facets__disclosure-vertical.js-filter.price-area {
    margin-top: 20px;
  }
  .collection-all-shapes .facets__disclosure-vertical.js-filter {
    margin-left: 5px;
  }
  /* .product-media-modal__content{
        height: 464px;
    } */
  .product-media-modal__content img {
    height: 100%;
  }
  .product product-modal {
    background: rgb(0 0 0 / 29%);
  }
  .product .page-width.details-section {
    padding: 0 16px;
  }
  .product
    product-info
    .page-width
    .product__info-wrapper
    product-form
    .product-form__submit
    span {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
  }
  .product product-recommendations.related-products.page-width {
    padding: 0 16px;
  }
  .product .rich-text__blocks .product_rich-text:not(:nth-child(1)) {
    margin-top: 37px;
  }
  .product
    .slider-mobile-gutter
    .media
    > *:not(.zoom):not(.deferred-media__poster-button),
  .product .slider-mobile-gutter .media model-viewer {
    position: unset;
  }
  .page-warranty div[class*="warranty_rich_text"] {
    padding-top: 35px;
  }
  .page-warranty .warranty-image-banner > div[class*="warranty"] {
    padding-top: 104px;
  }
  .page-detail-about
    .about-image-with-text
    .image-with-text__grid
    .image-with-text__content
    .image-with-text__heading {
    margin-bottom: 10px !important;
  }
  .page-detail-about
    .about-image-with-text.our-store-sec
    .image-with-text__grid
    .image-with-text__content
    .image-with-text__heading {
    margin-left: 0;
  }
  .page-detail-about
    .about-image-with-text.our-philosophy-sec
    .image-with-text__grid
    .image-with-text__content
    .image-with-text__heading {
    margin-bottom: 25px !important;
  }
  .shopify-section .customer.register h1 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .shopify-section .customer.register button {
    font-size: 20px;
  }
  .shopify-section .customer.register button {
    font-weight: 700;
  }
  .shopify-section
    .customer.account
    .my-account-side-container
    .my-account-dashboard
    .account-item
    h2 {
    font-size: 26px;
  }
  .search-modal {
    top: -790px;
  }
  .shopify-section
    .customer.account
    .my-account-side-container
    .account-content
    .add-button
    button {
    font-weight: 700;
  }
  .header:has(.custom-about-dropdown-menu.mega-menu-active) {
    padding-bottom: unset;
  }
  .atc-button-qty-preview .product-form__buttons{
    margin-top: 0 !important;
  }
  .product  .product__info-container .mobile_product_title + .product__title + .price-container{
    display: none;
  }
  .atc-button-qty-preview{
    margin-top: 4rem !important;
  }
  .page-whos-kopajos .main-blog.page-width{
    padding: 0 20px;
  }
  .collection-all-shapes .content-for-layout .facets-vertical .product-grid-container .card-wrapper .card__content .card__information a,
  .collection .content-for-layout .facets-vertical .product-grid-container .card-wrapper .card__content .card__information a {
    font-size: var(--product-grid-title-font-size-mobile);
    line-height: var(--product-grid-title-font-size-mobile);
  }
  .collection-all-shapes .content-for-layout .custom_collection li.grid__item:has(.card-wrapper .custom_product_btn_text) .custom_product_btn_text .custom_product_area .custom_product_text .custom_product_title,
  .collection .content-for-layout .custom_collection li.grid__item:has(.card-wrapper .custom_product_btn_text) .custom_product_btn_text .custom_product_area .custom_product_text .custom_product_title{
    font-size: var(--custom-product-grid-title-font-size-mobile);
    line-height: var(--custom-product-grid-title-line-height-mobile);
  }
  .collection-all-shapes .content-for-layout .collection .custom_collection .grid__item:has(.card-wrapper .custom_product_btn_text) .custom_product_area .custom_product_text .custom_product_description,
  .collection .content-for-layout .collection .custom_collection .grid__item:has(.card-wrapper .custom_product_btn_text) .custom_product_area .custom_product_text .custom_product_description{
    font-size: var(--custom-product-grid-description-font-size-mobile) !important;
    line-height: var(--custom-product-grid-description-line-height-mobile) !important;
  }
  .index.gradient .home-featured-collection .slider-mobile-gutter .card__information .card__heading a {
    font-size: var(--product-grid-title-font-size-mobile);
    line-height: var(--product-grid-title-line-height-mobile);
  }
  .product product-recommendations.related-products.page-width ul.grid.product-grid li .card .card__content .card__information .card__heading a {
    font-size: var(--product-grid-title-font-size-mobile);
  }
}

@media screen and (max-width: 767px) {
  .page-stores {
    .store-image {
      height: 205px;
      margin: 22px 0;
    }
    div[class*="store_page_banner"] {
      padding: 55px 0 60px;
    }
    .store-title {
      margin: 0;
    }
    .store-page-banner.page-width {
      padding: 0 24px;
    }
  }

  .page-facial-shape {
    .facial-shape-rich-text {
      .page-width {
        width: 100%;

        .rich-text__text {
          font-size: 20px;
        }

        h2.rich-text__heading {
          font-size: 35px;
        }
      }
    }

    .facial-shape {
      .facial-product-content {
        h2.facial-product-title {
          font-size: 25px;
          margin-bottom: 30px;
        }
      }
    }

    .facial-shape-text {
      div[class*="facial_shape_text"] {
        padding-bottom: 20px;
      }
      p {
        font-size: 25px;
      }
    }
  }

  .shopify-section .customer.account {
    .my-account-side-container {
      .account-content.order-data {
        thead,
        & tfoot,
        & tbody {
          th:last-child,
          td:last-child {
            border-left: 0;
            padding-top: 15px;
          }
        }
      }
    }
  }

  .product {
    product-info .page-width {
      padding: 0;

      slider-component.thumbnail-slider {
        padding: 0 16px;
      }

      .product__info-wrapper {
        padding: 0 16px;


        .product__info-container {
          fieldset.product-form__input {
            .variant-option {
              height: 54px;
            }
          }
        }

        .product-form__buttons {
          max-width: 100%;

          .product-form__submit {
            width: 100%;
            margin: 0;
          }
        }

        variant-selects {
          border: none;
          padding: 0;
        }
      }
    }

    .product_rich-text .rich-text__wrapper.page-width {
      width: 100%;

      .rich-text__blocks {
        .product_content_heading {
          margin-bottom: 5px;
        }
      }
    }

    product-recommendations.related-products.page-width {
      padding-bottom: 35px;
      padding-top: 90px;
      ul.grid.product-grid {
        gap: 10px 8px;

        li .card {
          .card__content {
            bottom: 10px;
          }

          .card__inner {
            max-height: 140px;
          }
        }
      }
    }

    .page-width {
      padding-inline: 16px;
    }
  }

  .collection-all-shapes,
  .collection {
    .content-for-layout {
      .custom_collection_title {
        top: 22%;
      }

      .collection_image {
        display: none;
      }

      .mobile_collection_image {
        display: block;
        height: 800px;
      }
      .collection
        .custom_collection
        .grid__item:has(.card-wrapper .custom_product_btn_text)
        .custom_product_area
        .custom_product_text
        .custom_product_title {
        font-size: 18px;
        line-height: 24px;
      }
      .collection
        .custom_collection
        .grid__item:has(.card-wrapper .custom_product_btn_text)
        .custom_product_area
        .custom_product_text
        .custom_product_description {
        font-size: 15px;
        line-height: 18px;
      }
    }
  }

  .index.gradient {
    .facial-shape-image-text .image-with-text__content {
      padding: 3rem calc(3rem / var(--font-body-scale)) 1rem;
    }

    .home-featured-collection {
      .collection {
        padding-top: 0;
        padding-bottom: 74px;
      }
    }
  }

  body .footer-block__details-content {
    margin-bottom: 0;
  }

  .custom-popup-modal .subscribe-me .popup_logo {
    max-width: 200px;
  }
  .custom-popup-modal .subscribe-me h2 {
    font-size: 35px;
  }
  .custom-popup-modal .subscribe-me p {
    font-size: 17px;
  }
  .subscribe-me .newsletter-form__field-wrapper {
    max-width: 30rem;
  }
  .account-login-page,
  .customer-register-page {
    padding-inline: 32px;
  }
  .custom_account {
    margin-bottom: 89px;
    .new_account_title {
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
    }
    .account_yet_text,
    .sign_up_content p {
      font-size: 18px;
    }
    .account_yet_text a {
      margin-left: 0;
      color: #1d4889;
      font-size: 25px;
      display: block;
      margin-top: 8px;
    }
  }
  .shopify-section .customer.account {
    .button {
      font-size: 16px;
    }
    .my-account-side-container {
      .my-account-nav .dropdown ul.layer li a {
        font-size: 14px;
      }
      .account-item ul li :is(a, p) {
        font-size: 16px;
      }
      .account-content {
        li button,
        button {
          font-size: 16px;
        }
      }
    }
  }
  .shopify-section .customer h1 {
    font-size: 30px;
  }
  .shopify-section .customer.login form {
    .field + .field {
      margin-top: 38px;
    }
  }
  .shopify-section .customer form {
    margin-top: 0;
    a[href="#recover"] {
      margin-top: 28px;
      font-size: 18px;
    }
    button {
      padding: 11px;
      width: 100%;
    }
  }
  .customer-register .customer-register-page,
  .customer-login .account-login-page {
    padding-bottom: 68px;
  }
  .shopify-section
    .customer-register-page
    .custom_checkbox
    .checkbox-container {
    gap: 15px;
  }
  .shopify-section
    .customer-register-page
    .custom_checkbox
    .checkbox-container.mob-display {
    margin-top: 10px;
  }
  .shopify-section .customer-register-page form .custom_checkbox label {
    font-size: 14px;
  }
  .index.gradient
    .home-featured-collection
    .product-grid
    li
    .card-wrapper
    .card__inner {
    --ratio-percent: 65% !important;
  }
  .card__inner:has(.card__media) {
    height: 148px;
  }
  .product .related-products .card__heading {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .page-detail-about {
    main .page-width {
      padding: 0;
    }

    .about-image-with-text .image-with-text .image-with-text__text-item {
      padding: 0 28px;
    }
  }

  .shopify-section
    .customer.account
    .my-account-side-container
    .account-content
    .add-button {
    flex-direction: column;
    align-items: start;
  }
  .shopify-section
    .customer.account
    .my-account-side-container
    .account-content
    #AddAddress
    .add-button
    button {
    justify-content: start;
  }

  .shopify-section
    .customer.account
    .my-account-side-container
    .account-content
    ul
    li[data-address]
    button
    + button {
    margin-top: 10px;
  }

  .shopify-section .customer.account {
    .my-account-side-container {
      .account-item ul {
        margin-top: 30px;

        li {
          h4 {
            font-size: 20px;
          }
        }
      }

      .account-content.order-data {
        table td:first-of-type {
          align-items: center;
        }
      }
    }
  }
  .home-featured-collection {
    .slider-mobile-gutter {
      .grid {
        flex-direction: column;
        gap: 10px;

        .grid__item {
          width: 100%;
          max-width: 100%;
        }
      }
    }
  }
}

@media screen and (max-width: 425px) {
  .index.gradient {
    .facial-shape-image-text {
      padding-bottom: 33px;

      .image-with-text__grid .image_custom {
        height: 304px;
      }
    }
  }
  cart-drawer .cart-drawer .quantity__input {
    width: 100%;
  }

  /* .footer-block--newsletter{
        margin-bottom: 20px;
    } */
}
@media screen and (max-width: 375px) {
  .index.gradient {
    .home-image-with-text {
      .image_custom_mobile img {
        object-position: 15%;
      }
    }
  }
}
@media screen and (max-width: 320px) {
  .index.gradient {
    .home-featured-collection {
      .collection__title {
        h2.title {
          font-size: 24px;
          line-height: 24px;
        }
      }
    }
    .home-image-with-text {
      .image_custom_mobile img {
        object-position: 24%;
      }
      .image-with-text__text {
        max-width: calc(100% - 60px);
      }
    }
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .main-warranty-page {
    .warranty-banner-image {
      height: 510px;
    }
    .warranty-logo-image {
      width: 400px;
      height: 190px;
    }
  }
  .page-whos-kopajos {
    .who-image-with-text,
    .concept-image-with-text {
      .image-with-text__media {
        width: 600px;
        height: 800px;
      }
    }
  }
  .collection-all-shapes,
  .collection {
    facet-filters-form.facets.facets-vertical-sort.small-hide {
      min-width: 300px;
    }
  }
  .page-who-page.page-whos-kopajos .section.who-section {
    top: -100px;
  }
}
@media (min-width: 1025px) and (max-width: 1093px) {
  .header__inline-menu li a span,
  .header__inline-menu header-menu summary.header__menu-item span,
  .header__inline-menu .mega-menu__list a,
  .custom-dropdown-about ul li a {
    font-size: 20px !important;
  }
}
@media (min-width: 1441px) and (max-width: 1580px) {
  .header-wrapper {
    .header__inline-menu .page-width {
      padding: 0 5.4rem !important;
    }
  }
}
@media (min-width: 1580px) and (max-width: 1611px) {
  .header__inline-menu li a span,
  .header__inline-menu header-menu summary.header__menu-item span,
  .header__inline-menu .mega-menu__list a,
  .custom-dropdown-about ul li a {
    font-size: 20px !important;
  }
}
@media (min-width: 1400px) {
  .page-who-page.page-whos-kopajos .section.who-section {
    top: -150px;
  }
}

/* CSS specifically for iPhones */
@media only screen and (min-device-width: 375px) and (max-device-width: 428px) and (-webkit-device-pixel-ratio: 2),
  (min-device-width: 390px) and (max-device-width: 430px) and (-webkit-device-pixel-ratio: 3) {
  .page-warranty
    .warranty-form
    .warranty__fields
    .checkbox-contact
    input[type="checkbox"] {
    width: revert;
  }
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and
  (-webkit-appearance: none) {
  @media (min-width: 1280px) and (max-width: 1920px) {
    .page-who-page.page-whos-kopajos .section.who-section {
      top: -130px;
    }
  }
}
