@charset "utf-8";
html {
	scroll-behavior: smooth;
	overflow-x: hidden; 
}

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

body {
    overflow-x: hidden;
}


/*
Colour Theme
Red: #781C29
Orange: #DD723C
*/



/*Hero Section-------------------------------------------------------------------------------*/

.hero {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#hero {
	background-image: url("/IMG/HOME IMG/home_herobg.png");
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.herocont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}

.elegance {
	font-size: 56px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: 150%;
	background-position: bottom;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 10;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	margin-left: -180px;
}

#midhero1, #midhero2, #midhero3 {
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-left: 170px;
	margin: -30px 0 0;
	transition: all 0.4s ease;
}

.herolabel {
	width: 30%;
	text-align: right;
	padding-right: 20px;
	border-right: solid #3d3d3d thin;
	margin-right: 20px;
}

.herowatch1 {
	width: 180px;
	z-index: 20;
}

.herowatch2 {
	width: 237px;
	z-index: 20;
}

.herowatch3 {
	width: 253px;
	z-index: 20;
}

.redefined {
	font-size: 110px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 620px;
	margin-left: -30px;
	z-index: 0;
}

.herobottom {
	margin-top: -80px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 120px;
}

.timeless {
	font-size: 170px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 820px;
	z-index: 0;
	text-align: right;
}

.herocheckbox {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-left: -50px;
}

.real-checkbox {
	display:none;
}

.checkbox1, .checkbox2, .checkbox3 {
 	width: 120px;
	height: 130px; 
	display: flex;
	justify-content: center;
	align-items: center;
  	padding: 10px;
  	border-radius: 27px;
  	cursor:pointer;
  	background-color: #fff;
	box-shadow: 0 0 10px 0px rgba(61,61,61,0.2);
  	transition: all 0.4s ease;
}

#checkbox1:checked + .checkbox1,
#checkbox2:checked + .checkbox2,
#checkbox3:checked + .checkbox3 {
  	background-color: rgba(221, 114, 60,0.2);
	box-shadow: 0 0 0 0 rgba(61,61,61,0.2);
	transition: all 0.4s ease;
}

.checkbox1:hover, .checkbox2:hover, .checkbox3:hover {
	background-color: rgba(120, 28, 41,0.2);
	box-shadow: 0 0 0 0 rgba(61,61,61,0.2);
	transition: all 0.4s ease;
}



/*Featured Brands Section--------------------------------------------------------------------*/

#featuredbrands {
	width: 100%;
	height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fb1 {
	font-size: 100px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 800px;
	text-align: end;
}

.fbrands {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap:20px;
	margin-top: -35px;
	z-index: 10;
}

