.revamp-header {
    position: relative;
}
.revamp-header__row {
    position: fixed;
    height: 90px;
    width: 100%;
    background-color: #FFF;
    top: 0;
    left: 0;
}
.revamp-header__row {
    position: fixed;
    height: 90px;
    width: 100%;
    background-color: #FFF;
    top: 0;
    left: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    box-shadow: 0 1px 14px #2222;
    transition: all 0.3s ease;
}
.revamp-header__left {
    min-width: 480px;
}
.revamp-header__left>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    height: 64px;
}
.revamp-header__left img {
    height: 100%;
}
.revamp-header__logo-break {
    width: 1px;
    background-color: #aaa;
}
.revamp-header__right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}
.revamp-header__menu-item {
    margin-right: 22px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #003c7e;
    padding: 4px 0;
    max-height: 100%;
}
.revamp-header__menu-item:hover {
    opacity: 0.75;
}
.revamp-header__menu-item.revamp-header__menu-item--mb-btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    cursor: pointer;
}
.revamp-header__menu-item:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
    vertical-align: middle;
    background-color: #aaa;
    margin-left: 22px;
}
.revamp-header__menu-item img {
    vertical-align: middle;
    margin-right: 6px;
    max-height: 100%;
}
.revamp-header__menu-item--mb-btn span, .revamp-header__menu-item--mb-btn:after, .revamp-header__menu-item--mb-btn:before {
    content: "";
    display: block;
    height: 3px;
    background-color: #ddd;
    margin: 3px auto;
    width: 100%;
}
.revamp-header__row.small {
    /*height: 62px;*/
    height: 70px;
    padding-bottom: 3px;
}
.revamp-header__row.small .revamp-header__left>* {
    height: 44px;
}
.revamp-header__row.small .revamp-header__menu-item {
    margin-right: 6px;
}
.revamp-header__row.small .revamp-header__menu-item.revamp-header__menu-item--mb-btn {
    margin: 0 22px;
}
.revamp-header__row.small .revamp-header__left {
    min-width: 360px;
}
.revamp-header__nav {
    width: 100%;
    height: 100%;
    max-width: 520px;
    position: fixed;
    top: 0;
    right: 0;
    background: #009bac;
    color: #FFF;
    z-index: 9;
    padding-top: 100px;
    overflow: auto;
    transform: translate(100%);
    transition: all 0.5s ease;
}
.revamp-header__nav.active {
    transform: translate(0);
}
.revamp-header__mb-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    display: none;
}
.revamp-header__mb-menu-item {
    display: inline-block;
    text-align: center;
    width: 90px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 6px;
}
.revamp-header__menu-item--thyme90 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.revamp-header__mb-menu-item img {
    display: block;
    margin: 0 auto;
}
.revamp-header__mb-menu-item.selected:after {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-bottom: 8px solid #FFF;
    position: absolute;
    bottom: 0;
    left: 40px;
}
.revamp-header__anchor {
    display: block;
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #FFF;
    margin: 0 20px;
}
.revamp-header__anchor:last-child{
    margin-bottom: 32px;
}
.revamp-header__anchor:hover {
    border-bottom: 1px solid #FFF;
    opacity: 0.75;
}
.revamp-header__menu-item.selected:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
    .revamp-header__row {
        /*height: 62px;*/
    }
    .revamp-header__row .revamp-header__left>* {
        height: 44px;
    }
    .revamp-header__row .revamp-header__menu-item {
        margin-right: 6px;
    }
    .revamp-header__row .revamp-header__menu-item.revamp-header__menu-item--mb-btn {
        margin: 0 22px;
    }
    .revamp-header__row .revamp-header__left {
        min-width: 360px;
    }
}
@media screen and (max-width: 1200px) {
    .revamp-header__row .revamp-header__menu-item:not(.revamp-header__menu-item--mb-btn) {
        display: none;
    }
    .revamp-header__mb-menu {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}
@media screen and (max-width: 768px) {
    .revamp-header__row {
        height: 80px;
    }
}
@media screen and (max-width:480px) {
    .revamp-header__row {
        height: 60px;
    }
}
@media screen and (max-width: 420px) {
    .revamp-header__anchor {
        font-size: 18px;
    }
    .revamp-header__row .revamp-header__left {
        min-width: 266px;
    }
    .revamp-header__row.small .revamp-header__left {
        min-width: 266px;
    }
    .revamp-header__row .revamp-header__left>* {
        height: 30px;
    }
    .revamp-header__row.small .revamp-header__left>* {
        height: 30px;
    }
}
@media screen and (max-width: 320px) {
    .revamp-header__row .revamp-header__left {
        min-width: 235px;
    }
    .revamp-header__row.small .revamp-header__left {
        min-width: 235px;
    }
    .revamp-header__row .revamp-header__left>* {
        height: 25px;
    }
    .revamp-header__row.small .revamp-header__left>* {
        height: 24px;
    }
}


/* 2024-01-22 MENU UPDATE*/
@media screen and (min-width: 1201px){
    .revamp-header .revamp-header__menu-item:not(.revamp-header__menu-item--mb-btn){
        display: flex;  align-items: center; justify-content: center;
        flex-direction: column;
        position: relative;
        padding-right: 22px;
    }
    .revamp-header .revamp-header__menu-item:not(.revamp-header__menu-item--mb-btn) img{ 
        height: 40px; width: auto; display: block; 
        margin: 0px auto;
    }
    .revamp-header .revamp-header__menu-item:not(.revamp-header__menu-item--mb-btn) .onsale{
        display: none;
    }
    .revamp-header .revamp-header__menu-item:not(.revamp-header__menu-item--mb-btn) .p-name{
        display: block;
        margin-top:5px; margin-bottom:0px; font-size: 14px;
        text-align: center;
    }
    .revamp-header .revamp-header__menu-item:not(.revamp-header__menu-item--mb-btn):after{
        position: absolute; top:calc(50% - 25px); right: 0px; 
    }
    .revamp-header .revamp-header__row.small .revamp-header__menu-item:not(.revamp-header__menu-item--mb-btn){
        padding-right: 12px; margin-right: 12px;
    }
    .revamp-header .revamp-header__row.small .revamp-header__menu-item:not(.revamp-header__menu-item--mb-btn) .p-name{
        margin-top:0px; font-size: 8px;
    }
}

.revamp-header__mb-menu{
    display: none; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;
    padding-left: 20px;
}
.form .revamp-header__mb-menu{ display: flex; }

.revamp-header__mb-menu .revamp-header__mb-menu-item{
    position: relative; 
    display: flex; align-items: center; justify-content: flex-start;
    width: 50%; padding:0px 20px; margin-bottom: 20px;
    border-left: 1px solid #FFF;
}
.revamp-header__mb-menu .revamp-header__mb-menu-item .img{
    position: relative; width: 40px;
}
.revamp-header__mb-menu .revamp-header__mb-menu-item .img:before{
    content: ""; display: block; padding-bottom: 100%;
}
.revamp-header__mb-menu .revamp-header__mb-menu-item .img img{
    position: absolute;
    display: block; width: 100%;  height: 100%; top:0px; left: 0px;
    object-fit: contain; object-position:  center center;
    margin: 0px;
}
.revamp-header__mb-menu .revamp-header__mb-menu-item .txt{
    padding: 0px 0px 0px 20px; text-align: left;
}
.revamp-header__mb-menu .revamp-header__mb-menu-item .onsale{ 
    display: block !important; margin-top: 5px; padding: 5px 5px !important;
    transform: none !important; position: static !important;
    text-align: center;
}
.revamp-header__mb-menu .revamp-header__mb-menu-item.selected:after{
    top:calc(50% - 6px); left: 0px; bottom: auto;
    border: 6px solid transparent;
    border-left: 8px solid #FFF;
}
.revamp-header__mb-menu .revamp-header__mb-menu-item.revamp-header__menu-item--thyme90 img{
    margin: 0px;
}
@media screen and (max-width: 1200px){
    .revamp-header__mb-menu{ display: flex; }
}

.gallery{ 
    display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap;
    max-width: 1040px;  margin: 80px auto;
}
.gallery a{
    position: relative; width: 120px; 
    margin: 5px;
}
.gallery a:before{
    content: ""; display: block;
    padding-bottom: 100%;
}
.gallery a img{
    position: absolute; top:0px; left: 0px;
    width: 100%; height: 100%;
    object-position: center center;
    object-fit: cover;
}
.gallery_slide{
    position: relative; 
    background: #000; color: #FFF;
}
.gallery_slide:before{
    content: ""; display: block;
    padding-bottom: 50%;
}
.gallery_slide img{
    position: absolute; top:0px; left: 0px;
    width: 100%; height: 100%;
    object-position: center center;
    object-fit: contain;
}
.swiper-button-next,
.swiper-button-prev{
    filter: brightness(0) invert(1);
}