<style type="text/css">
html {height:fit-content}
body {margin:0;padding:0;height:100%;overflow-x:hidden;overflow-y:scroll;font-family:"Nunito",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:calc(16px + 0.1vw);color:#7A676E}
form {padding:0;margin:0}
input[type=text],input[type=submit],button,input[type=button] {-webkit-appearance:none;border-radius:0}
select {border-radius:0}

/* mobile nav */
.mob_nav {position:fixed;z-index:10;top:0;left:0;width:min(100%,600px);height:100vh;background-image:linear-gradient(#FB114E,#A5002C);box-shadow:inset 0 -3px 10px rgba(0,0,0,0.4);transition:0.3s}
.mob_nav.mn_closed {left:-100%;pointer-events:none}
	.close_mn {position:absolute;z-index:2;top:5px;right:5px;color:#7A676E;text-decoration:none;font-size:20px;line-height:1;padding:15px;outline:none}
	.mn_logo {height:40px;margin:15px 15px 0;padding:10px;background-color:#ffffff;border-radius:10px 0 0}
		.mn_logo img {max-width:100%;height:100%;display:block}
	.mn_pnl {height:calc(100vh - 100px);margin:0 15px;overflow:auto;text-transform:uppercase;font-family:"Roboto Condensed",sans-serif;font-optical-sizing:auto;font-weight:500}
		.mn_n1 {margin:0 0 15px;background-color:#ffffff;padding:0 0 10px;border-radius:0 0 10px 10px}
			.mn_n1 a {display:block;border-top:solid 1px #EFEFEF;padding:10px;color:#7A676E;text-decoration:none}
		.mn_c1 {display:flex;column-gap:20px;flex-wrap:wrap}
			.mn_c1 a {display:flex;align-items:center;column-gap:10px;padding:10px;color:#ffffff;text-decoration:none;width:calc(50% - 30px)}
			.mn_c1 a:not(:last-of-type) {border-bottom:solid 1px #ffffff}
				.mn_c1 a span:first-of-type {width:40px;height:40px;border:solid 1px #ffffff}
				.mn_c1 a span:first-of-type img {display:block;max-width:100%;max-height:100%}

/* hdr */
.hdr {position:relative;z-index:1;display:flex;justify-content:space-between;padding:0 5%;background-color:#ffffff;box-shadow:0 0 10px rgba(0,0,0,0.2)}
	.logo {display:flex;align-items:center}
		.logo img {display:block}
		
/* hgr */
.hgr a {display:block;width:26px;height:37px;padding:3px 7px 0;margin:-4px 0 0 -7px}
	.hgr span {display:block;height:3px;background-color:#D70342;margin:6px 0 0;border-radius:2px}

/* nav */
.nav {display:flex;height:70px;align-items:stretch;margin:0 0 0 auto;text-transform:uppercase;font-family:"Roboto Condensed",sans-serif;font-optical-sizing:auto;font-weight:500;font-style:normal}
	.nav div {position:relative;margin:0 0 0 -1px;overflow:hidden}
		.nav a {position:absolute;top:0;left:0;width:calc(100% - 2px);height:100%;border-left:solid 1px #efefef;border-right:solid 1px #efefef}
		.nav span:first-of-type {position:relative;z-index:2;display:flex;height:100%;align-items:center;padding:0 max(1vw,12px);color:#7A676E;text-decoration:none;pointer-events:none;transition:color 0.2s}	
		.nav span:last-of-type {position:absolute;z-index:1;top:100%;left:0;width:calc(100% - 2px);height:100%;background-image:linear-gradient(#FE0849,#D9053D);border-left:solid 1px #AB002D;border-right:solid 1px #AB002D;pointer-events:none;transition:top 0.1s}

/* cart */
.cart {display:flex;align-items:center}
	.cart a {position:relative;color:#000000;text-decoration:none;font-family:arial,sans-serif;cursor:not-allowed}
		.cart img {display:block}
		.cart span {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}

/* red pnl */
.red_pnl {position:relative;z-index:1;margin:6vmin auto 0;width:calc(61.5vw + 216px);background-color:#E3003C;border-radius:3vmin 3vmin 3vmin 0;box-shadow:inset 0 -3px 10px rgba(0,0,0,0.4);padding:2.5vw;pointer-events:none}
	.rp_fade {position:absolute;top:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);background-image:linear-gradient(#FF1452, transparent);border-radius:2vmin;box-shadow:inset 0 0 5px 5px rgba(227,0,60,1)}
	.rp_scr {position:relative;z-index:1;width:100%;height:calc(36px + 9vw);overflow:hidden}
		.rp_slider {position:absolute;top:0;left:0;height:100%;display:flex;column-gap:1.5vw}
		.rp_grab {cursor:grab;user-select:none}
			.rp_slider span {display:block;width:calc(30px + 9vw);height:calc(30px + 9vw);background-color:#efefef;border:solid 3px #ffffff;border-radius:10px;overflow:hidden;cursor:pointer}
			.rp_slider.rp_grab span {cursor:grab}
				.rp_slider img {display:block;max-width:100%;max-height:100%;border-radius:8px;pointer-events:none;transition:transform 0.2s}

/* red pnl left & right */
.rp_left, .rp_right {position:absolute;top:50%;transform:translate(0,-50%);display:flex;align-items:center;justify-content:center;width:30px;height:45px;cursor:pointer}
.rp_left {left:-40px}
.rp_right {right:-40px}
	.rp_left span, .rp_right span {display:block;opacity:0.1;transition:0.1s}
	.rp_left span::before, .rp_right span::before {
		border-style:solid;
		content:'';
		display:inline-block;
		height:20px;
		position:relative;
		transform:rotate(-45deg);
		vertical-align:top;
		width:20px;
	}
	.rp_left span::before {border-width:5px 0 0 5px;margin:0 -7px 0 7px}
	.rp_right span::before {border-width:0 5px 5px 0;margin:0 7px 0 -7px}

/* red pnl hvr */
.rp_hvr_pnl {position:absolute;z-index:2;display:flex;align-items:center;justify-content:flex-start;column-gap:10px;height:60px;padding:6px;background-color:#ffffff;opacity:0;margin:0 -100px 0 100px;pointer-events:none;box-shadow:0 2px 3px rgba(0,0,0,0.3)}
.rp_hvr_pnl:not(.rp_flip) {border-radius:0 3px 3px}
.rp_hvr_pnl.rp_flip {flex-direction:row-reverse;transform:translate(-100%,0);border-radius:3px 0 3px 3px}
.rp_hvr_pnl_show {opacity:1;margin:0;transition:opacity 0.3s, margin 0.3s}
	.rp_hp_img {width:60px;height:60px;overflow:hidden;opacity:0}
	.rp_hvr_pnl_show .rp_hp_img {opacity:1;margin:0;transition:opacity 0.3s;transition-delay:0.2s}
		.rp_hp_img img {max-width:100%;max-height:100px}
	.rp_hp_ttl {padding:0 5px;opacity:0;font-family:"Caveat Brush",cursive;font-size:1.5em;font-weight:200;color:#E3003C;white-space:nowrap}
	.rp_hvr_pnl_show .rp_hp_ttl {opacity:1;transition:opacity 0.3s;transition-delay:0.2s}
	.rp_hp_tri {position:absolute;top:-12px;width:0;height:0}
	
	.rp_hvr_pnl.rp_flip .rp_hp_tri {right:0;border-bottom:12px solid #ffffff;border-left:12px solid transparent}
	.rp_hvr_pnl:not(.rp_flip) .rp_hp_tri {left:0;border-bottom:12px solid #ffffff;border-right:12px solid transparent}

/* layout */
.lyt {display:flex;column-gap:5vmin;margin:0 auto}
.width_all {width:calc(66.5vw + 216px)}

/* filters */
.lyt_filters {position:relative}
	.lyt_fl_montage {position:absolute}
		.lyt_fl_montage img {width:100%;display:block}
	.lyt_fl_ttl {position:relative}
		.lyt_fl_ttl img {display:block;max-width:100%;max-height:39px}		
	.lyt_fl_rows {position:relative;background-color:#efefef}
		.lyt_fl_hdr {position:relative;display:block;padding:max(1vw,12px);margin:0 5px;border-bottom:solid 1px #ffffff;text-transform:uppercase;color:#7A676E;font-family:"Roboto Condensed",sans-serif;font-weight:500;text-decoration:none}
		.lyt_fl_hdr:first-of-type {border-top:solid 1px #ffffff}
		.lyt_fl_hdr_open {background-color:#ffffff}
		.lyt_fl {height:0;overflow:hidden;margin:0 5px;background-color:#ffffff;border-bottom:solid 5px #efefef}
			.lyt_fl > div {padding:0 max(1vw,12px) min(20px,3vmin)}
				.lyt_fl a {color:#7A676E;text-decoration:none;padding:5px 10px}
				.lyt_fl a.lyt_fl_a_sel {background-color:#D90242;color:#ffffff}
	
/* filter arrows */
.lyt_fl_hdr span {position:absolute;top:50%;right:15px;display:block;opacity:1}
.lyt_fl_hdr span::before {
	border-style:solid;
	content:'';
	display:inline-block;
	height:6px;
	position:relative;
	transform:rotate(225deg);
	vertical-align:top;
	width:6px;
	border-width:2px 0 0 2px;
	margin:-6px 0 0 0;
	transition:transform 0.2s;
}
	.lyt_fl_hdr_open span::before {transform:rotate(45deg);margin:-1px 0 0 0}
	
/* lyts */
.lyt_ftr {height:5vmin;background-color:#efefef;margin:0 auto 10vmin;border-radius:0 3vmin 3vmin 3vmin}	
.lyt_content, .lyt_shop {flex-grow:1}

/* lyt header */
.lyt_hdr, .lyt_shop_hdr {position:relative;z-index:1;color:#ffffff;margin:5vmin 0 0}
	.lyt_hdr h1, .lyt_shop_hdr h1 {background-image:url("images/ttl_bg.jpg");background-repeat:no-repeat;background-size:cover;background-position:center;padding:12px 30% 12px min(20px,3vmin);margin:0;font-weight:normal;line-height:1.2;font-size:calc(1vw + 20px);border-radius:0 3vmin 0 0}
	.lyt_hdr p, .lyt_shop_hdr p {background-color:#D90443;margin:0;text-transform:uppercase;font-family:"Roboto Condensed",sans-serif;font-optical-sizing:auto;font-weight:500}
	.lyt_hdr p {padding:12px min(20px,3vmin)}
	.lyt_shop_hdr p {padding:12px min(20px,3vmin) min(20px,3vmin)}

/* lyt hero */
.lyt_hero {position:relative;display:flex;justify-content:flex-end}
	.lyt_hero_dkt {border-radius:0 0 3vmin 3vmin;overflow:hidden}
		.lyt_hero_dkt img, .lyt_hero_montage img {display:block;width:100%}
	.lyt_hero_montage {position:absolute}
	.lyt_hero_mob {position:relative;border-top:solid 3px #ffffff;border-left:solid 3px #ffffff;width:calc(100% - 3px);height:190px;border-radius:0 3vmin 3vmin 3vmin;overflow:hidden;background-color:#efefef;background-image:url("images/hero_dkt.jpg");background-size:cover}
	
/* lyt txt */
.lyt_txt {margin:0 0 5vmin}
	.lyt_txt h1 {background-image:url("images/ttl_bg.jpg");background-repeat:no-repeat;background-size:cover;background-position:center;padding:12px 30% 12px min(20px,3vmin);margin:5vmin 0 0;border-radius:0 3vmin 0 0;color:#ffffff;font-weight:normal;line-height:1.2;font-size:calc(1vw + 20px)}
	.lyt_txt h2 {background-image:url("images/ttl_bg2.jpg");background-repeat:no-repeat;background-size:cover;background-position:center;padding:12px 30% 12px min(20px,3vmin);margin:0;border-radius:0 3vmin 0 0;color:#ffffff;font-weight:normal;line-height:1.2;font-size:calc(1vw + 20px)}
	.lyt_txt p {background-color:#efefef;padding:12px min(20px,3vmin) min(20px,3vmin);margin:0;border-radius:0 0 3vmin 3vmin}
	.lyt_txt a {color:#7A676E}

/* invites */
.lyt_shop_items {display:flex;flex-wrap:wrap;column-gap:5%;row-gap:10vmin;align-items:stretch;margin:5vmin 0 10vmin}
	.invite {width:30%;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:10px}
		.invite div {position:relative;height:0;border:solid 1px #7A676E}
		.c_offwhite .invite div {background-color:#efefef}
		.c_white .invite div {background-color:#ffffff}
		.c_cream .invite div {background-color:#FFFDD0}
		.s_square .invite div {width:40%;padding:0 0 40%}
		.s_square.f_card .invite div, .s_square.f_shutters .invite div {width:80%;padding:0 0 40%}
		.s_landscape .invite div {width:60%;padding:0 0 30%}
		.s_landscape.f_card .invite div {width:60%;padding:0 0 60%}
		.s_landscape.f_shutters .invite div {width:80%;padding:0 0 20%}
		.s_portrait .invite div {width:30%;padding:0 0 60%}
		.s_portrait.f_card .invite div, .s_portrait.f_shutters .invite div {width:60%;padding:0 0 60%} 
			.invite div span {position:absolute;z-index:1;background-color:#7A676E}
			.f_card .invite div > span:first-of-type {top:0;left:50%;width:1px;height:100%}
			.s_landscape.f_card .invite div > span:first-of-type {top:50%;left:0;width:100%;height:1px}
			.f_shutters .invite div > span:first-of-type {top:0;left:25%;width:1px;height:100%}
			.f_shutters .invite div > span:last-of-type {top:0;right:25%;width:1px;height:100%}
			
/* invite imgs */
.invite div:first-of-type p {position:absolute;padding:0;margin:0;overflow:hidden}
	.invite div:first-of-type p img {position:absolute;display:block;top:50%;left:50%;transform:translate(-50%,-50%)}

.f_single .invite div:first-of-type p:first-of-type {width:100%;height:100%}
.f_single .invite div:first-of-type p:last-of-type, .f_card .invite div:first-of-type p:last-of-type {display:none}
	.f_single.s_square img, .f_single.s_landscape img, .f_card.s_landscape img {width:102%}
	.f_card.s_square img, .f_single.s_portrait img, .f_card.s_portrait img {height:102%}

.f_card.s_square .invite div:first-of-type p:first-of-type, .f_card.s_portrait .invite div:first-of-type p:first-of-type {right:0;width:50%;height:100%}
.f_card.s_landscape .invite div:first-of-type p:first-of-type {bottom:0;width:100%;height:50%}

.s_square.f_shutters .invite div:first-of-type p:first-of-type {width:50%;height:100%}
.s_square.f_shutters .invite div:first-of-type p:last-of-type {right:0;width:50%;height:100%}
	.s_square.f_shutters .invite div:first-of-type p:first-of-type img {height:102%;transform:translate(-100%,-50%)}
	.s_square.f_shutters .invite div:first-of-type p:last-of-type img {height:102%;left:auto;right:0;transform:translate(50%,-50%)}

.s_landscape.f_shutters .invite div:first-of-type p:first-of-type, .s_portrait.f_shutters .invite div:first-of-type p:first-of-type {width:25%;height:100%}
.s_landscape.f_shutters .invite div:first-of-type p:last-of-type, .s_portrait.f_shutters .invite div:first-of-type p:last-of-type {right:0;width:25%;height:100%}
	.s_landscape.f_shutters .invite div:first-of-type p:first-of-type img {width:204%;transform:translate(-75%,-50%)}
	.s_landscape.f_shutters .invite div:first-of-type p:last-of-type img {width:204%;left:auto;right:0;transform:translate(50%,-50%)}
	.s_portrait.f_shutters .invite div:first-of-type p:first-of-type img {height:102%;transform:translate(-62.5%,-50%)}
	.s_portrait.f_shutters .invite div:first-of-type p:last-of-type img {height:102%;left:auto;right:0;transform:translate(50%,-50%)}

.lyt_fl_sizes_square, .lyt_fl_sizes_landscape, .lyt_fl_sizes_portrait {display:none}
.lyt_fl_sizes_sel {display:block}			

.invite div:last-of-type p {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:3px;background-color:#7A676E;padding:0;margin:0;border-radius:2px}
.invite div:last-of-type p:first-of-type {width:40%;margin:-10px auto 0}
.invite div:last-of-type p:last-of-type {width:30%;margin:10px auto 0}

.f_card.s_square .invite div:last-of-type p, .f_card.s_portrait .invite div:last-of-type p {left:75%;width:30%}
.f_card.s_square .invite div:last-of-type p:first-of-type, .f_card.s_portrait .invite div:last-of-type p:first-of-type {width:25%}
.f_card.s_square .invite div:last-of-type p:last-of-type, .f_card.s_portrait .invite div:last-of-type p:last-of-type {width:20%}
.f_card.s_landscape .invite div:last-of-type p {top:75%}
.f_shutters .invite div:last-of-type p {width:30%}
.f_card.s_square .invite div:last-of-type p:first-of-type, .f_shutters .invite div:last-of-type p:first-of-type {width:25%}
.f_card.s_square .invite div:last-of-type p:last-of-type, .f_shutters .invite div:last-of-type p:last-of-type {width:20%}

.iv_price {margin:0;padding:0}
.invite a {display:block;background-color:#D90342;color:#ffffff;text-decoration:none;padding:12px min(20px,3vmin);font-size:15px;border-radius:5px}

/* contact form */
.contact_form {position:relative;background-color:#efefef;padding:min(20px,3vmin);border-radius:0 0 3vmin 3vmin;margin:0 0 5vmin}
	.cf_fx {display:flex;align-items:center;row-gap:3px;margin:0 0 5px;width:100%}
	.contact_form_ani .cf_fx {opacity:0;transition:opacity 0.2s}
		.cf_fx span:first-child {width:150px}
		.cf_fx span:last-child {width:calc(100% - 150px)}
		.cf_fx input[type="text"] {width:300px;height:30px;border:solid 1px #000000;padding:0 5px;outline:none}
		.cf_fx textarea {width:calc(100% - 12px);height:100px;border:solid 1px #000000;padding:5px;outline:none}
		.cf_focus {background-color:#ffffff !important;border-color:#40B9DC !important;box-shadow:0 0 3px 2px rgba(0,153,198,0.1)}
		.cf_fx a {display:inline-block;background-color:#D90342;color:#ffffff;padding:12px min(20px,3vmin);font-size:15px;border-radius:5px;margin:5px 0 0;text-decoration:none}

.cf_done {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;pointer-events:none;display:flex;align-items:center;justify-content:center;column-gap:10px}
.cf_done_ani {opacity:1;transition:opacity 0.2s;transition-delay:0.2s}
	.cf_spinner {position:relative;width:50px;height:50px}
		.cf_s_tick {position:absolute;z-index:4;top:5px;left:5px;width:40px;height:40px;background-color:#efefef;border-radius:50%;text-align:center;font-size:18px;line-height:40px;color:#049900}
			.cf_s_tick span {opacity:0}
			.cf_s_tick_ani {animation:cf_s_tick_ani 0.2s linear both;animation-delay:1.3s}
			@keyframes cf_s_tick_ani {0% {opacity:0} 100% {opacity:1}}
			
		.cf_s_hold {position:absolute;width:100%;height:100%;clip:rect(0,50px,50px,25px);border-radius:100%;background-color:#ffffff}
			.cf_s_fill {background-color:#39D135}
			.cf_s_fill {position:absolute;width:100%;height:100%;border-radius:100%;clip:rect(0,25px,50px,0)}
				.cf_s_left .cf_s_fill {z-index:1}
				.cf_s_left_ani .cf_s_fill {animation:cf_s_left_ani 0.5s linear both;animation-delay:0.4s}		
				@keyframes cf_s_left_ani {0% {transform:rotate(0deg)} 100% {transform:rotate(180deg)}}

			.cf_s_right {z-index:3;transform:rotate(180deg)}
				.cf_s_right .cf_s_fill {z-index:3}
				.cf_s_right_ani .cf_s_fill {animation:cf_s_right_ani 0.5s linear both;animation-delay:0.9s}	
				@keyframes cf_s_right_ani {0% {transform:rotate(0deg)} 100% {transform:rotate(180deg)}}
				
/* footer */
.footer {background-color:#efefef;text-align:center;padding:5vmin 5% 10vmin;margin:5vmin 0 0}
	.ftr_ttl img {display:block;max-width:100%;max-height:80px;margin:0 auto 10px}
	.ftr_dsc {font-size:12px}

/* item pnl */
.item_pnl {position:fixed;z-index:9;top:0;right:0;width:540px;height:100vh;background-color:#ffffff;text-align:center;transition:0.5s}
.item_pnl:not(.ip_closed) {box-shadow:0 0 10px rgba(0,0,0,0.3)}
.item_pnl.ip_closed {right:-100%;pointer-events:none}
	.close_ip {position:absolute;z-index:2;top:0;left:0;color:#000000;opacity:0.3;text-decoration:none;font-size:20px;line-height:1;padding:15px;outline:none}
	.ip_scr {height:calc(100vh - 65px);margin:45px 20px 20px;overflow:auto}
		.ip_stage {position:relative;width:calc(100% - 6px);padding:5vmin 0;margin:0 0 3vmin;border:solid 3px #efefef;border-radius:2vmin}
			.ip_stage .invite {width:100%}
		.ip_btn {display:flex;justify-content:center}
			.ip_btn a {display:block;background-color:#efefef;padding:15px 3vmin;color:#b4b4b4;font-size:15px;text-decoration:none;text-align:center;border-radius:5px;cursor:not-allowed}
		.ip_price {font-size:1.5em;margin:0 0 3vmin}
		.ip_qty {padding:0 0 10px;display:flex;align-items:center;justify-content:center;column-gap:10px}
	
/* item qty */
.ip_qty_form {display:inline-flex;border:solid 1px #000000;color:#000000;background-color:#FFFFFF;overflow:hidden}
	.ip_qty_form span {height:40px;padding:0 15px;line-height:40px}
	#ip_qty_down, #ip_qty_up {cursor:pointer;user-select:none}
		.ip_qty_form input {width:40px;height:40px;padding:0;text-align:center;margin:0;border:0;outline:none !important;color:inherit;background-color:transparent;pointer-events:none}

/* reviews */		
.lyt_rvws {margin:0 0 5vmin}
	.lyt_rvws h3 {background-color:#D90443;color:#ffffff;padding:12px min(20px,3vmin);margin:0;text-transform:uppercase;font-family:"Roboto Condensed",sans-serif;font-optical-sizing:auto;font-weight:500}
		.lyt_rvws h3 span {color:#FFAC36}
	.lyt_rvws p {background-color:#efefef;margin:0 0 3vmin;padding:12px min(20px,3vmin) min(20px,3vmin)}

@media only screen and (orientation:landscape) and (pointer:fine) and (min-width:1201px) {
	.lyt_hero_dkt, .lyt_fl_montage, .lyt_filters {display:block}
	.hgr, .lyt_hero_montage, .lyt_hero_mob, .lyt_shop_hdr, .lyt_hero_filters, .mob_nav {display:none}
	
	.hdr {align-items:stretch;height:70px}
		.logo img, .ftr_ttl img {max-height:60px}
		.cart {height:70px;padding:0 0 0 20px}
			.cart a {font-size:12px}
			.cart img {max-height:54px}
			.cart span {margin:-9px 0 0 -2px}
		
	/* filters */
	.lyt_filters {width:350px;margin:220px 0 0;background-color:#efefef}
	.lyt_hero {margin:0 0 5vmin}
		.lyt_fl_montage {top:-302px;left:-158px;width:500px}
		.lyt_fl_ttl {background-color:#ffffff}
			.lyt_fl_ttl span {display:block;background-color:#efefef;padding:max(1vw,12px);border-radius:0 3vmin 0 0}
		.lyt_fl_rows {width:350px;min-height:350px}
			.lyt_fl a {display:block}
			.lyt_fl a:not(:first-of-type) {border-top:dotted 1px #7A676E}
			.lyt_fl a.lyt_fl_a_sel:not(:first-of-type) {border-top:solid 1px #D90242}
					
	/* invites */
	.lyt_shop_items {column-gap:5%}
		.invite {width:30%}
		
	/* reviews */
	.lyt_rvws h3 {border-radius:0 3vmin 0 0}
	.lyt_rvws p {border-radius:0 0 3vmin 3vmin}
	
	.breadcrumbs {padding:8px min(20px,3vmin) 12px;background-color:#efefef;border-radius:0 0 3vmin 3vmin}
	
	/* hvr states */
	.nav div:hover {z-index:1}
	.nav div:hover span:first-of-type {color:#ffffff}
	.nav div:hover span:last-of-type {top:0}
	.rp_slider span:hover img {transform:scale(1.2)}
	.rp_left span:hover, .rp_right span:hover {opacity:0.2}
	.lyt_fl_hdr:hover {background-color:#ffffff}
	.invite a:hover {background-color:#C8013B}
	.cf_fx input[type="text"]:hover, .cf_fx textarea:hover {background-color:#DCF3FF}
	.cf_fx a:hover {background-color:#C8013B}
	.close_ip:hover {opacity:0.5}	
	.ip_qty_form:hover {background-color:#DCF3FF}
}
@media only screen and (orientation:landscape) and (pointer:fine) and (min-width:1401px) and (max-width:1600px) {
	/* filters */
	.lyt_filters {width:300px;margin:190px 0 0}
		.lyt_fl_montage {top:-260px;left:-137px;width:435px}
		.lyt_fl_rows {width:300px;min-height:300px}
}
@media only screen and (orientation:landscape) and (pointer:fine) and (min-width:1201px) and (max-width:1400px) {
	/* filters */
	.lyt_filters {width:250px;margin:160px 0 0}
		.lyt_fl_montage {top:-220px;left:-115px;width:365px}
		.lyt_fl_rows {width:250px;min-height:250px}
}
@media only screen and (pointer:coarse), only screen and (orientation:portrait), only screen and (orientation:landscape) and (pointer:fine) and (max-width:1200px) {
	.mob_nav, .hgr, .lyt_hero_montage, .lyt_hero_mob, .lyt_shop_hdr, .lyt_hero_filters {display:block}
	.nav, .red_pnl, .lyt_hero_dkt, .shop .lyt_hdr, .lyt_filters.not_shop, .lyt_ftr {display:none}
	
	.hdr {align-items:center;column-gap:10px;height:60px}
		.logo {flex-grow:1;justify-content:center}
			.logo img, .ftr_ttl img {max-height:50px}	
		.cart {height:50px}
			.cart a {font-size:11px}
			.cart img {max-height:42px}
			.cart span {margin:-7px 0 0 -3px}
			
	/* layout */
	.lyt {flex-direction:column-reverse}
	.lyt.shop {flex-direction:column}
	.width_all {width:90%}
		.lyt_hdr h1, .lyt_txt h2, .lyt_shop_hdr h1, .lyt_txt h1, .lyt_rvws h3 {border-radius:2vmin 2vmin 0 0}
		.lyt_hdr p, .lyt_txt p, .lyt_shop_hdr p, .lyt_rvws p {border-radius:0 0 2vmin 2vmin}				
				
	/* filters */
	.lyt_filters {margin:100px 0 0 0}
	.lyt_hero {margin:100px 0 5vmin 0}
		.lyt_fl_montage, .lyt_hero_montage {top:-150px;left:-70px;width:275px}
		.lyt_fl_hdr:last-of-type {border-bottom:0}	
		.lyt_fl_ttl {background-color:#efefef;padding:max(1vw,12px);border-radius:2vmin 2vmin 0 0}
			.lyt_fl_ttl img {max-height:33px}
		.lyt_fl_rows {padding:0 0 3vmin}

	/* invites */
	.lyt_shop_items {column-gap:10%}
		.invite {width:45%}

	/* contact form */			
	.contact_form {margin:5vmin 0;border-radius:2vmin}
		.cf_fx {flex-direction:column}
		.cf_fx:not(:last-child) {margin:0 0 10px}
			.cf_fx span:first-child, .cf_fx span:last-child, .cf_fx span {width:100%}
			.cf_fx:last-child span:last-child {text-align:center}
				.cf_fx input[type="text"] {width:calc(100% - 12px)}
				
	.breadcrumbs {padding:8px min(20px,3vmin);background-color:#D90443;color:#ffffff;border-radius:0 0 2vmin 2vmin}
}
@media only screen and (min-width:601px) and (max-width:1200px) {
	.lyt_fl a {display:inline-block;padding:10px;border-radius:5px}
}
@media only screen and (max-width:600px) {
	.mn_c1 a {width:calc(100% - 30px)}
	
	/* invites */
	.lyt_shop_items {column-gap:0;margin:10vmin 0}
		.invite {width:100%}	
	
	.lyt_fl a {display:block}
	.lyt_fl a:not(:first-of-type) {border-top:dotted 1px #7A676E}
	.lyt_fl a.lyt_fl_a_sel:not(:first-of-type) {border-top:solid 1px #D90242}
	
	.item_pnl {width:100%}
}
	
</style>