/** Shopify CDN: Minification failed

Line 957:0 Unexpected "<"
Line 997:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.lookbook-title,
  .lookbook-link {
    font-size: 15px;
    line-height: 18px;
    @media only screen and (max-width: 648px) {
      font-size: 14px;
      line-height: 16px;
    }
  }

  .lookbook-title {
    margin: 1rem 0 .5rem;
    @media only screen and (max-width: 648px) {
      margin: 1rem 0 .3rem;
    }
  }

  .lookbook-link {
    opacity: .5;
    text-underline-offset: 3px;
    text-decoration: underline;
    margin-bottom: 4rem;
    display: block;
    @media only screen and (max-width: 648px) {
      margin-bottom: 2rem;
    }
  }
  
  .lb-intro-section {
    position: relative;
    text-align: center;
    display: flex;
    width: 100%;
    margin: auto;
  }
  .lp-hero-dual-split.is-full {
    width: 100%;
  }
  .lp-hero-dual-split {
    position: relative;
    width: 50%;
  }
  
  .lp-hero-dual-split picture,
  .lp-hero-dual-split picture img {
    width: 100%;
    display: flex;
  }

  /* Mobile */
  @media only screen and (max-width: 648px) {
    /* Stacked */
    .lb-intro-section#stacked {
      display: block;
    }
    .lb-intro-section .lp-hero-dual-split {
      position: relative;
      width: 100%;
    }

    /* Hidden */
    .lb-intro-section#hidden .lb-intro-section.has-two:last-child {
      display: none;
    }
  }
