@font-face {
    font-family: 'roc-grotesk';
    src: url('../fonts/Kostic---Roc-Grotesk-Regular.otf');
}

body{
    font-family: roc-grotesk!important; 
}

.header-nav-item a{
    font-weight: bold!important;
}

.link-style{
    color: #af524b;
    word-wrap: break-word;
    line-height: 1.5;
    text-decoration-line: underline;
}

.testimonail-slider-container{
    min-height: 275px!important;
}

.hero-link:hover{
    color: #fff!important;
}

.page-section.section-height--medium:not(.content-collection):not(.gallery-section):not(.user-items-list-section){
    min-height: 100vh;
}

.header-title-text img {
	width: 165px !important;
}

.image-adjustment {

	object-fit: contain !important;

}

.link-overlay:hover {
    mix-blend-mode: luminosity;
}

.socialaccountlinks-v2-block {
	display:none;
}

.header-nav-list > .header-nav-item:nth-child(1),
.header-nav-list > .header-nav-item:nth-child(2),
p.sqsrte-small.preFade.fadeIn > a:nth-child(1),
p.sqsrte-small.preFade.fadeIn > a:nth-child(3),
.header-menu-nav-folder-content > .header-menu-nav-item--collection:nth-child(1),
.header-menu-nav-folder-content > .header-menu-nav-item--collection:nth-child(2) {
	display: none !important;
}

.player .vp-controls {
	display:none !important;
}

.Cart-inner {
	display: none !important;
}

.KL2uPqlj0 {
	display: none !important;
}

.about-hero-section {
    position: relative;
    width: 100%;
    height: 130vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#siteWrapper {
    min-height: fit-content !important;
}

@media only screen and (max-width: 799px) { 

    .about-hero-section {
        height: 70vh;
    }
    
}