header .entry--notepad {
    display: none!important;
}

header .entry--cart{
    display: none!important;
}

@media screen and (min-width: 992px) {
    header .header--navigation{
        justify-content: center!important;
        display: flex!important;
    }
}

@media screen and (min-width: 992px) {
    header .logo-main{
        padding-bottom: 10px!important;

    }
}

@media screen and (min-width: 992px) {
  .shop--navigation.block-group {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .navigation--list-wrapper {
    text-align: center !important;
  }
}

.new h1{
    text-align: left;
    @media screen and (min-width: 992px) {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.2;
        margin-top: 0;
    }
}

.new h2{
    text-align: left;
    @media screen and (min-width: 992px) {
        font-size: 38px;
        line-height: 1.2;
        margin-top: 0;
    }
}

.new h3{
    text-align: left;
    @media screen and (min-width: 992px) {
        font-size: 24px;
        font-weight: 600!important;
        line-height: 1.2;
        margin-top: 0;
    }
}

.new .panel--body.is--wide{
    padding-left: 0;
    padding-right: 0;
}


.new p, .new li{
    @media screen and (min-width: 992px) {
        font-size: 18px;
    }
}

.new li::marker {
  color: #cefc60;
}

@media screen and (max-width: 991px) {
  .new .emotion--element {
    width: 100%!important;
    margin-left: 6.33333%!important;
  }
}

.new .emotion--element{
    padding-left: 0!important;
    padding-bottom: 0!important;
}

.section-kicker{
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 12px;
}

.top-bar{
    display: none!important;
}

.is-block .stats{
    display: block!important;
}

.is-block .stat-card{
    width: 100%;
    padding: 45px;
}

.is-block .hero-actions a{
    width: 100%;
    margin-bottom: 20px;
}

.advanced-menu .menu--list-item-link:hover{
    color: #3b4145;
}

.advanced-menu .teaser--text-link{
    color: #3b4145;
}

.advanced-menu .teaser--text-link:hover{
    color: #3b4145;
    text-decoration: underline;
}

.footer--bottom a {
    color: #bda693;
    text-decoration: underline;
}

.footer--bottom a:hover {
    color: #3b4145;
    text-decoration: underline;
}

.cookie-permission--privacy-link{
    color: #bda693;
    text-decoration: underline;
}

.cookie-permission--privacy-link:hover{
    color: #3b4145;
    text-decoration: underline;
}

.offcanvas--overlay .navigation--link{
     color: #3b4145;
}

.fixed-footer{
    display: none;
}

.new .emotion--row{
    display: flex;
    gap: 10px;
}

.rounded-card.emotion--element{
    border-radius: 34px;
    border: 1px solid #cefc60;
    margin-bottom: 35px;
}

.rounded-card .panel--body.is--wide{
    padding-left: 30px!important;
    padding-right: 30px!important;
}

@media screen and (max-width: 991px) {
  .rounded-card-image img {
    border-radius: 34px;
  }
}

.rounded-card-image.emotion--element{
    border-radius: 34px;
    background-color: white;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}

.rounded-card h1, .rounded-card h2{
    margin-top: 10px;
    color: #bda693;
}

.color-white{
    color: white;
}

.text-color{
    color: white;
}

.color-white h1{
     color: white;
}

.text-left{
    text-align: left;
}

.color-brown{
  color: #bda693!important;
}

@media screen and (max-width: 991px) {
 .hero-actions .btn {
        width: 100%!important;
        margin-bottom: 10px!important;
    }
}

.hero-actions .btn{
    border-radius: 999px;
    padding: 14px 22px;
}

.hero-actions .btn:hover{
    transform: translateY(-1px);
    opacity: 0.95;
}

.hero-actions .btn-primary{
    background-color: white;
    color: #3b4145;
}

.hero-actions .btn-primary:hover{
    background-color: #bda693;
    color: white;
}

.hero-actions .btn-secondary{
    background-color: #3b4145;
    color: white;
}

.hero-actions .btn-secondary:hover{
    background-color: #3b4145;
    color: #bda693;
    border-color: #bda693;
}

@media screen and (max-width: 991px) {
  .stats {
    grid-template-columns: auto!important;
    }
}

.stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.stat-card {
    background: var(--surface-soft);
    border-radius: 24px;
    padding: 15px;
    border: 2px dotted #cefc60;
}

.stat-card a{
    color: #bda693;
}

.stat-card a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .stat-number {
    font-size: 21px!important;
  }
}

.stat-number {
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.hr-line{
    background-color: #484e52;
    border: none;
    height: 2px;
    margin-bottom: 30px!important;
    margin-top: 30px;
}

.brand-slider .banner-slider--item{
    border-radius: 22px;
    border: 1px solid #e7dfd4;
    max-height: 107px;
    width: 16%;
    height: auto;
}

.brand-slider .banner-slider--slide {
    background-color: white;
    border: 1px solid #e7dfd4;
    padding: 15px;
    border-radius: 30px;
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 991px) {
  .benefits-grid {
    grid-template-columns: auto!important;
    }
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px;
}

.benefit-card {
    padding: 30px;
    background-color: white;
    border: 1px solid #e7dfd4;
    border-radius: 30px;
}

.benefit-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.2;
    color: #e7dfd4;
}

.benefit-card p { margin: 0; color: var(--muted); }
