/** Shopify CDN: Minification failed

Line 19:0 Unexpected "#"
Line 19:2 Unexpected "{"
Line 19:11 Expected ":"
Line 25:2 Unexpected "#"
Line 25:4 Unexpected "{"
Line 25:13 Expected ":"
Line 31:2 Unexpected "#"
Line 31:4 Unexpected "{"
Line 31:13 Expected ":"
Line 36:2 Unexpected "#"
... and 351 more hidden warnings

**/


/* CSS from section stylesheet tags */
#{{ section.id }} .bespoke-section{
    height: 378px;
    width: 100%;
    background: linear-gradient(97deg, #1B1B28 0%, #373657 100%);
    margin-top: 40px;
  }
  #{{ section.id }} .bespoke-content{
    display: flex;
    width: 100%;
    height: 378px;
    align-items: center;
  }
  #{{ section.id }} .bespoke-head{
    font-style: normal;
    margin: 0px;
    margin-bottom: 10px;
  }
  #{{ section.id }} .bespoke-box-two  p{
    color: #F8F8F8;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    width: 552px;
  }
  #{{ section.id }} .bespoke-btn{
    width: 121px !important;
    height: 34px !important;
    flex-shrink: 0;
    border-radius: 8px;
    display: flex;
    text-decoration: none;
    color: #f8f8f8;
    text-align: center;
    border: 1px solid #373657;
    justify-content: center;
    align-items: center;
    margin-top: 40px !important;
  }
  #{{ section.id }} .bespoke-box-two{
    width: 50%;
  }
  #{{ section.id }} .bespoke-box-one{
    width: 50%;
  }
  #{{ section.id }} .bespoke-image{
    height: 415px;
    width: 100%; 
    object-fit: contain;
  }
  @media only screen and (min-width: 1024px){
    .bespoke-box-two > h1{
      width: 100%;
    }
    .bespoke-box-two > p{
      width: 100%;
    }
  }
  @media only screen and (min-width: 768px){
    .bespoke-box-two > h1{
      width: 100%;
    }
  .bespoke-box-two > p{
      width: 100% !Important;
    }
    .bespoke-btn{
      margin-top: 10px !Important;
    }
  }
     
  @media (max-width: 459px){
    .bespoke-section{
      height: auto;
    }
    .bespoke-content{
      height: auto;
      display: flex;
      flex-direction: column;
      width: 100%;
    }
    .bespoke-box-two{
      width: 100%;
      padding-top: 34px;
    }
    .bespoke-box-two > p{
      width: 100%;
    }
    .bespoke-box-one{
      width: 100%;
    }
    .bespoke-head{
      font-size: 40px !important;
      margin: 0px;
      line-height: normal !Important;
    }
    .bespoke-image{
      height: auto;
    }
  }
#{{ section.id }} .collection-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 580px;
    width: 100%;
    gap: 16px;
    overflow: hidden;
}
    #{{ section.id }} .engagement-collection-image-section {
    position: relative;
    z-index: 1; /* Lower z-index for the image */
    width: 264px;
    height: 564px;
}
    #{{ section.id }} .engagement-collection-image-section img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
    #{{ section.id }} .collection-content-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 580px;
    width: 75%;
    position: relative;
    z-index: 2;
}

#{{ section.id }} .blacklock-slider-one {
    width: 264px;
    height: 412px !important;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#{{ section.id }} .card-image-container {
    width: 100%;
    height: 264px;
    position: relative;
}

#{{ section.id }} .card-image-background {
    width: 100%;
    height: 100%;
    background: #F8F8F8;
    position: absolute;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

#{{ section.id }} .card-title {
    margin-top: 10px;
    color: white;
    font-size: 32px;
    font-weight: 200;
    text-align: center;
  position: absolute;
    top: 100px;
}

#{{ section.id }} .card-description-one {
    color: #4F4E5A;
    font-size: 16px;
    font-weight: 200;
    line-height: normal;
  margin-bottom: 8px;
}

#{{ section.id }} .card-price {
    color: #4F4E5A;
    font-size: 14px;
    font-weight: 200;
  width: 264px;
}

#{{ section.id }} .divider::before {
    content: "";
    display: block;
    width: 435px;
    height: 1px;
    background: #4F4E5A;
}

#{{ section.id }} .engagement-collection-content > p  {
    font-size: 16px;
    line-height: normal;
  width: 820px;
  margin-bottom: 20px;
  font-weight: 200;
}

#{{ section.id }} .product-card{
  height: 412px;
  width: 264px;
}
    #{{ section.id }} .engagement-product-group {
    display: flex;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

