html {
    scrollbar-gutter: stable;
}

body {
    float: left;
    width: 100%;
    font-family: "Lato", sans-serif;
    background: #FFFAF3;
    margin: 0 !important;
}

.header {
    float: left;
    width: 100%;
    background: #F3E6D6;
}

.site-wrap {
    width: 1280px;
    margin: 0 auto
}

.header-elements {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.top-info {
    padding: 15px 0px;
    float: left;
    text-transform: uppercase;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
}

.top-info.info1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 35px;
    height: 35px;
    background: url("../img/100-percent_icon.png") no-repeat center;
    background-size: 100%;
}

.top-info.info2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 35px;
    height: 35px;
    background: url("../img/free-delivery_icon.png") no-repeat center;
    background-size: 100%;
}

.top-info.info3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url("../img/palm oil free_icon.png") no-repeat center;
    background-size: 100%;
}

.top-info.info4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 35px;
    height: 35px;
    background: url("../img/hand made_icon.png") no-repeat center;
    background-size: 100%;
}

.header-links {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.languages {
    display: flex;
    gap: 10px;
}

.languages a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: flex;
}

.languages a img {
    width: 25px;
    margin-right: 3px;
    float: left;
}

.header-link {
    float: left;
    padding: 20px 0px;
    box-sizing: border-box;

}

a.header-link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

a.header-link:hover {
    color: #C6B299;
}

