.header__logo {
  margin: 0 auto;
}

header .header__brand {
  flex: 1 1 auto;
  padding: 13px 0;
  width: 33%;
}

.disclosure__list-wrap {
  display: none;
}

.disclosure__toggle {
  background-color: transparent !important;
}

.image-element__wrap {
  svg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media only screen and (min-width: 955px) {
  .header__menu-items {
    /* padding-left: 72px; */
    padding-left: 65px;
  }

  .header__icons {
    padding-right: 65px;
  }
}

header .header__icons {
  flex: 1 1 auto;
  width: 33%;
}

.mobile-menu__list {
  max-width: 45%;
}

.mobile-submenu__list {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  
  .medium-down--one-half {
    width: 100% !important;
  }

  .mega-menu__block {
    padding: 10px;
  }
  
  .menu__heading {
    font-size: 14px;
    font-weight: 500;
  }
}

.newsletter-form.is-responsive {
  max-width: 500px;
}

.newsletter-form .terms a,
.newsletter-form .terms {
  padding: 10px 0;
  font-size: 12px;
}

.newsletter-form .terms a {
  text-decoration: underline;
}

h2.newsletter__heading {
  font-family: Inter, sans-serif;
  font-size: 38px;
}

.newsletter__subheading {
  font-size: 20px;
}

.block__image-with-overlay .caption-content,
.image-with-text-overlay .caption-content,
.image-slideshow .caption-content {
  max-width: 500px;
}

.image-with-text-overlay .subtitle p {
  font-size: 20px;
  padding: 10px 0;
}

.footer {
  margin-top: 60px;
}

.footer .footer__block {
  margin-bottom: 50px;
}

.footer .newsletter-form.is-responsive {
  position: relative;
}

.footer .newsletter-form.is-responsive .is-primary-btn-style {
  background-color: unset;
  height: 58px;
  max-width: unset;
}

@media only screen and (min-width: 799px) {
  .footer .one-fourth {
    width: calc(20% - 20px);
  }

  .footer .one-fourth:last-child {
    width: calc(30% - 20px);
  }

  .page__title {
    font-size: 20px !important;
    padding: 57px 83px 31px;
  }
}

.footer .social li {
  display: inline-block;
  padding-right: 5px;
}

.footer .newsletter-form .field.is-default-width {
    position: absolute;
    top: 22px;
    right: 25px;
    min-width: unset;
}

.footer__credits a,
.footer__credits p {
  color: #20201F;
}

.footer__credits a:hover,
.footer__content a:hover {
  color: #20201F !important;
}

.footer__menu-link:not(:last-child) {
  margin-bottom: 15px;
}

.footer-logo {
  color: #20201F;
  font-size: 26px;
}

@media only screen and (min-width: 799px) {
  .footer__content {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  #shopify-section-html_YdNBzF {
    width: 25% !important;
  }

  .footer__content .one-fifth {
    width: 12%;
  }
}

.idas-two-images .image-with-text__heading {
  color: #7E5337 !important;
  font-style: italic;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 12px !important;
}

details > summary {
  background-image: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAlCAYAAADMdYB5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEeSURBVHgB7dU9TsNAEAXgNxsHKUkDNzAV60WRqDhAoKaihQsgcSoKCk5BjRQqy1WgSEGbzorkHSYBp0gsR8okTTRfZe2P/WbXawPGmANJ0/QUSg5Kg97gDkrqEPtgIWoWomYhascTQvvVTNYbQggnxPTUNJiIZhFxnOf5eNXIoH6v/+69f5N5jBbUoS+Z+7I1hAyahyw8yuXVeh/z3zOCDxMJc1MUxfd/19CRG4LQkgDTsixHzV0NpKpUqn6QKs82J1DC4Au5vKxiddvtdK8l3DlayALN5H6vUuAP9mkRNPPZh2zfM5R2fjEXWyErci+rNYKS6nQsgzBPoaQ/ooRPKKlDOLg5lNQhYhUZSvbvqKlDUEK2HUsxxgmMMQfyCzDCVDJnP11bAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right 10px;
  list-style: none;
}

.product_section {
  justify-content: flex-start !important;
}

svg {
  &.primary-logo {
    transition: none;
  }
}
/* template-index */
body.index {
  .mobile-header {
    background-color: rgb(15 23 42 / 20%);
    .primary-logo {
      svg {
        path {
          fill: #FFFFFF;
          stroke: #FFFFFF;
        }
      }
    }
  }
  .mobile-menu__toggle-icon {
    .icon {
      fill: #FFFFFF;
    }
  }
  .mobile-icons svg {
    path, rect, circle, line {
      stroke: #FFFFFF;
    }
  }
  &.mobile-menu--opened {
    .mobile-header {
      background-color: #ffffff;
    }
  }
  &.mobile-menu--opened, #mobile-header-sticky-wrapper.is-sticky {
    .primary-logo {
      svg {
        path {
          fill: #000000;
          stroke: #000000;
        }
      }
    }
    .mobile-menu__toggle-icon {
      .icon {
        fill: #000000;
      }
    }
    .mobile-icons svg {
      path, rect, circle, line {
        stroke: #000000; 
      }
    }
  }

  #header {
    background-color: rgb(15 23 42 / 20%);

    .primary-logo {
      svg {
        path {
          fill: #FFFFFF;
          stroke: #FFFFFF;
        }
      }
    }

    svg {
      path, rect, circle, line {
        stroke: #FFFFFF;
      }
    }

    .header__link,
    .disclosure__toggle-content,
    .action-area__link {
      color: #FFFFFF;
    }
    
  }

  .disclosure__toggle {
    background-color: transparent !important;
  }

  #header-sticky-wrapper.is-sticky {
    .primary-logo {
      svg {
        path {
          fill: #000000;
          stroke: #000000;
        }
      }
    }
    svg {
      path, rect, circle, line {
        stroke: #000000;
      }
    }

    .header__link,
    .disclosure__toggle-content,
    .action-area__link {
      color: #000000;
    }
  }
}

