body, h1,h2,h3,h4,span,p,b,a{
        font-family: "DM Sans", sans-serif !important;
}

a:hover {
    color: #B48642;
    text-decoration: underline;
}

.woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle, .woocommerce-notices-wrapper{
    display: none;
}

.checkout-type{
    display: flex;
    gap: 16px;
}
.checkout-type .radio-card{
    flex: 1;
    margin-bottom: 0;
}
.checkout-type label{
        border: 1px solid #D0C7B8;
    padding: 12px 16px;
    border-radius: 8px;
}
.cart-form-wrapper .column{
    border: 1px solid #D0C7B8;
}
.cart-form-wrapper .column-price.column .order-review-wrapper{
    border: unset;
}
.cart-form-wrapper .column-info.column{
            padding: 24px;
            border-radius: 8px;
}
.row-fields{
    display: flex;
    gap: 16px;
}
.row-fields.row-field-1{
        margin-right: 16px;
}
.row-fields.row-field-1 p{
        max-width: 50%;
}
.row-fields.row-field-1 p .select2-container--default .select2-selection--single{
        border: 1px solid #D0C7B8;
    border-radius: 8px;
}
.row-fields p{
    flex: 1;
}
.row-fields p input{
    border: 1px solid #D0C7B8;
    border-radius: 8px;
        color: #1A1814;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #D0C7B8;
    height: 42px;
}
.row-fields p input:hover{
    border: 1px solid #D0A360
}
.row-fields p input:focus{
    caret-color: #D0A360;
    border: 1px solid #D0A360
}
.line-seperate{
    width: 100%;
    height: 1px;
    background: #D0C7B8;
    margin-top: 24px;
    margin-bottom: 24px;
}
.row-fields p abbr[title]{
    text-decoration: unset !important;
}
.form-checkbox:not(.checkbox-not-pl) {
  display: flex !important;
  align-items: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-top: 20px;
}
.form-checkbox.checkbox-dostawa{
  margin-bottom:0;
}
.radio-card {
  position: relative;
  margin-bottom: 20px;
}

.radio-card input[type="radio"] {
  display: none;
}

.radio-card-label {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #DDD;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
  align-items: flex-start;
      display: flex !important;
    align-items: start;
}

.radio-card input[type="radio"]:checked + .radio-card-label {
  border-color: #D0C7B8;
  background-color: #fdf7ec;
}

.radio-circle {
  width: 24px;
  height: 24px;
  border: 1px solid #674717;
  border-radius: 50%;
  background-color: white;
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio-card input[type="radio"] + .radio-card-label .radio-circle::after {
  content: '';
  position: absolute;
  top: unset;
  left: unset;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.radio-card input[type="radio"]:checked + .radio-card-label .radio-circle::after{
    background-color: #D0A360;
}
.radio-card:hover input[type="radio"]:not(:checked) + .radio-card-label .radio-circle::after{
    background-color: #D0C7B8;
}

.radio-card-content {
  flex: 1;
}

.radio-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color:#1A1814;
}

.radio-card-box {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
}

.radio-button {
  border: 1px solid #674717;
  border-radius: 8px;
  padding: 6px 12px;
  background-color: transparent;
  color: #674717;
  font-weight: 600;
  cursor: pointer;
}

.inpost-logo {
  height: 24px;
}
.delivery-price span{
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;

}

.checkout-confirm-box div {
	margin-bottom: 6px;
}
#save-step-1{
    background-color: #D0A360;
    border-radius: 6px;
    font-family: "DM Sans";
font-weight: 700;
font-size: 16px;
line-height: 16px;
letter-spacing: 0;
color:#ffffff;
border: unset;
width: 100%;
text-transform: unset;
}
#save-step-1:hover{
    background-color: #B48642;
}
#save-step-1:focus-visible, #save-step-1:focus, #save-step-1:active{
    outline: none;
}
#edit-checkout-step-1{
    border: 1px solid #D0A360;
    border-radius: 6px;
    padding: 12px 24px;
    font-family: "DM Sans";
font-weight: 400;
font-size: 16px;
line-height: 16px;
color: #674717;
background: unset;
text-transform: unset;
display: flex;
align-content: center;
gap:0.5rem;
letter-spacing: 0;
}
#edit-checkout-step-1:hover{
    border-color: #D0A360 !important;
    background-color: #FFF7EB;
    color: #674717;
}
#edit-checkout-step-1:focus, #edit-checkout-step-1:focus-visible{
    border-color: #D0A360;
    background-color: #FFFFFF;
     color: #674717;
     outline: unset;
}
#edit-checkout-step-1 img{
    max-width: 14px;
}
.checkout-button-back{
    font-family: "DM Sans";
font-weight: 400;
font-size: 16px;
line-height: 16px;
color: #674717;
display: flex;
align-items: center;
gap: 0.25rem;
margin-bottom: 0.5rem;
}
.checkout-button-back:hover{
    color: #674717;
}
.checkout-button-back i.bi{
    font-size: 20px;
}
.woocommerce-checkout h2{
    font-family: "DM Sans";
font-weight: 400;
font-size: 32px;
line-height: 32px;
color: #1A1814;
}
.woocommerce-checkout h3{
    font-family: "DM Sans";
font-weight: 700;
font-size: 24px;
line-height: 32px;
color: #1A1814;
margin-bottom: 1rem;
}
.woocommerce-checkout h4{
    font-family: "DM Sans";
font-weight: 700;
font-size: 16px;
line-height: 21px;
color: #1A1814;
margin-bottom: 1rem;
}
.title-type{
    font-family: "DM Sans";
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #635B50;
margin-bottom: 0.5rem;
display: block;
}

.form-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
}

.form-checkbox input[type="checkbox"] {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	width: 24px !important;
	height: 24px !important;
    min-width: 24px;
	border: 1px solid #674717 !important;
	border-radius: 6px !important;
	background: #fff !important;
	margin-top: 3px !important;
	cursor: pointer !important;
	position: relative !important;
	transition: all 0.2s ease !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-checkbox input[type="checkbox"]:checked {
	background-color: #674717;
	border-color: #674717;
}

.form-checkbox input[type="checkbox"]::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;

	transition: all 0.2s ease;
    background: #ffffff;
    border-radius: 4px;
}
.form-checkbox input[type="checkbox"]:not(:checked):hover::after{
    background: #D0C7B8;
}

.form-checkbox input[type="checkbox"]:checked::after {
	    background: #D0A360;
}


@media screen and (min-width: 62rem) {
    .page .cart-page-wrapper .cart-form-wrapper {
        gap: 1.5rem;
        grid-template-columns: 1fr minmax(auto, 23.125rem);
    }
}


/* overlay має сам уміти скролитись на мобайлі */
.csm-popup-overlay {
  position: fixed;
  inset: 0;
  height: 100dvh;                 /* краще за 100vh на мобайлі */
  background: rgba(0,0,0,0.6);
  display: none;                  /* за замовчуванням приховано */
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: auto;                 /* дозволяємо скрол усередині оверлею */
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}

/* вміст попапа: обмежуємо висоту і дозволяємо внутрішній скрол */
.csm-popup-content {
  background: #fff;
  padding: 24px;
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  border: 1px solid #D0C7B8;
  max-height: 90dvh;              /* щоб не «вилазив» за екран */
  overflow: auto;                 /* скрол всередині, якщо контент довгий */
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 480px) {
  .csm-popup-content {
    max-width: 94vw;              /* трохи відступів по краях */
  }
}

/* блокуємо бекграунд-скрол, коли попап відкритий */
body.popup-open {
  position: fixed;
  width: 100%;
  overflow: hidden;               /* на десктопі достатньо цього */
}


.csm-popup-close {
    position: relative;
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    padding: 0;
}
.csm-popup-close img{
    max-width: 16px;;
}

