.theme-blog-post-cover-image-container picture {
width: 100%;
height: 100%;
}
html {
}
.section- {
  position:sticky;
  position:-webkit-sticky;
    top: 0;
  overflow-y: visible;
  z-index: 100;
  scroll-behavior: smooth;
  max-height: auto; /* Adjust as needed */

}

.product{
    background-color:#D9D9D9;
    height:150px;
}

.topContainer {
     background-color:#D9D9D9;
     color:red;
}

.theme-product-box-container {
    margin: 3px;
    background-color: #D9D9D9;
}

.theme-collection-section {
    --background-color: rgba(52,73,94,0.48);
}
theme-collection-sortby-section{
    background-color: rgba(52,73,94,0.48);
}
.theme-section{
  //background-color: rgba(52,73,94,0.48);
}
.theme-product-list-style-05 {
    display: flex;
    border:none;
     border-inline-start: none !important; 
     border-inline-end:none !important; 
    border-block-start:none !important;
    border-block-end:none !important; 
     background-color: rgba(52,73,94,0.48);
}


::-webkit-scrollbar{
  width: 10px;
}

::-webkit-scrollbar-track{
   background-color: none; 
   border-radius: 10px;
}

::-webkit-scrollbar-thumb{
  background-color: #515457;  
  border-radius: 10px;
  
}