@charset "UTF-8";

/****************************************************************************** Page Index ************************************************************************************/
.page_index{
	display:block;
	width:100%;
	margin: 0 auto;
	padding:0;
    padding-bottom: 4rem;
	text-align:center;
	color:#444343;
	font-size:2rem;
	font-weight:400;
	background-color:#FFF;
}
.page_index .header_index{
    display: block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
    color: #FFF;
    text-align: right;
    aspect-ratio: 3391/844;
}
.page_index .header_index img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
.page_index .allcollections{
	display:flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    row-gap: 10rem;
	width: 100%;
	height:auto;
	margin:0 auto;
    margin-top: 8rem;
	padding:0;
	font-size:1.8rem;
	color:#444343;
}
.page_index .allcollections .flex{
	display:flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
    column-gap: 2rem;
	width:100%;
	height: auto;
	margin:0 auto;
	padding:0;
}
.page_index .allcollections .text{
    flex: 1;
	display:flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	height: auto;
	margin:0 auto;
	padding: 0;
}
.page_index .allcollections .button{
    display: flex;
    width: auto;
	margin:0;
	padding:1rem;
	background-color:#FFF;
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	-ms-border-radius: 0.2rem;
	-o-border-radius: 0.2rem;
	-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
    box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
}
.page_index .allcollections h1, .page_index .allcollections h2{
	font-size:3rem;
	font-weight:400;
}
.page_index .allcollections img, .page_index .allcollections video{
	width:100%;
	height:auto;
	vertical-align:bottom;
}
video::cue{
	background-image: linear-gradient(to bottom, dimgray, lightgray);
	color:#444343;
	font-size:1.8rem;
}

.page_index .allcollections .ORGANIC{
	display:flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
    column-gap: 2rem;
	width:100%;
	height: auto;
	margin:0 auto;
	padding:0;
    padding-left: 4rem;
    position: relative;
}
.page_index .allcollections .text.org{
	padding: 0;
    padding-bottom: 1rem;
    text-align: left;
}
.page_index .allcollections .text.org .button{
    align-self: flex-start;
}
.page_index .allcollections .colorsorg{
    flex: 2;
    display: flex;
    flex-direction: row;
	flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    column-gap:3em;
	margin:0;
	padding:0;
    overflow-x: hidden;
}
.page_index .allcollections .colorsorg a{
    flex: none;
    max-width: 32%;
    padding-bottom: 1rem;
}
.page_index .allcollections .colorsorg img{
	display:inline-block;
	vertical-align:bottom;
	margin:0 auto;
	padding: 0;
	width:100%;
	height:auto;
	-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
    box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
}
.page_index .allcollections .nextorg{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 7%;
    padding-right: 1rem;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    z-index: 3;
}

.page_index .allcollections .PEARL{
	display:flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
    column-gap: 2rem;
	width:100%;
	height: auto;
	margin:0 auto;
	padding:0;
    padding: 0 4rem;
}
.page_index .allcollections .colors{
	flex:2;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    gap:1.5rem;
	margin:0;
	padding:0;
    text-align: left;
}
.page_index .allcollections .colors a{
    display:inline-block;
	vertical-align:bottom;
	width: calc((100% - 3rem) * 1/3);
	height:auto;
	margin:0 auto;
	padding: 0;
	-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
    box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
}
.page_index .allcollections .text.pearl{
    text-align: right;
}
.page_index .allcollections .text.pearl h2{
    display: flex;
    flex-direction: row;
	flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    column-gap: 1rem;
}
.page_index .allcollections .text.pearl h2 > img{
    width: 15rem;
}
.page_index .allcollections .text.pearl .button{
    align-self: flex-end;
}

.page_index .allcollections .GEOMETRIC{
	display:flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
    column-gap: 2rem;
	width:100%;
	height: auto;
	margin:0 auto;
	padding:0;
    padding: 0 4rem;
}
.page_index .allcollections .GEOMETRIC .colors{
	flex:2;
}
.page_index .allcollections .GEOMETRIC .colors img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.page_index .allcollections .text.geo{
    flex:1;
    text-align: left;
}
.page_index .allcollections .text.geo .button{
    align-self: flex-start;
    margin-bottom: 1.8rem;
}

