@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    font-family: 'Currys Sans', sans-serif;
	background: #fff;
}

.dyson-homepage-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	margin: 0 auto;
}

.dyson-homepage-top-sec{
	width: 100%;
    padding: 40px;
    margin: 0;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/hero_Image_only);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 45em;
}

.top-banner-content-sec{
	text-align: left;
	padding: 0;
	margin: 0;
}

.top-banner-content-sec h1 sup {
    font-size: 15px;
    top: -14px;
}

.top-banner-content-sec img.dyson-gen5-logo {
    width: 26%;
}

.top-banner-content-sec h1{
	padding: 10px 0px;
    font-size: 30px;
	margin: 0;
	color: #fff;
	font-family: "Currys Sans", sans-serif;
	font-weight: 400;
	line-height: normal;
}

.top-banner-content-sec p{
	padding: 0;
    font-size: 20px;
	margin: 0;
	color: #fff;
	font-family: "Currys Sans", sans-serif;
	font-weight: 300;
	line-height: normal;
}

.top-banner-content-sec img.shop-now-btn {
    width: 15%;
    margin: 50px 0px;
}

.dyson-homepage-top-sec p.top-banner-bottom-text{
	padding: 0;
    font-size: 11px;
    margin: 0;
    color: #d9d5d5;
    font-family: "Currys Sans", sans-serif;
    font-weight: 300;
    line-height: normal;
    position: relative;
    top: 14px;
}

.dyson-upright-gurantee-left {
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 20px 50px;
	width: 100%;
}

.dyson-upright-gurantee-left h1{
	    font-size: 28px;
    margin-bottom: 20px;
	color: #fff;
	text-align: left;
	font-family: "Currys Sans", sans-serif;
	font-weight: 300;
	line-height: normal;
}

.dyson-upright-gurantee-left p{
	padding: 0;
    font-size: 16px;
    margin-bottom: 40px;;
	color: #fff;
	text-align: left;
	font-family: "Currys Sans", sans-serif;
	font-weight: 100;
	line-height: normal;
	width: 65%;
}

.dyson-g-services-left{
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 30px 0px;
}