#template-index {
  margin-top: -138px;

  .thumbnail-swatch {
    span {
      min-height: 15px;
      min-width: 15px;

      img {
        max-height: 15px;
        max-width: 15px;
        vertical-align: unset;
      }
    }

    .swatch {
      margin: 5px 0 0 0;
    }
  }

  .title {
    font-family: Linotype Didot, serif;
    font-size: 32px;
    font-style: italic;
    letter-spacing: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .subtitle {
    font-family: Linotype Didot, serif;
    font-style: italic;
  }

  .subtitle p {
    font-size: 22px;
    letter-spacing: 3.5px;
    padding: 12px 0;
  }

  .image-with-text-overlay {
    /* display: none; */
  }

  .video__text-wrapper {
    button {
      display: none;
    }

    .video__title {
      color: #fff;
    }

    .video__subtitle {
      color: #fff;
      font-size: 20px;
      margin-top: 0;
    }

    .overlay {
      display: none;
    }
  }

  #shopify-section-template--24275479822619__index_image_with_text_eqMXLz {
    display: none;
  }

  @media only screen and (max-width: 798px) {

    #shopify-section-template--24275479822619__index_image_with_text_eqMXLz {
      display: block;
    }

    .video-section {
      display: none;
    }

    .image-with-text-overlay {
      display: block;
    }

    margin-top: -58px;
    .title,
    .subtitle p {
      font-size: 20px;
    }

    .title {
      margin-top: 0;
    }

    .image-with-text-overlay__banner {
      margin: 0;
      width: 100%;
    }

    .collection-list {
      .title {
        font-size: 14px;
      }
    }

    .heading-section__content {
      padding: 0;
    }

    .section.has-background {
      width: 100%;
    }

    .section--grid-section {
      .grid-item {
        width: 50%;
      }
    }
  }
}

/* contact page */
#template-page-contact {
  .contact-form__form::before {
    content: url(//www.idascollection.com.au/cdn/shop/t/13/assets/contact-us-icon.png?v=2843466867548091791787312856);
    left: calc(50% - 33.5px);
    position: absolute;
    top: -45px;
  }

  .container {
    flex-direction: column;
    align-content: center;
  }

  .contact-form__text {
    max-width: 610px;
    margin: 0 auto;
  }

  .contact-form__text p:first-of-type {
    line-height: 45px;
  }

  .contact-form__text p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .contact-form__form {
    margin: 70px auto;
    max-width: 625px;
    padding: 87px 59px 65px;
    position: relative;
  }

  .contact-form__heading {
    margin-bottom: 43px;
  }

  .input,
  .textarea {
    border-color: #fff;
    height: 45px;
  }

  .label {
    font-size: 20px;
  }

  .button {
    color: #000;
    background-color: #fff;
    font-size: 20px;
    height: 50px;
    width: 100%;
    margin-top: 10px;
  }
}