.page_index .allcollections .M5{
    padding: 0;
    padding-left: 4rem;
    text-align: left;
}
.page_index .allcollections .M5 .flex{
    position: relative;
    margin-top: 2rem;
}
.page_index .allcollections .colors1{
    flex: 1;
    text-align: center;
    align-content: flex-end;
    padding-bottom: 1.7%;
}
.page_index .allcollections .colors1 a:not(.button){
    display: flex;
    width: 26px;
    margin: 1rem auto;
}
.page_index .allcollections .colors1 .button{
    display: inline-block;
    width: auto;
    margin-top: 2rem;
}
.page_index .allcollections .colors2{
    flex: 7;
    display: flex;
    flex-direction: row;
	flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    column-gap:1.5rem;
	margin:0;
	padding:0;
    overflow-x: hidden;
}
.page_index .allcollections .colors2 a{
    flex: none;
    max-width: 28%;
}
.page_index .allcollections .colors2 a img{
    display:inline-block;
	vertical-align:bottom;
	width: 100%;
	height:auto;
	margin:0 auto;
	padding: 0;
    -webkit-filter: drop-shadow(4px 4px 7px rgba(0,0,0,0.26));
    -moz-filter: drop-shadow(4px 4px 7px rgba(0,0,0,0.26));
    filter: drop-shadow(4px 4px 7px rgba(0,0,0,0.26));
}
.page_index .allcollections .nextM5{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 7%;
    padding-right: 1rem;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    z-index: 3;
}

.page_index .allcollections .CRISTAL{
	display:flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
    column-gap: 4rem;
	width:100%;
	height: auto;
	margin:0 auto;
	padding:0;
    padding-right: 4rem;
}
.page_index .allcollections .CRISTAL > a{
    flex: 4.5;
}
.page_index .allcollections .text.cristal{
    flex: 2;
    text-align: right;
}
.page_index .allcollections .text.cristal .button{
    align-self: flex-end;
}

.page_index .allcollections .RIVERSTONE{
	display:flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 1.5rem;
    width: 100%;
    height: auto;
    text-align: left;
}
.page_index .allcollections .RIVERSTONE .flex{
	display:flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    column-gap: 1.5rem;
    width: 100%;
    height: auto;
	padding: 0 4rem;
    text-align: left;
}
.page_index .allcollections .RIVERSTONE .flex h2{
	flex: 3;
}
.page_index .allcollections .RIVERSTONE .flex .text{
	flex: 7;
	display:flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    column-gap: 2rem;
}
.page_index .allcollections .RIVERSTONE .flex p{
	flex: 6;
}
.page_index .allcollections .RIVERSTONE .flex .button{
	flex: initial;
}
.page_index .allcollections .RIVERSTONE > a{
	display:flex;
    width: 100%;
    height: auto;
    aspect-ratio: 1920/481;
}

.page_index .allcollections .M100L{
    padding: 0;
    padding-left: 4rem;
    text-align: left;
}
.page_index .allcollections .M100L .text{
    padding-right: 4rem;
}
.page_index .allcollections .M100L .flex{
    margin-top: 2rem;
}
.page_index .allcollections .M100L .flex .button{
    flex: initial;
}
.page_index .allcollections .colorsM100L{
    display: flex;
    flex-direction: row;
	flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    column-gap:1.5rem;
	margin:0;
    margin-top: 2rem;
	padding:0;
    overflow-x: hidden;
    position: relative;
}
.page_index .allcollections .M100L .colorsM100L a{
    flex: none;
    max-width: 27%;
}
.page_index .allcollections .M100L .colorsM100L a img{
    display:inline-block;
	vertical-align:bottom;
	width: 100%;
	height:auto;
	margin:0 auto;
	padding: 0;
    -webkit-filter: drop-shadow(4px 4px 7px rgba(0,0,0,0.26));
    -moz-filter: drop-shadow(4px 4px 7px rgba(0,0,0,0.26));
    filter: drop-shadow(4px 4px 7px rgba(0,0,0,0.26));
}
.page_index .allcollections .M100L .nextM100L{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 7%;
    padding-right: 1rem;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    z-index: 3;
}

