.products.columns-3 .buy-one-click a, .products.columns-4 .buy-one-click a {
    min-width: 176px;
    height: 34px;
    border-radius: 17px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gilroy";
    min-height: 34px;
}
	
.form-control,
.form-control:hover,
.form-control:focus {
  display: block;
  position: relative;
  width: 100%;
  padding: 9px 14px;
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--font-weight-normal);
  color: #000;
  vertical-align: middle;
  box-shadow: none;
  background: #fff;
  border: 1px solid #636363;
  border-radius: 0;
  outline: 0;
  margin-bottom: 17px;
}

.form-control::placeholder {
  color: #6a6a6a;
}

.form-control,
.wpcf7-form-control,
.form-control:hover,
.form-control:focus {
  display: block;
  position: relative;
  width: 100%;
  min-height: 44px;
  padding: 12px 10px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  vertical-align: middle;
  box-shadow: none;
  background: #f3f3f3;
  border: 1px solid #8c8c8c;
  border-radius: 0;
  outline: 0;
}


.col {
  display: block;
  float: left;
  margin: 0;
  padding: 0 15px;
}
.col.xs-12 {width: 100%;}
.col.xs-11 {width: 91.66666667%;}
.col.xs-10 {width: 83.33333333%;}
.col.xs-9 {width: 75%;}
.col.xs-8 {width: 66.66666667%;}
.col.xs-7 {width: 58.33333333%;}
.col.xs-6 {width: 50%;}
.col.xs-5 {width: 41.66666667%;}
.col.xs-4 {width: 33.33333333%;}
.col.xs-3 {width: 25%;}
.col.xs-2 {width: 16.66666667%;}
.col.xs-1 {width: 8.33333333%;}
@media (min-width: 768px) {
  .col.sm-12 {width: 100%;}
  .col.sm-11 {width: 91.66666667%;}
  .col.sm-10 {width: 83.33333333%;}
  .col.sm-9 {width: 75%;}
  .col.sm-8 {width: 66.66666667%;}
  .col.sm-7 {width: 58.33333333%;}
  .col.sm-6 {width: 50%;}
  .col.sm-5 {width: 41.66666667%;}
  .col.sm-4 {width: 33.33333333%;}
  .col.sm-3 {width: 25%;}
  .col.sm-2 {width: 16.66666667%;}
  .col.sm-1 {width: 8.33333333%;}
}
@media (min-width: 992px) {
  .col.md-12 {width: 100%;}
  .col.md-11 {width: 91.66666667%;}
  .col.md-10 {width: 83.33333333%;}
  .col.md-9 {width: 75%;}
  .col.md-8 {width: 66.66666667%;}
  .col.md-7 {width: 58.33333333%;}
  .col.md-6 {width: 50%;}
  .col.md-5 {width: 41.66666667%;}
  .col.md-4 {width: 33.33333333%;}
  .col.md-3 {width: 25%;}
  .col.md-2 {width: 16.66666667%;}
  .col.md-1 {width: 8.33333333%;}
}
@media (min-width: 1200px) {
  .col.lg-12 {width: 100%;}
  .col.lg-11 {width: 91.66666667%;}
  .col.lg-10 {width: 83.33333333%;}
  .col.lg-9 {width: 75%;}
  .col.lg-8 {width: 66.66666667%;}
  .col.lg-7 {width: 58.33333333%;}
  .col.lg-6 {width: 50%;}
  .col.lg-5 {width: 41.66666667%;}
  .col.lg-4 {width: 33.33333333%;}
  .col.lg-3 {width: 25%;}
  .col.lg-2 {width: 16.66666667%;}
  .col.lg-1 {width: 8.33333333%;}
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}


.grecaptcha-badge {visibility: hidden;}



#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
/*	    width: 90%;*/
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 99999;
}

#cookie_note p{
    margin: 0;
    font-size: 0.8rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width: 20%;
	display: block;
    clear: both;
    float: right;
    background: #171717;
    padding: 10px 15px 11px;
    color: white;
    margin: 0 10px;
    font-size: 21px;
    text-decoration: none;
    border: none;
	min-width: 125px;
	border-radius: 6px;
}

.cookie_accept:hover {
	background: #ce0000;
	color: var(--color-white);
}

