
@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.prod-t {
    min-height: calc(1.2em * 4); /* 2 строки */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.prod-t1 {
    min-height: calc(1.1em * 2); /* 2 строки */
  
}
.h3t{
    font-size: 40px;
}

.lang-switch {
    display:flex;
    align-items:center;
    margin-right:25px;
    font-size:16px;
    font-weight:600;
}

.lang-switch a {
    color:#222;
    text-decoration:none;
    padding:0 6px;
    transition:0.3s;
}

.lang-switch a.active {
    color:#c98b4a;
}

.lang-switch a:hover {
    color:#c98b4a;
}

.lang-switch span {
    color:#999;
}

.slider-one_content-inner{
    transform: translateY(-60px);
}

.slider-one_image{
    transform: translateY(-50px);
}

.slider-one .swiper-slide{
    height:780px;
}
/* Специально для этой картинки */
.cta-one {
    position: relative !important;
    overflow: visible !important; /* Разрешаем картинке вылезать за края */
}

.cta-one_ball {
    display: block !important;
    position: absolute !important;
    bottom: 30px !important; /* Насколько сильно она "свисает" вниз */
    right: 15% !important;
    width: 230px !important;   /* Подбери размер под свой кристалл */
    height: 230px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 999 !important; /* Ставим выше всех слоев */
}

.service-block_two-image{
    padding:20px;
}

.service-block_two-image img{
    width:90%;
    display:block;
    margin:0 auto;
    height:auto;
}


.premium-case-card{
	position:relative;
	overflow:hidden;
	background:#fff;
	border:1px solid rgba(0,0,0,0.08);
	transition:all 0.35s ease;
}

.premium-case-card:hover{
	transform:translateY(-6px);
	box-shadow:0 22px 50px rgba(0,0,0,0.12);
	border-color:rgba(201,138,74,0.18);
}

.premium-case-image{
	position:relative;
	overflow:hidden;
}

.premium-case-image::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:38%;
	background:linear-gradient(to top, rgba(0,0,0,0.12), rgba(0,0,0,0));
	pointer-events:none;
	transition:all 0.35s ease;
}

.premium-case-image img{
	width:100%;
	height:380px;
	object-fit:cover;
	display:block;
	transition:transform 0.5s ease;
}

.premium-case-card:hover .premium-case-image img{
	transform:scale(1.045);
}

.premium-case-card:hover .premium-case-image::after{
	background:linear-gradient(to top, rgba(0,0,0,0.18), rgba(0,0,0,0));
}

.premium-case-overlay{
	position:absolute;
	left:28px;
	right:28px;
	bottom:22px;
	background:rgba(248,242,233,0.88);
	backdrop-filter:blur(6px);
	-webkit-backdrop-filter:blur(6px);
	padding:12px 18px 10px;
	border-left:3px solid #c98a4a;
	box-shadow:0 8px 24px rgba(0,0,0,0.08);
	transition:all 0.35s ease;
}

.premium-case-card:hover .premium-case-overlay{
	background:rgba(252,247,240,0.94);
	box-shadow:0 14px 30px rgba(0,0,0,0.10);
	border-left:3px solid #d19a52;
}

.premium-case-badge{
	font-size:10px;
	letter-spacing:0.14em;
	text-transform:uppercase;
	color:#7d6a57;
	font-weight:700;
	line-height:1;
	margin-bottom:6px;
}

.premium-case-bottomline{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:12px;
}

.premium-case-title{
	font-size:18px;
	line-height:1.1;
	font-weight:700;
	color:#1d1713;
}

.premium-case-number{
	font-size:24px;
	font-weight:700;
	color:#b77a3d;
	line-height:1;
	flex-shrink:0;
	transition:all 0.35s ease;
}

.premium-case-card:hover .premium-case-number{
	color:#d8a15a;
	text-shadow:0 0 6px rgba(209,154,82,0.15);
}

@media (max-width:991px){
	.premium-case-image img{
		height:340px;
	}

	.premium-case-title{
		font-size:17px;
	}

	.premium-case-number{
		font-size:22px;
	}
}

@media (max-width:767px){
	.premium-case-overlay{
		left:16px;
		right:16px;
		bottom:16px;
		padding:10px 14px 9px;
	}

	.premium-case-image img{
		height:290px;
	}

	.premium-case-title{
		font-size:16px;
	}

	.premium-case-number{
		font-size:20px;
	}

	.premium-case-badge{
		font-size:9px;
	}
}
.mrbox-buy-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin-top:18px;
	padding:12px 26px;
	background:#b77a3d;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.08em;
	text-decoration:none;
	transition:all 0.3s ease;
	border:none;
}

.mrbox-buy-btn:hover{
	background:#1d1713;
	color:#ffffff;
}

.mrbox-buy-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin-top:18px;
	padding:12px 26px;
	background:#b77a3d;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.08em;
	text-decoration:none;
	transition:all 0.3s ease;
	border:none;
	cursor:pointer;
}

.mrbox-buy-btn:hover{
	background:#1d1713;
	color:#ffffff;
}

.mrbox-buy-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin-top:18px;
	padding:12px 26px;
	background:#b77a3d;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.08em;
	text-decoration:none;
	transition:all 0.3s ease;
	border:none;
	cursor:pointer;
}

.mrbox-buy-btn:hover{
	background:#1d1713;
	color:#ffffff;
}


.mrbox-form-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:16px;
}

.mrbox-form-group{
	margin-bottom:12px;
}

.mrbox-form-group label{
	display:block;
	margin-bottom:8px;
	font-size:14px;
	font-weight:700;
	color:#1d1713;
}

.mrbox-form-group input,
.mrbox-form-group textarea{
	width:100%;
	border:1px solid rgba(0,0,0,0.12);
	background:#fffdf9;
	padding:10px 12px;
	font-size:14px;
	color:#1d1713;
	outline:none;
	transition:border-color 0.25s ease, box-shadow 0.25s ease;
}