.csm-popup-content form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.csm-popup-content input[type="text"],
.csm-popup-content input[type="email"],
.csm-popup-content input[type="password"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.csm-register-submit {
    background-color: #c99953;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}
.csm-cart-item__quantity{
        gap: 1rem;
    margin-top: 1rem;
}
.csm-cart-summary{
    position: relative !important;
    top: unset !important;
}
.step-2-content{
    transition: all 0.3s ease-in-out;
    transform: scaleY(0);
    opacity: 0;
    max-height: 0;
}
.step-2-content.open{
     transform: scaleY(1);
    opacity: 1;
    max-height: 100%;
}
.csm-remove-link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #674717;
}
.csm-remove-link:hover{
    color: #B48642;
}
.csm-remove-link:focus-visible{
       outline: none;
       color: #674717;
}
.csm-popup-content h2{
        font-family: "DM Sans";
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1A1814;
}
.csm-popup-content p{
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #635B50;
}
.csm-cart-summary .csm-cart-discount__button:hover{
    border-color: #D0A360 !important;
    background-color: #FFF7EB !important;
}
.csm-cart-summary .csm-cart-discount__button:focus{
border-color: #D0A360 !important;
background-color: #FFFFFF;
outline: unset;
color: #674717;
}
#register-form .form-group label{
        font-family: "DM Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
#register-form .form-group{
    margin-bottom: 0;
}
#register-form .form-checkbox label{
font-family: "DM Sans";
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: 0%;
color: #1A1814;
}
#register-form .form-checkbox{
        margin-top: 0.5rem;
}
#register-form .csm-register-submit{
    font-family: "DM Sans";
font-weight: 700;
font-size: 16px;
line-height: 24px;
    letter-spacing: 0;
    padding: 25px 25px;
text-transform: unset;
}
.row-fields label{
    font-size: 16px;
    line-height: 21px;
}
label.checkbox-dostawa{
        align-items: center;
    gap: 1rem;
}
label.checkbox-dostawa span{
display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.checkout-step.step-2{
    margin-top: 1rem;
}
.form-margin-top-2{
    margin-top: 2rem;
}
.csm-cart-summary-breakdown__row, .csm-cart-summary-breakdown__row{
        display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.csm-cart-summary__checkboxes .form-checkbox label{
    font-family: "DM Sans";
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: 0;
color: #1A1814;
margin-bottom: 0;
}
.csm-cart-summary__checkboxes .form-checkbox{
  gap: 16px;
}
.csm-cart-summary__checkboxes .form-checkbox label a{
    color:#674717;
}
.woocommerce-checkout .csm-cart-checkout{
    margin-top: 1.5rem;
}
.checkbox-flex label{
    display: flex !important;
        gap: 1rem;
        align-items: top;
}
.checkbox-flex span, .checkbox-flex span a{
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.checkbox-flex span a{
    color: #674717;
}
#create-account-fields p{
    margin-bottom: 0;
}
 .checkbox-flex-2, #create-account-fields{
    display: none;
}
.button-disable{
       background-color: #D0C7B8 !important;
    border-color: #D0C7B8 !important;
}
.row-fields label .optional{
    display: none;
}
.checkout-confirm-box-right, .checkout-confirm-box-left{
    flex: 1;
}
.subtext-max{
        max-width: 75%;
    margin: auto;
}
.info{
        padding-top: 1rem;
    max-width: 450px;
    margin: auto;
}

.csm-cart-item{
        grid-template-columns: 86px 1fr !important;
}
.cart-info-delete{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce form .form-row .required{
    margin-left: -5px;
    color: #674717;
}
.billing-name-fin{
    color: #674717;
}
.payment-icons{
    display: none;
}
#shipping_fields_wrapper{
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
     transition: all 0.3s ease-in-out;
     margin-top: 8px;
}
#shipping_city_field{
  margin-bottom: 0;
}
.checkout-type .radio-card input[type="radio"]:checked + .radio-card-label {
  border-color: #D0C7B8;
}
#div-delivery .delivery .radio-card input[type="radio"]:checked + .radio-card-label{
  border-color: #674717;
}
#shipping_fields_wrapper.hidden-div{
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    margin-top:0;
}
.mobile-btn{
    display: none;
}
.div-payment .radio-card-box span{
    font-family: 'DM Sans';
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0;
color:#635B50;
}
.div-payment ul{
    padding-left:0;
    list-style: none;
    margin-bottom: 0;
}
#aa-non-eu-note{
    background: #FFF7EB;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
}
.fields-not-eu.not-visible{
    display:none !important;
}
.row-billing{
    flex-direction: column;
    gap: 0rem;
}