@media (max-width: 1280px){
	#cookie_note{ width: 90%;}
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
		justify-content: space-between;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
	
.cookie_accept{
        width: auto;
        float: none;
        margin: 10px auto;
}	
	
}

.sidebar .wp-block-woocommerce-product-categories > ul, .sidebar .widget_nav_menu nav > ul{
    list-style: none;
    padding-inline-start: 0;
}

.modal-close {
  display: block;
  position: absolute;
  float: right;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  border: 0;
  border-radius: 0;
  outline: none;
}
.modal-close::before,
.modal-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #999;
}
.modal-close::before {
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-close::after {
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 50px 20px;
  visibility: hidden;
  opacity: 0;
  background: rgba(0,0,0,.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.modal.opened {
  visibility: visible;
  opacity: 1;
}
.modal-body {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  margin: 0;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 100px 0 rgba(0,0,0,.5);
}
.modal-body form {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    row-gap: 5px;
    column-gap: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.modal-body form .form-group.full {
  width: 100%;
}

.title-v-pismo {
	display:none;
}

.modal-foot {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #ddd;
}
@media(max-width: 768px) {
  .modal {
    padding: 20px 10px;
  }
}
@media(max-width: 500px) {
  .modal-body .form-group:not(.full) {
    width: 100%;
  }
}
@media(max-width: 400px) {
.zakaz button, .zakaz a {
	width:100%;
    margin: 5px 0;
}
}
.form-group {
  display: block;
  margin: 0;
  padding: 0;
}
.form-group p, .input-group p, .modal-foot p, .modal-head p{
  margin: 0;
  padding: 0;
}
.form-group label {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1;
  font-weight: var(--font-weight-normal);
}

.input-group {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.input-group input {
  display: none;
}
.input-group label {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0;
  transition: all .2s ease;
  cursor: pointer;
}
.input-group label a {
  color: #000;
  text-decoration: underline;
}
.input-group label span::before, .input-group label span::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.input-group label span::before {
  width: 16px;
  height: 16px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #636363;
}
.input-group label span::after {
  width: 10px;
  height: 10px;
  background: #636363;
  opacity: 0;
}
.input-group input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-group.lg .form-control {
  padding: 14px;
}
.form-group.lg label {
  font-size: 24px;
}
.input-group.lg label {
  padding-left: 40px;
  font-size: 24px;
}
.input-group.lg label::before,
.input-group.lg label::after {
  top: 14px;
  left: 14px;
}
.input-group.lg label::before {
  width: 28px;
  height: 28px;
}
.input-group.lg label::after {
  width: 18px;
  height: 18px;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
	margin: 0 !important;
    position: relative;
    right: -24px;
}


.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: -15px;
    line-height: 15px;
}

.zakaz {
	display: block;
    margin: 10px auto;
}

a.card_cat, a.card_cat:hover{
  color: #000;
}

.form-body form {
	display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    row-gap: 5px;
    column-gap: 20px;
}
.form-body form .form-group {
  width: calc((100% - 20px) / 2);
}
.form-body form .form-group.full {
  width: 100%;
} 
.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
ul.page-numbers li {
	border: 0;
    margin-right: 20px;
}

ul.page-numbers li span, ul.page-numbers li a {
	padding: 10px 20px !important;
}

.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
}

a.uss_more,
a.uss_more:hover {color: #fff;}


.sidebar h2 {
    margin-top: 0px;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
	position: relative;
	padding-bottom: .8125rem;
}


h2.filter-heading {
	font-size: 17px;
	color: #000000;
	font-weight: 500;
	padding-left: 10px;
	text-transform: none;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.sidebar h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9eaab8;
    content: "";
    box-shadow: 0px 0px 8px #919398;
}

.sidebar h2.filter-heading::after {
	content: none;
}

#block-7 {
	padding: 1px 20px;
    background: #fff;
    border-radius: 0 0 4px 4px;
}

.wp-block-woocommerce-product-filter-price > div{
    background: #fff;
    border-radius: 0 0 4px 4px;
}

.wc-block-product-filters__overlay-content {
	gap: 0 !important;
}

#breadcrumbs {
	font-size: 14px;
    color: #000000;
    font-family: "Gilroy";
	padding: 15px 0;
}

#breadcrumbs a {
	text-decoration: none;
}

section.title {
	min-height: 151px;
}

.sidebar .widget_block{
	border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #b7b7b7;
    margin-bottom: 15px;
	padding: 15px;
}


.widget_block .wc-block-product-filter-price-slider .text input.max, .widget_block .wc-block-product-filter-price-slider .text input.min {
	border: 1px solid #b7b7b7;
    height: 40px;
    max-width: 115px;
    width: 100%;
}

.wc-block-product-categories-list, .sidebar .widget_nav_menu nav > ul li a {
	font-size: 16px;
    line-height: 24px;
}

.wc-block-product-categories-list li, .sidebar .widget_nav_menu nav > ul li {
	margin-bottom: 0;
}

.wc-block-product-categories-list li a, .sidebar .widget_nav_menu nav > ul li a {
	text-decoration: none;
}

.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product, 
.products ul.products.columns-4 li.product {
	border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 10px 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    transition: box-shadow .3s ease
}

@media (any-hover: hover) {
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product:hover,
	.products ul.products.columns-4 li.product, .products ul.products.columns-4 li.product:hover {
        box-shadow:0 0 10px 0 rgba(0,0,0,.32)
    }
}

.woocommerce-page ul.products li.product .price, 
.products ul.products li.product .price {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
}

.woocommerce-page ul.products li.product a img, 
.products ul.products li.product a img {
	height: 215px;
    width: auto;
    margin: 0 auto 1em;
}


.orderby {
	border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #b7b7b7;
    margin-bottom: 15px;
    padding: 5px 10px 5px 5px;
}


@media(max-width: 475px) {
.woocommerce ul.products[class*=columns-] li.product, .products ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em
}
}

