@font-face {
    font-family: SuisseIntl;
    src: url("https://static.andbounds.com/fonts/SuisseIntl-Regular.otf") format("opentype");
    font-display: fallback;
}

@font-face {
    font-family: SuisseIntl;
    font-weight: bold;
    src: url("https://static.andbounds.com/fonts/SuisseIntl-SemiBold.otf") format("opentype");
    font-display: fallback;
}

@font-face {
    font-family: Tungsten;
    src: url("https://static.andbounds.com/fonts/Tungsten-Semibold.otf") format("opentype");
    font-display: fallback;
}

.tallify {
    min-height: calc(100% - 440px);
}

.page2wrapper img {
    height: auto;
    width: 100%;
}

.page2wrapper .btn-dark {
    padding: 9px 0;
    text-transform: uppercase;
}

.size-option-wrapper {
    display: grid;
    font-size: 0;
    grid-template-columns: 25% 25% 25% 25%;
}

.size-option label {
    margin-bottom: 4px;
}

.size-option:nth-of-type(4n-3) label {
    width: calc(100% - 2px);
    margin-right: 2px;
}

.size-option:nth-of-type(4n-1) label,
.size-option:nth-of-type(4n-2) label {
    width: calc(100% - 4px);
    margin-left: 2px;
    margin-right: 2px;
}

.size-option:nth-of-type(4n) label {
    width: calc(100% - 2px);
    margin-left: 2px;
}

/* .size-option:nth-of-type(4n-3) label {
    border: 2px solid orange;
} */


/* .size-option label {
    width: calc(100% - 8px);
    margin: 4px;
} */



#primary-navigation .navbar-brand {
    color: transparent;
    background-image: url(https://static.andbounds.com/public/andbounds-logo-black.svg);
    background-size: 130px 30px;
    width: 130px;
}

#primary-navigation.navbar-dark .navbar-brand {
    background-image: url(https://static.andbounds.com/public/andbounds-logo-white.svg);
}



.page1wrapper {
    background-image: url(https://static.andbounds.com/public/header.webp);
    background-attachment: fixed;
    background-position: center right;
    background-size: cover;
    padding-top: 56px;
    height: 80%;
    background-color: #222;
}

/* @media (min-width: 992px) {
    .page1wrapper {
        background-image: url(https://static.andbounds.com/public/header-2x.jpg);
    }
} */


/* // Navigation Space */

.page1wrapper .page1 {
    position: relative;
    top: 0;
    width: 100%;
    color: black;
}

.page1,
.page1 .container-fluid {
    height: 100%;
    /* max-height: 848px; */
}

.page2 {
    position: absolute;
    top: 100vh;
    min-height: 100vh;
    width: 100%;
}

/* nav.navabr */
nav.navbar.position-fixed {
    top: 0;
    width: 100%;
    z-index: 10;
    transition: transform .15s ease;
}

nav.navbar.display-none {
    transform: translateY(-60px);
}

#rain {
    position: fixed;
    pointer-events: none;
}


.scan-viewer {
    border: 1px solid black;
}


.page3wrapper {
    /* background-color: #3c3c39; */
    position: relative;
}

#animated-circle {
    width: 108px;
    height: 108px;
    background-image: url(https://static.andbounds.com/public/custom-insoles-circle.svg);
    background-size: contain;
    position: absolute;
    bottom: -28px;
    right: 50px;
    animation: rotation 60s infinite linear;
}

#animated-circle.white {
    background-image: url(https://static.andbounds.com/public/custom-insoles-circle-white.svg);
}

.circle-wrapper {
    position: relative;
    height: 90px;
}

@media (min-width: 576px) {
    .respace {
        padding-left: 16px
    }

    #animated-circle {
        width: 140px;
        height: 140px;
    }

    .circle-wrapper {
        height: 135px;
    }

    #primary-navigation {
        height: 94px;
    }
}

@media (min-width: 768px) {
    #animated-circle {
        width: 180px;
        height: 180px;
    }

    .circle-wrapper {
        height: 180px;
    }
}

@media (min-width: 992px) {
    #animated-circle {
        width: 223px;
        height: 223px;
    }

    .circle-wrapper {
        height: 225px;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}



#primary-navigation .navbar-nav {
    flex-direction: row;
}

#primary-navigation .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem
}

.footerwrapper,
#subscribe-footer input {
    background-color: #181818;
}

.container:not(.container ~ .container) {
    padding-top: 94px;
}

.footerwrapper {
    box-shadow: 0 50vh 0 50vh #181818;
}

#subscribe-footer input {
    color: #ADB5BD;
}

.footerwrapper .footer-top-row {
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.footerwrapper .nav-link {
    padding: 0.5rem 0rem;
    color: #ADB5BD;
}





.noise-wrapper {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    overflow: hidden;
    z-index: 10;
}

.noise {
    position: absolute;
    top: -500px;
    right: -500px;
    bottom: -500px;
    left: -500px;
    /* background: transparent url(https://static.andbounds.com/public/noise.png) 0 0; */
    background-size: 320px 320px;
    opacity: .35;
    animation: noise 1s steps(8, end) infinite both;
}

@keyframes noise {
    0% {
        transform: translateX(0px, 0px);
    }

    10% {
        transform: translate(-100px, 100px);
    }

    20% {
        transform: translate(150px, -100px);
    }

    30% {
        transform: translate(-100px, 100px);
    }

    40% {
        transform: translate(100px, -150px);
    }

    50% {
        transform: translate(-100px, 200px);
    }

    60% {
        transform: translate(-200px, -100px);
    }

    70% {
        transform: translateY(50px, 100px);
    }

    80% {
        transform: translate(100px, -150px);
    }

    90% {
        transform: translate(0px, 200px);
    }

    100% {
        transform: translate(-100px, 100px);
    }
}

/* .swiper {
    height: 450px;
} */
:root {
    --swiper-theme-color: black;
}

.swiper {
    background-color: rgba(0, 0, 0, 0.05);
}

.swiper .swiper-pagination {
    text-align: left;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    max-height: 100%;
    max-width: 100%;
}

ul.plus li {
    list-style-position: outside;
    padding-left: 0.5rem;
}

ul.plus li::marker {
    content: '+';
}

ul.return {
    padding-left: 1rem;
}

ul.return li {
    list-style-position: outside;
    padding-left: 0.5rem;
}

ul.return li::marker {
    content: '↳';
}

.bg-img {
    background-color: rgba(0, 0, 0, 0.05);
    text-align: center;
}

.container-fluid {
    max-width: 1500px;
    height: 100%;
}

.pop-cart .container {
    position: fixed;
    top: 0;
    width: 500px;
    right: 0;
    bottom: 0;
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 56px;
    z-index: 2;
    padding-top: 0 !important;
    max-width: 100%;
}

#close-cart {
    float: right;
}

#offcanvasCart {
    z-index: 2147483601;
    background-color: #f6f6f6;
}

.qty-selector {
    width: 110px;
}

.qty-selector input {
    text-align: center;
    padding: 0.1rem;
}

.cart-img {
    /* max-height: 130px; */
    /* max-width: 40%; */
}

.qty-selector .input-group-text {
    cursor: pointer;
}

#model-000-form {}

.size-picker .d-grid {}

#fake-button {
    cursor: not-allowed;
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 250ms;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-out {
    opacity: 0;
    height: 0;
    animation-name: fadeOutOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 750ms;
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 1;
        height: 100%;
    }

    100% {
        opacity: 0;
        height: 0;
    }
}