    

	@font-face {
		font-family:SamsungSharpSans;
		src: url(/custom_fsearch_pages/custom_content_blocks/samsung_custom_assets/fonts/samsungsharpsans-regular.ttf?ccid=xcf36688);
	}

	@font-face {
		font-family:SamsungSharpSans;
		src: url(/custom_fsearch_pages/custom_content_blocks/samsung_custom_assets/fonts/samsungsharpsans-bold.ttf?ccid=xcf36688);
		font-weight:bold;
	}

    /* Variables */
	:root {

		--font1: "SamsungSharpSans", sans-serif; 

		--img-border-radius: 40px;
		--img-height:360px;
	}

	@media(max-width:768px){
		:root{
			--img-border-radius:0px;
			--img-height:auto;
		}
	}


	/* General */
	main p{ font-family: var(--font1); color:black; }
	main .text-black{ color: black; }
	main .text-white{ color: white; }
	a:hover{ text-decoration:none !important; }

    .samsung-logo{ max-width:200px; width:100%; margin-top:30px; margin-bottom:30px; }
	.samsung-title{ font-family:var(--font1); font-size:32px; font-weight:bold; text-transform:none; }
	.samsung-subtitle{ font-family:var(--font1); font-size:28px; font-weight:bold; text-transform:none; }
    .samsung-body{ font-family:var(--font1); font-size:24px; font-weight:normal; text-transform:none; }
		@media(max-width:768px){
			.samsung-title{ font-family:var(--font1); font-size:28px; font-weight:bold; text-transform:none; }
			.samsung-subtitle{ font-family:var(--font1); font-size:24px; font-weight:bold; text-transform:none; }
    		.samsung-body{ font-family:var(--font1); font-size:18px; font-weight:normal; text-transform:none; }
		}

	.samsung-hero{ height:auto; width:100%; object-fit: cover; border-radius:var(--img-border-radius); }
	.samsung-cat1{ height:600px; width:100%; object-fit: cover; border-radius:var(--img-border-radius); }
    .samsung-cat2{ height:400px; width:100%; object-fit: cover; border-radius: var(--img-border-radius); }
	.samsung-cat3{ height:600px; width:100%; object-fit: cover; border-radius:var(--img-border-radius); }
	.samsung-cta-container{ text-align: center; padding:14px; width:auto; max-width:80%; margin-left:auto; margin-right:auto; }
    .bespoke-container{ display:flex; justify-content:center; align-items:center; min-height:200px; width:100%; padding:2rem; background-image:linear-gradient(45deg, rgba(0,0,0, 0.5), rgba(0,0,0, 0.5)), url(/custom_fsearch_pages/custom_content_blocks/samsung_custom_assets/images/bg-bespoke.jpg?ccid=xcf36688); background-size:cover; background-position:center; background-repeat: no-repeat; border-radius:var(--img-border-radius); text-decoration: none; }
	.bespoke-container:hover{ text-decoration: none; }
    .btn-samsung{ display:inline-block; border-radius: 30px; color: black; background-color: white; font-family: var(--font1); align-items: center; padding: 1em 1.25em; font-size:14px; text-decoration:none; line-height:1.1; transition:all .3s ease; }
	.btn-samsung:hover, .btn-samsung:focus, .btn-samsung:active, .btn-samsung.active{ background-color:black; color:white; }

		@media(max-width:1200px){
			.samsung-cat1{ height:400px; }		
			.samsung-cat3{ height:400px; }		
		}
		@media(max-width:992px){
			.samsung-cat1{ height:300px; }		
			.samsung-cat3{ height:300px; }		
			.samsung-cta-container{ max-width:100%; }
		}
		@media(max-width:768px){
			.samsung-cat1{ height:200px; }		
			.samsung-cat3{ width:100%; aspect-ratio: 3 / 2; height:auto; }		
		}