/** Shopify CDN: Minification failed

Line 39:15 Expected ":"

**/
/* custom css */
.header__heading-logo-wrapper .header__heading-logo {
    height: 70px;
    max-width: 100%;
    object-fit: contain;
}
/* Top section start */
.rlp-home-top-section {
    background: #EBFAFF !important;
}

.rlp-home-top-section .image-with-text__content {
    padding: 6rem 1rem 7rem;
}

.rlp-home-top-section .image-with-text__heading {
    color: #2B353A;
    font-family: Poppins;
    font-weight: 500;
    /* font-size: 51px; */
    line-height: 100%;
    letter-spacing: 0%;
}

.rlp-home-top-section .image-with-text__media {
    border: none;
}

.rlp-home-top-section .image-with-text__text p {
    font-family: Poppins;
    font-weight: 400;
    /* font-size: 24px; */
    color: #000;
    line-height
}

.rlp-top-section-buttons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    
}

.custom-btn-style {
    position: relative !important;
    display: inline-flex !important;
    width: auto;
    height: auto;
    background-color: #ffffff00 !important;
    border: 1px solid #2B353A !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    margin: 0px;
    min-width: 150px !important;
    color: rgb(255, 255, 255) !important;
    overflow: hidden;
    align-items: center !important;
}

.custom-btn-style::before {
    content: "";
    position: absolute;
    background-color: #2B353A;
    transition: 0.3s 
ease-out;
}

.custom-btn-style:hover span {
    color: #2B353A;
}
 
.custom-btn-style.hover-filled-slide-up::before {
    /* position: absolute;
    content: ""; */
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.custom-btn-style:hover::before {
    top:100%;
}

.custom-btn-style .right-arrow {
    margin-left: 14px;
}

.button--secondary:after,
.button:after {
    display: none !important;
}

.custom-btn-style.button--secondary {
    color: #2B353A !important;
}

.custom-btn-style.button--secondary:hover span {
    color: #fff;
}

.custom-btn-style.button--secondary.hover-filled-slide-up::before {
    top: 100% !important;
    background:   #2B353A !important;
}

.custom-btn-style.button--secondary:hover::before {
    top: 0% !important;
}
/* Top section end */

.page-section-title {
    color: #2B353A !important;
    font-family: Poppins !important;
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 100% !important;
}

/* bestseller section start */
.rlp-bestseller-section .collection .collection__view-all  {
    text-align: end;
    display: flex;
    justify-content: end;
    padding-bottom: 40px;
}
.rlp-bestseller-section .card__information {
    padding-right: 0;
    padding-left: 0;
}
 
.rlp-bestseller-section .collection .collection__view-all .button {
    font-family: Poppins;
    font-weight: 400;
    /* font-size: 24px; */
    line-height: 100%;
    background: #fff;
    border-bottom: 1px solid black;
    color: #000;
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
    padding: 0;
    margin-top: 0;
}

.rlp-bestseller-section .product-card-wrapper .card--card {
    background: #F4F4F4;
    position: relative;
    border-radius: 23px;
    padding: 15px;
}

.rlp-bestseller-section .product-card-wrapper .card--card:hover {
    background: #EBFAFF;
}

.rlp-bestseller-section .card__inner {
    height: 231px;
}

.rlp-bestseller-section .card__media .media--hover-effect img {
    object-fit: contain;
}

.rlp-bestseller-section .card__heading,
.rlp-bestseller-section .card-information .price__container  {
    font-family: Poppins;
    font-weight: 400;
    /* font-size: 24px; */
    line-height: 100%;
    color: #000;
}

.rlp-bestseller-section .full-unstyled-link {
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.rlp-bestseller-section .underline-links-hover:hover a {
    text-decoration: none;
}

.rlp-bestseller-section .page-width-desktop {
    padding-bottom: 20px;
    /* padding-bottom: 80px; */
}
/* bestseller section end */


/* multicolumn section start */
.rlp-multicolumn-section {
    background: #F6FCFF !important;
    padding: 30px 0;
}

.rlp-multicolumn-section .multicolumn-card {
    padding: 26px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 81px !important;
    max-width: 354px;
    width: 100%;
    border: 1px solid #51B4D2;
    cursor: pointer;
    transition: 0.5s all;
}

.rlp-multicolumn-section .multicolumn-card:hover {
    background: #2B353A;
    border: 1px solid #2B353A;
    transform: scale(1.06);
}

.rlp-multicolumn-section .slider-mobile-gutter {
    padding-top: 16px;
}

.rlp-multicolumn-section .multicolumn-card .multicolumn-card__info {
    padding: 0 !important;
    
}

.rlp-multicolumn-section .multicolumn-card .multicolumn-card__info .inline-richtext {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000;
}

.rlp-multicolumn-section .multicolumn-card:hover .inline-richtext {
    color: #fff;
}

.rlp-multicolumn-section .multicolumn-list {
    row-gap: 35px;
}

.rlp-multicolumn-section .multicolumn-card__image-wrapper {
    width: fit-content;
    height: 48px;
}

.rlp-multicolumn-section .multicolumn-card__image-wrapper .media--adapt {
    display: flex;
    align-items: end;
    width: 48px;
    padding-bottom: 100% !important;
}

.rlp-multicolumn-section .multicolumn-card .media--adapt img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: invert(66%) sepia(96%) saturate(383%) hue-rotate(160deg) brightness(88%) contrast(86%);
}

.rlp-multicolumn-section .multicolumn-card:hover img {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(220deg) brightness(102%) contrast(101%);
}
/* multicolumn section end */



/* offer section start */
.rlp-offer-section {
    background: #F8F8F8 !important;
    padding: 0 !important;
}

.rlp-offer-section .image-with-text__text h1 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 100px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2B353A;
}
/* offer section end */

