	* {
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		-ms-box-sizing: border-box !important;
		-o-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}

    	body, html { padding:0;margin:0 }

    	body {
    		font-family: Manrope;
    		background: #F0F0F0;
    	}

    	#promo_bar {
    		background: #E91E63;
    		text-align: center;
    		padding: 10px;
    		color: #fff;
    		letter-spacing: 0.2em;

    	}

    	#header_wrapper {
    		background-color: rgba(17,24,39,1);
    		display: flex;
    		justify-content: center;
    		padding: 20px;
    	}

    	#header_inner {
    		flex:1;
    		max-width: 1200px;
    		display: flex;
    		flex-wrap: wrap;
    		justify-content: space-between;
    		colo:#fff;
    		align-items: center;
    		gap:20px;
    	}

    	#header_inner a, #header_inner i {
    		color: #fff;
    	}

    	#header_inner ul, #header_inner li {
    		margin: 0;
    		padding: 0;
    	}

    	#header_inner i {
    		font-size: 2em;
    	}

		#mobile_header_menu {
			
			display: none;
			gap: 12px;
			font-size: 0.8em;
			margin-top: 10px;
			padding: 10px;
			overflow-x: auto;
		}

		#mobile_header_menu a {

			padding: 10px;
			border: 1px solid #343434;
			border-radius: 10px;
			text-align: center;
			background: rgba(17,24,39,1);
			color: #8EF100;
			text-decoration: none;
			min-width: 140px;
			display: flex;
			align-items: center;
			justify-content: center;
			
		}

		#mobile_header_menu::-webkit-scrollbar {
		    display: none;
		}

	#mobile_header_menu svg {
		width: 22px;
		height: 22px;
		fill: #E91E63;
		margin-right: 5px;
	}


    #mobile_footer {
        background: #000;
        display: none;
        position: fixed;
        bottom: -1px;
        width: 100%;
        color: #8EF100;
        color: #fff;
        justify-content: space-between;
        padding: 10px 30px 10px 30px;
        z-index: 100;
    }

    .mobile_footer_inner_icon {
        flex:1;
        font-size: 1.1em;
        text-align: center;
    }

    .mobile_footer_inner_text {
        text-align: center;
        font-size: 0.8em;
    }

    #mobile_footer svg {
        fill: #8EF100;
        width: 20px;
        height: 20px;
    }
		
		#header_logo { order: 1; }
		#header_middle { order: 2; }
		#header_right { order: 3; }


		@media (max-width: 600px) {
		    #header_logo { order: 1; }
		    #header_right { order: 2; }
		    #header_middle { order: 3; }

		    #promo_bar {
		    	font-size: 0.8em;
		    }

		    .homepage_h2 {
		    	font-size: 1.2em !important;
		    }

		    .page_description {
		    	font-size: 1em !important;
		    }

		    .hide_on_mobile {
		    	display: none !important;
		    }

		    #mobile_header_menu, #mobile_footer {
		    	display: flex !important;
		    }
		}

    	#header_logo {
    		text-align: left;
    		min: 250xp;
    	}

    	#header_logo img {
    		width: 100%;
    		max-width: 250px;
    	}

    	#header_right ul {
    		display: flex;
    		gap: 20px;
    	}

    	#header_middle {
    		flex: 1;
    		max-width: 400px;
    		
    	}

    	#header_search_flex {
    		display: flex;
    		border-radius: 5px;
    		border: 1px solid rgba(255, 255, 255, 0);
    		background:  rgba(255, 255, 255, 0);
    		padding: 5px;
    	}

    	#header_middle input {
    		flex:1;
    	}

    	#header_middle input, #header_middle button {
    		padding: 15px;
    		border-radius: 5px;
    		border: 1px solid rgba(255, 255, 255, 0);
    		background:  rgba(0, 0, 0, 0.5);
    		outline: none;
    		color: #fff;
    		
    		font-size: 1.1em;
    	}

    	#header_middle input:focus {
    		border: 1px solid #8EF100;
    	}

    	#header_middle button i {
    		font-size: 0.9em;
    	}

    	#content_outer {
    		display: flex;
    		justify-content: center;
    	}

    	#content_inner {
    		flex:1;
    		max-width: 1200px;
    		padding: 10px;
    	}

		#breadcrumb_wrapper {
			margin-top: 30px;
		}

		#breadcrumb {
			display: flex;
			gap: 12px;
		}

		#breadcrumb_wrapper ul, #breadcrumb li {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		#breadcrumb li {
			display: block;
		}

		#breadcrumb i {
			margin-left: 10px;
		}

		#breadcrumb a {
			color: #454545;
			text-decoration: none;
			border-bottom: 1px solid rgba(0, 0, 0, 0);
			transition: all 0.3s;
		}

		#breadcrumb a:hover {
			border-bottom: 1px solid #E91E63;
		}    	

    	#homepage_content {
    		font-size: 1em;

    		padding: 10px;

    	}

    	#homepage_content h2 {
    		color: rgba(17,24,39,1);
    		padding: 10px;
    		text-align: center;
    	}

    	#homepage_content p {
    		color: rgba(0, 0, 0, .8);
    		line-height: 2em;
    		background: rgba(0, 0, 0, 0.1);
    		border-radius: 10px;
    		padding: 10px;
    	}

    	.homepage_h2 {

		    text-transform: uppercase;
		    font-weight: bold;
		    text-align: center;
		    font-size: 2.8em;
		    color: #fff;
		    background: rgba(17,24,39,1);
		    border-radius: 10px;
		    padding: 10px;

    	}

    	.homepage_h2 span {
    		color: #E91E63;
    	}

    	#page_image img {
    		width: 100%;
    		border-radius: 10px;
    	}

    	#pagecontent {
    		margin-bottom: 20px;
    		border-bottom: 0px solid #000;
    		padding-bottom: 20px;
    		font-size: 1.1em;
    		color: #565656;
    		border: 0px solid #ccc;
    		border-radius: 10px;
    		padding: 10px;
    		margin-top: 20px;
    		line-height: 1.8em;
    		background: #fff;
    	}

    	#pagecontent h2 {
    		color: #232323;
    		font-size: 2.2em;
    		font-weight: bold;
    	}

    	#pagecontent a {
    		color: red;
    	}

    	#pagecontent table {
    		border-collapse: collapse;
    		width: 100%;
    		border-radius: 10px;
        border-radius: 10px;
        border-style: hidden; /* hide standard table (collapsed) border */
        box-shadow: 0 0 0 1px #666; /* this draws the table border  */ 
        overflow: hidden;

    	}

    	#pagecontent img, .pagecontent img {
    		width: 100%;
    		border-radius: 10px;
    	}

    	#pagecontent table td {
    		border:1px solid #000;
    		padding: 10px;
    	}

    	.pagecontent {
    		margin-bottom: 20px;
    	}

    	#pagecontent figure {
    		margin: 0;padding: 0;
    		margin-top: 30px;
    		margin-bottom: 30px;
    	}

    	#pagecontent thead {
    		background: #ccc;
    		color: #000;
    		text-transform: uppercase;
    		text-align: left;
    	
    	}

    	#pagecontent thead th {
    		padding: 10px;
    		border:1px solid #000;
    	}

    	#pagecontent figcaption {
    		text-align: center;
    		font-size: 0.8em;
    		color: #000;
    		font-weight: bold;

    	}

	#browse_page {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: space-evenly;
	}
	.browse_page_wrapper {
		background-size: cover;
		flex: 1;
		border-radius: 10px;
		text-align: center;
		position: relative;
		overflow: hidden;
		min-width: 300px;

			
	}

	.browse_dark_image {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.8;
		z-index: 5;
		transition: all 0.3s;
	}

	.browse_page_wrapper:hover > .browse_dark_image {
		opacity: 0.4;
	}

	.browse_page_wrapper a {
		padding: 10px;
		display: block;
		color: #fff;
		text-decoration: none;
		z-index: 100;
		position: relative;
	}

	.products_wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}

	.product_wrapper {
		flex: 1;
		max-width: 400px;
		min-width: 250px;
		background: #fff;	
	}

	.product {

		border: 1px solid rgba(0, 0, 0, .15);
		padding: 10px;
		border-radius: 10px;
		transition: all 0.3s;
	}

	.product:hover {
		border: 1px solid rgba(0, 0, 0, .05);	
	}

	.product a {
		text-decoration: none;
		color: #000;
	}

	.product_image img {
		width: 100%;
		opacity: 0;
	}

	.product_title {
		text-align: center;
		font-size:0.9em;
		min-height: 70px;
	}

	.product_price {
		text-align: center;
		font-size: 1.1em;
		display: none;
		
		
	}


    .product_image_switch {

    background-size: 220%;
    background-position: center;
    transition: transform 0.5s ease, background-size 0.5s ease; /* Smooth transition for the zoom effect */
    overflow: hidden;
    transition: all 0.2s;
    background-repeat: no-repeat;
		background-color: #e8e8e8;
		border-radius: 10px;
		overflow: hidden;    



    }

    .product_image_switch:hover {
    	background-size: 110% !important;
    }

    .product_smaller_image {
    	display: flex;
    	justify-content: center;


    }

    .product_smaller_image img {
    	width: 100%;
    	max-width: 98px;
    	cursor: pointer;
    	opacity: 1;
    	transition: all 0.3s;
    }

    .product_smaller_image img:hover {
    	opacity: 0.7;
    }


    #alien_footer {
    	margin-top: 50px;
        background-image: url('/static/alien_footer.png');
        height: 95px;
        background-repeat: repeat-x;
        background-position: top;

    }

    	#footer_outer {
    		background: rgba(17,24,39,1);
    		display: flex;
    		
    		justify-content: center;
    		padding: 20px;
    		min-height: 150px;
    		
    		padding-top: 50px;
    	}

    	#footer_inner {
    		flex:1;
    		max-width: 1200px;
    		display: flex;
    		flex-wrap: wrap;
    		justify-content: space-between;
    		colo:#fff;
    		gap:20px;
    		color: #fff;
    	}

    	.footer_container {
    		min-width: 250px;
    	}

    	.footer_container h2 {
    		margin:0;
    		padding: 0;
    		ktext-decoration: underline;
    		border-bottom:1px solid rgba(255, 255, 255, .5);
    		margin-bottom: 30px;
    		color: #8EF100;
    	}

    	.footer_container h3 {
    		font-size: 1em;
    	}

    	.footer_container img {
    		width:100%;
    		max-width: 350px;
    	}

    	.footer_container ul, .footer_container li {
    		margin:0;
    		padding: 0;
    		list-style: none;
    	}

    	.footer_container li a {
    		padding-left: 0;
    		text-decoration: none;
    		color: #fff;
    		transition: all 0.3s;
    		border-bottom: 1px solid rgba(17,24,39,1);
    	}

    	.footer_container li a:hover {
    		border-bottom:1px solid #fff;
    	}

    	.accepted_payments {
    		display: flex;
    		gap: 12px;
    		font-size: 2.5em;
    	}

    	#footer_bottom_bar, #footer_bottom_bottom_bar {
    		margin-top: 20px;
    		padding-top: 20px;
    		
    		border-top:1px solid rgba(255, 255, 255, .05);
    		background: rgba(17,24,39,1);
    		text-align: center;
    		flex: 0 0 100%;
    		font-size: 0.8em;
    		letter-spacing:0.1em;
    		color: #ccc;
    	}

    	#footer_bottom_bar a, #footer_bottom_bottom_bar a {
    		color: #fff;

    	}

    	#footer_bottom_bottom_bar {
    		border:0;
    		
    		margin-top: 0px;
    		padding-top: 0px;
    		padding-bottom: 20px;
    	}

    	#footer_bottom_bottom_bar a {
    		font-size: 0.8em;
    		margin: 0 10px 0 10px;
    		color: rgba(255, 255, 255, .3);
    		text-decoration: none;
    	}

    	#footer_bottom_bottom_bar a:hover {
    		color: rgba(255, 255, 255, .6);
    	}

    	#menu_wrapper {
    		display: flex;
    		background: #000;
    		justify-content: center;
    		padding: 10px;
    	}