.mrbox-form-group input:focus,
.mrbox-form-group textarea:focus{
	border-color:#c98a4a;
	box-shadow:0 0 0 3px rgba(201,138,74,0.12);
}

.mrbox-option-list{
	border:1px solid rgba(0,0,0,0.12);
	background:#fffdf9;
}

.mrbox-option-card{
	display:block;
	cursor:pointer;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.mrbox-option-card:last-child{
	border-bottom:none;
}

.mrbox-option-card input{
	display:none;
}

.mrbox-option-ui{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:18px;
	padding:18px 18px;
	border:1px solid transparent;
	transition:all 0.25s ease;
}

.mrbox-option-left{
	display:flex;
	flex-direction:column;
}

.mrbox-option-title{
	font-size:16px;
	font-weight:700;
	color:#1d1713;
	line-height:1.35;
}

.mrbox-option-subtitle{
	font-size:14px;
	color:#6d6d6d;
	margin-top:4px;
	line-height:1.4;
}

.mrbox-option-price{
	font-size:16px;
	font-weight:700;
	color:#1d1713;
	white-space:nowrap;
}

.mrbox-option-card input:checked + .mrbox-option-ui{
	background:#eef3ff;
	border-color:#216ce5;
}

.mrbox-pay-note{
	font-size:14px;
	color:#6d6d6d;
	margin-bottom:10px;
}



.mrbox-submit-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:14px 28px;
	background:#b77a3d;
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.08em;
	border:none;
	cursor:pointer;
	transition:all 0.3s ease;
}

.mrbox-submit-btn:hover{
	background:#1d1713;
	color:#fff;
}

.mrbox-cancel-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:14px 24px;
	background:transparent;
	color:#1d1713;
	font-size:14px;
	font-weight:700;
	border:1px solid rgba(0,0,0,0.14);
	cursor:pointer;
	transition:all 0.3s ease;
}

.mrbox-cancel-btn:hover{
	background:#fff;
}




.mrbox-checkout-left input,
.mrbox-checkout-left textarea{
	width:100%;
	margin-bottom:12px;
	padding:12px;
	border:1px solid #ddd;
}

.mrbox-checkout-left button{
	width:100%;
	background:#c98a4a;
	color:#fff;
	border:none;
	padding:14px;
	font-weight:700;
}

.mrbox-cart-item{
	display:flex;
	gap:10px;
	padding:10px 0;
	border-bottom:1px solid #eee;
}

.mrbox-cart-item img{
	width:60px;
	height:60px;
	object-fit:cover;
}

.mrbox-cart-item-controls{
	display:flex;
	gap:6px;
	align-items:center;
	margin-top:6px;
}

.mrbox-cart-qty-btn{
	width:26px;
	height:26px;
	border:1px solid #ccc;
	background:#fff;
	cursor:pointer;
}

.mrbox-cart-remove{
	border:none;
	background:none;
	font-size:13px;
	text-decoration:underline;
	cursor:pointer;
}

.mrbox-side-block-title{
	font-weight:700;
	margin:14px 0 10px;
}

.mrbox-total-row{
	display:flex;
	justify-content:space-between;
	font-size:18px;
	margin-top:18px;
	font-weight:700;
}


.mrbox-side-card{
	background:rgba(255,255,255,0.55);
	border:1px solid rgba(0,0,0,0.06);
	padding:12px;
	margin-bottom:10px;
}

.mrbox-side-product{
	display:flex;
	gap:10px;
	align-items:center;
}

.mrbox-side-product-image-wrap{
	width:64px;
	min-width:64px;
	height:64px;
	background:#fff;
	overflow:hidden;
	border-radius:2px;
}

