body { background-color: #1e293b; color: #e2e8f0; overflow-x: hidden;}

.node__content {
  width: 78vw;
  margin: auto;
}
.view-content {
  width: 78vw;
  margin: auto;
}
.image-style-wide {
	width: 100%;
	height: auto;
}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: transperent;
}
::-webkit-scrollbar-thumb {
    background: transperent;
}
::-webkit-scrollbar-thumb:hover {
    background: #e2e8f0; 
}
.ck.ck-editor__main > .ck-editor__editable {
	background: #1e293b !important;
}
#block-footerright {
	position: relative;
	bottom: 70px;
	left: 80%;
	font-size: 13px;
	color: #cdd3dc;
	font-family: 'Norse-Bold', 'Arial', sans-serif;
	width: 135px;
}
@media (max-width: 600px) {
#block-footerright {
	bottom: 70px;
	left: 69%;
	font-size: 13px;

}
@media (max-width: 48rem) {
  .calendar-view-pager {
    flex-direction: row;
  }
}
  .calendar-view-day__rows {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: var(--calendar-view-day-rows-gap);
}
 .node__content {
  width: 90vw;
  margin: auto;
} 
  
  
}
  
#block-mainfooter a {
	color: #cdd3dc;
}

#block-mainfooter .nav-link {
	padding: .01rem .8rem;
	font-size: .8rem;
}
.node--unpublished {
	background-color: #1e293b;
}


div.views-view-responsive-grid__item > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > article:nth-child(1) > div:nth-child(1) {
	visibility: hidden;
}
.views-view-responsive-grid__item {
	border: 1px solid;
	border-radius: 12px;
	padding: 12px;
}

.button--add-to-cart {
	position: relative;
	left: 120px;
	top: -60px;
}

.calendar-view-table .calendar-view-day__row {
	font-size: 0.8125rem;
	border-radius: 0.25rem;
	padding: 0.3rem;
	margin: 0;
	line-height: .8;
	background: var(--calendar-view-color-white);
	border: 1px solid var(--calendar-view-color-grey);
	color: var(--calendar-view-color-dark);
	text-decoration: none;
}
.calendar-view-table .next-month, .calendar-view-table .previous-month {
	background: #0f172a;
	color: var(--calendar-view-color-evil);
}
.calendar-view-table td:hover {
	background-color: #374864;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #d3d9e2;
	background-color: #0f172a;
	border-color: #dee2e6 #dee2e6 #1e293b;
}
td.is-active {
	background-color: #0f172a;
}
.table {
	color: #e2e8f0;
}
.btn-primary {
	color: #e2e8f0;
	background-color: #8a6fbe59;
	border-color: #c17a46;
}
.btn-primary:hover {
	color: #fff;
	background-color: #8a6fbe59;
	border-color: #c17a46;
}

	background-color: #8a6fbe;
	border-color: #0062cc;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #e2e8f0;
	background-color: #1e293b;
	background-clip: padding-box;
	border: 1px solid #c17a46;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
	color: #e2e8f0;
	background-color: #1e293b;
	border-color: #b57243;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgb(15, 23, 42);
}
.views-field-variations-target-id{
  text-align: center;
}


.text-light {
  color: #f8f9fa !important;
}
.bg-dark {
  background-color: #0f172a !important;
}
a {
   color: #c17a46; /* Терракотовый - цвет древних рунических камней */
   text-decoration: none;
   background-color: transparent;
   transition: color 0.3s ease;
    font-family: 'Norse-Bold', 'Arial', sans-serif;
}
a:hover {
   color: #e69b69; 
   text-decoration: underline;
}
/*  
a {
   color: #8a6fbe;
   text-decoration: none;
   background-color: transparent;
   transition: color 0.3s ease;
}
a:hover {
   color: #b39ddb; 
   text-decoration: underline;
}
/*   */
.site-logo > img {
	width: 42px;
}

@font-face {
    font-family: 'Runic';
    src: url('../fonts/Runic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}
@font-face {
    font-family: 'Norse-Bold';
    src: url('../fonts/Norse-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}
@font-face {
    font-family: 'Norse-Regular';
    src: url('../fonts/Norse-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FenrirRunic';
    src: url('../fonts/FenrirRunic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.rune-text {
    font-family: 'Norse-Bold', 'Arial', sans-serif;
}

h1 {
    font-family: 'Norse-Bold', 'Arial', sans-serif;
}

h2 {
    font-family: 'Norse-Regular', 'Arial', sans-serif;
}


 










