@import "fonts.css";
/* Font file */

*,
*::after,
*::before,
:root {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {

    /* Menu */
    --lightest-grey: 251, 251, 253;
    --lightest-grey-color: rgb(var(--lightest-grey), 1);

    --segmentbar-border-color: rgba(255, 255, 255, 0.24);
    --segmentbar-text-color: rgba(255, 255, 255, 0.92);

    --background-image: linear-gradient(180deg, #FFFFFF, #F5F5F7);

    --grey-background: 245, 245, 247;
    --grey-background-colour: rgba(var(--grey-background), 1);
    /*#f5f5f7;*/

    --segmentbar-background: #424245;

    --dark-text: 29, 29, 31;
    --dark-text-color: rgba(var(--dark-text), 1);
    /*#1d1d1f;*/

    --light-white: #fafafa;

    /* buy-button */
    --buy-button-blue-color: #06c;
    --buy-button-blue-color-active: #0077ed;
    --buy-button-green-color: #00FF41;

    /* Footer */
    --footer-border-color: #d2d2d7;
    --footer-text-color: #6e6e73;
    --footer-link-color: #424245;
    --footer-directory-title-color: #1d1d1f;
    --footer-directory-title-color-hover: #000;
}

body {
    font-size: 17px;
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -0.022em;
    /* font-family: "Inter", sans-serif; */
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;

    color: rgba(var(--dark-text), 1);
}


/* Locale Switcher */
/* #locale-switcher-navigation {
    display: none;
} */

aside.hidden-locale-switcher {
    display: none;
}

.locale-switcher {
    position: relative;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #424245;
    color: #FFF;
}

.ls-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* margin: auto 0; */
}

.ls-button {
    text-decoration: none;
    background: #0071e3;
    color: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 8px 16px;
    margin-inline-start: 16px;
}

.ls-close {
    background-color: inherit;
    margin-inline-start: 16px;
    font-size: 18px;
    font-weight: 200;
    line-height: 18px;
    color: rgba(255,255,255,0.56);
    /* display: block; */
    width: auto;
    height: 18px;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0.8;

    background: none;
    border: 0;
    box-sizing: content-box;
    cursor: pointer;
}

.ls-close-text {
    border: none;
    color: inherit;
}

/* Desktop Nav */

.nav-container {
    background: rgba(0, 0, 0, 0.8);
    height: 44px;
    z-index: 300;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
}

.nav-container nav {
    width: 1000px;
    margin: 0 auto;
    padding: 0 8px;
    height: 100%;
}

nav .desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

nav .desktop-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 400ms;
}

nav .desktop-nav li a:hover {
    opacity: 1;
}

.link-logo {
    background: url('images/logo.svg');
    display: block;
    background-position: center;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}

.link-search {
    background: url('images/icons/search-icon.svg');
    display: block;
    background-position: center;
    background-size: 18px;
    height: 44px;
    width: 20px;
    background-repeat: no-repeat;
}

.link-bag {
    background: url('images/icons/bag-icon.svg');
    display: block;
    background-position: center;
    background-size: 17px;
    height: 44px;
    width: 20px;
    background-repeat: no-repeat;
}

.link-close {
    background: url('images/icons/close-icon.svg');
    display: block;
    background-position: center;
    background-size: 17px;
    height: 44px;
    width: 20px;
    background-repeat: no-repeat;
}

/* Search Container */

.search-container.hide {
    opacity: 0;
    pointer-events: none;
}

.search-container {
    width: 60%;
    margin: 0 auto;
    padding: 0 42px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
}

.search-container .link-search {
    position: absolute;
    left: 12px;
    opacity: 0.5;
}

.search-container .link-close {
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 400ms;
}

.search-container .link-close:hover {
    opacity: 0.7;
}

.search-container form {
    width: 100%;
    margin: 0 auto;
}

.search-container form input {
    width: 100%;
    height: 44px;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 17px;
}

/* Overlay */

.overlay.show {
    position: fixed;
    background: rgba(0, 0, 0, 0.48);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
}

/* Quick Links */

.search-container .quick-links {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 16px 8px;
    border-radius: 0 0 16px 16px;
}

.search-container .quick-links h2 {
    text-transform: uppercase;
    font-size: 12px;
    color: #6e6e73;
    margin: 0 32px;
    margin-top: 10px;
}

.search-container .quick-links ul {
    list-style: none;
    margin-top: 12px;
}

.search-container .quick-links ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px 50px;
    font-size: 14px;
    color: #1d1d1f;
    text-decoration: none;
    font-weight: 400;
}

.search-container .quick-links ul li a:hover {
    background: #f5f5f5;
    color: var(--buy-button-blue-color)
        /*#2997ff; /*#1756a9*/
}

/* Desktop Nav Animation */

.desktop-nav li {
    transition: all 400ms ease;
}

