:root{
	--color-secondary: #D8CECB;
	--color-gray: #EEEEEE;
	--color-dark-gray: #5c5950;
}
body{
	
	
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}
a{
	text-decoration: none;
	color: inherit;
}
img{
	max-width: 100%;
}
.container-fluid {
    max-width: 1400px;
}
p {
    margin-bottom: 0.5rem;
}
a:hover{
	color: var(--color-secondary);
}
a:hover svg,
a:hover path{
	fill: var(--color-secondary);
}
.heading {
    font-size: 27px;
    line-height: 120%;
}
.subheading{
	font-size: 19px;
	line-height: 120%;
}

.logo {
	
	font-size: 30px;
	
}

header .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

header .menu ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
    top: 100%;
    background-color: white;
    width: 260px;
   
    box-shadow: 0px -1px 20px 3px #4b4b4b3d;
	padding: 10px 0;
}
header .menu ul li {
    padding: 0px 15px;
}
header .menu ul li a {
    display: flex;
    width: 100%;
}
header .menu li:hover ul{
	opacity: 1;
	visibility: visible;
}
header .menu li {
    padding: 13px 15px;
    display: flex;
    align-items: center;
}
header .menu li a {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
}
header .menu svg{
	
}

header .menu>li:first-child {
    padding-left: 0;
}
header .menu>li:last-child {
	padding-right: 0;
}
@media (max-width: 767px){
	header .menu li {
		padding: 13px 8px;
	}
	.logo {
		
		font-size: 20px;
		
	}
}
.btn {
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 0;
    box-shadow: none !important;
}
.btn-close{
	 box-shadow: none !important;
	 outline: none;
}
.btn-white{
	background-color: white;
	color: black;
	
}
.btn-white:hover{
	background-color: var(--color-secondary);
}


.product-card .images{
	position: relative;
}


.product-card .images .hidden-image{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.4s;
}

.product-card .images:hover .hidden-image{
	opacity: 1;
	visibility: visible;
}
.swiper-pagination-bullet{
	transition-duration: 0.45s;
}
.swiper-pagination-bullet-active {
    width: 30px !important;
    border-radius: 10px !important;
}

.bg-dominik{
	background-color: var(--color-secondary);
}
.bg-dominik-dark{
	background-color: var(--color-dark-gray);
}