.cart-count {
    position: absolute;
    top: -7px;
    right: -4px;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

#cart_link {
    position: relative;
}


#menu_wrapper {
	position: sticky;
	top: -1px;
	z-index: 99;
}


.topnav {
	flex:1;
  overflow: hidden;
  max-width: 1200px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}



.topnav a {

  display: block;
  color: #fff;
  text-align: center;
  padding: 7px 5px;
  text-decoration: none;
  font-size: 1.1em;
  transition: all 0.3s;
  border-bottom:1px solid #000;
}

	#menu_wrapper svg {
		width: 22px;
		height: 22px;
		fill: #E91E63;
		margin-right: 5px;
	}

	#menu_wrapper a {
		display: flex;
		align-items: cener;
		font-size: 0.9em;
	}


#header_inner i:hover {
	color: #8EF100;
}

.topnav a:hover, .topnav a.active  {

  
  color: #E91E63;
  color: #8EF100;
}

.topnav a:hover > svg {
	gfill: #fff !important;
}



	


.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  .full_width_button {
  	max-width: 100% !important;
  }

.topnav {
  overflow: hidden;

  max-width: 1200px;
  display: block;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#header_logo img {
	max-width: 200px;
}

#footer_outer {
	padding-bottom: 90px;
}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}





	#product_quantity {
		margin-top: 20px;
		max-width: 150px;
		
	}

	#product_quantity_inner {
		display: flex;
		justify-content: space-between;
		border: 1px solid #ccc;
		border-radius: 25px;
		overflow: hidden;
		font-size: 1.3em;
		align-content: center;
		padding: 5px;
	}

	.quantity_button {
		background: #fff;
		border: 0;
		font-size: 1em;
		padding: 5px;
		font-weight: bold;
		padding: 5px 10px;
		cursor: pointer;
		color: #ccc;
		transition: all 0.3s;
	}

	.quantity_button:hover {
		color: #232323;
	}

	#quantity_div {
		display: flex;
		align-items: center;
		font-size: 0.8em;
	}


	#product_promo {
		display: flex;
		flex-direction: row-reverse;
		gap: 12px;
	}

	#product_promo i {
		margin-right: 5px;
		color: rgba(17,24,39,1);
	}

	#product_promo span {
		display: block;
		
		border: 1px solid rgba(1,1,1,0.1);
		padding: 5px;
		color: rgba(17,24,39,0.7);
		border-radius: 5px;
		font-size: 0.9em;
		background: #C5E1A5;
		text-transform: uppercase;
	}

	#product_promo .orange_promo {
		background: #fdc20f !important;
	}

	#product_promo a {
		text-decoration: none;
		color: rgba(17,24,39,0.7);
	}

	#product_add_basket {
		margin-top: 30px;
		display: flex;
		align-content: center;
	}

	#product_add_basket i {
		margin-right: 10px;
	}

	#product_watermark {
		margin-top: 50px;
		border: 1px solid #cccccc;
		padding: 10px;
		border-radius: 10px;
		line-height: 2em;
		font-size: 0.9em;
		background: #F9F9F9;
		transition: all 0.3s;
	}

	#product_watermark:hover {
		background: #fff;
	}

	#product_watermark h4, #product_watermark p{
		margin:0;
		padding: 0;
	}

	#product_watermark h4 {
		margin-bottom: 10px;
	}

	#product_watermark i {
		margin-right: 5px;
	}

	#product_watermark a {
		color: #121212;
		font-weight: bold;
	}



	#product_tabs {
		margin-top: 80px;
		padding-bottom: 50px;
		border-bottom: 1px solid #ccc;
	}
	
	.hidden_tab {
		display: none;
	}

	#product_tab_header {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top:10px;
		padding-bottom: 10px;
		
	}

	#product_tab_header ul, #product_tab_header li {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#product_tab_header ul {
		display: flex;
		gap: 50px;
		align-content: center;
		justify-content: center;
		font-size: 1.2em;
		


	}

	#product_tab_header li {
		cursor: pointer;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		transition: all 0.3s;
		
	}

	#product_tab_header li:hover, #product_tab_header li.active_tab {
		border-bottom: 1px solid rgba(0, 0, 0, 1);
	}

	#product_tab_content {
		display: flex;
		justify-content: center;
	}

	.tab_content {
		max-width: 500px;
		line-height: 1.8em;
	}

	.spacer {
		min-height: 40px;
	}


	#product_categories {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		margin-top: 20px;

	}

	#product_categories a {
		display: block;
		padding: 10px;
		border: 1px solid #E91E63;
		text-decoration: none;
		color: #E91E63;
		background: #fff;
		border-radius: 10px;
		font-size: 0.9em;
	}

	#product_categories a:hover {
		color: #fff;
		background: #E91E63;		
	}

