/*body, html{*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*!*--- START FROM HERE ---*!*/

header, .int-header-wrap{
    z-index: unset;
}

header .int-header-top,
header .int-header-top div{
    align-self: auto;
}

.int-header-wrap{
    margin-top: 60px;
    width: 100%;
    display: grid;
    gap: 5px 30px;
    padding: 20px;
    padding-bottom: 10px;
    grid-template-columns: auto 1fr 175px;
    box-sizing: border-box;
}
.int-header-wrap *{
    box-sizing: border-box;
    /* font-family: var(--root_ff); */
}
/* ----top---- */
.int-header-top{
    height: 62px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #2a2a2a;
    color: #fff;
    display: flex;
    padding: 0 30px 0 20px;
    align-items: center;
    position: fixed;
    z-index: 1111;
    width: 100%;
    top: 0;
    left: 0;
}
.int-header-top-customers{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-right: auto;
}
.int-header-top-counter{
    display: flex;
    border: 1px solid #fff;
    align-items: stretch;
}

/* ----top-right---- */
.int-header-top-right br{
    display: none;
}
.int-header-top-right{
    display: flex;
    gap: 30px;
    align-items: stretch;
}
.int-header-top-right .int-header-top-right-link{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    height: 62px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    padding: 0 20px;
    gap: 4px;
    white-space: nowrap;
}
.int-header-top-right .int-header-top-right-link.is_current{
    color: #fff !important;
    background-color: #033792 !important;
}

.int-header-center .int-header-center-top-group a.is_current {
    color: #fff !important;
    background-color: #033792 !important;
}

