/* Footer - Start */
footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    margin-top: var(--header-height-pc);
    padding: 50px 0 25px 0;
    background: var(--black);
    overflow: hidden;
}
footer img {
    object-fit: contain;
}
footer * {
    color: var(--white);
}
.text-footer {
    max-width: 20vw;
    margin-top: 15px;
    color: #a4927f;
}
footer nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.contact-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    margin-right: 15vw;
}
.contact-item {
    display: flex;
    gap: 10px;
}
.contact-item + .btn {
    margin-top: 15px;
}
.contact-item .contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
}
.contact-item .contact-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    padding-top: 3px;
}
.contact-item .contact-link p {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
}
.contact-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-button {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}
.copyright {
    margin-top: 40px;
}
.copyright * {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright-text {
    font-family: "Fixel Display";
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    padding-top: 2px;
}
.copyright-design-by {
    display: none;
}


.tik-tok {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #000;
    border-radius: 100%;

}
.tik-tok img {
    width: 16px;
}
@media (max-width: 1366px) {
    .contact-box {
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .contact-box {
        gap: 10px;
        flex-direction: column;
    }
    .contact-button {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    footer {
        padding: 50px 0 25px 0;
    }
    .text-footer {
        max-width: 285px;
        margin-top: 15px;
    }
    .footer-info {
        gap: 50px 16px;
    }
    .col-f-2,
    .col-f-3 {
        width: calc(50% - 8px);
    }
    .copyright {
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }
    .copiright-payment {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
        order: 1;
    }
    .copyright-text {
		order: 2;
	}
	.copyright-design-by {
		order: 3;
		display: none;
	}
}
/* Footer - End */

/* Other - Start */
.woocommerce-notices-wrapper {
    display: none;
}
/* Other - End */

/* Scroll to Top - Start */
#scrollToTopBtn {
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 64px;
    right: 64px;
    z-index: 999;
    cursor: pointer;
    height: 60px;
    width: 60px;
    padding: 0px;
    border-radius: 100%;
    background-color: var(--black);
    opacity: 0;
    transition: all 0.3s ease;
}
#scrollToTopBtn svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
}
#scrollToTopBtn.active {
    opacity: 1;
    transition: all 0.3s ease;
}
#scrollToTopBtn:hover {
    background-color: var(--beige);
}
@media (max-width: 1279px) {
    #scrollToTopBtn {
        width: 56px;
        height: 56px;
        right: 20px;
        bottom: 15px;
    }
}
/* Scroll to Top - End */

