@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


html,body{
    overflow-x:hidden;
    margin:0;
    padding:0;
}


.currentPromotion p {
    font-family: 'Inter';
    color: white;
    font-size: 1em;
    font-style: italic;
}

.topLineHeader {
    background-color: #09172b;
}



.telephoneIcon svg {
    width: 100%;
    height: 100%;
}

.currentPromotion p {
    font-family: 'Inter';
    color: white;
    font-size: 1em;
    font-style: italic;
    margin: unset;
}

.topLineHeader {
    background-color: #09172b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10%;
}

.telephoneNumber a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-family: 'Inter';
    text-decoration: unset;
    font-style: italic;
    font-weight: 400;
    font-size: 1em;
}


.telephoneIcon {
    width: 17px;
    height: 17px;
    padding-right: 10px;
}

.mainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
}

.leftSideHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.mainSideHeader a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainSideHeader a {
    width: 100%;
    height: 100%;
    display: block;
}

.rightSideHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.headerBurgerMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    cursor: pointer;
    user-select: none;
}

.headerBurgerMenu p {
    font-family: 'Inter';
    font-weight: 600;
    margin: unset;
}

.headerBurgerMenuIcon {
    width: 27px;
    height: 27px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerBurgerMenuIcon svg {
    width: 100%;
    height: 100%;
}

.mainSideHeader {
    width: 140px;
    height: 40px;
    margin: 0 auto;
}

.mainSideHeader a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mainSideHeader a svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 10%;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    position: relative;
}

.rightSideHeader>div {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.rightSideHeader>div svg {
    width: 100%;
    height: 100%;
}

.headerCartIcon {
    padding-left: 15px;
    position: relative;
}

.headerFakeSearch {
    border: 1px solid #09172b;
    width: 210px;
    height: 25px;
    cursor: pointer;
} 


.magGlassIcon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #09172b;
    background-color: #f2f2f2;
}

.magGlassIcon svg {
    width: 60%;
    height: 60%;
}


.cartCounter {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: red;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #333333;
}

.cartCounter p {
    color: white;
    font-family: 'Inter';
    font-size: 0.8em;
}


.preloads{
    position:fixed;
    width:1px;
    height:1px;
    overflow:hidden;
    top:-1000%;
    left:0;
}

/*Opened Search Menu*/

.searchMenuOpen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    display: none;
    transition: top 0.35s cubic-bezier(.82,1.04,.47,.72), background-color 0.05s ease-in-out;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}


.throbberStart{
    background-image:url('/wp-content/uploads/2026/07/throbber.gif');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

.throbberStart svg{
    display:none;
}

.tsmMagGlassIcon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #09172b;
    background-color: #f2f2f2;
}

.tsmMagGlassIcon svg {
    width: 60%;
    height: 60%;
}



.headerFakeSearch * {
    pointer-events: none;
}

.tsmCloseIcon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tsmCloseIcon svg{
    width:60%;
    height:60%;
    pointer-events:none;
}

.tsmTextarea input {
    background-color: unset;
    border: unset;
    width: 100%;
    outline: none!important;
    font-family: 'Inter';
}

.tsmTextarea {
    display: flex;
    background-color: white;
    border: 2px solid #09172b;
    width: 40%;
}

.bottomSearchMenu, .topSearchMenu {
    padding-left: 10%;
    box-sizing: border-box;
    background-color: white;
}

.tsmTextarea {
    display: flex;
    background-color: white;
    border: 2px solid #09172b;
    width: 40%;
    justify-content: space-between;
}

.topSearchMenu {
    padding-top: 50px;
    padding-bottom: 20px;
}

.searchMenuSepparator {
    width: 100%;
    height: 1px;
    background-color: #09172b;
}

.bottomSearchMenu {
    padding-top: 30px;
    padding-bottom: 50px;
}

.smOpen {
    top: 0%;
    background-color: rgba(0,0,0,0.54);
    transition: top 0.35s cubic-bezier(.42,1.01,.57,.97), background-color 0.55s cubic-bezier(1,.02,.4,.47);
}

.bottomSearchMenu {
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}


.bsmResults {
    width: 80%;
    height: 400px;
    padding-right: 10%;
    box-sizing: border-box;
    overflow: hidden;
}

.headerSearchProductsSwiper .swiper-slide {
    height: 100%;
    width: 20%;
}

.productImage {
    width: 100%;
    height: 70%;
}

.productImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}

.productText {
    width: 100%;
    height: 30%;
}

.headerSearchProductsSwiper {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.tsmRecentSearches {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
}

.tsmRecentSearches>p {
    font-family: 'Inter';
    color: #808080;
    padding-right: 10px;
    font-size: 0.9em;
    margin: unset;
}


.tsmRecentSearchItem p {
    color: #808080;
    font-family: 'Inter';
    font-size: 0.9em;
    margin: 0 10px;
    border: 1px solid #808080;
    padding: 4px 10px;
    border-radius: 20px;
    transition:all 0.15s ease-in-out;
}


.tsmRecentSearchItem p:hover {
    color: #fff;
    background: #808080;
    border-color: #808080;
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(128,128,128,0.4);
}

.tsmRecentSearchItem p:active {
    transform: scale(0.96);
}

.tsmRecentSearchesItems {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    align-items: center;
    width: 50%;
}

.tsmRecentSearchItem {
    cursor: pointer;
}

/*/Opened Search Menu*/