.desktop-nav.hide li {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

/* Overlay Animation */

.overlay {
    transition: all 400ms ease;
}

/* Navigation Menu Items Transition Delay */

.desktop-nav li:nth-of-type(1),
.desktop-nav.hide li:nth-of-type(10) {
    transition-delay: 0ms;
}

.desktop-nav li:nth-of-type(2),
.desktop-nav.hide li:nth-of-type(9) {
    transition-delay: 30ms;
}

.desktop-nav li:nth-of-type(3),
.desktop-nav.hide li:nth-of-type(8) {
    transition-delay: 60ms;
}

.desktop-nav li:nth-of-type(4),
.desktop-nav.hide li:nth-of-type(7) {
    transition-delay: 90ms;
}

.desktop-nav li:nth-of-type(5),
.desktop-nav.hide li:nth-of-type(6) {
    transition-delay: 120ms;
}

.desktop-nav li:nth-of-type(6),
.desktop-nav.hide li:nth-of-type(5) {
    transition-delay: 150ms;
}

.desktop-nav li:nth-of-type(7),
.desktop-nav.hide li:nth-of-type(4) {
    transition-delay: 180ms;
}

.desktop-nav li:nth-of-type(8),
.desktop-nav.hide li:nth-of-type(3) {
    transition-delay: 210ms;
}

.desktop-nav li:nth-of-type(9),
.desktop-nav.hide li:nth-of-type(2) {
    transition-delay: 240ms;
}

.desktop-nav li:nth-of-type(10),
.desktop-nav.hide li:nth-of-type(1) {
    transition-delay: 270ms;
}

/* Search Container Animation */

.search-container form,
.search-container .link-search {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
    transition-delay: 300ms;
}

.search-container.hide form,
.search-container.hide .link-search {
    opacity: 0;
    transform: translateX(50px);
}

.search-container .link-search {
    opacity: 0.6;
}

.search-container.hide .link-close {
    opacity: 0;
}

.search-container .link-close {
    opacity: 0.5;
    transition: all 400ms ease;
    transition-delay: 400ms;
}

.search-container.hide .quick-links h2 {
    opacity: 0;
    transform: translateX(50px);
}

.search-container .quick-links h2 {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
    transition-delay: 100ms;
}

.search-container.hide .quick-links ul li {
    transform: translateX(60px);
    opacity: 0;
}

.search-container .quick-links ul li {
    opacity: 1;
    transform: translateX(0);
    transition: all 400ms ease;
}

.search-container .quick-links ul li:nth-of-type(1) {
    transition-delay: 120ms;
}

.search-container .quick-links ul li:nth-of-type(2) {
    transition-delay: 140ms;
}

.search-container .quick-links ul li:nth-of-type(3) {
    transition-delay: 160ms;
}

.search-container .quick-links ul li:nth-of-type(4) {
    transition-delay: 180ms;
}

.search-container .quick-links ul li:nth-of-type(5) {
    transition-delay: 200ms;
}


/* Hidden Items */

.mobile-nav,
.mobile-search-container {
    display: none;
}


/* Media Queries */

@media (max-width: 1100px) {
    .nav-container nav {
        width: 100%;
        padding: 0 32px;
    }
}

@media (max-width: 768px) {
    .nav-container .desktop-nav {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0vh;
        background: #000;
        justify-content: start;
        overflow: hidden;
        z-index: -1;
        transition: all 1000ms ease;
    }

    .nav-container.active .desktop-nav {
        height: 100vh;
    }

    .nav-container .desktop-nav li {
        width: 100%;
        padding: 0 32px;
    }

    .nav-container .desktop-nav li:first-child {
        margin-top: 120px;
    }

    .nav-container .desktop-nav .link-logo,
    .nav-container .desktop-nav .link-search,
    .nav-container .desktop-nav .link-bag {
        display: none;
    }

    .nav-container .desktop-nav li a {
        padding: 16px 0;
        display: inline-block;
        border-bottom: 1px solid #616161;
        width: 100%;
        font-size: 17px;
        transform: translateY(-80px);
        opacity: 0;
        transition: all 700ms ease;
    }

    .nav-container.active .desktop-nav li a {
        transform: translateY(0);
        opacity: 1;
    }

    /* Mobile Nav */

    nav .mobile-nav {
        display: flex;
        width: 100%;
        justify-content: space-between;
        list-style: none;
    }

    nav .menu-icon-container {
        width: 20px;
        height: 44px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    nav .menu-icon {
        position: relative;
        width: 100%;
    }

    nav .menu-icon .line-1,
    nav .menu-icon .line-2 {
        position: absolute;
        height: 1px;
        width: 100%;
        background: #fff;
        transition-property: transform, top;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    nav .menu-icon .line-1 {
        top: -4px;
    }

    nav .menu-icon .line-2 {
        top: 4px;
    }

    .nav-container.active nav .menu-icon-container .menu-icon .line-1 {
        top: 0;
        transform: rotateZ(45deg);
        transition-property: top, transform;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    .nav-container.active nav .menu-icon-container .menu-icon .line-2 {
        top: 0;
        transform: rotateZ(-45deg);
        transition-property: top, transform;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
    }

    /* Bag Icon Animation */

    .nav-container.active .mobile-nav .link-bag {
        transform: translateY(8px);
        opacity: 0;
        pointer-events: none;
    }

    .nav-container .mobile-nav .link-bag {
        transition: all 1000ms ease;
    }



    /* Search Box */

    .mobile-search-container input {
        width: 100%;
        padding: 12px 36px;
        font-family: "Inter", sans-serif;
        font-size: 17px;
        background: #1b1b1b;
        border: 0;
        color: #fff;
        border-radius: 8px;
        outline: none;
    }

    .mobile-search-container {
        position: relative;
        padding: 0 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        padding-bottom: 16px;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: all 600ms ease;
    }

    .nav-container.active .mobile-search-container {
        transform: rotateX(0deg);
        margin-top: 10px;
        opacity: 1;
    }

    .mobile-search-container .link-search {
        position: absolute;
        left: 24px;
        opacity: .5;
        background-size: 15px;
    }

    /* Nav Move Up */

    .nav-container nav.move-up {
        margin-top: -40px;
    }

    /* Cancel Button */

    .mobile-search-container .cancel-btn {
        color: #2997ff;
        font-size: 17px;
        font-weight: 400;
        cursor: pointer;
        width: 0px;
        overflow: hidden;
        transition: all 400ms ease;
    }

    .mobile-search-container .search-bar.active+.cancel-btn {
        padding: 0 16px;
        width: 74px;
    }

    .mobile-search-container .search-bar {
        flex: 1;
    }

    /* Desktop Nav Move Down */

    nav .desktop-nav.move-down li:first-child {
        margin-top: 150px;
    }

    nav .desktop-nav.move-down li {
        opacity: 0;
        pointer-events: none;
    }


    /* Quick Links */

    .mobile-search-container .search-bar.active~.quick-links {
        top: 80px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
    }

    .mobile-search-container .quick-links {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0 32px;
        opacity: 0;
        pointer-events: none;
        top: 10px;
        transition: all 400ms ease;
    }

    .mobile-search-container .quick-links ul {
        list-style: none;
    }

    .mobile-search-container .quick-links h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .mobile-search-container .quick-links ul li a {
        padding: 16px 0;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%;
    }

    .mobile-search-container .quick-links ul li a:hover {
        color: #2997ff;
    }

    /* Nav Animation */

    .nav-container nav {
        transition: all 400ms ease;
    }
}


input,
div,
span,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
.main_video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
*/

video {
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.main {
    padding-top: 50px;
    /* overflow: hidden; */
    /* height: 100vh; */
}

.wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    /*
    display: flex;
    flex-direction: row;
    */
    position: relative;
}

.grid {
    display: flex;
    flex-direction: row;
}

.preamble {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.preamble img {
    /* background: url(/images/Oskar_logo.svg); */
    /* background-repeat: no-repeat;
    min-height: 26px;
    outline: none;
    width: 100px;
    width: 6.25rem; */
    z-index: 1;
}

.headline {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 70vh; */

    max-width: 800px;
}

.headline h1 {
    /* margin: 0 auto; */
    color: rgba(0, 0, 0, 0.8);
    word-wrap: break-word;

    font-size: 56px;
    line-height: 1.07143;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    letter-spacing: .007em;

}

.headline p {
    max-width: 800px;
    margin: 48px;
    color: rgba(0, 0, 0, 0.6);

}

.subhead {
    margin: 16px;
    padding: 16px;
    font-size: 28px;
    text-align: center;

    position: relative;
}

.company-name {
    color: var(--buy-button-blue-color);
    text-transform: uppercase;
}

#company-small-letter {
    text-transform: lowercase;
    font-size: 1.25em;
}

.poster-image {
    max-height: 250px;
    object-fit: contain;
}

.buy-button {
    /*
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    */
    justify-content: center;
    /* background-color: transparent; */
    background-color: var(--buy-button-blue-color);
    color: white;
    border: solid var(--buy-button-blue-color) 1px;
    text-align: initial;
    align-items: center;
    border-radius: 50px;

    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition-property: border-color, background-color;
    transition-duration: 0.4s, 0.4s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;

    font-size: 17px;
    line-height: 1.1764805882;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    min-width: 26px;
    padding: 9px 20px;
}

.buy-button:hover,
.buy-button:active {
    background-color: var(--buy-button-blue-color-active);
    color: white;
}

.info-links-footer {
    margin-top: 2em;
}

.info-links-inline {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1em;
}

.info-link {
    font-size: 21px;
    line-height: 1.381002381;
    font-weight: 400;
    letter-spacing: .011em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-decoration: none;

    color: var(--buy-button-blue-color);
    letter-spacing: inherit;
    padding: 6px 22px;
}

.info-link:hover {
    text-decoration: underline;
}

.products {
    background-color: rgb(245, 245, 247);
    /* border-radius: 10px; */
}

.products h1 {
    font-size: 48px;
    line-height: 1.08349;
    font-weight: 600;
    letter-spacing: -.003em;
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #1d1d1f;
    display: inline;
}

.products h2 {
    font-size: 48px;
    line-height: 1.08349;
    font-weight: 600;
    letter-spacing: -.003em;
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #6e6e73;
    display: inline;
}

.products ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.products ul li {
    list-style: none;
}

.products .card {
    padding: 20px;
    width: 350px;
    height: 500px;
    cursor: pointer;
    border-radius: 10px;
    margin: 1em;

    color: #1d1d1f;
    background-color: #fff;

    white-space: normal;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}

.products .card:hover {
    transform: scale(1.01);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}

.products ul li:nth-child(even) .card {
    background-color: #000;
    color: #fff;
}

.products .card .info {
    display: flex;
    flex-direction: column;
}

.products .card .info .eyebrow {
    /* color: #f5f5f7; */
    color: #6e6e73;
    text-transform: uppercase;
    font-size: 12px;
}

.products .card .info .card-header {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.products .card .info .card-description {
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: SF Pro Text, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-top: 10px;
    margin-top: 0;
}

.products .card-1 {
    background-image: url(images/products/fume-arm-4.png);
    background-size: cover;
}

/*
.products .card-2 {
    background-image: url(images/products/exhaust-fan.png);
    background-size: cover;
}*/

.products .card-7 {
    background-image: url(images/products/fume-arm-5.png);
    background-size: contain;
}


/* Product Page  */
#scrolling-menu {
    position: relative;
}

.product-image-submenu {
    background-color: var(--lightest-grey-color);
}

.product-image-submenu-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.product-image-submenu ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    overflow-x: scroll;
}

.product-image-submenu ul li a {
    text-decoration: none;
    color: inherit;
}

.product-image-submenu ul li a:hover {
    color: var(--buy-button-blue-color);
}

.product-image-submenu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
}

.product-image-icon {
    height: 60px;
    width: 60px;
}

.product-image-icon-caption {
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
}

.product-image-icon-caption:hover {
    color: var(--buy-button-blue-color);
}

/* === */

.product-section {
    /* margin-top: 5px; */
    padding: 30px 0;
    /* height: 100vh; */

    background-color: var(--grey-background-colour);
}

.product-section-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1580px;
    padding-left: 30px;
    padding-right: 30px;
}

.product-section-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 680px;
    overflow: hidden;

    background-color: #fff;
    z-index: 1;
}