.checkout-non-eu-note.not-visible{
    display: none;
}
.fields-pass-div{
    align-items: start;
}
.form-row .field-error div{
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    color: #D84820;
}
.input-text.not-correct{
    border-color: #D84820 !important;
}
.site-header .site-header--content {
  position: sticky !important;
  top: 0;
  z-index: 9;
  background: #fff;
  border-bottom: 1px solid #e3e4e6;
}
#masthead.site-header{
    position: sticky !important;
    top: 0;
}
#masthead.site-header .site-header--nav{
    visibility:visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    max-height: 800px;
}
/*#masthead.site-header.sticky-header .site-header--nav{
    visibility: hidden;
    opacity: 0;
    max-height: 0px;
    pointer-events: none;
}*/
/* .site-header--mobile .csm-shop-toolest-xs .quick-button.canvas-toggle, .site-header--mobile .csm-shop-toolest-xs .search-icon {
    display: flex !important;
} */
 body.csm header.site-header .site-header--desktop .site-topbar{
z-index: 100;
 }
 .checkout-error{
        border: 1px solid #D8272752;
    background: #D8272714;
    border-radius: 8px;
 }
 .woocommerce-error{
    margin-bottom: 0;
          padding-top: 0 !important;
    border: unset !important;
 }
  .woocommerce-error ul li{
font-family: 'DM Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .checkout-error .custom-text{
    padding: 10px;
    padding-bottom: 5px;
    font-family: DM Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #D82727;
  }
  .csm-cart-item__total:not(.has-sale) + .csm-cart-item__regular {
    display: none;
}
.custom-table-right{
    text-align: right;
}
.select2-container--open .select2-dropdown--below{
        border: 1px solid #D0C7B8;
    margin-top: 0.75rem;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px #00000029;
    padding: 4px;
}
.select2-container--open .select2-dropdown--above{
border: 1px solid #D0C7B8;
    margin-top: -0.5rem;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px #00000029;
    padding: 4px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
    background-color: #FFF7EB;
    color: #1A1814;
    border-radius: 6px;
}
.select2-results__option{
    font-family: 'DM Sans';
font-weight: 400;
font-size: 16px;
line-height: 16px;
letter-spacing: 0;
color: #1A1814;
padding: 12px 16px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border: 1px solid #D0A360 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-family: 'DM Sans';
font-weight: 400;
font-size: 16px;
letter-spacing: 0;
color: #1A1814;
}
.select2-container--default .select2-results__option[data-selected=true]{
     background-color: #FFF7EB;
    color: #1A1814;
    border-radius: 6px;
}
.step-2 .section-header h3{
    margin-bottom: 0;
}
.step-2.open .section-header h3{
    margin-bottom: 1rem;
}
.div-payment ul li:last-of-type .radio-card{
    margin-bottom: 0;
}
.div-payment ul li:last-of-type .radio-card label{
    margin-bottom: 0;
}
.radio-pozt .radio-button{
    background-color: #FFFFFF;
    border: 1px solid #D0A360;
    padding: 15px 21px;
        border-radius: 6px;
}
.radio-pozt .radio-button:hover{
  background-color: #FFF7EB;
  color: #674717;
  border-color: #D0A360 !important;
}
.radio-card-header-main{
    display: flex;
    justify-content: space-between;
}
.radio-card-box span{
    color:#674717;
}
.radio-pozt .radio-button{
    font-size: 16px;
    line-height: 24px;
    text-transform: unset;
    letter-spacing: 0;
    font-weight: 400;
}
 .delivery .radio-card-box span{
 font-size: 16px;
    line-height: 24px;;
  }
  #checkout-loader {
  position: fixed; /* якщо треба на всю сторінку */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.4);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #d0a360;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.cart-page-wrapper .csm-cart-item__image{
  width: 86px;
  height: 86px;
}
.cart-page-wrapper .csm-cart-item__quantity{
  margin-top: 12px;
}
 .cart-page-wrapper .cart-info-delete .cart-info-delete-div{
  height: 100%;
} 
.cart-page-wrapper .csm-cart-item__price{
  height: 100%;
}
.cart-page-wrapper .csm-cart-item{
  align-items: stretch;
}
.woocommerce .form-row{
  height: 100%;
}
.sort {
  display: grid;
  gap: 8px;
  color: #1A1814;
}
.sort .sort__label {
  font-size: 16px;
  line-height: 1.3;
}
.sort .custom-select {
  position: relative;
  width: 254px;
  font-family: inherit;
  z-index: 10;
}
@media screen and (max-width: 425px) {
  .sort .custom-select {
    width: 100%;
  }
}
.sort .custom-select input[type=hidden] {
  display: none;
}
.sort .custom-select .custom-select__trigger {
  width: 100%;
  background: #fff;
  border: 1px solid #D0A360;
  border-radius: 8px;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  transition: border-color 0.2s;
}
.sort .custom-select .arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23674717' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: 24px;
  transition: transform 0.2s ease;
}
.sort .custom-select[data-open=true] .arrow {
  transform: rotate(180deg);
}
.sort .custom-select .custom-options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #D0C7B8;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 240px;
  overflow: auto;
  display: none;
  z-index: 20;
  padding: 4px;
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  scrollbar-width: thin;
  scrollbar-color: #795321 transparent;
}
.sort .custom-select .custom-options::-webkit-scrollbar {
  width: 6px;
}
.sort .custom-select .custom-options::-webkit-scrollbar-thumb {
  background: #795321;
  border-radius: 6px;
}
.sort .custom-select .custom-options::-webkit-scrollbar-track {
  background: transparent;
}
.sort .custom-select .custom-options .custom-option {
  padding: 10px 16px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.sort .custom-select .custom-options .custom-option:hover {
  background: #F3EFEA;
  border-radius: 6px;
}
.sort .custom-select .custom-options .custom-option.selected {
  background: #FFF7EB;
  border-radius: 6px;
}
.sort .custom-select[data-open=true] .custom-options {
  display: block;
}

.header-soc-select .sort .custom-select .custom-options{
width: max-content;
}
.header-soc-select .sort .custom-select .custom-select__trigger span.arrow{
  background: unset;
  width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-soc-select .sort .custom-select .custom-select__trigger{
background: unset;
    display: flex;
    gap: 4px;
    border: unset !important;
    padding: 0;
    gap: 4px;
    width: auto;
}
#menu-menu-top .menu-item a:hover,
#menu-menyu .menu-item a:hover{
    color: #B48642;
}
.archive .header-soc-select .sort .custom-select .custom-select__trigger:hover{
   border: unset !important;
}
.header-soc-select .sort .custom-select .custom-select__trigger span:not(.arrow){
  font-family: 'DM Sans';
font-weight: 400;
font-size: 14px;
line-height: 16px;
letter-spacing: 0;
color: #674717;
}
#mob-canvas-first li.menu-item:first-of-type{
  border-top: 1px solid #D0C7B8;
}
#mob-canvas-first li.menu-item:last-of-type{
  border-bottom: 1px solid #D0C7B8;
}
.header-search-form {
  position: relative;
}
.header-search-form:hover{
  border-color: #D0A360;
  cursor: pointer;
}
.header-search-form:has(.search-form-input:focus){
border: 1px solid #D0A360
}
/* Ховаємо нативний cancel у WebKit, щоб не дублювався */
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/* Форма вже має position: relative (як ми робили раніше для автодоповнення) */
.header-search-form { position: relative; }

/* Обгортка для input + кастомний clear */
.search-input-wrap {
  position: relative;
  display: block;
  width: 100%;
}
body .header-search-form input[type=search].search-form-input{
  color:#1A1814;
}
/* Додаємо місце під кнопку clear всередині input */
.search-form-input {
  padding-right: 36px; /* підкоригуй за потреби */
}
.search-form-input:hover{
  cursor: pointer;
}
.csm-cart-summary-cart-page .custom-text{
  display: none;
}
.csm-cart-summary-cart-page .woocommerce-error{
  padding-top: 10px !important;
}
.csm-cart-summary-cart-page .checkout-error{
  margin-bottom: 16px !important;
}
/* Кнопка clear */
.search-clear {
  position: absolute;
  top: 50%;
  right: 0;                 /* всередині поля */
  transform: translateY(-50%);
      width: 18px;
    height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  padding: 0;
}
.search-clear:hover{
  background-color: unset;
}
.search-clear img{
      width: 18px;
    height: 18px;
    display: block;
    min-width: 18px;
}

.search-clear:hover { opacity: 1; }
.search-clear svg, .search-clear img { display: block; }


.search-autocomplete {
  position: absolute;
    top: calc(100% + 10px);
  left: 0;
  right: 0;

  background: #fff;
  border: 1px solid #D0C7B8;
  z-index: 1000;
  padding:8px;
  border-radius:8px;
box-shadow: 0px 8px 32px 0px #00000029;
  overflow: hidden;
}
.mini-cart-title-c{
  color: #1A1814;
font-family: 'DM Sans';
font-weight: 700;
font-size: 16px;
line-height: 21px;
margin-bottom: 16px;
}
body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart__empty-message{
  text-align: start;
  font-family: 'DM Sans';
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: 0;
color: #1A1814;
}
body .site-header .quick-button.mini-cart .woo-mini-cart{
  border-radius: 8px;
      white-space: normal;
}
body .site-header .quick-button.mini-cart .woo-mini-cart--body{
  padding: 16px;
}
body .site-header .quick-button.mini-cart .woo-mini-cart:before{
  display: none;
}
body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .product-thumbnail{
  max-width: 30px;
}
body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .product-thumbnail{
      max-width: 36px;
    height: 36px;
    object-fit: cover;
}
body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .product-detail .entry-name a{
  font-family: 'DM Sans' !important;
font-weight: 400 !important;
font-size: 16px !important;
line-height: 16px !important;
letter-spacing: 0 !important;
color: #1A1814 !important;
}
body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .product-detail .entry-price .quantity{
  font-family: 'DM Sans' !important;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 14px !important;
letter-spacing: 0 !important;
color: #635B50 !important;
}
body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .remove{
  border: 1px solid #D0C7B8;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: unset;
    transition: all 0.3s;
}
body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .remove:hover{
  background: unset;
}
body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .remove:active, body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .remove:focus, body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .remove:focus-visible{
  background: unset;
}
body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .remove img{
  width: 10px;
}
.woocommerce-mini-cart__summary-c{
  display: flex;
    flex-direction: column;
    align-items: end;
}
.woocommerce-mini-cart__summary-c .woocommerce-mini-cart__total.total{
      width: 100%;
    display: flex;
    justify-content: end !important;
    border-color: #D0C7B8 !important;
    margin-top: 16px !important;
    padding-top: 16px !important;
}
.woocommerce-mini-cart__summary-c .woocommerce-mini-cart__total.total .woocommerce-Price-amount{
  font-family: 'DM Sans' !important;
font-weight: 400 !important;
font-size: 24px !important;
line-height: 24px;
letter-spacing: 0;
text-align: right;
color: #1A1814;;
}
.woocommerce-mini-cart__buttons a.button{
      border: 1px solid #D0A360;
    border-radius: 8px;
    color: #674717;
    font-family: 'DM Sans';
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0;
text-transform: unset;
}
.woocommerce-mini-cart__buttons a.button:hover{
  background-color: #FFF7EB !important;
  color: #674717 !important;
  border-color: #D0A360 !important;
}
.woocommerce-mini-cart__buttons a.button.checkout{
  background-color: #D0A360;
  border-radius: 6px;
  color: #FFFFFF;
  font-family: 'DM Sans';
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0;
}
.woocommerce-mini-cart__buttons a.button.checkout:hover{
  background-color: #B48642 !important;
  color: #FFFFFF !important;
  border-color: #B48642 !important;
}
.woocommerce-mini-cart__buttons a.button.checkout:focus, .woocommerce-mini-cart__buttons a.button.checkout:active, .woocommerce-mini-cart__buttons a.button.checkout:focus-visible{
  background-color: #B48642 !important;
  color: #FFFFFF !important;
  border-color: #B48642 !important;
}
body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart__buttons{
  margin-top: 16px;
}
.woocommerce-mini-cart__summary-c .woocommerce-mini-cart__vat{
font-family: 'DM Sans';
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: 0;
text-align: right;
color: #635B50;
margin-top: 8px;
}
.csm-ac-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 380px;
  overflow-y: auto;
}