/* .swiper-container {
  width: 100%;
  height: 100%;
} */
    #{{ section.id }} .swiper-container {
    width: 100%;
    height: 100%;
}
    #{{ section.id }} .swiper-slide {
    width: 264px !important; /* Ensures consistent slide width */
    box-sizing: border-box; /* Prevents padding/margin from affecting width */
}
    #{{ section.id }} .engagement-collection-content > h2{
      margin-top: 6px;
      margin-bottom: 10px;
    }
    #{{ section.id }} .engagemant-collection-des .engagement-card-des > p{
     color: #4F4E5A;
    font-size: 14px;
    width: 256px;
    line-height: normal;
    /* line-break: anywhere; */
    text-transform: capitalize;
    font-weight: 200;
    }
    .swiper-pagination{
      /* top: 377px !Important; */
      top: 399px !important;
      /* top: 392px !Important; */
      height: 1px !important;
      background: rgba(79, 78, 90, 0.20) !important;
    }
    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: #4F4E5A !important;
    }
    .engagement-mobile-content-collection{
      display: none;
    }
    @media only screen and (min-width: 1024px){
      .engagement-collection-content > h2{
        width: 100%;
      }
      .engagement-collection-content > p{
        width: 100%;
      }
    }
    @media only screen and (min-width: 768px){
      .engagement-collection-content > h2{
        width: 100%;
      }
      .engagement-collection-content > p{
        width: 100%;
      }
      .engagement-collection-image-section{
        height: 555px;
      }
      .engagement-collection-image-section > img{
        object-fit: fill;
      }
    }
     @media (max-width: 459px){
      .engagement-mobile-content-collection{
        width: 100%;
        padding-top: 34px;
        display: block !important;
      }
       .collection-container{
         padding: 0px !Important;
       }
      .engagement-mobile-content-collection > h2{
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
      }
      .engagement-mobile-content-collection > p{
        width: 100%;
        font-size: 16px;
        line-height: normal;
        font-weight: 200;
      }
      .engagement-collection-content{
        display: none;
      }
       .engagement-card-des > p{
         width: 100% !important;
       }
       .engagement-collection-image-section{
         height: 324px;
       }
       .engagement-collection-image-section > img{
         object-fit: fill;
         width: 127px;
       }
       .swiper-pagination{
         top: 322px !important;
       }
    }
    .collection-card img{
      width: 264px;
      background: #f8f8f8;
    }
    .collection-title{
      font-weight: 200;
      color: #4F4E5A;
      margin-top: 4px;
          text-transform: capitalize;
    }
    .collection-info{
      font-weight: 200;
      color: #4F4E5A;
      font-size: 14px;
      text-transform: capitalize;
      margin-top: 10px;
    }
    .mobile-version{
      display: none;
    }
.discover-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
  margin-top: 20px;
}

.discover-item {
  background-color: #F8F8F8;
  height: 264px;
  display: flex;
}
  .discover-image, .discover-text{
    width: 50%;
  }
  .discover-image > img{
    height: 100%;
    width: 100%;
  }
  .discover-text{
    height: 264px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 14px;
  }
  .discover-text > h2{
    margin-bottom: 10px;
  }
  .discover-text > p{
    margin-bottom: 16px;
       font-weight: 200;
    font-size: 16px;
    
  }
  .discover-text > a{
    color: #4F4E5A !important;
    text-decoration: none;
    font-size: 12px !important;
    
  }
  /* responsive */
  @media (max-width: 768px){
    .discover-grid{
      display: flex;
      flex-direction: column;
    }
  }
  @media (max-width: 459px){
     .discover-text > h2{
            font-size: 16px !important;
        line-height: normal !important;
        font-weight: 300 !important;
       color:  #4F4E5A !Important;
  }
     .discover-text > p{
    font-size: 14px;
  }
  }
#{{ section.id }} .engagement-hight-jewellery-right{
    height: 357px;
    width: 100%;
    background: linear-gradient(97deg, #1B1B28 0%, #373657 100%);
    margin-top: 40px;
  }
  #{{ section.id }} .hightjewellery-main-right{
    display: flex;
    width: 100%;
    height: 357px;
  }
  #{{ section.id }} .hightjewellery-box-one-right > p{
    color: #F8F8F8;