/* rich text section start */
/* .rlp-rich-text-section  {
    padding: 35px;
} */

.rlp-rich-text-section .rich-text__blocks {
    max-width: 100rem;
    border-bottom: 1px solid #000;
}

.rlp-rich-text-section .rich-text__heading {
    font-family: Poppins;
    font-weight: 500;
    font-style: Regular;
    /* font-size: 50px; */
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2B353A;
}

.rlp-rich-text-section .rich-text__text {
    color: #000;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    /* font-size: 20px; */
    /* line-height: 100%; */
    letter-spacing: 0%;
    text-align: center;
    /* margin: 35px 0; */
}

.rlp-rich-text-section .rich-text__buttons {
    max-width: 100%;
    margin: 40px 0;
    gap: 35px;
}

/* rich text section end */

/* image text section start */
.rlp-image-text-section {
    background: #F8F8F8 !important;
}

.rlp-image-text-section .image-with-text__heading {
    font-family: Poppins;
    font-weight: 500;
    /* font-size: 51px; */
    line-height: 100%;
    color: #2B353A !important;
}

.rlp-image-text-section .image-with-text__text {
    font-family: Poppins;
    font-weight: 400;
    /* font-size: 24px; */
    /* line-height: 100%; */
    color: #000;
}
/* image text section end */

/* brauchen section start */
/* 
.rlp-brauchen-section {
    padding: 40px 0;
} */

.rlp-brauchen-section .rich-text__blocks {
    max-width: 100rem !important;
}

.rlp-brauchen-section .rich-text__heading {
    color: #2B353A;
    font-family: Poppins;
    font-weight: 500;
    /* font-size: 50px; */
    line-height: 100%;
    margin-bottom: 30px;
}

.rlp-brauchen-section .rich-text__text  {
    font-family: Poppins;
    font-weight: 400;
    /* font-size: 20px; */
    line-height: 100%;
    text-align: center;
    color:#000;
    
    margin-bottom: 30px;
}

.rlp-brauchen-section .button--primary {
    margin-bottom: 48px;
}

.rlp-brauchen-section .button--primary svg {
    margin-left: 10px;
}
/* brauchen section end */

.product-form__buttons .product-form__submit {
    border: 1px solid  #2B353A;
}

.product-form__buttons .product-form__submit:hover {
    background: #2B353A;
    color: #fff;
}

.rlp-office-furniture .multicolumn-card {
    background: #fff !important;
    box-shadow: 0px 0px 6px #b3b3b38c;
    cursor: pointer;
    width: 96%;
    transition: 0.3s all;
}

.rlp-office-furniture .multicolumn-card:hover {
    box-shadow: 0px 0px 12px rgba(179, 179, 179, 0.32);
}


/* discount bedge */

.product_discount {
  display: inline;
  background: #4395af; /* red badge */
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  margin-top: 6px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    position: absolute;
    right: 22px;
    top: 14px;
    z-index: 9;

}

.product-product_discount {
    display: inline;
    background: #4395af;
    /* background: #223137; */
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 25px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-top: 6px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 22px;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    top: 14px;
    z-index: 9;
}

.rlp-collection-card {
    background: #F6FCFF !important;
}

.rlp-collection-card .card-wrapper {
    padding-bottom: 20px;
}
.rlp-collection-card .card--standard {
    background: #F4F4F4;
    position: relative;
    border-radius: 23px;
    padding: 15px;
    margin: 0 10px;
}

