.diamond {
    transform: rotate(315deg);
    /*border: 3px solid white;*/
    width: 330px;
    height: 330px;
}

.landing {
    height: 600px;
    width: 100%;
    position: relative;
    margin-top: -15px;
}

.landing-background1 {
    width: 100%;
    height: 749px;
    object-fit: cover;
    object-position: center bottom;
}

.landing-background2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.landing-title1 {
    font-size: 50px;
    line-height: 90px;
    font-weight: bold;
    padding: 15px 30px;
    text-align: center;
    color: white;
    background: #66666666;
    border: 3px solid #ffffff;
    /*box-shadow: #000000 0 0 0 2px;*/
}

.landing-body {
    height: 100%;
}

.landing-logo {
    color: white;
    flex-direction: column;
    text-transform: uppercase;
}

.logo-wrapper {
    position: relative;
}

.logo-text-1 {
    font-size: 32px;
}

.logo-text-2 {
    font-size: 54px;
}

.btn-image {
    background-image: url("/images/dns/bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.section-title {
    font-size: 54px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.section-wrapper {
    /*margin: 50px 100px;*/
    padding: 40px 5%;
    background-color: #F0F0F0;
}

.store-body {
    margin: 50px;
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-wrap: wrap;
}

.store-item {
    width: 45%;
    height: 100%;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.store-image {
    width: 70%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center bottom;
}

.store-item:hover .store-image {
    border: 3px solid #cf0a2c;
}

.store-item-body {
    user-select: none;
    cursor: pointer;
}

.store-item-body > h2 {
    font-weight: 600;
}

.store-item-body:hover {
    opacity: 1;
}

.store-desc {
    font-size: 20px;
    line-height: 42px;
    text-align: justify;
    margin: 20px;
}

.store-title {
    position: absolute;
    top: 30%;
    left: 0;
}

.section-subtitle {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
}

.section-body {
    margin-top: 20px;
    position: relative;
}

.site-note {
    padding: 20px 5%;
    background-image: url("/images/dns/diamond5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
}

.view-all {
    position: absolute;
    top: 20px;
    right: 0;
    text-decoration: underline;
}

/*.splide__slide img {*/
/*    border-radius: 10px;*/
/*}*/

.splide {
    padding: 1em 0;
}

.splide__slide__container {
    border-radius: 10px;
}

.splide__slide:hover .splide__slide__container {
    border: 2px solid #cf0a2c;
}

.splide__slide.is-visible {
    cursor: pointer;
}

.splide__arrow svg {
    fill: #cf0a2c;
    border: 2px solid #cf0a2c;
    padding: 5px;
    border-radius: 50%;
}

.splide__arrow svg:hover {
    background-color: #cf0a2c;
    fill: white;
    border-color: white;
}

.splide__pagination__page:hover, .splide__pagination__page.is-active {
    background: #cf0a2c;
}

.productSummaryHover{
    width: 100%;
    min-height: 125px;
    overflow: hidden;
    color: #3b3b3b;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 16px;
    transition: all ease 0.3s;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
}

.productSummary{
    /*height: 50px;*/
    /*overflow: hidden;*/
    min-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 22px;
    text-overflow: ellipsis;
}

.productSummary > span {
    text-transform: uppercase;
}

.productShortInfo {
    position: relative;
    margin-bottom: 10px;
}

.productSummaryPrice{
    color: #CF0A2C;
    font-weight: bold;
    margin-top: 5px;
}

.productSummaryUnit{
    font-size: 10px;
}

.productSummaryQuantity{
    text-align: right;
    color: #666;
    float: right;
    margin-left: 5px;
    font-weight: bold;
    margin-top: 5px;
}

.productSummarySize{
    text-align: left;
    margin-top: -2px;
    margin-bottom: 2px;
    font-size: 12px;
}

.carousel-btn{
    margin: 50px 0;
    border-radius: 8px;
    padding: 10px 20px;
    width: 250px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #FFF;
    text-decoration: none !important;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

.carousel-btn:hover, .carousel-btn:active, .carousel-btn:focus{
    color: #FFF !important;
    text-decoration: none !important;
}

.footnote{
    color: #777;
    padding-left: 15px;
    font-size: 14px;
    background: #EFEFEF;
}

@media screen and (max-width: 1520px){
    .landing-title1 {
        font-size: 40px;
        line-height: 80px;
        padding: 5px 20px;
    }

    .carousel-btn {
        padding: 5px 25px;
        width: 180px;
    }

    .store-desc {
        font-size: 18px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1280px){
    .landing {
        height: 500px;
    }

    .landing-title1 {
        font-size: 38px;
        border-left: none;
        border-right: none;
        width: 100%;
    }

    .carousel-btn {
        display: inline-block;
        margin: 0 30px;
    }

    .logo-text-1 {
        font-size: 28px;
    }

    .logo-text-2 {
        font-size: 48px;
    }

    .diamond {
        width: 270px;
        height: 270px;
    }

    .landing-background1 {
        height: 649px;
    }

    .store-desc {
        font-size: 15px;
        line-height: 30px;
    }

    .section-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 960px) {
    .landing {
        height: 400px;
    }

    .landing-title1 {
        font-size: 30px;
        line-height: 65px;
    }

    .diamond {
        width: 230px;
        height: 230px;
    }

    .logo-text-1 {
        font-size: 24px;
    }

    .logo-text-2 {
        font-size: 41px;
    }

    .store-item {
        width: 70%;
        margin-bottom: 40px;
    }

    .store-image {
        width: 65%;
    }

    .landing-background1 {
        height: 549px;
    }

    .store-wrapper {
        margin-top: 40px;
    }

    .store-desc {
        font-size: 20px;
        line-height: 40px;
    }
}

@media screen and (max-width: 780px) {
    .landing-title1 {
        font-size: 24px;
    }

    .carousel-btn {
        font-size: 18px;
    }

    .site-note {
        font-size: 16px;
    }

}

@media screen and (max-width: 676px){
    .landing-title1 {
        font-size: 20px;
        line-height: 50px;
    }
}


@media screen and (max-width: 560px){
    .site-note {
        font-size: 14px;
    }

    .carousel-btn {
        font-size: 15px;
        width: 130px;
        margin: 0 20px;
    }

    .diamond {
        width: 200px;
        height: 200px;
    }

    .logo-text-1 {
        font-size: 20px;
    }

    .logo-text-2 {
        font-size: 34px;
    }

    .section-title {
        font-size: 35px;
    }

    .store-item {
        width: 90%;
    }

    .store-image {
        width: 65%;
    }

    .store-desc {
        font-size: 16px;
        line-height: 32px;
    }

    .view-all {
        top: -10px;
    }
}

@media screen and (max-width: 400px) {
    .carousel-btn {
        margin: 0 10px;
    }

    .section-title {
        font-size: 28px;
    }

    .store-item {
        width: 100%;
    }
}

.carousel-indicators {
    bottom: 0 !important;
}