.bg-center {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.position-relative{
	z-index: 0;
}
.bg-absolute-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg-absolute-background img {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section{
	overflow-x: hidden;
}
.text-shadow{
	text-shadow: -3px 5px 11px #000
}

@media (max-width: 767px){
	.section-prems .banner-text {
		background-color: var(--color-gray);
		color: black !important;
		text-shadow: none;
		margin-bottom: 1rem;
		text-align: center;
	}
	.section-prems .banner-text p{
		margin: 0 auto;
		
	}
	.section-prems .bg-dominik-dark{
		background-color: transparent;
	}
	.w-mob-100{
		width: 100%;
	}
	
}



.nav-tabs{
	border: none;
}
.nav-link {
    border: none !important;
    text-transform: uppercase;
    outline: none;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #000 !important;
    border-radius: 0;
	color: black;
	opacity: 0.4;
	text-wrap: nowrap;
}
.nav-link:hover,.nav-link.active{
	opacity: 1;
	color: black;
}
.nav-item{
	margin-right: 18px;
	margin-bottom: 10px;
}
.sw-thumb{
	
}
.sw-thumb:not(.swiper-slide-thumb-active){
	opacity: 0.5;
	cursor: pointer;
}

.offcanvas-wrap {
    position: fixed;
    z-index: 1100;
}
.toast-container{
	z-index: 1200;
}
.modal-backdrop {
    background-color: var(--color-secondary);
}
.modal-backdrop.show {
    opacity: .7;
}
.modal-header {
    border-bottom: 0;
}

.form-wrap {
    position: relative;
}
.form-wrap label {
    background-color: #ffffff;
    position: relative;
    display: inline-block;
    top: 1px;
    left: 15px;
}
.form-control {
    box-shadow: none !important;
    border-radius: 0;
    padding: 10px 13px;
}
.form-control:focus{
	border-color: #000
}

.fav-btn {
    position: absolute;
    top: 20px;
    right: 20px;
	opacity: 0;
	visibility: hidden;
	
}
.product-card:hover .fav-btn{
	opacity: 1;
	visibility: visible;
}
.fav-btn svg path{
	fill: #fff !important;
	transition-duration: 0.2s;
}
.fav-btn:hover svg path{
	fill: var(--color-secondary) !important;
}
@media (max-width: 767px){
	.fav-btn {
		opacity: 1;
		visibility: visible;
	}
}

.abs-loading.abs-loading-fixed {
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff61;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abs-loading{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	z-index: 10;
	background-color: #ffffff61;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-anim .abs-loading{
	display: none;
}
.offcanvas .left-menu {
    padding: 0 0 10px 0;
    list-style: none;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #dbdbdb;
}
.offcanvas .left-menu ul{
	padding: 0;
    list-style: none;
    margin: 0;
}
.offcanvas .left-menu>li>a {
    font-weight: bold;
    font-size: 20px;
}
.offcanvas .left-menu li {
    text-align: right;
}

.product-page .fav-btn {
    opacity: 1;
    visibility: visible;
    top: auto;
    bottom: 4px;
}
.product-page .fav-btn path {
    fill: #000 !important;
}

.not-found-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
}
.not-found-wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    padding: 70px 0;
    border-top: 1px solid var(--color-secondary);
    border-bottom: 1px solid var(--color-secondary);
}
.not-found-copy {
    max-width: 620px;
}
.not-found-eyebrow {
    margin-bottom: 18px;
    color: var(--color-dark-gray);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
}
.not-found-copy .heading {
    margin-bottom: 20px;
    font-size: 46px;
}
.not-found-copy p {
    max-width: 540px;
}
.not-found-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}
.not-found-actions .btn-white {
    border: 1px solid var(--color-secondary);
}
.not-found-mark {
    width: min(38vw, 430px);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-secondary);
    color: #fff;
}
.not-found-mark span {
    font-size: 170px;
    line-height: 1;
}
@media (max-width: 1199px){
    .not-found-mark span {
        font-size: 130px;
    }
}
@media (max-width: 767px){
    .not-found-page {
        min-height: auto;
    }
    .not-found-wrap {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 44px 0;
    }
    .not-found-copy .heading {
        font-size: 34px;
    }
    .not-found-actions {
        flex-direction: column;
    }
    .not-found-actions .btn {
        width: 100%;
    }
    .not-found-mark {
        width: 100%;
        max-height: 220px;
    }
    .not-found-mark span {
        font-size: 96px;
    }
}

.contact-page {
    background: linear-gradient(180deg, #f8f6f5 0, #fff 420px);
    color: #14142b;
}

.contact-hero {
    padding: 34px 0 44px;
}

.contact-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0;
    margin: 0 0 34px;
    list-style: none;
    color: rgba(20, 20, 43, 0.62);
    font-size: 14px;
}

.contact-breadcrumb a:hover {
    color: #14142b;
}

.contact-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    gap: 32px;
    align-items: end;
}

.contact-hero__content h1,
.contact-store__body h2,
.contact-form__head h2,
.contact-locations h2 {
    margin: 0;
    color: #14142b;
    line-height: 1.12;
}

.contact-hero__content h1 {
    max-width: 720px;
    font-size: clamp(38px, 5.2vw, 78px);
}

.contact-hero__content p {
    max-width: 560px;
    margin: 18px 0 0;
    color: rgba(20, 20, 43, 0.72);
    font-size: 18px;
    line-height: 1.55;
}

.contact-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--color-dark-gray);
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
}

.contact-quick {
    display: grid;
    gap: 12px;
}

.contact-quick__item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 18px;
    background: #fff;
    border: 1px solid rgba(20, 20, 43, 0.1);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(20, 20, 43, 0.06);
    transition: border-color 0.2s, transform 0.2s;
}

.contact-quick__item:hover {
    color: #14142b;
    border-color: rgba(20, 20, 43, 0.28);
    transform: translateY(-2px);
}

.contact-quick__icon {
    display: inline-flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: var(--color-secondary);
    border-radius: 50%;
    color: #14142b;
}

.contact-quick small,
.contact-detail__label {
    display: block;
    margin-bottom: 5px;
    color: rgba(20, 20, 43, 0.54);
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
}