font-size: 16px;
font-style: normal;
font-weight: 200;
line-height: normal;
      width: 552px
  }
  #{{ section.id }} .hightjewellery-box-one-right{
    width: 50%;
    margin-top: 24px;
  }
  #{{ section.id }} .hightjewellery-box-one-right > h1{
    font-style: normal;
    margin-bottom: 10px;
    width: 552px;
  }
  #{{ section.id }} .engagement-cstm-btn-right{
    width: 121px !important;
     margin-top: 40px;
    height: 34px !important;
    flex-shrink: 0;
    border-radius: 8px;
    display: flex;
    text-decoration: none;
    color: #f8f8f8;
    text-align: center;
    border: 1px solid #373657;
    justify-content: center;
    align-items: center;
  }
  #{{ section.id }} .hightjewellery-box-two-right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 357px;
  }
  #{{ section.id }} .hightjewellery-box-two-right > img{
    margin-top: 40px;
  }
  #{{ section.id }} .highjewellery-imag-right{
    height: 340px; 
    width: 100%;
  }

    @media only screen and (min-width: 1024px){
    .hightjewellery-box-one-right > h1{
      width: 100%;
    }
    .hightjewellery-box-one-right > p{
      width: 100%;
    }
  }
    @media only screen and (min-width: 768px){
    .hightjewellery-box-one-right > h1{
      width: 100%;
      font-size: 52px !Important;
    }
    .hightjewellery-box-one-right > p{
      width: 100%;
    }
  }
  
  @media (max-width: 459px){
    .engagement-hight-jewellery-right{
      height: 607px;
    }
    .hightjewellery-main-right{
    display: flex;
    flex-direction: column-reverse;
    height: 607px;
    }
    .hightjewellery-box-one-right{
      width: 100%;
    }
    .hightjewellery-box-one-right > h1{
      font-size: 40px !important;
      line-height: 40px !important;
      font-weight: 100 !important;
      width: 100%;
    }
    .hightjewellery-box-one-right > p{
      width: 100%;
    }
    .hightjewellery-box-two-right{
      width: 100%;
    }
  }
#{{ section.id }} .engagement-hight-jewellery{
    height: 357px;
    width: 100%;
    background: linear-gradient(97deg, #1B1B28 0%, #373657 100%);
    margin-top: 40px;
  }
  #{{ section.id }} .hightjewellery-main{
    display: flex;
    width: 100%;
    height: 357px;
  }
  #{{ section.id }} .hightjewellery-box-two > p{
    color: #F8F8F8;
font-size: 16px;
font-style: normal;
font-weight: 200;
line-height: normal;
      width: 552px
  }
  #{{ section.id }} .hightjewellery-box-two{
    width: 50%;
    margin-top: 24px;
  }
  #{{ section.id }} .hightjewellery-box-two > h1{
    font-style: normal;
    margin-bottom: 10px;
    width: 552px;
  }
  #{{ section.id }} .engagement-cstm-btn{
    width: 121px !important;
     margin-top: 40px;
    height: 34px !important;
    flex-shrink: 0;
    border-radius: 8px;
    display: flex;
    text-decoration: none;
    color: #f8f8f8;
    text-align: center;
    border: 1px solid #373657;
    justify-content: center;
    align-items: center;
  }
  #{{ section.id }} .hightjewellery-box-one{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 357px;
  }
  #{{ section.id }} .hightjewellery-box-one > img{
    margin-top: 40px;
  }
  #{{ section.id }} .highjewellery-imag{
    height: 340px; 
    width: 100%;
  }

    @media only screen and (min-width: 1024px){
    .hightjewellery-box-two > h1{
      width: 100%;
    }
    .hightjewellery-box-two > p{
      width: 100%;
    }
  }
    @media only screen and (min-width: 768px){
    .hightjewellery-box-two > h1{
      width: 100%;
      font-size: 52px !Important;
    }
    .hightjewellery-box-two > p{
      width: 100%;
    }
  }
  
  @media (max-width: 459px){
    .engagement-hight-jewellery{
      height: 607px;
    }
    .hightjewellery-main{
    display: flex;
    flex-direction: column-reverse;
    height: 607px;
    }
    .hightjewellery-box-two{
      width: 100%;
    }
    .hightjewellery-box-two > h1{
      font-size: 40px !important;
      line-height: 40px !important;
      font-weight: 100 !important;
      width: 100%;
    }
    .hightjewellery-box-two > p{
      width: 100%;
    }
    .hightjewellery-box-one{
      width: 100%;
    }
  }