.int-header-top-right .int-header-top-badge{
    position: absolute;
    color: #FF6408;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    top: 4px;
    right: 10px;
}
.int-header-top-right-account{
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.int-account-badge{
    min-height: 31px;
    min-width: 31px;
    height: 31px;
    width: 31px;
    object-fit: contain;
    object-position: center;
}
.int-account-button{
    display: flex;
    gap: 8px;
    align-items: center;
    background: none;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

.int-account-button svg{display: block;}
.int-account-button svg.filled{display: none;}
.int-account-button.is_active svg{display: none;}
.int-account-button.is_active svg.filled{display: block;}

.int-account-button-text{
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align:left;
    gap: 5px;
    color: #fff;
}
.int-account-button-text > span{
    font-size: 16px;
    white-space: nowrap;
}
.int-account-button-text > span:first-of-type{
    font-size: 14px;
    font-weight: 400;
}

.int-header-top-counter span{
    height: 30px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.int-header-top-counter span:not(:last-of-type){
    border-right: 1px solid #fff;
}

/* ----left---- */
.int-header-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 8px;
}
.int-header-left-serving{
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin: 0;
}
.int-header-left-bottom{
    display: flex;
    gap: 20px;
}
.int-header-left-bottom picture{
    display: block;
}
.int-header-left-bottom-logo{
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.int-header-left-bottom-logo img{
    max-width: 270px;
    max-height: 58px;
    object-fit: contain;
    object-position: center;
}
.int-header-left-bottom-logo.secondary img{
    max-width: 140px;
}
/* ----center---- */
.int-header-center{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.int-header-center-top{
    display: flex;
    align-items: center;
    gap: 15px;
}
.int-header-center-top a{
    color: #000;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    white-space: nowrap;
}
.int-header-center-top a:hover {
    text-decoration: underline;
}
.int-header-center-top .int-header-center-top-call{
    text-decoration: none;
    margin-right: auto;
}
.int-header-center-top-group{
    display: flex;
    gap: 15px;
}
.int-header-center-top-group:first-of-type{
    margin-right: 50px;
}
/* ----right---- */
.int-header-right{
    margin-top: 35px;
    height: 47px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: start;
}

.int-wishlist-button{
    position: relative;
    display: block;
    min-height: 35px;
    min-width: 35px;
    height: 35px;
    width: 35px;
    cursor: pointer;
}
.int-wishlist-button > svg{
    position: absolute;
    animation: heartbeat 1s ease-in-out infinite;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.int-wishlist-button > .int-wishlist-button-indicator{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.int-wishlist-button-indicator{
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    color: #FF6408;
}
.int-cart-button{
    display: flex;
    justify-content: center;
    align-items: end;
    height: 34px;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}
.int-cart-text{
    text-decoration: none;
    font-weight: 700;
    color: #000;
    line-height: 17px;
    font-size: 17px;
    margin: 0;
    margin-bottom: 5px;
}

.int-header-search{
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 47px;
}
.int-header-search-label{
    height: 100%;
    width: 100%;
    display: flex;
    background-color: #fbfbfb;
    border: 1px #a6a4a4 solid;
    border-right: none;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
}
.int-header-search-input::placeholder{
    color: #8D8888;
}
.int-header-search .int-header-search-input{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.y-search__btn.int-header-search-button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    width: 55px;
    min-height: 47px;
    min-width: 55px;
    padding: 0;
    background-color: #FF6408;
    outline: none;
    border: none;
    cursor: pointer;
    transition: 300ms ease-in-out background-color;
    border-radius: 0 5px 5px 0;
}
.y-search__btn.int-header-search-button:hover{
    background-color: #d44f00;
}

.int-header-categories{
    display: flex;
    gap: 13px;
    align-items: center;
    justify-content: start;
}
.int-header-categories-pill,
.int-header-categories-title{
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    margin: 0;
}
.int-header-categories-pill{
    padding: 3px 13px;
    background-color: #E9F5FDBD;
    border-radius: 12px;
    border: 1px solid #00A6DD26;
    color: #404040;
    font-style: italic;
    cursor: pointer;
    transition: 300ms ease-in-out background-color,
    300ms ease-in-out border-color;
}
.int-header-categories-pill:hover{
    text-decoration: underline;
    background-color: #E9F5FDFD;
    border: 1px solid #00A6DD96;
}

.int-cart-button,
.int-wishlist-button,
.int-account-button,
.int-header-left-bottom-logo,
.int-header-top-right-link{
    opacity: 1;
    transition: 300ms ease-in-out opacity;
}
.int-cart-button:hover,
.int-wishlist-button:hover,
.int-account-button:hover,
.int-header-left-bottom-logo:hover,
.int-header-top-right-link:hover{
}

.int-header-categories-pill:hover {
    background-color: #bde5ffbd;
}

.int-header-top-right-link {
    border-bottom: 2px solid #2a2a2a00;
}

.int-header-top-right-link:hover {
    border-bottom: 2px solid #ff6408;
}

.y-modal {
    z-index: 1111;
}

.y-modal.is_user.is_open {
    --y-modal_top: 67px;
    --y-modal_tf: translateX(-75%) scale(1, 1);
}

.y-modal.is_user .y-modal__inner::before {
    left: 172px;
}

ul.breadcrumbs li:first-child {
    background: none;
}

/* body {
    background: linear-gradient(to bottom, #edf3fc, #ffffff) no-repeat;
} */

.category-content {
    background: white;
    padding: 10px;
}

header {
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: initial;
    border-bottom: 7px solid #eef7fd;
}

.y-modal.is_cart svg{
    fill: currentColor;
}

.y-modal.is_cart{
    font-size: 17.5px;
}

.y-modal__title{
    margin: auto 0;
}

.int-header-right .y-loader__icn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.int-cart-button svg {
    fill: #FF6006;
}

.int-header-top-right-link svg {
    fill: none;
}

.int-header-left-bottom-logo picture {
    min-height: 56px;
}

.int-header-left-bottom-logo.secondary picture {
    min-height: 60px;
}

html.is_stop-scroll {
    overflow-y: initial;
}

.int-header-top-right-account > picture ~ .y-modal .y-modal__inner::before {
    left: initial;
    right: 60px;
}

.y-header-mobile__user .y-modal.is_user .y-modal__inner::before {
    left: 81px;
}

.y-header-mobile__user.y-header-mobile__user_aao .y-modal.is_user .y-modal__inner::before {
    left: 121px;
}

.y-header-mobile .y-header-mobile__tel{
    min-width: 160px;
    overflow: hidden;
}

@media screen and (min-width : 1280.1px)
{
    .y-modal.is_cart{
        font-size : calc(14px + 3.5 * (100vw - 1280.1px) / 394.9);
    }
}

@media screen and (min-width : 1675px)
{
    .y-modal.is_cart{
        font-size : 17.5px;
    }
}

@media (max-width: 1280px){
    .int-header-wrap{
        display: none;
    }
    .int-cart-button{
        align-items: center;
    }
    .int-cart-button svg{
        fill: #fff;
        height: 24px;
        width: 27px;
    }
    .int-cart-button .int-cart-text-indicator,
    .int-cart-button .int-cart-text-title{
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }
}

@media (max-width: 660px){
    .int-cart-button .int-cart-text-indicator{
        position: absolute;
        top: 7px;
        right: 21px;
        background-color: #fff;
        border-radius: 50%;
        height: 17px;
        width: 17px;
        color: var(--c1);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        border: 1px solid var(--c1);
    }
    .int-cart-button .int-cart-text-title{
        display: none;
    }
    .y-header-mobile__top {
        gap: 8px;
    }
    .y-header-mobile__main {
        padding-top: 0;
        column-gap: 36px;
    }
    button.int-cart-button.is_cart {
        position: relative;
        left: 5px;
    }
    .int-cart-button .int-cart-text-indicator {
        right: 2px;
        top: -1px;
    }
}

@keyframes heartbeat {
    0% { transform: scaleX(1); }
    5% { transform: scaleX(1.15); }
    100% { transform: scaleX(1); }
}

/* ---END--- */