body {
    font-size: 15px;
    color: #000;
    background-color: #FFF;
    scrollbar-gutter: stable
}

h1,h2,h3,h4,h5 {
    font-weight: 400
}

h1 {
    font-size: 20px
}

h1 span {
    font-weight: 300
}

b,strong {
    font-weight: 600
}

a {
    text-decoration: none;
    font-weight: 500
}

ul {
    list-style-type: none
}

@media only screen and (max-width: 767px) {
	.app-messages .wrapper {
		width: 100%;
		display: flex;
		justify-content: center;
		height: 50px;
	}
}

@media only screen and (min-width: 768px) {
	.app-messages .wrapper {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin-left: 20px;
		height: 35px !important;
	}
}

.app-messages {
    position: relative;
    z-index: 4;
	text-align: center;
    
}

.app-messages .wrapper {
    width: 100%
}

.app-message {
    width: 100%;
	display: flex;
    box-sizing: border-box;
    padding: 12px 15px;
    color: #FFF;
    background-color: #DDD
}

.app-message p {
    font-weight: 500;
    font-size: 13px;
    line-height: 120%
}

.app-message p:after {
    content: "";
    display: block;
    clear: both
}

.app-message-information {
    background-color: #909090;
    color: #FFF
}

@media only screen and (max-width: 767px) {
    .app-messages .wrapper {
        padding:0
    }

    .app-message .wrapper p span {
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
        max-width: 100%;
    }

    .app-message {
        padding: 10px 10px
    }

    .slider {
        display: block;
    }

    .home-categories-list {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .app-message {
        padding:10px 15px
    }
     
    .slider {
        display: none;
    }

    .home-categories-list {
        display: block;
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg)
    }
}

* {
    margin: 0;
    padding: 0;
    font-family: Montserrat,sans-serif!important;
    font-weight: 400
}

h1,h2,h3,h4,h5 {
    font-family: Montserrat,sans-serif
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box
}

.main {
    min-height: 400px;
    padding : 0px !important;
}

@media only screen and (max-width: 1023px) {
    .main {
        padding:65px 0 60px
    }
}

@media only screen and (min-width: 1024px) {
    .main {
        padding:30px 0 60px
    }
}

.header {
    background-color: #FFF;
    z-index: 10
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-30px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.customer-benefits-list {
    text-align: center
}

.customer-benefits-list__item {
    position: relative;
    display: inline-block;
    font-weight: 600;
    box-sizing: border-box
}

.customer-benefits-list__item:before {
    position: relative;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.customer-benefits-list__item a {
    color: inherit;
    font-weight: inherit
}

.customer-benefits-list__item span {
    display: block;
    line-height: normal
}

.customer-benefits-list__item a:hover span {
    text-decoration: underline
}

@media only screen and (max-width: 767px) {
    .customer-benefits-list {
        display:flex;
        flex-wrap: wrap
    }

    .customer-benefits-list__item {
        width: 50%;
        padding: 15px;
        font-size: 15px
    }

    .customer-benefits-list__item:before {
        display: block;
        width: 36px;
        height: 36px;
        margin: 0 auto 10px
    }

    .customer-benefits-list__item span {
        margin: 5px 0 0;
        font-size: 13px
    }
}

@media only screen and (min-width: 768px) {
    .customer-benefits-list__item {
        margin:0 30px;
        line-height: 80px;
        font-size: 16px
    }

    .customer-benefits-list__item:before {
        display: inline-block;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        margin: 0 15px 0 0
    }

    .customer-benefits-list__item span {
        position: absolute;
        top: 50px;
        left: 52px;
        white-space: nowrap;
        font-size: 12px
    }
}

@media only screen and (min-width: 767px) and (max-width:1023px) {
    .customer-benefits-list__item {
        margin:0 10px;
        font-size: 14px
    }
}

@media only screen and (min-width: 1024px) {
    .customer-benefits-list__item {
        margin:0 30px;
        font-size: 16px
    }
}

.footer {
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0,0,0,.1)
}

.footer__lower {
    padding: 15px 0;
    background-color: #fbfbfb;
    font-size: 12px;
    font-weight: 300
}

.footer__content-heading {
    font-weight: 600
}

@media only screen and (max-width: 1023px) {
    .footer__lower {
        padding: 30px 0 60px;
        text-align: center
    }

    .footer__content-heading {
        font-size: 16px;
        margin-bottom: 15px
    }

    .footer__content-about {
        font-size: 13px;
        margin: 0 0 30px
    }

    .footer__content-copyright {
        font-size: 13px;
        font-weight: 600
    }
}

@media only screen and (min-width: 1024px) {
    .footer__lower {
        padding: 45px 0
    }

    .footer__content {
        width: 50%
    }

    .footer__content-heading {
        font-size: 16px;
        margin-bottom: 15px
    }

    .footer__content-about {
        font-size: 13px;
        margin: 0 0 30px
    }

    .footer__content-copyright {
        font-size: 13px;
        font-weight: 600
    }
}

:root {
    --main-color: #00bdb6
}

a {
    color: #00bdb6
}

.wrapper {
    max-width: 1124px
}

.app-message-information {
    background-color: #f59699
}

@media only screen and (max-width: 1023px) {
    .header__logo-img {
        width:auto;
        height: 30px;
        margin-top: 4px
    }
}

@media only screen and (min-width: 1024px) {
    .header__logo {
        left:15px
    }

    .header__logo-img {
        width: 100px;
        height: auto;
        margin-top: 10px
    }
}

.customer-benefits-list__item {
    line-height: 120px
}

.customer-benefits-list__item:before {
    margin: 0 auto;
    width: 130px;
    height: 80px
}

.customer-benefits-list__item--british-design-and-destribution:before {
    background-image: url('https://www.bebeluca.co.uk/assets/images/bebeluca/frontend/icons/customer-benefits-list/british-design-and-destribution.svg?1')
}

.customer-benefits-list__item--quality-assured:before {
    background-image: url('https://www.bebeluca.co.uk/assets/images/bebeluca/frontend/icons/customer-benefits-list/quality-assured.svg')
}

.customer-benefits-list__item--sustainable-manufacture:before {
    background-image: url('https://www.bebeluca.co.uk/assets/images/bebeluca/frontend/icons/customer-benefits-list/sustainable-manufacture.svg')
}

.customer-benefits-list__item--ethically-sourced-and-produced:before {
    background-image: url('https://www.bebeluca.co.uk/assets/images/bebeluca/frontend/icons/customer-benefits-list/ethically-sourced-and-produced.svg')
}

.customer-benefits-list__item a {
    display: none
}

@media only screen and (max-width: 767px) {
    .customer-benefits-list__item:before {
        margin:0 auto;
        width: 165px;
        height: 100px
    }
}

.home-categories-list__item-image {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 1s
}

@media only screen and (min-width: 768px) {
    .home-categories-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0px
    }

    .home-categories-list__item {
        width: 33.33%;
        padding: 10px;
        margin: 0 0 5px;
        box-sizing: border-box
    }
}


.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

@media only screen and(min-width: 768px) {
    .home-categories-list {
        display: block;
    }

    .slider {
        display: none;
    }
}

@media only screen and(max-widht: 767px) {
    .home-categories-list{
        display: none;
    }

    .slider {
        display: block;
    }
}

.header {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .header {
        height: 100px !important;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
    }

    .header-user p{
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
        max-width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .header {
        height: 80px;
		justify-content: space-around;
		align-items: center;
		flex-direction: row;
		width: 100%;
    }
} 

.main {
    overflow: hidden;
}