#{{ section.id }} .blocklock-home-content > h1{
      width: 558px;
      margin: 0px;
    }
  #{{ section.id }} .blocklock-home-content > p{
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    color: #F8F8F8;
    width: 480px;
    margin-top: 16px;
  }
  #home-baner-main-content{
    padding-top: 125px !important;
    padding-bottom: 126px !Important;
    padding-right: 214px !important;
  }
  #{{ section.id }} .blacklock-home-button{
    display: flex;
    margin-top: 40px;
    width: 440px;
  }
  #{{ section.id }} .blacklock-home-btn-one{
    width: 100%;
    height: 100%;
    position: relative;
  }
  #{{ section.id }} .home-btn-one-style{
   width: 199px;
   height: 34px;
   left: 0px;
   top: 0px;
    position: absolute;
    border-radius: 8px; 
    border: 1px #373657 solid; 
  }
  #{{ section.id }} .bome-btn-text-one{
    height: 21px; 
    /* left: 14px;  */
    left: 18px;
    top: 7px; 
    position: absolute; 
    text-align: center; 
    text-decoration: none; 
    word-wrap: break-word;
  }
  #{{ section.id }} .blacklock-home-btn-two{
    width: 100%;
    height: 100%; 
    position: relative;
  }
  #{{ section.id }} .home-btn-two-style{
   width: 221px;
    height: 34px; 
    left: 0px; 
    top: 0px; 
    position: absolute; 
    border-radius: 8px; 
    border: 1px #373657 solid; 
  }
  #{{ section.id }} .home-btn-text-two{
   width: 270px;
    height: 21px;
    left: 14px;
    top: 7px;
    position: absolute; 
    word-wrap: break-word;
    text-decoration: none; 
  }
  #{{ section.id }} .blacklock-bg-image{
    width: 100%;
    height: 500px;
    background-size:cover;
    background-position: center;
  }
  .blacklock-bg-image-mobile{
    display: none;
    height: auto;
    width: 100%;
    background-size: auto;
    background-repeat: round;
  }
  @media (max-width: 459px){
    #home-baner-main-content{
      padding: 0px !important;
    }
    .blocklock-home-content >h1{
      font-size: 40px !important;
      line-height: 40px !important;
      width: 247px;
    }
    .blocklock-home-content > p{
      width: 247px;
      margin-top: 10px;
    }
    .blacklock-home-button{
      display: flex;
      flex-direction: column;
      gap: 50px;
      margin-top: 14px;
      width: 100%;
      margin-bottom: 50px;
    }
    .blacklock-bg-image{
      height: 478px;
    }
    .blocklock-home-content{
      height: 390px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .blacklock-bg-image{
      display: none;
    }
    .blacklock-bg-image-mobile{
      display: block;
    }
  }
#{{ section.id }} .blacklock-bg-image-banerr{
    width: 100%; 
    height: 486px; 
    background-size: cover; 
    background-position: center; 
    position: absolute;
  }
  #{{ section.id }} .blacklock-bg-image-banerr > img{
    width: 100%;
    height: 100%;
    position: absolute;
  }
  #{{ section.id }} #blocklock-content-banerr{
    padding-top: 72px !important;
    padding-right: 214px !important;
  }
  #{{ section.id }} .blacklock-main-image-banner{
    position: relative;
    top: 80px;
  }
  #{{ section.id }} .blocklock-div-content{
    width: 584px; 
    height: 334px;
  }
  #{{ section.id }} .blocklock-div-main{
    width: 584px;
    height: 306px;
    display: flex; 
    flex-direction: column; 
    gap: 49px; 
    position: relative; 
  }
  #{{ section.id }} .blocklock-div-main > h1{
    width: 584px;
    height: 153px;  
    word-wrap: break-word; 
    margin: 0px; 
    text-shadow: 0px 0px 6px rgba(27, 27, 40, 0.90);
  }
  #{{ section.id }} .blocklock-div-main > p {
    width: 552px;
    height: 104px;  
    color: #F8F8F8; 
    font-size: 16px;  
    font-weight: 200; 
    word-wrap: break-word; 
    line-height: normal; 
    margin-top: 0px;
    text-shadow: 0px 0px 6px rgba(27, 27, 40, 0.90);
  }
  #{{ section.id }} .blocklock-btn-group{
    width: 121px; 
    height: 34px; 
    position: absolute;
  }
  #{{ section.id }} .blocklock-btn-style-group{
    width: 121px;
    height: 34px;  
    position: absolute;  
    border-radius: 8px; 
    border: 1px #373657 solid;
  }
  #{{ section.id }} .blocklock-btn-style-text{
    width: 81px; 
    height: 21px; 
    position: absolute;
    left: 20px;
    top: 7px; 
    text-align: center; 
    text-decoration: none; 
    word-wrap: break-word; 
    display: flex; 
    align-items: center; 
    justify-content: center;
  }
  @media (max-width: 459px){
    .blocklock-div-main{
      gap: 0px;
      height: auto;
    }
    .blocklock-div-main > h1{
      font-size: 40px !important;
      line-height: 40px !important;
      width: 100%;
      height: auto;
      margin-bottom: 10px;
    }
    .blocklock-div-content > p{
      width: 100%;
    }
    #blocklock-content-banerr{
      padding: 0px !important;
      width: 100%;
      display: flex;
      align-items: center;
      height: 366px;
    }
    .blocklock-div-content{
      width: 100% !important;
      padding-top: 34px;
    }
    .blocklock-div-main{
      width: 100% !important;
    }
    .blocklock-div-main > p{
      width: 100%;
    }
    .blocklock-btn-group{
      margin-top: 20px;
    }
    .blacklock-bg-image-banerr{
      height: 366px;
    }
    .blacklock-bg-image-banerr > img{
      height: 366px;
    }
  }