.sale__info {
	margin-bottom: 30px;
    min-height: 295px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 30px 0 20px;
}


.sale__title {
    font-size: 34px;
    color: #000000;
    font-weight: bold;
    text-align: center;
	line-height: 40px;
}

.sale__price {
	font-size: 48px;
	line-height: 58px;
    font-weight: bold;
    text-align: center;
    background-image: linear-gradient(0deg, #dcae6c 0, #967446 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
	padding-bottom: 20px;
}

@media (min-width: 1200px) {
.container .lg-3 {
	padding-left: 0px;
}
}
@media (max-width: 1200px) {
.container .lg-3 {
	padding: 0px;
}
}

.woocommerce-product-gallery__image a {
	background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .32);
    border-radius: 20px;

}

.woocommerce div.product div.images a img {
    width: auto !important;
    margin: auto;
}


@media (width < 62rem) {
.sale__info {
    background-position: 0%;
	position: relative;
  }
  
.sale__info:after{ 
	content:'';  
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: hsl(0deg 0% 100% / 75%);
    pointer-events: none;
}  
  
.sale__title {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    text-align: center;
	line-height: 35px;
	z-index: 1;
    position: relative;
}  


.sale__price {
    font-size: 28px;
    line-height: 38px;
	z-index: 1;
    position: relative;
}

.nav__list {
        padding-top: 20px;
    }
	
section.title {
	min-height: 75px;
}

.checkbox_form {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.woocommerce div.product div.images a img {

    max-height: 270px;

}	


.category.content_block .col.lg-3 {
	order: 2;
}

.category.content_block .col.lg-9 {
	order: 1;
}
	
}

.nav_footer {
    padding-block-end: 0 !important;
	    padding-top: 0 !important;
}

.nav_footer nav {
    color: #fff;
    background: linear-gradient(0deg, #c7cdd9 0, #757575 100%);
}

.nav_footer .nav-footer-p {
    justify-content: center;
    gap: 20px;
    padding: 0 0 24px;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nav_footer .nav-footer-p li a, .nav_footer .nav-footer-p li span {
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
}

.wp-block-pullquote {
    padding: 0;
}

.company__title {
    margin-bottom: clamp(0.876rem, 0.829vw + 0.51rem, 0.814rem) !important;
}

figure.wp-block-gallery.has-nested-images.columns-default, figure.wp-block-gallery.has-nested-images.columns-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 18.75rem), 1fr));
    gap: clamp(.939rem, 1.951vw + .548rem, 1.939rem) clamp(.939rem, 2.317vw + .475rem, 2.126rem);
}