/* our-story page */
#template-page-our-story {
  .image-with-text__text-column {
    padding: 0;

    li {
      background: url(//www.idascollection.com.au/cdn/shop/t/13/assets/idas_submark_1_charcoal_2.png?v=42529434493331892881787312857) no-repeat -5px 0 transparent;
      padding: 5px 0 10px 30px;
      list-style: none;
      margin: 0;
    }
  }

  .shopify-section:nth-child(2) {
    .image-with-text__text {
      p:nth-child(2) {
        font-weight: 600;
      }

      p:nth-child(4) {
        font-family: "Linotype Didot", serif;
        font-size: 18px;
        font-style: italic;
        line-height: 22px;
      }
    }
  }

  .shopify-section:last-child {
    .image-with-text__text {
      p:nth-child(2) {
        font-family: "Linotype Didot", serif;
        font-size: 18px;
        font-style: italic;
        line-height: 22px;
      }
    }
  }

  @media only screen and (max-width: 798px) {
    .image-with-text__image-column {
      height: auto;
    }

    .grid-items-wrapper {
      flex-direction: row;

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

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

    .grid-section {
      margin-top: 80px;
    }

    .shopify-section:not(:first-of-type) {
      max-width: 1355px;
    }

    .image-with-text__text-column {
      padding: 0 30px;
    }

    .shopify-section:nth-child(2) {
      .image-element__wrap {
        margin-right: 50px;
      }

      .image-with-text__text {
        p:nth-child(2) {
          font-weight: 600;
        }

        p:nth-child(4) {
          font-family: "Linotype Didot", serif;
          font-size: 18px;
          font-style: italic;
          line-height: 22px;
        }
      }
    }

    .shopify-section:nth-child(3) {
      .container {
        flex-direction: row-reverse;
        justify-content: space-between;

        .one-half:nth-child(2) {
          width: calc(60% - 20px);
        }

        .one-half:nth-child(3) {
          width: calc(40% - 20px);
        }
      }

      .image-element__wrap {
        width: auto;
        height: auto;
      }

      .image-with-text__text {
        p:nth-child(2) {
          font-family: "Linotype Didot", serif;
          font-size: 18px;
          font-style: italic;
          line-height: 22px;
        }
      }
    }
  }
}

/* muse page */
#template-page-muse {
  .image-with-text__text-column {
    padding: 0;
  }

  .image-with-text__wrapper {
    p:nth-child(3) {
      font-family: "Linotype Didot", serif;
      font-size: 16px;
      font-style: italic;
    }
  }

  .html-section {
    font-family: "Linotype Didot", serif;
    font-size: 16px;
    font-style: italic;
    line-height: 20px;

    p {
      margin: 0 auto 20px;
      max-width: 980px;
      text-align: center;
    }
  }

  .submark {
    text-align: center;
    margin-top: 30px;
  }

  .image-with-text {
    .container { 
      justify-content: center;
    }
  }

  @media only screen and (max-width: 798px) {
    .image-with-text__image-column {
      height: auto;
    }

    .image-with-text__wrapper {
      h3 {
        display: none;
      }
    }

    .section.has-background {
      width: 100%;
    }

    .grid-items-wrapper {
      flex-direction: row;

      h3 {
        font-size: 14px;
      }
    }

    .html-section {
      p {
        font-size: 16px;
        line-height: 20px;
      }
    }
  }

  @media only screen and (min-width: 799px) {
    .grid-section {
      margin-top: 80px;
    }
    
    .shopify-section {
      .image-element__wrap {
        width: auto;
        height: auto;
      }

      .container {

        .one-half:nth-child(2) {
          width: calc(27% - 20px);
        }

        .one-half:nth-child(3) {
          width: calc(30% - 20px);
        }
      }
    }
  }
}