.look-card {
    position: relative;
    @media only screen and (max-width: 842px) {
      z-index: 100;
      background-color: white;
    }
  }

  @media only screen and (max-width: 842px) {
    body.look-modal-open {
      max-height: 100vh;
      overflow-y: hidden;
      .look-card {
        position: fixed;
        top: 0;
      }
    }
  }

  .lookbook-nav {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    z-index: 1;
    a {
      display: flex;
      align-items: center;
      text-decoration: none;
      width: fit-content;
      margin-left: 0;
      svg {
        margin-right: .5rem;
      }
    }

    .grid-controls {
      max-width: 130px;
      margin-left: 0;
      @media only screen and (max-width: 648px) {
        max-width: 78px;
      }
    }
  }

  .look-grid .micromodal-slide[aria-hidden="false"] .modal__container {
    animation: none !important;
  }

  .look-grid .micromodal-slide[aria-hidden="true"] .modal__container {
    animation: none !important;
  }

  .look-grid .modal {
    position: relative;
    z-index: 30002 !important;
  }

  .grid-controls {
    display: flex;
    gap: 8px;
  }

  .grid-btn {
    padding: 4px 12px;
    border: 1px solid #000;
    background: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    outline: none;
  }

  .grid-btn.active {
    background: #000;
    color: #fff;
  }

  .look-grid {
    display: grid;
    grid-gap: .5rem;
  }

  .look-grid[data-cols="1"] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .look-grid[data-cols="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .look-grid[data-cols="4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));

    @media only screen and (max-width: 1120px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    @media only screen and (max-width: 648px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media only screen and (max-width: 1120px) {
    .grid-btn.is-4 span.is-4 {
      display: none;
    }
    .grid-btn.is-4 span.is-3 {
      display: flex !important;
    }
  }

  @media only screen and (max-width: 648px) {
    .grid-btn.is-4 {
      display: none;
    }
  }

  .look-grid picture img,
  .look-grid video {
    display: flex;
    cursor: pointer;
    aspect-ratio: 5 / 7;
    width: 100%;
  }

  .look-grid .modal__container {
    padding: 0;
    display: flex;
    max-height: 93vh;
    overflow: hidden;
    height: 93vh;
    width: fit-content;
    background: #fff;

    @media only screen and (min-width: 843px) {
      width: calc(93vh * (5/7) * 1.54);
      min-width: 800px;
      max-width: 1200px;
    }

    @media only screen and (max-width: 842px) {
      max-height: 100vh;
      height: auto;
      display: block;
      overflow-y: scroll;
    }
  }

  .look-grid .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30003;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    @media only screen and (max-width: 842px) {
      align-items: flex-start;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
  }

  .look-grid .modal__container {
    @media only screen and (max-width: 842px) {
      max-height: 100vh;
      display: block;
      height: auto;
      overflow-y: auto;
      position: relative;
      margin-top: 0;
      width: 100%;
      min-height: 100vh;
      background: white;
    }
  }

  body.look-modal-open {
    @media only screen and (max-width: 842px) {
      position: fixed;
      width: 100%;
      height: 100%;
      max-height: 100vh;
      overflow: hidden;
      .lookbook-nav {
        display: none;
      }
    }
  }

  .look-grid .modal-nav-wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: .5rem;
  }

  .look-grid .modal-nav-wrapper button.modal-nav {
    padding: 0.4rem 1rem;
  }

  .look-grid .modal-nav.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }

  .look-grid a {
    outline: none !important;
  }

  .look-grid .modal__title {
    font-size: 1.2rem;
  }

  .look-grid .modal__header button {
    border-radius: 0;
    padding: 0;
    width: auto;
    background: none;
    display: flex;
    position: relative;
    z-index: 5000;
    margin-right: -4px;
    outline: none;
  }

  .look-grid .look-modal-rhs {
    position: relative;
    padding: 5rem 2.5rem 2.5rem;
    max-width: 35%;
    width: 35%;
    height: 93vh;
    overflow-y: scroll;
    background: #fff;
    scrollbar-width: none;
    -ms-overflow-style: none;

    @media only screen and (max-width: 842px) {
      padding: 0 1rem 7rem 1rem;
      max-width: 100%;
      width: 100%;
      height: auto;
    }
  }

  .look-grid .look-modal-rhs::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
  }

  .look-grid .modal .modal__container > picture,
  .look-grid .modal .modal__container > video {
    width: 65%;
    height: 93vh;
    display: flex;
    align-items: center;
    background: #fff;

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

    @media only screen and (max-width: 842px) {
      width: 100%;
      height: auto;

      img, video {
        height: auto;
      }
    }
  }

  @media only screen and (max-width: 842px) {
    .look-grid .modal .modal__container > picture,
    .look-grid .modal .modal__container > video {
      margin-top: 4.2rem;
      display: block;
      width: 100%;
    }
  }

  .look-grid .modal .modal__header {
    position: fixed;
    max-width: 35%;
    right: 0;
    left: auto;
    padding: 1rem 2.5rem;
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
    top: 0;
    z-index: 30004;
    @media only screen and (max-width: 842px) {
      padding: 1rem;
      max-width: 100%;
      margin: 0;
    }
  }

  .look-grid .product {
    margin-top: 1.5rem;
    outline: none;
    cursor: pointer;
    text-align: center;
    .images {
      margin-bottom: .5rem;
      position: relative;
      img {
        background-color: #F9F9F9;
        height: inherit;
        width: 100%;
        aspect-ratio: 5 / 7;
        height: -webkit-fit-content;
        height: fit-content;
        display: flex;
        user-select: none;
        &.rollover {
          position: absolute;
          float: none;
          top: 0;
          left: 0;
          opacity: 0;
          -moz-transition: opacity .2s linear;
          -ms-transition: opacity .2s linear;
          -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
          z-index: 2;
        }
      }

      &:hover {
        img.rollover {
            opacity: 1;
            @media (max-width: 768px) {
              opacity: 0;
              display: none;
            }
        }
      }
    }

    .details {
      text-align: left;
      font-size: 13px;
    }

    .product-material {
        opacity: .7;
    }

    .product_price {
      font-size: 13px;
    }

    a {
      text-decoration: none !important;
      display: flex;
      flex-direction: column;
    }

    @media (max-width: 1060px) {
      .details {
        line-height: 17px;
        font-size: 13px;
        .product_title {
          margin-bottom: .3rem;
        }
      }
    }
  }
.header-spacer-fix {
    height: 68px !important;
    width: 100%;
    display: flex;
  }
.collection-grid-video {
    position: relative;
  }
  .collection-grid-video iframe {
    width: 100%;
  }

  .collection-grid-video .video-cta-wrapper {
    display: flex;
    justify-content: center;
  }

  .collection-grid-video .video-cta {
    font-size: 17px;
    font-weight: 500;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    padding: 1rem .75rem;
  }

  .collection-grid-video .using-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    @media only screen and (max-width: 648px) {
      flex-direction: column;
    }
  }
  
  .collection-grid-video a.use-button {
    text-decoration: none;
    outline: none;
    font-family: Folio, Helvetica, Arial, sans-serif;
    font-size: 15px !important;
    background-color: #fff;
    margin: .5rem .25rem .25rem .25rem;
    color: #000 !important;
    height: 53px;
    transition: all .15s ease;
    display: inline-flex;
    padding: 0 2rem;
    min-width: 220px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .collection-grid-video .content {
    z-index: 1;
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    text-align:center;
  }

  .collection-grid-video .content.centered {
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 100%;
  }

  .collection-grid-video .content h2,
  .collection-grid-video .content p {
    color: #fff;
  }

  .collection-grid-video .content h2 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
  }

  .collection-grid-video .content p {
    font-size: 18px;
  }

  .collection-grid-video .content a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    padding: 1rem .75rem;
  }

  /* Tablet */
  @media only screen and (max-width: 989px) {
    .collection-grid-video h2 {
      margin-bottom: .5rem;
      font-size: 1.2rem;
    }
    .collection-grid-video .content a {
      font-size: 16px;
    }
  }

  /* Mobile */
  @media only screen and (max-width: 648px) {
    .collection-grid-video h2 {
      margin-bottom: .5rem;
      font-size: 1.2rem;
    }
    .collection-grid-video .content a {
      font-size: 16px;
    }
  }