.logo-wrap {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo {
    width: 100px;
    margin-bottom: 20px;
}

.logo img {
    width: 100%;
}

.top-section {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.top-section img {
    float: left;
    width: 100%;
}

.img-txt-wrap {
    float: left;
    width: 100%;
    display: flex;
    gap: 50px;
    margin-top: 40px;
    align-items: center;
}

.image-box {
    float: left;
    width: 50%;
    display: flex;
    box-sizing: border-box;
}

.text-box {
    width: 50%;
}

.image-box img {
    float: left;
    width: 100%;
}

.quantity-box {
    display: inline-flex;
}

.quantity-box input[type="number"] {
    width: 80px;
    /* height: 45px; */
    /* място за стрелките */
    border-block: 1px solid #ccc;
    border-inline: none;
    /* border-radius: 6px; */
    font-size: 16px;
    text-align: center;
    appearance: none;
    /* маха браузърните стрелки */
    -moz-appearance: textfield;
}

.quantity-box input[type="number"]::-webkit-outer-spin-button,
.quantity-box input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Показваме custom стрелки */
/*.quantity-box::after,
.quantity-box::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  pointer-events: none;
}        */

/* Горната стрелка */
.quantity-box::before {
    top: 10px;
    transform: rotate(-135deg);
}

/* Долната стрелка */
.quantity-box::after {
    bottom: 10px;
    transform: rotate(45deg);
}

.products {
    float: left;
    width: 100%;
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.product-box {
    float: left;
    position: relative;
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
}

/*.product-box.lavendel:before {
    position:absolute;
    content:"";
    width:125px;
    height: 130px;
    top:-120px;
    right:0;
    background: url(../img/lavendel_img.svg) no-repeat center;
    background-size:100%;
}
.product-box.jojoba:before {
    position:absolute;
    content:"";
    width:125px;
    height: 130px;
    top:-120px;
    right:0;
    background: url(../img/jojoba_img.svg) no-repeat center;
    background-size:100%;
}          */
.product-img {
    width: 100%;
    float: left;
    text-align: center;
    max-height: 330px;
}

.product-title {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0;

}

.product-price {
    float: left;
    width: 100%;
    margin: 20px 0px;
    font-size: 24px;
}

.product-description {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
    height: 60px;
}

.bottom-row {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.product-info {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    box-sizing: border-box;
    border-top: 1px solid #D9D9D9;
}

.top-info-rows {
    float: left;
    width: 100%;
}

.top-info-rows a {
    text-decoration: none;
    color: #000;
}

.top-info-rows span {
    float: left;
    width: 100%;
}

.see-more {
    float: left;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
}

.see-more:after {
    position: absolute;
    content: "";
    right: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url(../img/arrow-right.svg) no-repeat center;
    background-size: 33%;
}

a.see-more {
    text-decoration: none;
}

.see-more:hover {
    color: #C6B299;
}

.see-more:hover:after {
    position: absolute;
    content: "";
    right: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url(../img/arrow-right-hover.svg) no-repeat center;
    background-size: 33%;
}

.bye {
    height: 45px;
    border-radius: 5px;
    background: #343434;
    width: 250px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.bye:hover {
    background: #C6B299;
}

.txt {
    float: left;
    width: 100%;
}

.txt p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
}

.section-title {
    float: left;
    color: #000;
    font-size: 32px;
    position: relative;

}



footer {
    float: left;
    width: 100%;
    background: #fff;
}

.social-wrap {
    float: left;
    width: 100%;
    background: url("../img/social-wrap.png") no-repeat center;
    min-height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-links {
    width: 800px;
    margin: 45px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    box-sizing: border-box;
    border-top: 1px solid #D9D9D9;
}

.white-section {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 0px;
}

.all-bottom-links {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

a.bottom-link {
    color: #343434;
    font-size: 18px;
    text-decoration: none;
    cursor: default;
}

a.bottom-link:hover {
    color: #C6B299;
}

.links-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #343434;

}

.bottom-footer {
    float: left;
    width: 100%;
    background: #F3E6D6;
    padding: 15px 0px;
    bo-sizing: border-box;
}

.bottom-f-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.bottom-f-info span {
    color: #343434;
    font-size: 14px;
}

.dark-section {
    float: left;
    width: 100%;
    background: url("../img/pic123.png") no-repeat center;
    background-size: cover;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-dark-section {
    width: 800px;
}

.info-dark-section .section-title {
    color: #fff;
}

.info-dark-section .section-title:after {
    background: url(../img/waves_white.svg) no-repeat
}

.info-dark-section .txt p {
    color: #fff;
}

.contact-form {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 50px;
    gap: 50px;
}

.left-contact-part {
    width: 40%;
}

.left-contact-part .addr {
    float: left;
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    margin: 10px 0px;
}

.left-contact-part .addr:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: url(../img/location_icon.svg) no-repeat center;
    background-size: 55%;
}

.left-contact-part .email {
    float: left;
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    margin: 10px 0px;
}

.left-contact-part .email:before {
    position: absolute;
    content: "";
    left: 0;
    top: -7px;
    width: 35px;
    height: 35px;
    background: url(../img/mail_icon.svg) no-repeat center;
    background-size: 55%;
}

.left-contact-part span {
    float: left;
    width: 100%;
}

.right-contact-part {
    width: 60%;
}

form {
    float: left;
    width: 100%;
}

.input-row {
    float: left;
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.input-row input {
    float: left;
    width: 100%;
    min-height: 65px;
    border: 1px solid #D9D9D9;
    padding-left: 10px;
    box-sizing: border-box;
}

.small-input-row {
    width: 50%;
}

.input-row textarea {
    float: left;
    width: 100%;
    min-height: 200px;
    border: 1px solid #D9D9D9;
    padding: 10px;
    box-sizing: border-box;
}

.popup {
    width: 800px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

.close-wrap {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #F5F5F5;
    border: 0;
    margin: 0;
    background: none;
    transition: all .125s ease-in;
}

.close-wrap:hover {
    color: #C6B299;
}

.dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
}

.top-inst {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.top-inst img {
    float: left;
    width: 100%;
}

.inst-box {
    width: 300px;
    background: #343434;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    padding: 15px;
    align-content: space-around;
    align-items: center;
    gap: 10px;
}

a.inst-box {
    text-decoration: none;
}

.inst-box span {
    color: #fff;
    font-size: 18px;
}

.inst-box img {
    width: 40px;
}

.inst-box:hover {
    background: #C6B299;
}

.custom-arrow {
    width: 54px;
    /* размер на бутона */
    height: 54px;
    position: absolute;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/slider-arrow.svg');
    /* Твоят файл */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
    /* регулира мащаба на иконата в бутона */
    border-radius: 50%;
    /* лек фон/сянка за видимост върху снимки */
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: transform .12s ease, opacity .12s ease;
    opacity: 0.95;
    -webkit-tap-highlight-color: transparent;
}

.custom-arrow:hover,
.custom-arrow:focus {
    transform: translateY(-50%) scale(1.04);
    opacity: 1;
    outline: none;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

/* Позиции за предишна/следваща */
.swiper-button-prev.custom-arrow {
    left: 12px;
}

.swiper-button-next.custom-arrow {
    right: 12px;
}

/* За да използваме една и съща картинка — завъртаме prev с 180deg */
.swiper-button-prev.custom-arrow {
    transform: translateY(-50%) rotate(180deg);
}

/* Премахваме стандартните псевдо-елементи на Swiper (стрелките по подразбиране) */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}


.static-page {
    float: left;
    width: 100%;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.static-page .section-title {
    float: left;
    width: 100%;
}

.static-page span {
    float: left;
    width: 100%;
    font-size: 16px;
}

.static-page span.bold {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.static-page p {
    float: left;
    width: 100%;
    margin: 3px 0px;
    font-size: 16px;
}

.header {
    position: relative;
}

.mobile-icon {
    width: 40px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    display: none;
    /* скрита на десктоп */
    right: 10px;
    top: 15px;
}

.mobile-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.mobile-icon span:nth-child(1) {
    top: 5px;
}

.mobile-icon span:nth-child(2) {
    top: 14px;
}

.mobile-icon span:nth-child(3) {
    top: 22px;
}

/* --- При активен хикс --- */
.mobile-icon.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}

.mobile-icon.active span:nth-child(2) {
    opacity: 0;
}

.mobile-icon.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 8px;
}

.header-links.active {
    display: flex;
    display: block;
    position: absolute;
    z-index: 999;
    background: #F3E6D6;
    left: 0;
    padding: 20px;
    top: 50px;
    box-sizing: border-box;
}

.header-links.active .header-link {
    float: left;
    width: 100%;
}

.scroll-top {
    background: #C6B299 url(../img/slider-arrow.svg) no-repeat center;
    right: -100px;
    width: 50px;
    height: 50px;
    background-size: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 45px;
    z-index: 900;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    border-radius: 100%;
    transform: rotate(270deg);
    background-size: 12px;
}

.scroll-top.visible {
    right: 30px;
}

.scroll-top:hover {
    background: #000 url(../img/slider-arrow.svg) no-repeat center;
    background-size: 12px;
}

.img-popup {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

/* Modal Styles */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    animation: fadeIn 0.2s;
}

.modal-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-content {
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.2s;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header {
    border-bottom: 1px solid #eee;
}

.modal-header h2 {
    color: #333;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 5px;
}

.close-modal:hover {
    color: #333;
}

.modal-body {
    padding: 25px;
}

.product-summary {
    display: flex;
    gap: 20px;
    padding: 5px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #eee;
}

.product-summary.active {
    border: 1px solid #000;
}

.products-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* margin-bottom: 24px; */
    /* max-height: 400px; */
    overflow-y: auto;
    padding: 4px;
}

.product-summary img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.product-summary-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-summary-info .quantity-control {
    margin-top: auto;
}

.product-summary-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.product-summary-price {
    font-size: 12px;
    font-style: italic;
    color: #000;
}

.quantity-btn {
    border: none;
    background: #c6b299;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;
    transition: all .125s ease-in;
    cursor: pointer;
}

.quantity-btn:hover {
    background: #343434;
    color: #fff;

}

.quantity-box button.quantity-btn:nth-of-type(2) {
    border-radius: 0 5px 5px 0;
}

.total-price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-left: .5em;
}

.grand-total {
    padding: 20px;
    border-block: 1px dashed #000;
    text-align: right;
    font-size: 1.2em;
    background-color: #f9f9f9;
    margin-bottom: 5px;
    color: #000;
    margin-top: 14px;
}

.loader-overlay {
    display: flex;
    padding-top: 1rem;
    background: rgb(255 255 255 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.loader-overlay::after {
    content: '';
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #000;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.relative-for-loader {
    position: relative !important;
}

.success-message {
    color: rgb(2, 99, 2);
    font-weight: bold;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.error-text{
    color: rgb(212, 30, 30);
}