/* responsibility page */
#template-page-responsibility {
  .image-with-text__text-column {
    padding: 0;

    .image-with-text__text {
      p:nth-child(3) {
        font-family: "Linotype Didot", serif;
        font-size: 18px;
        font-style: italic;
        line-height: 22px;
      }
    }

    ul {
      position: relative;

      &::after {
        content: url(//www.idascollection.com.au/cdn/shop/t/13/assets/idas_submark.png?v=160132399661910010881787312856);
        position: absolute;
        right: -50px;
        bottom: -145px;
      }
    }

    li {
      background: url(//www.idascollection.com.au/cdn/shop/t/13/assets/idas_submark_1_charcoal_2.png?v=42529434493331892881787312857) no-repeat -5px 0 transparent;
      padding: 5px 0 10px 30px;
      list-style: none;
      margin: 0;
    }

    img {
      margin-top: 80px;
      width: 100%;
    }
  }

  @media only screen and (max-width: 798px) {
    .grid-items-wrapper {
      flex-direction: row;

      h3 {
        font-size: 14px;
      }
    }

    .image-with-text__image-column {
      display: none;
    }

    ul {

      &::after {
        right: 0 !important;
      }
    }
  }

  @media only screen and (min-width: 799px) {
    .shopify-section:not(:first-of-type) {
      max-width: 1355px;
    }

    .image-with-text__text-column {
      padding: 0 30px;
    }

    .container {
      justify-content: space-between;

      .one-half:nth-child(2) {
        width: calc(60% - 20px);
      }

      .one-half:nth-child(3) {
        width: calc(40% - 20px);
      }
    }
  }
}

/* template-product */
#template-product-isolde-bomber,
#template-product {
  .fit-and-stretch-meters__meter {
    margin: 2.25rem 0;

    h3 {
      cursor: pointer;
      text-decoration: underline;
    }

    .label-top {
      align-items: center;
      display: flex;
      margin-bottom: 1rem;

      h3 {
        font-family: Montserrat,sans-serif;
      }

      div {
      opacity: 0.5;
      line-height: 1px;

        .icon-hanger {
          &:before {
            content: "\e912";
          }
        }
      }
    }

    .process-bar {
      padding-bottom: 1rem;
      align-items: center;
      display: flex;
      position: relative;

      .bg,
      .bar,
      .dot {
        border-radius: 9999px;
        position: absolute;
      }

      .bg {
        background-color: rgb(212 212 212);        
        width: 100%;
        height: .25rem;
        left: 0;
      }

      .bar {
        background-color: rgb(47 46 46);        
        height: .25rem;
        left: 0;
      }

      .dot {
        width: 18px;
        height: 18px;
        background-color: rgb(47 46 46);
      }
    }

    .label-bottom {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

      span {
        font-size: 12px;
      }

      span:nth-child(1) {
        justify-self: start;
      }

      span:nth-child(2) {
        justify-self: center;
      }

      span:nth-child(3) {
        justify-self: end;
      }
    }
  }

  .finalsale-message {
    font-size: 12px;
    font-weight: 600;
  }

  .fs-timeline-entry {
    border-radius: 50%;
  }

  @media only screen and (max-width: 798px) {
    .money {
      font-size: 12px;
    }

    .flickity-button {
      display: none;
    }

    .product-gallery__thumbnails {
      margin-top: 10px;
    }

    .product-gallery__thumbnail {
      height: 2px;
      overflow: hidden;
      background-color: #000;

      &.one-fifth {
        width: 20%;
      }

      img {
        position: relative;
        top: 20px;;
      }
    }
  }

  .type-size {
    label {
      min-width: 40px;
      height: 40px;
      line-height: 40px;
      padding: 0 10px;
    }
    .swatch-element {
      min-width: 40px;
      min-height: 40px;
      border-radius: unset;
    }
  }

  .product-header__afterpay {
    margin-top: 20px;

    a {
      font-size: 11px;
      font-weight: 600;
      text-decoration: underline;
    }
  }

  .free-shipping-message {
    display: none;
    font-size: 11px;
    font-weight: 600;
    margin-top: 5px;
  }

  @media (min-width: 1024px) {
    .product__images {
      margin-left: 30px !important;
      margin-right: 57px !important;
      width: calc(60% - 50px) !important;
    }

    .product__information {
      width: calc(35% - 87px) !important;
    }
  }

  .recommended-products-section {
    .thumbnail-swatch {
      span {
        min-height: 15px;
        min-width: 15px;

        img {
          max-height: 15px;
          max-width: 15px;
          vertical-align: unset;
        }
      }

      .swatch {
        margin: 5px 0 0 0;
      }
    }
  }
}