.collection-content {
    padding: 4rem 1rem;
    text-align: center;
    max-width: 680px;
    margin: auto;
  }

  .collection-content h1,
  .collection-content h2,
  .collection-content h3,
  .collection-content h4,
  .collection-content h5,
  .collection-content h6 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
  }
.collection-top-links {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 0 1.5rem;
    margin-top: -.5rem;
    scrollbar-width: none;
    overflow: scroll;
    white-space: nowrap;
    width: calc(100% + 44px);
    margin-left: -22px;
    padding-left: 22px;
  }
  
  .collection-top-links a {
    text-decoration: none;
    padding: .4rem .8rem;
    border: 1px solid rgba(0, 0, 0, .15);
    font-weight: 500;
    margin-right: .5rem;
    margin-bottom: .5rem;
    transition: all .15s ease;
  }

  .collection-top-links a:last-child {
    margin-right: 22px;
  }

  .collection-top-links a:hover {
    border: 1px solid black;
  }
  
  .collection-description-new {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
    font-size: 14px;
  }

  .collection-description-new p {
    margin-top: 0;
    margin-bottom: .35rem;
    font-size: 14px;
    line-height: 20px;
  }
  
  .product-feature-double {
    position: relative;
    text-decoration: none;
    text-align: center;
    position: relative;
    width: 100%;
    height: fit-content;
    grid-column: span 2;
  }

  .product-feature-double.bottom-left {
    text-align: left;
  }

  .product-feature-double.centered .content {
    margin: auto;
    top: 0;
    height: fit-content;
  }

  .product-feature-double .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2.5rem 2.5rem;
  }

  .product-feature-double .content h1 {
    font-size: 22px;
    letter-spacing: 1.4px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .product-feature-double .content p {
    font-size: 17px;
    line-height: 27px;
    margin: -0.5rem 0 1rem;
  }

  .product-feature-double .content .collection-link-cta {
    padding-bottom: .2rem;
    border-bottom: 1px solid;
    display: inline-flex;
    font-size: 17px;
    line-height: 27px;
  }

  @media (max-width: 1060px) {
    .product-feature-double .content h1 {
      font-size: 18px;
      letter-spacing: 1.2px;
      line-height: 28px;
    }
    
    .product-feature-double .content p,
    .product-feature-double .content .collection-link-cta {
      font-size: 15px;
      line-height: 25px;
    }
  }

  .product-feature-double.is-white,
  .product-feature-double.is-white .content h1 {
    color: #fff;
  }

  .product-feature-double.is-white .content .collection-link-cta {
    border-bottom: 1px solid white;
  }

  @media (max-width: 768px) {
    .product-feature-double .content {
      padding: 1.5rem 1.5rem;
    }

    .product-feature-double .content h1 {
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 0.6rem;
    }
    
    .product-feature-double .content p {
      margin: -0.5rem 0 0.5rem;
      display: none;
    }

    .product-feature-double .content .collection-link-cta {
      padding-bottom: 0;
    }
  }

  
  .product-feature-single {
    text-decoration: none;
    text-align: center;
    position: relative;
    width: 100%;
    height: fit-content;
    grid-column: span 1;
    aspect-ratio: 5 / 7;
    @media (max-width: 1060px) {
      grid-column: span 2;
      aspect-ratio: 3 / 1;
    }
    @media (max-width: 768px) {
      aspect-ratio: 1.5 / 1;
    }
  }
  
  .product-feature-single .content {
    background: #F9F9F9;
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }

  .product-feature-single .content h1 {
    font-family: 'Saol Display' !important;
    font-style: italic !important;
    font-size: 28px;
    line-height: 36px;
    
    @media (max-width: 768px) {
      font-size: 26px;
      line-height: 34px;
    }
  }

  .product-feature-single .content .button {
    border: 1px solid black;
    background: transparent;
    font-family: "Styrene A Web", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    width: auto;
    padding: .85rem 1.5rem;
    margin-top: 2rem;
    color: black;
    margin-bottom: 0.5rem;
    
    @media (max-width: 768px) {
      margin-top: 1.5rem;
    }
  }

  .product-feature-single.is-white .content h1 {
    color: white;
  }

  .product-feature-single.is-white .content .button {
    border: 1px solid white;
    background: transparent;
    color: white;
  }
  
  .product-feature-full {
    grid-column: span 3;
    position: relative;
    margin: 2rem 0;
  }

  .product-feature-full .content {
    width: calc(50% - 6rem);
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    z-index: 1;
  }

  .product-feature-full .collection-grid-video {
    padding: 0 !important;
  }

  .product-feature-full .is-video {
     margin-bottom: 0 !important;
  }
  .product-feature-full .product.is-video {
    margin-bottom: 0!important;
  }

  .product-feature-full.is-white .content h1 {
    color: white;
  }

  .product-feature-full .content h1 {
    line-height: 2.4rem;
    color: #000;
    font-size: 1.8rem;
  }

  .product-feature-full .content .button {
    font-family: "Styrene A Web", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    width: auto;
    padding: 1rem 2rem;
    margin-top: 2rem;
  }

  @media (max-width: 1060px) {
    .product-feature-full {
      grid-column: span 2;
      margin: 1.5rem 0;
    }
    
    .product-feature-full .content {
      width: calc(100% - 4rem);
      bottom: 2rem;
      left: 1.5rem;
      
    }

    .product-feature-single .content h1,
    .product-feature-full .content h1 {
      font-size: 1.3rem;
    }
  }

  @media (max-width: 768px) {
    .product-feature-full {
      margin-left: -1.5rem;
      width: calc(100% + 2.96rem);
    }
  }






  #locksmith-content {
    margin-top: 0;
    background-position: center top;
    background-image: none;
    /* background-size: 1506px; */
    background-repeat: no-repeat;
    padding: 0;
    /* background: #f7f2ec; */
  }

  .locksmith-email-container {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
  }

  @media (min-width: 768px) {
    .locksmith-email-container {      
      flex-direction: row;
      width: 100%;
      gap: 2rem;
      padding: 0 2rem;
      max-width: 1500px !important;
    }
  }

  .locksmith-email-container::before {
    content: "";
    background-image: url("https://cdn.shopify.com/s/files/1/2602/7280/files/SALE_GROUP_1_OFF_45_10_COMPRESSED.png?v=1763538974");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    height: -webkit-fill-available;
    width: 100%;
    margin: auto;
    display: block;
    background-position: center;
    aspect-ratio: 4 / 5;
  }

  .locksmith-email {
    text-align: center;
    color: black;
    max-width: 420px;
    margin: auto;
  }

  .locksmith-email:active,
  .locksmith-email:focus {
    outline: none;
    box-shadow: 0px 2px 0 black;
  }

  #locksmith_email_submit {
    text-decoration: none;
    outline: none;
    font-size: 14px !important;
    background-color: #000;
    margin-top: 0rem;
    margin-bottom: 10px;
    color: #fff;
    height: 38px;
    width: fit-content;
    transition: all .15s ease;
    padding: 0 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    box-shadow: none !important;
  }

  .locksmith-resource-form {
    background: white;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .locksmith-resource-form p {
    width: 100%;
  }

  #the-winter-capsule .join-us,
  #the-winter-edit .join-us {
    display:none;
  }
<style>
  .world-modal button:hover {
    background-color: #131A34 !important;
    color: #fff !important;
  }
  .world-modal input:focus,
  .world-modal input:active {
    box-shadow: 0px 1px 0 #131A34;
    border-bottom: 1px solid #131A34 !important;
    outline: none;
  }

  #otiumberg-world-modal .modal__overlay {
    padding:1.5rem;
    right: auto;
    top: auto
  }

  .close_world_signup.has-image {
    color: white;
  }

  @media screen and (max-width: 767px) {
    #otiumberg-world-modal .modal__overlay {
      padding:0 .5rem;
      right: 0;
      top: 0;
      max-width: 330px;
      height: fit-content;
      margin: auto;
    }

    .world-desktop {
      display:none;
    }

    .close_world_signup.has-image {
      color: #131A34;
    }
  }
</style>