.tile-content-centered {
    justify-content: center;
}

.tile-rounded {
    border-radius: 18px;
}

.tile-padded {
    padding: 2rem;
}

.product-section-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.product-section-scaling-container {
    transform: matrix(1, 0, 0, 1, 0, 1);
    --translate-from: -3h;
    --translate-to: 7h;
}

.product-section-picture {
    --aspect-ratio: 1/1.5;
	overflow: hidden;
	width: 500px;
	margin: 0 auto;
	padding-bottom: calc(100% / (var(--aspect-ratio)));
	max-width: calc(100% - 2rem);
	will-change: transform;
}
/*
picture {
    object-fit: contain;
    max-width: 100px;
    max-height: 200px;
} 

picture source {
    object-fit: contain;
    max-width: 100px;
    max-height: 200px;
} 
*/

/*
.fume-extraction-arm-section picture img {
    --overflow: 10px !important;
}
*/

.product-section picture img {
    object-fit: contain;
    /* max-width: 700px; */
    max-height: 450px;

    --overflow: 60px;

    z-index: 10;
}

.product-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;

    position: relative;
    text-align: center;
}

.product-section-content h2 {
    margin-top: 28px;

    font-size: 120px;
    line-height: .8;
    font-weight: 600;
    letter-spacing: -0.0018em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}


