html, body{
    overflow-x: hidden;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index:999;
    box-sizing: border-box;
    /*background:rgba(0,0,0,0.1);*/
}
.header-box{
	position:absolute;
	top: 0;
	left:0;
	width: 100%;
	height:100%;
    background: #fff;
}
.header-box::after{
	content: '';
	position: absolute;
	width: 80%;
	height: 50%;
	left: 10%;
	bottom: 0;
	border-radius: 50%;
	box-shadow: none;
	z-index: -1;
	transition: 0.1s;
}
.header-box-on::after{
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3), 0 1px 8px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.wrapper{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px 0px 40px 0px;
    box-sizing: border-box;
    /*background:rgba(0,0,0,0.1);*/
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index:1;
    box-sizing: border-box;
    background:#fff;
    /*background:rgba(0,0,0,0.1);*/
}
.footer-box{
	position:absolute;
	top: 0;
	left:0;
	width: 100%;
	height:100%;
    background:#fff;
}
.footer-box::after{
	content: '';
	position: absolute;
	width: 80%;
	height: 50%;
	left: 10%;
	top: 0;
	border-radius: 50%;
	box-shadow: none;
	z-index: -1;
	transition: 0.1s;
}
.footer-box-on::after{
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3), 0 1px 8px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.center-col{
    position: relative;
    width:100%;
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}



/* ---------------------------------- HEADER ---------------------------------- */
.search-bar{
    position: absolute;
    top: 25px;
    left: 20px;
    width: calc(100% - 40px);
    height: 50px;
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
    transition: 0.2s;
}
.search-bar:hover{
    background: rgba(0,0,0,0.14);
}
.search-bar input{
    box-sizing: border-box;
    border: none;
    appearance: none;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    font-family: 'Montserrat';
    padding: 0px 20px;
    font-size: 18px;
}
.search-bar input::-webkit-input-placeholder{
    color:rgba(0,0,0,0.5);
}
.search{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.search i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color:rgba(0,0,0,0.5);
}
.shopping-cart{
    position: fixed;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;  
    cursor: pointer;  
}
.shopping-cart i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}
.shopping-cart span{
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% + 16px);
    transform: translate(-50%, -50%);
    font-size: 10px;
    min-width: 10px;
    height: 10px;
    line-height: 10px;
    background: #4caf50;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 2px;
}
.login{
    position: fixed;
    top: 25px;
    right: 100px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.login i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}


.shopping-cart-col{
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(0%);
    height: 100%;
    width:300px;
    max-width:70%;
    background:#fff;
    transform: translateX(100%);
    z-index: 9999;
    transition: 0.3s;
}
.shopping-cart-col-on{
    transform: translateX(0%);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* .shopping-cart-col-box{
	position:absolute;
	top: 0;
	left:0;
	width: 100%;
	height:100%;
    background:#fff;
}
.shopping-cart-col-box::after{
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0%;
	left: 0;
	border-radius: 0%;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
	z-index: -1;
} */

.shopping-cart-col-close{
    position:absolute;
	top: 15px;
	right:15px;
	width: 40px;
    height:40px;
    cursor: pointer;
}
.shopping-cart-col-close i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}


/* ---------------------------------- FINAL HEADER ---------------------------------- */


/* ---------------------------------- WRAPPER ---------------------------------- */

.main-title{
    position: relative;
    margin-bottom: 50px;
    font-family: 'Oswald';
    font-weight: 300;
    letter-spacing: 18px;
    font-size: 80px;
    line-height: 100px;
    text-transform: uppercase;
}
.main-subtitle{
    position: absolute;
    bottom:-10px;
    font-family: 'Montserrat';
    font-weight: 300;
    letter-spacing: 1.25px;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}