.mrbox-side-product-image{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.mrbox-side-product-name{
	font-size:17px;
	line-height:1.1;
	font-weight:700;
	color:#1d1713;
	margin-bottom:3px;
}

.mrbox-side-product-price{
	font-size:15px;
	font-weight:700;
	color:#b77a3d;
}

.mrbox-side-block-title{
	font-size:15px;
	font-weight:700;
	color:#1d1713;
	margin-bottom:10px;
}

.mrbox-option-list{
	border:1px solid rgba(0,0,0,0.12);
	background:#fffdf9;
}

.mrbox-option-card{
	display:block;
	cursor:pointer;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.mrbox-option-card:last-child{
	border-bottom:none;
}

.mrbox-option-card input{
	display:none;
}

.mrbox-option-ui{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:14px;
	padding:12px 14px;
	border:1px solid transparent;
	transition:all 0.25s ease;
}

.mrbox-option-left{
	display:flex;
	flex-direction:column;
}

.mrbox-option-title{
	font-size:15px;
	font-weight:700;
	color:#1d1713;
	line-height:1.3;
}

.mrbox-option-subtitle{
	font-size:13px;
	color:#6d6d6d;
	margin-top:2px;
	line-height:1.35;
}

.mrbox-option-price{
	font-size:15px;
	font-weight:700;
	color:#1d1713;
	white-space:nowrap;
}

.mrbox-option-card input:checked + .mrbox-option-ui{
	background:#f2f4fb;
	border-color:#7fa4e8;
}

.mrbox-side-total-card{
	padding:12px 12px 8px;
	background:#f3ece2;
	border:1px solid rgba(0,0,0,0.08);
}

.mrbox-side-total-row{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:14px;
	padding:5px 0;
	font-size:14px;
	color:#1d1713;
}

.mrbox-side-total-final{
	margin-top:4px;
	padding-top:10px;
	border-top:1px solid rgba(0,0,0,0.10);
	font-size:16px;
	font-weight:700;
}

.mrbox-side-total-final strong{
	font-size:22px;
	color:#b77a3d;
}





.mrbox-header-cart{
	position:relative;
	cursor:pointer;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
}

.mrbox-header-cart .flaticon-shopping-cart{
	font-size:28px;
	line-height:1;
	position:relative;
	z-index:1;
}

.mrbox-header-cart-count{
	position:absolute;
	top:-4px;
	right:-6px;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#d98d4a;
	color:#ffffff;
	font-size:11px;
	font-weight:700;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	z-index:2;
	box-shadow:0 3px 8px rgba(0,0,0,0.15);
	padding:0;
}

.mrbox-header-cart-count.is-empty{
	display:none;
}

.mrbox-cart-glyph{
	font-family:"flaticon" !important;
	font-size:28px;
	line-height:1;
	color:#2a1a12;
}

.mrbox-summary-card{
	background:rgba(255,255,255,0.52);
	border:1px solid rgba(0,0,0,0.08);
	padding:0;
	overflow:hidden;
}

.mrbox-summary-section{
	padding:14px;
	border-bottom:1px solid rgba(0,0,0,0.08);
}

.mrbox-summary-section:last-child{
	border-bottom:none;
}

.mrbox-summary-product{
	background:rgba(255,255,255,0.38);
}

.mrbox-summary-total{
	background:#f3ece2;
}

.mrbox-side-card{
	display:none;
}
.language-switcher{
	display:flex;
	align-items:center;
	gap:10px;
}

.language-switcher a{
	text-decoration:none;
	font-size:14px;
	font-weight:700;
	color:#1d1713;
	opacity:0.55;
	transition:all 0.25s ease;
}

.language-switcher a.active{
	opacity:1;
	color:#b77a3d;
}

.language-switcher a:hover{
	opacity:1;
}
.mrbox-product-short-desc.full{
    margin:20px 0 24px;
    padding:0;
    border:none;
    font-size:17px;
    line-height:1.9;
    color:#2d241f;
}

.mrbox-product-price-row.bottom{
    margin-top:24px;
    margin-bottom:16px;
    border-top:1px solid rgba(0,0,0,0.08);
    padding-top:22px;
}
.mrbox-product-title{
    font-size:44px;
    line-height:1.02;
    font-weight:700;
    color:#1d1713;
    margin:0 0 22px;
}
/* Общий сброс для баннера */
.page-title h2, 
.sec-title_heading, 
h1.banner-title {
    font-size: 34px !important; /* Уменьшаем основной заголовок */
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
}

/* Подзаголовок (над основным заголовком, например "Всего за 24 часа") */
.page-title .upper-text, 
.banner-section .subtitle {
    font-size: 14px !important;
    letter-spacing: 3px !important;
    margin-bottom: 15px !important;
}

/* Текст в хлебных крошках или описание под заголовком */
.bread-crumb li, 
.page-title .text {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* Корзина */

.mrbox-cart-item{
	display:flex;
	gap:10px;
	padding:10px 0;
	border-bottom:1px solid rgba(0,0,0,0.08);
}

.mrbox-cart-item:last-child{
	border-bottom:none;
}

.mrbox-cart-item-image{
	width:64px;
	min-width:64px;
	height:64px;
	overflow:hidden;
	background:#fff;
	border-radius:2px;
}

.mrbox-cart-item-image img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.mrbox-cart-item-info{
	flex:1;
	min-width:0;
}

.mrbox-cart-item-name{
	font-size:15px;
	line-height:1.3;
	font-weight:700;
	color:#1d1713;
	margin-bottom:4px;
}

.mrbox-cart-item-price{
	font-size:14px;
	font-weight:700;
	color:#b77a3d;
	margin-bottom:8px;
}

.mrbox-cart-item-controls{
	display:flex;
	align-items:center;
	gap:8px;
	flex-wrap:wrap;
}

.mrbox-cart-qty-btn{
	width:28px;
	height:28px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(0,0,0,0.12);
	background:#fffdf9;
	color:#1d1713;
	font-size:18px;
	line-height:1;
	cursor:pointer;
	padding:0;
	transition:all .25s ease;
}

.mrbox-cart-qty-btn:hover{
	border-color:#c98a4a;
	color:#b77a3d;
	background:#fff;
}

.mrbox-cart-qty-value{
	min-width:20px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#1d1713;
}

.mrbox-cart-remove{
	margin-left:6px;
	border:none;
	background:transparent;
	color:#8b7765;
	font-size:13px;
	font-weight:700;
	cursor:pointer;
	padding:0;
	text-decoration:underline;
}

.mrbox-cart-remove:hover{
	color:#1d1713;
}

.mrbox-cart-empty{
	font-size:14px;
	color:#6d5b4d;
	line-height:1.6;
}

/* Модалка) */
/* ===== MR.BOX MODAL CART CLEAN VERSION ===== */

.mrbox-modal{
	display:none;
	position:fixed;
	inset:0;
	z-index:99999;
}

.mrbox-modal.is-open{
	display:block;
}

.mrbox-modal-backdrop{
	position:absolute;
	inset:0;
	background:rgba(17,13,10,0.58);
	backdrop-filter:blur(4px);
	-webkit-backdrop-filter:blur(4px);
}

.mrbox-modal-dialog{
	position:relative;
	width:min(1040px, calc(100% - 24px));
	margin:20px auto;
	background:#f6f0e8;
	box-shadow:0 30px 80px rgba(0,0,0,0.24);
	padding:20px 22px 18px;
	z-index:2;
	max-height:calc(100vh - 40px);
	overflow-y:auto;
	border-right:8px solid #c98a4a;
}

.mrbox-modal-close{
	position:absolute;
	top:8px;
	right:12px;
	width:36px;
	height:36px;
	border:none;
	background:transparent;
	font-size:32px;
	line-height:1;
	color:#1d1713;
	cursor:pointer;
}

.mrbox-modal-grid{
	display:grid;
	grid-template-columns:1fr 0.95fr;
	gap:20px;
	align-items:start;
}

.mrbox-checkout-left h3{
	margin:0 0 14px;
	font-size:28px;
	line-height:1.08;
	font-weight:700;
	color:#1d1713;
}

.mrbox-checkout-left input,
.mrbox-checkout-left textarea{
	width:100%;
	margin-bottom:12px;
	padding:11px 12px;
	border:1px solid rgba(0,0,0,0.10);
	background:#fcfaf6;
	font-size:14px;
	color:#1d1713;
	outline:none;
}

.mrbox-checkout-left input:focus,
.mrbox-checkout-left textarea:focus{
	border-color:#c98a4a;
	box-shadow:0 0 0 3px rgba(201,138,74,0.10);
	background:#fffdfa;
}

.mrbox-checkout-left textarea{
	min-height:110px;
	resize:vertical;
}

.mrbox-checkout-left button{
	width:100%;
	background:#b77a3d;
	color:#fff;
	border:none;
	padding:14px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.08em;
	cursor:pointer;
	transition:all .3s ease;
}

.mrbox-checkout-left button:hover{
	background:#1d1713;
}

.mrbox-summary-card{
	background:rgba(255,255,255,0.52);
	border:1px solid rgba(0,0,0,0.08);
	overflow:hidden;
}

.mrbox-summary-section{
	padding:14px;
	border-bottom:1px solid rgba(0,0,0,0.08);
}

.mrbox-summary-section:last-child{
	border-bottom:none;
}

.mrbox-summary-total{
	background:#f3ece2;
}

.mrbox-side-block-title{
	font-size:15px;
	font-weight:700;
	color:#1d1713;
	margin-bottom:10px;
}

.mrbox-cart-item{
	display:flex;
	gap:10px;
	padding:10px 0;
	border-bottom:1px solid rgba(0,0,0,0.08);
}

.mrbox-cart-item:last-child{
	border-bottom:none;
}

.mrbox-cart-item-image{
	width:64px;
	min-width:64px;
	height:64px;
	overflow:hidden;
	background:#fff;
	border-radius:2px;
}

.mrbox-cart-item-image img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.mrbox-cart-item-info{
	flex:1;
	min-width:0;
}

.mrbox-cart-item-name{
	font-size:15px;
	line-height:1.3;
	font-weight:700;
	color:#1d1713;
	margin-bottom:4px;
}

.mrbox-cart-item-price{
	font-size:14px;
	font-weight:700;
	color:#b77a3d;
	margin-bottom:8px;
}

.mrbox-cart-item-controls{
	display:flex;
	align-items:center;
	gap:8px;
	flex-wrap:wrap;
}

.mrbox-cart-qty-btn{
	width:28px;
	height:28px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(0,0,0,0.12);
	background:#fffdf9;
	color:#1d1713;
	font-size:18px;
	line-height:1;
	cursor:pointer;
	padding:0;
	transition:all .25s ease;
}

.mrbox-cart-qty-btn:hover{
	border-color:#c98a4a;
	color:#b77a3d;
	background:#fff;
}

.mrbox-cart-qty-value{
	min-width:20px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#1d1713;
}

.mrbox-cart-remove{
	margin-left:6px;
	border:none;
	background:transparent;
	color:#8b7765;
	font-size:13px;
	font-weight:700;
	cursor:pointer;
	padding:0;
	text-decoration:underline;
}

.mrbox-cart-remove:hover{
	color:#1d1713;
}

.mrbox-cart-empty{
	font-size:14px;
	color:#6d5b4d;
	line-height:1.6;
}

.mrbox-option-list{
	border:1px solid rgba(0,0,0,0.12);
	background:#fffdf9;
}

.mrbox-option-card{
	display:block;
	cursor:pointer;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.mrbox-option-card:last-child{
	border-bottom:none;
}

.mrbox-option-card input{
	display:none;
}

.mrbox-option-ui{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:14px;
	padding:12px 14px;
	border:1px solid transparent;
	transition:all .25s ease;
}

.mrbox-option-left{
	display:flex;
	flex-direction:column;
}

.mrbox-option-title{
	font-size:15px;
	font-weight:700;
	color:#1d1713;
	line-height:1.3;
}

.mrbox-option-subtitle{
	font-size:13px;
	color:#6d6d6d;
	margin-top:2px;
	line-height:1.35;
}

.mrbox-option-price{
	font-size:15px;
	font-weight:700;
	color:#1d1713;
	white-space:nowrap;
}

.mrbox-option-card input:checked + .mrbox-option-ui{
	background:#f2f4fb;
	border-color:#7fa4e8;
}

.mrbox-total-row,
.mrbox-side-total-row{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:14px;
	padding:6px 0;
	font-size:14px;
	color:#1d1713;
}

.mrbox-side-total-final{
	margin-top:4px;
	padding-top:10px;
	border-top:1px solid rgba(0,0,0,0.10);
	font-size:16px;
	font-weight:700;
}

.mrbox-side-total-final strong,
#mrboxOrderTotal{
	font-size:22px;
	color:#b77a3d;
}

body.mrbox-modal-open{
	overflow:hidden;
}

.mrbox-header-cart{
	position:relative;
	cursor:pointer;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
}

.mrbox-header-cart .flaticon-shopping-cart,
.mrbox-cart-glyph{
	font-family:"flaticon" !important;
	font-size:28px;
	line-height:1;
	color:#2a1a12;
	position:relative;
	z-index:1;
}

.mrbox-header-cart-count{
	position:absolute;
	top:-4px;
	right:-6px;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#d98d4a;
	color:#ffffff;
	font-size:11px;
	font-weight:700;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	z-index:2;
	box-shadow:0 3px 8px rgba(0,0,0,0.15);
	padding:0;
}

.mrbox-header-cart-count.is-empty{
	display:none;
}

@media (max-width: 991px){
	.mrbox-modal-dialog{
		width:calc(100% - 20px);
		padding:16px 14px 14px;
		border-right:6px solid #c98a4a;
	}

	.mrbox-modal-grid{
		grid-template-columns:1fr;
		gap:16px;
	}
}

@media (max-width: 767px){
	.mrbox-checkout-left h3{
		font-size:24px;
	}

	#mrboxOrderTotal{
		font-size:20px;
	}
}



.vibe-container {
        font-family: Arial, sans-serif;
        color: #000;
        max-width: 450px;
        line-height: 1.1; /* Схлопывает строки почти вплотную */
    }

    .vibe-title {
        font-size: 52px;
        font-weight: 900;
        margin: 0 0 8px 0;
        letter-spacing: -2px;
    }

    .vibe-intro {
        font-size: 17px;
        margin: 0 0 20px 0;
        font-weight: 400;
    }

    .vibe-item {
        font-size: 15px;
        margin-bottom: 6px; /* Минимальный зазор между пунктами */
        padding: 0;
    }

    .vibe-item strong {
        font-weight: 700;
    }

    .lang-spacer {
        height: 30px; /* Разделитель между языками */
    }
    
  .mrbox-page-title{
    padding: 65px 0 45px !important;
    min-height: auto !important;
    background-position: center center;
    background-size: cover;
}

.mrbox-page-title h2{
    margin: 0 0 14px;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 700;
    color: #fff;
    text-transform: none;
}

.mrbox-page-title .bread-crumb{
    margin: 0;
}

.mrbox-page-title .bread-crumb li,
.mrbox-page-title .bread-crumb li a{
    font-size: 17px;
    line-height: 1.5;
    color: rgba(255,255,255,0.92);
    font-weight: 500;
}

@media (max-width: 991px){
    .mrbox-page-title{
        padding: 50px 0 35px !important;
    }

    .mrbox-page-title h2{
        font-size: 46px;
    }

    .mrbox-page-title .bread-crumb li,
    .mrbox-page-title .bread-crumb li a{
        font-size: 15px;
    }
}

@media (max-width: 767px){
    .mrbox-page-title{
        padding: 38px 0 28px !important;
    }

    .mrbox-page-title h2{
        font-size: 34px;
        margin-bottom: 10px;
    }

    .mrbox-page-title .bread-crumb li,
    .mrbox-page-title .bread-crumb li a{
        font-size: 14px;
        line-height: 1.4;
    }
}

.mrbox-product-page{
    padding:56px 0 70px;
    background:#f8f3ec;
}

.mrbox-product-wrap{
    display:grid;
    grid-template-columns:minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap:34px;
    align-items:start;
}

.mrbox-product-gallery-layout{
    display:grid;
    grid-template-columns:82px 1fr;
    gap:16px;
    align-items:start;
}

.mrbox-product-gallery-main{
    background:#fff;
    border:1px solid rgba(0,0,0,0.08);
    overflow:hidden;
    box-shadow:0 10px 24px rgba(0,0,0,0.04);
}

.mrbox-product-main-image{
    width:100%;
    aspect-ratio:1 / 0.82;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    position:relative;
}

.mrbox-product-main-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}

.mrbox-product-main-image:hover img{
    transform:scale(1.03);
}

.mrbox-product-thumbs-vertical-wrap{
    display:flex;
    flex-direction:column;
    gap:8px;
    height:100%;
}

.mrbox-product-thumbs-vertical-viewport{
    overflow:hidden;
    flex:1;
    min-height:0;
}

.mrbox-product-thumbs-vertical{
    display:flex;
    flex-direction:column;
    gap:8px;
    transition:transform .35s ease;
    will-change:transform;
}

.mrbox-product-thumb-vertical{
    width:100%;
    border:1px solid rgba(0,0,0,0.10);
    background:#fff;
    cursor:pointer;
    overflow:hidden;
    position:relative;
    transition:all .25s ease;
}

.mrbox-product-thumb-vertical::after{
    content:"";
    position:absolute;
    inset:0;
    border:2px solid transparent;
    pointer-events:none;
    transition:all .25s ease;
}

.mrbox-product-thumb-vertical.active::after{
    border-color:#c98a4a;
}

.mrbox-product-thumb-vertical:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 18px rgba(0,0,0,0.08);
    border-color:rgba(201,138,74,0.45);
}