.product-section-content p {
    margin-top: 12px;
    font-size: 21px;
    /* line-height: 1.381002381; */
    font-weight: 400;
    /* letter-spacing: .011em; */
}


.product-section-content .subheadline {
    font-weight: 700;
}

/* .product-section-info-links {
    position: absolute;
    bottom: -185px;
} */

/*
.product-section-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 680px;
    overflow: hidden;
}

.products-overview {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-card {
    width: 100vw;
}
*/

/* Parallax section */

.parallax-wrapper {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    perspective: 10px;
  }
  
  .parallax-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform-style: preserve-3d;
    z-index: -1;
  }
  
  .parallax-background {
    transform: translateZ(-10px) scale(2);
    object-fit: cover;
  }
  
  .parallax-foreground {
    transform: translateZ(-5px) scale(1.5);
    object-fit: contain;
  }
  
  .parallax-background,
  .parallax-foreground {
    position: absolute;
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
    z-index: -1;
  }
  
  .parallax-title {
    font-size: 7rem;
    color: white;
    text-shadow: 0 0 5px black;;
  }
  
  .parallax-info {
    font-size: 2rem;
    padding: 2rem;
    background-color: #333;
    color: white;
  }

/* Modular Filter System */
.product-submenu {
    display: flex;
    flex-direction: column;
    align-items: center;

    position: sticky;
    top: 0px;

    min-height: 3em;
    /* max-width: 980px; */

    margin: 0 auto;

    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    /* opacity: .88;
    background-color: rgba(255,255,255,0.72);
    backdrop-filter: saturate(180%) blur(5px); */
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.9);

    z-index: 3;
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
}

.product-submenu-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.product-submenu-title {
    display: flex;
    align-items: center;

    font-size: 21px;
    line-height: 1.14286;
    font-weight: 600;
    /* letter-spacing: .011em; */
    height: 4rem;
}

.product-submenu-title a {
    color: #000;
    white-space: nowrap;

    font-size: 1em;

    opacity: .88;
    transition: color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.product-submenu-details {
    color: #000;
    display: inline-block;
    line-height: 22px;
    white-space: nowrap;
    opacity: .88;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
}

.product-submenu-details ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
}

.product-submenu-details ul li {
    margin: 0 1em;
}

.product-submenu-details ul li:first-child {
    display: none;
}

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

.product-submenu a:hover {
    color: var(--buy-button-blue-color);
}

.product-submenu a.selected-menu-item {
    color: initial;
    opacity: .56;
}

.product-submenu .buy-button {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #fff;
    background-color: var(--buy-button-blue-color);
    opacity: 1;
}

.product-submenu .buy-button:hover {
    color: #fff;
    background-color: var(--buy-button-blue-color-active);
    opacity: 1;
}

.product-submenu-details-dropdown {
    display: none;
}

.chevron {
    position: relative;
    display: inline;

    width: 50px;
    height: 50px;
}

.chevron::before,
.chevron::after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    width: 11px;
    height: 1px;
    z-index: 1;
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.chevron-down::before {
    right: 50%;
    border-radius: 0.5px 0 0 0.5px;

    transform-origin: 100% 100%;
    transform: rotate(40deg) scaleY(1.1);
    background: #000;
}