.csm-ac-item {
  display: block;
}

.csm-ac-item:hover, .csm-ac-footer:hover  {
  background: #FFF7EB;
}

.csm-ac-link {
  display: grid;
  grid-template-columns: 36px auto;
  gap: 16px;
  padding: 10px 14px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.csm-ac-thumb img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 8px;
  background: #fafafa;
}

.csm-ac-title {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #1A1814;
}

.csm-ac-price {
  font-size: 13px;
  opacity: .85;
}

.csm-ac-empty {
  padding: 12px 14px;
  font-size: 14px;
  opacity: .7;
}

.csm-ac-footer {
    padding: 18px 16px;
    text-align: left;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #674717;
}

.csm-ac-viewall {
    text-decoration: none;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #674717;
}
.csm-cart-coupon__applied-list li{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.csm-cart-coupon__applied-list .csm-cart-coupon__remove{
  background: #D0A360;
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.woocommerce-mini-cart-item.mini_cart_item .blockOverlay{
  background-color: rgb(255 255 255) !important;
}
@media(max-width:991px){
    .csm-cart-item__remove{
            position: relative;
    }
    .csm-cart-item__remove span{
        display: none;
    }
    .csm-cart-item__price{
        display: flex;
    flex-direction: column;
    }
    .csm-cart-item__price .csm-cart-item__total{
        order: 1;
    }
    .csm-cart-item__price .csm-cart-item__regular{
        order: 2;
    }
    .checkout-type{
        flex-direction: column;
    }
    .row-fields{
        flex-direction: column;
    }
    .row-fields.row-field-1 p{
        width: 100%;
        max-width: 100%;
    }
    .row-fields.row-field-1{
        margin-right: 0;
    }
    .contact.contact-order-details .contact-box {
        gap: 1rem;
    }
    
}
@media screen and (max-width: 767px) {
    .desktop-btn{
        display: none;
    }
    .mobile-btn{
        display: block;
    }
    .csm-cart-item__remove {
        position: relative !important;
        top: unset !important;
        right: unset !important;
    }
    .wp-singular .csm-cart-item__price{
            position: relative;
    bottom: unset;
    flex-direction: column;
    margin-top: 0;
    }
    .cart-info-delete{
            flex-direction: column;
    gap: 1rem;
        align-items: start;
    }
    .wp-singular .csm-cart-item__image{
                width: 48px;
        height: 48px;
    }
   .wp-singular  .csm-cart-item {
    grid-template-columns: 55px 1fr !important;
}
.wp-singular .csm-cart-item{
        align-items: start;
}
.wp-singular .csm-cart-item__quantity{
        margin-top: 0.5rem;
}
.wp-singular .woocommerce-Price-amount{
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
}
.wp-singular .custom-table .woocommerce-Price-amount{
font-weight: 400;
}
.wp-singular .csm-cart-item__regular{
    font-family: "DM Sans";
font-weight: 400;
font-size: 14px;
line-height: 21px;
letter-spacing: 0;
}
.wp-singular .csm-cart-item__details{
            gap: 0;
}
.csm-cart-item__regular .bdi{
    font-weight: 400;
}
.checkout-page-wrapper input[type=color], .checkout-page-wrapper input[type=date], .checkout-page-wrapper input[type=datetime-local], .checkout-page-wrapper input[type=datetime], .checkout-page-wrapper input[type=email], .checkout-page-wrapper input[type=month], .checkout-page-wrapper input[type=number], .checkout-page-wrapper input[type=password], .checkout-page-wrapper input[type=search], .checkout-page-wrapper input[type=tel], .checkout-page-wrapper input[type=text], .checkout-page-wrapper input[type=time], .checkout-page-wrapper input[type=url], .checkout-page-wrapper input[type=week], .checkout-page-wrapper textarea, .checkout-page-wrapper select{
    font-size: 16px;
}
.div-sumarry{
    flex-direction: column;
}
.payment-icons{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.radio-card-box-column{
    flex-direction: column;
    align-items: start;
}
.row-fields{
    gap:0;
}
.desktop-qty-table{
    display: none;
}
.mobile-qty-table{
    font-family: "DM Sans";
font-weight: 400;
font-size: 16px;
line-height: 16px;
letter-spacing: 0;
text-align: start;
color:#635B50;
}
.summary-row{
    grid-template-columns: 1fr 100px !important;
}
.custom-table-right{
        display: flex;
    align-items: center;
    justify-content: end;
}
.order-number-box{
    width: 100%;
}
.order-number-box .number-box{
    margin-bottom: 0.5rem;
}
.woocommerce-order.cart-page-wrapper .subtext-small{
    text-align: left;
}
.woocommerce-order.cart-page-wrapper .subtext{
font-weight: 400;
font-size: 16px;
line-height: 24px;
}
.wp-singular .custom-table .total-row .woocommerce-Price-amount{
font-family: "DM Sans";
font-weight: 700;
font-size: 20px;
line-height: 27px;
letter-spacing: 0;
text-align: right;
}
.contact.contact-order-details .contact-box{
    gap: 1rem;
}
.contact.contact-order-details h3, .contact.contact-order-details p{
    text-align: left;
}
.contact.contact-order-details h3{
    font-size: 20px;
    line-height: 24px;
}
.contact.contact-order-details p{
    font-size: 16px;
    line-height: 24px;
}
.contact.contact-order-details .contact-icon{
width: 40px;
height: 40px;
}
.contact.contact-order-details .contact-item a{
    font-size: 16px;
    line-height: 24px;
}
.contact.contact-order-details .contact-box{
    margin-top: 1.5rem;
}
.cart-form-wrapper .column-info.column{
    padding: 16px;
}
  body.csm.theme-cosmetsy .col-xs-12 {
    width: 100%;
  }
    body.csm.theme-cosmetsy .col.col-xs-center,
  body.csm.theme-cosmetsy .col-xs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
  }
    body.csm.theme-cosmetsy .benefits-banner__image img {
    width: 100%;
    max-width: 288px;
    height: 288px;
    margin: 0 auto;
    display: block;
  }
   body.csm.theme-cosmetsy .aspl-products {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body.csm.theme-cosmetsy .aspl-products {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  body.csm.theme-cosmetsy .aspl-product-grid-wrapper .container {
    padding: 0 16px;
  }
  body.csm.theme-cosmetsy .aspl-product-card {
    width: 100%;
    height: auto;
  }
  body.csm.theme-cosmetsy .aspl-product-card__image {
    height: 160px;
  }
  body.csm.theme-cosmetsy .aspl-product-card__content {
    height: auto;
    min-height: 80px;
  }
  body.csm.theme-cosmetsy .language-switcher .current-language {
    margin-right: 32px;
  }
  body.csm.theme-cosmetsy .site-footer .footer-newsletter.klbtype-1 .subfooter .site-footer--wrapper .site-copyright p,
  body.csm.theme-cosmetsy .site-footer .footer-widgets.klbtype-1 .subfooter .site-footer--wrapper .site-copyright p,
  body.csm.theme-cosmetsy .site-footer .subfooter .site-footer--wrapper .site-copyright p {
    text-align: left;
  }
  body.csm.theme-cosmetsy .site-offcanvas {
    width: 100%;
  }
  body.csm.theme-cosmetsy .site-header--mobile .csm-shop-toolest {
    display: none;
  }
  body.csm.theme-cosmetsy .site-header--mobile .quick-button.canvas-toggle {
    margin-right: 0;
  }
  body.csm.theme-cosmetsy .site-header--mobile .container > .row--header-toolset {
    height: 88px;
  }
  body.csm.theme-cosmetsy .sticky-header .container > .row--header-toolset,
  body.csm.theme-cosmetsy .sticky-header .row--header-search {
    display: none;
  }
  body.csm.theme-cosmetsy .sticky-header .csm-shop-toolest-xs .account-text,
  body.csm.theme-cosmetsy .sticky-header .csm-shop-toolest-xs .csm-cart-text {
    display: none;
  }
  body.csm.theme-cosmetsy .hide-below-mobile {
    display: none;
  }
  body.csm.theme-cosmetsy .quick-button.canvas-toggle + .site-brand {
    margin-left: -32px;
  }
  body.csm.theme-cosmetsy .brand-xs .site-brand {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
  }
  body.csm.theme-cosmetsy .row-csm-shop-toolest-xs {
    display: block;
    border-bottom: 1px solid #D0C7B8;
  }
  body.csm.theme-cosmetsy .site-header:not(.sticky-header) .quick-button.mini-cart,
  body.csm.theme-cosmetsy .site-header:not(.sticky-header) .csm-vertical-dash {
    flex: 1 1 auto;
  }
  .checkout-type{
    gap:8px
  }
  .checkout-type label{
    margin-bottom: 0;
  }
  .checkbox-flex label{
    align-items: start;
  }
  .form-checkbox{
    margin-top: 0;
  }
  .checkbox-flex label{
    margin-bottom: 0;
  }
  #billing_city_field{
    margin-bottom: 0;
  }
  .checkout-actions{
    margin-top: 10px !important;
  }
  .form-checkbox{
    gap:16px
  }
  .csm-cart-summary__checkboxes{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .woocommerce-checkout .csm-cart-totals{
        padding-bottom: 0;
  }
  .radio-card-header{
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
  .radio-card-box{
    flex-direction: column;
    align-items: start;
    gap: 8px;
    margin-top: 1rem;
  }
  .radio-pozt .radio-button{
    width:100%;
  }
  .div-delivery .radio-card{
    margin-bottom: 16px;
  }
  .wp-singular .info-item-total .woocommerce-Price-amount{
    font-weight: 400;
  }  
  .woocommerce-checkout h3.h3-edit{
    font-size: 20px;
    line-height: 24px;
  }
  #checkout-summary-data{
    padding-top: 24px !important;
  }
  .custom-gap-flex{
    display: flex;
    flex-direction: column;
    gap: 8px;;
  }
  .payment-header-c{
        display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .radio-card-payment-c{
    margin-top: 0;
  }
  .radio-card-content-payment-c{
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .radio-card-payment-c-main{
    margin-bottom: 16px;
  }
  .div-payment .radio-card-payment-c{
    gap: 16px;
  }
  .quantity .csm-quantity__button{
    padding: 7px;
  }
  .csm-cart-products__title.csm-cart-products__title_c{
    font-size: 20px;
    line-height: 24px;
  }
  .csm-cart-products__subtitle.csm-cart-products__subtitle_c{
    font-size: 16px;
    line-height: 25px;
  }
  .woocommerce-cart .cart-title.cart-title-c{
    font-size: 26px;
    line-height: 26px;
  }
  .woocommerce-cart .csm-cart-item__total.has-sale + .csm-cart-item__regular .woocommerce-Price-amount{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
  header:not(.style-1.sticky-header) .csm-vertical-dash-mob-p{
padding-right: 16px;
  }
  header:not(.style-1.sticky-header) .custom-p-mini-cart{
    justify-content: start;
    margin-left: 16px !important;
  }
}
/* спейсер невидимий, просто тримає висоту */
#header-spacer { height: 0; pointer-events: none; }

/* під час вимірювань вирубаємо анімації/транзішени всередині хедера */
header.site-header.is-measuring, 
header.site-header.is-measuring * {
  transition: none !important;
  animation: none !important;
}
@media(min-width:768px){
  .mobile-qty-table{
    display: none;
  }
}
@media (min-width: 769px){
  /* спейсер під хедер */
  #header-spacer{
    height: 0;
    transition: height .6s ease;
    pointer-events: none;
  }
  /* вимкнути scroll anchoring, щоб не смикало */
  header.site-header,
  #header-spacer{
    overflow-anchor: none;
  }
}

/* зробити контейнер видимим та не обрізаним */
.iti { display:block; position:relative; }
.iti__flag-container { z-index: 2; }

/* інколи тема задає дуже великий padding-left інпуту — прибираємо це */


/* якщо використовуєш separateDialCode, інпут сам додає відступ, нижче — підстраховка */
.iti--separate-dial-code input { padding-left: 90px !important; }

.iti { width: 100%; }
.iti__flag-container { pointer-events: none; } /* не клікається */
.iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel], .iti input#billing_phone, .iti #reg_billing_phone{
      padding-left: 36px;
    margin-right: 0;
}
.iti__flag-container{
      left: 0;
      right:0;
}
.iti.iti--no-flag .iti__flag-container { opacity: 0; pointer-events: none; }
.iti input.iti__tel-input::placeholder{
  display:none !important;
}
.sort .custom-select .custom-select__trigger span{
  font-family: 'DM Sans';
font-weight: 400;
font-size: 16px;
line-height: 16px;
letter-spacing: 0;
color:#1A1814;
text-align: start;
text-transform: none;
}
.pager__btn:disabled{
  padding: 0;
}
@media screen and (max-width: 1199px){
.filters.open{
  z-index: 999;
}
}
.woocommerce-password-strength,
.woocommerce-password-hint { display:none !important; }
.my-account-page .modal__close:hover{
  background-color: #fff;
}
button.accordion__trigger{
      font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    height: unset;
}
button.accordion__trigger:hover{
  background-color: unset;
  color: #1A1814;
}
.single-product .qty__input{
      width: 59px ;
    height: 50px ;
    text-align: center;
    border: none ;
    font-size: 14px ;
}
/* Chrome, Safari, Edge, Opera */
.qty__input::-webkit-outer-spin-button,
.qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.qty__input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
#product-accordion .accordion__header:focus-visible, #product-accordion .accordion__item:focus-visible, #product-accordion .accordion__header button:focus-visible, #product-accordion .accordion__header:focus, #product-accordion .accordion__item:focus, #product-accordion .accordion__header button:focus{
outline:none;
}
.sort .custom-select .custom-select__trigger:focus, .sort .custom-select .custom-select__trigger:focus-visible{
  outline:none;
}
.select2-container { width:100% !important; }

#product-accordion .select2-container--default .select2-selection--single{
  border-radius: 8px !important;
}
#product-accordion .shipping{
  margin-top: 16px;
}
.product__badges .badge{
      top: unset;
    position: relative;
    left: unset;
    bottom: unset;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0;

}
.select2-container--default .select2-search--dropdown .select2-search__field{
      font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.select2-results__option{
  font-size: 16px !important;
}
.checkbox-password{
  margin-top: 0;
  margin-bottom: 16px;
}
.checkbox-password label{
margin-bottom: 0;
}
.my-account-page .auth__social .btn, .my-account-page .btn, .my-account-page .auth__cta .btn{
  font-weight: 700;
}
.my-account-page .field .field-error div{
  font-family: "DM Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    color: #D84820;
}
.modal .modal__close:focus, .modal .modal__close:focus-visible{
  outline: none;
}
.modal.modal__reset-suc .btn, .modal.modal__reg-suc .btn{
  font-weight: 700;
    border-color: #674717;
    border-width: 1px;
    height: 50px;
}
.modal__reg-suc .modal__dialog{
display: flex;
    flex-direction: column;
    gap: 24px;
}
.modal__reg-suc .modal__text{
  font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1A1814;
    text-align: center;
}
.modal__reg-suc .reg-icon-div{
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.modal__reg-suc h4{
      font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.modal__reg-suc p{
      font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.iti{
  margin-top: 0 !important;
}
/* Коли поле порожнє — ховаємо контейнер прапора */
.my-account-page .iti.iti--hide-flag .iti__flag-container {
  visibility: hidden;  /* щоб не було кліку та не видно прапора */
  pointer-events: none;
}

/* Поки прапор сховано — повертаємо нормальний лівий відступ полю
   (плагін ставить inline padding-left під ширину прапора) */
.my-account-page .iti.iti--hide-flag .iti__tel-input {
  padding-left: 12px !important;
}
/* Ховаємо контейнер прапора, доки немає +цифр у полі */
.single-product .iti.iti--hide-flag .iti__flag-container { display: none; }
.archive .iti.iti--hide-flag .iti__flag-container{ display: none;}
.woocommerce-cart .iti.iti--hide-flag .iti__flag-container{ display: none;}
.home .iti.iti--hide-flag .iti__flag-container{ display: none;}
.front-page .iti.iti--hide-flag .iti__flag-container{ display: none;}

.woocommerce-error,
.form__error,
.field-error { pointer-events: none; }

.filters__clear:hover, .breadcrumbs-link:hover{
  color: #674717;
}
.archive .aspl-product-card{
  width: unset;
}
.archive .filter__list .check{
  margin-bottom: 0;
}
.archive .filter_scroll::after{
  height: 108px;
}
.archive .sort .custom-select .custom-select__trigger:hover{
    border: 1px solid #D0A360 !important;
}
.modal__close:hover{
      background-color: unset !important;
    }
    
    .woocommerce-multi-currency-EUR .price__inputs label:after{
content: "€";
    bottom: 10px;
    }
.product-template-default .price__value del{
  text-decoration: none;
  width: 100%;
}
.product-template-default .price__value del .woocommerce-Price-amount{
      font-family: 'DM Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: none;
    color: var(--text-secondary, #635B50);
        text-decoration: line-through;
}
.product-template-default .price__value{
display: flex;
 flex-direction: row;
 flex-wrap: wrap;
}
.product-template-default .price__value ins{
  text-decoration: unset;
  color: #D82727;
}
.product-template-default .price__value .sale-label{
  background-color: #D84820;
  border-radius: 50px;
  padding: 4px 8px;
  font-family: 'DM Sans';
font-weight: 700;
font-size: 16px;
line-height: 21px;
letter-spacing: 0;
color: #fff !important;
margin-left: 1rem;
}
.product-template-default .single_add_to_cart_button{
  padding: 0 29px;
}
.product-template-default .qty__btn:disabled{
  opacity: 0.5;
}
.product-template-default .product__grid{
  margin: 0 auto 40px;
}
.product-template-default .aspl-simple-banner{
  margin-top: 0;
}
body.product-template-default footer.site-footer .footer-widgets.klbtype-1{
  margin-top: 40px;
}
body.csm.product-template-default .site-footer{
margin-top: 40px;
}
.product-template-default .product__description{
  color: #635B50;
    margin-top: 20px;
}
.product-template-default .product__description p{
  font-size: 16px;
  line-height: 24px;
}
.product-template-default .product__media .badge.onsale{
display:none;
}
.required-style{
  text-decoration: unset !important;
    margin-left: -5px;
    color: #674717;
}
.easypack-custom-shipping-method-logo img{
  height: 32px !important;
}
.radio-button.aa-inpost-btn{
  border-color: #D0A360;
  background-color: #fff;
      text-transform: unset;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: unset;
    letter-spacing: 0;
    padding: 7px 23px;
    display: flex;
    height: unset;
}
.dostawa-checkout-div{
  display: flex;
  flex-direction: column;
}
.dostawa-checkout-div #checkout-summary-shipping-name{
  font-family: 'DM Sans';
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: 0;
color: #635B50;
}
.radio-card-box-inp #selected-parcel-machine{
  border: unset;
    padding: 0;
    border-radius: 5px;
    margin: 0;
    width: 60%;
        min-width: unset;
}
.radio-button.aa-inpost-btn:hover{
  border-color: #D0A360;
  background-color: #FFF7EB;
  color: #674717;
}
.radio-card-box-inp{
  align-items: start;
}
.woocommerce-checkout .cart-page-wrapper .select2-container{
  z-index: unset;
}
.logged-in #banner-small-home .benefits-banner__content{
  justify-content: center;
}
.logged-in #banner-small-home .benefits-banner__content .benefit-item--special{
  display: none;
}
#mob-canvas-second .menu-item{
      border-top: 1px solid var(--color-offcanvas-border);
    border-color: #D0C7B8;
}
#mob-canvas-first .menu-item a{
  position: relative;
}
#mob-canvas-first .menu-item a::after{
  position: absolute;
  right: 0;
  content: '';
  width: 6px;
  height: 12px;
  background-image: url(../assets/images/arrow-right-canvas.svg);
     background-size: contain;
    background-repeat: no-repeat;
}
.header-link-soc{
    color: #674717;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}
.header-link-soc:hover {
    color: #B48642;
}
.col-header-link{
  gap: 40px;
}
.header-right-line-mob{
      display: flex;
}
.header-link-mob{
  font-family: 'DM Sans';
font-weight: 400;
font-size: 14px;
line-height: 16px;
letter-spacing: 0;
color: #674717 !important;
}
@media(min-width:768px){
  .header-link-mob{
    display: none;
  }
  .header-soc-select-mob{
    display: none !important;
  }
}
@media(max-width:768px){
  body.csm.theme-cosmetsy .col.col-xs-center, body.csm.theme-cosmetsy .col-xs-center{
    justify-content: space-between;
  }
}
@media(max-width: 1199px) {
  .archive .filters .btn-wrap .filters__clear{
    display: flex;
    justify-content: center;
  }
  .archive .btn.apply-filters{
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
  }
  .archive .filter.open{
    height: 99vh !important;
  }
  .archive .filters.open{
    max-width: unset;
  }
  #open-filters{
    width: 100%;
    max-width: unset;
  }
    .archive .filter.open .filter__title{
      padding: 5px 16px 24px;
    border-bottom: 1px solid #D0C7B8;
    }
 .line-c{
      height: 1px;
    width: 100%;
    display: block;
    background-color: #D0C7B8;
    min-height: 1px;
    }
    .filter.open .filter__title {
        padding: 11px 16px 24px!important;
        border-bottom: 1px solid #D0C7B8;
    }
    .archive .filter__list .check{
          padding-left: 16px;
    padding-right: 16px;
    }
    .archive .filters.open{
          padding: 12px 0;
    }
}
@media(max-width:991px){
  #create-account-fields .form-row{
    width: 100%;
  }
  .row-fields .form-row{
    margin-bottom: 0;
  }
  .row-fields{
    margin-bottom: 16px;
    gap:16px;
  }
   .archive .catalog__layout{
        border-top: 1px solid #D0C7B8;
  }
  .archive .sort .custom-select{
    width: 100%;
  }
  .archive .promo .btn{
    width: 100%;
  }
  .archive .promo .promo__title{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
  }
  .archive .promo .promo__desc{
    font-size: 14px;
    line-height: 21px;
  }
  .archive .promo{
    padding: 16px;
  }
  #open-filters .filters-btn__label{
        font-weight: 400;
    text-transform: initial;
    letter-spacing: 0;
  }
  #open-filters .filters-btn__badge{
      font-weight: 400;
  }
  .archive .toolbar__right.full-pagination .pager {
        flex-direction: column;
        align-items: start;
        justify-content: center;
        width: 100%;
    }
    .archive .toolbar__right.full-pagination {
        width: 100%;
    }
    .archive .container-wrapper .description{
    padding: 24px 0 5px;
    margin-top: 24px;
    }
    .archive .site-footer{
      margin-top: 35px;
    }
  .product-template-default .aspl-simple-banner__content{
        padding-left: 10px;
    padding-right: 10px;
  }
  body.product-template-default footer.site-footer .footer-widgets.klbtype-1, body.csm.product-template-default .site-footer{
    margin-top: 0;
  }
  .product-template-default .product__thumbs-wrapper{
    scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
  }
   .product-template-default .product__thumbs-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
}
@media(max-width:425px){
   .archive .catalog__layout{
        border-top: unset;
  }
}

