‏/* Add custom CSS styles below */ 
/* =======================================================
   CUSTOM SCROLLBAR STYLING
   ======================================================= */
/* Width of the scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

/* Track (background) */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle (the moving part) */
::-webkit-scrollbar-thumb {
    background-color: #888; /* Change color if needed */
    border-radius: 10px;    /* Rounded edges */
    border: 2px solid #f1f1f1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
/* =======================================================
   GLASSMORPHISM HEADER EFFECT
   ======================================================= */
.site-header {
    background-color: rgba(255, 255, 255, 0.85) !important; /* Semi-transparent white */
    backdrop-filter: blur(12px) !important; /* Blurring content behind it */
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(0,0,0,0.05); /* Subtle border */
}
/* =======================================================
   ROUNDED SEARCH BAR
   ======================================================= */
.header-search-wrapper .form-control,
.header-search-wrapper input {
    border-radius: 50px !important; /* Fully rounded corners */
    padding-left: 20px !important;
    padding-right: 20px !important;
}
/* =======================================================
   CLEAN RELATED PRODUCTS SECTION
   ======================================================= */
.product-entry__related {
    border-top: none !important; /* Remove top border */
    background: transparent !important;
}
.section-header .section-title {
    font-weight: bold !important;
    letter-spacing: 0.5px;
}
/* =======================================================
   PULSING WHATSAPP BUTTON ANIMATION
   ======================================================= */
@keyframes pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Adjust the class name '.whatsapp-btn' based on your specific button class */
.s-whatsapp-button, .whatsapp-icon { 
    animation: pulse-green 2s infinite;
}

‏/*main-slider */
‏ salla-slider.photos-slider .swiper-slide {
‏    padding: 0rem;
‏    margin: 0rem;
‏    width: 100%;
}
‏/*main-slider */
‏/*arrow of slider */
‏.s-slider-block__title-nav {
‏    visibility: hidden;
}
‏/*arrow of slider */
‏/*----------------banner----------------*/
‏.banner--fixed img {
‏    background: unset !important;
‏     margin-bottom:20px ;
}
‏/*-----------banner--------------------*/
‏/* start customize setion*/
‏.md\:grid-cols-3 {
‏    grid-template-columns: repeat(3,minmax(0,1fr));
}

‏.two-row .banner-entry:first-child {
‏    grid-column: 1 / 1;
‏    grid-row: 1 / 1;
}
‏a.banner-entry{
‏    height: 305px;
‏    background-color:unset;
}
‏section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
‏    background-size: contain;
‏    background-repeat: no-repeat;
}
‏@media(min-width:768px) and (max-width:1200px){
‏a.banner-entry{
‏    height: 200px;
}
}
‏@media(max-width:767px){
‏a.banner-entry{
‏    height: 100px;
‏    padding: 0rem;
  
}
}
‏/*------main-image------*/
‏.swiper.s-slider-container.swiper-initialized {
‏    margin-left: 0!important;
‏   padding:0px
}
/*-------------------------------------*/
‏salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
‏     padding-left:0;
}
‏.swiper.s-slider-container.swiper-initialized {
‏    margin-left: 0!important;
‏    padding: 0px;
}
‏salla-slider.photos-slider .swiper-slide {
‏    margin-left: 1rem;
‏    margin-right: 1rem;
‏    width: 100%;
‏    padding: 0px;
}

‏section:nth-of-type(1){
‏margin-top:0px
}
‏/*--------------media-of-product--------*/
‏@media screen and (max-width:768px){
‏.s-products-slider-card{
‏    width:50%
}
‏button.undefined {
‏    font-size: 15px;
‏    padding: 10px;
}
}
‏/*--------------media-of-product--------*/

‏@keyframes moveUpDown {
    0%,100% {
‏        transform: translateY(0)
    }

    50% {
‏        transform: translateY(-10px)
    }
}

‏.s-product-card-entry { 
‏    animation: moveUpDown 2s ease-in-out infinite; 
}
‏/*---------footer-----------*/
‏footer *{
‏margin-left:auto;
‏margin-right:auto ;
‏text-align: center;
‏color:#fff;
}

‏.store-footer__inner {
‏ background: linear-gradient(185deg, rgba(126,126,126,1) 0%, rgba(124,124,124,1) 100%);
}
/*---------------------*/
‏section.s-block.s-block--banners.container {
‏    margin-top: 2px;
}