#{{ section.id }} .slider-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 580px;
    width: 100%;
    gap: 16px;
    overflow: hidden;
}
    #{{ section.id }} .image-section {
    position: relative;
    z-index: 1;
    width: 264px;
    height: 506px;
}
    #{{ section.id }} .image-section img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
    #{{ section.id }} .content-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 580px;
    width: 75%;
    position: relative;
    z-index: 2;
}

#{{ section.id }} .blacklock-slider-one {
    width: 264px;
    height: 412px !important;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#{{ section.id }} .card-image-container {
    width: 100%;
    height: 264px;
    position: relative;
}

#{{ section.id }} .card-image-background {
    width: 100%;
    height: 100%;
    background: #F8F8F8;
    position: absolute;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

#{{ section.id }} .card-title {
    margin-top: 10px;
    color: white;
    font-size: 32px;
    font-weight: 200;
    text-align: center;
  position: absolute;
    top: 100px;
}

#{{ section.id }} .card-description {
    color: #4F4E5A;
    font-size: 16px;
    font-weight: 400;
    font-family: optima !important;
    line-height: normal;
  margin-bottom: 10px;
}

#{{ section.id }} .card-price {
    color: #4F4E5A;
    font-size: 14px;
    font-weight: 200;
  width: 264px;
}

#{{ section.id }} .divider::before {
    content: "";
    display: block;
    width: 435px;
    height: 1px;
    background: #4F4E5A;
}

#{{ section.id }} .engagement-content > p  {
    font-size: 16px;
    line-height: normal;
  width: 840px;
  margin-bottom: 30px;
  font-weight: 200;
}

#{{ section.id }} .section-title {
    font-size: 32px;
    font-weight: 200;
  margin: 0px;
  
}
#{{ section.id }} .engagement-price{
  color: #4F4E5A;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
#{{ section.id }} .product-card{
  height: 412px;
  width: 264px;
}
    #{{ section.id }} .engagement-product-group {
    display: flex;
    gap: 20px;
    position: relative;
    overflow: hidden;
}
    #{{ section.id }} .swiper-container {
    width: 100%;
    height: 100%;
}
    #{{ section.id }} .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    bottom: 75px !important;
}
    #{{ section.id }} .swiper-slide {
    width: 264px !important;
    box-sizing: border-box;
}
    #{{ section.id }} .engagement-content > h2{
      margin-top: 6px;
      margin-bottom: 10px;
    }
    #{{ section.id }} #swiper-pagination-two{
      top: 358px !Important;
      height: 1px !important;
      background: rgba(79, 78, 90, 0.20) !important;
    }
    #{{ section.id }}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: #4F4E5A !important;
    }
    #{{ section.id }}.engagement-mobile-content{
      display: none;
    }  
    #{{ section.id }} .product-card img{
      background: #f8f8f8;
    }
    @media (max-width: 459px){
      .engagement-mobile-content{
        width: 100%;
        padding-top: 34px;
        display: block !important;
      }
      .engagement-mobile-content > h2{
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
      }
      .engagement-mobile-content > p{
        width: 100%;
        font-size: 16px;
        line-height: normal;
        font-weight: 200;
      }
      .engagement-content{
        display: none;
      }
      .swiper-wrapper .product-card{
        /* height: 312px !important; */
        width: auto !important;
      }
      .card-description{
        width: 179px;
      }
      .swiper-wrapper .product-card img{
        height: 179px !important;
        width: 179px !Important;
      }
      .container {
        padding: 0px !important;
      }
      .image-section{
        height: 312px;
      }
      .image-section > img{
        width: 127px;
        object-fit: fill;
      }
      #swiper-pagination-two{
        top: 310px !important;
      }
      .slider-container{
        height: 324px !important;
        margin-top: 30px !important;
        padding: 0px !Important;
      }
      .content-section{
        height: 324px;
      }
      .engagement-product-group{
        height: 324px;
      }
      .swiper-wrapper{
        height: 324px !important;
      }
    }
      @media only screen and (min-width: 768px){
      .engagement-content >  h2{
        width: 100%;
      }
      .engagement-content > p{
        width: 100%;
      }
      .image-section > img{
        object-fit: fill;
      }
      .content-section{
        height: 506px;
      }
      #swiper-pagination-two{
      /* top: 340px !important; */
        top: 360px !important;
    }
    }
    @media only screen and (min-width: 1024px){
      .engagement-content > h2{
        width: 100%;
      }
      .engagement-content > p{
        width: 100%;
      }
      .image-section > img{
        object-fit: cover !important;
      }
      .engagement-collection-image-section{
        height: 550px;
      }
      .content-section{
        height: 550px;
      }
      .engagement-collection-image-section > img{
        height: 534px;
        object-fit: cover;
      }
      .image-section{
        height: 506px;
      }
     
       #swiper-pagination-two {
    top: 360px !important;
  }
    }