.contact-form {
    flex:1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    padding: 20px;
    box-sizing: border-box;
}

.form-label {
    margin-bottom: 10px;
    font-weight: bold;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid black;
    box-sizing: border-box;
    font-size: 1.1em;
}

.form-textarea {
    resize: vertical;
    min-height: 200px;
}

.form-button {
    padding: 10px 20px;
    border: 1px solid black;
    cursor: not-allowed;
    background-color: #000;
    transition: background-color 0.3s ease;
    font-size: 1.1em;
}

.form-button:enabled {
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

.form-button:enabled:hover {
    background:#fff;
    color: #000;
}



#contact_flex {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

#contact_details {
    flex:1;
    min-width: 330px;
    border:1px solid #000;
    padding: 20px;
}

#contact_details h2 {
    color: #454545;
}

#contact_order_enquiry {
    margin-top: 20px;
    font-size: 0.9em;
    background: #e9e9e9;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
}

	.page_description {
		border: 1px solid rgba(0, 0, 0, .2);
		padding: 10px;
		margin-bottom: 20px;
		border-radius: 10px;
		font-size: 1.2em;
		line-height: 1.8em;
		color: #565656;
		transition: all 0.3s;
		background: #fff;
	}

	.page_description:hover {
		border: 1px solid rgba(0, 0, 0, .05);
	}

		#product_mini_pictures { order: 1; }
		#product_picture { order: 2; }
		#product_buy_box { order: 3; }


		@media (max-width: 600px) {
		    #product_picture { order: 1; }
		    #product_mini_pictures { order: 2; }
		    #product_buy_box { order: 3; }

		    .product_page_button {
		    	flex:1;
		    }
		}

	#product_page_button {
		display: flex;

	}
		
	#product_flex {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 50px;
		align-items: flex-start
	}

	#product_picture {
		flex:1;
		min-width: 330px;
		background: #fff;
		padding-bottom: 50px;
		border-radius: 10px;
		padding: 10px;




	}

	#product_picture img {
		width: 100%;
		max-width: 100%;

	}

	#product_main_picture {
		background-size: 100%;
		background-position: center;
		transition: transform 0.5s ease, background-size 0.5s ease; /* Smooth transition for the zoom effect */
		overflow: hidden;
		transition: all 0.2s;
		background-repeat: no-repeat;
		border-radius: 10px;
		padding-bottom: 40px;




	}

	#product_main_picture:hover {
		background-size: 120%;
		cursor: zoom-in;
	}

	.product_small_image {
		width: 100px;
		height: 100px;
		background-size: cover;
		background-position: center;
		opacity: 0.7;
		transition:  0.3s;
	}

	.product_small_image:hover {
		opacity: 1;
		cursor: pointer;
	}



	#product_mini_pictures img {
		max-width: 100%;
		width:auto;
	} 

	#product_mini_pictures {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		gap: 12px;
		max-width: 100px;
		background: #fff;
		border-radius: 10px;
		padding: 10px;

	}


	#product_buy_box {
		flex:1;
		min-width: 330px;
		

	}

	#product_price, #product_name h2 {
		font-size: 1.6em;
		font-weight: bold;
	}



	#product_quantity {
		margin-top: 20px;
		max-width: 150px;
		
	}

	#product_quantity_inner {
		display: flex;
		justify-content: space-between;
		border: 1px solid #ccc;
		border-radius: 25px;
		overflow: hidden;
		font-size: 1.3em;
		align-content: center;
		padding: 5px;
		background: #fff;
	}

	.quantity_button {
		background: #fff;
		border: 0;
		font-size: 1em;
		padding: 5px;
		font-weight: bold;
		padding: 5px 10px;
		cursor: pointer;
		color: #ccc;
		transition: all 0.3s;
	}

	.quantity_button:hover {
		color: #232323;
	}

	#quantity_div {
		display: flex;
		align-items: center;
		font-size: 0.8em;
	}

	#product_promo {
		display: flex;
		flex-direction: row-reverse;
	}

	#product_promo i {
		margin-right: 5px;
		color: rgba(17,24,39,1);
	}



	#product_add_basket {
		margin-top: 30px;
		display: flex;
		align-content: center;
	}

	#product_add_basket i {
		margin-right: 10px;
	}

	.full_width_button {
		display: block;
		flex: 1;
		max-width: 200px;
		border: 1px solid #000;
		border-radius: 5px;
		color: #fff;
		background: rgba(0, 0, 0, 1);
		padding: 15px;
		font-size: 1.2em;
		transition: all 0.3s;
		cursor: pointer;
	}

	.full_width_button:hover {
		background: rgba(0, 0, 0, .7);
	}

	#product_tabs {
		padding-bottom: 50px;
		border-bottom: 1px solid #ccc;
	}
	
	.hidden_tab {
		display: none;
	}

	#product_tab_header {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top:10px;
		padding-bottom: 10px;
		
	}

	#product_tab_header ul, #product_tab_header li {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#product_tab_header ul {
		display: flex;
		gap: 50px;
		align-content: center;
		justify-content: center;
		font-size: 1.2em;
		


	}

	#product_tab_header li {
		cursor: pointer;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		transition: all 0.3s;
		
	}

	#product_tab_header li:hover, #product_tab_header li.active_tab {
		border-bottom: 1px solid rgba(0, 0, 0, 1);
	}

	#product_tab_content {
		display: flex;
		justify-content: center;
	}

	.tab_content {
		max-width: 500px;
		line-height: 1.8em;
	}

	.spacer {
		min-height: 40px;
	}

	/* Blog */

	.blog_posts {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
	}

	.blog_post_outer_wrapper {
		flex: 1;
		min-width: 300px
	}

	.blog_image {
		background-size: 100%;
		background-position: center;
		transition: all 0.3s;
		background-repeat: no-repeat;
	}

	.blog_image:hover {
		background-size: 125%;
		cursor: pointer;

	}

	.blog_image img {
		width: 100%;
	}

	#blog_post_flex {
		display: flex;
		flex-wrap: wrap;
		gap: 50px;
	}

	#blog_post {
		flex:1;
		min-width: 300px;
	}

	#blog_post_title h1 {
		margin-top: 0;
		text-transform: uppercase;
	}

	#blog_post_image {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	#blog_post_image img {
		width: 100%;
		border-radius: 10px;
	}

	#blog_post_content {
		line-height: 2.4em;
		font-size: 1.2em;
	}


	#blog_post_content a {
		color: #E91E63;
	}

	#blog_post_content blockquote {
		background: rgb(220, 237, 200);
		border: 0px solid rgba(0, 0, 0, .3);
		padding: 10px;
		padding-top: 30px;
		padding-bottom: 30px;
		border-radius: 10px;
		margin: 0;
		text-align: center;
		font-weight: bold;
		font-size: 1.2em;
		transition: all 0.3s;
		box-shadow: 0px 0px 22px 4px rgba(0,0,0,0.36);
		-webkit-box-shadow: 0px 0px 22px 4px rgba(0,0,0,0.36);
		-moz-box-shadow: 0px 0px 22px 4px rgba(0,0,0,0.36);
	}

	#blog_post_content blockquote:hover {
		background: #fff;
		border: 0px solid rgba(0, 0, 0, .9);
	}



	#blog_post_content blockquote a {
		color: #000;
		text-decoration: none;
	}

	#blog_post_content h2 {
		margin-top: 50px;
	}

	#blog_post_content img {
		width: 100%;
		height: auto;
		border-radius: 10px;
	}

	#blog_post_sidebar {
		
		min-width: 300px;
		max-width: 350px;
	}

	#blog_spacer {
		border-bottom: 1px solid #ccc
	}

	.blog_sidebar_header {
		background: #E91E63;
		text-align: center;
		padding: 10px;
		color: #ffffff;
		margin-top: 0;
	}


	/** new category layout **/

	.product_wrapper_column {
		border:0px solid rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		padding: 25px;
		margin-bottom: 40px;
		transition: all 0.3s;
		background: #fff;
	}


	.product_wrapper_column div {
		border: 0px solid red;
	}

	.product_column {
		display: flex;
		flex-wrap: wrap;

		gap:50px;
	}

	.product_image_column {
		flex:1;
		min-width: 300px;
		max-width:450px;
	}

	.product_image_artwork_column {

	}

	.product_image_column img {
		width: 100%;
		border-radius: 10px;
		transition: all 0.3s;
	}

	.product_image_column img:hover {
		opacity: 0.7;
	}

	.product_smaller_image_column {
		display: flex;
		gap: 20px;
		justify-content: center;
		flex:1;
		margin-top: 10px;
	}

	.product_smaller_image_column div {
		background-position: center;
		background-size: 115%;
		flex:1;
		border:1px solid #ccc;
		border-radius: 10px;
	}

	.product_details_column {
		flex:1;
	}

	.product_details_column ul, .product_details_column li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.product_details_column ul {
		margin-top: 20px;
		color: #565656;
	}

	.product_details_column li {
		margin-bottom: 5px;
	}

	.product_details_column li i {
		margin-right: 5px;
	}

	.product_title_column h3 {
		margin: 0;
		padding: 0;
	}

	.product_title_column {
		font-size: 1.8em;
	}

	.product_price_column {
		font-size: 1.6em;
		margin-top: 20px;
		color: #565656;
	}

	.product_button_wrapper_column {
		display: flex;
		gap: 20px;

	}

	.product_button_column {
		display: inline-block;
		padding: 15px;
		background: rgba(17,24,39,1);
		color: #fff;
		font-weight: bold;
		font-size: 1.2em;
		text-align: center;
		margin-top: 30px;
		border-radius: 10px;
		text-decoration: none;
		transition: all 0.3s;
		border: 1px solid rgba(0, 0, 0, 0);
	}

	.product_button_column_basket {
		background: #E91E63;
	}

	.product_button_column:hover {
		opacity: 0.7;
		background: rgba(1,1,1,0);
		border: 1px solid rgba(0, 0, 0, 0.5);
		color: #121212;
		cursor: pointer;
	}