.mrbox-product-thumb-vertical img{
    width:100%;
    height:92px;
    object-fit:cover;
    display:block;
}

.mrbox-thumbs-vertical-arrow{
    width:100%;
    height:32px;
    border:1px solid rgba(0,0,0,0.08);
    background:#fff;
    color:#1d1713;
    font-size:24px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:all .25s ease;
    padding:0;
    transform:rotate(90deg);
}

.mrbox-thumbs-vertical-arrow:hover{
    border-color:#c98a4a;
    color:#b77a3d;
    background:#fffdfa;
}

.mrbox-thumbs-vertical-arrow.is-disabled{
    opacity:.35;
    pointer-events:none;
}

}

.mrbox-product-wrap{
    display:grid;
    grid-template-columns:minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap:34px;
    align-items:start;
}
2. Premium-галерея слева

Используйте вот этот финальный CSS для галереи:

.mrbox-product-gallery-layout{
    display:grid;
    grid-template-columns:82px 1fr;
    gap:16px;
    align-items:start;
}

.mrbox-product-gallery-main{
    background:#fff;
    border:1px solid rgba(0,0,0,0.08);
    overflow:hidden;
    box-shadow:0 10px 24px rgba(0,0,0,0.04);
}

.mrbox-product-main-image{
    width:100%;
    aspect-ratio:1 / 0.82;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    position:relative;
}