.grids-template {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .span-2 {
    grid-column: span 2;
  }

  .span-2-rows {
    grid-column: span 2;
    grid-row: span 2;
  }

  p {
    margin: 0px;
    line-height: normal;
  }

  .grid-price {
    font-weight: 200;
    font-size: 14px;
  }

  .grids-product-price {
    font-weight: 300;
    font-size: 14px;
  }

  .item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #4F4E5A;
  }
.item-content > p{
  font-weight: 400;
}
  .item-content > img {
    background: #F8F8F8;
    padding-bottom: 0px;
    height: 264px;
  }

  #grids-large-image {
    height: 100% !important;
    object-fit: fill !Important;
    /* background: linear-gradient(97deg, #1B1B28 0%, #373657 101.05%); */
  }
.item-content p{
    font-family: optima !Important;
    text-transform: capitalize !Important;
  }
  /* filter css */
  .facets-wrapper{
    /* height: 147px; */
    height:100px;
    display: grid;
    align-items: center;
  }
  .product-grid-container{
    margin-top: 60px;
  }
  /* Responsive Styles */
  @media (max-width: 1200px) {
    .grids-template {
      /* grid-template-columns: repeat(3, 1fr); */
      grid-template-columns: repeat(4, 1fr);
    }

    .span-2 {
      grid-column: span 2;
    }

    .span-2-rows {
      grid-column: span 2;
      grid-row: span 2;
    }
  }

  @media (max-width: 992px) {
    .grids-template {
      grid-template-columns: repeat(2, 1fr);
    }

    .span-2, .span-2-rows {
      grid-column: span 2;
    }
  }

  @media (max-width: 768px) {
    .grids-template {
      /* grid-template-columns: repeat(1, 1fr); */
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .span-2, .span-2-rows {
      grid-column: span 1;
      grid-row: span 1;
    }
    #grids-large-image {
      /* height: auto; */
      height: 100%;
    }
  }

  /* .span-2-rows .item-content > p{
    display: none;
  }
  .span-2-rows .item-content > span{
    display: none;
  } */
  #mobile-template{
    display: none;
  }
  @media (max-width: 459px){
    .item-content > img{
      height: 179px
    }
    .span-2-rows{
      grid-column: span 2;
        grid-row: span 2;
      height: 400px;
    }
    .span-2-rows .item-content{
      height: 400px !Important;
    }
    #grids-large-image{
      height: 400px !Important;
    }
    #desktop-template{
      display: none;
    }
    #mobile-template{
      display: block;
    }
  .span-2-rows, #grids-large-image {
    height: 400px !important;
  }
  }
#{{ section.id }} .bespoke-section{
    height: 378px;
    width: 100%;
    background: linear-gradient(97deg, #1B1B28 0%, #373657 100%);
    margin-top: 40px;
  }
  #{{ section.id }} .bespoke-content{
    display: flex;
    width: 100%;
    height: 378px;
    align-items: center;
  }
  #{{ section.id }} .bespoke-section .bespoke-content{
    padding-top: 80px !IMportant;
    padding-bottom: 80px !Important;
  }
  #{{ section.id }} .bespoke-head{
    font-style: normal;
    margin: 0px;
    /* margin-bottom: 10px; */
  }
  #{{ section.id }} .bespoke-box-two > p{
    color: #F8F8F8;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    width: 552px;
  }
  #{{ section.id }} .bespoke-btn{
    width: 121px !important;
    height: 34px !important;
    flex-shrink: 0;
    border-radius: 8px;
    display: flex;
    text-decoration: none;
    color: #f8f8f8;
    text-align: center;
    border: 1px solid #373657;
    justify-content: center;
    align-items: center;
    margin-top: 40px !important;
  }
  #{{ section.id }} .bespoke-box-two{
    width: 50%;
  }
  #{{ section.id }} .bespoke-box-one{
    width: 50%;
  }
  #{{ section.id }} .bespoke-image{
    height: 415px;
    width: 100%; 
    object-fit: contain;
  }
  #{{ section.id }} .bespoke-head{
    margin-bottom: 0px;
    /* padding-bottom: 20px; */
  }
  .bespoke-box-two p{
    padding-top: 20px;
  }
  @media only screen and (min-width: 1024px){
    .bespoke-box-two > h1{
      width: 100%;
    }
    .bespoke-box-two > p{
      width: 100%;
    }
  }
  @media only screen and (min-width: 768px){
    .bespoke-box-two > h1{
      width: 100%;
    }
  .bespoke-box-two > p{
      width: 100% !Important;
    }
    .bespoke-btn{
      margin-top: 10px !Important;
    }
  }
  @media (max-width: 459px){
    .bespoke-section{
      height: auto !important;
    }
    .bespoke-content{
      height: auto;
      display: flex;
      flex-direction: column;
      width: 100%;
    }
    .bespoke-box-two{
      width: 100%;
    }
    .bespoke-content{
      padding-top: 40px !important;
      padding-bottom: 40px !important;
      box-sizing: border-box;
    }
    .bespoke-box-two > p{
      width: 100%;
    }
    .bespoke-box-one{
      width: 100%;
    }
    .bespoke-head{
      font-size: 40px !important;
      margin: 0px;
      line-height: normal !Important;
    }
    .bespoke-image{
      height: auto;
    } 
  }