/* New Column Layout Feb 2024 */

	.product_wrapper_feb2024 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	.product_wrapper_column {
		min-width: 330px;
		flex:1;
		margin:0;
		border: 1px solid rgba(0, 0, 0, 0.5);
		transition: all 0.3s;
	}

	.product_wrapper_column:hover {
		border: 1px solid rgba(233, 30, 99,1);
	}

	.product_column {
		gap: 12px;
	}

	.product_wrapper_column {
		padding: 10px;
	}

	.product_title_column h3 {
		font-size: 0.8em;
	}

	.product_title_column {
		height: 90px;
	}

	.product_button_wrapper_column a {
		flex:1;
	}

	.product_price_column {
		text-align: center;
		font-weight: bold;
		font-size: 2em;
	}

	.product_wrapper_nobg {
		background: rgba(0, 0, 0, 0);
		border: 1px solid rgba(0, 0, 0, 0);
	}

	.product_wrapper_nobg:hover {
		border: 1px solid rgba(0, 0, 0, 0);
	}



	@media only screen and (max-width: 600px) {

		.product_button_column {
			font-size: 1em !important;
			flex:1;
		}
	  .product_button_wrapper_column {
	  	justify-content: center;
	  }

	  #product_mini_pictures {
	  	max-width: 100%;
	  }

	  #breadcrumb_wrapper {
	  	display: none;
	  	font-size: 0.8em;
	  }

	  #product_flex {
	  	margin-top: 20px;
	  }




	}


	#modal_icon {
		font-size: 3em;
		color: #E91E63;
		text-align: center;
	}

	#modal_text {
		text-align: center;
		font-weight: bold;
		color: #454545;
	}

	#modal_flex {
		margin-top: 30px;
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 20px;
	}

	#modal_text a {
		color: #000;
		display: block;
		
		color: #ffffff;
		padding: 10px;
		border-radius: 5px;
		text-decoration: none;
	}

	.pink_button {
		background: #E91E63;
	}

	.blue_button {
		background: rgba(17,24,39,1);
	}

	#modal_text a:hover {
		opacity: 0.7;
	}


    #footer_address {
        margin-top: 20px;
        font-size: 0.9em;
        color: rgba(255, 255, 255, .6);
        line-height: 1.8em;
    }

    #footer_address a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

    #footer_bottom_image {
        display: flex;
        justify-content: center;
        flex:1;
        margin-top: 20px;
    }

    #footer_bottom_image img {
        width: 100%;
        max-width: 200px;
    }