.chevron-down::after {
    left: 50%;
    border-radius: 0 0.5px 0.5px 0;

    transform-origin: 0% 100%;
    transform: rotate(-40deg) scaleY(1.1);
    background: #000;
}


.inverted {
    transform: rotate(180deg)
}

.submenu-overlay {
    display: none;
}

/* === */

.product-intro {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding: 2rem;

    max-width: 100vw;
    max-height: 100vh;
}


.product-intro-image img {
    width: 100%;
    height: auto;
    max-height: 80vh;

    object-fit: contain;
}

.product-intro-text {
    text-align: center;
}

.product-intro-text .subheadline {
    font-size: 64px;
    line-height: 1.109375;
    font-weight: 600;
    letter-spacing: -0.0025em;
}

.product-intro-text>p {
    font-size: 19px;
    line-height: 1.4211026316;
    font-weight: 400;
    /* letter-spacing: .0075em; */
    margin: 2rem 0;
}

#product-compare-link {
    font-size: 19px;
}

/* === */

.section-content {
    margin: 0 auto;
    max-width: 980px;
}

.section-content img {
    width: 100%;
    height: auto;
}

#smokendust {
    object-fit: contain;
    height: 500px;
}

.cleanupdust {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 5rem;
}

#cleanupdust {
    object-fit: contain;
    height: 200px;
    width: 500px;
}

.showcase-modular-filter h2 {
    margin-bottom: 47px;

    font-size: 96px;
    line-height: 1.0416666667;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.showcase-modular-filter p {
    font-size: 21px;
    line-height: 1.381002381;
    font-weight: 600;
    letter-spacing: .011em;

    color: #86868b;
}

.showcase-modular-filter p strong {
    color: #000;
}

.dark-section {
    background-color: #000;
    color: #a1a1a6;
    ;
}

.product-part-detail h2 {
    font-size: 80px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.015em;

    color: #FFF;

    margin-bottom: 60px;
}

.product-part-detail-juxtapose {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;

    padding: 7rem 0px;
}

.product-part-detail-juxtapose-image {
    flex: 1;
}

.product-part-detail-juxtapose-image img {
    max-width: 50vw;
    object-fit: contain;
}

.product-part-detail-juxtapose-description {
    flex: 1;

    margin: auto 0;
    padding: 4rem;
}

.colourful-stats {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    padding: 3rem 0;
}

.colourful-stat {
    display: flex;
    flex-direction: column;

    margin-right: 2rem;
}

.colourful-stat-spec {
    /* Fallback: Set a background color. */
    background-color: rgb(var(--lightest-grey), 1);

    /* Create the gradient. */
    background-image: linear-gradient(135deg,
            rgba(253, 105, 144, 1) 0%,
            rgba(9, 9, 121, 1) 59%,
            rgba(0, 212, 255, 1) 100%);
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;

    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;

    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.colourful-stat-number {
    display: inline;

    font-size: 56px;
    font-weight: 700;
}

.colourful-stat-unit {
    display: inline;

    font-size: 32px;
}

.colourful-stat-spec-description {
    font-size: 14px;
    line-height: 1.2857742857;
    font-weight: 400;
    letter-spacing: -0.016em;

    color: #FFF;
}

.product-part-detail-juxtapose-description p,
.product-part-detail-juxtapose-footer p {
    font-size: 32px;
    line-height: 1.1904761905;
    font-weight: 600;
    letter-spacing: .011em;
}

.product-part-detail-juxtapose-description p strong,
.product-part-detail-juxtapose-footer p strong {
    color: #FFF;
}

#product-part-detail-juxtapose-description-small {
    font-size: 21px;
    line-height: 1.1904761905;
    font-weight: 600;
    letter-spacing: .011em;
}

.product-part-footer {
    padding: 5rem;
}

/* === */

.image-overlay-container {
    position: relative;
}

.image-overlay-container img {
    object-fit: contain;
}

.image-overlay-text {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #F5F5F7;
    text-align: center;
}

.image-overlay-text h3 {
    font-size: 48px;
    line-height: 1.0834933333;
    font-weight: 600;
    letter-spacing: -0.003em;

    padding: 2rem;
}

.image-overlay-text p {
    font-size: 21px;
    font-weight: 400;
}

/* === */

.product-comparison-chart h2 {
    font-size: 56px;
    line-height: 1.0714285714;
    font-weight: 600;
    letter-spacing: -0.005em;
    text-align: center;
}

.product-comparison-chart-grid {
    --row-gap: 7px;
    --column-gap: 2rem;
    margin-top: 4rem;
    /* max-width: 940px; */
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-row-gap: var(--row-gap);
    grid-column-gap: var(--column-gap);
    grid-auto-flow: column;
}

.product-comparison-chart-tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    row-gap: 7px;
    column-gap: 34px;
}

.product-comparison-chart-tile {
    flex: 1;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* min-height: 700px; */
    /* max-width: 300px; */
    /* margin: 17px; */
}

.product-comparison-sku-image img {
    max-height: 200px;
    /* width: 50px; */
    object-fit: fill;
}

.product-comparison-sku-title {
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: .009em;
}

.product-comparison-sku-tagline {
    font-size: 14px;
    line-height: 1.4285914286;
    font-weight: 600;
    letter-spacing: -0.008em;
    text-align: center;
}

.product-comparison-sku-buy {
    margin: 10px;
}

.product-comparison-sku-buy a {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;

    min-width: 23px;
    padding: 4px 11px;
    margin: 10px;

    text-decoration: none;
}

.product-comparison-sku-details a {
    font-size: 14px;
    line-height: 1.4285914286;
    font-weight: 400;
}