#{{ section.id }} .our-story-section{
    height: 536px;
    width: 100%;
    background: linear-gradient(97deg, #1B1B28 0%, #373657 100%);
    /* margin-top: 40px; */
    margin-top: 80px;
  }
  #{{ section.id }} .blacklock-story{
    display: flex;
    width: 100%;
    height: 536px;
    gap: 24px;
    align-items: center;
  }
  #{{ section.id }} .box-two-story{
    width: 360px;
    height: 400px;
  }
  #{{ section.id }} .blacklock-story-content{
    width: 360px;
    height: 333px;
  }
  #{{ section.id }} .story-content-head{
    width: 360px;
  }
  #{{ section.id }} .story-content-head > h1{
    margin: 0px;
  }
  #{{ section.id }} .box-one{
    width: 100%;
  }
  #{{ section.id }} .box-one > img{
    height: 415px;
    width: 100%;
    object-fit: cover;
  }
  #{{ section.id }} .story-content-para{
    width: 349px;
    color: #F8F8F8;
  }
  #{{ section.id }} .story-content-para > p{
    width: 349px;
    font-size: 16px;
    font-weight: 200;
    line-height: normal;
    font-style: normal;
    margin-top: 10px;
  }
  #{{ section.id }} .blacklock-btn-content{
    width: 124px;
    height: 34px;
  }
  #{{ section.id }} .blacklock-button-text{
    width: 124px;
    height: 34px;
    border-radius: 8px;
    border: 1px #373657 solid;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8F8F8;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    top: 30px;
  }
  @media only screen and (min-width: 768px){
    .blacklock-story{
      gap: 0px;
    }
    /* .our-story-section{
      height: auto;
    }
    .blacklock-story{
      height: auto;
      display: flex;
      flex-direction: column;
    }
    .box-two-story{
      height: auto;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 40px;
    }
    .blacklock-story-content{
      height: auto;
      width: 100%;
    }
    .story-content-head, .story-content-para{
      width: 100%;
    }
    .story-content-para > p{
      width: 100%;
    } */
  }
  @media (max-width: 459px){
  .blacklock-story{
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start;
    padding-top: 34px;
    width: 100%;
    height: auto;
    }
    .our-story-section{
      height: auto !Important;
    }
    .story-content-head > h1{
      font-size: 40px !important;
      line-height: 40px !important;
      font-weight: 100 !important;
      width: 100%;
    }
    .blacklock-story-content{
      height: auto !important;
      width: 100%;
    }
    .story-content-para{
      width: 100%;
    }
    .story-content-para > p{
      width: 100%;
    }
    .box-two-story{
      width: 100%;
      height: auto;
      margin-bottom: 50px;
    }
    .box-one > img{
      height: auto !Important;
    }
    .story-content-head{
      width: 100%;
    }
  }
#{{ section.id }} .section-color{
    height: 441px;
    width: 100%;
    background: linear-gradient(97deg, #1B1B28 0%, #373657 100%);
    margin-top: 40px;
  }
  #{{ section.id }} .engagemant{
    display: flex;
    width: 100%;
  }
  #{{ section.id }} .box-two p{
    color: #F8F8F8;
font-size: 16px;
font-style: normal;
font-weight: 200;
line-height: normal;
      width: 552px
  }
  #{{ section.id }} .box-two{
    width: 50%;
    margin-top: 24px;
  }
  #{{ section.id }} .box-two > h1{
    font-style: normal;
    margin-bottom: 10px;
    width: 552px;
  }
  #{{ section.id }} .engagement-cstm-btn{
    width: 121px !important;
     margin-top: 40px !important;
    height: 34px !important;
    flex-shrink: 0;
    border-radius: 8px;
    display: flex;
    text-decoration: none;
    color: #f8f8f8;
    text-align: center;
    border: 1px solid #373657;
    justify-content: center;
    align-items: center;
  }
  #{{ section.id }} .box-one{
    width: 50%;
  }
  #{{ section.id }} .engagemant-image{
    height: 441px; 
    width: 100%;
  }
  
 
  @media only screen and (min-width :1024px){
    .box-two > h1{
      width: 100%;
    }
    .box-two > p{
      width: 100%;
    }
  }
  @media only screen and (min-width: 768px){
    .box-two > h1{
      width: 100%;
      font-size: 52px !important;
    }
    .box-two > p{
      width: 100%;
    }
    .engagement-cstm-btn{
      margin-top: 10px !Important;
    }
  }
   
  @media (max-width: 459px){
    .engagemant{
      display: flex;
      flex-direction: column-reverse;
      height: auto !important;
    }
    .box-two{
      width: 100%;
      margin: 0px;
    }
    .box-two > h1{
      width: 100%;
      margin: 0px;
      padding-top: 34px;
      font-size: 40px !important;
      line-height: 40px !important;
      font-weight: 100 !important;
      margin-bottom: 10px;
    }
    .box-two > p{
      width: 100%;
    }
    .section-color{
      height: 732px;
    }
    .box-one{
    width: 100%;
    }
  }
