@font-face{
    font-family:neuefrutigerworld_w02;
    font-style:normal;
    font-weight:400;
    font-display:swap;
    font-kerning:normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    src:url('../fonts/NeueFrutigerWorldW02-Book.woff2') format('woff2'),url('../fonts/NeueFrutigerWorldW02-Book.woff') format('woff')
}
@font-face{
    font-family:neuefrutigerworld_w02;
    font-style:normal;
    font-weight:500 950;
    font-display:swap;
    font-kerning:normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    src:url('../fonts/NeueFrutigerWorldW02-Bold.woff2') format('woff2'),url('../fonts/NeueFrutigerWorldW02-Bold.woff') format('woff')
}
@font-face{
    font-family:neuefrutigerworld_w02;
    font-style:normal;
    font-weight:100 300;
    font-display:swap;
    font-kerning:normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    src:url('../fonts/NeueFrutigerWorldW02-Light.woff2') format('woff2'),url('../fonts/NeueFrutigerWorldW02-Light.woff') format('woff')
}


:root {
    --color-primary: #003478;
    --color-primary-hover: #00295f;
    --color-primary-gradient: linear-gradient(to bottom,#1474a4,#003478);
}

body {
    font-family: 'neuefrutigerworld_w02',tahoma,arial,helvetica,sans-serif;
    font-weight: 400;
    font-size: 15px;
    position: relative;
}

.bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
}
.men .bg {
    background: linear-gradient(to bottom right, #003579 0%,#0389c6 100%);
}
.women .bg {
    background: linear-gradient(to bottom right, #7a0f4b 0%,#d74270 100%);
}
.oneblade .bg {
    background: linear-gradient(to bottom right, #b2c036 0%,#C8D643 100%);
}
.sonicare .bg {
    background: #e5eef7;
}
.hair .bg {
    background: linear-gradient(to bottom right, #ab46a4 0%,#eb9be6 100%);
}
.premium-hair .bg {
    background: linear-gradient(to bottom right, #704439 0%,#df9a84 100%);
}


.welcome-image-container {
    width: 100vw;
    height: 100vh;    
    overflow:hidden;
    background: linear-gradient(to bottom right, #003579 0%,#0389c6 100%);
}
.welcome-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-title {
    color: var(--color-primary);
    font-weight: 300;
}

.category-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    border-radius: 0 0 15px 15px;
    background-color: var(--color-primary);
    color: #ffffff;
    text-align: center;
    min-height: 100px;
    font-size: 20px;
    border: none;
}
.category-card a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
}

.card-image {
    max-width: 100%;
    border-radius: 15px 15px 0 0;
}
.women .category-card {
    background-color: #ec4371;
}
.hair .category-card {
    background-color: #ab46a4;
}
.premium-hair .category-card {
    background-color: #a96d5a;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 10px;
    padding: 10px 35px;
    min-width: 100px;
    font-size: 14px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    box-shadow: none;
}

.women .btn-primary {
    background-color: #ec4371;
    border-color: #ec4371;
}
.women .btn-primary:hover, .women .btn-primary:focus, .women .btn-primary:active{
    background-color: #ea2c60;
    border-color: #ea2c60;
}
.hair .btn-primary {
    background-color: #ab46a4;
    border-color: #ab46a4;
}
.hair .btn-primary:hover, .hair .btn-primary:focus, .hair .btn-primary:active{
    background-color: #bd57b6;
    border-color: #bd57b6;
}
.premium-hair .btn-primary {
    background-color: #a36553;
    border-color: #a36553;
}
.premium-hair .btn-primary:hover, .premium-hair .btn-primary:focus, .premium-hair .btn-primary:active{
    background-color: #d58e78;
    border-color: #d58e78;
}
.oneblade .btn-primary {
    background-color: #9aaf18;
    border-color: #9aaf18;
}
.oneblade .btn-primary:hover, .oneblade .btn-primary:focus, .oneblade .btn-primary:active{
    background-color: #b2c036;
    border-color: #b2c036;
}


.btn-primary:focus {
    border: 1px dotted #ffffff;
}



.product-table tr, .product-table td{
    background-color: transparent;
    border-color: transparent;
    border-width: 3px;
    padding: 0;
}
.product-table .table-head{
    text-align: center;
    font-weight: 500;
    padding-bottom: 30px;
}
.product-table .table-head img{
    text-align: center;
    padding: 10px;
    max-width: 100%;
}
.product-table .table-head span{
    background-color: #89104c;
    display: block;
    padding: 7px;
    color: #ffffff;
    border-radius: 5px;
}
.women .product-table td span{
    background-color: #89104c;
    display: block;
    padding: 7px;
    color: #ffffff;
}
.women .section-title, .men .section-title, .hair .section-title, .premium-hair .section-title {
    color: #ffffff;
}
.sonicare .section-title {
    color: #333333;
}
.oneblade .section-title {
    color: #050505;
}

.men .product-table td span{
    background-color: #3d8fbb;
    display: block;
    padding: 7px;
    color: #ffffff;
}
.men .product-table .table-head span{
    background-color: #3d8fbb;
}

.sonicare .product-table td span{
    background-color: #ffffff;
    display: block;
    padding: 7px;
    color: #30558b;
}
.sonicare .product-table .table-head span{
    background-color: #ffffff;
}


.product-table td.attribute span{
    background-color: transparent;
    text-align: right;
    font-weight: 500;
}

.dot {
    border-radius: 50%!important;
    width: 12px;
    height: 12px;
    background-color: #30558b !important;
    display: inline-block !important;
    vertical-align: middle;
}

.one-card {
    background-color: #d2d676;
    padding: 25px;
    position: relative;
    margin-top: 100px;
    min-height: 600px;
}

.one-card .title {
    color: #050505;
    font-size: 26px;
    margin-bottom: 40px;
    margin-top: 50px;
}


.container {
    max-width: 1600px;
}