.mrbox-product-main-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}

.mrbox-product-main-image:hover img{
    transform:scale(1.03);
}

.mrbox-product-thumbs-vertical-wrap{
    display:flex;
    flex-direction:column;
    gap:8px;
    height:100%;
}

.mrbox-product-main-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}

.mrbox-product-main-image:hover img{
    transform:scale(1.03);
}

.mrbox-product-thumbs-vertical-wrap{
    display:flex;
    flex-direction:column;
    gap:8px;
    height:100%;
}

.mrbox-product-thumb-vertical{
    width:100%;
    border:1px solid rgba(0,0,0,0.10);
    background:#fff;
    cursor:pointer;
    overflow:hidden;
    position:relative;
    transition:all .25s ease;
}

.mrbox-product-thumb-vertical::after{
    content:"";
    position:absolute;
    inset:0;
    border:2px solid transparent;
    pointer-events:none;
    transition:all .25s ease;
}

.mrbox-product-thumb-vertical{
    width:100%;
    border:1px solid rgba(0,0,0,0.10);
    background:#fff;
    cursor:pointer;
    overflow:hidden;
    position:relative;
    transition:all .25s ease;
}

.mrbox-product-thumb-vertical::after{
    content:"";
    position:absolute;
    inset:0;
    border:2px solid transparent;
    pointer-events:none;
    transition:all .25s ease;
}


