@font-face {
    font-family: Sans;
    src: url(Sans.ttf);
}

.button-1 {
    color: #000000;
    /* border: 1px solid #000000; */
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    justify-self: center;
    align-self: center;
    /* vertical-align: middle; */
    appearance: none;
    box-sizing: border-box;
    text-decoration: none;
    word-spacing: 3px;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: 0.3s;
    line-height: initial;
    /* min-height: 30px; */
    /* min-width: 70px; */
    white-space: nowrap;
    z-index: 1;
    user-select: none;
    outline: 0;
    padding: 10px 20px;
    background-color: #000000;
    /* font-family: 'orbits2' !important; */
    border-radius: 7px;
    position: relative;
}


.button-1::before {
    content: '';
    inset: 0;
    background: #ffffff;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 4px, 4px 0, calc(50% - 4px - 10px) 0%, calc(calc(50% - 4px - 10px) + 4px) 4px, calc(calc(50% - 4px - 10px) + 4px + 20px) 4px, calc(calc(50% - 4px - 10px) + 4px + 20px + 4px) 0, calc(100% - 4px) 0, 100% 4px, 100% calc(50% - 4px - 5px), calc(100% - 4px) calc(50% - 4px - 5px + 4px), calc(100% - 4px) calc(50% - 4px - 5px + 4px + 10px), 100% calc(50% - 4px - 5px + 4px + 10px + 4px), 100% calc(100% - 4px), calc(100% - 4px) 100%, calc(calc(50% - 4px - 10px) + 4px + 20px + 4px) 100%, calc(calc(50% - 4px - 10px) + 4px + 20px) calc(100% - 4px), calc(calc(50% - 4px - 10px) + 4px) calc(100% - 4px), calc(calc(50% - 4px - 10px)) 100%, 4px 100%, 0 calc(100% - 4px), 0 calc(calc(50% - 4px - 5px) + 4px + 10px + 4px), 4px calc(calc(50% - 4px - 5px) + 4px + 10px), 4px calc(calc(50% - 4px - 5px) + 4px), 0 calc(calc(50% - 4px - 5px)));
    /* box-shadow: inset 0 0 25px -10px #000000; */
}


@font-face {
    font-family: Sans Bold;
    src: url(Sans-Bold.ttf);
}

.arrow{/* display: inline-table; */float: right;/* right: 319px; */}
@media (max-width: 1000px) {
 
    .feature-row {
        flex-wrap: wrap;
    }
    .feature-row-items {
        flex-grow: 1;
    }
    
}

.feature-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    /* flex-wrap: wrap; */
}
.feature-row-items{
    display: flex;
    align-items: stretch;
    /* padding: 6px; */
    justify-content: start;
    /* margin: -2px; */
    /* height: 369px; */
    padding-top: 5px;
}
.feature-row-items img {
    max-width: 100%;
    width: 100%;
}


.info-column {
    /* -webkit-flex-basis: 100%; */
    -ms-flex-preferred-size: 100%;
    /* flex-basis: 100%; */
}

.info-content {
    padding-top: 36px;
    text-align: center;
}


.info-icon {
   padding: 0;
   margin: 0;
}

.info-title {
    font-size: 18px;
    /* line-height: 1.21053; */
    font-weight: 600;
    /* letter-spacing: .012em; */
    font-family: Sans;
    /* margin-top: 0.125em; */
    content: '';
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
}


.info-subtitle{
    /* display: block; */
    margin-top: 0.5em;
}


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

body {
    font-family: Sans;
    font-weight: 300;
    overflow-y: scroll;
}

/* Desktop Nav */

.nav-container {
    height: 44px;
    z-index: 300;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, .8);
    backdrop-filter: saturate(180%) blur(20px);
}


.bag-container {
    height: 44px;
    z-index: 300;
    position: fixed;
    left: 0;
    top: 40px;
    right: 0;
    background: rgba(255, 255, 255, .8);
    backdrop-filter: saturate(180%) blur(20px);
    height: 100%;
    display: none;
}

.bag-container nav {
    width: 1000px;
    margin: 0 auto;
    padding: 0 8px;
    height: 100%;
    /* display: none; */
}





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

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

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

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

.link-logo {
    background: url('img/logo.svg');
    display: block;
    background-position: left;
    height: 48px;
    width: 32px;
    background-repeat: no-repeat;
}

.link-search {
    background: url('img/search.svg');
    display: block;
    background-position: center;
    background-size: 16px;
    height: 24px;
    width: 20px;
    background-repeat: no-repeat;
}

.link-bag {
    background: url('img/bag.svg');
    display: block;
    background-position: center;
    background-size: 16px;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    vertical-align: middle;
    align-items: baseline;
    top: 2.6rem;
    /* position: sticky; */
    /* bottom: 6rem; */
    /* left: 38px; */
}

.link-close {
    background: url('img/close.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: 100%;
    /* margin: 0 auto; */
    padding: 0 42px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -5;
    background-color: transparent;
    height: 100%;
    top: 30px;
}

.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-size: 17px;
}

/* Overlay */

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

