/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2025 | 16:39:34 */
/*------------------------------------------ C O M P U T E R S --------------------------------------------*/
@media screen and (min-width: 1250px) {

.header-mobile, .mobile-menu {display: none;}	
	
	
	
}/*------ C O M P U T E R S  +  T A B L E T S -------*/
@media screen and (min-width: 767px) {
  
}/*------------------------------------------ A L L  T A B L E T S --------------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 1250px) {
  
}/*--- T A B L E T S - B I G ------*/
@media screen and (min-width: 1000px) and (max-width: 1250px){ 
  
}/*--- T A B L E T S - M E D I U M ---*/
@media screen and (min-width: 850px) and (max-width: 1000px) {
  
}/*--- T A B L E T S - S M A L L ---*/
@media screen and (min-width: 767px) and (max-width: 850px) {
  
}/*------------------------- T A B L E T S + M O B I L E ---------------------------*/
@media screen and (max-width: 1250px) {
	
.header-top-bar {display: none;}
.header-mobile {
    position: relative;
    z-index: 9;
}
.header-mobile .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #3a112f;
}
.header-mobile .buy-me {
    width: 110px;
    padding: 10px;
    background-image: url(/wp-content/uploads/2025/06/pink-btn.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "greycliff-hebrew-cf", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #3A112F;
    text-align: center;
}
.header-mobile .flex-box .mobile-menu-btn {
    width: 110px;
}
.header-mobile .flex-box .mobile-logo img {
    height: 38px;
}
.mobile-menu {
    position: fixed;
    top: -200%;
    right: 0;
    width: 100%;
    padding: 100px 30px 30px;
    background: #3A112F;
    text-align: center;
    z-index: 8;
    transition: all 0.2s ease-in-out;
}
.page-is-open .mobile-menu {
    top: 0;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
}
.mobile-menu ul a {
    display: block;
    padding: 10px;
    font-family: "greycliff-hebrew-cf", Sans-serif;
    font-size: 23px;
    color: #E5C2BB;
}
.mobile-menu a.insta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    height: 70px;
    margin: 20px 0 0;
    background-image: url(/wp-content/uploads/2025/07/insta_background.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "greycliff-hebrew-cf", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #3A112F;
    text-align: center;
}
.mobile-menu a.insta img {
    height: 25px;
}
.scroll-container .elementor-container.elementor-column-gap-default {
    flex-wrap: nowrap;
}
.scroll-container .elementor-column {
    min-width: 450px;
}	
.mobile-logo img {
    margin: 0 0 -7px;
}
.scroll-container {
    transform: unset !important;
    overflow: auto;
}	
	.scroll-container::-webkit-scrollbar {display: none;}	
	
	
}/*------------------------------------------ M O B I L E --------------------------------------------*/
@media screen and (max-width: 767px) {

}/*-----S M A L L  M O B I L E -----*/
@media screen and (max-width: 350px) {
  
}