.mrbox-product-thumb-vertical.active::after{
    border-color:#c98a4a;
}

.mrbox-product-thumb-vertical:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 18px rgba(0,0,0,0.08);
    border-color:rgba(201,138,74,0.45);
}

.mrbox-product-thumb-vertical img{
    width:100%;
    height:92px;
    object-fit:cover;
    display:block;
}
.mrbox-thumbs-vertical-arrow{
    width:100%;
    height:32px;
    border:1px solid rgba(0,0,0,0.08);
    background:#fff;
    color:#1d1713;
    font-size:24px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:all .25s ease;
    padding:0;
    transform:rotate(90deg);
}
.mrbox-product-info{
    background:rgba(255,255,255,0.72);
    border:1px solid rgba(0,0,0,0.08);
    padding:30px 30px 28px;
    box-shadow:0 10px 24px rgba(0,0,0,0.04);
}

.mrbox-product-title{
    font-size:52px;
    line-height:0.98;
    font-weight:700;
    color:#1d1713;
    margin:0 0 18px;
    letter-spacing:-0.02em;
}

.mrbox-product-description{
    font-size:16px;
    line-height:1.82;
    color:#2d241f;
    margin-bottom:20px;
}

.mrbox-product-meta{
    display:grid;
    gap:12px;
    margin-bottom:22px;
}

.mrbox-product-meta-item{
    display:flex;
    align-items:flex-start;
    gap:11px;
    font-size:16px;
    line-height:1.6;
    color:#1d1713;
}

.mrbox-product-meta-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#c98a4a;
    margin-top:8px;
    flex-shrink:0;
}

.mrbox-product-price-wrap{
    border-top:1px solid rgba(0,0,0,0.08);
    padding-top:22px;
    margin-top:8px;
}

.mrbox-product-price-row{
    display:flex;
    align-items:flex-end;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:16px;
}

.mrbox-product-price{
    font-size:34px;
    font-weight:700;
    color:#b77a3d;
    line-height:1;
    letter-spacing:-0.02em;
}

.mrbox-product-oldprice{
    font-size:18px;
    color:#8a7461;
    text-decoration:line-through;
}

.mrbox-product-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.mrbox-order-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 30px;
    background:#b77a3d;
    color:#fff;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
    text-decoration:none;
    border:none;
    cursor:pointer;
    transition:all .3s ease;
    min-width:240px;
}

.mrbox-order-btn:hover{
    background:#1d1713;
    color:#fff;
}


.mrbox-related-section{
    padding:16px 0 84px;
    background:#f8f3ec;
}

.mrbox-related-title{
    margin:0 0 24px;
    font-size:34px;
    line-height:1.08;
    font-weight:700;
    color:#1d1713;
    letter-spacing:-0.02em;
}

.mrbox-related-card{
    background:rgba(255,255,255,0.72);
    border:1px solid rgba(0,0,0,0.08);
    overflow:hidden;
    height:100%;
    transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    box-shadow:0 8px 20px rgba(0,0,0,0.03);
}

.mrbox-related-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 36px rgba(0,0,0,0.08);
    border-color:rgba(201,138,74,0.45);
}
.shop-detail .row.clearfix{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
}

.shop-detail_gallery-column{
    width:50%;
    max-width:50%;
    flex:0 0 50%;
}

.shop-detail_content-column{
    width:50%;
    max-width:50%;
    flex:0 0 50%;
    padding-left:40px;
}

.shop-detail_gallery-column,
.shop-detail_content-column{
    float:none !important;
}
.shop-block_one-price{
    margin-bottom:10px !important;
    font-size:18px !important;
    line-height:1.2 !important;
    font-weight:700;
    color:#d98d4a;
}

.shop-block_one-heading{
    margin-bottom:8px !important;
    font-size:24px !important;
    line-height:1.15 !important;
}

.shop-block_one-heading a{
    color:#1d1713;
}

.shop-block_one-rating{
    margin-top:0 !important;
    font-size:14px !important;
    line-height:1.35 !important;
    color:#5f5147;
}

.shop-block_one-content{
    margin:-10px auto 0 !important;
    padding:22px 24px 20px !important;
    width:86%;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    text-align:center;
}
.shop-block_one-image{
    overflow:hidden;
}

.shop-block_one-image img{
    width:100%;
    height:545px;
    object-fit:cover;
    display:block;
}
.mrbox-related-card-link{
    display:block;
    text-decoration:none !important;
    color:inherit;
    transition:transform .28s ease, box-shadow .28s ease;
}

.mrbox-related-card-link:hover{
    transform:translateY(-6px);
}

.shop-block_one .mrbox-related-content{
    margin:-8px auto 0 !important;
    width:84%;
    background:#fff;
    padding:24px 22px 22px !important;
    text-align:center;
    box-shadow:0 14px 30px rgba(0,0,0,0.08);
    transition:box-shadow .28s ease;
}

.mrbox-related-card-link:hover .mrbox-related-content{
    box-shadow:0 20px 38px rgba(0,0,0,0.12);
}