.site-footer .site-footer--wrapper > .row.no-pad {
    justify-content: space-between;
}

.site-footer .site-footer--wrapper > .row.no-pad > .col-lg-4 {
    max-width: 280px;
    width: 100%;
}

.privacy-policy {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1814;
    word-break: break-word;
}

.privacy-policy .klb-post {
    max-width: 793px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1814;
}

.privacy-policy h1 {
    max-width: 793px;
    width: 100%;
    margin: 0 auto;
    font-size: 32px;
    line-height: 100%;
    font-weight: 400;
    color: #1A1814;
}

.privacy-policy h2 {
    max-width: 793px;
    width: 100%;
    margin: 30px auto 23px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #1A1814;
}

.privacy-policy h3 {
    max-width: 793px;
    width: 100%;
    margin: 32px auto 25px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    color: #1A1814;
}

.privacy-policy p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1814;
}

.privacy-policy .klb-post ol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-left: 23px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1814;
}

.privacy-policy .klb-post ol li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1814;
    list-style-type: inherit;
}

.privacy-policy .klb-post ol li ol {
    margin: 11px 0 0;
}

.privacy-policy .klb-post ol {
    padding-left: 23px;
}

.privacy-policy .klb-post a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #674717;
    word-break: break-word;
}

.klb-post ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 14px 0 -3px;
    padding-left: 25px;
    list-style-type: circle;
}