figure.wp-block-gallery.has-nested-images.columns-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 13.75rem), 1fr));
    gap: clamp(.939rem, 1.951vw + .548rem, 1.939rem) clamp(.939rem, 2.317vw + .475rem, 2.126rem);
}

.wp-block-gallery.has-nested-images.wp-block-gallery-is-layout-flex figure.wp-block-image:not(#individual-image) {
	width: auto;
}


.wp-block-gallery.has-nested-images.wp-block-gallery-is-layout-flex figure.wp-block-image:not(#individual-image) img {
	margin: 0;
}

.works__button-wrapper .wp-block-button {
	width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.works__button-wrapper.wp-block-buttons .wp-block-button__link {
	width: auto;
}


.related {
	clear:both;
	display: flex;
    flex-direction: column;
    align-items: center;
}


.related > h2 {
	display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 0;
    margin-bottom: clamp(1.876rem, 2.195vw + 1.437rem, 3.001rem);
    padding-bottom: .8125rem;
    font-weight: 500;
    font-size: clamp(1.501rem, .976vw + 1.306rem, 2.001rem);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.related > h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: .125rem;
	background-color: #757575;
	content: ""
}

.checkbox_form {
    display: flex;
    justify-content: space-evenly;	
}

.form-group p {
	margin-block: 0;
	margin: 0;
}

.product_sidebar h3 {
	margin: 0;
	font-size: 15px;
}
.product_sidebar img {
    margin-bottom: 0.5em;
}


.title > div > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.title h1 {
	position: relative;
	margin: .79em 0;
	font-weight: 700;
	padding-bottom: .8125rem;
	font-weight: 700;
	font-size: clamp(1.501rem,.976vw + 1.306rem,2.001rem);
	line-height: 1;
	text-transform: uppercase
}

.title h1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: .125rem;
  background-color: #757575;
  content: ""
}

.services div {
	display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
    border-bottom: .125rem solid #757575;
}

.services  p {
	margin-block: clamp(1.251rem, 1.073vw + .836rem, 0.314rem);
}

.services .service_title{
	text-transform: uppercase;
}

.content_block {
	display: flex;
	flex-wrap: wrap;
}

:root {
	--thumb-size: 70px;   /* размер миниатюры */
	--zoom-size: 200px;    /* размер в модальном окне (в 2 раза больше) */
	--gap: 14px;
	--radius: 20px;
	--shadow: 0 0 10px 0 rgba(0, 0, 0, .32);
	--highlight: 0 0 0 3px rgb(23 23 23 / 13%);
}
.wrap { 
	max-width: 510px; 
	padding: 5px 0px; 
	margin: 0 auto; 
}
.wrap h2 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}	
.wrap p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 5px;
}
    /* Сетка 3 в ряд */
.grid { 
	display: grid; 
	grid-template-columns: repeat(6, var(--thumb-size)); 
	gap: var(--gap); justify-content: center; 
}
    /* Карточка изображения */
.thumb { 
	width: var(--thumb-size); 
	height: var(--thumb-size); 
	border-radius: var(--radius); 
	overflow: hidden; 
	position: relative; 
	box-shadow: var(--shadow); 
	cursor: zoom-in; 
	transition: transform .18s ease, box-shadow .18s ease; 
	padding: 0; 
	border: 0;
}
.woocommerce div.product button.thumb > img { 
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
	display: block; 
}
    /* Подсветка при наведении / фокусе */
.thumb:hover, .thumb:focus { 
	transform: translateY(-2px); 
	box-shadow: var(--shadow), var(--highlight); 
	outline: none; 
}
.thumb:focus-visible { 
	box-shadow: var(--shadow), var(--highlight); 
}

    /* Модальное окно */