.shop-block_one-image{
    overflow:hidden;
}

.shop-block_one-image img{
    width:100%;
    height:540px;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}

.mrbox-related-card-link:hover .shop-block_one-image img{
    transform:scale(1.03);
}

.shop-block_one-price{
    margin-bottom:10px !important;
    font-size:27px !important;
    line-height:1.2 !important;
    font-weight:700;
    color:#d98d4a;
    letter-spacing:0.02em;
}

.shop-block_one-heading{
    margin:0 0 8px !important;
    font-size:24px !important;
    line-height:1.12 !important;
    font-weight:700;
    color:#1d1713;
}

.shop-block_one-heading a{
    color:inherit !important;
    text-decoration:none !important;
}

.shop-block_one-rating{
    margin-top:0 !important;
    font-size:14px !important;
    line-height:1.35 !important;
    color:#6a5a4d;
}

@media (max-width:1199px){
    .shop-block_one-image img{
        height:470px;
    }
}

@media (max-width:767px){
    .shop-block_one .mrbox-related-content{
        width:90%;
        padding:18px 16px 18px !important;
    }

    .shop-block_one-image img{
        height:360px;
    }

    .shop-block_one-heading{
        font-size:20px !important;
    }

    .shop-block_one-price{
        font-size:13px !important;
    }
}
.shop-block_one .mrbox-related-content{
    padding:22px 20px 18px !important;
}

.shop-block_one-rating{
    margin-top:0 !important;
    font-size:18px !important;
    line-height:1.45 !important;
    color:#8a7b70;
    font-weight:400;
}
.shop-block_one-heading{
    margin:0 0 10px !important;
    font-size:28px !important;
    line-height:1.2 !important;
    font-weight:600 !important;
    color:#1f1713;
    letter-spacing:0.01em;
}





@media (max-width: 767px){

    .shop-detail .row.clearfix{
        display:flex !important;
        flex-direction:column !important;
    }

    .shop-detail_content-column{
        order:1;
        width:100% !important;
        max-width:100% !important;
        flex:0 0 100% !important;
        padding-left:0 !important;
        margin-top:0 !important;
        margin-bottom:22px !important;
    }

    .shop-detail_gallery-column{
        order:2;
        width:100% !important;
        max-width:100% !important;
        flex:0 0 100% !important;
    }

    .shop-detail_title{
        font-size:28px !important;
        line-height:1.05 !important;
        margin-bottom:14px !important;
    }

    .shop-detail_price{
        font-size:26px !important;
        margin-bottom:18px !important;
    }

    .shop-detail_text{
        font-size:15px !important;
        line-height:1.7 !important;
        margin-bottom:18px !important;
    }

    .shop-detail_list li{
        font-size:15px !important;
        line-height:1.65 !important;
        margin-bottom:9px !important;
    }

    .shop-detail_content-column .inner-column{
        padding:0 !important;
        background:transparent !important;
        border:none !important;
        box-shadow:none !important;
    }

    .shop-detail .theme-btn.btn-style-one{
        width:100%;
        min-width:0 !important;
    }
}






@media (max-width:767px){

    .page-title.mrbox-product-hero{
        padding:55px 0 45px !important;
        min-height:auto !important;
    }

    .page-title.mrbox-product-hero h2{
        font-size:34px !important;
        line-height:1.05 !important;
        margin-bottom:10px !important;
    }

    .mrbox-breadcrumb{
        font-size:14px !important;
    }
}
@media (max-width:767px){

    .shop-detail{
        padding-top:28px !important;
    }

    .shop-detail .auto-container{
        padding-top:0 !important;
    }
}
@media (max-width:767px){

    .shop-detail_text{
        font-size:16px !important;
        line-height:1.65 !important;
    }

    .shop-detail_list li{
        font-size:15px !important;
        line-height:1.55 !important;
    }
}
/* Основные стили для мобильной адаптации */
@media (max-width:767px){

    .logo-box{
        width:auto !important;
        padding-left:6px !important;
        padding-right:6px !important;
    }

    .logo-box .logo img{
        max-height:44px !important;
    }

    .header-lower .inner-container{
        min-height:54px !important;
    }

    .outer-box{
        gap:4px !important;
        padding-right:6px !important;
    }
}

@media (max-width:767px){

    .language-switcher{
        font-size:12px !important;
        padding:3px 5px !important;
        border:none !important;
        background:transparent !important;
    }

    .language-switcher a{
        padding:0 2px !important;
    }
}
@media (max-width: 767px){
    .header-options_box{
        display:flex !important;
        align-items:center !important;
        gap:8px !important;
        margin-right:4px !important;
    }

    .language-switcher{
        font-size:14px !important;
        gap:2px !important;
    }

    .mrbox-header-cart{
        width:34px !important;
        height:34px !important;
    }

    .mrbox-cart-icon i{
        font-size:18px !important;
    }

    .search-box-btn{
         display:none !important;
    }
     .header-top{
        
         height:54px !important;
    }
   
}
/* Для мобильной версии (адаптив) */
.logo-mobile {
    display: none !important;
}