.contact-quick strong,
.contact-detail__value {
    display: block;
    color: #14142b;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}

.contact-section {
    padding: 0 0 72px;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 28px;
    align-items: start;
}

.contact-info,
.contact-form {
    min-width: 0;
}

.contact-card,
.contact-detail,
.contact-form,
.contact-location {
    background: #fff;
    border: 1px solid rgba(20, 20, 43, 0.1);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(20, 20, 43, 0.055);
}

.contact-card--store {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    overflow: hidden;
}

.contact-card--no-image {
    grid-template-columns: 1fr;
}

.contact-store__image {
    min-height: 210px;
    background: var(--color-gray);
}

.contact-store__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-store__body {
    padding: 26px;
}

.contact-store__body h2,
.contact-form__head h2,
.contact-locations h2 {
    font-size: 30px;
}

.contact-muted {
    margin: 10px 0 0;
    color: rgba(20, 20, 43, 0.68);
    line-height: 1.55;
}

.contact-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.contact-detail {
    padding: 22px;
}

.contact-detail:first-child {
    grid-column: 1 / -1;
}

.contact-detail address {
    margin: 0;
    color: #14142b;
    font-size: 18px;
    line-height: 1.5;
}

.contact-detail__label--spaced {
    margin-top: 18px;
}

.contact-link {
    display: inline-flex;
    margin-top: 14px;
    color: #14142b;
    border-bottom: 1px solid currentColor;
}

.contact-link:hover {
    color: var(--color-dark-gray);
}

.contact-locations {
    margin-top: 28px;
}

.contact-locations h2 {
    margin-bottom: 16px;
}

.contact-location {
    overflow: hidden;
}

.contact-location + .contact-location {
    margin-top: 10px;
}

.contact-location .accordion-button {
    padding: 18px 20px;
    background: #fff;
    color: #14142b;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
}

.contact-location .accordion-button:not(.collapsed) {
    background: #f8f6f5;
    color: #14142b;
}

.contact-location .accordion-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 18px;
    border-top: 1px solid rgba(20, 20, 43, 0.1);
}

.contact-location .contact-detail {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.contact-location__image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.contact-form {
    position: sticky;
    top: 92px;
    padding: 30px;
}

.contact-form__head {
    margin-bottom: 24px;
}

.contact-form__head p {
    margin: 10px 0 0;
    color: rgba(20, 20, 43, 0.68);
    line-height: 1.55;
}

.contact-form .form-wrap {
    margin-bottom: 18px;
}

.contact-form .form-wrap label {
    margin-bottom: 0;
    color: rgba(20, 20, 43, 0.74);
}

.contact-form .form-control {
    min-height: 48px;
    border-color: rgba(20, 20, 43, 0.18);
    background-color: #fff;
    color: #14142b;
}

.contact-form textarea.form-control {
    min-height: 156px;
    resize: vertical;
}

.contact-form .form-control:focus {
    border-color: #14142b;
}

.contact-form .text-danger {
    margin-top: 7px;
    font-size: 14px;
}

.contact-captcha {
    margin-bottom: 18px;
}

.contact-submit {
    width: 100%;
    min-height: 52px;
    background: #14142b;
    border-color: #14142b;
    color: #fff;
}

.contact-submit:hover,
.contact-submit:focus {
    background: var(--color-dark-gray);
    border-color: var(--color-dark-gray);
    color: #fff;
}

@media (max-width: 991px) {
    .contact-hero__grid,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-form {
        position: static;
    }
}

@media (max-width: 767px) {
    .contact-hero {
        padding: 24px 0 32px;
    }

    .contact-breadcrumb {
        margin-bottom: 24px;
    }

    .contact-hero__content h1 {
        font-size: 38px;
    }

    .contact-hero__content p {
        font-size: 16px;
    }

    .contact-section {
        padding-bottom: 44px;
    }

    .contact-card--store,
    .contact-details,
    .contact-location .accordion-body {
        grid-template-columns: 1fr;
    }

    .contact-store__image {
        min-height: 190px;
    }

    .contact-store__body,
    .contact-detail,
    .contact-form {
        padding: 20px;
    }

    .contact-store__body h2,
    .contact-form__head h2,
    .contact-locations h2 {
        font-size: 25px;
    }

    .contact-quick__item {
        padding: 15px;
    }
}