@media screen and (min-width: 62rem) {
    .privacy-policy .empty-klb {
        margin-bottom: 3.25rem;
    }
}

@media (max-width: 768px) {
    .privacy-policy .container,
    .privacy-policy .container-sm {
        max-width: 100%;
        padding: 0 16px;
    }
}

.page-id-2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1814;
    word-break: break-word;
}

.page-id-2 .klb-post {
    max-width: 793px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1814;
}

.page-id-2 h1 {
    max-width: 793px;
    width: 100%;
    margin: 0 auto;
    font-size: 32px;
    line-height: 100%;
    font-weight: 400;
    color: #1A1814;
}

.page-id-2 h2 {
    max-width: 793px;
    width: 100%;
    margin: 30px auto 23px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #1A1814;
}

.page-id-2 h3 {
    max-width: 793px;
    width: 100%;
    margin: 32px auto 25px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    color: #1A1814;
}

.page-id-1782 h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #1A1814;
}

.page-id-1788 h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #1A1814;
}

.page-id-2 p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1814;
}

.page-id-2 .klb-post ol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-left: 23px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1814;
}

.page-id-2 .klb-post ol li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1814;
    list-style-type: inherit;
}

.page-id-2 .klb-post ol li ol {
    margin: 11px 0 0;
}

.page-id-2 .klb-post ol {
    padding-left: 23px;
}

