/** Shopify CDN: Minification failed

Line 622:22 Expected ")" to end URL token
Line 1175:22 Expected ")" to end URL token
Line 1289:22 Expected ")" to end URL token
Line 1330:26 Expected ")" to end URL token
Line 1762:22 Expected ")" to end URL token
Line 2121:22 Expected ")" to end URL token
Line 2631:26 Expected ")" to end URL token
Line 3015:47 Expected "]" to go with "["
Line 3056:26 Expected ")" to end URL token
Line 3074:26 Expected ")" to end URL token
... and 3 more hidden warnings

**/

/* Fonts */

/* Colors */
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    font-size: 0px;
}
* {
    box-sizing: border-box;
}
:focus {
    outline: none !important;
}
body {
    font: 400 100%/0.8 "DM Sans", sans-serif !important;
    letter-spacing: normal;
    overflow-wrap: break-word;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-color: #131313;
    color: #fff;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
li {
    text-decoration: none;
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover,
a:focus,
.text-link:hover,
.text-link:focus {
    color: inherit;
}
h1,
h2,
h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-stretch: condensed;
}
h1 {
    font-size: 60px;
    line-height: 1.08;
    letter-spacing: 0.38px;
}
h2 {
    font-size: 40px;
    line-height: 1;
}
h2.large {
    font-size: 55px;
}
h2.big {
    font-size: 55px;
}
h3 {
    font-size: 28px;
    line-height: 1.18;
}
h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 2px;
}
h4.orange {
    color: #ffa500;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
}
p,
li {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #131313;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.lowercase::first-letter {
    text-transform: capitalize;
}
.margin-auto {
    margin: 0 auto;
}
.capitalize {
    text-transform: capitalize !important;
}
.flex {
    display: flex;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.clear {
    clear: both;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.hidden,
.visually-hidden {
    display: none !important;
}
.visible {
    display: block;
}
.align-center {
    align-items: center;
    justify-content: center;
}
.opacity-zero {
    opacity: 0;
}
/* Colors */
.dark-grey {
    color: #171b22;
}
/* Wrappers */
.container-1440 {
    max-width: 1440px;
    padding: 0 0;
    margin: 0 auto;
    width: 100%;
}
.container-1340 {
    max-width: 1340px;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
}
.container-1180 {
    max-width: 1180px;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
}
.container-660 {
    max-width: 660px;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
}
.margin-top-24 {
    margin-top: 24px !important;
}
.orange-link {
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #ffa500;
}
.orange-link:hover,
.orange-link:focus {
    color: #0195e7;
}
.btn-orange {
    cursor: pointer;
    display: inline-block;
    padding: 17px 39px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #131313 !important;
    text-transform: uppercase;
    border: none;
    min-width: 170px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    background: #ffa500;
}
.btn-orange:hover {
    background: transparent;
    color: #0195e7 !important;
    padding: 16px 39px;
    border: 1px solid #0195e7 !important;
    text-decoration: none;
}
.btn-white-border {
    cursor: pointer;
    display: inline-block;
    padding: 17px 39px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #131313 !important;
    text-transform: uppercase;
    border: none;
    min-width: 170px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    background: #ffa500;
    background: transparent;
    color: #fff !important;
    padding: 16px 39px;
    border: 1px solid #fff !important;
}
@media (max-width: 480px) {
    .container-1440 {
        padding: 0 20px;
    }
    h1 {
        font-size: 40px;
        line-height: 1.05;
        letter-spacing: 0.25px;
    }
    .inner-hero-section h2 {
        font-size: 1.75rem !important;
        line-height: 1.21 !important;
    }
    h2 {
        font-size: 35px !important;
        line-height: 1.09 !important;
    }
    h4 {
        font-size: 14px;
        line-height: 1.79;
        letter-spacing: 1.75px;
    }
}
.image-contain {
    object-fit: contain !important;
}

#paging {
    border-top: none;
    padding: 0px;
}
#paging ul {
    padding: 0px;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
}
#paging ul a {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #fff;
    background: none;
    border: none;
    padding: 0 20px;
    opacity: 0.5;
}
#paging ul li.active {
    position: relative;
}
#paging ul li.active a {
    opacity: 1;
}
#paging ul li.active::before {
    width: 10px;
    height: 1px;
    background: #ffa500;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}