a.fbseiko {
	width: 250px;
	height: 250px;
	background-image: url("/IMG/HOME IMG/fb_seikobg.png");
	background-size: 130%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 27px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 10px;
	transition: all 0.6s ease;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

a.fbcasio {
	width: 80px;
	height: 250px;
	background-image: url("/IMG/HOME IMG/fb_casiobg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	transition: all 0.6s ease;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

a.fbedifice {
	width: 80px;
	height: 250px;
	background-image: url("/IMG/HOME IMG/fb_edificebg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	transition: all 0.6s ease;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

a.fbgshock {
	width: 80px;
	height: 250px;
	background-image: url("/IMG/HOME IMG/fb_gshockbg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	transition: all 0.6s ease;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

a.fbac {
	width: 80px;
	height: 250px;
	background-image: url("/IMG/HOME IMG/fb_acbg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	transition: all 0.6s ease;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

a.fbsbonia {
	width: 80px;
	height: 250px;
	background-image: url("/IMG/HOME IMG/fb_boniabg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 27px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	transition: all 0.6s ease;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

.fbseiko img {
	width: 200px;
}

a.fbseiko:hover {
	background-size: 180%;
	transition: all 0.6s ease;
}

a.fbcasio:hover, a.fbedifice:hover, a.fbgshock:hover, a.fbac:hover, a.fbsbonia:hover {
	width: 250px;
	align-items: baseline;
}

.fbcasio img, .fbedifice img, .fbgshock img, .fbac img, .fbsbonia img{
	width: 80px;
	transition: all 0.4s ease-out;
}

a.fbcasio:hover img, a.fbedifice:hover img, a.fbgshock:hover img, a.fbac:hover img, a.fbsbonia:hover img{
	transform: rotate(90deg);
}

a.fbcasio:hover img{
	margin-top: 110px;
}

a.fbedifice:hover img {
	margin-top: 90px;
}

a.fbgshock:hover img {
	margin-top: 90px;
}

a.fbac:hover img {
	margin-top: 70px;
}

a.fbsbonia:hover img {
	margin-top: 100px;
}

.fbbottom {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 300px;
	margin-top: -35px;
}

.fb2 {
	font-size: 100px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 400px;
	z-index: -1;
}

.viewmore {
	margin-top: 30px;
}

a.viewmore {
	text-decoration: none;
	font-size: 18px;
	font-family: Quattrocento Sans;
	color: #fff;
	background-color: #3d3d3d;
	border-radius:10px;
	width: 150px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
}

a.viewmore:hover {
	background-color: #781C29;
	transition: all 0.4s ease;
}



/*Top Choices Section------------------------------------------------------------------------*/

#topchoices {
	width: 100%;
	height: 90vh;
	background-image: url("/IMG/HOME IMG/tcbg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.top {
	font-size: 100px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 400px;
	z-index: 0;
	text-align: center;
}

.choices {
	font-size: 100px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 450px;
	z-index: 0;
	text-align: center;
	margin-top: -35px;
}

.tcmid {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: -50px;
	z-index: 10;
}

button.tcleft, button.tcright {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

button.tcleft img, button.tcright img {
	width: 60px;
}

.l1 {
	position: relative;
	transition: all 0.4s ease;
}

.l1:hover {
	opacity: 0;
	transition: all 0.4s ease;
}

.l2 {
	position: absolute;	
}

.r1 {
	position: relative;
	transition: all 0.4s ease;
}

.r1:hover {
	opacity: 0;
	transition: all 0.4s ease;
}

.r2 {
	position: absolute;	
}

.tcslider {
	white-space: nowrap;        
  	overflow: hidden;  
	width: 780px;
	height: 400px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	scroll-behavior: smooth;
}

.tcslider::-webkit-scrollbar {
  	display: none;
}

.tcslider p {
	white-space: nowrap;        
  	overflow: hidden;            
  	text-overflow: ellipsis; 
}

.tccont1, .tccont2, .tccont3, .tccont4, .tccont5, .tccont6 {
	display: flex;
	flex-direction: column;
}

.tcwatch {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 10;
	width:100%;
}

.tcwatch img {
	width: 150px;
}

.tcbox1 {
	margin-left: 10px;
}

.tcbox6 {
	margin-right: 10px;
}
.tcbox1, .tcbox2, .tcbox3, .tcbox4, .tcbox5, .tcbox6 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	background-color: #fff;
	width: 200px;
	height: 240px;
	border-radius: 27px;
	margin-top: -100px;
	box-shadow: 0 0 5px 0px rgba(61,61,61,0.2);
}

p1 {
	font-family: Quattrocento Sans;
	font-size: 20px;
	font-weight: bold;
}


p2 {
	font-family: Quattrocento Sans;
	font-size: 14px;
	font-weight: bold;
	color: rgba(159,159,159,1.00);
	margin-top: 4px;
}

.tcbutton {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 10px 0 0 0;
}

.tcbutton a {
	text-decoration: none;
	font-size: 18px;
	font-family: Quattrocento Sans;
	color: #fff;
	background-color: #3d3d3d;
	border-radius:10px;
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
}

.tcbutton a:hover {
	background-color: #781C29;
	transition: all 0.4s ease;
}



/*New Arrival Section------------------------------------------------------------------------*/

#newarrival {
	width: 100%;
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.nabg {
	width: 80%;
	height: 90%;
	border-radius: 27px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("/IMG/HOME IMG/na_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

.nabg h1 {
	font-size: 36px;
	font-family: Quattrocento Sans;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.naborder {
	border-top: white thin solid;
	width: 150px;
	margin: 10px 20px;
}

.nawatchlabel {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap:20px;
	margin-left: 220px;
}

.nawatch {
	width: 220px;
	z-index: 10;
}

.nalabel {
	padding-left: 10px;
	border-left: thin white solid;
	margin-top: 30px;
}

.nalabel p {
	font-size: 18px;
	font-family: Quattrocento Sans;
	color: rgba(255,255,255, 0.9);
	font-weight: thin;
	margin: 3px 0;
	
}

.natitle {
	margin-top: -260px;
}

.natitle h1{
	font-size: 150px;
	font-family: Quattrocento;
	text-align: center;
	color: #000;
	mix-blend-mode: soft-light;
	font-weight: 100;
}

.natitle h2{
	font-size: 100px;
	font-family: Quattrocento;
	text-align: center;
	color: #000;
	mix-blend-mode: soft-light;
	font-weight: 100;
	margin-top: -30px;
}

.learnmore {
	text-decoration: none;
	font-size: 18px;
	font-family: Quattrocento Sans;
	color: #fff;
	background-color: rgba(0,0,0, 0.5);
	border-radius:10px;
	width: 150px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
	margin-top: 40px;
}

.learnmore:hover {
	background-color: rgba(120, 28, 41, 0.7);
	transition: all 0.4s ease;
}



/*Categories Section------------------------------------------------------------------------*/

#hcategories {
	width: 100%;
	height: 85vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hcategories {
	font-size: 100px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 700px;
	z-index: 0;
	text-align: center;
	display: flex;
}

.hcategoriesM {
	font-size: 70px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: auto;
	z-index: 0;
	text-align: center;
	display: none;
}

.catboxes {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: -30px;
	z-index: 10;
}

.catbox1, .catbox2, .catbox3 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: flex-end;
}

a.catmen, a.catladies, a.catkids {
	width: 300px;
	height: 300px;
	border-radius: 27px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	margin-left: 30px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: all 0.4s ease;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

a.catmen {
	background-image: url("/IMG/HOME IMG/cat1_img.png");
}

a.catladies {
	background-image: url("/IMG/HOME IMG/cat2_img.png");
}

a.catkids {
	background-image: url("/IMG/HOME IMG/cat3_img.png");
}


a.catmen:hover, a.catladies:hover ,a.catkids:hover  {
	background-size: 120%;
	transition: all 0.4s ease;
}	


.catbox1 h1, .catbox2 h1, .catbox3 h1 {
	font-size: 90px;
	font-family: Quattrocento Sans;
	text-align: left;
	color: #4E4E4E;
	font-weight: 100;
	margin-top: -40px;
	mix-blend-mode: color-dodge;
	z-index: 10;
}



/*Review Section------------------------------------------------------------------------*/

#review {
	width: 100%;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.reviewbg {
	width: 80%;
	height: 60vh;
	border-radius: 27px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("/IMG/HOME IMG/r_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

.reviewbgT {
	width: 80%;
	height: 60vh;
	border-radius: 27px;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("/IMG/HOME IMG/r_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

.reviewbgM {
	width: 80%;
	height: 60vh;
	border-radius: 27px;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("/IMG/HOME IMG/r_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

.rtop {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 90%;
}

.rsymbol {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 20%;
}

.rsymbol img {
	width: 70px;
}

.rtitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 30%;
}

.rtitle h1{
	font-size: 36px;
	font-family: Quattrocento Sans;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.rborder {
	border-top: white thin solid;
	width: 100px;
	margin: 10px 20px;
}

.rblank {
	width: 20%;
}

.rmid {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 80px;
	z-index: 10;
}

button.rleft, button.rright {
	border: none;
	background-color: transparent;
	cursor: pointer;
	margin-top: -70px;
}

button.rleft img, button.rright img {
	width: 60px;
}

.reviewslider {      
  	overflow: hidden; 
	white-space: nowrap;
	width: 780px;
	height: 200px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	scroll-behavior: smooth;
}

.reviewslider::-webkit-scrollbar {
  	display: none;
}

.reviewslider p {
	font-size: 20px;
	font-family: Quattrocento Sans;
	text-align: justify;
	color: #fff;
	font-weight: 100;
	width: 780px;
	white-space: normal;
	line-height: 30px;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.reviewslider p2 {
	font-size: 20px;
	font-family: Quattrocento Sans;
	text-align: right;
	color: #fff;
	font-weight: thin;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
}


.review1, .review2, .review3 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 780px;
	height: 200px;
}

.starandname {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.starrating {
	width: 20%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.starrating img {
	width: 20px;
	margin: 0 3px;
}




@media screen and (max-width: 1350px) {
	
 /* Hero Section Adjustments ------------------------------------------------------------------*/
	
	.hero {
		width: 100%;
		height: 1000px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	#hero {
		background-image: url("/IMG/HOME IMG/home_herobg.png");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		z-index: -1;
	}

	.herocont {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 90%;
	}

	.elegance {
		font-size: 46px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-position: bottom;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		z-index: 10;
		text-align: center;
		margin-left: 0;
		transition: all 0.4s ease;
	}

	#midhero1, #midhero2, #midhero3 {
		display: none;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		transition: all 0.4s ease;
		padding-left: 0;
		margin: 0 0 0 0; 
	}

	.herolabel {
		width: 80%;
		text-align: center;
		border-bottom: none;
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		margin-top: 10px;
	}

	.herowatch1 {
		width: 180px;
		z-index: 20;
	}

	.herowatch2 {
		width: 237px;
		z-index: 20;
	}

	.herowatch3 {
		width: 253px;
		z-index: 20;
	}

	.redefined {
		font-size: 66px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		z-index: 0;
		margin-left: 0;	
		margin-bottom: -35px;
	}

	.herobottom {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
	}

	.timeless {
		font-size: 86px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		z-index: 0;
		text-align: center;
		transition: all 0.4s ease;
	}

	.herocheckbox {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 30px;
		margin: none;
		margin-left: 0;
		transition: all 0.4s ease;
	}

	.real-checkbox {
		display:none;
	}

	.checkbox1, .checkbox2, .checkbox3 {
		width: 120px;
		height: 130px; 
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		border-radius: 27px;
		cursor:pointer;
		background-color: #fff;
		box-shadow: 0 0 10px 0px rgba(61,61,61,0.2);
		transition: all 0.4s ease;
	}

	#checkbox1:checked + .checkbox1,
	#checkbox2:checked + .checkbox2,
	#checkbox3:checked + .checkbox3 {
		background-color: rgba(221, 114, 60,0.2);
		box-shadow: 0 0 0 0 rgba(61,61,61,0.2);
		transition: all 0.4s ease;
	}

	.checkbox1:hover, .checkbox2:hover, .checkbox3:hover {
		background-color: rgba(120, 28, 41,0.2);
		box-shadow: 0 0 0 0 rgba(61,61,61,0.2);
		transition: all 0.4s ease;
	}




	/* Featured Brands Section --------------------------------------------------------------*/

	#featuredbrands {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 100px 0;
	}

	.fb1 {
		font-size: 80px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: 800px;
		text-align: center;
	}

	.fbrands {
		display: grid;
		margin-top: -40px;
		z-index: 10;
		grid-template-columns: repeat(3,1fr); 
		grid-template-rows: repeat(2, auto);   
		gap: 20px;
		padding: 20px;
		transition: all 0.4s ease;
	}

	a.fbseiko {
		width: 200px;
		height: 200px;
		background-image: url("/IMG/HOME IMG/fb_seikobg.png");
		background-size: 130%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		transition: all 0.6s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	a.fbcasio {
		width: 200px;
		height: 200px;
		background-image: url("/IMG/HOME IMG/fb_casiobg.png");
		background-size: 150%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		transition: all 0.6s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	a.fbedifice {
		width: 200px;
		height: 200px;
		background-image: url("/IMG/HOME IMG/fb_edificebg.png");
		background-size: 150%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		transition: all 0.6s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	a.fbgshock {
		width: 200px;
		height: 200px;
		background-image: url("/IMG/HOME IMG/fb_gshockbg.png");
		background-size: 160%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		transition: all 0.6s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	a.fbac {
		width: 200px;
		height: 200px;
		background-image: url("/IMG/HOME IMG/fb_acbg.png");
		background-size: 150%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		transition: all 0.6s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	a.fbsbonia {
		width: 200px;
		height: 200px;
		background-image: url("/IMG/HOME IMG/fb_boniabg.png");
		background-size: 150%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px;
		transition: all 0.6s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	.fbseiko img {
		width: 200px;
	}

	a.fbseiko:hover {
		background-size: 180%;
		transition: all 0.6s ease;
	}

	a.fbcasio:hover, a.fbedifice:hover, a.fbgshock:hover, a.fbac:hover, a.fbsbonia:hover {
		width: 200px;
		background-size: 200%;
		align-items: center;
		transition: all 0.6s ease;
	}

	.fbcasio img, .fbedifice img, .fbgshock img, .fbac img, .fbsbonia img{
		width: 70px;
		transition: all 0.4s ease-out;
		transform: rotate(90deg);
	}

	a.fbcasio:hover img{
		margin-top: 0;
	}

	a.fbedifice:hover img {
		margin-top: 0;
	}

	a.fbgshock:hover img {
		margin-top: 0;
	}

	a.fbac:hover img {
		margin-top: 0;
	}

	a.fbsbonia:hover img {
		margin-top: 0;
	}

	.fbbottom {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 10px;;
		margin-top: -40px;
	}

	.fb2 {
		font-size: 80px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: 100%;
		z-index: -1;
		text-align: center;
	}

	.viewmore {
		margin-top: 0;
	}

	a.viewmore {
		text-decoration: none;
		font-size: 18px;
		font-family: Quattrocento Sans;
		color: #fff;
		background-color: #3d3d3d;
		border-radius:10px;
		width: 150px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.4s ease;
	}

	a.viewmore:hover {
		background-color: #781C29;
		transition: all 0.4s ease;
	}
	



	/*New Arrival Section------------------------------------------------------------------------*/

	#newarrival {
		width: 100%;
		height: 800px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.nabg {
		width: 80%;
		height: 90%;
		border-radius: 27px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-image: url("/IMG/HOME IMG/na_bg.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	.nabg h1 {
		font-size: 36px;
		font-family: Quattrocento Sans;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}

	.naborder {
		border-top: white thin solid;
		width: 150px;
		margin: 10px 20px;
	}

	.nawatchlabel {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap:20px;
		margin-left: 0;
	}

	.nawatch {
		width: 220px;
		z-index: 10;
	}

	.nalabel {
		padding-left: 0;
		border-left: none;
		margin-bottom: -60px;
	}

	.nalabel p {
		font-size: 18px;
		font-family: Quattrocento Sans;
		color: rgba(255,255,255, 0.9);
		font-weight: thin;
		margin: 3px 0;
		text-align: center;
	}

	.natitle {
		margin-top: -130px;
	}

	.natitle h1{
		font-size: 56px;
		font-family: Quattrocento;
		text-align: center;
		color: #000;
		mix-blend-mode: soft-light;
		font-weight: bold;
	}

	.natitle h2{
		font-size: 46px;
		font-family: Quattrocento;
		text-align: center;
		color: #000;
		mix-blend-mode: soft-light;
		font-weight: bold;
		margin-top: -10px;
	}

	.learnmore {
		text-decoration: none;
		font-size: 18px;
		font-family: Quattrocento Sans;
		color: #fff;
		background-color: rgba(0,0,0, 0.5);
		border-radius:10px;
		width: 150px;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.4s ease;
		margin-top: 120px;
	}

	.learnmore:hover {
		background-color: rgba(120, 28, 41, 0.7);
		transition: all 0.4s ease;
	}




	/*Categories Section------------------------------------------------------------------------*/

	#hcategories {
		width: 100%;
		height: 1600px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.hcategories {
		font-size: 80px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: 700px;
		z-index: 0;
		text-align: center;
	}

	.catboxes {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		margin-top: -30px;
		z-index: 10;
	}

	.catbox1, .catbox2, .catbox3 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		width: 80%;
		
	}

	a.catmen, a.catladies, a.catkids {
		width: 90%;
		height: 300px;
		border-radius: 27px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-end;
		margin-left: 30px;
		background-size: 100%;
		background-repeat: no-repeat;
		transition: all 0.4s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	a.catmen {
		background-position: 0 43%;
		background-image: url("/IMG/HOME IMG/cat1_img.png");
	}

	a.catladies {
		background-position: 0 20%;
		background-image: url("/IMG/HOME IMG/cat2_img.png");
	}

	a.catkids {
		background-position: 0 30%;
		background-image: url("/IMG/HOME IMG/cat3_img.png");
	}


	a.catmen:hover, a.catladies:hover ,a.catkids:hover  {
		background-size: 120%;
		transition: all 0.4s ease;
	}	


	.catbox1 h1, .catbox2 h1, .catbox3 h1 {
		font-size: 90px;
		font-family: Quattrocento Sans;
		text-align: left;
		color: #4E4E4E;
		font-weight: 100;
		margin-top: -40px;
		mix-blend-mode: color-dodge;
		z-index: 10;
	}




	/*Review Section------------------------------------------------------------------------*/

	#review {
		width: 100%;
		height: 850px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.reviewbg {
		display: none;
	}
	
	.reviewbgT {
		width: 80%;
		height: 90%;
		border-radius: 27px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-image: url("/IMG/HOME IMG/r_bg.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
		gap: 30px;
	}

	.reviewbgM {
		display: none;
	}

	.rtop {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		width: 80%;
	}

	.rsymbol {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		width: 20%;
	}

	.rsymbol img {
		width: 70px;
	}

	.rtitle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 30%;
	}

	.rtitle h1{
		font-size: 36px;
		font-family: Quattrocento Sans;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}

	.rborder {
		border-top: white thin solid;
		width: 100px;
		margin: 10px 20px;
	}

	.rblank {
		width: 20%;
	}

	.rmid {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
		z-index: 10;
	}

	button.rleft, button.rright {
		border: none;
		background-color: transparent;
		cursor: pointer;
		margin-top: -70px;
	}

	button.rleft img, button.rright img {
		width: 60px;
	}
    
    .reviewsliderT {      
		overflow: hidden; 
		white-space: nowrap;
		width: 500px;
		height: 500px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
		scroll-behavior: smooth;
	}

	.reviewsliderT::-webkit-scrollbar {
		display: none;
	}

	.reviewsliderT p {
		font-size: 18px;
		font-family: Quattrocento Sans;
		text-align: justify;
		color: #fff;
		font-weight: 100;
		width: 500px;
		white-space: normal;
		line-height: 30px;
		text-shadow: 0 0 3px rgba(0,0,0,0.3);
		padding: 10px;
		box-sizing: border-box;
	}

	.reviewsliderT p2 {
		font-size: 18px;
		font-family: Quattrocento Sans;
		text-align: right;
		color: #fff;
		font-weight: thin;
		text-shadow: 0 0 3px rgba(0,0,0,0.3);
	}


	.review1, .review2, .review3 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 500px;
		height: 500px;
	}

	.starandname {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		height: 100px;
		gap: 30px;
	}

	.starrating {
		width: 20%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.starrating img {
		width: 20px;
		margin: 0 3px;
	}


}

@media screen and (max-width: 960px) {
	
    /* Featured Brands Section --------------------------------------------------------------*/

	.fbrands {
		display: grid;
		margin-top: -40px;
		z-index: 10;
		grid-template-columns: repeat(2,1fr); 
		grid-template-rows: repeat(3, auto);   
		gap: 20px;
		padding: 20px;
		transition: all 0.4s ease;
	}
	
	/* Top Choices Section --------------------------------------------------------------*/

	#topchoices {
		width: 100%;
		height: auto;
		background-image: url("/IMG/HOME IMG/tcbg.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 200px 0 100px 0;
	}

	.top {
		font-size: 80px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: 400px;
		z-index: 0;
		text-align: center;
	}

	.choices {
		font-size: 80px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: 450px;
		z-index: 0;
		text-align: center;
		margin-top: -35px;
	}

	.tcmid {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 20px;
		margin-top: -50px;
		z-index: 10;
	}

	button.tcleft, button.tcright {
		border: none;
		background-color: transparent;
		cursor: pointer;
	}

	button.tcleft img, button.tcright img {
		width: 60px;
	}

	.l1 {
		position: relative;
		transition: all 0.4s ease;
	}

	.l1:hover {
		opacity: 0;
		transition: all 0.4s ease;
	}

	.l2 {
		position: absolute;	
	}

	.r1 {
		position: relative;
		transition: all 0.4s ease;
	}

	.r1:hover {
		opacity: 0;
		transition: all 0.4s ease;
	}

	.r2 {
		position: absolute;	
	}

	.tcslider {
		white-space: nowrap;        
		overflow: hidden;  
		width: 250px;
		height: 400px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
		scroll-behavior: smooth;
	}

	.tcslider::-webkit-scrollbar {
		display: none;
	}

	.tcslider p {
		white-space: nowrap;        
		overflow: hidden;            
		text-overflow: ellipsis; 
	}

	.tccont1, .tccont2, .tccont3, .tccont4, .tccont5, .tccont6 {
		display: flex;
		flex-direction: column;
	}

	.tcwatch {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		z-index: 10;
		width:100%;
	}

	.tcwatch img {
		width: 150px;
	}

	.tcbox1 {
		margin-left: 10px;
	}

	.tcbox6 {
		margin-right: 10px;
	}
	.tcbox1, .tcbox2, .tcbox3, .tcbox4, .tcbox5, .tcbox6 {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 20px;
		background-color: #fff;
		width: 200px;
		height: 240px;
		border-radius: 27px;
		margin-top: -100px;
		box-shadow: 0 0 5px 0px rgba(61,61,61,0.2);
	}

	p1 {
		font-family: Quattrocento Sans;
		font-size: 20px;
		font-weight: bold;
	}


	p2 {
		font-family: Quattrocento Sans;
		font-size: 14px;
		font-weight: bold;
		color: rgba(159,159,159,1.00);
		margin-top: 4px;
	}

	.tcbutton {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		padding: 10px 0 0 0;
	}

	.tcbutton a {
		text-decoration: none;
		font-size: 18px;
		font-family: Quattrocento Sans;
		color: #fff;
		background-color: #3d3d3d;
		border-radius:10px;
		width: 120px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.4s ease;
	}

	.tcbutton a:hover {
		background-color: #781C29;
		transition: all 0.4s ease;
	}
}

@media screen and (max-width: 720px) {
    body {
        overflow-x: hidden;
    }
    
    
     /* Hero Section Adjustments ------------------------------------------------------------------*/
	
	.hero {
		width: 100%;
		height: 1000px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	#hero {
		background-image: url("/IMG/HOME IMG/home_herobg.png");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		z-index: -1;
	}

	.herocont {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 90%;
	}

	.elegance {
		font-size: 46px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-position: bottom;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		z-index: 10;
		text-align: center;
		margin-left: 0;
		transition: all 0.4s ease;
	}

	#midhero1, #midhero2, #midhero3 {
		display: none;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		transition: all 0.4s ease;
		padding-left: 0;
		margin: 0 0 0 0; 
	}

	.herolabel {
		width: 80%;
		text-align: center;
		border-bottom: none;
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		margin-top: 10px;
	}

	.herowatch1 {
		width: 180px;
		z-index: 20;
	}

	.herowatch2 {
		width: 237px;
		z-index: 20;
	}

	.herowatch3 {
		width: 253px;
		z-index: 20;
	}

	.redefined {
		font-size: 56px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		z-index: 0;
		margin-left: 0;	
		margin-bottom: -35px;
	}

	.herobottom {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
	}

	.timeless {
		font-size: 70px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		z-index: 0;
		text-align: center;
		transition: all 0.4s ease;
	}

	.herocheckbox {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin: none;
		margin-left: 0;
		transition: all 0.4s ease;
	}

	.real-checkbox {
		display:none;
	}

	.checkbox1, .checkbox2, .checkbox3 {
		width: 110px;
		height: 120px; 
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
		border-radius: 27px;
		cursor:pointer;
		background-color: #fff;
		box-shadow: 0 0 10px 0px rgba(61,61,61,0.2);
		transition: all 0.4s ease;
		box-sizing: border-box;
	}

	#checkbox1:checked + .checkbox1,
	#checkbox2:checked + .checkbox2,
	#checkbox3:checked + .checkbox3 {
		background-color: rgba(221, 114, 60,0.2);
		box-shadow: 0 0 0 0 rgba(61,61,61,0.2);
		transition: all 0.4s ease;
	}

	.checkbox1:hover, .checkbox2:hover, .checkbox3:hover {
		background-color: rgba(120, 28, 41,0.2);
		box-shadow: 0 0 0 0 rgba(61,61,61,0.2);
		transition: all 0.4s ease;
	}

    /* Featured Brands Section --------------------------------------------------------------*/
    
    #featuredbrands {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 50px 0;
	}
	
	.fbrands {
		display: grid;
		margin-top: -40px;
		z-index: 10;
		grid-template-columns: repeat(2,1fr); 
		grid-template-rows: repeat(3, auto);   
		gap: 15px;
		padding: 20px;
		transition: all 0.4s ease;
	}
	
	.fb1 {
		font-size: 70px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: 800px;
		text-align: center;
	}

	a.fbseiko {
		width: 150px;
		height: 150px;
		background-image: url("/IMG/HOME IMG/fb_seikobg.png");
		background-size: 130%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		transition: all 0.6s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	a.fbcasio {
		width: 150px;
		height: 150px;
		background-image: url("/IMG/HOME IMG/fb_casiobg.png");
		background-size: 150%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		transition: all 0.6s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	a.fbedifice {
		width: 150px;
		height: 150px;
		background-image: url("/IMG/HOME IMG/fb_edificebg.png");
		background-size: 150%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		transition: all 0.6s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	a.fbgshock {
		width: 150px;
		height: 150px;
		background-image: url("/IMG/HOME IMG/fb_gshockbg.png");
		background-size: 160%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		transition: all 0.6s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	a.fbac {
		width: 150px;
		height: 150px;
		background-image: url("/IMG/HOME IMG/fb_acbg.png");
		background-size: 150%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		transition: all 0.6s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	a.fbsbonia {
		width: 150px;
		height: 150px;
		background-image: url("/IMG/HOME IMG/fb_boniabg.png");
		background-size: 150%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 27px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px;
		transition: all 0.6s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	.fbseiko img {
		width: 140px;
	}

	a.fbseiko:hover {
		background-size: 180%;
		transition: all 0.6s ease;
	}

	a.fbcasio:hover, a.fbedifice:hover, a.fbgshock:hover, a.fbac:hover, a.fbsbonia:hover {
		width: 150px;
		background-size: 200%;
		align-items: center;
		transition: all 0.6s ease;
	}

	.fbcasio img, .fbedifice img, .fbgshock img, .fbac img, .fbsbonia img{
		width: 50px;
		transition: all 0.4s ease-out;
		transform: rotate(90deg);
	}

	a.fbcasio:hover img{
		margin-top: 0;
	}

	a.fbedifice:hover img {
		margin-top: 0;
	}

	a.fbgshock:hover img {
		margin-top: 0;
	}

	a.fbac:hover img {
		margin-top: 0;
	}

	a.fbsbonia:hover img {
		margin-top: 0;
	}

	.fbbottom {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 10px;;
		margin-top: -40px;
	}

	.fb2 {
		font-size: 70px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: 100%;
		z-index: -1;
		text-align: center;
	}

	.viewmore {
		margin-top: 0;
	}

	a.viewmore {
		text-decoration: none;
		font-size: 18px;
		font-family: Quattrocento Sans;
		color: #fff;
		background-color: #3d3d3d;
		border-radius:10px;
		width: 150px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.4s ease;
	}

	a.viewmore:hover {
		background-color: #781C29;
		transition: all 0.4s ease;
	}

	
	/* Top Choices Section --------------------------------------------------------------*/

	#topchoices {
		width: 100%;
		height: auto;
		background-image: url("/IMG/HOME IMG/tcbg.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 150px 0 50px 0;
	}

	.top {
		font-size: 70px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: 400px;
		z-index: 0;
		text-align: center;
	}

	.choices {
		font-size: 70px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: 450px;
		z-index: 0;
		text-align: center;
		margin-top: -35px;
	}

	.tcmid {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin-top: -50px;
		z-index: 10;
		transform: scale(0.9);
	}

	button.tcleft, button.tcright {
		border: none;
		background-color: transparent;
		cursor: pointer;
	}

	button.tcleft img, button.tcright img {
		width: 60px;
	}

	.l1 {
		position: relative;
		transition: all 0.4s ease;
	}

	.l1:hover {
		opacity: 0;
		transition: all 0.4s ease;
	}

	.l2 {
		position: absolute;	
	}

	.r1 {
		position: relative;
		transition: all 0.4s ease;
	}

	.r1:hover {
		opacity: 0;
		transition: all 0.4s ease;
	}

	.r2 {
		position: absolute;	
	}

	.tcslider {
		white-space: nowrap;        
		overflow: hidden;  
		width: 250px;
		height: 400px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
		scroll-behavior: smooth;
	}

	.tcslider::-webkit-scrollbar {
		display: none;
	}

	.tcslider p {
		white-space: nowrap;        
		overflow: hidden;            
		text-overflow: ellipsis; 
	}

	.tccont1, .tccont2, .tccont3, .tccont4, .tccont5, .tccont6 {
		display: flex;
		flex-direction: column;
	}

	.tcwatch {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		z-index: 10;
		width:100%;
	}

	.tcwatch img {
		width: 150px;
	}

	.tcbox1 {
		margin-left: 10px;
	}

	.tcbox6 {
		margin-right: 10px;
	}
	.tcbox1, .tcbox2, .tcbox3, .tcbox4, .tcbox5, .tcbox6 {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 20px;
		background-color: #fff;
		width: 200px;
		height: 240px;
		border-radius: 27px;
		margin-top: -100px;
		box-shadow: 0 0 5px 0px rgba(61,61,61,0.2);
	}

	p1 {
		font-family: Quattrocento Sans;
		font-size: 20px;
		font-weight: bold;
	}


	p2 {
		font-family: Quattrocento Sans;
		font-size: 14px;
		font-weight: bold;
		color: rgba(159,159,159,1.00);
		margin-top: 4px;
	}

	.tcbutton {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		padding: 10px 0 0 0;
	}

	.tcbutton a {
		text-decoration: none;
		font-size: 18px;
		font-family: Quattrocento Sans;
		color: #fff;
		background-color: #3d3d3d;
		border-radius:10px;
		width: 120px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.4s ease;
	}

	.tcbutton a:hover {
		background-color: #781C29;
		transition: all 0.4s ease;
	}
	
	
	
	
	/*New Arrival Section------------------------------------------------------------------------*/

	#newarrival {
		width: 100%;
		height: 800px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.nabg {
		width: 90%;
		height: 90%;
		border-radius: 27px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-image: url("/IMG/HOME IMG/na_bg.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	.nabg h1 {
		font-size: 26px;
		font-family: Quattrocento Sans;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}

	.naborder {
		border-top: white thin solid;
		width: 150px;
		margin: 10px 20px;
	}

	.nawatchlabel {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap:20px;
		margin-left: 0;
	}

	.nawatch {
		width: 170px;
		z-index: 10;
	}

	.nalabel {
		padding-left: 0;
		border-left: none;
		margin-bottom: -90px;
	}

	.nalabel p {
		font-size: 18px;
		font-family: Quattrocento Sans;
		color: rgba(255,255,255, 0.9);
		font-weight: thin;
		margin: 3px 0;
		text-align: center;
	}

	.natitle {
		margin-top: -65px;
	}

	.natitle h1{
		font-size: 36px;
		font-family: Quattrocento;
		text-align: center;
		color: #000;
		mix-blend-mode: soft-light;
		font-weight: bold;
	}

	.natitle h2{
		font-size: 30px;
		font-family: Quattrocento;
		text-align: center;
		color: #000;
		mix-blend-mode: soft-light;
		font-weight: bold;
		margin-top: -10px;
	}

	.learnmore {
		text-decoration: none;
		font-size: 18px;
		font-family: Quattrocento Sans;
		color: #fff;
		background-color: rgba(0,0,0, 0.5);
		border-radius:10px;
		width: 150px;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.4s ease;
		margin-top: 120px;
	}

	.learnmore:hover {
		background-color: rgba(120, 28, 41, 0.7);
		transition: all 0.4s ease;
	}




	/*Categories Section------------------------------------------------------------------------*/

	#hcategories {
		width: 100%;
		height: 1200px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.hcategories {
		font-size: 80px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: auto;
		z-index: 0;
		text-align: center;
		display: none;
	}
	
	.hcategoriesM {
		font-size: 70px;
		font-weight: thin;
		background-image: url("/IMG/HOME IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: auto;
		z-index: 0;
		text-align: center;
		display: flex;
	}

	.catboxes {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		margin-top: -20px;
		z-index: 10;
	}

	.catbox1, .catbox2, .catbox3 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		width: 80%;
		
	}

	a.catmen, a.catladies, a.catkids {
		width: 90%;
		height: 200px;
		border-radius: 27px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-end;
		margin-left: 30px;
		background-size: 100%;
		background-repeat: no-repeat;
		transition: all 0.4s ease;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
	}

	a.catmen {
		background-position: 0 43%;
		background-image: url("/IMG/HOME IMG/cat1_img.png");
	}

	a.catladies {
		background-position: 0 20%;
		background-image: url("/IMG/HOME IMG/cat2_img.png");
	}

	a.catkids {
		background-position: 0 30%;
		background-image: url("/IMG/HOME IMG/cat3_img.png");
	}


	a.catmen:hover, a.catladies:hover ,a.catkids:hover  {
		background-size: 120%;
		transition: all 0.4s ease;
	}	


	.catbox1 h1, .catbox2 h1, .catbox3 h1 {
		font-size: 90px;
		font-family: Quattrocento Sans;
		text-align: left;
		color: #4E4E4E;
		font-weight: 100;
		margin-top: -40px;
		mix-blend-mode: color-dodge;
		z-index: 10;
	}




	/*Review Section------------------------------------------------------------------------*/

	#review {
		width: 100%;
		height: 800px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.reviewbg {
		display: none;
	}
	
	.reviewbgT {
		display: none;
	}

	.reviewbgM {
		width: 90%;
		height: 90%;
		border-radius: 27px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-image: url("/IMG/HOME IMG/r_bg.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
		gap: 30px;
	}

	.rtop {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		width: 80%;
	}

	.rsymbol {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		width: 20%;
	}

	.rsymbol img {
		width: 30px;
	}

	.rtitle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 30%;
	}

	.rtitle h1{
		font-size: 26px;
		font-family: Quattrocento Sans;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}

	.rborder {
		border-top: white thin solid;
		width: 100px;
		margin: 10px 20px;
	}

	.rblank {
		width: 20%;
	}

	.rmid {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0;
		z-index: 10;
	}

	button.rleft, button.rright {
		border: none;
		background-color: transparent;
		cursor: pointer;
		margin-top: -70px;
		transform: scale(0.8);
	}

	button.rleft img, button.rright img {
		width: 60px;
	}

	.reviewsliderM {      
		overflow: hidden; 
		white-space: nowrap;
		width: 280px;
		height: 500px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
		scroll-behavior: smooth;
	}

	.reviewsliderM::-webkit-scrollbar {
		display: none;
	}

	.reviewsliderM p {
		font-size: 18px;
		font-family: Quattrocento Sans;
		text-align: justify;
		color: #fff;
		font-weight: 100;
		width: 280px;
		white-space: normal;
		line-height: 30px;
		text-shadow: 0 0 3px rgba(0,0,0,0.3);
		padding: 10px;
		box-sizing: border-box;
	}

	.reviewsliderM p2 {
		font-size: 18px;
		font-family: Quattrocento Sans;
		text-align: right;
		color: #fff;
		font-weight: thin;
		text-shadow: 0 0 3px rgba(0,0,0,0.3);
	}


	.review1, .review2, .review3 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 280px;
		height: 500px;
	}

	.starandname {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		height: 100px;
		gap: 30px;
	}

	.starrating {
		width: 20%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.starrating img {
		width: 20px;
		margin: 0 3px;
	}

}
}