.page-id-2 .klb-post a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #674717;
    word-break: break-word;
}

.klb-post ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 14px 0 -3px;
    padding-left: 25px;
    list-style-type: circle;
}

@media screen and (min-width: 62rem) {
    .page-id-2 .empty-klb {
        margin-bottom: 3.25rem;
    }
}

@media (max-width: 768px) {
    .page-id-2 .container,
    .page-id-2 .container-sm {
        max-width: 100%;
        padding: 0 16px;
    }
}

#page > div > footer > div.footer-widgets.klbtype-1 > div {
    padding: 0!important;
}

#page > div > footer > div.footer-widgets.klbtype-1 > div > div > div > div {
    padding: 0!important;
}

#page > div > footer > div.footer-widgets.klbtype-1 > div > div > div > div:nth-child(1) > div > div > div > div.contact-item.contact-item__phone > p {
    margin-bottom: 0!important;
}

.site-footer .footer-widgets .site-footer--wrapper a, .site-footer .footer-widgets .site-footer--wrapper .widget.widget_text .textwidget p {
    line-height: 1!important;
}

.contact-item__phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px!important;
    position: relative;
}

.contact-item__phone:before {
    content: '';
    display: block;
    background-image: url("/wp-content/uploads/2025/10/phone-1.svg");
    width: 16px;
    height: 16px;
}

.footer-contact-link-email {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    position: relative;
}

.footer-contact-link-email:before {
    content: '';
    display: block;
    background-image: url("/wp-content/uploads/2025/10/mail-1.svg");
    width: 16px;
    height: 16px;
}

body.csm .site-footer .footer-widgets .site-footer--wrapper {
    padding: 40px 0 28px!important;
}

#page > div > footer > div.footer-widgets.klbtype-1 > div {
    max-width: 1200px;
}

#page > div > footer > div.footer-widgets.klbtype-1 > div > div > div {
    /*justify-content: flex-start!important;*/
    /*gap: 167px;*/
    margin: 0!important;
}

#page > div > footer > div.footer-widgets.klbtype-1 > div > div > div > div {
    min-width: 280px;
}

#page > div > footer > div.footer-widgets.klbtype-1 > div > div > div > div:nth-child(1) > div > div > div > div.company-title {
    padding-bottom: 10px;
}

.footer-contact-info {
    max-width: 90%;
}

.company-address {
    font-size: 16px!important;
    line-height: 21px!important;
    font-weight: 400!important;
    color: #FFFFFF;
}

.promo .btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 155px;
    height: 50px;
    padding: 12px 16px;
    background: #D0A360;
    border: 1px solid #D0A360;
    border-radius: 6px;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: none;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}
.filters-btn .btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    height: 40px;
    background: #D0A360;
    border: 1px solid #D0A360;
    border-radius: 6px;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: none;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}

.archive .sort .custom-select .custom-select__trigger:hover {
    border: 1px solid #D0A360 !important;
}

.page-template-page-sale .breadcrumbs {
    display: flex;
    flex-direction: column;
    padding: 25px 0 23px;
    gap: 0;
}

.filters__header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1A1814;
}

.filter {
    margin: 18px 0 0 0;
    padding-bottom: 20px;
}

.filter-options {
    margin-top: 24px;
}

.filter__list {
    gap: 3px;
}

.price__inputs {
    margin-top: 4px;
}

#content > main > div.catalog__layout > aside > div > form > fieldset.filter.filter-options.filter_scroll > div.filter__title {
    margin-bottom: 3px;
}

.check .check__box {
    width: 24px;
    height: 24px;
}

.sort .sort__label {
    margin: 0;
}

.aspl-product-card__delivery {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 4px 0 8px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #146B1B;
}

.aspl-product-card__delivery svg {
    flex-shrink: 0;
}

.aspl-product-card__title {
    margin: 0 0 8px 0!important;
}

.page-template-page-sale .description p:last-child {
    margin: 0;
    padding: 0;
}

.page-template-page-sale .filter_scroll::after {
    display: none;
}

body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget .footer-contact-info .contact-item, body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget .footer-contact-info .contact-item, body.csm .site-footer .footer-widgets .widget .footer-contact-info .contact-item {
    display: flex;
    flex-direction: row;
    align-items: center!important;
}

body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget .footer-contact-info .business-info, body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget .footer-contact-info .business-info, body.csm .site-footer .footer-widgets .widget .footer-contact-info .business-info {
    color: #FFFFFF!important;
    text-decoration: none!important;
    pointer-events: none!important;
}

.business-info span {
    color: #FFFFFF!important;
    text-decoration: none!important;
    pointer-events: none!important;
}

.site-footer .footer-widgets {
    color: #FFFFFF!important;
}

.business-info a,
.business-info a:link,
.business-info a:visited,
.business-info a:any-link {
    color: inherit !important;
    text-decoration: none !important;
}