/* На мобильных устройствах (до 991px) */
@media (max-width: 991px) {
    /* Скрываем десктопное лого */
    .logo-desktop {
        display: none !important;
    }

    /* Показываем мобильное лого */
    .logo-mobile {
        display: block !important;
        height: 100%; /* Чтобы соответствовало высоте хедера */
        width: auto;
        max-height: 60px; /* Ваша высота мобильного хедера */
        object-fit: contain;
    }
    
    /* Убеждаемся, что контейнеры не ограничивают видимость */
    .logo-box, .logo, .logo a {
        height: 60px; 
        display: flex;
        align-items: center;
    }
}
@media (max-width: 991px) {
    
    .main-header .header-lower .logo-box .logo:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 300%;
    z-index: -1;
    background-color: transparent;
}
}
/* Для мобильной версии (адаптив) */
.main-mobile {
    display: none !important;
}
@media (max-width: 991px) {
    /* Скрываем десктопное лого */
    .main-desktop {
        display: none !important;}
            /* Показываем мобильное лого */
    .main-mobile {
        display: block !important;
        height: 100%; /* Чтобы соответствовало высоте хедера */
        width: auto;
      
    }
    }
    
    @media (max-width: 767px){

    .shop-detail .row.clearfix{
        display:flex !important;
        flex-direction:column !important;
    }

    .shop-detail_content-column{
        order:2;
        width:100% !important;
        max-width:100% !important;
        flex:0 0 100% !important;
        padding-left:0 !important;
        margin-top:0 !important;
        margin-bottom:22px !important;
    }

    .shop-detail_gallery-column{
        order:1;
        width:100% !important;
        max-width:100% !important;
        flex:0 0 100% !important;
    }

    .shop-detail_title{
        font-size:28px !important;
        line-height:1.05 !important;
        margin-bottom:14px !important;
    }

    .shop-detail_price{
        font-size:26px !important;
        margin-bottom:18px !important;
    }

    .shop-detail_text{
        font-size:15px !important;
        line-height:1.7 !important;
        margin-bottom:18px !important;
    }

    .shop-detail_list li{
        font-size:15px !important;
        line-height:1.65 !important;
        margin-bottom:9px !important;
    }

    .shop-detail_content-column .inner-column{
        padding:0 !important;
        background:transparent !important;
        border:none !important;
        box-shadow:none !important;
    }

    .shop-detail .theme-btn.btn-style-one{
        width:100%;
        min-width:0 !important;
    }
}
.main-menu .navigation > li.current > a {
    color: #ce9d67 !important; /* Ваш золотистый/оранжевый цвет */
}


@media (max-width: 767.98px) {
    .shop-detail_content-column .inner-column {
        margin: 0 16px;
        box-sizing: border-box;
    }
    .shop-detail_text {
        line-height: 1.2;
        
    }
     .shop-detail_list li {
      
        line-height: 1.35;
    }

       .shop-detail_list li {
        margin-bottom: 0 !important;
        padding-bottom: 4px !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 767.98px) {
    html, body {
        overflow-x: hidden;
    }

    .shop-detail_content-column .inner-column {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box;
    }

    .shop-detail_image-column,
    .shop-detail_content-column {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .shop-detail_image-column img,
    .shop-detail_content-column img {
        max-width: 100%;
        height: auto;
        display: block;
    }
}
/* Product cards */
.mrbox-product-price{
    font-size:28px;
    font-weight:700;
    color:#b87934;
    margin-bottom:20px;
  margin-top:30px;
    line-height:1.1;
}
.mrbox-product-prices{
    font-size:28px;
    font-weight:700;
    color:#b87934;
    margin-bottom:10px;
     margin-top:-30px;
    line-height:1.1;
}
.news-block_two-heading a
{
    
     font-size:35px!important;  
}
.news-block_two-title {
   
    color: var(--white-color);
    background-color:#432810!important;
}
.slider-one_heading {font-size:64px!important; }

.catalog-filter {margin-top: -55px}
.catalog-filter {
    margin-bottom: 35px;
}

.catalog-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.catalog-filter {
    margin-bottom: 45px;
}

.catalog-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 16px 26px;
    text-decoration: none;
    background: #d98d4a;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.25s ease;
    border-radius: 0;
}

.catalog-filter-btn:hover,
.catalog-filter-btn.active {
    background: #c97d39;
    color: #ffffff;
}

.catalog-filter-btn span.filter-text {
    padding: 0;
    color: #ffffff;
}

.catalog-filter-btn span.filter-arrow {
    display: none;
}

@media (max-width:768px){
    .catalog-filter-list{
        flex-direction: column;
    }

    .catalog-filter-btn{
        width: 100%;
        min-width: 100%;
    }
}

.search-results-section{
    padding:70px 0;
}

.search-empty-text{
    font-size:22px;
    color:#222;
    text-align:center;
    padding:30px 0;
}

.universal-search-card{
    background:#fff;
    height:100%;
    display:flex;
    flex-direction:column;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    transition:all 0.3s ease;
    margin-bottom:30px;
}

.universal-search-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,0.10);
}

.universal-search-image{
    overflow:hidden;
    background:#f6f6f6;
}

.universal-search-image img{
    width:100%;
    height:360px;
    object-fit:cover;
    display:block;
}

.universal-search-body{
    padding:22px 22px 24px;
    display:flex;
    flex-direction:column;
    flex-grow:1;
}

.universal-search-type{
    font-size:13px;
    font-weight:700;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:#c8843f;
    margin-bottom:10px;
}

.universal-search-title{
    font-size:30px;
    line-height:1.1;
    font-weight:600;
    margin:0 0 10px;
}

.universal-search-title a{
    color:#1f1f1f;
    text-decoration:none;
}

.universal-search-text{
    font-size:15px;
    line-height:1.6;
    color:#666;
    margin-bottom:18px;
}

.universal-search-price{
    font-size:28px;
    line-height:1.1;
    font-weight:700;
    color:#b87934;
    margin-bottom:18px;
}

.universal-search-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:fit-content;
    padding:12px 24px;
    background:#c8843f;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    margin-top:auto;
    transition:all 0.25s ease;
}

.universal-search-btn:hover{
    background:#111;
    color:#fff;
}

.universal-search-title a:hover{
    color:#c8843f;
}

.universal-search-text{
    font-size:15px;
    line-height:1.6;
    color:#666;
    margin-bottom:18px;
}

.universal-search-price{
    font-size:28px;
    line-height:1.1;
    font-weight:700;
    color:#b87934;
    margin-bottom:18px;
}

.universal-search-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:fit-content;
    padding:12px 24px;
    background:#c8843f;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    margin-top:auto;
    transition:all 0.25s ease;
}

.universal-search-btn:hover{
    background:#111;
    color:#fff;
}