/* Quick Links */

.search-container .quick-links {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    padding: 16px 8px;
    /* border-radius: 0 0 16px 16px; */
    /* width: 100%; */
    /* height: 100%; */
    z-index: -14;
}

.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: #2997ff;
}

/* 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: 0ms;
}

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

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

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

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

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

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

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

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

/* 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 18px;
    }
}

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

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

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

    .nav-container .desktop-nav li {
        width: 100%;
        padding: 0 32px;
        font-weight: bold;
        /* font-size: 3rem; */
    }

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

    .nav-container .desktop-nav .link-logo,
    .nav-container .desktop-nav .link-search,
    .nav-container .desktop-nav .link-bag {
    visibility: hidden;
    /* padding: 0; */
    /* margin: 0; */
    }

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

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


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

    /* Mobile Nav */

    nav .mobile-nav {
        display: flex;
        width: 100%;
        justify-content: right;
        list-style: none;
        /* top: 3rem; */
        padding-right: 1rem;
    }

    nav .menu-icon-container {
        width: 16px;
        height: 44px;
        display: flex;
        align-items: flex-end;
        cursor: pointer;
        bottom: 1rem;
        padding-bottom: 0.3rem;
        position: fixed;
    }

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

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

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

    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 {
     
        opacity: 0;
        pointer-events: none;
    }



    .bag-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;
    }

    .bag-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 */

    .bag-container.active .mobile-nav .link-bag {
     
        opacity: 0;
        pointer-events: none;
    }

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



      /* Bag Icon Animation */

    .nav-container.active .mobile-nav .link-search {
     
        opacity: 0;
        pointer-events: none;
    }


     .bag-container.active .mobile-nav .link-search {
     
        opacity: 0;
        pointer-events: none;
    }

    .nav-container .mobile-nav .link-search {
        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;
        display: none;
    }


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

    .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);
}




body {
  margin: 0;
}

a {
  text-decoration: none;
  color: #0070c9;
}

a:hover {
  text-decoration: underline;
}

footer {
  background-color: #f2f2f2;
  /* font-family: Sans; */
  padding: 0 22px;
  padding-bottom: 21px;
  overflow: hidden;
  width: 100%;
}

.footer-content {
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid #d6d6d6;
}

.footer-menu {
  padding-top: 21px;
  overflow: hidden;
}

.footer-col {
  width: 20%;
  float: left;
}

input[type="checkbox"] {
    display: none;
}

h3 {
    color: #585555;
    font-size: 16px;
    position: relative;
    z-index: 1;
    /* background: #f2f2f2; */
    margin-bottom: 6px;
    margin-top: 0;
    user-select: none;
}

.product-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.product-list li {
  margin-bottom: 5px;
  line-height: 1;
}

.product-list a {
  color: #555;
  display: inline-block;
  font-size: 12px;
}

.product-list a:hover {
  color: #333;
}

input[type="checkbox"]:checked+.col-section .product-list {
    /* transition: transform 300ms ease, -webkit-transform 300ms ease; */
    visibility: visible;
    position: static;
    transform: none;
}

input[type="checkbox"]:checked+.col-section h3::after {
    transform: rotate(45deg) scale(1.08);
}

.footer-base {
  padding-top: 34px;
  padding-bottom: 21px;
  color: #888;
  font-size: 12px; 
}

.footer-more-ways {
  margin-bottom: 7px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d6d6d6;
}

.nowrap {
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  
  footer {
    padding: 0 16px;
    padding-bottom: 21px;
  }
  
  .footer-col {
    width: 100%;
  }
  
  .item {
    border-bottom: 1px solid #d6d6d6;
  }
  
  h3 {
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
  }
  
  h3::after {
    content: '+';
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-top: -2px;
    margin-right: 8px;
    transition: transform .3s ease;
    /* width: 100%; */
  }
  
  .product-list {
    visibility: hidden;
    position: absolute;
    transform: translateY(-100px);
    z-index: 1;
    padding: 5px 0 16px 0;
    user-select: none;
  }
  
  .product-list li {
    margin: 0;
  }
  
  .product-list a {
    display: block;
    padding: 6px 14px;
  }
  
  .footer-col {
    overflow: hidden;
  }
}

@media only screen and (min-width: 767px) {
  .item-padding-top {
    padding-top: 24px;
  }
}

.footer-legal-copyright {
    margin-right: 30px;
    float: left;
    margin-top: 3px;
}

.footer-legal-links {
  float: left;
}

.footer-legal-links a {
  border-right: 1px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 12px;
  display: inline-block;
  margin-top: 3px;
  white-space: nowrap;
  color: #555;
}

.footer-legal-links a:last-child {
  border-right: none;
}

.footer-legal-links a:hover {
  color: #333;
}



::-webkit-scrollbar-thumb {
    background-color: rgb(156 153 153 / 20%);
    border-radius: 6px;
}

::-webkit-scrollbar {
    
    -webkit-appearance: none;
}




::-webkit-scrollbar-thumb {
  background: #c6c6cb;
  border-radius: 6px;
}