.product-image-main {
    background: none;
    box-shadow: none;
}

/*Shopmentor start*/
div#section-partners_helsinki img {
	max-width: 140px !important;
    padding: 10px;}
div#section-partners_helsinki .d-flex-between {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.book-an-appointment aside.col-md-3.col-sm-12.col-xs-12.column-left.order-last.order-md-first {
	display:none!important;
}

.book-an-appointment footer {display:none;}
.book-an-appointment div.alert.alert-info.mt-3 {display:none;}
.book-an-appointment div.footer-bottom {display:none;}
.book-an-appointment header.sticky-header.d-none.d-lg-block.headroom.headroom--top.headroom--bottom {
	display:none!important;
}
.book-an-appointment ol.breadcrumb {display:none;}
.book-an-appointment section.col-md-9.col-sm-12.col-xs-12.column-content.two-column-content.column-content-right {
	flex: 0 0 100%;
    max-width: 100%;
}
.book-an-appointment div#js-mobile-navbar.mobile-navbar.navbar.navbar-expand.flex-column.mm-slideout {
	display:none!important;
}
#cat_289 {
    display: none!important;
}

@media (max-width: 575.98px) {
    .product-list-body .page-head-title {
        margin-top: 5px;
    }
}

@media (max-width: 575.98px) {
    .subcategory-list .category-card {
        margin-top: 5px;
    }
}

section.col-md-9.col-sm-12.col-xs-12.column-content.two-column-content.column-content-right h1.page-head-title {
	font-size: 1.3rem;
}

@media (max-width: 575.98px) {
    .sort {
		padding: 10px 0;}
}

@media (max-width: 575.98px) {
    .results {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.box-00 {
	font-size: 15px;
}

.box-00 a.btn.btn-primary.btn-lg {
	margin-top: 20px;
}

div#auroraOverlayContent.aurora-overlay-content {
	background: #f9f7f3!important;
}

.category-custom-html-top, .category-description {
    margin-top: 5px;
}

.subcategory-list .category-card {
    margin-top: 5px!important;
}

@media (min-width: 768px) {
    .page-head-title {
		margin-top: 0rem;
        margin-bottom: 0.3rem;
    }
}

div.category-description {
	display:none!important;
}

.mm-listview > .mm-listitem:nth-child(4) {
  display: none !important;
}

.nanobar-modal .js-nanobar-first-login {
	    background: linear-gradient(180deg, rgba(214, 194, 174, 1) 0%, rgba(255, 255, 255, 1) 100%)!important;
}

.nanobar-modal .js-nanobar-first-login .nanobar-container {
    background-color: #0000000d!important;
	font-size:16px!important;
	color:black!important;
}

#newsletter-emailsubscribe .form-control {
  color: #000000 !important;
}

#newsletter-emailsubscribe .form-control::placeholder {
  color: #000000 !important;
  opacity: 1;
}

.sikeres-idopontfoglalas {
	background: linear-gradient(120deg, rgba(255, 255, 255, .92), rgba(247, 242, 236, .85)), #f1e5da;
}

.sikeres-idopontfoglalas section.col-lg-9.col-12.column-content.two-column-content.column-content-left {
	flex: 0 0 100%;
    max-width: 100%;
}

.sikeres-idopontfoglalas aside.col-lg-3 col-12 column-right {
	display:none;
}

.sikeres-idopontfoglalas div.information-page div.page-head {
	text-align: center;
    color: #3a2a23;
}

.sikeres-idopontfoglalas h1.page-head-title.position-relative {
	font-weight: 600;
    margin-top: 50px;
}

.sikeres-idopontfoglalas ol.breadcrumb {display:none;}

.sikeres-idopontfoglalas .information-fulltext-box {
	text-align: center;
    font-size: 16px;
}

/*Shopmentor end*/

/* Keep input borders neutral after submit */
#newsletter-emailsubscribe .form-control:valid,
#newsletter-emailsubscribe .form-control.is-valid,
#newsletter-emailsubscribe.was-validated .form-control:valid {
  border-color: #000000 !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Keep checkbox text neutral after submit */
#newsletter-emailsubscribe .custom-control-input:valid ~ .custom-control-label,
#newsletter-emailsubscribe.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: inherit !important;
}

/* Keep checkbox border/check styling neutral */
#newsletter-emailsubscribe .custom-control-input:valid ~ .custom-control-label::before,
#newsletter-emailsubscribe.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #000000 !important;
}

/* Remove tick everywhere */
.page-head-title::before {
    content: none !important;
    display: none !important;
}

/* Keep optional styling (centered, spacing, animation) */
.one-column-content .page-head-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 120px;
    animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Center and style success page content */
.success-page {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 120px;
}

.success-page .page-body p:first-child {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.success-page .page-body p {
    max-width: 500px;
    margin: 0 auto 15px auto;
    font-size: 16px;
    line-height: 1.6;
}

/* Button spacing */
.success-page-buttons {
    margin-top: 30px;
}.decrease-amount {
    color: #ffffff !important;
}/* Turn register link into button */
a[href*="customer/register"] {
    display: inline-block;
    background-color: #d6c2ab;
    color: #000000;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 25px; /* 👈 same spacing under button */
}

/* Hover */
a[href*="customer/register"]:hover {
    background-color: #c4ad93;
    color: #000000;
}

/* Center it properly */
.col-md-12.text-center a[href*="customer/register"] {
    text-align: center;
}