#paging ul li.next {
    color: #ffa500;
    opacity: 1;
}
#paging ul li.prev {
    opacity: 0.5;
}
/*header*/
.header-outer-section {
    position: relative;
}
header {
    position: relative;
    padding: 27px 0 27px;
}
header.dark-header-bg {
    background-image: linear-gradient(to bottom, rgba(23, 27, 34, 0), #171b22) !important;
    background: #171b22 !important;
}
header.fixed-header {
    padding: 10px 0 10px;
    background: #171b22;
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
}
header.fixed-header .container-1340 {
    justify-content: space-between;
}
header.fixed-header .container-1340 .logo-section {
    width: 225px;
    height: 50px;
}
header.fixed-header .container-1340 .right-section .nav-section ul.menu {
    margin-top: 14.5px;
}
header.fixed-header .container-1340 .right-section .nav-section ul.menu > li {
    padding-bottom: 14.5px;
}
header.fixed-header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover {
    top: 60px;
}
header.fixed-header .container-1340 .right-section .nav-section ul.menu > li .sub-menu {
    top: 35px;
}
header.fixed-header .container-1340 .right-section .icon-section > ul > li {
    margin-top: 14.5px;
    padding-bottom: 14.5px;
}
header.fixed-header .container-1340 .right-section .icon-section > ul > li .cart-box {
    top: 70px;
}
header.fixed-header .container-1340 .right-section .icon-section > ul > li .search-section-hover {
    top: 60px;
}
header.fixed-header .container-1340 .right-section .call-section {
    margin-top: 14.5px;
    padding-bottom: 14.5px;
}
header .container-1340 {
    justify-content: space-between;
}
header .container-1340 .logo-section {
    width: 315px;
    height: 70px;
    position: relative;
}
header .container-1340 .logo-section img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
header .container-1340 .right-section {
    display: flex;
    align-items: center;
}
header .container-1340 .right-section .nav-section a:hover {
    text-decoration: none;
}
header .container-1340 .right-section .nav-section ul.menu {
    display: flex;
    margin-top: 26px;
}
header .container-1340 .right-section .nav-section ul.menu > li {
    margin-right: 40px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 26px;
}
header .container-1340 .right-section .nav-section ul.menu > li.has-sub-nav {
    position: relative;
}
header .container-1340 .right-section .nav-section ul.menu > li.has-sub-nav:hover .sub-menu {
    display: block;
}
header .container-1340 .right-section .nav-section ul.menu > li > a {
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    pointer-events: none;
}
header .container-1340 .right-section .nav-section ul.menu > li .sub-menu {
    display: none;
    background-color: #171b22;
    box-shadow: 0 2px 3px -1px rgba(35, 35, 35, 0.1);
    width: 200px;
    padding: 50px 30px 56px;
    position: absolute;
    top: 47px;
    left: -70px;
    right: 0px;
    margin: 0 auto;
    z-index: 16;
}
header .container-1340 .right-section .nav-section ul.menu > li .sub-menu > li {
    margin-bottom: 10px;
}
header .container-1340 .right-section .nav-section ul.menu > li .sub-menu > li:last-child {
    margin-bottom: 0;
}
header .container-1340 .right-section .nav-section ul.menu > li .sub-menu > li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    background-color: #171b22;
    box-shadow: 0 2px 3px -1px rgba(35, 35, 35, 0.1);
    width: 100%;
    padding: 62px 0 80px;
    display: none;
    position: absolute;
    top: 91px;
    z-index: 16;
    left: 0;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .submenu-section {
    width: calc(50% + 80px);
    padding-right: 40px;
    margin-left: -80px;
    display: flex;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .submenu-section h4 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 16px;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .submenu-section p,
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .submenu-section li a,
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .submenu-section li a:hover {
    opacity: 0.5;
    font-weight: 500;
    color: #fff !important;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .submenu-section .menu-block {
    width: 50%;
    padding-left: 80px;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .submenu-section .menu-block li {
    margin-bottom: 10px;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .submenu-section .menu-block li:last-child {
    margin-bottom: 0;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .submenu-section .menu-block li:last-child a {
    opacity: 1;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #ffa500;
    display: inline-block;
    margin-top: 10px;
    color: #ffa500 !important;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .submenu-section .menu-block li:last-child a:hover {
    color: #0195e7;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .submenu-section .menu-block .orange-link {
    margin-top: 20px;
    display: inline-block;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .product-section {
    width: 50%;
    padding-left: 40px;
    border-left: 1px solid #5a5a5a;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .product-section .product-list {
    text-align: left;
    color: #fff;
    margin-left: -80px;
    margin-top: 0px;
    width: calc(100% + 80px);
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .product-section .product-list li {
    padding-left: 80px;
    width: 50%;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .product-section .product-list li a {
    display: block;
    cursor: pointer;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .product-section .product-list li .image-section {
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
    position: relative;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .product-section .product-list li .image-section img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .product-section .product-list li h5 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    margin-bottom: 5px;
    color: #fff;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .product-section .product-list li p {
    color: #fff;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .product-section .product-list li .price {
    margin-top: 12px;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .product-section .product-list li .price span {
    color: #fff;
    margin-right: 10px;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .product-section .product-list li .price .old-price {
    text-decoration: line-through;
}
header .container-1340 .right-section .nav-section ul.menu > li .submenu-hover .product-section .product-list li .price .regular-price {
    opacity: 1;
    font-weight: bold;
    color: #ffa500;
}
header .container-1340 .right-section .nav-section ul.menu > li:hover > a {
    border-bottom: 2px solid #0195e7;
    color: #0195e7;
}
header .container-1340 .right-section .nav-section ul.menu > li:hover .submenu-hover {
    display: block;
}
header .container-1340 .right-section .call-section {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
header .container-1340 .right-section .call-section a {
    cursor: pointer;
    background: url({{"icon-phone-orange.png"|asset_url}}) no-repeat left center / 20px !important;
    display: block;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.14px;
    color: #ffa500;
}
header .container-1340 .right-section .icon-section > ul {
    display: flex;
    align-items: center;
}
header .container-1340 .right-section .icon-section > ul > li {
    margin-right: 30px;
    margin-top: 26px;
    padding-bottom: 26px;
}
header .container-1340 .right-section .icon-section > ul > li:last-child {
    margin-right: 0px;
}
header .container-1340 .right-section .icon-section > ul > li .search-section-hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    background-color: #171b22;
    box-shadow: 0 2px 3px -1px rgba(35, 35, 35, 0.1);
    width: 100%;
    padding: 89px 0 80px;
    display: none;
    position: absolute;
    top: 100px;
    z-index: 16;
    left: 0;
}
header .container-1340 .right-section .icon-section > ul > li .search-section-hover form {
    display: flex;
}
header .container-1340 .right-section .icon-section > ul > li .search-section-hover form input {
    margin: 0;
}
header .container-1340 .right-section .icon-section > ul > li .search-section-hover form .btn-orange {
    max-width: 148px;
    margin-left: -2px;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box {
    display: none;
    background-color: #171b22;
    width: 551px;
    padding: 77px 80px 200px;
    position: absolute;
    top: 100px;
    right: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 16;
    overflow: scroll;
    height: 100vh;
    flex-direction: column;
    align-items: center;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box .btn-orange {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    display: inline-block;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box .orange-link {
    margin-top: 20px;
    display: inline-block;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box .subtotal-section {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box .subtotal-section span,
header .container-1340 .right-section .icon-section > ul > li .cart-box .subtotal-section strong {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box h4 {
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #fff;
    width: 100%;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box ul {
    text-align: left;
    border-top: solid 2px #ffa500;
    width: 100%;
    margin-top: 20px;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box ul li {
    padding: 20px 30px 20px 0px;
    border-bottom: 1px solid #5a5a5a;
    display: flex;
    position: relative;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box ul li .remove {
    width: 20px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
    cursor: pointer;
    background: url('/cdn/shop/t/16/assets/icon-cross.png') no-repeat center / 20px !important;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box ul li .image-section {
    width: 100px;
    flex: none;
    margin-right: 30px;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box ul li .image-section .image-wrapper {
    width: 100px;
    height: 100px;
    position: relative;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box ul li .image-section .image-wrapper img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box ul li .content h5,
header .container-1340 .right-section .icon-section > ul > li .cart-box ul li .content h5 a {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 9px;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box ul li .content span {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 8px;
}
header .container-1340 .right-section .icon-section > ul > li .cart-box ul li .content span:last-child {
    margin-bottom: 0px;
}
header .container-1340 .right-section .icon-section > ul > li > a {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
header .container-1340 .right-section .icon-section > ul > li > a.user {
    background: url('/cdn/shop/t/16/assets/icon-account-white.png') no-repeat center / 20px !important;
}
header .container-1340 .right-section .icon-section > ul > li > a:hover.user {
    background: url('/cdn/shop/t/16/assets/icon-account-yellow.png') no-repeat center / 20px !important;
}
header .container-1340 .right-section .icon-section > ul > li > a:hover.search {
    background: url('/cdn/shop/t/16/assets/icon-search-yellow.png') no-repeat center / 20px !important;
}
header .container-1340 .right-section .icon-section > ul > li > a:hover.cart {
    background: url('/cdn/shop/t/16/assets/icon-cart-full-yellow.png') no-repeat center / 20px !important;
}
header .container-1340 .right-section .icon-section > ul > li > a:hover.cart.empty-cart {
    background: url('/cdn/shop/t/16/assets/icon-cart-empty-yellow.png') no-repeat center / 20px !important;
}
header .container-1340 .right-section .icon-section > ul > li > a.cart {
    background: url('/cdn/shop/t/16/assets/icon-cart-white.png') no-repeat center / 20px !important;
}
header .container-1340 .right-section .icon-section > ul > li > a.cart.empty-cart {
    background: url('/cdn/shop/t/16/assets/icon-cart-empty-white.png') no-repeat center / 20px !important;
}
header .container-1340 .right-section .icon-section > ul > li > a.search {
    background: url('/cdn/shop/t/16/assets/icon-search-white.png') no-repeat center / 20px !important;
}
header .container-1340 .mobile-menu-hamburger,
header .container-1340 .mobile-menu-close {
    height: 20px;
    cursor: pointer;
    display: none;
    margin-left: 15px;
    margin-top: 0px;
}
header .container-1340 .mobile-menu-hamburger img,
header .container-1340 .mobile-menu-close img {
    /* width: 20px !important;
	 */
}
@media (max-width: 1100px) {
    /* .full-hero-carousel {
		 margin-top: -94px;
	}
	 */
    header {
        padding: 10px 0;
    }
    header .container-1340 .right-section .icon-section > ul > li .cart-box {
        top: 70px;
    }
    header .container-1340 .right-section .nav-section ul.menu > li {
        margin-right: 20px;
    }
    header .container-1340 .right-section .call-section {
        margin-right: 40px;
    }
}
@media (min-width: 981px) {
    .mobile-menu {
        transform: translate(-100%, 0) !important;
    }
}
@media (max-width: 980px) {
    header .container-1340 .right-section .icon-section > ul > li {
        margin-top: 14.5px;
        padding-bottom: 14.5px;
    }
    header .container-1340 .right-section .nav-section,
    header .container-1340 .right-section .call-section {
        display: none;
    }
    header .container-1340 .right-section .icon-section ul li {
        display: none;
    }
    header .container-1340 .right-section .icon-section ul li.cart-li {
        display: block;
        margin-right: 0px;
    }
    header .container-1340 .right-section .icon-section ul li.cart-li:hover .cart-box {
        display: none;
    }
    header .container-1340 .logo-section {
        width: 225px;
        height: 50px;
    }
    header .container-1340 .mobile-menu-hamburger {
        display: block;
    }
    header.mobilemenu-active {
        position: fixed;
        width: 100%;
        z-index: 16 !important;
        background: #171b22;
    }
    header.mobilemenu-active .mobile-menu-hamburger {
        display: none !important;
    }
    header.mobilemenu-active .mobile-menu-close {
        display: block !important;
    }
}
@media (max-width: 600px) {
    header .container-1340 .right-section .icon-section ul li.cart-li {
        position: initial;
    }
    header .container-1340 .right-section .icon-section ul li.cart-li .cart-box {
        padding: 20px 30px 200px;
        right: 0px;
        width: 100%;
        top: 70px;
    }
}
body.fixed-header .mobile-menu {
    top: 70px !important;
}
@media (max-width: 480px) {
    header .container-1340 .logo-section {
        width: 137px !important;
        height: 30px !important;
    }
    header .container-1340 .right-section .icon-section > ul > li {
        margin-top: 5px !important;
        padding-bottom: 5px !important;
    }
    header .container-1340 .right-section .icon-section > ul > li.cart-li .cart-box {
        top: 50px;
    }
    header .container-1340 .right-section .icon-section > ul > li.cart-li .cart-box ul li {
        padding: 30px 40px 30px 0px;
    }
    header .container-1340 .right-section .icon-section > ul > li.cart-li .cart-box ul li .image-section {
        width: 60px;
        margin-right: 20px;
    }
    header .container-1340 .right-section .icon-section > ul > li.cart-li .cart-box ul li .image-section .image-wrapper {
        height: 60px;
        width: 60px;
    }
    .mobile-menu {
        top: 50px !important;
    }
    body.announcement-visible .mobile-menu {
        top: 95px !important;
    }
    body.fixed-header .mobile-menu {
        top: 50px !important;
    }
}
@media (min-width: 981px) {
    .mobile-menu {
        display: none !important;
    }
}
/*Mobile Menu */
.mobile-menu {
    transform: translate(100%, 0);
    transition: transform 0.5s;
    background-color: #171b22;
    z-index: 16;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    overflow: scroll;
    padding: 0px 0 96px;
}
.mobile-menu.active {
    transform: translate(0, 0);
}
.mobile-menu ul.menu > li {
    width: 100%;
    position: relative;
    padding: 21px 0;
    border-bottom: 1px solid #5a5a5a;
}
.mobile-menu ul.menu > li > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 2px;
    color: #fff;
}
.mobile-menu ul.menu > li.has-sub::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 0;
    top: 25px;
    background: url('/cdn/shop/t/16/assets/icon-plus-white.png') no-repeat center / 10px;
}
.mobile-menu ul.menu > li.has-sub.active::before {
    background: url('/cdn/shop/t/16/assets/icon-minus-white.png') no-repeat center / 10px;
}
.mobile-menu ul.menu > li .submenu {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #5a5a5a;
}
.mobile-menu ul.menu > li .submenu .big-menu {
    padding-left: 10px;
    margin-bottom: 21px;
}
.mobile-menu ul.menu > li .submenu .big-menu:last-child {
    margin-bottom: 0;
}
.mobile-menu ul.menu > li .submenu .big-menu h4 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 16px;
}
.mobile-menu ul.menu > li .submenu .big-menu ul {
    margin-left: 20px;
}
.mobile-menu ul.menu > li .submenu .big-menu li a,
.mobile-menu ul.menu > li .submenu .big-menu li a:hover {
    opacity: 0.5;
    font-weight: 500;
    color: #fff !important;
}
.mobile-menu ul.menu > li .submenu .big-menu li {
    margin-bottom: 10px;
}
.mobile-menu ul.menu > li .submenu .big-menu li:last-child {
    margin-bottom: 0;
}
.mobile-menu ul.menu > li .submenu .big-menu li:last-child a {
    opacity: 1;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #ffa500;
    display: inline-block;
    margin-top: 10px;
    color: #ffa500 !important;
}
.mobile-menu ul.menu > li .submenu .big-menu li:last-child a:hover {
    color: #0195e7;
}
.mobile-menu ul.menu > li .submenu .big-menu .orange-link {
    margin-top: 10px;
    display: inline-block;
    margin-left: 20px;
}
.mobile-menu ul.menu > li .submenu .sub-menu {
    padding-left: 10px;
}
.mobile-menu ul.menu > li .submenu .sub-menu > li {
    margin-bottom: 10px;
}
.mobile-menu ul.menu > li .submenu .sub-menu > li:last-child {
    margin-bottom: 0;
}
.mobile-menu ul.menu > li .submenu .sub-menu > li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
}
.mobile-menu .call-section {
    margin: 30px 0 20px;
}
.mobile-menu .call-section a {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 2px;
    color: #ffa500;
    display: block;
    cursor: pointer;
    background: url('/cdn/shop/t/16/assets/icon-phone-orange.png') no-repeat left center / 20px !important;
    display: block;
    padding-left: 30px;
}
.mobile-menu .search-section {
    margin-top: 30px;
    padding: 0px;
}
.mobile-menu .search-section .form-section form {
    width: 100%;
    position: relative;
}
.mobile-menu .search-section .form-section form input[type="search"] {
    width: 100%;
    margin: 0;
    flex: auto;
    border-radius: 0px;
    -webkit-appearance: none;
    padding: 10.5px 70px 10.5px 20px;
}
.mobile-menu .search-section .form-section form input[type="submit"] {
    border-radius: 0px;
    -webkit-appearance: none;
    width: 42px;
    height: 42px;
    padding: 0px;
    min-width: auto;
    background-color: #ffa500;
    border: none;
    position: absolute;
    font-size: 0px;
    top: 1px;
    right: 1px;
    background: url('/cdn/shop/t/16/assets/icon-search-black.png') no-repeat center / 20px #ffa500;
}
.mobile-menu .extra-menu li {
    margin-bottom: 10px;
}
.mobile-menu .extra-menu li a {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
.mobile-menu .extra-menu li:last-child {
    margin-bottom: 0px;
}

/* breadcrumb */
.breadcrumb {
    padding: 13px 0 40px;
    background: transparent !important;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb li a {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    color: #ffa500;
    position: relative;
    padding-right: 6px;
}
.breadcrumb li a::before {
    width: calc(100% - 18px);
    height: 1px;
    background: #ffa500;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
}
.breadcrumb li a::after {
    content: "/";
    color: #fff;
    margin-left: 6px;
    text-align: center;
    text-decoration: none;
}
.breadcrumb li a.active {
    color: #fff;
    text-decoration: none;
}
.breadcrumb li a.active::after,
.breadcrumb li a.active::before {
    display: none;
}

/*hero-half-image-half-content*/
.hero-half-image-half-content {
    background: #131313;
    padding: 40px 0 0;
}
.hero-half-image-half-content p,
.hero-half-image-half-content h2 {
    color: #fff;
}
.hero-half-image-half-content .inner-section .image-section {
    width: 50%;
    padding-right: 40px;
    margin-bottom: -80px;
    position: relative;
}
.hero-half-image-half-content .inner-section .image-section::before {
    content: "";
    width: 254px;
    height: 293px;
    background: url({{"logo-faded-mark.png"|asset_url}}) no-repeat center / 254px;
    position: absolute;
    top: 50px;
    right: -130px;
}
.hero-half-image-half-content .inner-section .image-section .image-wrapper {
    min-height: 650px;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.hero-half-image-half-content .inner-section .image-section .image-wrapper img {
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-half-image-half-content .inner-section .image-section .image-wrapper.play-video {
    min-height: 606px;
}
.hero-half-image-half-content .inner-section .image-section .image-wrapper.play-video::before {
    background: url('/cdn/shop/t/16/assets/icon-play.png') no-repeat center / 50px;
    width: 50px;
    height: 50px;
    z-index: 2;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 25px);
}
.hero-half-image-half-content .inner-section .content {
    width: 50%;
    padding: 100px 0;
    position: relative;
    padding-left: 40px;
}
.hero-half-image-half-content .inner-section .content .inner {
    max-width: 520px;
}
.hero-half-image-half-content .inner-section .content .inner h2 {
    margin-bottom: 40px;
}
.hero-half-image-half-content .inner-section .content .inner h4 {
    margin-top: 20px;
}
.hero-half-image-half-content.newsletter-section .inner-section {
    padding-bottom: 100px;
}
.hero-half-image-half-content.newsletter-section .inner-section .image-section {
    margin-bottom: 0px;
}
.hero-half-image-half-content.newsletter-section .inner-section .image-section .image-wrapper {
    min-height: 424px;
}
.hero-half-image-half-content.newsletter-section .inner-section .image-section .image-wrapper img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-half-image-half-content.newsletter-section .inner-section .content {
    padding: 45px 0;
    position: relative;
}
.hero-half-image-half-content.newsletter-section .inner-section .content form {
    margin-top: 20px;
    position: relative;
    width: 100%;
    max-width: 520px;
}
.hero-half-image-half-content.newsletter-section .inner-section .content form input[type="text"],
.hero-half-image-half-content.newsletter-section .inner-section .content form input[type="email"] {
    padding: 13.5px 70px 13.5px 20px;
    border: solid 1px #fff;
    width: 100%;
    background: transparent;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
}
.hero-half-image-half-content.newsletter-section .inner-section .content form input[type="text"]::placeholder,
.hero-half-image-half-content.newsletter-section .inner-section .content form input[type="email"]::placeholder {
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    line-height: 1.57;
    color: #fff;
}
.hero-half-image-half-content.newsletter-section .inner-section .content form input[type="submit"] {
    width: 48px;
    height: 48px;
    background-color: #ffa500;
    border: none;
    position: absolute;
    font-size: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    top: 1px;
    right: 1px;
    background: url({{"icon-slider-arrow-black.png"|asset_url}}) no-repeat center / 20px #ffa500;
}
@media (max-width: 980px) {
    .hero-half-image-half-content .inner-section {
        flex-direction: column;
    }
    .hero-half-image-half-content .inner-section .image-section {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 0px;
    }
    .hero-half-image-half-content .inner-section .image-section::before {
        content: "";
        top: auto;
        bottom: -100px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .hero-half-image-half-content .inner-section .image-section .image-wrapper {
        min-height: auto;
        height: 500px !important;
    }
    .hero-half-image-half-content .inner-section .content {
        width: 100%;
        padding-left: 0px;
    }
    .hero-half-image-half-content .inner-section .content .inner {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .hero-half-image-half-content {
        padding: 0px 0 80px;
    }
    .hero-half-image-half-content .inner-section .image-section::before {
        content: "";
        width: 150px;
        height: 173px;
        top: auto;
        bottom: -90px;
        background: url({{"logo-faded-mark.png"|asset_url}}) no-repeat center / 150px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .hero-half-image-half-content .inner-section .image-section .image-wrapper {
        min-height: auto !important;
        height: calc(100vw - 60px) !important;
    }
    .hero-half-image-half-content .inner-section .content {
        padding: 40px 0 0;
    }
    .hero-half-image-half-content .inner-section .content h2 {
        line-height: 1.17 !important;
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    .hero-half-image-half-content.newsletter-section {
        padding: 0px 0 60px;
    }
    .hero-half-image-half-content.newsletter-section .inner-section {
        padding-bottom: 0px;
    }
    .hero-half-image-half-content.newsletter-section .inner-section .content {
        padding: 0px;
    }
}
.half-and-half-logo-with-content {
    background: #131313;
}
.half-and-half-logo-with-content ul {
    padding: 100px 0;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
}
.half-and-half-logo-with-content ul li {
    width: 50%;
    padding-right: 40px;
}
.half-and-half-logo-with-content ul li:last-child {
    padding-right: 0;
    padding-left: 40px;
}
.half-and-half-logo-with-content ul li .image-section {
    height: 70px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.half-and-half-logo-with-content ul li .image-section img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    width: auto;
}
.half-and-half-logo-with-content ul li h2,
.half-and-half-logo-with-content ul li p {
    color: #fff;
}
.half-and-half-logo-with-content ul li p {
    display: block;
    margin: 20px 0;
}
/*half-content-half-image-with-white-box*/
.half-content-half-image-with-white-box {
    overflow: hidden;
    background: #131313;
}
.half-content-half-image-with-white-box a {
    color: #0195e7;
}
.half-content-half-image-with-white-box h3 {
    color: #171b22;
}
.half-content-half-image-with-white-box p {
    color: #131313;
}
.half-content-half-image-with-white-box.first .white-section {
    padding-top: 80px;
}
.half-content-half-image-with-white-box .white-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 60px 0px 60px 80px;
    background: #fff;
}
.half-content-half-image-with-white-box .white-section h3 {
    margin-bottom: 20px;
}
.half-content-half-image-with-white-box .image-section {
    width: 50%;
    padding-left: 40px;
    position: relative;
}
.half-content-half-image-with-white-box .image-section .image-wrapper {
    height: 100%;
    width: calc(100% + 40px);
    position: absolute;
}
.half-content-half-image-with-white-box .image-section .image-wrapper img {
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.half-content-half-image-with-white-box .content {
    width: 50%;
    padding: 60px 0 75px;
    position: relative;
    padding-right: 40px;
}
.half-content-half-image-with-white-box.left-image-gray-box .content {
    order: 2;
    padding-right: 0px;
    padding-left: 40px;
}
.half-content-half-image-with-white-box.left-image-gray-box .image-section {
    order: 1;
    padding-left: 0px;
    padding-right: 40px;
}
.half-content-half-image-with-white-box.left-image-gray-box .image-section .image-wrapper {
    left: -80px;
}
.half-content-half-image-with-white-box.left-image-gray-box .white-section {
    padding: 60px 80px 60px 0px;
    background: #f2f2f2;
}
.half-content-half-image-with-white-box.padding-bottom {
    padding-bottom: 120px;
}

@media (max-width: 980px) {
    .half-content-half-image-with-white-box {
        overflow: visible;
    }
    .half-content-half-image-with-white-box .container-1340 {
        padding: 0px;
    }
    .half-content-half-image-with-white-box .white-section {
        flex-direction: column !important;
        padding: 0px 30px 60px !important;
    }
    .half-content-half-image-with-white-box .content {
        width: 100%;
        order: 2 !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .half-content-half-image-with-white-box .image-section {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: -50px;
        order: 1 !important;
    }
    .half-content-half-image-with-white-box .image-section .image-wrapper {
        height: 500px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        left: 0px !important;
        right: 0 !important;
    }
    .half-content-half-image-with-white-box .content {
        padding: 30px 0 0;
    }
    .half-content-half-image-with-white-box .content h3 {
        font-size: 25px;
        line-height: 1.2;
    }
    .half-content-half-image-with-white-box .image-section {
        margin-top: -20px;
    }
    .half-content-half-image-with-white-box .image-section .image-wrapper {
        height: 62.5vw;
    }
}
/*half-and-half-logo-with-content*/
.half-and-half-logo-with-content {
    background: #131313;
}
.half-and-half-logo-with-content ul {
    padding: 100px 0;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
}
.half-and-half-logo-with-content ul li {
    width: 50%;
    padding-right: 40px;
}
.half-and-half-logo-with-content ul li:last-child {
    padding-right: 0;
    padding-left: 40px;
}
.half-and-half-logo-with-content ul li .image-section {
    height: 70px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.half-and-half-logo-with-content ul li .image-section img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    width: auto;
}
.half-and-half-logo-with-content ul li h2,
.half-and-half-logo-with-content ul li p {
    color: #fff;
}
.half-and-half-logo-with-content ul li p {
    display: block;
    margin: 20px 0;
}
@media (max-width: 768px) {
    .half-and-half-logo-with-content ul {
        flex-direction: column;
        padding: 40px 0 100px;
    }
    .half-and-half-logo-with-content ul li {
        width: 100%;
        padding: 60px 0 !important;
        border-bottom: 1px solid #5a5a5a;
    }
    .half-and-half-logo-with-content ul li:last-child {
        border-bottom: none;
        padding-bottom: 0px !important;
    }
}
@media (max-width: 480px) {
    .half-and-half-logo-with-content {
        padding: 0px;
    }
    .half-and-half-logo-with-content ul {
        padding: 0px 0 60px;
    }
    .half-and-half-logo-with-content ul li h2 {
        line-height: 1.17 !important;
        font-size: 30px !important;
    }
    .half-and-half-logo-with-content ul li .image-section img {
        width: 100%;
        object-position: left;
    }
}
/*half-contebt-with-width-bg-image*/
.half-content-with-width-bg-image {
    padding: 120px 0;
    position: relative;
}
.half-content-with-width-bg-image > img {
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.half-content-with-width-bg-image .content {
    position: relative;
    max-width: 520px;
}
.half-content-with-width-bg-image .content img {
    max-width: 70px;
    margin-bottom: 20px;
}
.half-content-with-width-bg-image .content h2 {
    margin-bottom: 20px;
    font-size: 55px;
    color: #171b22;
}
.half-content-with-width-bg-image .content p {
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .half-content-with-width-bg-image {
        padding: 80px 0;
    }
    .half-content-with-width-bg-image .content img {
        max-width: 40px;
        margin-bottom: 24px;
    }
}



/*inner-title-section */
.inner-title-section {
    background: #131313;
    position: relative;
    padding: 33px 0 60px;
    text-align: center;
}
.inner-title-section .container-1340,
.inner-title-section .container-1180 {
    position: relative;
}
.inner-title-section h1 {
    color: #fff;
}
.inner-title-section h4 {
    margin-bottom: 10px;
}
.inner-title-section::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(to bottom, rgba(28, 32, 40, 0) 0%, #1c2028 51%, rgba(28, 32, 40, 0));
}
.inner-title-section p {
    color: #fff;
    margin-top: 20px;
}
@media (max-width: 480px) {
    .inner-title-section {
        padding: 20px 0 60px;
    }
    .inner-title-section h4 {
        margin-bottom: 5px;
    }
}


.form-section form h4 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 12px;
}
.form-section form input[type="text"],
.form-section form input[type="search"],
.form-section form input[type="email"],
.form-section form input[type="password"],
.form-section form textarea,
.form-section form select {
    padding: 13.5px 70px 13.5px 20px;
    border: solid 1px #fff;
    width: 100%;
    background: transparent;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
}
.form-section form input[type="text"]::placeholder,
.form-section form input[type="search"]::placeholder,
.form-section form input[type="email"]::placeholder,
.form-section form input[type="password"]::placeholder,
.form-section form textarea::placeholder,
.form-section form select::placeholder {
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    line-height: 1.57;
    color: #fff;
}
.form-section form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 50px;
    background: url('/cdn/shop/t/16/assets/icon-dropdown-white.png') no-repeat right 20px center / 20px !important;
}
.form-section form textarea {
    height: 200px;
}
.form-section form .form-control-outer {
    display: flex;
}
.form-section form .form-control-outer .half-control {
    width: 50%;
    padding-right: 20px;
}
.form-section form .form-control-outer .half-control:nth-child(even) {
    padding-right: 0px;
    padding-left: 20px;
}
.form-section form .form-radio-outer {
    margin: 0;
    margin-bottom: 20px;
}
.form-section form .form-radio-outer label {
    display: inline-block !important;
    top: 0px !important;
    position: relative;
    padding-left: 10px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: normal;
    color: #fff;
}
.form-section form .form-radio-outer label:after {
    z-index: 2;
    content: "";
    vertical-align: middle;
    text-align: center;
    position: absolute;
    cursor: pointer;
    height: 15px;
    width: 15px;
    top: 2px;
    left: -17px;
    background: transparent;
    border-radius: 50%;
    border: solid 1px #5a5a5a;
}
.form-section form .form-radio-outer input[type="radio"]:checked + label:after {
    background: url({{"icon-radio.png"|asset_url}}) no-repeat center / 8px transparent;
}
.form-section form .form-radio-outer input[type="radio"] {
    visibility: hidden;
    margin: 0;
}



/*login-section*/
.login-section {
    padding: 40px 0 120px;
    text-align: center;
}
.login-section p {
    color: #fff;
}
.login-section h1 {
    color: #fff;
    text-transform: uppercase;
}
.login-section form {
    margin-top: 80px;
}
.login-section .btn-orange {
    margin: 30px 0;
}
.login-section .action_bottom div {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    text-transform: capitalize;
}
.login-section .action_bottom div a {
    margin-left: 5px;
}
.login-section .container-660 > p {
    color: #fff;
    margin-top: 22px;
    display: inline-block;
}
.login-section .container-660 > p > a {
    margin-left: 5px;
}
@media (max-width: 480px) {
    .login-section {
        padding: 40px 0 60px;
    }
    .login-section form {
        margin-top: 40px;
    }
}
.form-success {
    background: #287528;
    padding: 0.8em 1em;
    color: #fff !important;
    opacity: 1 !important;
    text-align: center;
    border: none;
    line-height: normal;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}
.form-success.resetSuccess {
    margin-top: 40px;
    margin-bottom: 0px;
}
.form-error,
.errors,
.custom-error {
    border: none;
    background: #c0363a;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}
.form-error ul,
.errors ul,
.custom-error ul {
    margin-left: 0px;
}
.form-error li,
.errors li,
.custom-error li {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}
.form-error li a,
.errors li a,
.custom-error li a {
    color: #fff;
}
.custom-error {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}
.account-section {
    padding: 40px 0 120px;
}
.account-section .heading-section {
    text-align: center;
    position: relative;
}
.account-section .heading-section h1 {
    color: #fff;
    text-transform: uppercase;
}
.account-section .heading-section p {
    color: #fff;
}
.account-section .heading-section .orange-link {
    position: absolute;
    top: 0px;
    right: 30px;
    text-transform: capitalize;
}
.account-section .order-address-section-outer {
    margin-top: 80px;
}
.account-section .order-address-section-outer .address-section {
    width: 260px;
    flex: none;
    margin-left: 80px;
    color: #fff;
}
.account-section .order-address-section-outer .address-section h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px !important;
    font-weight: 600;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1 !important;
    letter-spacing: 1.5px !important;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.account-section .order-address-section-outer .address-section .shipping-info {
    margin-top: 40px;
}
.account-section .order-address-section-outer .address-section p {
    color: #fff;
}
.account-section .order-address-section-outer .address-section p .customer-name {
    font-weight: bold;
    line-height: 1.57;
    display: block;
    margin-bottom: 10px;
}
.account-section .order-address-section-outer .address-section .orange-link {
    margin-top: 20px;
    display: inline-block;
}
.account-section .order-address-section-outer .order-section {
    width: 100%;
    flex: auto;
}
.account-section .order-address-section-outer .order-section table {
    width: 100%;
    border-spacing: 0px;
}
.account-section .order-address-section-outer .order-section table th {
    padding: 0 0 20px;
    border-bottom: 2px solid #ffa500;
    text-align: left;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.account-section .order-address-section-outer .order-section table th:last-child {
    text-align: right;
}
.account-section .order-address-section-outer .order-section table th:first-child {
    text-align: left;
}
.account-section .order-address-section-outer .order-section table tbody td,
.account-section .order-address-section-outer .order-section table tfoot td,
.account-section .order-address-section-outer .order-section table tbody th,
.account-section .order-address-section-outer .order-section table tfoot th {
    padding: 20px 0;
    border-bottom: 1px solid #5a5a5a;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
}
.account-section .order-address-section-outer .order-section table tbody td:last-child,
.account-section .order-address-section-outer .order-section table tfoot td:last-child,
.account-section .order-address-section-outer .order-section table tbody th:last-child,
.account-section .order-address-section-outer .order-section table tfoot th:last-child {
    text-align: right;
}
.account-section .order-address-section-outer .order-section table tbody td:first-child,
.account-section .order-address-section-outer .order-section table tfoot td:first-child,
.account-section .order-address-section-outer .order-section table tbody th:first-child,
.account-section .order-address-section-outer .order-section table tfoot th:first-child {
    text-align: left;
}
.account-section .order-address-section-outer .order-section table tbody th,
.account-section .order-address-section-outer .order-section table tfoot th {
    font-weight: 500;
    font-size: 16px;
}
@media (max-width: 980px) {
    .account-section .order-address-section-outer {
        flex-direction: column;
    }
    .account-section .order-address-section-outer .address-section {
        width: 100%;
        margin-left: 0px;
        margin-top: 50px;
    }
}
@media (max-width: 768px) {
    .account-section .heading-section .orange-link {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 10px;
        display: inline-block;
    }
    .account-section .order-address-section-outer table thead {
        display: none;
    }
    .account-section .order-address-section-outer table tbody,
    .account-section .order-address-section-outer table tfoot {
    }
    .account-section .order-address-section-outer table tbody tr,
    .account-section .order-address-section-outer table tfoot tr {
        display: flex;
        flex-direction: column;
        background-color: #131313;
        margin-bottom: 30px;
        border: solid 1px #5a5a5a;
    }
    .account-section .order-address-section-outer table tbody td,
    .account-section .order-address-section-outer table tfoot td {
        float: left;
        clear: left;
        width: 100%;
        text-align: right !important;
        padding: 20px !important;
        position: relative;
        background: #131313;
        min-height: 62px;
    }
    .account-section .order-address-section-outer table tbody td a,
    .account-section .order-address-section-outer table tfoot td a {
        text-align: right;
    }
    .account-section .order-address-section-outer table tbody td:first-child,
    .account-section .order-address-section-outer table tfoot td:first-child {
        border-top: none;
    }
    .account-section .order-address-section-outer table tbody td:before,
    .account-section .order-address-section-outer table tfoot td:before {
        content: attr(data-label);
        position: absolute;
        left: 20px;
        top: 20px;
        font-size: 14px !important;
        line-height: 1.43;
        letter-spacing: normal;
        font-weight: bold;
        text-transform: uppercase;
    }
    .account-section .order-address-section-outer table tbody tr:last-child,
    .account-section .order-address-section-outer table tfoot tr:last-child {
        margin-bottom: 0;
    }
    .account-section .order-address-section-outer table tbody tr td:last-child,
    .account-section .order-address-section-outer table tfoot tr td:last-child {
        border-bottom: none;
    }
    .account-section .order-address-section-outer table tfoot tr {
        margin-bottom: 0px;
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .account-section .order-address-section-outer table thead,
    .account-section .order-address-section-outer table tfoot th {
        display: none !important;
    }
    .account-section .order-address-section-outer table tfoot tr td,
    .account-section .order-address-section-outer table tfoot tr th {
        border: 1px solid #5a5a5a;
        border-top: none;
    }
}
@media (max-width: 480px) {
    .account-section {
        padding: 40px 0 60px;
    }
    .account-section .order-address-section-outer {
        margin-top: 40px;
    }
}
/*account-address-section*/
.account-address-section .form-section {
    text-align: left;
    margin-top: 30px;
}
.account-address-section .form-section .orange-link {
    margin-left: 20px;
    display: inline-block;
}
.account-address-section .form-section .checkboxOuter {
    margin: 0;
    margin-bottom: 20px;
}
.account-address-section .form-section .checkboxOuter label {
    display: inline-block !important;
    top: 0px !important;
    position: relative;
    padding-left: 15px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    cursor: pointer;
}
.account-address-section .form-section .checkboxOuter label:after {
    z-index: 2;
    content: "";
    vertical-align: middle;
    text-align: center;
    position: absolute;
    cursor: pointer;
    height: 20px;
    width: 20px;
    top: 0px;
    left: -17px;
    background: #ffa500;
    border-radius: 3px;
    border: solid 1px #ffa500;
}
.account-address-section .form-section .checkboxOuter input[type="checkbox"]:checked + label:after {
    background: url({{"icon-check-black.png"|asset_url}}) no-repeat center / 21px #ffa500;
}
.account-address-section .form-section .checkboxOuter input[type="checkbox"] {
    visibility: hidden;
    margin: 0;
}
.account-address-section .address-list {
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 40px;
}
.account-address-section .address-list li {
    padding: 40px 0;
    list-style: none;
    border-bottom: 1px solid #5a5a5a;
}
.account-address-section .address-list li .address-list-inner {
    display: flex;
}
.account-address-section .address-list li .address {
    width: 100%;
    flex: auto;
}
.account-address-section .address-list li .address .customer-name {
    font-weight: bold;
    line-height: 1.57;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
.account-address-section .address-list li .address p {
    color: #fff;
}
.account-address-section .address-list li .actions {
    width: 100px;
    flex: none;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.account-address-section .address-list li .actions a {
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #ffa500;
    display: inline-block;
}
.account-address-section .address-list li .actions a:hover {
    color: #0195e7 !important;
}
.account-address-section .address-list li .actions a:last-child {
    margin-left: 15px;
}
.account-address-section .address-list li .edit-section {
    width: 100%;
}
.account-address-section .new-section {
    text-align: center;
    margin-top: 40px;
}
.account-address-section .new-section > .btn-orange {
    margin: 0 auto;
    color: #131313;
}
@media (max-width: 480px) {
    .account-address-section .address-list {
        margin-top: 0px;
    }
    .account-address-section .customer_address_table .orange-link {
        display: block;
        margin: 20px 0 0;
    }
}
/* Collection */
.collection-section {
    padding-bottom: 120px;
    /* Boost filter Mobile */
}
.collection-section h1 {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 50px;
    border-bottom: solid 1px #5a5a5a;
}
.collection-section .product-sidebar {
    flex: none;
    width: 260px;
    margin-right: 80px;
}
.collection-section .product-sidebar > div:last-child {
    display: none;
}
.collection-section .product-category-title h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 40px;
    font-weight: 500;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
}
.collection-section .product-category-title p {
    color: #fff;
    margin-top: 20px;
    display: block;
    font-size: 16px;
    line-height: 1.5;
}
.collection-section .product-category-title.mobile-screen {
    display: none;
}
.collection-section .product-category-title.mobile-screen p {
    font-size: 14px;
}
.collection-section .product-category {
    flex: auto;
    width: 100%;
}
.collection-section .boost-pfs-filter-tree-v .boost-pfs-filter-option {
    margin: 0;
    padding: 0px 0;
    border-top: none;
}
.collection-section .boost-pfs-filter-button {
    display: flex;
    position: relative !important;
    cursor: pointer;
}
.collection-section .boost-pfs-filter-button .boost-pfs-check-box {
    border: 1px solid #5a5a5a;
}
.collection-section .boost-pfs-filter-button .boost-pfs-check-box::before {
    border-color: #ffa500 !important;
}
.collection-section .boost-pfs-filter-button span {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
.collection-section .boost-pfs-filter-button .boost-pfs-filter-option-amount {
    position: absolute;
    right: 8px;
    top: 4px;
}
@media (max-width: 768px) {
    .collection-section .boost-pfs-filter-tree-mobile-full-width.boost-pfs-filter-tree-mobile-open {
        background: #12161b;
    }
    .collection-section .boost-pfs-filter-mobile-toolbar-items {
        background: #000;
    }
    .collection-section .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .collection-section .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .collection-section p.boost-pfs-filter-selected-items-mobile {
        color: #fff;
    }
}
.collection-section #left-nav ul {
    background: transparent;
}
.collection-section #left-nav ul li {
    margin-bottom: 10px !important;
}
.collection-section #left-nav ul li:last-child {
    margin-bottom: 0px;
}
.collection-section .product-list {
    text-align: left;
    color: #fff;
    width: calc(100% + 80px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: -80px;
}
.collection-section .product-list li {
    padding-left: 80px;
    width: 33.333%;
    margin-bottom: 80px;
}
.collection-section .product-list li .image-section {
    height: 260px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.collection-section .product-list li .image-section img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}
.collection-section .product-list li h5 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    margin-bottom: 5px;
    color: #fff;
}
.collection-section .product-list li p {
    color: #fff;
}
.collection-section .product-list li .price {
    margin-top: 12px;
}
.collection-section .product-list li .price span {
    color: #fff;
    margin-right: 10px;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
}
.collection-section .product-list li .price .old-price {
    text-decoration: line-through;
}
.collection-section .product-list li .price .regular-price {
    display: flex;
    opacity: 1;
    font-weight: bold;
    color: #ffa500;
    align-items: baseline;
}
.collection-section .product-list li .price .regular-price s {
    display: none;
}
.collection-section .product-list li .price .regular-price p {
    margin-bottom: 0px;
}
.collection-section .product-list li .price .regular-price span {
    color: #ffa500;
    opacity: 1;
    margin-left: 3px;
    display: inline-block;
}
.collection-section .boost-pfs-filter-option-title {
    margin-top: 50px;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .collection-section .boost-pfs-filter-option-title {
        display: block;
        margin-top: 0;
    }
}
.collection-section .boost-pfs-filter-option-title .boost-pfs-filter-option-title-text {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
}
.collection-section .boost-pfs-filter-option-title .boost-pfs-filter-option-title-text::before {
    display: none !important;
}
.collection-section .boost-pfs-filter-clear {
    font-family: "DM Sans", sans-serif;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.5 !important;
    letter-spacing: normal;
    color: #fff;
    text-decoration: underline;
    float: left !important;
    margin-left: 30px !important;
}
.collection-section .collection-shorting {
    margin-top: 40px;
    max-width: 400px;
    width: 100%;
    height: 50px;
    border: solid 1px #fff;
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
    padding: 0 35px 0 15px;
    background: url('/cdn/shop/t/16/assets/icon-down-arrow.png') no-repeat right 15px center / 20px;
}
.collection-section .collection-shorting button {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
    background: none;
    border: none;
    padding-left: 15px;
}
.collection-section .collection-shorting button:focus {
    outline: none;
}
.collection-section .collection-shorting ul {
    display: none;
    position: absolute;
    top: 42px;
    width: 100%;
    padding: 20px 15px 10px;
    left: 0;
    background: #fff;
    border: 1px solid #fff;
    z-index: 1;
    text-align: left;
}
.collection-section .collection-shorting ul li {
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #131313;
    margin-bottom: 10px;
    padding: 0px 0 !important;
}
.collection-section .collection-shorting ul li a {
    color: #131313;
    margin: 0px;
    padding: 0;
}
.collection-section #product-category #featured-products {
    border: none;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.collection-section .boost-pfs-filter-option-range-slider div {
    color: #fff !important;
}
.collection-section .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input {
    font-size: 12px !important;
}
.collection-section .collection-financing-section {
    margin-top: 76px;
    padding: 50px 0 0;
    border-top: 1px solid #5a5a5a;
}
.collection-section .collection-financing-section img {
    max-width: 50px;
}
.collection-section .collection-financing-section h3 {
    margin: 20px 0 10px;
    color: #fff;
}
.collection-section .collection-financing-section.mobile-screen {
    display: none;
    margin-top: 0px;
}
.collection-section .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    overflow-y: hidden;
}
@media (max-width: 1340px) {
    .collection-section .product-list li .image-section {
        height: 20vw;
    }
}
@media (max-width: 1024px) {
    .collection-section .product-list {
        width: calc(100% + 40px);
        margin-left: -40px;
    }
    .collection-section .product-list li {
        padding-left: 40px;
        width: 50%;
    }
    .collection-section .product-list li .image-section {
        height: 30vw;
    }
}
@media (max-width: 768px) {
    .collection-section .boost-pfs-filter-clear {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .collection-section .boost-pfs-filter-tree-v .boost-pfs-filter-option {
        margin: 0;
        padding: 25px 0;
        border-top: none;
    }
    .collection-section .collection-financing-section {
        margin-top: 25px;
    }
}
.boost-pfs-search-suggestion-header {
    font-weight: bold;
}
.boost-pfs-search-suggestion-mobile.boost-pfs-search-suggestion-wrapper {
    background: #171b22 !important;
}
body .boost-pfs-search-suggestion-header-view-all.boost-pfs-search-suggestion-header {
    border: 1px solid #3c3c3c !important;
    border-top: none !important;
}
.boost-pfs-search-suggestion-item.boost-pfs-ui-item.ui-menu-item > a {
    color: #fff !important;
}
.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item {
    border: 1px solid #3c3c3c !important;
}
.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion,
.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header,
.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-item {
    background: #171b22 !important;
    color: #fff;
}
.boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym p {
    color: #fff !important;
}
.boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym a {
    color: #ffa500 !important;
}
.boost-pfs-search-suggestion-header-view-all.boost-pfs-search-suggestion-header a {
    color: #fff !important;
}
.boost-pfs-search-suggestion-product-title {
    color: #fff !important;
}
.boost-pfs-search-suggestion-product-sale-price {
    color: #ffa500 !important;
}
.boost-pfs-search-suggestion-product-price {
    color: #fff !important;
}
.boost-pfs-search-suggestion-product-price s {
    color: #fff !important;
    opacity: 0.5;
}
.boost-pfs-search-suggestion-header,
.boost-pfs-search-suggestion .boost-pfs-search-suggestion-group li {
    background: #131313 !important;
    color: #fff;
}
.boost-pfs-search-suggestion .boost-pfs-search-suggestion-group li {
    border: 1px solid #292929 !important;
    border-bottom: none !important;
    padding: 10px;
    font-weight: bold;
}
.boost-pfs-search-suggestion-header-suggestions.boost-pfs-search-suggestion-header {
    border: none !important;
}
@media (max-width: 767px) {
    .collection-section .boost-pfs-filter-option-range-slider .noUi-pips.noUi-pips-horizontal {
        margin-top: 10px;
    }
    .collection-section .boost-pfs-filter-button.boost-pfs-filter-apply-all-button {
        cursor: pointer;
        display: inline-block;
        padding: 17px 39px;
        font-family: "DM Sans", sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        text-align: center;
        color: #131313 !important;
        text-transform: uppercase;
        border: none;
        min-width: 170px;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 0px;
        background: #ffa500;
    }
    .collection-section .collection-shorting {
        margin-top: 0px;
        max-width: 100%;
        height: 42px;
    }
    .collection-section .filter-close {
        background: none !important;
    }
    .collection-section .boost-pfs-filter-tree-mobile-button {
        margin-top: 15px;
        width: 100%;
    }
    .collection-section .boost-pfs-filter-tree-mobile-button button,
    .collection-section .boost-pfs-filter-top-sorting-mobile button {
        padding: 0px 15px !important;
        margin-bottom: 0px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.57;
        letter-spacing: normal;
        background: url({{"icon-plus.png"|asset_url}}) no-repeat right 15px center / 12px;
    }
    .collection-section #product-category #featured-products {
        padding-top: 0px !important;
    }
    .collection-section .product-list li .image-section {
        height: 45vw;
    }
    .collection-section .inner {
        flex-direction: column;
    }
    .collection-section h1 {
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 0px;
    }
    .collection-section .product-sidebar {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .collection-section .product-category-title {
        display: none;
    }
    .collection-section .product-category-title.mobile-screen {
        display: block;
        padding-bottom: 30px;
        border-bottom: 1px solid #5a5a5a;
    }
    .collection-section .collection-financing-section {
        display: none;
    }
    .collection-section .collection-financing-section.mobile-screen {
        display: block;
        margin-top: 60px;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .collection-section {
        padding-bottom: 60px;
    }
    .collection-section .product-list li {
        margin-bottom: 40px;
        text-align: center;
    }
    .collection-section .product-list li .price .regular-price {
        justify-content: center;
        flex-wrap: wrap;
    }
    .collection-section h1 {
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 0px;
    }
    .collection-section .product-sidebar {
        width: 100%;
        margin-right: 0px;
    }
    .collection-section .product-category-title h2 {
        font-size: 35px !important;
        line-height: 1.17 !important;
    }
    .collection-section .collection-financing-section {
        display: none;
    }
    .collection-section .collection-financing-section.mobile-screen {
        display: block;
        margin-top: 60px;
        text-align: center;
    }
}
/*Pagination*/
.pagination-outer {
    text-align: center;
}
.pagination-section {
    display: inline-block !important;
    margin: 0 auto;
}
.pagination-section .pagination-custom {
    position: relative;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-section .pagination-custom::before {
    content: "";
    background: #232323;
    height: 3px;
    width: calc(100% - 102px);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
}
.pagination-section .pagination-custom li {
    margin-right: 40px;
    padding-bottom: 22px;
    position: relative;
}
.pagination-section .pagination-custom li a,
.pagination-section .pagination-custom li span {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #fff;
    opacity: 0.3;
}
.pagination-section .pagination-custom li:last-child {
    margin-right: 0px;
}
.pagination-section .pagination-custom li.active span,
.pagination-section .pagination-custom li.active a {
    opacity: 1;
}
.pagination-section .pagination-custom li.active::before {
    content: "";
    background: #ffa500;
    height: 3px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.pagination-section .pagination-custom li.pageNext a,
.pagination-section .pagination-custom li.pagePrev a {
    opacity: 1;
}
.pagination-section .pagination-custom li.pageNext.disabled,
.pagination-section .pagination-custom li.pagePrev.disabled {
    opacity: 0.3;
}
@media (max-width: 400px) {
    .pagination-section .pagination-custom::before {
        width: calc(100% - 80px);
    }
    .pagination-section .pagination-custom li {
        margin-right: 30px;
    }
    .pagination-section .pagination-custom li a,
    .pagination-section .pagination-custom li span {
        font-size: 16px;
        letter-spacing: 1.2;
    }
}
/* search section */
.search-section {
    padding: 20px 0 120px;
}
.search-section .product-list {
    text-align: left;
    color: #fff;
    width: calc(100% + 80px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-left: -80px;
}
.search-section .product-list li {
    padding-left: 80px;
    width: 25%;
    margin-bottom: 80px;
}
.search-section .product-list li .image-section {
    height: 260px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.search-section .product-list li .image-section img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
}
.search-section .product-list li h5 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    margin-bottom: 10px;
    color: #fff;
}
@media (max-width: 1340px) {
    .search-section .product-list li .image-section {
        height: 20vw;
    }
}
@media (max-width: 980px) {
    .search-section .product-list li {
        width: 33.333%;
    }
    .search-section .product-list li .image-section {
        height: 30vw;
    }
}
@media (max-width: 768px) {
    .search-section .product-list li {
        width: 50%;
    }
    .search-section .product-list li .image-section {
        height: 47vw;
    }
}
@media (max-width: 480px) {
    .search-section {
        padding-top: 0px;
    }
    .search-section .product-list {
        width: calc(100% + 30px);
        margin-left: -30px;
    }
    .search-section .product-list li {
        padding-left: 30px;
        text-align: center;
        margin-bottom: 40px;
    }
}
/* PDP */
.product-extra-info-section {
    padding: 60px 0 40px;
}
.product-extra-info-section ul {
    display: flex;
    width: calc(100% + 40px);
    margin-left: -40px;
}
.product-extra-info-section ul li {
    width: 25%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #5a5a5a;
    text-align: center;
}
.product-extra-info-section ul li:first-child {
    border-left: none;
}
.product-extra-info-section ul li h3 {
    color: #fff;
    margin-bottom: 20px;
}
@media (max-width: 980px) {
    .product-extra-info-section {
        padding-bottom: 0px;
    }
    .product-extra-info-section ul {
        flex-wrap: wrap;
    }
    .product-extra-info-section ul li {
        width: 50%;
        margin-bottom: 40px;
    }
    .product-extra-info-section ul li:nth-child(odd) {
        border-left: none;
    }
}
@media (max-width: 480px) {
    .product-extra-info-section {
        padding-top: 40px;
    }
    .product-extra-info-section ul {
        margin-left: 0px;
        width: 100%;
    }
    .product-extra-info-section ul li {
        padding: 39px;
        width: 100%;
        margin-bottom: 0px;
        border-bottom: 1px solid #5a5a5a;
        border-left: none;
    }
    .product-extra-info-section ul li:first-child {
        border-top: 1px solid #5a5a5a;
    }
    .product-extra-info-section ul li h3 {
        font-size: 25px;
        line-height: 1.2;
    }
}
.product-tab-section {
    padding: 80px 0 20px;
    text-align: center;
    overflow: hidden;
}
.product-tab-section .tab-head-outer {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.product-tab-section .mobile-title {
    display: none;
}
.product-tab-section .tab-content-section {
    text-align: left;
}
.product-tab-section .tab-content-section > li {
    display: none;
}
.product-tab-section .tab-content-section > li.active {
    display: block;
}
.product-tab-section .tab-head {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
}
.product-tab-section .tab-head li {
    margin-right: 80px;
    padding-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.product-tab-section .tab-head li a {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
}
.product-tab-section .tab-head li:last-child {
    margin-right: 0px;
}
.product-tab-section .tab-head li.active a,
.product-tab-section .tab-head li:hover a {
    color: #ffa500;
    text-decoration: none;
}
.product-tab-section .tab-head li.active::before,
.product-tab-section .tab-head li:hover::before {
    content: "";
    background: #ffa500;
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.product-tab-section .tab-head::before {
    content: "";
    background: #171b22;
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
}
.product-tab-section .tab-content-section {
    padding: 80px 0 0;
}

.tab-content-section .yotpo-main-layout{
  margin-top: -70px;
}

.yotpo-layout-header-wrapper ~ .yotpo-review-border-smooth{
  display: none !important;
}

.yotpo-dropdown-closable.yotpo-reviews-widget-dropdown{
  color: white;
}

.yotpo-reviews-widget-dropdown path[Attributes Style] {
    d: path("M 1 1 L 5 5 L 9 1");
    stroke: white;
    stroke-width: 1.5;
}

@media (max-width: 980px) {
    .product-tab-section .tab-head li {
        margin-right: 40px;
    }
}
.tab-content-inner {
    display: none;
    margin-top: 30px;
}
@media (min-width: 769px) {
    .product-tab-section .tab-content.active .tab-content-inner {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .product-tab-section {
        padding-bottom: 0px;
    }
    .product-tab-section .tab-content-section {
        padding-top: 0px;
    }
    .product-tab-section .tab-head-outer {
        display: none;
    }
    .product-tab-section .mobile-title {
        display: block;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 18px;
        font-weight: 600;
        font-stretch: condensed;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.35px;
        color: #fff;
        width: 100%;
        background: url({{"icon-plus-white.png"|asset_url}}) no-repeat right center / 15px;
    }
    .product-tab-section .mobile-title:hover,
    .product-tab-section .mobile-title:focus {
        text-decoration: none;
    }
    .product-tab-section .tab-content {
        display: block !important;
        padding: 15px 0;
    }
    .product-tab-section .tab-content .tab-content-inner {
        display: none;
        margin-top: 30px;
    }
    .product-tab-section .tab-content.active .tab-content-inner {
        display: block;
    }
    .product-tab-section .tab-content.active .mobile-title {
        background: url({{"icon-minus-white.png"|asset_url}}) no-repeat right center / 15px;
    }
}
@media (max-width: 480px) {
    .product-tab-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
.half-video-half-content {
    text-align: left;
    padding: 60px 0;
    max-width: 1120px;
    margin: 0 auto;
    background: #fff;
}
.half-video-half-content a {
    color: #0195e7;
}
.half-video-half-content .video-section {
    width: 50%;
    padding-right: 40px;
    position: relative;
    min-height: 425px;
}
.half-video-half-content .video-section .video-wrapper {
    height: 100%;
    display: block;
    left: -80px;
    width: calc(100% + 40px);
    position: absolute;
}
.half-video-half-content .video-section .video-wrapper img {
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.half-video-half-content .video-section .video-wrapper::before {
    background: url({{"icon-play.png"|asset_url}}) no-repeat center / 50px;
    box-shadow: 0 0 40px 0 rgba(23, 27, 34, 0.8);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 2;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 25px);
}
.half-video-half-content .content {
    max-width: 520px;
    width: 50%;
    padding: 60px 0;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.half-video-half-content .content p em {
    font-style: normal;
}
.half-video-half-content .content p strong {
    color: #131313 !important;
    line-height: normal;
}
.half-video-half-content .content p strong span {
    display: block;
    line-height: normal;
    color: #131313 !important;
}
.half-video-half-content .content p strong span a {
    color: #0195e7 !important;
}
.half-video-half-content .content a {
    color: #0195e7;
    cursor: pointer;
}
.half-video-half-content .content h2 {
    margin-bottom: 20px;
}
.half-video-half-content .content ul {
    margin-top: 20px;
    margin-left: 10px;
}
.half-video-half-content .content ul li {
    padding-left: 25px;
    position: relative;
}
.half-video-half-content .content ul li::before {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #131313;
    z-index: 2;
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
}
.half-video-half-content.package-content .video-section .video-wrapper img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.half-video-half-content.package-content .video-section .video-wrapper::before {
    display: none;
}
@media (max-width: 980px) {
    .half-video-half-content {
        width: calc(100% + 60px);
        margin-left: -30px;
        flex-wrap: wrap;
        padding: 0 30px;
        padding-top: 50px;
        position: relative;
    }
    .half-video-half-content::before {
        width: 100%;
        height: 50px;
        background: #131313;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 1;
    }
    .half-video-half-content .video-section {
        width: 100%;
        margin-top: -50px;
        z-index: 2;
        max-height: 500px;
        height: 57.5vw;
        padding-right: 0px;
    }
    .half-video-half-content .video-section .video-wrapper {
        height: 100%;
        width: 100%;
        left: 0;
    }
    .half-video-half-content .content {
        max-width: 100%;
        width: 100%;
        padding: 60px 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 480px) {
    .half-video-half-content {
        padding-top: 30px;
    }
    .half-video-half-content::before {
        height: 30px;
    }
    .half-video-half-content .video-section {
        margin-top: -30px;
    }
    .half-video-half-content .content {
        padding: 40px 0;
    }
    .half-video-half-content .content img {
        width: 100%;
    }
}
.pdp-review-section {
    background: #fff;
    border: none;
}
.pdp-review-section .spr-icon {
    color: #ffa500;
}
.pdp-review-section .spr-starrating.spr-summary-starrating,
.pdp-review-section .spr-summary-caption {
    float: left;
}
.pdp-review-section .spr-summary-actions {
    float: right;
}
.pdp-review-section .spr-summary-actions-togglereviews {
    display: inline-block;
    margin-top: 3px;
}
.pdp-review-section .spr-header-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 28px;
    font-weight: 500;
    font-stretch: condensed;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
}
.pdp-review-section.form-section form h4 {
    color: #171b22;
}
.pdp-review-section.form-section form input[type="text"],
.pdp-review-section.form-section form input[type="search"],
.pdp-review-section.form-section form input[type="email"],
.pdp-review-section.form-section form input[type="password"],
.pdp-review-section.form-section form textarea,
.pdp-review-section.form-section form select {
    border: solid 1px #171b22;
    color: #171b22;
}
.pdp-review-section.form-section form input[type="text"]::placeholder,
.pdp-review-section.form-section form input[type="search"]::placeholder,
.pdp-review-section.form-section form input[type="email"]::placeholder,
.pdp-review-section.form-section form input[type="password"]::placeholder,
.pdp-review-section.form-section form textarea::placeholder,
.pdp-review-section.form-section form select::placeholder {
    color: #171b22;
}
.pdp-review-section .spr-form-title {
    text-align: center;
    color: #171b22;
    font-size: 20px;
}
.pdp-review-section .spr-review-header-title {
    color: #171b22;
}
.pdp-review-section .spr-summary-actions-newreview {
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #ffa500;
}
.pdp-review-section .spr-summary-actions-newreview:hover {
    color: #0195e7;
}
.pdp-review-section .spr-button {
    cursor: pointer;
    display: inline-block;
    padding: 17px 39px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #131313 !important;
    text-transform: uppercase;
    border: none;
    min-width: 170px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    background: #ffa500;
    font-style: normal;
}
.pdp-review-section .spr-container {
    border-color: #5a5a5a;
}
@media (max-width: 480px) {
    .pdp-review-section .spr-summary {
        display: flex;
        flex-direction: column;
    }
    .pdp-review-section .spr-summary .spr-summary-caption {
        padding: 5px 0;
    }
}
.pdp-product-section {
    padding: 0 0 40px;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgba(28, 32, 40, 0) 0%, #1c2028 51%, rgba(28, 32, 40, 0));
}
.pdp-product-section .inner {
    font-size: 0px;
}
.pdp-product-section .pdp-mobile-slider-section {
    display: none;
}
.pdp-product-section .small-screen-title {
    display: none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.pdp-product-section .image-section {
    width: 60.94%;
    padding-right: 80px;
    font-size: 0px;
    display: flex;
}
.pdp-product-section .image-section #thumbnail-slider {
    margin-top: 60px;
    width: 80px;
    height: 480px;
    flex: none;
    margin-right: 60px;
}
.pdp-product-section .image-section #thumbnail-slider div.inner {
    padding: 0px !important;
    background: none !important;
    margin-bottom: 60px;
}
.pdp-product-section .image-section #thumbnail-slider #thumbnail-slider-prev {
    top: -60px;
    opacity: 1 !important;
    background: url({{" icon-up-arrow.png"|asset_url}}) no-repeat center / 20px !important;
}
.pdp-product-section .image-section #thumbnail-slider #thumbnail-slider-prev::before {
    display: none !important;
}
.pdp-product-section .image-section #thumbnail-slider #thumbnail-slider-prev.disabled {
    display: none;
}
.pdp-product-section .image-section #thumbnail-slider #thumbnail-slider-next {
    bottom: -60px;
    opacity: 1 !important;
    background: url('/cdn/shop/t/16/assets/icon-down-arrow.png') no-repeat center / 20px !important;
}
.pdp-product-section .image-section #thumbnail-slider #thumbnail-slider-next::before {
    display: none !important;
}
.pdp-product-section .image-section #thumbnail-slider #thumbnail-slider-next.disabled {
    display: none;
}
.pdp-product-section .image-section #thumbnail-slider ul li {
    width: 80px !important;
    height: 80px !important;
    border: none !important;
    margin-bottom: 40px !important;
}
.pdp-product-section .image-section #thumbnail-slider ul li:last-child {
    margin-bottom: 0px !important;
}
.pdp-product-section .image-section #thumbnail-slider ul li.active {
    border-bottom: 3px solid #ffa500 !important;
}
.pdp-product-section .image-section #ninja-slider {
    width: 100%;
    background: transparent;
}
.pdp-product-section .image-section #ninja-slider ul {
    padding-top: 0 !important;
    height: 560px !important;
}
.pdp-product-section .image-section .fs-icon {
    display: none !important;
}
.pdp-product-section .image-section #ninja-slider .ns-img {
    background-color: transparent;
    background-size: contain;
    /*Note: If transitionType is zoom, it will be overridden to cover.*/
    /*decorate border*/
    box-shadow: none;
}
.pdp-product-section .image-section #ninja-slider-pager,
.pdp-product-section .image-section #ninja-slider-prev,
.pdp-product-section .image-section #ninja-slider-next,
.pdp-product-section .image-section #ninja-slider-pause-play {
    display: none;
}
.pdp-product-section .content {
    font-size: 14px;
    width: 39.06%;
}
.pdp-product-section .content h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pdp-product-section .content p {
    color: #fff;
}
.pdp-product-section .quantity-button-section-outer {
    position: relative;
}
.pdp-product-section .quantity-button-section-outer .btn-add-cart {
    position: absolute;
    bottom: 0px;
    left: 124px;
}
.pdp-product-section .icon-detail-section {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}
.pdp-product-section .icon-detail-section img {
    width: 20px;
    margin-right: 11px;
}
.pdp-product-section .icon-detail-section h5 {
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
}
.pdp-product-section .icon-detail-section span {
    font-size: 14px;
    color: #fff;
    line-height: normal;
}
.pdp-product-section #price .price__pricing-group {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 2px;
    color: #ffa500;
}
.pdp-product-section #price .price__pricing-group #list-price {
    text-decoration: line-through;
    opacity: 0.4;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
    margin-left: 20px;
}
.pdp-product-section #price .price__badge--sale {
    display: none;
}
.pdp-product-section .variant-section .selector-wrapper {
    margin-bottom: 30px;
}
.pdp-product-section .variant-section h4 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-right: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.pdp-product-section .variant-section select {
    border-radius: 0px;
    display: block;
    background: transparent;
    border: solid 1px #fff;
    padding: 0 35px 0 15px;
    background: url('/cdn/shop/t/16/assets/icon-down-arrow.png') no-repeat right 15px center / 20px;
    height: 50px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
}
.pdp-product-section .variant-section select option {
    background: #131313;
    color: #fff;
}
.pdp-product-section .variant-section .info-icon {
    height: 10px;
    width: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: url({{" icon-info.png"|asset_url}}) no-repeat center / 10px !important;
}
.pdp-product-section .variant-section .info-icon:hover .full-info-section {
    display: block;
}
.pdp-product-section .variant-section .full-info-section {
    display: none;
    background: #fff;
    padding: 20px 30px;
    position: absolute;
    width: 350px;
    left: -170px;
    top: 18px;
}
.pdp-product-section .variant-section .full-info-section p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #131313;
}
.pdp-product-section .variant-section .full-info-section a {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.83;
    letter-spacing: normal;
    color: #ffa500;
}
.pdp-product-section .variant-section .full-info-section::before {
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -3px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}
.pdp-product-section .quantity-button-section {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.pdp-product-section .quantity-button-section .btn-orange {
    max-width: 100%;
    width: 100%;
    display: none;
    font-style: normal;
}
.pdp-product-section .quantity-button-section .btn-orange.unavailable {
    background: #5a5a5a !important;
    color: #fff !important;
}
.pdp-product-section .product-quantity-outer {
    padding: 20px 19px;
    width: 104px;
    margin-right: 20px;
    max-width: 104px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    height: 50px;
    border-radius: 0px;
}
.pdp-product-section .product-quantity-outer .form-control {
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
    width: auto;
    margin: 0px;
    padding: 0;
    background: transparent;
}
.pdp-product-section .product-quantity-outer .minus-qty {
    width: 12px;
    height: 12px;
    display: block;
    cursor: pointer;
    background: url('/cdn/shop/t/16/assets/icon-minus.png') no-repeat center / 12px;
}
.pdp-product-section .product-quantity-outer .plus-qty {
    width: 12px;
    height: 12px;
    cursor: pointer;
    display: block;
    background: url('/cdn/shop/t/16/assets/icon-plus.png') no-repeat center / 12px;
}
.pdp-product-section .orange-link {
    margin-top: 20px;
    display: inline-block;
}
@media (max-width: 980px) {
    .pdp-product-section .quantity-button-section .btn-orange {
        max-width: 300px;
    }
    .pdp-product-section .variant-section {
        max-width: 420px;
    }
    .pdp-product-section .inner {
        flex-wrap: wrap;
    }
    .pdp-product-section .small-screen-title {
        display: block;
        margin-bottom: 36px;
    }
    .pdp-product-section .image-section {
        width: 100%;
        padding-right: 0px;
    }
    .pdp-product-section .content {
        margin-top: 50px;
        width: 100%;
    }
    .pdp-product-section .content h1 {
        display: none;
    }
}
@media (max-width: 600px) {
    .pdp-product-section .pdp-mobile-slider-section {
        display: block;
        width: 100%;
    }
    .pdp-product-section .pdp-mobile-slider-section .flexslider {
        background: none;
        border: none;
    }
    .pdp-product-section .pdp-mobile-slider-section #slider .flex-direction-nav {
        display: none;
    }
    .pdp-product-section .pdp-mobile-slider-section .slider-carousel-outer {
        padding: 0 15px;
    }
    .pdp-product-section .pdp-mobile-slider-section #carousel {
        margin-bottom: 0px;
    }
    .pdp-product-section .pdp-mobile-slider-section #carousel .flex-active-slide {
        border-bottom: 3px solid #ffa500;
    }
    .pdp-product-section .pdp-mobile-slider-section #carousel .slides {
        display: flex;
    }
    .pdp-product-section .pdp-mobile-slider-section #carousel .flex-direction-nav .flex-prev {
        margin-top: -5px;
        margin-left: -50px;
        width: 20px;
        height: 20px;
        font-size: 0px;
        background: url('/cdn/shop/t/16/assets/icon-prev-arrow-white.png') no-repeat center / 20px !important;
    }
    .pdp-product-section .pdp-mobile-slider-section #carousel .flex-direction-nav .flex-prev::before {
        display: none !important;
    }
    .pdp-product-section .pdp-mobile-slider-section #carousel .flex-direction-nav .flex-next {
        margin-right: -50px;
        margin-top: -5px;
        width: 20px;
        font-size: 0px;
        height: 20px;
        background: url('/cdn/shop/t/16/assets/icon-next-arrow-white.png') no-repeat center / 20px !important;
    }
    .pdp-product-section .pdp-mobile-slider-section #carousel .flex-direction-nav .flex-next::before {
        display: none !important;
    }
    .pdp-product-section .image-section {
        display: none;
        flex-direction: column;
    }
    .pdp-product-section .image-section #thumbnail-slider {
        order: 1;
    }
    .pdp-product-section .image-section #ninja-slider {
        width: 100%;
        margin-bottom: 30px;
    }
    .pdp-product-section .image-section #ninja-slider ul {
        height: calc(100vw - 60px) !important;
    }
}
@media (max-width: 480px) {
    .pdp-product-section {
        padding: 0px;
    }
    .pdp-product-section .pdp-mobile-slider-section {
        display: block;
        width: 100%;
    }
    .pdp-product-section .pdp-mobile-slider-section .flexslider {
        background: none;
        border: none;
    }
    .pdp-product-section .pdp-mobile-slider-section #slider .flex-direction-nav {
        display: none;
    }
    .pdp-product-section .pdp-mobile-slider-section #carousel .slides li {
        width: 50px !important;
    }
    .pdp-product-section .quantity-button-section {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }
    .pdp-product-section .quantity-button-section .btn-orange {
        max-width: 100%;
        margin-top: 18px;
    }
    .pdp-product-section .quantity-button-section-outer .btn-add-cart {
        position: relative;
        bottom: 0px;
        left: 0px;
        max-width: 100%;
        margin-top: 18px;
    }
    .pdp-product-section #price {
        margin-top: 20px;
        margin-bottom: 42px;
        font-size: 14px;
        line-height: 1.79;
        letter-spacing: 1.75px;
    }
    .pdp-product-section #price .price__pricing-group {
        font-size: 14px;
        line-height: 1.79;
        letter-spacing: 1.75px;
    }
    .pdp-product-section .variant-section {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .pdp-product-section .variant-section .selector-wrapper {
        margin-bottom: 20px;
    }
    .pdp-product-section .variant-section .selector-wrapper select {
        height: 42px;
    }
    .pdp-product-section .product-quantity-outer {
        padding: 16px 19px;
        margin-right: 0px;
        height: 42px;
    }
    .pdp-product-section .variant-section h4 {
        font-size: 18px;
        line-height: 1;
        letter-spacing: 1.35px;
    }
}
.full-width-content-with-white-bg {
    padding: 20px 0 120px;
}
.full-width-content-with-white-bg .white-section {
    background: #fff;
    padding: 80px;
}
.full-width-content-with-white-bg .white-section h2 {
    margin-bottom: 20px;
    margin-top: 50px;
    color: #171b22;
}
.full-width-content-with-white-bg .white-section h2.first {
    margin-top: 0px;
}
.full-width-content-with-white-bg .white-section strong {
    color: #171b22;
}
.full-width-content-with-white-bg .white-section h5 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #171b22;
    margin-top: 20px;
}
.full-width-content-with-white-bg .white-section h4 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #171b22;
    margin-top: 40px;
}
.full-width-content-with-white-bg .white-section h4:first-child {
    margin-top: 0px;
}
.full-width-content-with-white-bg .white-section li {
    margin-bottom: 10px;
}
.full-width-content-with-white-bg .white-section p {
    margin-bottom: 10px;
}
.full-width-content-with-white-bg .white-section p span {
    font-family: "DM Sans", sans-serif !important;
    color: #131313 !important;
}
@media (max-width: 980px) {
    .full-width-content-with-white-bg .container-1180 {
        padding: 0;
    }
    .full-width-content-with-white-bg .white-section {
        padding: 80px 30px;
    }
}
@media (max-width: 480px) {
    .full-width-content-with-white-bg {
        padding: 20px 0 60px;
    }
    .full-width-content-with-white-bg .white-section {
        padding: 40px 30px;
    }
    .full-width-content-with-white-bg .white-section h4 {
        font-size: 18px;
        letter-spacing: 1.35px;
    }
}
/*full-width-content-with-white-bg*/
.featured-product-section {
    padding: 100px 0;
}
.featured-product-section .mobile-heading {
    display: none;
}
.featured-product-section .container-1180 {
    position: relative;
}
.featured-product-section .container-1180::before {
    content: "";
    background: #5a5a5a;
    height: 1px;
    width: calc(100% - 60px);
    left: 30px;
    position: absolute;
    bottom: -100px;
}
.featured-product-section .image-section {
    width: 380px;
    margin-right: 80px;
    flex: none;
}
.featured-product-section .image-section .image-wrapper {
    position: relative;
    width: 380px;
    height: 380px;
}
.featured-product-section .image-section .image-wrapper img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.featured-product-section .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.featured-product-section .content h4 {
    margin-bottom: 5px;
}
.featured-product-section .content h2 {
    margin-bottom: 30px;
}
.featured-product-section .content .price__pricing-group {
    display: flex;
    align-items: center;
}
.featured-product-section .content .price__pricing-group span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 2px;
    color: #ffa500;
}
.featured-product-section .content .price__pricing-group .price__badge.price__badge--sale {
    display: none;
}
.featured-product-section .content .price__pricing-group #compare-price {
    opacity: 0.4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
    margin-left: 13px;
}
.featured-product-section .content select {
    border-radius: 0px;
    padding: 13.5px 70px 13.5px 20px;
    border: solid 1px #fff;
    width: 100%;
    background: transparent;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
    margin: 20px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 50px;
    background: url('/cdn/shop/t/16/assets/icon-dropdown-white.png') no-repeat right 20px center / 20px !important;
}
.featured-product-section .content .product-form__item {
    display: flex;
}
.featured-product-section .content .product-form__item a,
.featured-product-section .content .product-form__item button {
    max-width: 320px;
    width: 100%;
}
.featured-product-section .content .product-form__item a {
    margin-left: 20px;
}
@media (max-width: 980px) {
    .featured-product-section .mobile-heading {
        display: block;
        margin-bottom: 75px;
    }
    .featured-product-section .container-1180 {
        flex-direction: column;
    }
    .featured-product-section .container-1180 .image-section {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 70px;
    }
    .featured-product-section .container-1180 .image-section .image-wrapper {
        height: 100vw;
        width: 100%;
        max-height: 300px;
    }
    .featured-product-section .container-1180 .content h2,
    .featured-product-section .container-1180 .content h4.orange {
        display: none;
    }
}
@media (max-width: 480px) {
    .featured-product-section {
        padding: 60px 0;
    }
    .featured-product-section .mobile-heading {
        margin-bottom: 28px;
    }
    .featured-product-section .container-1180::before {
        bottom: -60px;
    }
    .featured-product-section .container-1180 .image-section {
        margin-bottom: 28px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .featured-product-section .container-1180 .content select {
        padding: 9.5px 70px 9.5px 20px;
    }
    .featured-product-section .container-1180 .content .product-form__item {
        flex-direction: column;
    }
    .featured-product-section .container-1180 .content .product-form__item a,
    .featured-product-section .container-1180 .content .product-form__item button {
        max-width: 100%;
        width: 100%;
        padding: 12px 39px;
    }
    .featured-product-section .container-1180 .content .product-form__item a {
        margin-left: 0px;
        margin-top: 15px;
    }
}
.top-bar {
    background: #0195e7;
    padding: 12px 0;
    position: relative;
}
.top-bar p,
.top-bar p a {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.top-bar p a,
.top-bar p a a {
    text-decoration: underline;
    margin-left: 10px;
}
.top-bar .close {
    position: absolute;
    right: 12px;
    top: 15px;
}
.top-bar .close svg {
    height: 12px;
}
@media (max-width: 480px) {
    .top-bar .close {
        top: 17px;
    }
}
@media (max-width: 480px) {
    .top-bar {
        padding: 10px 0;
    }
    .top-bar p,
    .top-bar p a {
        font-size: 10px;
        letter-spacing: 1.67px;
    }
    .top-bar a {
        display: block;
        margin-left: 0px;
    }
}

.product-recommendations {
    padding: 80px 0 100px;
}
.shopify-challenge__container {
    padding: 20px 0 60px;
    text-align: center;
}
.shopify-challenge__container .shopify-challenge__button {
    margin-top: 30px !important;
    cursor: pointer;
    display: inline-block;
    padding: 17px 39px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #131313 !important;
    text-transform: uppercase;
    border: none;
    min-width: 170px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    background: #ffa500;
}
.shopify-challenge__container .shopify-challenge__button:hover {
    background: transparent;
    color: #0195e7 !important;
    padding: 16px 39px;
    border: 1px solid #0195e7 !important;
    text-decoration: none;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
.boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    max-height: none !important;
}
/*Mapbox*/
.mapboxgl-popup-content {
    padding: 15px 20px !important;
}
.mapboxgl-popup-content h3 {
    margin-bottom: 10px;
}
.mapboxgl-popup-content a {
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    color: orange;
}
.mapboxgl-popup-content a:hover {
    color: #0195e7;
}
.mapboxgl-popup-content p a {
    color: #0195e7;
}
.mapboxgl-popup-content p a:hover {
    color: orange;
}
/* Cart success/error message on PDP */
#cart-message {
    padding: 20px;
    text-align: center;
}
#cart-message.message-success {
    background: #006fbb;
    margin: 10px 0;
}
#cart-message.message-error {
    background: #633030;
    margin: 10px 0;
}
.boost-pfs-search-suggestion-popover[data-direction="left"] {
    height: 0px !important;
}
input[type="text"]:-webkit-autofill,
input[type="search"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="password"]:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 1000px 0px 0px 0px #131313 inset;
}
/* .full-hero-carousel li .content h1 {
	 color: white;
	 font-size: 90px;
	 margin-bottom: 20px;
	 line-height: 0.94;
	 letter-spacing: 0.56px;
	 text-transform: uppercase;
}
 */
/* 13-06-2022*/
.collection-section .product-category-title h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 40px;
    font-weight: 500;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: normal;
    color: white;
    border-bottom: 0;
    text-transform: capitalize;
    padding: 0;
}
.collection-section .shop-product-left-title {
    color: white;
    text-transform: uppercase;
    padding-bottom: 50px;
    border-bottom: solid 1px #5a5a5a;
    font-size: 60px;
    line-height: 1.08;
    letter-spacing: 0.38px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
}
@media (max-width: 480px) {
    .collection-section .product-category-title h1 {
        font-size: 35px !important;
        line-height: 1.17 !important;
    }
    .collection-section .shop-product-left-title {
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 0px;
        font-size: 40px;
        line-height: 1.05;
        letter-spacing: 0.25px;
    }
}

.four-column-list-with-heading-category-tab {
    overflow: hidden;
    background-color: #131313;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(23, 27, 34, 0) 0%, #171b22 51%, rgba(23, 27, 34, 0));
    padding: 0 0 120px;
}
.four-column-list-with-heading-category-tab.padding-top {
    padding-top: 100px;
}
.four-column-list-with-heading-category-tab .tab-content-section {
    padding-right: 0px !important;
}
.four-column-list-with-heading-category-tab h2 {
    color: #fff;
}
.four-column-list-with-heading-category-tab .category-list {
    margin-top: 50px;
    justify-content: center;
    text-align: left;
}
.four-column-list-with-heading-category-tab .category-list li {
    cursor: pointer;
    padding-bottom: 23px;
    display: flex;
    align-items: center;
    margin-right: 80px;
    border-bottom: solid 2px #171b22;
    position: relative;
}
.four-column-list-with-heading-category-tab .category-list li h3 {
    opacity: 0.4;
    color: #fff;
}
.four-column-list-with-heading-category-tab .category-list li .image-wrapper {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    position: relative;
}
.four-column-list-with-heading-category-tab .category-list li img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: saturate(0%) brightness(70%) contrast(1000%);
}
.four-column-list-with-heading-category-tab .category-list li:last-child {
    margin-right: 0px;
}
.four-column-list-with-heading-category-tab .category-list li:last-child::before {
    display: none;
}
.four-column-list-with-heading-category-tab .category-list li::before {
    content: "";
    background: #171b22;
    height: 2px;
    width: 80px;
    position: absolute;
    right: -80px;
    bottom: -2px;
}
.four-column-list-with-heading-category-tab .category-list li:hover,
.four-column-list-with-heading-category-tab .category-list li.active {
    border-color: #ffa500;
}
.four-column-list-with-heading-category-tab .category-list li:hover h3,
.four-column-list-with-heading-category-tab .category-list li.active h3 {
    opacity: 1;
}
.four-column-list-with-heading-category-tab .category-list li:hover img,
.four-column-list-with-heading-category-tab .category-list li.active img {
    filter: none;
}
.four-column-list-with-heading-category-tab .tab-content {
    display: none;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    overflow-x: auto;
    overflow-y: hidden;
}
.four-column-list-with-heading-category-tab .tab-content.active {
    display: block;
}
.four-column-list-with-heading-category-tab .tab-content::-webkit-scrollbar {
    display: none !important;
    width: 0px;
    background: transparent;
}
.four-column-list-with-heading-category-tab .product-list {
    color: #fff;
    white-space: nowrap;
    margin: 0 auto;
    margin-top: 40px;
    /* Hide scrollbar for Chrome, Safari and Opera */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.four-column-list-with-heading-category-tab .product-list li {
    text-align: left;
    display: inline-block;
    margin-right: 80px;
    width: 260px;
    white-space: normal;
}
.four-column-list-with-heading-category-tab .product-list li:last-child {
    margin-right: 0;
}
.four-column-list-with-heading-category-tab .product-list li .image-section {
    height: 260px;
    margin-bottom: 20px;
    position: relative;
}
.four-column-list-with-heading-category-tab .product-list li .image-section img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.four-column-list-with-heading-category-tab .product-list li h5 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    margin-bottom: 5px;
    color: #fff;
}
.four-column-list-with-heading-category-tab .product-list li h5 a {
    color: #fff;
}
.four-column-list-with-heading-category-tab .product-list li p {
    color: #fff;
}
.four-column-list-with-heading-category-tab .product-list li .price {
    margin-top: 12px;
}
.four-column-list-with-heading-category-tab .product-list li .price span {
    color: #fff;
    margin-right: 10px;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
}
.four-column-list-with-heading-category-tab .product-list li .price .old-price {
    text-decoration: line-through;
}
.four-column-list-with-heading-category-tab .product-list li .price .regular-price {
    opacity: 1;
    font-weight: bold;
    color: #ffa500;
}
.four-column-list-with-heading-category-tab .product-list::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.four-column-list-with-heading-category-tab .btn-orange {
    margin-top: 60px;
}
.four-column-list-with-heading-category-tab .mobile-category-tab-menu {
    display: none;
}
@media (max-width: 1024px) {
    .four-column-list-with-heading-category-tab .mobile-category-tab-menu {
        margin: 0 auto;
        margin-top: 40px;
        max-width: 400px;
        width: 100%;
        height: 42px;
        border: solid 1px #fff;
        display: flex;
        position: relative;
        align-items: center;
        padding: 0 35px 0 15px;
        background: url('/cdn/shop/t/16/assets/icon-down-arrow.png') no-repeat right 15px center / 20px;
    }
    .four-column-list-with-heading-category-tab .mobile-category-tab-menu h5 {
        font-family: "DM Sans", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.57;
        letter-spacing: normal;
        color: #fff;
    }
    .four-column-list-with-heading-category-tab .mobile-category-tab-menu ul {
        display: none;
        position: absolute;
        top: 42px;
        width: 100%;
        padding: 20px 15px 10px;
        left: 0;
        background: #fff;
        border: 1px solid #fff;
        z-index: 1;
        text-align: left;
    }
    .four-column-list-with-heading-category-tab .mobile-category-tab-menu ul li {
        font-family: "DM Sans", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.57;
        letter-spacing: normal;
        color: #131313;
        margin-bottom: 10px;
    }
    .four-column-list-with-heading-category-tab .category-list {
        margin-top: 33px;
    }
    .four-column-list-with-heading-category-tab .category-list li {
        margin-right: 0px;
        display: none;
        border: none;
    }
    .four-column-list-with-heading-category-tab .category-list li.active {
        display: flex;
    }
    .four-column-list-with-heading-category-tab .category-list li::before {
        display: none;
    }
}
@media (max-width: 480px) {
    .four-column-list-with-heading-category-tab {
        padding-bottom: 80px;
    }
    .four-column-list-with-heading-category-tab.padding-top {
        padding-top: 128px;
    }
    .four-column-list-with-heading-category-tab .category-list li h3 {
        font-size: 25px;
        line-height: 1.2;
    }
    .four-column-list-with-heading-category-tab .product-list {
        margin-top: 0px;
    }
    .four-column-list-with-heading-category-tab .product-list li {
        margin-right: 30px;
        width: 200px;
    }
    .four-column-list-with-heading-category-tab .product-list li .image-section {
        height: 200px;
    }
}
.four-column-list-with-heading {
    overflow: hidden;
    background-color: #131313;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(23, 27, 34, 0) 0%, #171b22 51%, rgba(23, 27, 34, 0));
    padding: 0px 0 120px;
}
.four-column-list-with-heading h2 {
    color: #fff;
}
.four-column-list-with-heading .product-list {
    text-align: left;
    color: #fff;
    width: calc(100% + 80px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: -80px;
}
.four-column-list-with-heading .product-list li {
    padding-left: 80px;
    width: 25%;
}
.four-column-list-with-heading .product-list li .image-section {
    height: 260px;
    margin-bottom: 20px;
    position: relative;
}
.four-column-list-with-heading .product-list li .image-section img {
    position: absolute;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.four-column-list-with-heading .product-list li h5 {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: normal;
    margin-bottom: 5px;
    color: #fff;
}
.four-column-list-with-heading .product-list li p {
    color: #fff;
}
.four-column-list-with-heading .product-list li .price {
    margin-top: 12px;
}
.four-column-list-with-heading .product-list li .price span {
    color: #fff;
    margin-right: 10px;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
}
.four-column-list-with-heading .product-list li .price .old-price {
    text-decoration: line-through;
}
.four-column-list-with-heading .product-list li .price .regular-price {
    opacity: 1;
    font-weight: bold;
    color: #ffa500;
}
@media (max-width: 980px) {
    .four-column-list-with-heading {
        padding: 0px 0 40px;
    }
    .four-column-list-with-heading .product-list li {
        width: 33.333%;
        margin-bottom: 80px;
    }
}
@media (max-width: 768px) {
    .four-column-list-with-heading .product-list {
        margin-top: 88px;
    }
    .four-column-list-with-heading .product-list li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .four-column-list-with-heading {
        padding-top: 0px !important;
    }
    .four-column-list-with-heading h2 {
        font-size: 30px !important;
        line-height: 1.17 !important;
    }
    .four-column-list-with-heading .product-list {
        width: calc(100% + 30px);
        margin-left: -30px;
    }
    .four-column-list-with-heading .product-list li {
        padding-left: 30px;
        text-align: center;
        margin-bottom: 40px;
    }
    .four-column-list-with-heading .product-list li .image-section {
        height: 115px;
    }
}

.template-product .yotpo-review-border-smooth {
    height: 5px;
    border-bottom: 2px solid white;
    background-image: none;
}