.page_index .allcollections .WILD{
	display:flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
    column-gap: 2rem;
	width:100%;
	height: auto;
	margin:0 auto;
	padding:0;
    padding-left: 4rem;
}
.page_index .allcollections .colorswild{
    flex: 2;
    display: flex;
    flex-direction: row;
	flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    column-gap:3rem;
	margin:0;
	padding:0;
    overflow-x: hidden;
    position: relative;
}
.page_index .allcollections .colorswild a{
    flex: none;
    max-width: 32%;
    padding-bottom: 1rem;
}
.page_index .allcollections .colorswild img{
	display:inline-block;
	vertical-align:bottom;
	margin:0 auto;
	padding: 0;
	width:100%;
	height:auto;
	-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
    box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
}
.page_index .allcollections .nextwild{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 7%;
    padding-right: 1rem;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    z-index: 3;
}
.page_index .allcollections .text.wild{
	padding: 0;
    padding-bottom: 1rem;
    text-align: left;
}
.page_index .allcollections .text.wild .button{
    align-self: flex-start;
}

.page_index .allcollections .CLASSIC{
	display:flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 2rem;
    width: 100%;
    height: auto;
	padding: 0;
    padding-left: 4rem;
    text-align: left;
}
.page_index .allcollections .CLASSIC .flex{
	display:flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    column-gap: 2.5rem;
    width: 100%;
    height: auto;
	padding: 0;
    text-align: left;
}
.page_index .allcollections .CLASSIC .flex h2{
	flex: 2;
}
.page_index .allcollections .CLASSIC .flex .text{
	flex: 7;
	display:flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    column-gap: 2rem;
    padding-right: 4rem;
}
.page_index .allcollections .CLASSIC .flex p{
	flex: 6;
}
.page_index .allcollections .CLASSIC .flex .button{
	flex: initial;
}
.page_index .allcollections .allcateg{
	display:flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 0.5rem;
    width: 100%;
    height: auto;
    margin: 0;
	padding: 0;
    text-align: left;
    position: relative;
}
.page_index .allcollections .slidersclassic{
	display:flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
    align-content: center;
    column-gap: 1rem;
	width:100%;
	height: auto;
	margin:0 auto;
	padding:0;
}
.page_index .allcollections .slidersclassic > h2{
	flex: 1;
}
.page_index .allcollections .slidersclassic .iconclass{
	flex: 1.25;
}
.page_index .allcollections .slidersclassic > h2{
	line-height: 0;
}
.page_index .allcollections .slidersclassic > h2 span{
	font-size: 2.2rem;
}
.page_index .allcollections .slidersclassic .iconclass img{
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.page_index .allcollections .colorsclassic{
    flex: 8;
    display: flex;
    flex-direction: row;
	flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap:0;
	margin:0;
	padding:0;
    text-align: right;
    overflow-x: hidden;
}
.page_index .allcollections .colorsclassic a{
    flex: none;
    padding-bottom: 1rem;
    max-width: 21%;
}
.page_index .allcollections .colorsclassic a img{
    display:inline-block;
	vertical-align:bottom;
	width: 100%;
	height:auto;
	margin:0 auto;
	padding: 0;
	-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
    box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
}
.page_index .allcollections .allcateg .nextclassic{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 7%;
    padding-right: 1rem;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    z-index: 3;
}
.page_index .allcollections .MDESIGN{
	position: relative;
}
.page_index .allcollections .MDESIGN .text{
	position: absolute;
    left: 52.5%;
    top: 45%;
    width: 45%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 1.8rem;
}