#quickshop {
  .type-size {
    label {
      min-width: 40px;
      height: 40px;
      line-height: 40px;
      padding: 0 10px;
    }
    .swatch-element {
      min-width: 40px;
      min-height: 40px;
      border-radius: unset;
    }
  }

  @media screen and (max-width: 798px) {
    .flickity-button,
    .product-gallery__thumbnails {
      display: none;
    }
  }
}

/* template-page-collections */
#template-page-collections {
  .shopify-section:not(:first-of-type) {
    max-width: 1275px;
  }

  .section--grid-section {
    padding: 0;
  }

  .grid-item__text-content {
    margin-top: 35px;
  }

  .grid-item__text-content {
    h3, .grid-item__text a {
      color: #7E5337;
      font-family: "Linotype Didot", serif;
      font-size: 20px;
      font-style: italic;
    }

    .grid-item__text a {
      text-decoration: underline;
    }
  }
}

.search-overlay {
  .thumbnail-swatch {
    span {
      min-height: 15px;
      min-width: 15px;

      img {
        max-height: 15px;
        max-width: 15px;
      }
    }

    .swatch {
      margin: 5px 0 0 0;
    }
  }
}

/* template-collection */
#template-collection-the-edit-sale,
#template-collection-between-seasons-event,
#template-collection {
  .title {
    font-size: 12px;    
    font-weight: 500;    
    padding-top: 8px;
    text-transform: uppercase;
  }

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

  .thumbnail-swatch {
    span {
      min-height: 15px;
      min-width: 15px;

      img {
        max-height: 15px;
        max-width: 15px;
      }
    }

    .swatch {
      margin: 5px 0 0 0;
    }
  }

  .product-wrap {
    font-size: 11px;
  }

  /* Popular */
  .section--footer__popular {
    border-top: 1px solid #eee;
    text-align: center;
  }

  .section--footer__popular h5 {
    text-transform: uppercase;
    font-size: 1.075rem;
    letter-spacing: .0175rem;
  }
  .center {
    text-align: center!important;
  }
  .section--footer__popular ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  .section--footer__popular ul li {
    display: inline-block !important;
  }

  .section--footer__popular ul li:before {
    display: none !important;
  }

  .section--footer__popular a {
    cursor: pointer;
    padding: 0.8rem 0.8rem;
    display: inline-block;
    text-align: center;
    font-size: 1.075rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: .0175rem;
  }
  body .collection_columns h3:empty, body .collection_columns div:empty {
      display: none;
  }
  .shogun-form-text-input-field {
      padding: 10px;
    /* border-radius:10px; */
  }
  [class*=btn-].shg-btn-wrapper {
      padding: 0;
  }
  @media only screen and (max-width: 1024px) {
    .section--footer__popular {
      margin-top: 52px;
      margin-right: -15px;
      margin-left: -15px;
      padding-top: 44px;
    }

    .section--footer__popular--collection {
      padding-bottom: 22px;
    }

    .section--footer__popular--product {
      padding-bottom: 62px;
    }
    
    .section--footer__popular h5 {
      margin-bottom: 20px;
    }

    .section--footer__popular ul {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      padding: 0 15px;
    }

    .section--footer__popular ul li {
      padding: 0 !important;
    }

    #snize-search-results-grid-mode.snize-five-columns li.snize-product {
      width: 50%;
    }

    #cms__snize_wrapper {
      margin-bottom: 25px;
    }
  }

  @media only screen and (min-width: 1025px) {
    .section--footer__popular {
      margin-top: 52px;
      padding-top: 44px;
    }

    .section--footer__popular--collection {
      padding-bottom: 22px;
    }

    .section--footer__popular--product {
      padding-bottom: 65px;
    }
    
    .section--footer__popular h5 {
      margin-bottom: 20px;
    }

    .section--footer__popular ul {
      display: block !important;
    }
  }
  /* /Popular */

  @media screen and (max-width: 798px) {
    .product-thumbnail__title {
      padding-right: 20px;
    }

    .quick-add__button_mobile {
      display: block;
    }
  }
}

