/* https://trello.com/c/vkGW3jTs/ */
.header_presents {
    position: sticky;
    top: 0;
    display: block;
    width: 100%;
    float: unset;
    margin-bottom: 25px;
    z-index: 9999;
}
body.sdown .header_presents {
    top: -1000px;
}
/* https://trello.com/c/vkGW3jTs/ */
.header_presents .header {
    background-color: #fff;
}
.header_presents .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
}
.header_presents .ph_col:not(.ph_logo) {
    flex: 1;
}
.header_presents .ph_col.ph_icons {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.header_presents .ph_icons {
    display: flex;
}
.tlmns_present .header_presents .header_mini_cart_o {
    margin: 0;
    display: flex;
}
.tlmns_present .header_presents .headerv2link {
    color: #000;
    margin: 0;
    margin-inline-end: 40px;
    font-size: 15px; 
    font-weight: 400;
    line-height: 19px; /* 126.667% */
    letter-spacing: 0.75px; 
}
.tlmns_present .header_presents .ph_dot {
    margin-inline-end: 67px;
}
.tlmns_present .header_presents .ph_paint {
    margin-inline-end: 30px;
}
.tlmns_present .header_presents .head_stripv2 {
    height: auto;
}
.header_presents .head_stripv2 {
    margin-bottom: 0;
}
.home_v3 .header_presents .fixed-banner {
    background-color: #000;
    color: #fff;
}
/* https://trello.com/c/vkGW3jTs/ */
body.tlmns_present .filter-wrapper.fixedFilter {
    top: 113px;
}
/* https://trello.com/c/vkGW3jTs/ */
body.tlmns_present .product_cat_terms_filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 6px;
    max-width: 810px;
    margin-inline: auto;
}
body.tlmns_present .product_cat_terms_filter span,
body.tlmns_present .product_cat_terms_filter a {
    margin: 0;
}
body.tlmns_present .cat_text h1 {
    margin-top: 0;
}
body.tlmns_present .header_mini_cart {
    top: 27px;
    left: 0;
    right: auto;
    z-index: 1000;
}
body.tlmns_present .single_inner {
    margin-top: 45px;
}
.head_stripv1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    background: whitesmoke;
    z-index: 0;
}
.header_presents .tlmns_dropdown {
    width: 235px;
    text-align: start;
    position: relative;
}
.header_presents .tlmns_dropdown a {
    font-size: 15px;
    width: 100%;
    display: block;
    position: relative;
}
.header_presents .tlmns_dropdown > a.tlmns_dropdown_trigger {
    height: 30px;
    line-height: 27px;
    border: 1px solid #000;
    font-weight: 700;
    text-align: center;

}
.header_presents .tlmns_dropdown > a.tlmns_dropdown_trigger::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 3px;
    width: 8px;
    height: 4px;
    bottom: 0;
    margin: auto;
    background: url('data:image/svg+xml,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.27832 4.62793L4.2775 0.557644L8.27741 4.62793" stroke="black" stroke-width="0.781544"/></svg>');
    transform: scaleY(-1);
}
.header_presents .tlmns_dropdown.open > a.tlmns_dropdown_trigger::after,
.header_presents .tlmns_dropdown.active > a.tlmns_dropdown_trigger::after {
    transform: scaleY(1);
}
.header_presents .tlmns_dropdown .tlmns_dropdown_i {
    position: absolute;
    top: calc(100% + 1px);
    background: #fff;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11);
    padding: 15px 20px;
    padding-inline-end: 10px;
    box-sizing: border-box;
    display: none;
    z-index: 2;
}
body:not(.sdown) .header_presents .tlmns_dropdown.open .tlmns_dropdown_i,
body:not(.sdown) .header_presents .tlmns_dropdown.active .tlmns_dropdown_i {
    display: block;
}
.header_presents .tlmns_dropdown .tlmns_dropdown_options {
    --scrollbar-color-thumb: #979797;
    --scrollbar-color-track: #E9E8E8;
    --scrollbar-width: 4px;
    --fix: ;
    height: 200px;
    overflow: auto;
    overscroll-behavior: none;
    scrollbar-gutter: stable;
    padding-inline-end: 12px;
}
@supports selector(::-webkit-scrollbar) {
    .header_presents .tlmns_dropdown .tlmns_dropdown_options::-webkit-scrollbar-thumb {
        scrollbar-width: var(--scrollbar-width);
        background: var(--scrollbar-color-thumb);
        -webkit-border-radius: 10px;
    }
    .header_presents .tlmns_dropdown .tlmns_dropdown_options::-webkit-scrollbar-track {
        background: var(--scrollbar-color-track);
        -webkit-border-radius: 10px;
    }
    .header_presents .tlmns_dropdown .tlmns_dropdown_options::-webkit-scrollbar {
        max-width: var(--scrollbar-width);
        max-height: var(--scrollbar-width);
        -webkit-border-radius: 10px;
    }
}
@supports not selector(::-webkit-scrollbar) {
    .header_presents .tlmns_dropdown .tlmns_dropdown_options {
        scrollbar-width: none;
        padding-inline: 0;
    }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
   .header_presents .tlmns_dropdown .tlmns_dropdown_options {
        scrollbar-width: none;
        padding-inline: 0;
    }
}