.items{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.item-wrap {
    perspective: 1000px;
    perspective-origin: top center;
    display: inline-block;
    position:relative;
}
.item-wrap-big {
    grid-column: auto / span 2;
}
.item-wrap-super-big {
    grid-column: auto / span 2;
    grid-row: auto / span 2;
}
.item-wrap-super-big .item{
    min-height: 620px;
}
.item {
    margin: 0px;
    color: white;
    text-transform: uppercase;
    font-family: 'montserrat';
    text-align: center;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.25);
    position: relative;
    transform-style: preserve-3d;
    will-change: transform;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 300px;
    cursor: pointer;
}
/* .item img{
    width:100%;
    height:100%;
    object-fit:cover;
    margin: 0;
    display: block;
    border-radius: 10px;
} */
.item-frame {
    position:absolute;
    top:calc(50% - 2px);
    left: 50%;
    height:calc(100% - 20px);
    width: calc(100% - 20px);
    transform: translate(-50%, -50%) translateZ(20px);
    opacity:1;
    transition:1s ease;
}
.item-frame div:nth-child(1){
    position:absolute;
    top:0;
    left:0;
    height:0;
    width:1px;
    background:rgba(0,0,0,0.3);
    transition:0.4s ease-in 0s;
}
.item-frame div:nth-child(2){
    position:absolute;
    bottom:0;
    right:0;
    height:0;
    width:1px;
    background:rgba(0,0,0,0.3);
    transition:0.4s ease-in 0.1s;
}
.item-frame div:nth-child(3){
    position:absolute;
    bottom:0;
    left:0;
    height:1px;
    width:0;
    background:rgba(0,0,0,0.3);
    transition:0.4s ease-in 0.2s;
}
.item-frame div:nth-child(4){
    position:absolute;
    top:0;
    right:0;
    height:1px;
    width:0;
    background:rgba(0,0,0,0.3);
    transition:0.4s ease-in 0.1s;
}
.item-shine{
    position:absolute;
    width:0px;
    height:0px;
    background:rgba(255,255,255,0.11);
    box-shadow: 0px 0px 80px 80px rgba(255,255,255,0.15);
    z-index:999;
    border-radius:50%;
    opacity:0;
    transform: translateZ(50px);
}
/* .item-shadow{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:30%;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 100%);
    transform: translateZ(1px);
    opacity:0;
    border-radius: 0px 0px 10px 10px;
    transition:0.2s ease;
}
.item-text {
    position:absolute;
    bottom:20px;
    left: 50%;
    height:20%;
    width: calc(100% - 30px);
    transform: translateX(-50%) translateZ(40px);
    text-align: center;
    pointer-events:none;
    opacity:0;
    font-weight: 500;
    letter-spacing: 1.25px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    
    transition:0.2s ease;
}
.item-text span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:100%;
    text-align:center;
}
.item:hover .item-text, .item:hover .item-shadow{
    opacity:1;
} */
.item:hover .item-frame div:nth-child(1), .item:hover .item-frame div:nth-child(2){
    height:100%;
    opacity:1;
}
.item:hover .item-frame div:nth-child(3), .item:hover .item-frame div:nth-child(4){
    width:100%;
    opacity:1;
}

















.item-img-box{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:70%;
    border-radius:10px 10px 0px 0px;
    padding: 20px;
    box-sizing: border-box;
}
.item-img-box img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.item-text-box{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:30%;
    border-radius:10px;
    background:rgba(255,255,255,1);
    text-align:left;
}
.item-text-box div{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    width:100%;
    padding:10px 20px;
    box-sizing:border-box;
    font-weight: 500;
    letter-spacing: 1.25px;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color:#000;
}
.item-text-box span{
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color:#777;
}
.item-wrap-big .item .item-text-box div{
    transform: translateY(-50%) scale(1.3);
    transform-origin: left;
}
.item-wrap-super-big .item .item-text-box div{
    transform: translateY(-50%) scale(2);
    transform-origin: left;
}

.item-add-cart{
    position:absolute;
    bottom: 30%;
    left:50%;
    height:40px;
    width: calc(100% - 60px);
    max-width: 180px;
    transform: translateX(-50%) translateZ(40px);
    text-align: center;
    opacity:0;
    font-weight: 500;
    letter-spacing: 1.25px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition:0.2s ease;
}
.item:hover .item-add-cart{
    opacity:1;
}
.item-add-cart div{
    position: relative;
    top: initial;
    left: initial;
    height: 100%;
    background: #000;
    color: #fff;
    display: inline-block;
    margin: -4px;
}
.item-add-cart div:hover{
    background:#333;
}
.item-add-cart div span{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}


.item-big{
    position:fixed;
    border-radius: 10px;
    opacity: 0;
    box-sizing: border-box;
    z-index: 10;
    transition:width 0.6s, height 0.6s, top 0.6s, left 0.6s, opacity 0s;
}
.item-big-on{
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transition:width 0.6s, height 0.6s, top 0.6s, left 0.6s, opacity 0s;
}



.cart-items{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    margin-top: 100px;
    box-sizing: border-box;
}
.cart-item{
    position: relative;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}