.link-info-tile {
    padding-bottom: 30px;
    margin-top: 16px;
    border-bottom: 1px solid var(--footer-border-color);
}


/* 
=============================
        SKU Page
=============================
*/

.sku-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: #FFF;
}


.sku-intro-hero {
    /* height: 100vh;  */
    text-align: center;
}

.sku-intro h2 {
    font-size: 96px;
    line-height: 1.0416666667;
    font-weight: 600;
    letter-spacing: -0.015em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;

    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sku-intro-hero img {
    height: 70vh;
    object-fit: contain;
}

.sku-intro p {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.sku-intro-hero-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-bottom: 10em;
}

.sku-intro-hero-description p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;

    margin-bottom: 0.4em;
    margin-top: 0.8em;
}

/* === */

/* .sku-features img {
    height: 40vh;
    object-fit: contain;
} */

.sku-features-grid {
    height: 100vh;
    margin: 5em;

    display: grid;
    gap: 1rem;

    grid-template-areas: 
    'f1  f2     f3   f4'
    'f12 image image f5'
    'f11 image image f6'
    'f10  f9     f8  f7';

    grid-template-rows: repeat(4, 25%);
    grid-template-columns: 240px auto auto 240px;

    --stagger-delay: 100ms;
}

.sku-feature-grid-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;

    padding: 2rem;

    border-radius: 20px;
    background-color: rgba(var(--grey-background), 1);
    /* color: #06c; */

    animation: skuFeatureCardShow 700ms ease-out;
    animation-fill-mode: backwards; /*Set elements to first key frame value i.e invisible in this case */
}

.sku-feature-grid-card h2 {
    font-size: 72px;
}

.sku-feature-grid-card h3 {
    font-size: 56px;
    margin: 0;
}

.sku-feature-grid-card h4 {
    font-size: 32px;
    margin: 0;
}

.sku-feature-grid-card h5 {
    font-size: 21px;
    margin: 0;
}

.sku-feature-grid-card p {
    font-size: 21px;
    font-weight: 500;
}


@keyframes skuFeatureCardShow {
    from {
        opacity: 0;
        transform: scale(0.2);
        filter: hue-rotate(180deg);
    }
    to {
        opacity: 0;
        transform: scale(1);
        filter: hue-rotate(0deg);
    }
}

.sku-feature-grid-card:nth-child(1) {
    grid-area: f1;
    animation-delay: calc( 1 * var(--stagger-delay));
}

.sku-feature-grid-card:nth-child(2) {
    grid-area: f2;
    animation-delay: calc( 2 * var(--stagger-delay));
}

.sku-feature-grid-card:nth-child(3) {
    grid-area: f3;
    animation-delay: calc( 3 * var(--stagger-delay));
}

.sku-feature-grid-card:nth-child(4) {
    grid-area: f4;
    animation-delay: calc( 4 * var(--stagger-delay));
}

.sku-feature-grid-card:nth-child(5) {
    grid-area: f5;
    animation-delay: calc( 5 * var(--stagger-delay));
}

.sku-feature-grid-card:nth-child(6) {
    grid-area: f6;
    animation-delay: calc( 6 * var(--stagger-delay));
}

.sku-feature-grid-card:nth-child(7) {
    grid-area: f7;
    animation-delay: calc( 7 * var(--stagger-delay));
}

.sku-feature-grid-card:nth-child(8) {
    grid-area: f8;
    animation-delay: calc( 8 * var(--stagger-delay));
}

.sku-feature-grid-card:nth-child(9) {
    grid-area: f9;
    animation-delay: calc( 9 * var(--stagger-delay));
}

.sku-feature-grid-card:nth-child(10) {
    grid-area: f10;
    animation-delay: calc( 10 * var(--stagger-delay));
}

.sku-feature-grid-card:nth-child(11) {
    grid-area: f11;
    animation-delay: calc( 11 * var(--stagger-delay));
}

.sku-feature-grid-card:nth-child(12) {
    grid-area: f12;
    animation-delay: calc( 12 * var(--stagger-delay));
}

.sku-feature-grid-card:last-child {
    grid-area: image;
    animation-delay: calc( 13 * var(--stagger-delay));
    background-color: #fff;
}

.sku-feature-grid-card img{
    object-fit: contain;
    height: 50vh;
}