.modal_colors { 
	position: fixed; 
	inset: 0; 
	display: none; 
	align-items: center; 
	justify-content: center; 
	background: rgba(0,0,0,.65); 
	backdrop-filter: blur(2px); 
	z-index: 1000; 
}
.modal_colors.open { 
	display: flex; 
}
.modal_colors-card { 
	background: #111520; 
	border-radius: 16px; 
	padding: 16px; 
	box-shadow: 0 14px 40px rgba(0,0,0,.45); 
	position: relative; 
}
.modal_colors-img { 
	width: var(--zoom-size); 
	height: var(--zoom-size); 
	border-radius: 12px; 
	object-fit: cover; 
	display: block; 
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0;
    background: #1f243300;
    color: #999;
    font: inherit;
    padding: 6px 10px;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
}
    .close-btn:hover { background: #273047; }

    /* Подписи под миниатюрами (необязательно) */
.label { 
	text-align: center; 
	font-size: 13px; 
	margin-top: 6px; 
	max-width: var(--thumb-size); 
}
    /* Контейнер элемента с подписью */
.cell { 
	display: inline-flex; 
	flex-direction: column; 
	align-items: center; 
}
.cell img {
	margin: 0;
}
    /* Адаптив: если экран узкий — позволим колонкам схлопываться с авто-отступами */
@media (max-width: 510px) {
	.grid { grid-template-columns: repeat(3, 1fr); }
	.thumb { width: 100%; height: auto; aspect-ratio: 1 / 1; }
	.label { max-width: 100%; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.grid { grid-template-columns: repeat(4, 1fr); }
	.thumb { width: 100%; height: auto; aspect-ratio: 1 / 1; }
	.label { max-width: 100%; }
}


.new-bg {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-blend-mode: screen;
    background-color: #ffffff38;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background: rgb(255, 255, 255);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 10px 0px;
    border-radius: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs {
	padding: 0 0 0 1.5em;
	margin-bottom: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs::before {
    border-bottom: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li {
	box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 10px 0px;
    border-radius: 20px 20px 0 0px;
    margin-top: 10px;
	border: 0px;
}

div.product .summary.entry-summary p.price {
	font-size: 1.7em;
    font-weight: 600;
	color: #333;
}


div.product .summary.entry-summary p.price span.name {
	color: #000000;
    font-weight: 700;
}

.price-disclaimer {
	display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    margin: 15px 0;
    background-color: #ffffff;
    border-left: 2px solid #967446;
    box-shadow: rgb(0 0 0 / 9%) 0px 0px 10px 0px;
    border-radius: 2px;
}

.disclaimer-text {
    margin: 0;
    color: #495057;
    font-size: 14px;
    line-height: 1.5;
}

/* Вариант с иконкой через CSS (без эмодзи) */

.price-disclaimer.alternative .disclaimer-icon {
    color: #dcae6c;
	padding-top: 5px;
}

.price-disclaimer.alternative .disclaimer-icon::before {
    content: "!";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #dcae6c;
    color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-style: normal;
}

.button_back {
	padding: 10px 10px 20px 0;
	margin-top: -20px;
}

.button_back button{
	border: 0;
	background: 0;
	cursor: pointer;
	padding-left: 0;
}

.button_back i{
	padding-right: 10px;
    font-size: 19px;
}
.acceptance span {
	background: none;
    border: 0;
	padding: 5px;
	font-size: clamp(1.001rem, .44vw + .952rem, 1.126rem);
}
.acceptance .wpcf7-list-item {
	margin: 0;
}

.checkbox_form .wpcf7-list-item {
	font-size: clamp(1.001rem, .44vw + .952rem, 1.126rem);
}

.header__phone div {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.header__phone div a {
	text-decoration: none;
}

.hero__title.lastochka{
	font-family: Lastochka;
    line-height: clamp(2.001rem, 1.22vw + 1.757rem, 2.626rem);
    font-size: 55px;
}

.wc_payment_methods.payment_methods.methods {
    display: none;
}

#ship-to-different-address {
    display: none;
}

@media (min-width: 768px) {
    .woocommerce-checkout .checkout .col-2 .notes {
        margin-top: 60px;
    }
}

#place_order, .wc-block-cart__submit-container a, .wc-block-mini-cart__footer-actions a {
    background: linear-gradient(0deg, #c7cdd9 0, #9eaab8 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 16.0625rem);
    max-width: 100%;
    min-height: 3.25rem;
    padding: .375rem 1.9375rem;
    overflow: hidden;
    font-size: clamp(1.251rem, .732vw + 0.505rem, 1.226rem);
    text-transform: uppercase;
    border-radius: 6.25rem;
    cursor: pointer;
    transition: var(--transition-colors);
    font-weight: normal;
	color: #000;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
}

.woocommerce table.shop_table td {
    background: #fff;
}

.cart_header {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}