.contact-item contact-item__phone p {
    margin: 0!important;
    padding: 0!important;
}

.description p {
    font-size: 16px;
    line-height: 131%;
    font-weight: 400;
    color: #000000;
}

.csm-cart-coupon {
    display: flex;
    flex-direction: column;
}

.csm-cart-coupon__title {
    order: -1;
}

.csm-cart-coupon__form {
    order: 0;
}

.csm-cart-coupon .checkout-error {
    background: transparent;
    border: none;
    order: 1;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #D84820;
}

.csm-cart-coupon__applied {
    display: flex;
    flex-direction: column;
}

.csm-cart-coupon__notice {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    gap: 10px;
    width: 100%;
    background: #FFF7EB;
    border-radius: 8px;
    order: 1;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #1A1814;
}

.csm-cart-coupon__applied-list {
    order: 0;
}

.csm-cart-coupon .woocommerce-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    gap: 10px;
    width: 100%;
    background: #FFF7EB;
    border-radius: 8px;
    order: 1;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #1A1814;
}

.csm-cart-coupon__applied-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4px 4px 4px 14px;
    gap: 16px;
    width: 100%;
    border: 1px solid #D0C7B8;
    border-radius: 8px;
}

#content > div > div.elementor-section.elementor-top-section.elementor-element.elementor-element-87568ac.elementor-section-full_width.hero-slider.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > div.elementor-element.elementor-element-bcfbad0.e-con-full.benefits-banner__image.e-flex.e-con.e-child > div > div > div > div > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
    position: absolute;
    bottom: 14px;
    z-index: 1;
}
.swiper-pagination-bullet {
    cursor: pointer;
    background: #FFF7EB!important;
    width: 53px!important;
    height: 4px!important;
    border-radius: 20px!important;
}
.swiper-pagination-bullet-active {
    background: #B48642!important;
}

@media (max-width: 768px) {
    .hero-slider .elementor-swiper-button {
        display: none!important;
    }
    body.csm .site-footer .footer-widgets .site-footer--wrapper {
        padding: 47px 0 10px!important;
    }
    #page > div > footer > div.footer-widgets.klbtype-1 > div {
        padding: 0 15px !important;
    }
    #page > div > footer > div.footer-widgets.klbtype-1 > div > div > div {
        margin: 0!important;
    }
    #page > div > footer > div.footer-widgets.klbtype-1 > div > div > div {
        flex-direction: column!important;
        margin: 0!important;
    }
    body.csm .site-footer .footer-newsletter.klbtype-1 .subfooter .site-footer--wrapper .site-copyright p, body.csm .site-footer .footer-widgets.klbtype-1 .subfooter .site-footer--wrapper .site-copyright p, body.csm .site-footer .subfooter .site-footer--wrapper .site-copyright p {
        text-align: left;
    }
    body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget, body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget, body.csm .site-footer .footer-widgets .widget {
        margin-bottom: 42px!important;
    }
    #page > div > footer > div.footer-widgets.klbtype-1 > div > div > div > div:nth-child(2) > div {
        margin-bottom: 52px!important;
    }
    .footer-contact-info {
        max-width: 100%;
    }
    #content > div > div.elementor-section.elementor-top-section.elementor-element.elementor-element-87568ac.elementor-section-full_width.hero-slider.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > div.elementor-element.elementor-element-bcfbad0.e-con-full.benefits-banner__image.e-flex.e-con.e-child > div > div > div {
        height: 100%;
    }
    #content > div > div.elementor-section.elementor-top-section.elementor-element.elementor-element-87568ac.elementor-section-full_width.hero-slider.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > div.elementor-element.elementor-element-bcfbad0.e-con-full.benefits-banner__image.e-flex.e-con.e-child > div > div > div > div {
        height: 100%;
    }
    #content > div > div.elementor-section.elementor-top-section.elementor-element.elementor-element-87568ac.elementor-section-full_width.hero-slider.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > div.elementor-element.elementor-element-bcfbad0.e-con-full.benefits-banner__image.e-flex.e-con.e-child > div > div > div > div > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        display: block;
        position: absolute;
        bottom: 5px;
        z-index: 7;
    }
    .swiper-pagination-bullet {
        cursor: pointer;
        background: #FFF7EB!important;
        width: 53px!important;
        height: 4px!important;
        border-radius: 20px!important;
    }
    .swiper-pagination-bullet-active {
        background: #B48642!important;
    }
    .filters__form .btn {
        margin-top: 10px!important;
        /*margin-left: 0!important;*/
        /*margin-right: 0!important;*/
    }
    .filters .btn-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        /*width: 100% !important;*/
        /*margin-top: 0!important;*/
        /*margin-left: 0!important;*/
    }
}

@media (max-width: 1199px) {
    .archive .line-c {
        height: 1px;
        width: 100%;
        display: block;
        background-color: #D0C7B8;
        min-height: 1px;
    }
    .page-template-page-product-search .filters {
        padding: 0;
    }
    .page-template-page-product-search .filters .btn-wrap {
        margin-top: 24px;
    }
    .page-template-page-product-search .filters .apply-filters {
        width: calc(100% - 32px);
        z-index: 10;
    }
    .page-template-page-product-search .filter__list {
        max-height: none;
        border: none;
        /*padding-left: 16px;*/
    }
    .check {
        padding-left: 16px;
    }
    .filters .btn-wrap {
        margin-top: 24px;
    }
}

.page-template-page-product-search .filter_scroll::after {
    display: none;
}

#shipping_country_field {
    margin-bottom: 1rem;
}

.filters .btn-wrap .filters__clear {
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.csm-cart-coupon__applied ul li {
    width: 100%;
    margin-bottom: 24px;
    background: #FFF7EB;
    padding: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #1A1814;
    text-transform: uppercase;
}

.csm-cart-coupon__applied .csm-cart-coupon__notice {
    padding: 0;
    background: transparent;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #D84820;
}

.csm-cart-coupon .woocommerce-error {
    padding: 0!important;
}

@media (max-width: 768px) {
    .filters .btn-wrap {
        /*margin-top: 24px!important;*/
        gap: 0!important;
    }
}

.site-header .primary-menu.horizontal-menu .menu > .menu-item a {
    color: #1A1814;
    transition: all 0.3s;
}

.site-header .primary-menu.horizontal-menu .menu > .menu-item a:hover {
    color: #B48642;
}

.filters__clear {
    transition: all 0.3s;
}

.filters__clear:hover {
    color: #B48642;
}

.site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .product-detail {
    padding-right: 1.7rem!important;
}

body.csm .site-header--content {
    border: none!important;
}

body .site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .remove:hover {
    border: 1px solid #B48642;
}

.pager__btn:disabled:hover {
    background: #fff;
}

.price__inputs input:hover,
.price__inputs input:focus {
    border-color: #674717;
}

.sort .custom-select .custom-options .custom-option:hover {
    background: #FFF7EB!important;
    border-radius: 6px;
}

.pager__input {
    display: flex!important;
    flex-direction: row;
    justify-content: center;
    align-items: center!important;
    padding: 12px 0 12px 12px!important;
    gap: 16px;
    min-width: 40px;
    width: 40px!important;
    height: 40px!important;
    border: 1px solid #D0C7B8;
    border-radius: 8px;
    font-size: 16px!important;
    line-height: 16px!important;
    font-weight: 400!important;
    color: #1A1814!important;
    text-align: center!important;
    transition: all 0.3s;
}

.pager__input:hover,
.pager__input:focus {
    border: 1px solid #D0A360;
    color: #674717;
}

.csm-cart-coupon__remove {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    body.csm.theme-cosmetsy .language-switcher .current-language {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    #content > div > div.elementor-section.elementor-top-section.elementor-element.elementor-element-87568ac.elementor-section-full_width.hero-slider.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > div.elementor-element.elementor-element-bcfbad0.e-con-full.benefits-banner__image.e-flex.e-con.e-child > div > div > div > div > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        display: block;
        position: absolute;
        bottom: 5px;
        z-index: 3;
    }
}