.rlp-collection-card .card__inner.ratio {
    height: 300px !important;
}
.rlp-collection-card .media--transparent img {
    object-fit: contain !important;
    height: 300px !important;
}


/* footer css start */
.footer-des {
    font-size: 14px;
}
.footer-phonenumber {
    color: #2b353a;
}

.store_information p {
    line-height: normal;
    font-size: 15px;
    margin-top: 0;
}
.footer__blocks-wrapper .list-menu__item--link {
    padding: 0px 0 4px !important;
    line-height: normal;
}
/* footer css end */

/* Responsive Css start */
@media screen and (max-width: 1024px) {
    /* .rlp-home-top-section .image-with-text__heading {
        font-size: 35px;
    } */
    .rlp-home-top-section .image-with-text__text p {
        font-size: 14px;
    }
    .rlp-top-section-buttons {
        flex-wrap: wrap;
    }
    /* .rlp-top-section-buttons .custom-btn-style {
        height: 40px;
        font-size: 14px;
    } */
    .page-section-title {
        font-size: 30px !important;
    }
    .rlp-bestseller-section .collection .collection__view-all .button {
        font-size: 14px;
    }
    .rlp-bestseller-section .card__heading, 
    .rlp-bestseller-section .card-information .price__container {
        font-size: 14px;
    }
    .rlp-multicolumn-section .multicolumn-card .multicolumn-card__info .inline-richtext {
        font-size: 14px;
    }
    .rlp-multicolumn-section .multicolumn-card__image-wrapper {
        height: 40px;
    }
    .rlp-multicolumn-section .multicolumn-card__image-wrapper .media--adapt {
        width: 40px
    }
    .rlp-multicolumn-section .multicolumn-card .media--adapt img {
        width: 40px;
        height: 40px;
    }      
    .rlp-offer-section .image-with-text__text h1 {
        font-size: 60px;
    } 
    .rlp-rich-text-section .rich-text__heading {
        font-size: 30px;
    }
    .rlp-rich-text-section .rich-text__text {
        font-size: 14px;
    }
    .rlp-rich-text-section .button--primary {
        height: 40px;
        font-size: 14px;
    }
    .rlp-image-text-section .image-with-text__heading,
    .rlp-brauchen-section .rich-text__heading {
        font-size: 30px;
    }
    .rlp-image-text-section .image-with-text__text,
    .rlp-brauchen-section .rich-text__text {
        font-size: 14px;
    }
    .rlp-brauchen-section .button--primary {
        height: 40px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .rlp-multicolumn-section .multicolumn-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .rlp-home-top-section .grid--2-col-tablet .grid__item {
        width: 100%;
    }
    .rlp-multicolumn-section .multicolumn-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .rlp-multicolumn-section .multicolumn-card {
        max-width: 100%;
    }
    .rlp-offer-section .image-with-text__grid {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .rlp-offer-section .grid--2-col-tablet .grid__item {
        width: 100%;
        max-width: 100%;
    }
    .rlp-image-text-section .image-with-text__grid {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .rlp-image-text-section .grid--2-col-tablet .grid__item {
        width: 100%;
    }
    .rlp-image-text-section .image-with-text__content  {
        padding-right: 0px;
        padding-left: 0px;
    }
    .header__heading-logo-wrapper .header__heading-logo {
        height: 60px;
        max-width: 100%;
        object-fit: contain;
    }
    .rlp-image-text-section {
        padding: 50px 16px 30px;
    }
    .rlp-image-text-section .image-with-text__media {
        padding-bottom: 45% !important;
    }
    .rlp-bestseller-section .collection .collection__view-all {
        justify-content: start;
    }
    .rlp-collection-card .media--transparent img {
        object-fit: cover !important;
        border-radius: 10px !important;
    }
    .rlp-offer-section .image-with-text__content {
        padding-left: 0;
    } 
    footer.footer.footer__content-top {
        padding-left: 0 !important;
    }
}
/* Responsive Css end */


.black-friday-banner {
    background: #138a91;
    padding-top: 100px:
}
.black-friday-banner .button--primary {
    top: 50px;
}

@media screen and (max-width: 749px) {
    .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        position: absolute;
        height: auto;
        bottom: -117px;
    }
    .black-friday-banner .button--primary {
        top: 0;
    }
    .grid__item.product__media-wrapper {
        position: relative;
    }
  .product-product_discount {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 8px;
    padding: 15px 5px;
}
}

.product-media-container .media{
    padding-top: 100% !important;
}

.product-media-container .media img{
    object-fit: contain !important;
}