/* Forms - Start */
.form-lightbox-wrapper {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}
.form-lightbox-wrapper.ready {
    position: fixed;
    z-index: 9999;
}
.form-lightbox-wrapper.active {
    pointer-events: all;
    opacity: 1;
}
.lightbox-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(65, 65, 65, 0.1);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    z-index: 110;
}
.form-lightbox-wrapper.active .lightbox-background {
    pointer-events: all;
    opacity: 1;
}
.lightbox-section {
    position: relative;
    width: 985px;
    max-width: 100%;
    display: flex;
    padding: 25px;
    background: var(--white);
    border-radius: 5px;
    box-shadow: 0px 0px 24px 0px #1a1a1a14;
    z-index: 99999;
}
.close-lightbox {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 15px;
    cursor: pointer;
}
.lightbox-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.form-head {
    display: flex;
    align-items: center;

    justify-content: center;
    gap: 10px;
}
.form-head .h2 {
    transform: translateY(12px);
    font-size: 26px;
    line-height: 32px;
}
.form-description {
    display: flex;
    max-width: 100%;
    color: #383838;
    line-height: 20px;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 15px;
}
.form-head img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.form-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-data-group {
    display: flex;
    gap: 20px;
}
.form-input {
    width: 100%;
    color: var(--black);
    padding: 18px 16px 14px 18px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #b7b7b724;
    font-family: "Fixel Display";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
::-webkit-input-placeholder {
    color: #383838;
}
:-moz-placeholder {
    color: #383838;
}
.checkbox-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.checkbox-custom input {
    display: none;
}
.checkbox-custom input + span {
    position: relative;
    display: flex;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
.checkbox-custom input:checked + span {
    border: 1px solid var(--black);
}
.checkbox-custom input + span::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: var(--black);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.checkbox-custom input:checked + span::after {
    opacity: 1;
    visibility: visible;
}
.checkbox-custom input + span + span {
    transform: translateY(1px);
}
.privacy-policy:not(body) a {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
.privacy-policy a:hover {
    color: var(--dark-gray);
}
form .btn {
    height: 54px;
}
input.error {
    background: rgb(255 0 0 / 30%) !important;
}
@media (max-width: 1279px) {
    .form-data-group {
        gap: 16px;
        flex-direction: column;
    }
    .close-lightbox {
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 15px;
        cursor: pointer;
    }
    .form-head .h2 {
        transform: translateY(20px);
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }
    .form-description {
        max-width: 230px;
        text-align: center;
        margin: 10px auto 10px auto;
    }
    .form-description p {
        font-size: 16px;
        line-height: 20px;
    }
    .form-input {
        font-size: 14px;
        line-height: 20px;
    }
}
/* Forms - End */

/* FAQ - Start */
section.faq {
    padding-top: 50px;
    padding-bottom: 100px;
}
section.faq .h2 {
    margin-bottom: 20px;
}
.faq-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 7px 7px 7px 15px;
    background: #f8f9fb;
    border-radius: 3px;
}
.question span {
    font-weight: 600;
    margin-top: 2px;
    border-radius: 3px;
}
.answer {
    display: none;
    padding: 7px 7px 7px 15px;
    margin-top: 10px;
}
.answer-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.answer.open {
    visibility: visible;
    max-height: 1000px;
    opacity: 1;
}
@media (max-width: 1024px) {
    section.faq {
        padding-top: 25px;
        padding-bottom: 50px;
    }
}
/* FAQ - End */

/* Cart - Start */
#woofc-area {
    max-width: 1020px !important;
}
.woofc-overlay {
    background: rgba(0, 0, 0, 0.3) !important;
}
#woofc-area > .woofc-inner {
    padding: 65px 65px 40px 65px;
    border-radius: 20px;
    max-height: 90dvh !important;
}
#woofc-area > .woofc-inner > .woofc-area-top {
    font-family: "Fixel Display";
    font-size: 32px;
    line-height: 32px;
    height: 32px;
    padding: 0 !important;
    text-transform: initial;
    color: #171515;
    background-color: transparent;
}
.woofc-area-count {
    display: none !important;
}
.woofc-area .woofc-inner.woofc-inner-loading:before,
.woofc-area .woofc-inner.woofc-inner-loading:after {
    display: none !important;
}
/* Cart Top - Start */
.woofc-close.hint--left:after,
.woofc-close.hint--left:before {
    display: none !important;
}
.woofc-area-top .woofc-close {
    top: -25px !important;
    right: -25px !important;
    -webkit-transform: initial !important;
    transform: initial !important;
}
.woofc-area-top .woofc-close i {
    background: url(/wp-content/themes/shop/img/icons/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}
/* Cart Top - End */

/* Cart Middle - Start */
.woofc-area-mid {
    margin: 35px 0 0 0 !important;
    padding: 0 0 0 0 !important;
    max-height: 230px;
    min-height: 105px;
}
.woofc-area-mid::-webkit-scrollbar {
    width: 2px !important;
}
.woofc-area-mid > .woofc-item {
    padding: 0 0 !important;
}
.woofc-area-mid > .woofc-item:hover .woofc-item-inner {
    -webkit-transform: none !important;
    transform: none !important;
}
.woofc-area-mid > .woofc-item .woofc-item-inner {
    padding: 0 0 20px 0 !important;
    align-items: flex-start !important;
    border: 0px !important;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-thumb {
    width: 105px !important;
    flex: 0 0 105px !important;
    margin-right: 20px !important;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-thumb img {
    border-radius: 5px !important;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-info {
    max-width: 250px;
    margin-right: 20px !important;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-qty.woofc-item-qty-plus-minus {
    margin-right: auto;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-qty.woofc-item-qty-plus-minus label.screen-reader-text {
    display: none !important;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-title {
    font-family: "Fixel Display" !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    color: var(--black) !important;
    margin-bottom: 10px !important;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-price * {
    font-family: "Fixel Display";
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-price .woocommerce-Price-currencySymbol {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
    border: 1px solid #d4d4d4 !important;
    border-radius: 4px !important;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
    height: 32px !important;
    color: #2b2b2a !important;
    background-color: transparent !important;
    font-size: 14px !important;
    line-height: 25px !important;
    font-weight: 700 !important;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-qty-plus,
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-qty-minus,
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-qty-individual {
    color: #8e8e8e !important;
    background-color: transparent !important;
    font-size: 22px !important;
    line-height: 36px !important;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-remove {
    display: flex !important;
    width: 95px !important;
    position: relative !important;
    top: initial !important;
    right: initial !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-remove span {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-remove i {
    background: url(/wp-content/themes/shop/img/icons/trash.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    min-width: 18px;
    width: 18px;
    height: 18px;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-remove .hint--left:before,
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-remove .hint--left:after {
    display: none !important;
}
.woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-remove i::after {
    content: "Видалити";
    display: flex;
    font-style: normal;
    margin-left: 25px;
    margin-top: 1px;
}
/* Cart Middle - End */

/* Cart Bottom - Start */
.woofc-area-bot {
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    padding-top: 15px;
    padding-bottom: 0 !important;
}
.woofc-area-bot > .woofc-action {
    padding: 0 !important;
    margin: 0 !important;
    order: 2;
}
.woofc-area-bot .woofc-action .woofc-action-inner > div {
    margin: 0 !important;
}
.woofc-area-bot .woofc-action .woofc-action-inner > div a.woofc-action-checkout {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--white) !important;
    background: var(--black) !important;
    width: fit-content !important;
    text-transform: initial !important;
    height: auto !important;
    line-height: 1 !important;
    text-align: center !important;
    padding: 19px 33px 17px 33px !important;
    border-radius: 5px !important;
    border: none !important;
    font-family: "Fixel Display" !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
}
.woofc-area-bot .woofc-action .woofc-action-inner > div a.woofc-action-checkout:hover {
    background: var(--beige) !important;
    color: var(--white) !important;
}
.woofc-area-bot > .woofc-continue {
    order: 3;
    padding: 0 0 0 15px !important;
    margin-top: 0 !important;
}
.woofc-area-bot > .woofc-continue span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--black) !important;
    background: var(--gray) !important;
    width: fit-content !important;
    text-transform: initial !important;
    height: auto !important;
    line-height: 1 !important;
    text-align: center !important;
    padding: 19px 33px 17px 33px !important;
    border-radius: 5px !important;
    border: none !important;
    font-family: "Fixel Display" !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
}
.woofc-area-bot > .woofc-continue span:hover {
    background: var(--beige) !important;
    color: var(--white) !important;
    opacity: 1 !important;
}
.woofc-area-bot > .woofc-total {
    position: absolute;
    right: 0;
    top: 32px;
    order: 1;
    font-size: 20px !important;
    padding: 0 !important;
    color: var(--black) !important;
}
.woofc-area-bot > .woofc-suggested {
    order: 4;
    width: 100%;
    padding: 0 !important;
    margin-top: 40px !important;
    color: var(--black) !important;
}
.woofc-area-bot > .woofc-suggested .woofc-suggested-heading {
    text-align: left;
    margin-bottom: 25px;
    overflow: hidden;
    font-family: "Fixel Display";
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}
.woofc-area-bot > .woofc-suggested .woofc-suggested-heading span:before,
.woofc-area-bot > .woofc-suggested .woofc-suggested-heading span:after {
    display: none !important;
}
.woofc-area-bot > .woofc-suggested .woofc-suggested-products {
    display: flex;
    width: 100%;
    gap: 10px;
}
.woofc-area-bot > .woofc-suggested .woofc-suggested-product {
    position: relative;
    width: calc(20% - 8px) !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin: 0 !important;
}
.woofc-area-bot > .woofc-suggested .woofc-suggested-product .woofc-suggested-product-image {
    width: 100% !important;
    flex: initial !important;
    margin: 0 !important;
}
.woofc-area-bot > .woofc-suggested .woofc-suggested-product .woofc-suggested-product-image img {
    border-radius: 5px !important;
}
.woofc-area-bot > .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info {
    margin: 0 !important;
    width: 100% !important;
}
.woofc-area-bot
    > .woofc-suggested
    .woofc-suggested-product
    .woofc-suggested-product-info
    .woofc-suggested-product-name {
    font-family: "Fixel Display";
    font-size: 16px;
    line-height: 18px;
    font-weight: 400 !important;
    color: var(--black);
    margin-bottom: 6px;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.woofc-area-bot
    > .woofc-suggested
    .woofc-suggested-product
    .woofc-suggested-product-info
    .woofc-suggested-product-price {
    font-family: "Fixel Display";
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    color: var(--black);
    opacity: 1 !important;
}
.woofc-area-bot > .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-atc {
    display: none !important;
}
.woofc-area-bot > .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info + a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
/* Cart Bottom - End */
@media (max-width: 1440px) {
    #woofc-area > .woofc-inner {
        max-height: 95dvh !important;
    }
}
@media (max-width: 768px) {
    #woofc-area {
        width: calc(100% - 20px);
    }
    #woofc-area > .woofc-inner {
        padding: 25px 25px 20px 25px;
        overflow-y: auto;
    }
    .woofc-area-top .woofc-close {
        top: 4px !important;
        right: 0px !important;
    }
    .woofc-area-top .woofc-close i {
        width: 22px;
        height: 22px;
    }
    .woofc-area-mid {
        margin: 25px 0 0 0 !important;
        max-height: 1000px;
        min-height: 125px;
    }
    .woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-thumb {
        width: 45px !important;
        flex: 0 0 45px !important;
        margin-right: 10px !important;
    }
    .woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-info {
        max-width: calc(100vw - 50px - 45px - 10px - 30px) !important;
        margin-right: auto !important;
    }
    .woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-title {
        font-size: 14px !important;
        line-height: 16px !important;
        margin-bottom: 5px !important;
    }
    .woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-price {
        margin-bottom: 45px;
    }
    .woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-price * {
        font-size: 14px;
        line-height: 16px;
    }
    .woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-remove {
        width: fit-content !important;
    }
    .woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-remove i {
        min-width: 26px;
        width: 26px;
        height: 26px;
    }
    .woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-remove i::after {
        display: none;
    }
    .woofc-area-mid > .woofc-item .woofc-item-inner .woofc-item-qty.woofc-item-qty-plus-minus {
        margin-right: 0;
        position: absolute;
        bottom: 20px;
        left: calc(45px + 10px);
    }
    .woofc-area-bot {
        flex-direction: column;
        gap: 15px;
    }
    .woofc-area-bot > .woofc-total {
        position: relative;
        top: 0;
        width: 100%;
    }
    .woofc-area-bot > .woofc-action {
        width: 100%;
    }
    .woofc-area-bot > .woofc-continue {
        width: 100%;
        padding: 0 0 0 0px !important;
    }
    .woofc-area-bot .woofc-action .woofc-action-inner > div a.woofc-action-checkout {
        width: 100% !important;
    }
    .woofc-area-bot > .woofc-continue span {
        width: auto !important;
        justify-content: center;
    }
    .woofc-area-bot > .woofc-suggested {
        margin-top: 15px !important;
    }
    .woofc-area-bot > .woofc-suggested .woofc-suggested-heading {
        font-size: 20px;
        max-width: 55%;
    }
    .woofc-area-bot > .woofc-suggested .woofc-suggested-products {
        flex-wrap: wrap;
    }
    .woofc-area-bot > .woofc-suggested .woofc-suggested-product {
        width: calc(50% - 5px) !important;
    }
    .woofc-area-bot > .woofc-suggested .woofc-suggested-product:nth-child(5) {
        display: none !important;
    }
    .woofc-area-bot
        > .woofc-suggested
        .woofc-suggested-product
        .woofc-suggested-product-info
        .woofc-suggested-product-name {
        font-size: 15px;
        line-height: 17px;
        height: 34px;
    }
}
/* Cart - End */

/* Search PopUp - Start */
.search-header-wrapper {
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 99999;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.search-header-wrapper.active {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
}
.search-background {
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.search-blur {
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    height: 70px;
    padding-left: 27px;
    background: rgb(255 255 255 / 50%);
    z-index: 20;
    align-items: center;
    backdrop-filter: blur(5px);
}
.search-header {
    display: flex;
    flex-grow: 1;
    margin-left: calc(20px + 70px + 40px);
    /* margin-left: auto;
    margin-right: auto; */
    max-width: 650px;
    height: fit-content;
    padding-top: 13px;
    z-index: 30;
}
.search-header .aws-container {
    width: 100%;
}
.search-header input[type="search"] {
    font-family: "Fixel Display" !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 14px !important;
    background: transparent !important;
    color: #565656 !important;
    padding: 12px 40px 12px 0px !important;
    border: 0 !important;
    border-bottom: 1px solid #565656 !important;
}
.search-header input::-webkit-input-placeholder {
    color: #565656 !important;
    transform: translateY(2px);
}
.search-header input:-moz-placeholder {
    color: #565656 !important;
    transform: translateY(2px);
}
.search-header input::-moz-placeholder {
    color: #565656 !important;
    transform: translateY(2px);
}
.search-header input:-ms-input-placeholder {
    color: #565656 !important;
    transform: translateY(2px);
}
.search-header .aws-wrapper:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/shop/img/icons/search.svg) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.aws-container .aws-search-form .aws-search-clear span {
    margin-top: -9px !important;
    width: fit-content !important;
    right: -10px !important;
}
.search-header .aws-search-clear {
    right: 30px !important;
}
.search-header .aws-loader {
    right: 32px !important;
}
.aws-search-result {
    padding: 30px;
    border: 0px !important;
    margin-top: 0px !important;
    box-shadow: 0 15px 10px rgb(0 0 0 / 5%);
}
.aws-search-result .aws_result_link {
    display: flex !important;
    align-items: center;
    padding: 0px 0px !important;
}
.aws-search-result ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.aws-search-result ul li {
    overflow: visible !important;
    border-bottom: 0px !important;
}
.aws-search-result .aws_result_image {
    display: flex!important;
    flex-direction: row!important;
    height: 50px!important;
    float: initial!important;
    padding: 0 15px 0 0!important; 
}
.aws-search-result .aws_result_image img {
    border-radius: 5px;
}
.aws-search-result .aws_result_content {
    display: flex!important; 
    flex-direction: column!important; 
}
.aws-search-result .aws_result_title {
    font-family: "Fixel Display";
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    color: var(--black) !important;
}
.aws-search-result .aws_result_price {
    font-family: "Fixel Display";
    font-size: 14px;
    color: var(--black) !important;
    padding: 0 !important;
	display: none!important;
}
li.aws_result_item.aws_search_more {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 20px;
}
.aws-search-result .aws_search_more a {
    font-family: "Fixel Display" !important;
    line-height: 1 !important;
    text-align: left !important;
}
.aws-search-result .aws_result_item.hovered,
.aws-search-result .aws_result_item:hover,
.aws-search-result .aws_search_more a:hover {
    background: initial !important;
}
.aws-search-result .aws_search_more a {
    color: #121212 !important;
    font-size: 14px !important;
    line-height: 14px !important;
}
@media (max-width: 1279px) {
    .aws-container .aws-search-form {
        height: 35px !important;
    }
    .search-header input[type="search"] {
        font-size: 12px !important;
        padding: 10px 10px 10px 10px !important;
    }
    .search-header .aws-wrapper:after {
        top: 10px;
        right: 11px;
        width: 14px;
        height: 14px;
    }
    .search-header {
        max-width: 500px;
    }
    .aws-container .aws-search-form .aws-search-clear span {
        margin-top: -11px !important;
    }
}
@media (min-width: 481px) {
    .search-mob {
        display: none;
    }
}
@media (max-width: 480px) {
    .search-background {
        background: rgb(255 255 255 / 10%);
        backdrop-filter: blur(1px);
    }
    .search-blur {
        top: 70px;
        padding-left: 0;
        background: rgb(255 255 255 / 100%);
        backdrop-filter: blur(0px);
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    }
    .search-header {
        margin-left: 0;
        padding-top: 13px;
        padding: 15px;
        z-index: 30;
        margin-top: 70px;
    }
    .aws-container .aws-search-form .aws-loader {
        border-top: 2px solid #ededed !important;
        border-right: 2px solid #ededed !important;
        border-bottom: 2px solid #ededed !important;
        border-left: 2px solid #555 !important;
    }
    .aws-container .aws-search-form .aws-loader,
    .aws-container .aws-search-form .aws-loader:after {
        width: 16px !important;
        height: 16px !important;
    }
    .aws-container .aws-search-form .aws-search-clear span {
        font-size: 20px !important;
        line-height: 20px !important;
        margin-top: -9px !important;
    }
}
/* Search PopUp - End */

/* For Admins - Start */
@media (min-width: 1280px) {
    html {
        margin-top: 0px !important;
    }
    #wpadminbar {
        position: absolute;
        top: 0;
        background: var(--black);
        height: 20px;
        line-height: 20px;
        z-index: 9999;
        opacity: 0.01;
        transition: all 0.3s ease;
    }
    #wpadminbar #wp-admin-bar-appearance {
        margin-top: 0;
    }
    #wpadminbar:hover {
        opacity: 1;
    }
    #wpadminbar * {
        line-height: 20px !important;
        font-size: 11px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #wpadminbar .quicklinks a,
    #wpadminbar .quicklinks > ul,
    #wpadminbar .quicklinks > ul li {
        height: 20px !important;
    }
    #wpadminbar .ab-icon:before,
    #wpadminbar .ab-item:before {
        font-size: 12px;
        padding: 2px 0;
        top: 2px !important;
    }
    #wpadminbar .ab-top-secondary {
        position: absolute;
        right: 0;
        top: 0;
    }
    #adminbarsearch,
    #wp-admin-bar-search {
        display: none;
    }
    ul#wp-admin-bar-root-default {
        flex-direction: row !important;
    }
    ul#wp-admin-bar-new-content-default,
    ul#wp-admin-bar-user-actions {
        flex-direction: column !important;
        gap: 5px !important;
    }
}
@media (max-width: 1279px) {
    html {
        margin-top: 0px !important;
    }
    #wpadminbar {
        display: none;
    }
}
/* For Admins - End */