.quick-add__button_mobile {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  position: absolute;
  right: -10px;
  top: 12px;

  svg {
    color: #000;
  }
}

/* template-page-the-everyday-women */
#template-page-the-everyday-women {
  .shopify-section:not(:first-of-type) {
    max-width: 1275px;
  }

  .section--grid-section {
    padding: 0;
  }

  .grid-item__text-content {
    margin-bottom: 35px;

    .grid-item__text a {
      font-size: 16px;
      font-weight: 600;
      text-decoration: underline;
    }
  }
}

/* template-page-collections-detail */
#template-page-collections-detail {
  .shopify-section:not(:first-of-type) {
    max-width: 1275px;
  }

  .grid-items-wrapper {
    flex-direction: row;
  }

  .bottom-links {
    margin: 80px 0;
    
    img {
      width: 80px;
    }

    div:not(:nth-child(2)) {
      width: 200px;
    }

    div:first-child {
      padding-right: 100px;
      text-align: left;
    }

    div:last-child {
      padding-left: 100px;
      text-align: right;
    }
  }
}

/* template-page-the-everyday-women */
#template-page-the-everyday-women {
  .shopify-section:not(:first-of-type) {
    max-width: 1150px;
  }
}

/* template-page-the-everyday-women-detail */
#template-page-the-everyday-women-detail {
  .shopify-section:not(:first-of-type):not(:last-of-type) {
    max-width: 950px;
  }

  .shopify-section:last-of-type {
    max-width: 1275px;
  }

  .grid-item__heading {
    font-size: 16px;
    font-weight: 600;
  }

  .dynamic-sections {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }

  .section.has-background {
    width: calc(100% - 20px);
    padding-left: 0;
    padding-right: 0;
  }
}

/* page-idas-monthly-socials */
.page-idas-monthly-socials {
  .fancybox-is-open,
  #mobile-header-sticky-wrapper,
  header,
  footer {
    display: none;
  }
  .is-width-half {
    max-width: 650px !important;
  }
  @media only screen and (max-width: 798px) {
    .caption-content {
      padding: 0 !important;
    }
    .card-content {
      padding-top: 0;
    }
    .one-third {
      &.side {
        display: none;
      }
    }
    .klaviyo-form {
      width: 100% !important;
    }
  }

  .one-third {
    width: calc(33.3333333333%);

    &.side {
      text-align: right;
    }
  }
}

/* template-page */
#template-page {
  .content {
    ul {
      margin-left: 2em;
    }
  }
  
  @media only screen and (max-width: 798px) {
    .heading-wrapper {
      margin-bottom: 35px;
    }
  }
}

/* size-chart */
@media only screen and (max-width: 798px) {
  .size-chart-right {
    flex: unset !important;
  }
}