.cart-item::after{
    content: '';
    position: absolute;
    bottom:0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    box-sizing: border-box;
    background:#ccc;
}
.cart-item:nth-child(1)::before{
    content: '';
    position: absolute;
    top:0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    box-sizing: border-box;
    background:#ccc;
}
.cart-item:last-child::after{
    height: 0px;
}
.cart-item-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.cart-item-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cart-item-text{
    position: absolute;
    top: 0;
    left: 100px;
    width: calc(100% - 100px);
    height: 100%;
}
.cart-item-text div{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width: 100%;
    text-align: left;
}
.cart-item-text div span:nth-child(1){
    display: block;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color:#666;
}
.cart-item-text div span:nth-child(2){
    display: block;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 16px;
    color:#555;
}
.cart-item-text div span:nth-child(3){
    display: block;
    width: 100%;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color:#000;
}
.cart-summary{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
}
.cart-summary span:nth-child(1){
    display: block;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 28px;
    color:#333;
}
.cart-summary span:nth-child(2){
    display: block;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    color:#000;
}
.cart-summary span div{
    display: inline;
    float: right;
}
.cart-pay-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 120px);
    max-width: 180px;
    height: 40px;
    background: #000;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
}
.cart-pay-btn:hover{
    background: #333;
}
.cart-pay-btn span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}














.product-info{
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
    box-sizing:border-box;
}
.product-img{
    position:absolute;
    top:0;
    left:50%;
    width:50%;
    height:100%;
    box-sizing:border-box;
}
.product-info-box, .product-img-box{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:100%;
    height:100%;
    max-width:550px;
    max-height:550px;
    box-sizing:border-box;
    padding:30px;
}






.product-title{
    font-weight: 900;
    letter-spacing: 0px;
    font-size: 72px;
    line-height: 108px;
    text-transform: uppercase;
    -webkit-text-stroke:1.5px black;
    color:transparent;
}
.product-description{
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 24px;
    line-height: 36px;
}
.product-price{
    font-weight: 900;
    letter-spacing: 0px;
    font-size: 48px;
    line-height: 72px;
    text-transform: uppercase;
    text-align:right;
}
.product-type{
    font-size:0;
    margin:20px 0px;
}
.product-type div{
    position:relative;
    width:40px;
    height:40px;
    background:#333;
    color:#fff;
    display:inline-block;
    cursor:pointer;
    font-size:16px;
    transition:0.2s;
}
.product-type div.type-selected{
    transform:scale(1.4);
    background:#000;
    z-index:1;
}
.product-type div:hover{
    background:#000;
}
.product-type div span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.product-quantity{
    font-size:0;
    margin:20px 0px;
}
.product-quantity div{
    position:relative;
    width:40px;
    height:40px;
    border:solid 1px #333;
    display:inline-block;
    cursor:pointer;
    font-size:16px;
    transition:0.2s;
}
.product-quantity div:hover{
    background:rgba(0, 0, 0, 0.1);
}
.product-quantity div:nth-child(1){
    border-radius:10px 0px 0px 10px;
    border-right:none;
}
.product-quantity div:nth-child(2){
    background: #333;
    color:#fff;
    font-weight:600;
    pointer-events: none;
}
.product-quantity div:nth-child(3){
    border-radius:0px 10px 10px 0px;
    border-left:none;
}
.product-quantity div span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.product-add{
    position:relative;
    float:right;
    width: calc(100% - 120px);
    max-width: 180px;
    height: 40px;
    background: #000;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
}
.product-add:hover {
    background: #333;
}
.product-add span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
.product-close{
    position: relative;
    top: 60px;
    width: 40px;
    height: 40px;
    border:solid 1px #333;
    color: #333;
    box-sizing: border-box;
    border-radius:10px;
    cursor: pointer;
    z-index:1;
    transition: 0.2s;
}
.product-close:hover{
    background:rgba(0, 0, 0, 0.1);
}
.product-close i{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size: 24px;
}


.product-img-box img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.animate__animated{
    opacity: 0;
}


/* ---------------------------------- FINAL WRAPPER ---------------------------------- */




/* ---------------------------------- FOOTER ---------------------------------- */


.footer-text{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    margin:0;
	font-weight: 400;
	letter-spacing: 1.5px;
	font-size: 10px;
	line-height:12px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}


/* ---------------------------------- FINAL FOOTER ---------------------------------- */
