body {
    color: #38053e;
    font-size: 1.25rem;
}
main {
    display: block;
    width: 100%;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.logo {
    max-width: 100%;
    width: 350px;
}

h1 {
    font-size: 3rem;
    font-family: 'Advent Pro', sans-serif;
}

.font-Advent {
    font-family: 'Advent Pro', sans-serif;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.text--big,
.text--big p {
    font-size: 1.55rem;
}

.list-box li {
    font-family: 'Advent Pro', sans-serif;
    display: inline-block;
    color: #626bb1;
    font-size: 2rem;
    padding: 0px 35px;
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;
}

.list-box li::before {
    content: '';
    background: #d6928e;
    position: absolute;
    width: 2px;
    height: 30px;
    top: 10px;
    right: 0px;
}

.list-box li:last-child:before {
    display: none;
}

.btn {
    border: 2px solid #d6928e;
    border-radius: 0;
    color: #a15361;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0.5rem 2rem;
    box-shadow: none !important;
}

.sc-small-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sc-med-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.sc-higher-selfmade .higher-body {
    font-size: 1.5rem;
    color: #313f33;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sc-starseed {
    padding-bottom: 300px;
}

.sc-donate-cosmic {
    color: #8b455d;
}

.sc-starseed h1 {
    color: #000;
}

.btn.order-btn {
    background: #383838;
    border-color: #383838;
    color: #fff;
}

.sc-product {
    background: linear-gradient(90deg, #540139 0%, #160027 100%);
}

.sc-Drue86 {
    position: relative;
}

.sc-Drue86 .Drue86-content,
.sc-product .product-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
}

.sc-Drue86 .Drue86-content {
    padding: 3rem 0;
}

.product-image-box img {
    max-height: 300px;
}

.order-content-box {
    background: #080a0f;
}

.site-footer,
.sc-kushboys {
    color: #080a0f;
}

.sc-clf-Shirt .product-price {
    vertical-align: middle;
    margin-left: 15px;
}

.black-border {
    display: block;
    width: 100%;
    height: 25px;
    background-color: #000;
}

.sc-eudaemonia::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 62px;
    background: #000;
    z-index: 5;
}

.sc-eudaemonia .bottle-img {
    position: relative;
    z-index: 10;
    bottom: -40px;
}

.sc-eudaemonia .order-btn {
    border-color: #fff;
}

.sc-kushboys .kb-t-shirt {
    position: relative;
    z-index: 15;
    top: -135px;
    max-width: 115%;
}

.sc-product .product-container .starseed-logo {
    max-width: 400px;
}

.sc-kushboys {
    position: relative;
    z-index: 9999;
    font-family: 'Advent Pro', sans-serif;
}

.sc-logoslider {
    background-color: #000;
}

.owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}
.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    max-width: 150px;
}

@media only screen and (min-width: 576px) {
    .sc-Drue86::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
    }
}

@media only screen and (min-width: 1200px) {
    .h4,
    h4 {
        font-size: calc(1.275rem + 0.2vw);
    }
    .sc-kushboys h2 {
        font-size: 2.25rem;
    }
}
@media only screen and (min-width: 1400px) {
}
@media screen and (max-width: 1399px) {
    .logo {
        width: 270px;
    }
}

@media screen and (max-width: 991px) {
    .list-box li {
        font-size: 1.5rem;
    }
    .sc-med-padding {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    body {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 767px) {
    .text--big,
    .text--big p {
        font-size: 1.25rem;
    }
    .sc-higher-selfmade .higher-body {
        font-size: 1.25rem;
    }
    .sc-product .product-container {
        position: relative;
    }
    .list-box li {
        display: block;
    }

    .list-box li::before {
        display: none;
    }
    .sc-kushboys .kb-t-shirt {
        top: 0;
        max-width: 100%;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .logo img {
        max-width: 175px;
    }
    .btn {
        font-size: 1rem;
    }
    .list-box li {
        font-size: 1.1rem;
    }
    h1 {
        font-size: 1.5rem;
    }

    body {
        font-size: 1rem;
    }
    .sc-product .product-container .starseed-logo {
        max-width: 300px;
        margin-bottom: 10px;
    }

    .sc-donate-cosmic input {
        width: 70%;
    }
    .sc-Drue86 .Drue86-content {
        padding: 2rem 0;
        position: relative;
    }
    .sc-Drue86 .Drue86-content h2,
    .sc-Drue86 .Drue86-content a {
        color: #000 !important;
    }
}