/* footer  */
footer {
  @media only screen and (max-width: 798px) {
    section {
      padding: 0 !important;

      .small-down--one-whole {
        width: 100%;
      }

      .footer__block {
        border-bottom: 1px solid;
        margin: 0 !important;
        padding: 20px 30px 15px 30px;
        width: 100% !important;

        .footer__heading {
          background-image: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAlCAYAAADMdYB5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEeSURBVHgB7dU9TsNAEAXgNxsHKUkDNzAV60WRqDhAoKaihQsgcSoKCk5BjRQqy1WgSEGbzorkHSYBp0gsR8okTTRfZe2P/WbXawPGmANJ0/QUSg5Kg97gDkrqEPtgIWoWomYhascTQvvVTNYbQggnxPTUNJiIZhFxnOf5eNXIoH6v/+69f5N5jBbUoS+Z+7I1hAyahyw8yuXVeh/z3zOCDxMJc1MUxfd/19CRG4LQkgDTsixHzV0NpKpUqn6QKs82J1DC4Au5vKxiddvtdK8l3DlayALN5H6vUuAP9mkRNPPZh2zfM5R2fjEXWyErci+rNYKS6nQsgzBPoaQ/ooRPKKlDOLg5lNQhYhUZSvbvqKlDUEK2HUsxxgmMMQfyCzDCVDJnP11bAAAAAElFTkSuQmCC);
          background-repeat: no-repeat;
          background-position: right -9px;
          margin-bottom: 0;
          text-transform: uppercase;
        }

        ul {
          display: none;
          margin-top: 15px;
        }
      }

      .block__newsletter {
        display: none;
        
        .content {
          margin-bottom: 10px !important;
        }

        .is-primary-btn-style {
          height: 40px !important;
        }

        .field.is-default-width {
          top: 13px !important;
        }

        input {
          font-size: 12px !important;
        }

        .terms, .terms a {
          font-size: 10px;
        }
      }

      .is-flex {
        align-items: center;
        justify-content: space-between;
        padding: 30px;
      }
    }

    .newsletter-wrapper {
      display: block !important;

      .newsletter-form__wrapper,
      .newsletter-form,
      .content {
        width: 95% !important;
        max-width: unset !important;
        margin: 0 auto;
      }


      .newsletter-form__wrapper input {
        width: 100% !important;
      }
    }
  }

  .social {
    text-align: right;
  }

  .newsletter-wrapper {
    border-bottom: 1px #000 solid;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding: 40px 0;
    background-color: #fcf8f2;

    .content {
      font-weight: 500;
      text-transform: uppercase;
      width: 500px;
      text-align: center;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0;
    }

    .newsletter-form__wrapper {
      width: 500px;
    }
  }
}

/* popin */
.newsletter-section--popup {
  p.terms, ul.social {
    display: none;
  }
  input.submit-image {
    display: none;
  }
  button.is-within-form {
    display: block;
  }
}

.footer .newsletter-form {
  input.image {
    display: block;
  }
  button.is-within-form {
    display: none;
  }
}

/* error message */
.errors {
  color: #ff3838;
  margin-bottom: 10px;
}

/* collection__description */
.collection__description {
  max-width: 980px;
  margin: 0 auto;

  button {
    border: unset;
    border-radius: 15px;
    display: none;

    span {
      font-size: 12px;
    }
  }

  &.is-collapsed {
    .collection__description_content {
      position: relative;
      overflow: hidden;
      max-height: 180px;
    }
    
    .collection__description_content::after {
      content: "";
      display: block;
      background: linear-gradient(180deg,#ffffffb5,#fff);
      height: 90px;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
    }

    button {
      display: inline-block;
    }
  }
}

/* css au */
.css-au {
  .show-us {
    display: none;
  }
  /* the edit sale */
  #mobile-header > div.mobile-header__content.mobile-layout--left.mobile-logo__position--center.header__icon-style-icons > div.mobile-dropdown.mobile-dropdown__position--left > div.mobile-menu > div > ul > li:nth-child(5),
  #header > section > div > div > div.header__menu.is-justify-start > nav > div:nth-child(5) {
    display: none;
  }
  #mobile-header > div.mobile-header__content.mobile-layout--left.mobile-logo__position--center.header__icon-style-icons > div.mobile-dropdown.mobile-dropdown__position--left > div.mobile-menu > div > ul > li:nth-child(4) a,
  #header > section > div > div > div.header__menu.is-justify-start > nav > div:nth-child(4) a {
    color: #ff4141;
    display: none;
  }
}

/* css us */
.css-us {
  .show-au {
    display: none;
  }
  /* the edit sale */
  #mobile-header > div.mobile-header__content.mobile-layout--left.mobile-logo__position--center.header__icon-style-icons > div.mobile-dropdown.mobile-dropdown__position--left > div.mobile-menu > div > ul > li:nth-child(4),
  #header > section > div > div > div.header__menu.is-justify-start > nav > div:nth-child(4) {
    display: none;
  }
  #mobile-header > div.mobile-header__content.mobile-layout--left.mobile-logo__position--center.header__icon-style-icons > div.mobile-dropdown.mobile-dropdown__position--left > div.mobile-menu > div > ul > li:nth-child(5) a,
  #header > section > div > div > div.header__menu.is-justify-start > nav > div:nth-child(5) a {
    color: #ff4141;
  }
}