.sku-feature-grid-card-vfd {
    background-image: url(/images/frequency-dial.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sku-feature-grid-card-galvanized {
    background-image: url(/images/galvanised.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    font-weight: 700;
    /* filter: blur(0.5px); */
    /* backdrop-filter: blur(50px); */
}

.sku-feature-grid-card-mesh {
    background-image: url(/images/blue-metal-mesh-plating.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    font-weight: 700;
}

.dark-background-for-text {
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    border-radius: 6px;
}

.three-dimensional-text {
    padding: 3rem;
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}

.hidden-card {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1s;
}

@media(prefers-reduced-motion) {
    .hidden-card {
        transition: none;
    }
}

.show-card {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
 
/* 
=============================
        Always be Closing 
=============================
*/

.abc-section {
    background-color: var(--grey-background-colour);
    color: rgba(var(--dark-text), 1);
}

.abc-strip {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 56px;
    text-align: center;

    font-size: 14px;
    line-height: 1.42859;
    font-weight: 400;
    letter-spacing: -.016em;
}

.abc-strip img {
    height: 50px;
    width: 50px;
}

.abc-strip a {
    text-decoration: none;
    color: rgba(var(--dark-text), 1);
}

.abc-strip .info-link {
    margin-top: 0.8em;
    padding-top: 0.8em;
    font-size: 14px;
}

.abc-info {
    margin: 0 auto;
    padding-top: 56px;
    position: relative;
    text-align: center;
    width: 216px;
    z-index: 1;
}

.abc-info h3 {
    margin-top: 0.525em;
}

.abc-info p {
    margin-top: 0.4em;
}


/* 
======================
    Compare Page  
======================
*/

.section-heading {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    margin-top: 84px;
    margin-bottom: 48px;
    text-align: center;
}

.section-heading h1 {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.009em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.section-heading a {
    margin-top: 0.8em;
}

.redirect-text p {
    margin-top: 0.8em;

    font-size: 21px;
    line-height: 1.381;
    font-weight: 400;
    letter-spacing: .011em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* === */
.flex-table {
    width: 100%;
    display: flex;
    flex-direction: column;

    overflow-x: scroll;
}

.flex-table-row {
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;

    row-gap: 30px;
    column-gap: 30px;

    border-top: 1px solid var(--footer-border-color);
}

.flex-table-heading-cell {
    flex: 1;
    width: 200px;
    margin-top: 72px;
    margin-bottom: 52px;

    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.flex-table-cell {
    flex: 1;
    width: 200px;

    padding-top: 3.6em;
    padding-bottom: 3.3em;
}

.row-header {
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: .009em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.flex-table-cell strong {
    font-weight: 600;
}

/* Social Media links */
.social-contacts {
    float: right;
    text-align: right;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.social-media img {
    margin: 0 0.5em;
}

#facebook:hover>img,
#facebook:active>img {
    filter: invert(37%) sepia(71%) saturate(4108%) hue-rotate(204deg) brightness(99%) contrast(92%);
}

#youtube:hover>img,
#youtube:active>img {
    filter: invert(11%) sepia(84%) saturate(7489%) hue-rotate(358deg) brightness(96%) contrast(112%);
}

#rss:hover>img,
#rss:active>img {
    filter: invert(70%) sepia(65%) saturate(3234%) hue-rotate(0deg) brightness(104%) contrast(103%);
}

#twitter:hover>img,
#twitter:active>img {
    filter: invert(45%) sepia(95%) saturate(1684%) hue-rotate(179deg) brightness(104%) contrast(90%);
}

/*
#googlemaps {
    filter: invert(39%) sepia(99%) saturate(1425%) hue-rotate(203deg) brightness(102%) contrast(91%);
}

#googlemaps:hover > img, #googlemaps:active > img {
    filter: invert(39%) sepia(99%) saturate(1425%) hue-rotate(203deg) brightness(102%) contrast(91%);
}
*/

.gallery {
    padding: 0.5em;
}

/*
#gallery {
    text-decoration: none;
    filter: invert(39%) sepia(99%) saturate(1425%) hue-rotate(203deg) brightness(102%) contrast(91%);
}

#gallery:hover > img, #gallery:active > img {
    filter: invert(39%) sepia(99%) saturate(1425%) hue-rotate(203deg) brightness(102%) contrast(91%);
}
*/

#whatsapp:hover>img,
#whatsapp:active>img {
    filter: invert(89%) sepia(78%) saturate(1439%) hue-rotate(64deg) brightness(87%) contrast(90%);
}


footer {
    height: auto;
    width: 100%;
    background-color: rgb(245, 245, 247);
    color: var(--footer-link-color);
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    font-kerning: auto;
    left: 0px;
    bottom: 0px;
    /* height: 260px; */
    width: 100%;
    border-top: 1px solid var(--footer-border-color);
}

footer #footer-main {
    margin: 0 auto;
    text-align: center;
    font-family: times;
    font-size: 22px;

    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 20px;

    color: var(--footer-directory-title-color);
}

footer #footer-detail {
    margin: 0 auto;
    text-align: center;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

footer a:link {
    text-decoration: none;
}

footer #footer-links {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

footer #footer-copyright {
    font-size: 12px;
    color: var(--footer-text-color);
    margin: 20px 25px 0px 25px;
    border-top: 1px solid var(--footer-border-color);
    padding-top: 5px;
    padding-bottom: 10px;
}

@media(max-width: 600px) {
/* @media screen and (width < 600px) { */

    .wrapper {
        /* max-width: 900px;
        margin-left: auto;
        margin-right: auto; */
        padding: 10px;
    }

    .grid {
        flex-direction: column;
    }

    /* .headline {
        max-width: 350px;
    } */

    .headline h1 {
        /* max-width: 300px; */
        font-size: 32px;
    }

    .subhead {
        font-size: 19px;
        margin: 0;
        padding: 0;
    }

    .poster-image {
        /* height: 200px; */
        object-fit: contain;

    }

    .buy-button {
        font-size: 17px;
    }

    .info-link {
        font-size: 17px;
    }

    .products h1,
    .products h2 {
        /* max-width: 300px; */
        font-size: 32px;
    }

    .products .card {
        width: 300px;
    }

    .products ul {
        flex-direction: column;
    }

    /* Products page */

    .product-section-tile {
        min-height: 500px;
    }

    .product-section-tile img {
        object-fit: contain;
    }

    #modular-filter-system-see-through {
        max-height: 300px;
    }

    .product-section-content h2 {
        font-size: 48px;
        letter-spacing: -0.00043em;
    }

    .product-section-content p {
        font-size: 19px;
    }

    .product-section-content .subheadline {
        display: none;
    }

    .product-section picture img {
        max-height: 300px;
    }

    /* Product Detail Page  */
    .product-submenu {
        border-bottom: none;
    }

    .product-submenu-title {
        font-size: 19px;
    }

    .product-submenu-details ul li {
        display: none;
    }

    .product-submenu-details ul li:first-child {
        display: inline;
    }

    .product-submenu-details ul li:last-child {
        display: inline;
    }

    .product-submenu-details-dropdown {
        position: absolute;
        display: block;
        width: 100%;
        opacity: 0;
        pointer-events: none;

        margin-top: 4rem;
        transition: inherit;
        z-index: 5;
    }

    .product-submenu-details-dropdown.show {
        opacity: 1;
        pointer-events: auto;
        color: inherit;
        /* backdrop-filter: inherit;
        background-color: inherit; */
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255, 255, 255, 0.9);
    }

    .product-submenu-details-dropdown ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        list-style: none;


        margin: 0 auto;
        padding: 0 2em 1.5em 2em;
    }

    .product-submenu-details-dropdown ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        width: 100%;
        height: 44px;

        border-bottom: 1px solid rgba(0, 0, 0, 0.181818);
    }

    .product-submenu-details-dropdown ul li:last-child {
        border-bottom: none;
    }

    .product-submenu-details-dropdown ul li a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
    }

    .product-submenu-details-dropdown a.selected-menu-item {
        color: initial;
        opacity: .56;
    }

    .submenu-overlay {
        display: block;
    }

    .submenu-overlay.show {
        position: absolute;
        background: rgba(0, 0, 0, 0.48);
        width: 100%;
        height: 100vh;
        /* left: 0; */
        /* top: 0; */
        z-index: 2;
    }

    /* === */
    .product-intro {
        flex-direction: column;
    }

    .product-intro-image img {
        height: 250px;
    }

    .product-intro-image .subheadline {
        font-size: 48px;
        line-height: 1.0834933333;
        font-weight: 600;
        letter-spacing: -0.003em;
    }

    /* === */

    .section-content {
        max-width: 300px;
    }

    .showcase-modular-filter h2 {
        font-size: 48px;
    }

    #smokendust {
        height: 250px;
    }

    .product-part-detail-juxtapose {
        flex-direction: column;
    }

    .product-part-detail-juxtapose-image img {
        max-width: 100vw;
    }

    .product-part-detail-juxtapose-description {
        padding: 0;
        margin: 0 auto;
        max-width: 300px;
    }

    .product-part-detail-juxtapose-description p,
    .product-part-detail-juxtapose-footer p {
        font-size: 21px;
        padding: 1rem;
    }

    .product-part-footer {
        padding: 2rem;
    }

    #welding-smoke {
        max-height: 500px;
    }

    /* ==== */

    .tile-padded {
        padding: 0.2rem;
    }

    .product-comparison-chart h2 {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
    }

    .product-comparison-chart-grid {
        --row-gap: 11px;
        --column-gap: 10px;
        margin-top: 4rem;
        /* max-width: 280px; */

        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(9, auto);
        /* grid-auto-flow: column; */
    }

    .product-comparison-sku-tagline {
        font-size: 12px;
    }

    .product-comparison-chart-tile {
        grid-column: 1/3;
    }

    .product-comparison-chart-tile:nth-child(3n+1):nth-child(2n),
    .product-comparison-chart-tile:nth-child(3n+2):nth-child(odd),
    .product-comparison-chart-tile:nth-child(3n+3):nth-child(2n) {
        grid-column: 3/5;
    }

    /* Compare Page  */
    .cell-3,
    .cell-4,
    .cell-5,
    .cell-6 {
        display: none;
    }


    /* 
    =============================
            SKU Page
    =============================
    */
    .sku-intro h2 {
        font-size: 40px;
        line-height: 1.1;
        letter-spacing: 0em;
    }

    .sku-intro p {
        font-size: 24px;
        line-height: 1.1666666667;
        letter-spacing: .009em;
    }

    /* === */

    .sku-features-grid {
        height: unset;
        margin: 1em;
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*
        gap: 1rem;
    
        grid-template-areas: 
        'f1  f2     f3   f4'
        'f12 image image f5'
        'f11 image image f6'
        'f10  f9     f8  f7';
    
        grid-template-rows: repeat(4, 25%);
        grid-template-columns: 240px auto auto 240px;
    
        --stagger-delay: 100ms;
        */
    }

    .sku-feature-grid-card {
        min-height: 150px;
        /* min-width: 350px; */
        width: 100%;
    }

}


/* iPad  */
@media screen and (width >=600px) and (width < 900px) {

    .product-comparison-chart-grid {
        --row-gap: 11px;
        --column-gap: 10px;
        margin-top: 4rem;
        /* max-width: 280px; */

        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(9, auto);
        /* grid-auto-flow: column; */
    }

    .product-comparison-sku-tagline {
        font-size: 12px;
    }

    .product-comparison-chart-tile {
        grid-column: 1/3;
    }

    .product-comparison-chart-tile:nth-child(3n+1):nth-child(2n),
    .product-comparison-chart-tile:nth-child(3n+2):nth-child(odd),
    .product-comparison-chart-tile:nth-child(3n+3):nth-child(2n) {
        grid-column: 3/5;
    }

}


/* Webkit  */

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {

    .product-submenu,
    .product-submenu-details-dropdown.show {
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255, 255, 255, 0.72);
    }
}