.header_presents .tlmns_dropdown .tlmns_dropdown_options a {
    line-height: 26px;
}
.header_presents .tlmns_dropdown .tlmns_dropdown_options a:hover {
    opacity: 0.7;
}

.header_presents .formContainer {
    position: relative;
    margin: 0;
    top: auto;
}

@media (max-width: 1024px) {
    .header_presents {
        height: auto;
    }
    .header_presents .header {
        height: auto;
        z-index: 10;
    }
    .header_presents .container {
        height: 48px;
        padding: 0 30px;
    }
    .tlmns_present .ph_logo img {
        height: 23px;
    }
    .ph_gift img,
    .header_mini_cart_o img {
        height: 18px;
        width: autol
    }
    body.tlmns_present .minicart_toggle {
        height: auto;
    }
    body.tlmns_present  .minicart_count {
        top: 1px;
    }
    .ph_gift {
        margin-inline-end: 11px;
    }
    .head_stripv1 {
        height: 50px;
    }
    .header_presents .fixed_shop_url_center {
        top: auto;
        background-color: #000;
        position: relative;
        z-index: 0;
    }
    .header_presents .fixed_shop_url_center * {
        color: #fff;
    }
    body.tlmns_present #category-wrapper {
        margin-top: 44px;
    }
    body.tlmns_present .cat_text {
        margin-bottom: 23px;
    }
    body.tlmns_present .cat_text h1 {
        text-align: center;
    }
    .product_present_cat_terms_filter {
        position: relative;
        margin-bottom: 20px;
    }
    .product_present_cat_terms_current {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 7px;
        height: 45px;
        background: #E7E7E7;
    }
    .product_present_cat_terms_select_wrap {
        background: #fff;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 21;
        padding: 15px 10px 0;
        display: none;
        max-height: 385px;
        overflow: hidden;
        box-shadow: 0 7px 10px -8px rgba(0,0,0,0.5);
    }
    .product_present_cat_terms_select_container {
        position: relative;
        width: 100%;
        max-height: 413px;
        overflow: auto;
        margin-bottom: 15px;
    }
    .product_present_cat_terms_select_container::-webkit-scrollbar-track {
        background: #e4e4e4 ; 
    }
    .product_present_cat_terms_select_container::-webkit-scrollbar {
        width: 4px;
    }  
    .product_present_cat_terms_select_container::-webkit-scrollbar-thumb {
        background: #C4C4C4; 
    }
    .product_present_cat_terms_select {
        width: 100%;
        text-align: center;
    }
    .product_present_cat_terms_current.open svg {
        transform: rotate(180deg);
    }
    .product_present_cat_terms_current.open + .product_present_cat_terms_select_wrap {
        display: block;
    }
    .product_present_cat_terms_select a {
        display: block;
        padding: 0 60px;
        line-height: 45px;
    }
    .product_present_cat_terms_select a.current {
        font-weight: 700;
    }
    .toggle_open_sort {
        margin-inline-end: 1px;
    }
}

.tlmns_body_search .formContainer {
    /* position: relative; */
    top: auto !important;
    z-index: 1;
    margin: 0;
    padding: 0;
}
.tlmns_body_search .formContainer .search-wrapper {
    width: 100%;
}

.tlmns_body_search .formContainer .search-container .clearContainer {
  inset-inline-end: 10px;
}

@media (max-width: 1024px) {
    .header_presents .formContainer {
        background: #e5e5e5;  
        padding: 7px 0;
    }
    .search-container.ns-input-container.mobile {
        margin: auto !important;
        height: auto;
    }
    .tlmns_body_search {
        padding: 0 30px;
        margin-block: -5px 25px;
    }
    .tlmns_body_search .search-container.ns-input-container.mobile:not(.containerAutoCompleteOpened) {
        position: relative;
        z-index: 0;
    }
    .tlmns_body_search .search-container.ns-input-container.mobile {
        width: 100%;
    }
    .search-container.ns-input-container.mobile.containerAutoCompleteOpened {
        z-index: 11111;
        inset: 0;
    }
    .tlmns_body_search .search-container .smart-autocomplete {
        background-color: transparent;
    }
    .tlmns_body_search .search-container .ns-input-search {
        border-radius: 50px;
        filter: drop-shadow(0px 2px 5px #DBDBDB);
    }
    .tlmns_body_search .search-container.ns-input-container.mobile.containerAutoCompleteOpened .ns-input-search {
        border-radius: 00px;
    }
    .tlmns_body_search .search-container.ns-input-container.mobile:not(.containerAutoCompleteOpened) .search-container .clearContainer {
        top: -68px;
    }

}