.dyson-g-box-inner-left {
    padding: 0px 0px;
    margin: 0 auto;
    flex-basis: 33%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dyson-g-box-inner-left img{
	width: 12%;
	margin: 0;
	padding: 0;
}

.dyson-g-box-inner-left h2{
	padding: 0px 20px;
    font-size: 17px;
    margin: 0;
	color: #fff;
	text-align: center;
	font-family: "Currys Sans", sans-serif;
	font-weight: 400;
	line-height: normal;
}

.dyson-products-main-section{
	 width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding-top: 10px;
	align-items: center;
	justify-content: space-between;
}

.dyson-product-sec{
	padding: 0px 0px;
    margin: 0;
    flex-basis: 49.5%;
    flex-flow: column;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 45em;
}

.cordless-vacuum{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/cord-free_image);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.upright-vacuum{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/full-size_image);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.hair-care{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/hair-care_image_1);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.air-treatment{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/air_treatment_image_1);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.zone{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/zone-bg-img);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.lighting{
	background-image: url(https://media.currys.biz/i/currysprod/Accessories_image_2_1);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.built-to-last{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/built_to_last_image_1);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.dyson-tech{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/technolog_image_1);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.dyson-product-sec h2{
	padding:10px;
    font-size: 30px;
	margin: 0;
	color: #fff;
	text-align: center;
	font-family: "Currys Sans", sans-serif;
	font-weight: 400;
	line-height: normal;
}

.dyson-product-sec p{
	padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
	color: #fff;
	text-align: center;
	font-family: "Currys Sans", sans-serif;
	font-weight: 400;
	line-height: normal;
}

.dyson-product-sec a {
    text-decoration: none;
    background-color: #333;
    color: #fff;
	font-weight: 300;
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 2px;
    border: 1px solid #333;
    transition: background-color 1s;
    display: inline-block;
	margin-top: 20px;
	    width: fit-content;
}

.dyson-product-sec a.dyson-shop-btn {
    margin-bottom: 30px;
    margin-top: 10px;
}

.dyson-product-sec a:hover{
	background: #fff;
	color: #333;
}

.our-mission-is-simple{
	width: 100%;
	padding: 0;
	margin: 0;
}

.our-mission-is-simple img{
	width: 100%;
	padding-top: 10px;
}

.dyson-upright-gurantee {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 50px;
	width: 100%;
	margin-top: 10px;
}

.dyson-upright-gurantee h1{
	font-size: 32px;
    margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-family: "Currys Sans", sans-serif;
	font-weight: 300;
	line-height: normal;
}

.g-under {
    display: inline-block;
    background-color: #fff;
    width: 180px;
    height: 5px;
    margin-bottom: 40px;
}

.dyson-upright-gurantee p{
	padding: 0 10%;
    font-size: 16px;
    margin-bottom: 40px;;
	color: #fff;
	text-align: center;
	font-family: "Currys Sans", sans-serif;
	font-weight: 400;
	line-height: normal;
}

.dyson-g-services{
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 30px 0px;
}

.dyson-g-box-inner {
    padding: 0px 0px;
    margin: 0 auto;
    flex-basis: 30%;
    text-align: center;
}

.dyson-g-box-inner img{
	width: 16%;
	margin: 0;
    padding-bottom: 30px;
}

.dyson-g-box-inner h2{
	padding: 0 10%;
    font-size: 15px;
	margin: 0;
	color: #fff;
	text-align: center;
	font-family: "Currys Sans", sans-serif;
	font-weight: 400;
	line-height: normal;
}

.tools-and-accessories-section{
	width: 100%;
	padding: 40px;
	margin: 0;
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/Accessories_image);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
	display: flex;
	flex-flow: column;
	height: 40em;
}

.tools-and-accessories-section h2{
	padding: 10px 0px;
    font-size: 30px;
	margin: 0;
	color: #000;
	font-family: "Currys Sans", sans-serif;
	font-weight: 400;
	line-height: normal;
}

.tools-and-accessories-section p{
	padding: 0;
    font-size: 20px;
	margin: 0;
	color: #000;
	font-family: "Currys Sans", sans-serif;
	font-weight: 300;
	line-height: normal;
}
.tools-and-accessories-section a {
    text-decoration: none;
    background-color: #333;
    color: #fff;
	font-weight: 300;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 2px;
    border: 1px solid #333;
    transition: background-color 1s;
    display: inline-block;
	margin-top: 30px;
	    width: fit-content;
}

.tools-and-accessories-section a.dyson-shop-btn {
    margin-bottom: 30px;
    margin-top: 13px;
}

.tools-and-accessories-section a:hover{
	background: #fff;
	color: #333;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.dyson-homepage-main{
	width: 100%;
	}
	.dyson-homepage-top-sec {
    padding: 30px 40px;
    height: 33em;
	}
	.top-banner-content-sec img.dyson-gen5-logo {
    width: 26%;
	}
	.top-banner-content-sec h1{
	font-size: 28px;
	}
	.top-banner-content-sec p{
	font-size: 20px;
	}
	.top-banner-content-sec img.shop-now-btn{
	width: 13%;
	}
	.dyson-upright-gurantee-left h1, .dyson-upright-gurantee h1{
	font-size: 28px;
	}
	.dyson-upright-gurantee-left{
	padding: 20px 40px;
	}
	.dyson-upright-gurantee-left p{
	font-size: 14px;
	width: 70%;
	}
	.dyson-g-box-inner-left h2{
	padding: 0px 15px;
    font-size: 15px;
	}
	.dyson-product-sec h2{
	    font-size: 25px;
	}
	.dyson-product-sec p{
	font-size: 15px;
	}
	.dyson-product-sec a{
	font-size: 14px;
	}
	.tools-and-accessories-section h2{
	font-size: 28px;	
	}
	.tools-and-accessories-section p{
	font-size: 19px;
	}
	.tools-and-accessories-section a{
	font-size: 15px;
	}
	.dyson-g-box-inner h2{
	font-size: 13px;
	}
	.dyson-product-sec{
	height: 40em;
	}
	.tools-and-accessories-section{
	height: 30em;
	}
	.dyson-homepage-top-sec p.top-banner-bottom-text{
	font-size: 8px;
	}
	.top-banner-content-sec h1 sup {
    font-size: 10px;
    top: -14px;
	}
	.top-banner-content-sec p sup {
    font-size: 10px;
    top: -14px;
	}
}

