.announcements {
    float: left;
    position: relative;
    width: 100%;
    z-index: 500;
}

.announcements .container {
    float: left;
    position: relative;
    width: 100%;
}

.announcements .content {
    background: #FFFFFF;
    float: left;
    width: 100%;
}

.announcements .content .sections {
    display: flex;
    float: left;
    justify-content: center;
    width: 100%;
}

.announcements .content .sections .section {
    background: #101820;
    border-radius: 0 0 18px 18px;
    float: left;
    height: 50px;
    overflow: hidden;
    text-align: center;
    touch-action: pan-y;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    width: 90.875%;
}

@media (max-width: 900px) {
    .announcements .content .sections .section {
        border-radius: 0 0 18px 18px;
        width: 91.50390625%;
    }
}

.announcements .content .sections .section .blocks {
    display: flex;
    float: left;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.announcements .content .sections .section .blocks .block {
    float: left;
    height: 100%;
    overflow: hidden;
    width: 50%;
}

@media (max-width: 1250px) {
    .announcements .content .sections .section .blocks .block {
        width: 75%;
    }
}

@media (max-width: 750px) {
    .announcements .content .sections .section .blocks .block {
        width: 100%;
    }
}

.announcements .content .sections .section .blocks .block .slider {
    float: left;
    height: 100%;
    width: 100%;
}

.announcements .content .sections .section .blocks .block .slider .slides {
    box-sizing: content-box;
    display: flex;
    height: 100% !important;
    position: relative;
    transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transition-property: transform;
    -webkit-transition-property: transform;
    width: 100%;
    z-index: 1;
}

.announcements .content .sections .section .blocks .block .slider .slides .slide {
    flex-shrink: 0;
    height: 100%;
    list-style: none;
    position: relative;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 100%;
}

.announcements .content .sections .section .blocks .block .slider .slides .slide .blocks {
    display: block;
    float: left;
    height: auto;
    position: relative;
    text-align: center;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}

.announcements .content .sections .section .blocks .block .slider .slides .slide .blocks .block {
    float: left;
    width: 100%;
}

.announcements .content .sections .section .blocks .block .slider .slides .slide .blocks .block a {
    float: left;
    width: 100%;
}

.announcements .content .sections .section .blocks .block .slider .slides .slide .blocks .block .text {
    color: #FFFFFF;
    float: left;
    font-size: 0.725em;
    font-variation-settings: 'opsz' 22;
    font-weight: 400;
    letter-spacing: -0.00225em;
    line-height: 1.375em;
    width: 100%;
}

@media {
    .mobile .announcements .content .sections .section .blocks .block .slider .slides .slide .blocks .block .text {
        font-size: 0.7725em;
        font-weight: 455;
    }
}

header {
    background: #FFFFFF;
    float: left;
    height: 75px;
    opacity: 1;
	position: sticky;
    position: -webkit-sticky;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
  	width: 100%;
	z-index: 1000;
}

@media (max-width: 900px) {
    header {
        background: none;
        height: 70px;
    }
}

header .container {
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

header .content {
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

header .content .sections {
    display: flex;
    float: left;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}

header .content .sections:after {
    opacity: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    z-index: -1;
}

[data-two='1'] header .content .sections:after,
[data-two='2'] header .content .sections:after,
[data-two='3'] header .content .sections:after,
[data-two='4'] header .content .sections:after {
    background: #FFFFFF;
    content: '';
    display: none;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 75%;
    z-index: 1;
}

header .content .sections .section {
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

header .content .sections .section.one {
    height: 75px;
    left: 6.25%;
    position: absolute;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: auto;
    z-index: 500;
}

@media (max-width: 750px) {
    header .content .sections .section.one {
        height: 70px;
    }
}

header .content .sections .section.one .blocks {
    float: left;
    width: 100%;
}

header .content .sections .section.one .blocks[data-blocks='1'] {
    height: 100%;
    position: relative;
}

header .content .sections .section.one .blocks .block {
    float: left;
    width: 100%;
}

header .content .sections .section.one .blocks .block[data-block='1'] {
    height: 100%;
    opacity: 1;
    position: relative;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 80px;
    z-index: 1;
}

.scroll header .content .sections .section.one .blocks .block[data-block='1'] {
    width: 70px;
}

[data-two='1'] header .content .sections .section.one .blocks .block[data-block='1'],
[data-two='2'] header .content .sections .section.one .blocks .block[data-block='1'],
[data-two='3'] header .content .sections .section.one .blocks .block[data-block='1'],
[data-two='4'] header .content .sections .section.one .blocks .block[data-block='1'] {
    opacity: 0;
    z-index: -1;
}

header .content .sections .section.one .blocks .block[data-block='2'] {
    display: none;
    height: 100%;
    left: calc(27.34375vw - 15px);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: auto;
}

@media (max-width: 900px) {
    header .content .sections .section.one .blocks .block[data-block='2'] {
        display: block;
    }
}

[data-two='2'] header .content .sections .section.one .blocks .block[data-block='2'] {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

[data-two='4'] header .content .sections .section.one .blocks .block[data-block='2'] {
    opacity: 0;
    pointer-events: none;
}

header .content .sections .section.one .blocks .block .logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
}

header .content .sections .section.one .blocks .block .logo .image {
    float: left;
    width: 100%;
}

header .content .sections .section.one .blocks .block .logo .image a {
    float: left;
    height: 100%;
    width: 100%;
}

header .content .sections .section.one .blocks .block .logo .image img {
    float: left;
    position: relative;
    width: 100%;
}

header .content .sections .section.one .blocks .block .blocks {
    float: left;
    width: 100%;
}

header .content .sections .section.one .blocks .block .blocks[data-blocks='2'] {
    display: flex;
    position: relative;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

header .content .sections .section.one .blocks .block .blocks .block {
    float: left;
    width: auto;
}

header .content .sections .section.one .blocks .block .icons {
    float: left;
    height: 100%;
    width: 100%;
}

header .content .sections .section.one .blocks .block .icons .icon.one {
    cursor: pointer;
    float: left;
    height: 100%;
    opacity: 0;
    position: relative;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 40px;
}

header .content .sections .section.one .blocks .block .icons .icon.one.active {
    opacity: 1;
}

header .content .sections .section.one .blocks .block .icons .icon.one .icon {
    font-size: 1.025em;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    -webkit-text-stroke-width: 0.225px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
}

@media {
    .mobile header .content .sections .section.one .blocks .block .icons .icon.one .icon {
        -webkit-text-stroke-width: 0.275px;
    }
}

header .content .sections .section.one .blocks .block .icons .icon.one .action {
    display: flex;
    float: left;
    height: 100%;
    justify-content: center;
    width: 100%;
}

header .content .sections .section.two {
    float: left;
    height: 100%;
    position: relative;
    width: auto;
    z-index: 250;
}

@media (max-width: 900px) {
    header .content .sections .section.two {
        display: none;
    }
}

.checkout header .content .sections .section.two,
.account header .content .sections .section.two {
    display: none;
}

header .content .sections .section.two .blocks {
    float: left;
    height: 100%;
    width: 100%;
}

header .content .sections .section.two .blocks .block {
    float: left;
    height: 100%;
    width: 100%;
}

header .content .sections .section.two .blocks .block .menu[data-menu='1'] {
    display: flex;
    float: left;
    height: 100%;
    justify-content: center;
    width: 100%;
}

header .content .sections .section.two .blocks .block .menu .blocks {
    float: left;
    width: 100%;
}

header .content .sections .section.two .blocks .block .menu .blocks .block {
    float: left;
    width: 100%;
}

header .content .sections .section.two .blocks .block .menu .blocks .block .links {
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

header .content .sections .section.two .blocks .block .menu .blocks .block .links ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
}

@media (max-width: 900px) {
    header .content .sections .section.two .blocks .block .menu .blocks .block .links ul {
        width: 100%;
    }
}

header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li {
    cursor: pointer;
    float: left;
    font-size: 0.775em;
    font-variation-settings: 'opsz' 22;
    font-weight: 400;
    letter-spacing: -0.001em;
    margin: 0 28px 0 0;
    position: relative;
    text-align: left;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

@media screen and (max-width: 1250px) {
    header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li {
        margin: 0 24px 0 0
    }
}

@media {
    .mobile header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li {
        font-weight: 440;
    }
}

header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li:nth-child(1),
header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li:nth-child(8) {
    margin: 0 50px 0 0;
}

@media (max-width: 1250px) {
    header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li:nth-child(1) {
        display: none;
    }
}

@media (max-width: 1250px) {
    header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li:nth-child(8) {
        margin: 0;
    }
}

header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li:last-child {
    margin: 0;
}

@media (max-width: 1250px) {
    header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li:last-child {
        display: none;
    }
}

header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li:nth-child(1):after,
header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li:nth-child(8):after {
    content: '•';
    font-size: 7px;
    position: absolute;
    right: -26px;
    top: -0.025em;
}

@media (max-width: 1250px) {
    header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li:nth-child(8):after {
        display: none;
    }
}

header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li a {
    float: left;
    width: 100%;
}

header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li a:after {
    background: #F1E87C;
    content: '';
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% + 13px);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 0;
}

@media screen and (max-width: 900px) {
    header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li a:after {
        display: none;
    }
}

header .content .sections .section.two .blocks .block .menu .blocks .block .links ul li a:hover:after {
    opacity: 1;
    width: 100%;
}

header .content .sections .section.three {
    height: 75px;
    opacity: 1;
    position: absolute;
    right: calc(6.25% + 5px);
    text-align: right;
    top: 0;
    visibility: visible;
    width: auto;
    z-index: 500;
}

@media (max-width: 900px) {
    header .content .sections .section.three {
        height: 70px;
        right: calc(6.25% + 1px);
    }
}

.checkout header .content .sections .section.three {
    display: none;
}

header .content .sections .section.three .blocks {
    float: left;
    height: 100%;
    width: 100%;
}

header .content .sections .section.three .blocks .block {
    float: left;
    height: 100%;
}

header .content .sections .section.three .blocks .block[data-block='2'] {
    opacity: 0;
    position: absolute;
    right: calc(25vw - 1px);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    z-index: -1;
}

[data-two='2'] header .content .sections .section.three .blocks .block[data-block='2'],
[data-two='3'] header .content .sections .section.three .blocks .block[data-block='2'],
[data-two='4'] header .content .sections .section.three .blocks .block[data-block='2'] {
    display: none;
    opacity: 1;
    z-index: 1;
}

header .content .sections .section.three .blocks .block .icons {
    float: left;
    height: 100%;
    width: 100%;
}

header .content .sections .section.three .blocks .block .icons .icon {
    cursor: pointer;
    float: right;
    height: 100%;
    margin: 0 0 0 18px;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

header .content .sections .section.three .blocks .block .icons .icon:last-child {
    margin: 0;
}

header .content .sections .section.three .blocks .block .icons .icon.bag {
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    visibility: visible;
    width: auto;
    z-index: auto;
}

[data-two='1'] header .content .sections .section.three .blocks .block .icons > .icon:not(.one),
[data-two='2'] header .content .sections .section.three .blocks .block .icons > .icon:not(.one),
[data-two='3'] header .content .sections .section.three .blocks .block .icons > .icon:not(.one),
[data-two='4'] header .content .sections .section.three .blocks .block .icons > .icon:not(.one) {
    opacity: 0;
    pointer-events: none;
}

header .content .sections .section.three .blocks .block .icons .icon .action {
    float: right;
    height: 100%;
    position: relative;
}

header .content .sections .section.three .blocks .block .icons .icon label {
    cursor: pointer;
    float: left;
    height: 100%;
    width: 100%;
}

header .content .sections .section.three .blocks .block .icons .icon .icon {
    color: #101820;
    cursor: pointer;
    float: left;
    font-size: 21px;
    height: auto;
    margin: -12px 0 0;
    position: relative;
    text-align: left;
    top: 50%;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
}

@media {
    .mobile header .content .sections .section.three .blocks .block .icons .icon .icon {
        font-size: 23px;
    }
}

header .content .sections .section.three .blocks .block .icons .icon.one {
    align-items: center;
    cursor: pointer;
    display: none;
    margin: 0 -12px 0 36px;
    position: relative;
    z-index: 100;
}

@media (max-width: 900px) {
    header .content .sections .section.three .blocks .block .icons .icon.one {
        display: flex;
    }
}

header .content .sections .section.three .blocks .block .icons .icon.one:before {
    background: #F8F8F8;
    content: '';
    height: 35px;
    left: -12px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 1px;
}

[data-two='1'] header .content .sections .section.three .blocks .block .icons .icon.one:before,
[data-two='2'] header .content .sections .section.three .blocks .block .icons .icon.one:before,
[data-two='3'] header .content .sections .section.three .blocks .block .icons .icon.one:before,
[data-two='4'] header .content .sections .section.three .blocks .block .icons .icon.one:before {
    opacity: 0;
}

header .content .sections .section.three .blocks .block .icons .icon.one .icon {
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
}

header .content .sections .section.three .blocks .block .icons .icon.one .lines {
    display: flex;
    flex-direction: column;
    height: 15px;
    justify-content: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 15px;
}

header .content .sections .section.three .blocks .block .icons .icon.one .lines .line {
    background: #101820;
    height: 2px;
    position: absolute;
    transform-origin: center;
    -webkit-transform-origin: center;
    transition: all 0.75s cubic-bezier(0.87, 0, 0.13, 1);
    -webkit-transition: all 0.75s cubic-bezier(0.87, 0, 0.13, 1);
    width: 15px;
}

header .content .sections .section.three .blocks .block .icons .icon.one .lines .line:nth-child(1) {
    transform: translateY(-3px) scaleY(0.75);
    -webkit-transform: translateY(-3px) scaleY(0.75);
}

header .content .sections .section.three .blocks .block .icons .icon.one .lines .line:nth-child(2) {
    transform: translateY(3px) scaleY(0.75);
    -webkit-transform: translateY(3px) scaleY(0.75);
}

header .content .sections .section.three .blocks .block .icons .icon.one.active .lines .line:nth-child(1) {
    transform: translateY(0) rotate(45deg) scaleY(0.75);
    -webkit-transform: translateY(0) rotate(45deg) scaleY(0.75);
}

header .content .sections .section.three .blocks .block .icons .icon.one.active .lines .line:nth-child(2) {
    transform: translateY(0) rotate(-45deg) scaleY(0.75);
    -webkit-transform: translateY(0) rotate(-45deg) scaleY(0.75);
}

header .content .sections .section.three .blocks .block .icons .icon.two {
    margin: 0 0 0 46px;
}

header .content .sections .section.three .blocks .block .icons .icon.two:before {
    background: #F8F8F8;
    content: '';
    height: 35px;
    left: -24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 1px;
}

header .content .sections .section.three .blocks .block .icons .icon .number {
    background: #101820;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 0.5em;
    font-weight: 490;
    height: 16px;
    left: calc(50% + 0.05em);
    line-height: 15px;
    position: absolute;
    top: calc(50% - 16px);
    width: 16px;
    z-index: 10;
}

@media {
    .mobile header .content .sections .section.three .blocks .block .icons .icon .number {
        font-weight: 520;
    }
}

header .content .sections .section.three .blocks .block .button.circle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header {
    background: #FFFFFF;
    display: none;
    float: left;
    height: 75px;
    opacity: 0;
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
  	width: 100%;
	z-index: 250;
}

@media (max-width: 900px) {
    .header {
        display: block;
        height: 70px;
    }
}

.submenu {
    display: none;
    float: left;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 500;
}

@media (max-width: 900px) {
    .submenu {
        display: none;
    }
}

.submenu.active {
    display: block;
    pointer-events: auto;
}

.submenu .container {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.submenu .content {
    background: #FFFFFF;
    display: flex;
    float: left;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.submenu .content .collections {
    float: left;
    margin: 28px 0 75px;
    width: 87.5%;
}

.submenu .content .collections .collection {
    display: none;
    float: left;
    width: 100%;
}

.submenu .content .collections .collection .sections {
    display: flex;
    float: left;
    min-height: 225px;
    width: 100%;
}

.submenu .content .collections .collection .sections .section.one {
    float: left;
    width: calc(100% - 250px);
}

@media (max-width: 1250px) {
    .submenu .content .collections .collection .sections .section.one {
        width: 100%;
    }
}

.submenu .content .collections .collection .sections .section.one .blocks {
    float: left;
    width: 100%;
}

.submenu .content .collections .collection .sections .section.one .blocks[data-blocks='2'] {
    display: grid;
    gap: 25px 25px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.submenu .content .collections .collection .sections .section.one .blocks .block {
    float: left;
    width: 100%;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links {
    float: left;
    width: 100%;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks {
    float: left;
    width: 100%;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks .block {
    float: left;
    width: 100%;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks .block .links {
    float: left;
    width: 100%;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks .block .links ul {
    float: left;
    width: 100%;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks .block .links ul li {
    float: left;
    list-style: none;
    position: relative;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks .block .links ul li:first-child {
    font-size: 0.775em;
    font-variation-settings: 'opsz' 22;
    font-weight: 405;
    letter-spacing: -0.00125em;
    margin: 0 0 14px;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks .block[data-block='1A'] .links ul li:not(:first-child) {
    font-size: 1.2125em;
    font-variation-settings: 'opsz' 27;
    font-weight: 440;
    letter-spacing: -0.00875em;
    line-height: 1.275em;
    margin: 0 0 3px;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks .block[data-block='1B'] .links ul li:not(:first-child),
.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks .block[data-block='1C'] .links ul li:not(:first-child) {
    font-size: 0.9075em;
    font-variation-settings: 'opsz' 26;
    font-weight: 465;
    letter-spacing: -0.00275em;
    line-height: 1.275em;
    margin: 0 0 4px;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks .block[data-block='1B'] .links ul li:not(:first-child) a {
    padding: 0 0 0 28px;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks .block[data-block='1B'] .links ul li:not(:first-child) a:before {
    border-radius: 50%;
    content: '';
    display: block;
    float: left;
    font-family: inherit;
    height: 14px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 14px;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks .block .links ul li:not(:first-child):hover {
    color: #6B6F73;
}

.submenu .content .collections .collection .sections .section.one .blocks .block .links .blocks .block ul li a {
    float: left;
    width: 100%;
}

.submenu .content .collections .collection .sections .section.two {
    float: right;
    width: 250px;
}

@media (max-width: 1250px) {
    .submenu .content .collections .collection .sections .section.two {
        display: none;
    }
}

.submenu .content .collections .collection .sections .section.two .blocks {
    float: left;
    height: 100%;
    width: 100%;
}

.submenu .content .collections .collection .sections .section.two .blocks .block {
    float: left;
    width: 100%;
}

.submenu .content .collections .collection .sections .section.two .blocks .block[data-block='1'] {
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 125%;
    position: relative;
}

.submenu .content .collections .collection .sections .section.two .blocks .block .image {
    background-color: #FCFCFC;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    float: left;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.menu[data-menu='2'] {
    display: none;
    height: 100dvh;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

@media (max-width: 900px) {
    [data-two='1'] .menu,
    [data-two='2'] .menu,
    [data-two='3'] .menu,
    [data-two='4'] .menu {
        display: block;
    }
}

.menu .container {
    align-items: center;
    display: flex;
    float: left;
    height: 100%;
    justify-content: space-between;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

[data-two='1'] .menu .container,
[data-two='2'] .menu .container,
[data-two='3'] .menu .container,
[data-two='4'] .menu .container {
    pointer-events: auto;
}

.menu .content {
    background: #FFFFFF;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.menu .content .sections {
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.menu .content .sections .section {
    float: left;
    position: relative;
    width: 100%;
}

.menu .content .sections .section.one {
    margin: 0 0 0 8.59375%;
    order: 2;
    width: 66.40625%;
}

.menu .content .sections .section.one .blocks {
    float: left;
}

.menu .content .sections .section.one .blocks[data-blocks='1'] {
    height: 100%;
    margin: 0 6.25vw 0 0;
    position: relative;
    width: calc(100% - 6.25vw);
}

.menu .content .sections .section.one .blocks .block[data-block='1'] {
    display: flex;
    height: calc(100dvh - 80px);
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    position: absolute;
    right: 0;
    scrollbar-width: none;
    top: 80px;
    width: 100%;
}

@media (max-width: 900px) {
    .menu .content .sections .section.one .blocks .block[data-block='1'] {
        height: calc(100dvh - 75px);
        top: 75px;
    }
}

.menu .content .sections .section.one .blocks .block[data-block='1']::-webkit-scrollbar {
    display: none;
}

.menu .content .sections .section.one .blocks .block .blocks {
    float: left;
    width: 100%;
}

.menu .content .sections .section.one .blocks .block .blocks[data-blocks='2']{
    margin: 0 0 50px;
}

.menu .content .sections .section.one .blocks .block .blocks .block {
    float: left;
    width: 100%;
}

.menu .content .sections .section.one .blocks .block .blocks .block[data-block='1A'] {
    padding: 10px 0 26px;
}

.menu .content .sections .section.one .blocks .block .blocks .block[data-block='1B'] {
    padding: 0 0 50px;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links {
    float: left;
    width: 100%;
}

.menu .content .sections .section.one .blocks .block .blocks .block[data-block='1A'] > .links {
    position: relative;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul {
    float: left;
    width: 100%;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li {
    float: left;
    list-style: none;
    position: relative;
    width: 100%;
}

.menu .content .sections .section.one .blocks .block .blocks .block[data-block='1A'] .links ul li {
    font-size: 1.35em;
    font-variation-settings: 'opsz' 29;
    font-weight: 440;
    letter-spacing: -0.00875em;
    line-height: 1.275em;
    margin: 0 0 6px;
}

@media {
    .mobile .menu .content .sections .section.one .blocks .block .blocks .block[data-block='1A'] .links ul li {
        font-weight: 495;
    }
}

.menu .content .sections .section.one .blocks .block .blocks .block[data-block='1A'] .links ul li:last-child {
    display: none;
}

.menu .content .sections .section.one .blocks .block .blocks .block[data-block='1B'] .links ul li {
    font-size: 1.0125em;
    font-variation-settings: 'opsz' 27;
    font-weight: 465;
    letter-spacing: -0.00275em;
    line-height: 1.2475em;
    margin: 0 0 5px;
}

@media {
    .mobile .menu .content .sections .section.one .blocks .block .blocks .block[data-block='1B'] .links ul li {
        font-weight: 495;
    }
}

.menu .content .sections .section.one .blocks .block .blocks .block[data-block='1B'] .links ul li:first-child {
    margin: 0 0 29px;
}

.menu .content .sections .section.one .blocks .block .blocks .block > .links ul li[data-two='1'] a:after {
    content: '\f102';
    font-family: 'Icons 1B';
    font-size: 0.75em;
    position: absolute;
    right: -1px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks {
    float: left;
    width: 100%;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li[data-action='1'] .blocks[data-blocks='4'] {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li[data-action='1'] .blocks[data-blocks='4']::-webkit-scrollbar {
    display: none;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block {
    float: left;
    width: 100%;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .link[aria-label='Interior Paint Colour Quiz'] a {
    padding: 0 0 0 30px;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks {
    float: left;
    width: 100%;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block {
    float: left;
    margin: 0 0 32px;
    width: 100%;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block:first-child {
    margin-top: 12px;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block:last-child {
    margin-bottom: 50px;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block .title {
    float: left;
    width: 100%;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block .links {
    float: left;
    width: 100%;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block .links ul {
    float: left;
    width: 100%;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block .links ul li {
    float: left;
    font-size: 0.75em;
    font-variation-settings: 'opsz' 27;
    font-weight: 465;
    letter-spacing: -0.00275em;
    line-height: 1.2425em;
    list-style: none;
    margin: 0 0 5px;
    position: relative;
    width: 100%;
}

@media {
    .mobile .menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block .links ul li {
        font-weight: 495;
    }
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block .links ul li:first-child {
    margin: 0 0 20px;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block .links[data-links='By Colour'] ul li:not(:first-child) a {
    padding: 0 0 0 28px;
    position: relative;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block .links ul li:first-child a {
    cursor: default;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block .links ul li:first-child .line:before {
    content: '\f101';
    display: block;
    font-family: 'Icons 1B';
    font-size: 0.9125em;
    position: absolute;
    right: 2px;
    top: calc(50% + calc(1px + 0.025em));
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block .links[data-links='By Colour'] ul li:not(:first-child) a:before {
    border-radius: 50%;
    content: '';
    display: block;
    float: left;
    font-family: inherit;
    font-size: inherit;
    height: 14px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 14px;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .link[aria-label='Interior Paint Colour Quiz'] a:before {
    background-image: url('../images/global/icons/colour-card.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    float: left;
    height: 20px;
    left: 0;
    position: absolute;
    top: calc(50% - calc(1px + 0.05em));
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
}

.menu .content .sections .section.one .blocks .block .blocks .block .links ul li .blocks .block .blocks .block .links ul li a:after {
    display: none;
}

.menu .content .sections .section.two {
    margin: 0 0 0 6.25%;
    order: 1;
    width: 18.75%;
}

.menu .content .sections .section.two .blocks {
    float: left;
    height: 100%;
    width: 100%;
}

.menu .content .sections .section.two .blocks .block {
    border-radius: 18px;
    float: left;
    height: calc(100% - 54px);
    overflow: hidden;
    position: relative;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}

.menu .content .sections .section.two .blocks .block .image {
    background-color: #FCFCFC;
    background-position: 38.75% center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    float: left;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.menu h4.one {
    font-family: InterVariable, sans-serif;
    font-size: 1em;
    font-variation-settings: 'opsz' 29;
    font-weight: 440;
    letter-spacing: -0.00875em;
    line-height: 1.275em;
    margin: 0;
    padding: 0;
    -moz-text-stroke-width: 0;
    -webkit-text-stroke-width: 0;
}

@media {
    .mobile .menu h4.one {
        font-weight: 495;
    }
}
