/** Shopify CDN: Minification failed

Line 17:18 Unexpected "{"
Line 17:27 Expected ":"
Line 36:18 Unexpected "{"
Line 36:27 Expected ":"
Line 42:18 Unexpected "{"
Line 42:27 Expected ":"
Line 87:18 Unexpected "{"
Line 87:27 Expected ":"
Line 92:18 Unexpected "{"
Line 92:27 Expected ":"
... and 2 more hidden warnings

**/

  .still-looking-{{ section.id }} .still-heading{
    text-align:center;
    margin-bottom:8px;
    font-weight:700;
    font-size:40px;
    padding:0 !important;
    color:#0A0A0B;
    line-height:60px;
    padding:1% 4%;
    margin-bottom:8px;
  }
  .looking-images{
    border-radius:20px;
    display:block;
  }
.looking-images img{ 
border-radius:20px;
display:block;
}
  .still-looking-{{ section.id }} .dflexParentConatiner{
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 20px;
  }
  .still-looking-{{ section.id }} .dflexParentConatiner .mainUpperconatiner {
  width:32%;
  position:relative;
  overflow:hidden;
  }
  .looking-images > .mobile-img{
    display:none;
  }
  .mbparaStill {
  font-size:24px ;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 36px;
  }
  .mainUpperconatiner .custom-pagination {
      display: flex;
      position: absolute;
      bottom: 20px;
      align-items: baseline;
      z-index: 2;
      right: 26px;
      color: #ffffff;
  }
  .mainUpperconatiner .custom-pagination .currentSlidecountCs {
      font-size: 29.9px;
      font-weight: 700;
      line-height: 33px;
  }
  @media screen and (max-width:600px){
  .mainUpperconatiner .custom-pagination {
  left: 10px;
  bottom: 12px;
  }
  .mainUpperconatiner .custom-pagination .currentSlidecountCs {
      font-size: 16px;
      line-height: 19.2px;
  }


  .mbparaStill {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 28px;
  }
  .still-looking-{{ section.id }} .still-heading{
    margin-bottom:8px;
    font-size:28px;
    line-height:33.3px;
  }
  .still-looking-{{ section.id }} .dflexParentConatiner .mainUpperconatiner {
  width:100%;
  }
  .still-looking-{{ section.id }} .dflexParentConatiner {
      display: grid;
      gap: 12px;
  }
  .mainUpperconatiner:nth-child(1) {
    grid-column: 1 / -2;
    grid-row: 1 / 4;
  }
  .mainUpperconatiner:nth-child(2) {
     grid-row: 1 / 3;
  }
  .looking-images > .mobile-img{
    display:block;
  }
  .looking-images > .desk-img{
  display:none;
  }


  }