@media screen and (max-width: 767px){
	.dyson-homepage-main{
	width: 100%;
	}
	.dyson-upright-gurantee{
	padding: 25px;
	}
	.dyson-g-services{
	    flex-flow: row;
    flex-wrap: wrap;
	}
	.dyson-upright-gurantee p{
	padding: 0px 10px;
    font-size: 12px;
	    margin-bottom: 20px;
	}
	.dyson-g-box-inner{
	flex-basis: 33%;
	margin: 0;
	padding: 10px 0px;
	}
	.dyson-g-box-inner img {
		width: 35%;
		margin: 0;
		padding-bottom: 10px;
	}
	.dyson-g-box-inner h2{
	    padding: 0px 5px;
    font-size: 9px;
	}
	.dyson-upright-gurantee h1{
	font-size: 26px;
	}
	.dyson-upright-gurantee-left{
	padding: 25px;
	}
	.dyson-g-services-left{
	    flex-flow: row;
    flex-wrap: wrap;
	}
	.dyson-upright-gurantee-left p{
	padding: 0px 10px;
    font-size: 12px;
	width: 100%;
	    margin-bottom: 20px;
	}
	.dyson-g-box-inner-left{
	flex-basis: 33%;
	margin: 0;
	padding: 10px 0px;
	}
	.dyson-g-box-inner-left img {
		width: 20%;
		margin: 0;
		padding-bottom: 0;
	}
	.dyson-g-box-inner-left h2{
	    padding: 0px 5px;
    font-size: 9px;
	}
	.dyson-upright-gurantee-left h1{
	font-size: 26px;
	}
	.dyson-homepage-top-sec {
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Hero-Dyson-Gen-mobile);
    background-position: top;
    justify-content: flex-end;
	align-items: center;
	text-align: left;
	    height: 45em;
	}
	.top-banner-content-sec {
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.top-banner-content-sec h1{
	font-size: 25px;
	}
	.top-banner-content-sec p{
	font-size: 16px;
	}
	.top-banner-content-sec img.dyson-gen5-logo {
    width: 58%;
	}
	.top-banner-content-sec img.shop-now-btn {
    width: 30%;
    margin: 30px 0px;
	}
	.tools-and-accessories-section{
	height: auto;
	padding: 20px;
	}
	.tools-and-accessories-section h2{
	    font-size: 20px;
	}
	.tools-and-accessories-section p{
	font-size: 14px;
	}
	.tools-and-accessories-section a{
	font-size: 11px;
    padding: 8px 15px;
    margin: 25px 0px;
	}
	.dyson-products-main-section{
	    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	}
	.dyson-product-sec{
	flex-basis: 100%;
	    height: 42em;
	margin-top: 10px;
	}
	.dyson-product-sec p{
	font-size: 16px;
	}
}

@media screen and (min-device-width: 320px) and (max-device-width: 766px){
	.dyson-homepage-main{
	width: 100%;
	}
	.dyson-upright-gurantee{
	padding: 25px;
	}
	.dyson-g-services{
	    flex-flow: row;
    flex-wrap: wrap;
	}
	.dyson-upright-gurantee p{
	padding: 0px 10px;
    font-size: 12px;
	    margin-bottom: 20px;
	}
	.dyson-g-box-inner{
	flex-basis: 33%;
	margin: 0;
	padding: 10px 0px;
	}
	.dyson-g-box-inner img {
		width: 35%;
		margin: 0;
		padding-bottom: 10px;
	}
	.dyson-g-box-inner h2{
	    padding: 0px 5px;
    font-size: 9px;
	}
	.dyson-upright-gurantee h1{
	font-size: 21px;
	}
	.dyson-upright-gurantee-left{
	padding: 25px;
	}
	.dyson-g-services-left{
	    flex-flow: row;
    flex-wrap: wrap;
	padding: 10px 0px
	}
	.dyson-upright-gurantee-left p{
	padding: 0;
    font-size: 10px;
	width: 100%;
	    margin-bottom: 20px;
	}
	.dyson-g-box-inner-left{
	flex-basis: 33%;
	margin: 0;
	padding: 10px 0px;
	}
	.dyson-g-box-inner-left img {
		width: 20%;
		margin: 0;
		padding-bottom: 0;
	}
	.dyson-g-box-inner-left h2{
	padding: 0px 5px;
    font-size: 7px;
    text-align: left;
	}
	.dyson-upright-gurantee-left h1{
	font-size: 21px;
	}
	.dyson-homepage-top-sec {
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Hero-Dyson-Gen-mobile);
    background-position: top;
    justify-content: flex-end;
	align-items: center;
	text-align: left;
	padding: 20px
	}
	.top-banner-content-sec {
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.top-banner-content-sec h1{
	font-size: 21px;
    padding-right: 40px;
	}
	.top-banner-content-sec p{
	font-size: 15px;
	}
	.top-banner-content-sec img.dyson-gen5-logo {
    width: 70%;
	}
	.top-banner-content-sec img.shop-now-btn {
    width: 40%;
    margin: 30px 0px;
	}
	.tools-and-accessories-section{
	height: auto;
	padding: 15px;
	background-position: left;
	}
	.tools-and-accessories-section h2{
	    font-size: 16px;
	}
	.tools-and-accessories-section p{
	font-size: 11px;
	}
	.tools-and-accessories-section a{
	    font-size: 8px;
    padding: 2px 10px;
    margin: 15px 0px;
	}
	.dyson-products-main-section{
	    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	}
	.dyson-product-sec{
	flex-basis: 100%;
	    height: 35em;
	margin-top: 10px;
	}
	.dyson-product-sec p{
	font-size: 13px;
	}
	.dyson-homepage-top-sec p.top-banner-bottom-text{
	font-size: 9px;
	}
	.dyson-product-sec h2 {
	font-size: 23px;
	padding: 10px 20px;
	}
	.dyson-product-sec a{
	font-size: 11px;
    padding: 6px 20px;
    margin: 25px 0px;
	}
	.top-banner-content-sec h1 sup {
    font-size: 10px;
    top: -10px;
	}
}