.tab-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .tab-container > h2{
    width: 100%;
  }
  .tab {
   height: 32px;
   padding: 9px;
   background: #E3E3E3;
   border-top-left-radius: 12px;
   border-top-right-radius: 12px;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   width: 225px;
   margin-bottom: 2px;
}
  .text{
    width: 100%;
    line-height: normal;
  }
.tab.active {
/* background: #EA5910; */
  border: 1px #4F4E5A solid;
}
.tab .text {
 text-align: center;
 color: #606060;
 font-size: 16px;
 font-weight: 400;
 line-height: 14.40px;
 word-wrap: break-word;
}
/* .tab.active .text {
 color: white;
} */
.content {
 display: none;
 width: 100%;
 height: auto;
  padding: 30px 0px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
 justify-content: flex-start;
 align-items: center;
}
.content.active {
 display: flex;
}
.content .text {
 color: black;
 font-size: 14px;
 font-weight: 400;
 word-wrap: break-word;
        }
        .tabs {
            display: flex;
            gap: 20px;
            width: 100%;
        }
  .bigi-image{
    width: 100%;
  }
  .bigi-image-logo{
    width: 150px;
    margin: 50px auto 0 auto;
    display: block;
  }
  .bigi-text-one{
    font-size: 25px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
  }
  .bigi-text-two{
    font-size: 18px;
    text-align: center;
  }
  .bigi-text-three{
    font-size: 18px;
    text-align: center;
  }
  .bigi-text-four{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  .bigi-text-link > a{
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #EA5910;
    font-size: 18px;
  }
  .bigi-text-link > a:hover{
    color: #EA5910 !important;
  }
  .bigi-text > p {
    margin-bottom: 1.5rem;
  }
  .pdf-file-name{
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .pdf-btn{
    height: 34px;
  }
  /* swiper css */
   #{{ section.id }} .engagement-product-group {
    display: flex;
    gap: 20px;
    position: relative;
    overflow: hidden;
}
  .swiper-container {
    width: 100% !important;
    height: 100% !Important;
    margin-top: 0px !important;
}
   .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    bottom: 75px !important;
}
   .swiper-slide {
    width: 264px !important;
    box-sizing: border-box;
}
   #swiper-pagination-tabs{
      /* top: 340px !Important; */
     top: 370px !important;
      height: 1px !important;
      background: rgba(79, 78, 90, 0.20) !important;
    }
    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: #4F4E5A !important;
    }
  .product-card {
    margin-left: 0px !Important;
    height: 412px !important;
  }
  .product-card > a > img {
    width: 264px !important;
  }
  @media (min-width: 768px){
    .text{
      font-size: 14px !Important;
    }
    .tabs{
      flex-wrap: wrap;
    }
  }
  @media (max-width: 459px){
    .tab-container{
      height: auto;
      width: 100%;
      padding-bottom: 30px;
    }
    .tabs{
      display: flex;
      /* flex-direction: column; */
      width: 100%;
      flex-wrap: wrap;
    }
    .tab{
      height: 38px;
      width: 100%;
    }
    .content{
      height: auto;
      width: 96%;
    }
    .__mce_add_custom__{
      width: 100% !important;
    }
    #tabs-wrapper{
      height: 100% !Important;
    }
  #swiper-pagination-tabs{
     /* top: 270px !important; */
        top: 320px !Important;
  }
    .blacklock-page-btn-one{
      margin-top: 0px;
    }
  .card-description{
    text-transform: capitalize;
  }
  .blacklock-page-btn-one{
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 40px;
  }
   .page-btn-one-style{
   width: 176px;
   height: 34px;
   left: 0px;
   top: 0px;
    position: absolute;
    border-radius: 8px; 
    border: 1px #373657 solid; 
  }
  .page-btn-text-one{
    height: 21px; 
    left: 20px; 
    top: 7px; 
    position: absolute; 
    text-align: center; 
    text-decoration: none; 
    word-wrap: break-word;
    color: #4F4E5A !important;
    font-weight: 300;
  }
  .product-card{
    height: 374px !important;
  }