html {
    overflow: initial !important
}

html,
html body {
    overflow-x: hidden
}

#fsb_container {
    display: none !important
}

.mobile-specific {
    display: none
}

@media only screen and (max-width: 798px) {
    .mobile-specific {
        display: block
    }
}

.desktop-specific {
    display: block
}

@media only screen and (max-width: 798px) {
    .desktop-specific {
        display: none
    }
}

.icon-down-arrow:before {
    content: "";
    width: 11px;
    height: 8px;
    background: 0 0/100% no-repeat url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L8 8L14 2' stroke='%23111111'/%3E%3C/svg%3E")
}

.toggle_content {
    padding: 0
}

.breadcrumb__wrapper {
    position: relative
}

.breadcrumb_text {
    text-align: left
}

@media only screen and (max-width: 798px) {
    .breadcrumb_text {
        white-space: nowrap;
        width: 100%;
        overflow: auto
    }
    .breadcrumb_text:after {
        content: "";
        width: 20px;
        display: inline-block;
        height: 20px
    }
}

.breadcrumb_text a {
    color: #666
}

@media only screen and (max-width: 798px) {
    .breadcrumb_text a {
        display: inline-block
    }
}

.breadcrumb_text a:last-of-type span {
    color: #000
}

.breadcrumb_text .breadcrumb-divider {
    margin: 0 12px;
    color: #666
}

b,
strong {
    font-weight: 600
}

.option_title,
label,
legend {
    font-weight: 600
}

.light-grey-bg {
    background: #f2f2f2
}

.top-bar {
    border-bottom: 1px solid #eee
}

.top-bar>section>.container {
    padding: 0
}

.top-bar .top-bar-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 5px 0;
}

.top-bar li {
    padding-left: 16px;
    padding-right: 16px
}

.top-bar .menu a {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px
}

.top-bar .menu a span {
    padding: 0
}

.top-bar .menu a:before {
    width: 20px;
    height: 20px;
    content: "";
    margin: 0;
    display: block
}

.top-bar .menu a.icon-user span {
    display: none
}

.top-bar .menu a.icon-user:before {
    background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10C12.21 10 14 8.21 14 6C14 3.79 12.21 2 10 2C7.79 2 6 3.79 6 6C6 8.21 7.79 10 10 10ZM10 12C7.33 12 2 13.34 2 16V18H18V16C18 13.34 12.67 12 10 12Z' stroke='black'/%3E%3C/svg%3E%0A")
}

.top-bar .menu a.icon-wishlist span {
    display: none
}

.top-bar .menu a.icon-wishlist:before {
    background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 15C8.75297 14.9997 8.51176 14.9289 8.30773 14.7969C5.2852 12.8519 3.97642 11.5182 3.25454 10.6844C1.71616 8.90708 0.979659 7.08234 1.00043 5.1063C1.02466 2.84188 2.94109 1 5.27251 1C6.9678 1 8.14197 1.90526 8.82578 2.65922C8.84744 2.68286 8.8742 2.70182 8.90426 2.71481C8.93432 2.72781 8.96697 2.73453 9 2.73453C9.03303 2.73453 9.06568 2.72781 9.09574 2.71481C9.1258 2.70182 9.15256 2.68286 9.17422 2.65922C9.85803 1.90453 11.0322 1 12.7275 1C15.0589 1 16.9753 2.84187 16.9996 5.10667C17.0203 7.08307 16.2831 8.90781 14.7455 10.6848C14.0236 11.5186 12.7148 12.8522 9.69227 14.7973C9.4882 14.9292 9.24699 14.9998 9 15V15Z' stroke='%23111111'/%3E%3C/svg%3E")
}

.top-bar .top-bar--right {
  height: 50px
}

#header .top-bar a.mobile_logo {
    position: relative;
    width: auto
}

#header .top-bar a.mobile_logo img {
    max-width: 102px
}

.mobile_nav.open:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99997 4.00003L16 16.0001' stroke='%23111111'/%3E%3Cpath d='M3.99997 16L16 3.99991' stroke='%23111111'/%3E%3C/svg%3E%0A")
}

.mobile_nav:before {
    background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5H18' stroke='%23111111'/%3E%3Cpath d='M2 10H18' stroke='%23111111'/%3E%3Cpath d='M2 15H14' stroke='%23111111'/%3E%3C/svg%3E%0A");
    content: "";
    width: 20px;
    height: 20px;
    margin: 0;
    display: block
}

#header .mobile-nav-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0;
    width: 100%
}

#header .mobile-nav-section .top-bar--left,
#header .mobile-nav-section .top-bar--right {
    flex: 1;
    display: flex;
    justify-content: center
}

#header .mobile-nav-section .top-bar--left.top-bar--right .mini_cart .cart_count,
#header .mobile-nav-section .top-bar--right.top-bar--right .mini_cart .cart_count {
    display: none
}

#header .mobile-nav-section>a,
#header .mobile-nav-section .cart-container>a,
#header .mobile-nav-section .top-bar--right>a,
#header .mobile-nav-section .top-bar--left>a {
  padding: 0 10px;
  width: auto !important;
  height: 50px
}

#header .mobile-nav-section>a{
  height: 60px;
}

#header .mobile-nav-section a.icon-user {
    margin-right: auto;
  visibility:hidden;
    pointer-events:none;
}

#header .mobile-nav-section a.icon-user:before {
    background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10C12.21 10 14 8.21 14 6C14 3.79 12.21 2 10 2C7.79 2 6 3.79 6 6C6 8.21 7.79 10 10 10ZM10 12C7.33 12 2 13.34 2 16V18H18V16C18 13.34 12.67 12 10 12Z' stroke='black'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    content: "";
    margin: 0;
    display: block
}

#header .mobile-nav-section a.icon-search {
    margin-left: auto
}

.mobile-search {
    overflow: hidden
}

.mobile-search form {
    height: 100vh;
    width: 100vw
}

.mobile-search input.input {
    padding-top: 0
}

.cart-container .mini_cart,
.sticky_nav .mini_cart {
    margin: 0;
    padding-right: 0;
    max-width: none;
    width: auto
}
.cart-menu-link .mini_cart:before,
.cart-container .mini_cart:before,
.sticky_nav .mini_cart:before {
    background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 5.30957H16.2143V16C16.2143 17.3808 15.095 18.5 13.7143 18.5H4C2.61929 18.5 1.5 17.3808 1.5 16V5.30957ZM2.5 6.30957V16C2.5 16.8285 3.17157 17.5 4 17.5H13.7143C14.5427 17.5 15.2143 16.8285 15.2143 16V6.30957H2.5Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.42871 2.5C6.60028 2.5 5.92871 3.17157 5.92871 4V8.85714H4.92871V4C4.92871 2.61929 6.048 1.5 7.42871 1.5H10.2859C11.6666 1.5 12.7859 2.61929 12.7859 4V8.85714H11.7859V4C11.7859 3.17157 11.1143 2.5 10.2859 2.5H7.42871Z' fill='black'/%3E%3C/svg%3E");
    content: "";
    width: 20px;
    height: 20px;
    margin: 0;
    display: block
}

.cart-container .mini_cart .cart_count,
.sticky_nav .mini_cart .cart_count {
    font-size: 14px;
    line-height: 30px
}

.sticky_nav .mini_cart {
    padding-left: 32px
}

.cart_content {
    top: 31px;
    border-right: 1px solid #ddd;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@media only screen and (max-width: 798px) {
    .cart_content {
        top: 61px;
        max-width: none
    }
}

.cart_content .remove-icon:before {
    content: "";
    background: 50% 50%/12px 12px no-repeat url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.00006L9.99996 10' stroke='%23666666'/%3E%3Cpath d='M2 9.99996L9.99996 2' stroke='%23666666'/%3E%3C/svg%3E");
    width: 14px;
    height: 14px
}

.cart_content .tos {
    margin-top: 0
}

.cart_content .item_title {
    font-weight: 600
}

.cart_content .item_title a {
    color: #111 !important
}

.cart_content .price .money:first-of-type {
    color: #111
}

.cart_content [data-minicart-checkout-button] {
    pointer-events: all
}

.main-nav__wrapper {
    width: 100%
}

.logo-position--center.search-enabled--true .nav--right {
    width: auto
}

.menu .vertical-menu li {
    padding-right: 32px
}
@media only screen and (max-width: 1150px){
  .menu .vertical-menu li {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 850px){
  .menu .vertical-menu li {
    padding-right: 3px;
  }
}
.main-nav {
    padding: 0
}

.main-nav>section>.container {
    padding: 0
}

.main-nav .nav {
    width: auto;
    flex: 1;
    display: flex;
    justify-content: center
}

.main-nav .nav.nav--left>.menu {
    margin-right: auto;
    flex: unset
}

.main-nav .nav.nav--right>.menu {
    margin-left: auto;
    flex: unset
}

.main-nav .nav.nav--right .icon-search {
    padding-left: 32px
}

.main-nav .nav.nav--right .icon-search:before {
    background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.4' cy='8.4' r='6.4' stroke='black'/%3E%3Cpath d='M13.2 13.2L18 18' stroke='black'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    content: "";
    margin: 0;
    display: block
}

.main-nav .nav .menu a.top_link,
.main-nav .nav .menu a.dropdown_link--vertical,
.main-nav .nav .menu a.mega-menu-parent,
.main-nav .nav .menu .icon-search {
    padding-top: 0;
    padding-bottom: 0;
    height: 84px;
    display: inline-flex;
    align-items: center
}

.main-nav-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.sticky_nav .menu-position--inline.logo-position--center .nav--right {
    width: auto
}

.sticky_nav {
    border-bottom: 1px solid #eee
}

.sticky_nav .main-nav {
    padding: 0
}

.sticky_nav .nav--left {
    padding-left: 0
}

.search-container {
    position: fixed;
    top: -50px;
    left: 0;
    padding: 0;
    max-width: none;
    background: #222;
    z-index: 9999;
    transition: top .2s ease-in-out
}

.search-container.show {
    top: 0
}

.search-container .search__form {
    max-width: 550px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.search-container .search__form .icon-search {
    position: relative;
    top: auto;
    right: auto
}

.search-container .search__form .icon-search:before {
    background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.4' cy='8.4' r='6.4' stroke='white'/%3E%3Cpath d='M13.2 13.2L18 18' stroke='white'/%3E%3C/svg%3E%0A");
    content: "";
    width: 20px;
    height: 20px;
    margin: 0;
    display: block
}

.search-container .search__form .icon-close {
    position: relative;
    top: auto;
    right: auto;
    cursor: pointer
}

.search-container .search__form .icon-close:before {
    background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99997 4.00003L16 16.0001' stroke='white'/%3E%3Cpath d='M3.99997 16L16 3.99991' stroke='white'/%3E%3C/svg%3E%0A");
    content: "";
    width: 20px;
    height: 20px;
    margin: 0;
    display: block
}

.search-container .search__form .search__form_input {
    height: 50px;
    border: 0;
    color: #fff;
    flex: 1 1 auto;
    width: auto;
    padding: 0 10px;
    letter-spacing: 0;
    border-bottom: 0
}

.search-container .search__form .search__form_input:active,
.search-container .search__form .search__form_input:focus {
    border-bottom: 0
}

.search-container .search__form .search__form_input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.search-container .search__form .search__form_input::-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.search-container .search__form .search__form_input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.search-container .search__form .search__form_input:-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.search-container .search__form .search__results-wrapper {
    flex: 0 0 100%
}

.search-container .search__form .search__results-wrapper .search__results {
    width: 100%
}

.mega-menu .dropdown {
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    transition: none;
    -webkit-animation: none;
    animation: none
}

.mega-menu .dropdown>section>.container {
    padding: 0
}

.mega-menu .dropdown .dropdown_column {
    padding-left: 0;
    padding-right: 0
}

.mega-menu .dropdown .dropdown_column[data-type=column] {
    flex: 0 0 20%
}

.mega-menu .dropdown .dropdown_column[data-type=column] .dropdown_column__menu .dropdown_title {
    border: 0;
    padding: 0
}

.mega-menu .dropdown .dropdown_column[data-type=column] .dropdown_column__menu .dropdown_title a {
    padding-top: 39px;
    line-height: 1.3
}

.mega-menu .dropdown .dropdown_column[data-type=image-with-caption] {
    padding: 0;
    flex: 1 1 50%
}

.mega-menu .dropdown .dropdown_column[data-type=image-with-caption] .mega-menu__image-caption-link {
    margin: 0;
    padding: 0
}

.mega-menu .dropdown .dropdown_column[data-type=image-with-caption] .mega-menu__image-caption-link>a {
    padding: 0
}

.mega-menu .dropdown .dropdown_column[data-type=image-with-caption] .mega-menu__image-caption-link>a .mega-menu__image-caption {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    color: #fff
}

.mega-menu .dropdown .dropdown_column[data-type=collection] .mega-menu__richtext p {
    padding-top: 39px;
    line-height: 1.3
}

.dropdown_container[data-dropdown=mobile_menu] {
    height: calc(100% - 60px);
    background: #fff;
    position: relative
}

.dropdown_container[data-dropdown=mobile_menu]>.dropdown {
    height: 100%
}

body.promo-banner--show .dropdown_container[data-dropdown=mobile_menu] {
  height: 93%;
}

.cart_container.hide {
    visibility: hidden;
    pointer-events: none
}
#mobile_menu2,
#mobile_menu {
    margin: 0;
    padding: 10px 20px;
    height: auto;
}

@media only screen and (max-width: 798px) {
    #mobile_menu .mega-menu__image {
        display: none
    }
}

#mobile_menu .frame_title {
    padding: 0;
    margin-top: 10px;
    text-align: center;
}
#mobile_menu2>li,
#mobile_menu>li {
    position: unset
}

#mobile_menu>li .menu_back {
  position: absolute;
  top: unset;
  left: 0;
  width: 50px;
  height: 27px;
  background: #fff 20px center/20px 20px no-repeat url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10H8' stroke='%23111111' stroke-width='1.2'/%3E%3Cpath d='M8 4L2 10M2 10L8 16M2 10H8' stroke='%23111111' stroke-width='1.2'/%3E%3C/svg%3E") !important;
  display: none
}

#mobile_menu2>li>a,
#mobile_menu>li>a {
    display: flex;
    align-items: center;
    
}

#mobile_menu>li>a .icon-down-arrow {
    padding-right: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

#mobile_menu>li>a .icon-down-arrow:before {
  content: "";
  background: center/cover no-repeat url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" /></svg>') !important;
  width: 10px;
  height: 16px;
  margin: 0
}

#mobile_menu>li>ul {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    margin: 0;
    z-index: 1;
    padding: 10px 20px !important;
    transform: translateX(100%);
    transition: all .3s;
    height: calc(100vh - 60px);
    height: 100%
}

#mobile_menu>li>ul .sublink:not(.mobile-mega-menu_block)>a {
  font-weight: 600;
  text-transform: uppercase;
  color: #111
}

#mobile_menu>li>ul .sublink>a:before {
    content: "";
    background: center/cover no-repeat url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L8 8L14 2' stroke='%23111111'/%3E%3C/svg%3E") !important;
    width: 16px;
    height: 10px;
    margin: 0;
    display: inline-block;
    float: right;
    top: 50%;
    position: absolute;
    right: 0;
    margin-top: -5px;
    transition: transform .3s linear
}

#mobile_menu>li>ul .sublink>a .icon-down-arrow {
    display: none
}

#mobile_menu>li>ul .sublink>a.active:before {
    transform: rotateX(180deg)
}

#mobile_menu>li>ul .sublink ul {
    display: block;
    padding: 0;
    margin: 0
}

#mobile_menu>li>ul .sublink ul a {
    text-transform: none;
    color: #444;
    letter-spacing: 0
}

#mobile_menu>li>ul a {
  text-transform: uppercase;
    color: #444;
    letter-spacing: 0
}

#mobile_menu>li.sublink>a:after {
    display: none
}

#mobile_menu>li.sublink>ul {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

#mobile_menu>li.active>ul {
    transform: translateX(0)
}

#mobile_menu>li.active .menu_back {
    display: block
}

.product-list .thumbnail,
.slider-gallery .thumbnail {
    background: #f2f2f2;
    text-align: left;
    padding: 0 6px;
    padding: 0;
    margin-bottom: 20px;
    transition: all .2s ease-in-out
}

.product-list .thumbnail a,
.product-list .thumbnail a span,
.slider-gallery .thumbnail a,
.slider-gallery .thumbnail a span {
    padding: 0;
    vertical-align: initial
}

.product-list .thumbnail .product_image img.secondary,
.slider-gallery .thumbnail .product_image img.secondary {
    -o-object-position: center;
    object-position: center
}

@media only screen and (max-width: 798px) {
    .product-list .thumbnail .product_image,
    .slider-gallery .thumbnail .product_image {
        margin-top: 20px
    }
}

.product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption {
    padding: 0 10px;
    margin-top: 10px
}

.product-list .thumbnail .product-info__caption .product-details span,
.slider-gallery .thumbnail .product-info__caption .product-details span {
    text-transform: none;
    letter-spacing: 0;
    padding: 0
}

.product-list .thumbnail .product-info__caption .title,
.slider-gallery .thumbnail .product-info__caption .title {
    font-weight: 600
}

@media only screen and (min-width: 799px) {
    .product-list .thumbnail .product-info__caption .title,
    .slider-gallery .thumbnail .product-info__caption .title {
        font-size: 16px
    }
}

.product-list .thumbnail .product-info__caption .price .current_price,
.product-list .thumbnail .product-info__caption .price .current_price span,
.slider-gallery .thumbnail .product-info__caption .price .current_price,
.slider-gallery .thumbnail .product-info__caption .price .current_price span {
    font-size: 14px
}

.product-list .thumbnail .product-info__caption .price .was-price,
.product-list .thumbnail .product-info__caption .price .was-price span,
.slider-gallery .thumbnail .product-info__caption .price .was-price,
.slider-gallery .thumbnail .product-info__caption .price .was-price span {
    font-size: 12px
}

.product-list .thumbnail .collection_swatches,
.slider-gallery .thumbnail .collection_swatches {
    display: flex;
    padding: 0 10px;
    margin: 10px 0 20px
}

.product-list .thumbnail .collection_swatches .swatch,
.slider-gallery .thumbnail .collection_swatches .swatch {
    margin-right: 8px
}

.product-list .thumbnail .collection_swatches .swatch span,
.slider-gallery .thumbnail .collection_swatches .swatch span {
    width: 18px;
    min-width: 18px;
    height: 18px;
    padding: 0;
    vertical-align: initial
}

@media only screen and (max-width: 798px) {
    .product-list .thumbnail .collection_swatches .swatch span,
    .slider-gallery .thumbnail .collection_swatches .swatch span {
        width: 20px;
        min-width: 20px;
        height: 20px
    }
}

.product-list .thumbnail .collection_swatches .swatch span:before,
.slider-gallery .thumbnail .collection_swatches .swatch span:before {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: -3px;
    left: -3px;
    border: 1px solid #bbb;
    border-radius: 50%;
    transition: opacity .2s ease-in-out;
    opacity: 0
}

.product-list .thumbnail .collection_swatches .swatch.active span:before,
.slider-gallery .thumbnail .collection_swatches .swatch.active span:before {
    opacity: 1
}

.product-list .thumbnail .was_price,
.slider-gallery .thumbnail .was_price {
    font-size: 12px
}

.product-list .thumbnail .banner_holder,
.slider-gallery .thumbnail .banner_holder {
    right: auto;
    left: 6px;
    top: 9px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media only screen and (max-width: 798px) {
    .product-list .thumbnail .banner_holder,
    .slider-gallery .thumbnail .banner_holder {
        flex-direction: row
    }
}

.product-list .thumbnail .thumbnail_banner,
.slider-gallery .thumbnail .thumbnail_banner {
    right: auto;
    height: 18px;
    top: auto;
    width: auto;
    line-height: 17px;
    border-radius: 2px;
    font-size: 10px;
    padding: 2px 4px 0;
    margin-bottom: 4px
}

@media only screen and (max-width: 798px) {
    .product-list .thumbnail .thumbnail_banner,
    .slider-gallery .thumbnail .thumbnail_banner {
        margin-bottom: 0;
        margin-right: 8px
    }
}

@media only screen and (max-width: 798px) {
    body::not(.template-new-template) .product-list .thumbnail:not(.enavi-cross-sell-item),
    .slider-gallery .thumbnail {
        width: 100% !important;
        margin: 0 !important;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr [12];
        grid-template-columns: repeat(12, 1fr);
        -ms-grid-rows: 1fr [1];
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-auto-rows: auto;
        padding: 16px 0;
        border-bottom: 1px solid #ddd
    }
    .product-list .thumbnail .product-wrap,
    .slider-gallery .thumbnail .product-wrap {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-area: 1/1/3/4
    }
    .product-list .thumbnail .product-wrap img,
    .slider-gallery .thumbnail .product-wrap img {
        max-height: none
    }
    .product-list .thumbnail .product-info__caption,
    .slider-gallery .thumbnail .product-info__caption {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 9;
        grid-area: 1/4/2/13;
        margin-top: 20px
    }
    .product-list .thumbnail .collection_swatches,
    .slider-gallery .thumbnail .collection_swatches {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 9;
        grid-area: 2/4/3/13;
        margin: 7px 0
    }
    .product-list .thumbnail:last-of-type,
    .slider-gallery .thumbnail:last-of-type {
        border-bottom: 0
    }
}

@media only screen and (max-width: 798px) {
    body.collection #shopify-section-collection-template {
        background: #f2f2f2
    }
}

body.collection .template-banner {
    background: #fff
}

body.collection .products-section {
    max-width: none;
    width: calc(100% - 20px)
}

body.collection .description-section {
    background: #fff
}

@media only screen and (min-width: 799px) {
    body.collection .section_select {
        display: none
    }
}

body.collection .load-more {
    margin: 4px 0 20px
}

@media only screen and (min-width: 799px) {
    body.collection .thumbnail:hover {
        /*box-shadow: 0 10px 36px 0 rgba(0, 0, 0, .3)*/
    }
}

img.footer-logo {
    margin-bottom: 24px
}

@media only screen and (max-width: 798px) {
    img.footer-logo {
        margin: 0;
        margin-bottom: 18px;
        max-width: 150px !important;
        width: 150px
    }
}

.footer .text p {
    margin-bottom: 0
}

footer .social_icons {
    margin-top: 24px;
    padding-top: 0
}

@media only screen and (max-width: 798px) {
    footer .social_icons {
        text-align: left
    }
}

footer .social_icons a,
footer .social_icons a:visited {
    font-size: 16px;
    margin-bottom: 24px;
    color: #666
}

@media only screen and (max-width: 798px) {
    footer .social_icons a,
    footer .social_icons a:visited {
        font-size: 26px
    }
}

footer .social_icons a:active,
footer .social_icons a:hover {
    color: #444;
    font-size: 16px
}

@media only screen and (max-width: 798px) {
    footer .social_icons a:active,
    footer .social_icons a:hover {
        font-size: 26px
    }
}

.credits {
    font-size: 10px;
    padding-top: 0;
    margin-bottom: 0
}

@media only screen and (max-width: 798px) {
    .credits {
        text-align: left
    }
}

.credits a {
    font-size: 10px
}

@media only screen and (max-width: 798px) {
    .footer ul {
        padding: 6px 0 0 0
    }
}

.footer ul li {
    margin-bottom: 10px
}

.footer ul li p {
    margin: 0
}

#contact_form .newsletter-form__sign-up {
    width: 100%
}

.shopify-section--footer .newsletter_section p {
    margin-bottom: 0
}

.ffl-wrapper {
    position: relative;
    display: block;
    padding-top: 1rem;
    padding: 0
}

.ffl-wrapper .ffl-label {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    top: .7rem
}

.ffl-wrapper.ffl-floated .ffl-label {
    top: 0
}

.ffl-wrapper label {
    font-size: 14px;
    font-weight: normal
}

.ffl-wrapper.ffl-floated label {
    color: #999;
    font-size: 12px
}

input[type=color],
input[type=date],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea,
input[type=color]:active,
input[type=color]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=range]:active,
input[type=range]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=week]:active,
input[type=week]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=color]:not(.quantity),
input[type=date]:not(.quantity),
input[type=email]:not(.quantity),
input[type=month]:not(.quantity),
input[type=number]:not(.quantity),
input[type=password]:not(.quantity),
input[type=range]:not(.quantity),
input[type=search]:not(.quantity),
input[type=tel]:not(.quantity),
input[type=text]:not(.quantity),
input[type=time]:not(.quantity),
input[type=url]:not(.quantity),
input[type=week]:not(.quantity),
select:not(.quantity),
textarea:not(.quantity) {
    display: block;
    float: none;
    border: 0;
    border-bottom: 1px solid #999;
    padding: 0;
    padding-top: 15px;
    color: #444;
    background: rgba(0, 0, 0, 0)
}

textarea:not(.quantity) {
    padding-top: 21px
}

input[type=color]:active:not(.quantity),
input[type=color]:focus:not(.quantity),
input[type=date]:active:not(.quantity),
input[type=date]:focus:not(.quantity),
input[type=email]:active:not(.quantity),
input[type=email]:focus:not(.quantity),
input[type=month]:active:not(.quantity),
input[type=month]:focus:not(.quantity),
input[type=number]:active:not(.quantity),
input[type=number]:focus:not(.quantity),
input[type=password]:active:not(.quantity),
input[type=password]:focus:not(.quantity),
input[type=range]:active:not(.quantity),
input[type=range]:focus:not(.quantity),
input[type=search]:active:not(.quantity),
input[type=search]:focus:not(.quantity),
input[type=tel]:active:not(.quantity),
input[type=tel]:focus:not(.quantity),
input[type=text]:active:not(.quantity),
input[type=text]:focus:not(.quantity),
input[type=time]:active:not(.quantity),
input[type=time]:focus:not(.quantity),
input[type=url]:active:not(.quantity),
input[type=url]:focus:not(.quantity),
input[type=week]:active:not(.quantity),
input[type=week]:focus:not(.quantity),
select:active:not(.quantity),
select:focus:not(.quantity),
textarea:active:not(.quantity),
textarea:focus:not(.quantity) {
    border: 0;
    border-bottom: 1px solid #999
}

.contact-form label,
.custom-contact-form label {
    margin: 0;
    font-weight: normal
}

.section_select .blog_filter,
.section_select .sort_by,
.section_select .tag_filter {
    padding: 0;
    padding-right: 30px;
    min-height: 44px;
    height: 44px;
    font-size: 14px;
    text-transform: none;
    border-bottom: 1px solid #999;
    margin-bottom: 10px
}

select {
    background: 96% 50%/16px 10px no-repeat url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L8 8L14 2' stroke='%23111111'/%3E%3C/svg%3E")
}

.custom-html-container button,
.global-button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded,
product-cta {
    text-align: left;
    padding: 13px 20px;
    padding-right: 70px;
    position: relative;
    letter-spacing: 2px;
    justify-content: flex-start
}

.custom-html-container button:after,
.global-button:after,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:after,
product-cta:after {
    content: "";
    background: 0 0/100% no-repeat url("data:image/svg+xml,%3Csvg width='40' height='13' viewBox='0 0 40 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.8783 1.36824L37.7507 6.01538H33.2937L0 6.01538V7.13613L33.2937 7.13613H37.7507L32.8783 11.7833L33.7092 12.5758L40 6.57575L33.7092 0.575745L32.8783 1.36824Z' fill='white'/%3E%3C/svg%3E");
    width: 40px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-6px);
    right: 20px;
    transition: transform .2s ease-in-out
}

.custom-html-container button.global-button--text:after,
.global-button.global-button--text:after,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.global-button--text:after,
product-cta.global-button--text:after {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='13' viewBox='0 0 40 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.8783 1.36824L37.7507 6.01538H33.2937L0 6.01538V7.13613L33.2937 7.13613H37.7507L32.8783 11.7833L33.7092 12.5758L40 6.57575L33.7092 0.575745L32.8783 1.36824Z' fill='black'/%3E%3C/svg%3E")
}

.custom-html-container button.global-button--text:hover,
.global-button.global-button--text:hover,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.global-button--text:hover,
product-cta.global-button--text:hover {
    background: none;
    color: inherit
}

.custom-html-container button.no-border-button,
.global-button.no-border-button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.no-border-button,
product-cta.no-border-button {
    border: 0
}

.custom-html-container button.no-padding-button,
.global-button.no-padding-button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.no-padding-button,
product-cta.no-padding-button {
    padding-left: 0;
    padding-right: 56px
}

.custom-html-container button.no-padding-button:after,
.global-button.no-padding-button:after,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.no-padding-button:after,
product-cta.no-padding-button:after {
    right: 0
}

.custom-html-container button.no-arrow-button,
.global-button.no-arrow-button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.no-arrow-button,
product-cta.no-arrow-button {
    padding-right: 20px
}

.custom-html-container button.no-arrow-button:after,
.global-button.no-arrow-button:after,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.no-arrow-button:after,
product-cta.no-arrow-button:after {
    display: none
}

.custom-html-container button.video-button,
.global-button.video-button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.video-button,
product-cta.video-button {
    border: 1px solid rgba(0, 0, 0, 0);
    padding-right: 20px;
    padding-left: 20px;
    text-shadow: none;
    border-radius: 50px;
    min-width: 280px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.custom-html-container button.video-button:before,
.global-button.video-button:before,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.video-button:before,
product-cta.video-button:before {
    content: "";
    background: 0 0/100% no-repeat url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7519 6.66795C11.3457 7.06377 11.3457 7.93623 10.7519 8.33205L1.5547 14.4635C0.890145 14.9066 3.01055e-07 14.4302 3.35968e-07 13.6315L8.71999e-07 1.36852C9.06911e-07 0.569821 0.890146 0.0934298 1.5547 0.536466L10.7519 6.66795Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 15px;
    transition: all .2s linear;
    margin-right: 12px
}

.custom-html-container button.video-button:hover,
.global-button.video-button:hover,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.video-button:hover,
product-cta.video-button:hover {
    border-color: #fff
}

.custom-html-container button:hover:after,
.global-button:hover:after,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:after,
product-cta:hover:after {
    transform: translatex(10px) translateY(-6px)
}

.custom-html-container button.disabled,
.global-button.disabled,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.disabled,
product-cta.disabled {
    background-color: #666;
    border-color: #666
}

.custom-html-container button.disabled:hover,
.global-button.disabled:hover,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.disabled:hover,
product-cta.disabled:hover {
    background-color: #666;
    border-color: #666
}

.custom-html-container button.global-button--secondary:after,
.global-button.global-button--secondary:after,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.global-button--secondary:after,
product-cta.global-button--secondary:after {
    background: 0 0/100% no-repeat url("data:image/svg+xml,%3Csvg width='40' height='13' viewBox='0 0 40 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.8783 1.36824L37.7507 6.01538H33.2937L0 6.01538V7.13613L33.2937 7.13613H37.7507L32.8783 11.7833L33.7092 12.5758L40 6.57575L33.7092 0.575745L32.8783 1.36824Z' fill='black'/%3E%3C/svg%3E")
}

.custom-html-container button.global-button--secondary:hover,
.global-button.global-button--secondary:hover,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.global-button--secondary:hover,
product-cta.global-button--secondary:hover {
    color: #fff !important
}

.custom-html-container button.global-button--secondary:hover:after,
.global-button.global-button--secondary:hover:after,
.shopify-payment-button__button.shopify-payment-button__button--unbranded.global-button--secondary:hover:after,
product-cta.global-button--secondary:hover:after {
    background: 0 0/100% no-repeat url("data:image/svg+xml,%3Csvg width='40' height='13' viewBox='0 0 40 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.8783 1.36824L37.7507 6.01538H33.2937L0 6.01538V7.13613L33.2937 7.13613H37.7507L32.8783 11.7833L33.7092 12.5758L40 6.57575L33.7092 0.575745L32.8783 1.36824Z' fill='white'/%3E%3C/svg%3E")
}

.shopify-section .button-no-border .custom-html-container button,
.shopify-section .button-no-border .global-button,
.shopify-section .button-no-border .shopify-payment-button__button.shopify-payment-button__button--unbranded,
.shopify-section .button-no-border product-cta {
    border: 0
}

.shopify-section .button-no-padding .custom-html-container button,
.shopify-section .button-no-padding .global-button,
.shopify-section .button-no-padding .shopify-payment-button__button.shopify-payment-button__button--unbranded,
.shopify-section .button-no-padding product-cta {
    padding-left: 0;
    padding-right: 56px
}

.shopify-section .button-no-padding .custom-html-container button:after,
.shopify-section .button-no-padding .global-button:after,
.shopify-section .button-no-padding .shopify-payment-button__button.shopify-payment-button__button--unbranded:after,
.shopify-section .button-no-padding product-cta:after {
    right: 0
}

.full-width--true .caption {
    max-width: 1200px;
    width: 95%
}

@media only screen and (max-width: 798px) {
    .full-width--true .caption {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 480px) {
    .full-width--true .caption {
        padding: 20px 0 0
    }
}

@media only screen and (min-width: 1025px) {
    .full-width--true .caption {
        padding: 142px 0
    }
}

@media only screen and (max-width: 798px) {
    .banner {
        background-color: rgba(0, 0, 0, 0)
    }
}

.banner .is-hidden-mobile-only .image-element__wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.banner .image-element__wrap {
    position: absolute;
    height: 100%;
    width: 100%
}

@media only screen and (max-width: 798px) {
    .banner .image-element__wrap {
        position: relative;
        height: auto
    }
}

.banner .image-element__wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100vw
}

@media only screen and (max-width: 798px) {
    .banner .image-element__wrap img {
        height: 40vw;
        -o-object-position: bottom;
        object-position: bottom
    }
}

.caption {
    max-width: 1200px;
    width: 95%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transform: none;
    padding: 118px 0;
    top: auto
}

@media only screen and (max-width: 798px) {
    .caption {
        padding: 20px 0 0
    }
}

.caption .caption-content {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(45% - 20px);
    max-width: none;
    padding: 0
}

@media only screen and (max-width: 798px) {
    .caption .caption-content {
        width: calc(100% - 20px)
    }
}

@media only screen and (max-width: 798px) {
    .caption .headline {
        color: #111;
        margin-bottom: 10px
    }
}

.caption .headline .products_count {
    color: rgba(255, 255, 255, .8);
    margin-left: 10px;
    display: inline
}

@media only screen and (max-width: 798px) {
    .caption .headline .products_count {
        color: #111
    }
}

.caption .subtitle {
    margin-bottom: 12px
}

@media only screen and (max-width: 798px) {
    .caption .subtitle {
        color: #444
    }
}

.caption .subtitle .subheading_more {
    display: inline
}

@media only screen and (max-width: 798px) {
    .caption .subtitle .subheading_more {
        display: none
    }
}

.caption .subtitle .subheading_less {
    display: none
}

@media only screen and (max-width: 798px) {
    .caption .subtitle .subheading_less {
        display: inline
    }
}

.caption .subtitle .read_more,
.caption .subtitle .read_less {
    color: #111;
    display: none
}

@media only screen and (max-width: 798px) {
    .caption .subtitle .read_more,
    .caption .subtitle .read_less {
        display: inline
    }
}

.caption .subtitle.more .subheading_more {
    display: inline
}

.caption .subtitle.more .subheading_less {
    display: none
}

@media only screen and (max-width: 798px) {
    body.product,
    body[class*=product] {
        padding-bottom: 78px
    }
}

body.product .block__gem_product,
body[class*=product] .block__gem_product {
    overflow: hidden
}

body.product .breadcrumb_text,
body[class*=product] .breadcrumb_text {
    position: absolute;
    z-index: 1;
    font-size: 12px;
    text-transform: none;
    height: 48px;
    line-height: 48px
}

@media only screen and (max-width: 798px) {
    body.product .breadcrumb_text,
    body[class*=product] .breadcrumb_text {
        top: 0;
        left: 0;
        width: 100vw;
        transform: translateX(calc(-2.5vw - 10px));
        padding-left: calc(2.5vw + 10px)
    }
}

body.product .wishlist-btn,
body[class*=product] .wishlist-btn {
    position: absolute;
    right: 0;
    top: -46px;
    z-index: 2;
    padding: 10px
}

@media only screen and (max-width: 798px) {
    body.product .wishlist-btn,
    body[class*=product] .wishlist-btn {
        right: 0;
        top: -54px
    }
}

body.product .wishlist-btn .icon-wishlist-heart-empty:before,
body[class*=product] .wishlist-btn .icon-wishlist-heart-empty:before {
    content: "";
    background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 15C8.75297 14.9997 8.51176 14.9289 8.30773 14.7969C5.2852 12.8519 3.97642 11.5182 3.25454 10.6844C1.71616 8.90708 0.979659 7.08234 1.00043 5.1063C1.02466 2.84188 2.94109 1 5.27251 1C6.9678 1 8.14197 1.90526 8.82578 2.65922C8.84744 2.68286 8.8742 2.70182 8.90426 2.71481C8.93432 2.72781 8.96697 2.73453 9 2.73453C9.03303 2.73453 9.06568 2.72781 9.09574 2.71481C9.1258 2.70182 9.15256 2.68286 9.17422 2.65922C9.85803 1.90453 11.0322 1 12.7275 1C15.0589 1 16.9753 2.84187 16.9996 5.10667C17.0203 7.08307 16.2831 8.90781 14.7455 10.6848C14.0236 11.5186 12.7148 12.8522 9.69227 14.7973C9.4882 14.9292 9.24699 14.9998 9 15V15Z' stroke='%23111111'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px
}

body.product .wishlist-btn.heart-wishlist-animation[data-added=true] .heart-hulk-animation .icon-wishlist-heart-empty:before,
body[class*=product] .wishlist-btn.heart-wishlist-animation[data-added=true] .heart-hulk-animation .icon-wishlist-heart-empty:before {
    content: "";
    background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 15C8.75297 14.9997 8.51176 14.9289 8.30773 14.7969C5.2852 12.8519 3.97642 11.5182 3.25454 10.6844C1.71616 8.90708 0.979656 7.08234 1.00043 5.1063C1.02466 2.84188 2.94109 1 5.27251 1C6.9678 1 8.14197 1.90526 8.82578 2.65922C8.84744 2.68286 8.8742 2.70182 8.90426 2.71481C8.93432 2.72781 8.96697 2.73453 9 2.73453C9.03303 2.73453 9.06568 2.72781 9.09574 2.71481C9.1258 2.70182 9.15256 2.68286 9.17422 2.65922C9.85803 1.90453 11.0322 1 12.7275 1C15.0589 1 16.9753 2.84187 16.9996 5.10667C17.0203 7.08307 16.2831 8.90781 14.7455 10.6848C14.0236 11.5186 12.7148 12.8522 9.69227 14.7973C9.4882 14.9292 9.24699 14.9998 9 15Z' fill='%23111111' stroke='%23111111'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px
}

body.product .product__images,
body[class*=product] .product__images {
    background: #f2f2f2;
    flex: 1 1 60%;
    padding-top: 48px;
    position: relative
}

@media only screen and (min-width: 799px) {
    body.product .product__images .gallery-wrap,
    body[class*=product] .product__images .gallery-wrap {
        display: flex;
        height: 100%
    }
}

@media only screen and (max-width: 798px) {
    body.product .product__images .gallery-wrap,
    body[class*=product] .product__images .gallery-wrap {
        overflow: auto
    }
}

@media only screen and (min-width: 799px) {
    body.product .product__images .gallery-thumbnails--left .multi-image,
    body[class*=product] .product__images .gallery-thumbnails--left .multi-image {
        width: 79%;
        flex: 1 1 79%
    }
}

@media only screen and (min-width: 799px) {
    body.product .product__images .gallery-thumbnails--left .product_gallery_nav,
    body[class*=product] .product__images .gallery-thumbnails--left .product_gallery_nav {
        width: 9%;
        position: -webkit-sticky;
        position: sticky;
        top: 185px;
        margin: 0;
        order: -1;
        max-width: 9%;
        margin-left: 10%;
        align-self: flex-start;
        margin-right: 20px
    }
}

@media only screen and (max-width: 798px) {
    body.product .product__images .product-gallery__thumbnails,
    body[class*=product] .product__images .product-gallery__thumbnails {
        display: none
    }
}

body.product .product__images .product_gallery,
body[class*=product] .product__images .product_gallery {
    opacity: 1
}

body.product .product__images .product_gallery img,
body[class*=product] .product__images .product_gallery img {
    background-color: #f2f2f2
}

@media only screen and (min-width: 799px) {
    body.product .product__information,
    body[class*=product] .product__information {
        max-width: 600px;
        will-change: min-height;
        height: 100%;
        text-align: center
    }
    body.product .product__information>section,
    body[class*=product] .product__information>section {
        width: 100%;
        padding: 50px;
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
        will-change: position, transform
    }
}

@media only screen and (max-width: 798px) {
    body.product .product__information,
    body[class*=product] .product__information {
        padding: 20px 0
    }
    body.product .product__information>section>.container>.column,
    body[class*=product] .product__information>section>.container>.column {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px)
    }
}

body.product .product__information .description .product_description_more,
body[class*=product] .product__information .description .product_description_more {
    display: none
}

body.product .product__information .description .product_description_less,
body[class*=product] .product__information .description .product_description_less {
    display: inline
}

body.product .product__information .description .read_more,
body.product .product__information .description .read_less,
body[class*=product] .product__information .description .read_more,
body[class*=product] .product__information .description .read_less {
    color: #111;
    display: inline;
    cursor: pointer
}

body.product .product__information .description .product_description_more .desc_span:not(.last),
body.product .product__information .description .product_description_less .desc_span:not(.last),
body[class*=product] .product__information .description .product_description_more .desc_span:not(.last),
body[class*=product] .product__information .description .product_description_less .desc_span:not(.last) {
    display: block;
    margin-bottom: 10px
}

body.product .product__information .description .desc_span.bullet:before,
body[class*=product] .product__information .description .desc_span.bullet:before {
    content: "•";
    margin-right: 10px
}

body.product .product__information .description.more .product_description_more,
body[class*=product] .product__information .description.more .product_description_more {
    display: block
}

body.product .product__information .description.more .product_description_less,
body[class*=product] .product__information .description.more .product_description_less {
    display: none
}

body.product .product__information .product_name,
body[class*=product] .product__information .product_name {
    margin-bottom: 24px;
    line-height: 1.3
}

body.product .product__information .pre-product-info,
body[class*=product] .product__information .pre-product-info {
    display: flex;
    align-items: center;
    min-height: 25px;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width: 799px) {
    body.product .product__information .pre-product-info,
    body[class*=product] .product__information .pre-product-info {
        justify-content: center
    }
}

@media only screen and (max-width: 798px) {
    body.product .product__information .pre-product-info,
    body[class*=product] .product__information .pre-product-info {
        display: none
    }
}

body.product .product__information .pre-product-info.show-info,
body[class*=product] .product__information .pre-product-info.show-info {
    opacity: 1;
    visibility: visible
}

body.product .product__information .pre-product-info p,
body[class*=product] .product__information .pre-product-info p {
    color: #666;
    font-size: 12px;
    margin: 0;
    display: inline-flex
}

body.product .product__information .pre-product-info p.dispatch svg,
body[class*=product] .product__information .pre-product-info p.dispatch svg {
    cursor: pointer;
    margin-left: 4px
}

body.product .product__information .pre-product-info[data-show=dispatch] .in-stock,
body[class*=product] .product__information .pre-product-info[data-show=dispatch] .in-stock {
    display: none
}

body.product .product__information .pre-product-info[data-show=dispatch] .dispatch,
body[class*=product] .product__information .pre-product-info[data-show=dispatch] .dispatch {
    display: inline-flex
}

body.product .product__information .pre-product-info[data-show=in-stock] .in-stock,
body[class*=product] .product__information .pre-product-info[data-show=in-stock] .in-stock {
    display: inline-flex
}

body.product .product__information .pre-product-info[data-show=in-stock] .dispatch,
body[class*=product] .product__information .pre-product-info[data-show=in-stock] .dispatch {
    display: none
}

@media only screen and (max-width: 798px) {
    body.product .product__information .pre-product-info a,
    body[class*=product] .product__information .pre-product-info a {
        outline: 0
    }
}

body.product .product__information .traditional-retail-price,
body[class*=product] .product__information .traditional-retail-price {
    display: inline-flex;
    align-items: center;
    color: #666;
    margin: 0;
    margin-top: 5px;
    font-size: 12px
}

body.product .product__information .traditional-retail-price .money,
body[class*=product] .product__information .traditional-retail-price .money {
    text-decoration: line-through
}

@media only screen and (max-width: 798px) {
    body.product .product__information .traditional-retail-price a,
    body[class*=product] .product__information .traditional-retail-price a {
        outline: 0
    }
}

body.product .product__information .traditional-retail-price svg,
body[class*=product] .product__information .traditional-retail-price svg {
    margin-top: -2px;
    display: block;
    margin-left: 4px
}

@media only screen and (max-width: 798px) {
    body.product .product__information .traditional-retail-price svg,
    body[class*=product] .product__information .traditional-retail-price svg {
        margin-left: 16px
    }
}

body.product .product__information .shipping-dispatch,
body[class*=product] .product__information .shipping-dispatch {
    text-align: center;
    width: 100%;
    margin-top: 16px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    min-height: 24px;
    opacity: 0;
    visibility: hidden
}

body.product .product__information .shipping-dispatch strong,
body[class*=product] .product__information .shipping-dispatch strong {
    color: #222
}

body.product .product__information .shipping-dispatch svg,
body[class*=product] .product__information .shipping-dispatch svg {
    cursor: pointer;
    margin-left: 4px
}

body.product .product__information .shipping-dispatch.show-dispatch,
body[class*=product] .product__information .shipping-dispatch.show-dispatch {
    opacity: 1;
    visibility: visible
}

body.product .product__information .custom-inventory-wrapper,
body[class*=product] .product__information .custom-inventory-wrapper {
    min-height: 19px;
    width: 100%;
    margin-top: 8px
}

body.product .product__information .custom-inventory-wrapper .custom-inventory-remaining,
body[class*=product] .product__information .custom-inventory-wrapper .custom-inventory-remaining {
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    color: #666;
    width: 100%
}

body.product .product__information .custom-inventory-wrapper .custom-inventory-remaining span,
body[class*=product] .product__information .custom-inventory-wrapper .custom-inventory-remaining span {
    font-weight: 600
}

body.product .product__information .free-shipping,
body[class*=product] .product__information .free-shipping {
    font-size: 12px;
    font-style: italic;
    display: inline-flex;
    justify-content: center;
    margin: 0;
    margin-top: 16px;
    width: 100%
}

body.product .product__information .modal_price,
body[class*=product] .product__information .modal_price {
    line-height: 1;
    font-weight: 500;
    font-style: normal
}

@media only screen and (min-width: 799px) {
    body.product .product__information .modal_price,
    body[class*=product] .product__information .modal_price {
        justify-content: center
    }
}

body.product .product__information .modal_price .current_price,
body[class*=product] .product__information .modal_price .current_price {
    color: #111
}

body.product .product__information .modal_price .was_price,
body[class*=product] .product__information .modal_price .was_price {
    font-size: 16px
}

@media only screen and (max-width: 798px) {
    body.product .product__information .modal_price .was_price,
    body[class*=product] .product__information .modal_price .was_price {
        font-size: 14px
    }
}

body.product .product__information .modal_price .was_price .money,
body[class*=product] .product__information .modal_price .was_price .money {
    margin-right: 8px
}

@media only screen and (max-width: 798px) {
    body.product .product__information .modal_price .was_price .money,
    body[class*=product] .product__information .modal_price .was_price .money {
        margin-right: 4px
    }
}

body.product .product__information .modal_price.has-traditional,
body[class*=product] .product__information .modal_price.has-traditional {
    margin-bottom: 0;
    padding-bottom: 0
}

body.product .product__information .product_form,
body[class*=product] .product__information .product_form {
    max-width: none
}

@media only screen and (max-width: 798px) {
    body.product .product__information .product_form,
    body[class*=product] .product__information .product_form {
        position: relative
    }
}

body.product .product__information .product_form .swatch label,
body[class*=product] .product__information .product_form .swatch label {
    text-transform: none
}

body.product .product__information .product_form .swatch_options .swatch,
body[class*=product] .product__information .product_form .swatch_options .swatch {
    position: relative;
    margin-bottom: 16px
}

@media only screen and (max-width: 798px) {
    body.product .product__information .product_form .swatch_options .swatch input,
    body[class*=product] .product__information .product_form .swatch_options .swatch input {
        outline: none
    }
}

@media only screen and (min-width: 799px) {
    body.product .product__information .product_form .swatch_options .swatch,
    body[class*=product] .product__information .product_form .swatch_options .swatch {
        justify-content: center
    }
}

@media only screen and (min-width: 799px) {
    body.product .product__information .product_form .swatch_options .swatch .option_title,
    body[class*=product] .product__information .product_form .swatch_options .swatch .option_title {
        text-align: center
    }
}

body.product .product__information .product_form .swatch_options .swatch .swatch-element,
body[class*=product] .product__information .product_form .swatch_options .swatch .swatch-element {
    margin: 0 4px 6px 0
}

@media only screen and (max-width: 798px) {
    body.product .product__information .product_form .swatch_options .swatch .swatch-element,
    body[class*=product] .product__information .product_form .swatch_options .swatch .swatch-element {
        outline: none
    }
}

body.product .product__information .product_form .swatch_options .swatch .swatch-element:last-child,
body[class*=product] .product__information .product_form .swatch_options .swatch .swatch-element:last-child {
    margin-right: 0
}

body.product .product__information .product_form .swatch_options .swatch .swatch-element.color,
body[class*=product] .product__information .product_form .swatch_options .swatch .swatch-element.color {
    border-color: rgba(0, 0, 0, 0);
    transition: border-color .2s ease-in-out
}

body.product .product__information .product_form .swatch_options .swatch .swatch-element.color label,
body[class*=product] .product__information .product_form .swatch_options .swatch .swatch-element.color label {
    width: 18px;
    height: 18px;
    min-width: 18px;
    line-height: 18px;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

@media only screen and (max-width: 798px) {
    body.product .product__information .product_form .swatch_options .swatch .swatch-element.color label,
    body[class*=product] .product__information .product_form .swatch_options .swatch .swatch-element.color label {
        outline: none;
        width: 30px;
        height: 30px;
        min-width: 30px;
        line-height: 30px
    }
}

body.product .product__information .product_form .swatch_options .swatch .swatch-element.color[class*=white] label,
body[class*=product] .product__information .product_form .swatch_options .swatch .swatch-element.color[class*=white] label {
    border: 1px solid #c9c9c9
}

body.product .product__information .product_form .swatch_options .swatch .swatch-element.color:hover,
body[class*=product] .product__information .product_form .swatch_options .swatch .swatch-element.color:hover {
    border-color: #bbb
}

body.product .product__information .product_form .swatch_options .swatch .tooltip,
body[class*=product] .product__information .product_form .swatch_options .swatch .tooltip {
    left: -44px;
    display: none
}

body.product .product__information .product_form .swatch_options .swatch .selectedVariantValue,
body[class*=product] .product__information .product_form .swatch_options .swatch .selectedVariantValue {
    flex: 0 0 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: #444;
    margin: 0
}

@media only screen and (max-width: 798px) {
    body.product .product__information .product_form .swatch_options .swatch .selectedVariantValue,
    body[class*=product] .product__information .product_form .swatch_options .swatch .selectedVariantValue {
        order: -1;
        margin-bottom: 5px
    }
    body.product .product__information .product_form .swatch_options .swatch .selectedVariantValue:before,
    body[class*=product] .product__information .product_form .swatch_options .swatch .selectedVariantValue:before {
        content: "Colour";
        margin-right: 4px;
        color: #888
    }
}

body.product .product__information .product_form .swatch_options input:checked+.swatch-element.color,
body[class*=product] .product__information .product_form .swatch_options input:checked+.swatch-element.color {
    border-color: #bbb;
    box-shadow: none
}

body.product .product__information .product_form .purchase-details__buttons,
body[class*=product] .product__information .product_form .purchase-details__buttons {
    margin: 0
}

body.product .product__information .product_form .pplr-btn,
body[class*=product] .product__information .product_form .pplr-btn {
    width: 100%;
    min-height: 45px;
    background: none;
    border: 1px solid #cacaca;
    text-align: left;
    padding: 0 16px;
    font-size: 12px;
    color: #888;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

body.product .product__information .product_form .pplr-btn:after,
body[class*=product] .product__information .product_form .pplr-btn:after {
    content: "Add";
    font-size: 14px;
    color: #000
}

body.product .product__information .product_form .add_to_cart,
body[class*=product] .product__information .product_form .add_to_cart {
    padding: 15px 20px;
    text-align: center
}

body.product .product__information .product_form .add_to_cart:after,
body[class*=product] .product__information .product_form .add_to_cart:after {
    display: none
}

body.product .product__information .product_form .add_to_cart .text,
body[class*=product] .product__information .product_form .add_to_cart .text {
    display: flex;
    justify-content: center;
    align-items: center
}

body.product .product__information .product_form .add_to_cart .text:before,
body[class*=product] .product__information .product_form .add_to_cart .text:before {
    content: "";
    background: 0 0/100% no-repeat url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 5.03363H17V16.353C17 17.8149 15.7829 19 14.2816 19H3.71845C2.21709 19 1 17.8149 1 16.353V5.03363ZM2.08738 6.09245V16.353C2.08738 17.2301 2.81763 17.9412 3.71845 17.9412H14.2816C15.1824 17.9412 15.9126 17.2301 15.9126 16.353V6.09245H2.08738Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.4466 2.05882C6.54578 2.05882 5.81553 2.7699 5.81553 3.64706V8.78992H4.72815V3.64706C4.72815 2.18513 5.94524 1 7.4466 1H10.5534C12.0548 1 13.2718 2.18513 13.2718 3.64706V8.78992H12.1845V3.64706C12.1845 2.7699 11.4542 2.05882 10.5534 2.05882H7.4466Z' fill='white'/%3E%3C/svg%3E");
    width: 18px;
    height: 20px;
    position: relative;
    margin-right: 8px
}

body.product .product__information .notify-me-form .notify_form,
body[class*=product] .product__information .notify-me-form .notify_form {
    background-color: #f2f2f2;
    padding: 20px;
    text-align: left;
    margin-bottom: 20px
}

body.product .product__information .notify-me-form .notify_me_richtext,
body[class*=product] .product__information .notify-me-form .notify_me_richtext {
    font-weight: 600
}

body.product .product__information .notify-me-form form,
body[class*=product] .product__information .notify-me-form form {
    max-width: none;
    margin-bottom: 0
}

body.product .product__information .notify-me-form form .global-button,
body[class*=product] .product__information .notify-me-form form .global-button {
    width: 100%
}

body.product .pplr-popup,
body[class*=product] .pplr-popup {
    max-width: 540px;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    min-height: 0
}

body.product .pplr-popup .pplr-main,
body[class*=product] .pplr-popup .pplr-main {
    height: auto !important
}

body.product .pplr-popup .pplr_form,
body[class*=product] .pplr-popup .pplr_form {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr [1];
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-rows: auto
}

@media only screen and (min-width: 799px) {
    body.product .pplr-popup .pplr_form,
    body[class*=product] .pplr-popup .pplr_form {
        display: -ms-grid !important;
        display: grid !important
    }
}

body.product .pplr-popup .pplr-p-left,
body[class*=product] .pplr-popup .pplr-p-left {
    width: 100% !important;
    max-height: none !important;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
    float: none;
    min-height: 0 !important;
    margin: 0 !important
}

body.product .pplr-popup .pplr-p-left img,
body[class*=product] .pplr-popup .pplr-p-left img {
    margin: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: none !important
}

body.product .pplr-popup .pplr-p-left .pplr_preview_wrapper,
body[class*=product] .pplr-popup .pplr-p-left .pplr_preview_wrapper {
    height: 100% !important
}

body.product .pplr-popup .pplr-p-left canvas,
body[class*=product] .pplr-popup .pplr-p-left canvas {
    max-height: none !important;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background: #f2f2f2
}

body.product .pplr-popup .pplr-p-right,
body[class*=product] .pplr-popup .pplr-p-right {
    border: 0;
    border-radius: 0;
    padding: 20px 20px 0 20px;
    height: auto !important;
    min-height: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    float: none !important;
    width: 100% !important
}

body.product .pplr-popup .pplr-p-right .pplr-modal-body,
body[class*=product] .pplr-popup .pplr-p-right .pplr-modal-body {
    margin: 0
}

body.product .pplr-popup .pplr_h_title,
body[class*=product] .pplr-popup .pplr_h_title {
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    padding: 0
}

body.product .pplr-popup .pplr_ex_button,
body[class*=product] .pplr-popup .pplr_ex_button {
    width: 100%;
    padding: 0 20px 20px 20px;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
    float: none
}

body.product .pplr-popup .pplr_ex_button .pplr_ex_inner,
body[class*=product] .pplr-popup .pplr_ex_button .pplr_ex_inner {
    width: 100%;
    float: none
}

body.product .pplr-popup .pplr_ex_button .pplr_ex_inner .money,
body[class*=product] .pplr-popup .pplr_ex_button .pplr_ex_inner .money {
    height: 0;
    overflow: hidden;
    opacity: 0;
    width: 0;
    padding: 0
}

body.product .pplr-popup .pplr_ex_button .pplr_ex_inner .btn,
body[class*=product] .pplr-popup .pplr_ex_button .pplr_ex_inner .btn {
    float: none;
    width: auto;
    min-height: 44px;
    background: none;
    padding: 0;
    text-align: left;
    position: relative;
    padding-right: 56px;
    margin: 15px auto
}

body.product .pplr-popup .pplr_ex_button .pplr_ex_inner .btn:after,
body[class*=product] .pplr-popup .pplr_ex_button .pplr_ex_inner .btn:after {
    content: "";
    background: 0 0/100% no-repeat url("data:image/svg+xml,%3Csvg width='40' height='13' viewBox='0 0 40 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.8783 1.36824L37.7507 6.01538H33.2937L0 6.01538V7.13613L33.2937 7.13613H37.7507L32.8783 11.7833L33.7092 12.5758L40 6.57575L33.7092 0.575745L32.8783 1.36824Z' fill='black'/%3E%3C/svg%3E");
    width: 40px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-6px);
    right: 0
}

body.product .pplr-popup header,
body[class*=product] .pplr-popup header {
    height: auto;
    padding: 0;
    z-index: 1
}

body.product .pplr-popup .pplr_close,
body[class*=product] .pplr-popup .pplr_close {
    position: absolute;
    right: 0;
    border: 0;
    width: 32px;
    height: 32px;
    top: 0;
    background: 50% 50%/12px 12px no-repeat url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.00012L9.99996 10.0001' stroke='black'/%3E%3Cpath d='M2 10L9.99996 2.00004' stroke='black'/%3E%3C/svg%3E")
}

body.product .pplr-popup .pplr_close i,
body[class*=product] .pplr-popup .pplr_close i {
    display: none
}

body.product .pplr-popup .pplr-swatch-element,
body[class*=product] .pplr-popup .pplr-swatch-element {
    width: 20px;
    height: 20px;
    border-radius: 36px !important
}

body.product .pplr-popup .pplr-swatch-element.selected,
body[class*=product] .pplr-popup .pplr-swatch-element.selected {
    border: 1px solid #bbb
}

body.product .pplr-popup .pplr-wrapper,
body[class*=product] .pplr-popup .pplr-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

body.product .pplr-popup .pplr-wrapper label,
body[class*=product] .pplr-popup .pplr-wrapper label {
    margin: 0 !important;
    padding: 0;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
    order: 1;
    width: auto
}

body.product .pplr-popup .pplr-wrapper input[type=text],
body.product .pplr-popup .pplr-wrapper textarea,
body[class*=product] .pplr-popup .pplr-wrapper input[type=text],
body[class*=product] .pplr-popup .pplr-wrapper textarea {
    border-color: #999;
    padding: 0 !important;
    min-height: 33px;
    height: 33px;
    order: 3;
    flex: 0 0 100%
}

body.product .pplr-popup .pplr-wrapper .pplr-swatch-main,
body[class*=product] .pplr-popup .pplr-wrapper .pplr-swatch-main {
    order: 3;
    flex: 0 0 100%
}

body.product .pplr-popup .pplr-wrapper .pplr-character-count,
body[class*=product] .pplr-popup .pplr-wrapper .pplr-character-count {
    order: 1;
    position: relative;
    padding: 0 !important;
    font-size: 12px;
    top: auto;
    margin-left: 4px
}

body.product .pplr-popup .pplr-wrapper .pplr-character-count:before,
body[class*=product] .pplr-popup .pplr-wrapper .pplr-character-count:before {
    content: "("
}

body.product .pplr-popup .pplr-wrapper .pplr-character-count:after,
body[class*=product] .pplr-popup .pplr-wrapper .pplr-character-count:after {
    content: ")"
}

body.product .pplr-popup .pplr-wrapper .pplr_ins,
body[class*=product] .pplr-popup .pplr-wrapper .pplr_ins {
    order: 4;
    font-size: 10px;
    color: #444;
    line-height: 1.2
}

body.product .pplr-popup .pplr-wrapper.pplr-checkbox[class*=initials],
body[class*=product] .pplr-popup .pplr-wrapper.pplr-checkbox[class*=initials] {
    height: 0;
    overflow: hidden;
    opacity: 0
}

body.product .swiper-container,
body[class*=product] .swiper-container {
    width: 100%
}

@media only screen and (max-width: 798px) {
    body.product .swiper-container,
    body[class*=product] .swiper-container {
        height: 300px;
        padding-bottom: 30px;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 799px) {
    body.product .swiper-container .swiper-wrapper,
    body[class*=product] .swiper-container .swiper-wrapper {
        flex-direction: column;
        height: auto
    }
}

body.product .swiper-container .swiper-wrapper .swiper-slide,
body[class*=product] .swiper-container .swiper-wrapper .swiper-slide {
    background: #f2f2f2
}

body.product .swiper-container .swiper-wrapper .swiper-slide .image__container,
body[class*=product] .swiper-container .swiper-wrapper .swiper-slide .image__container {
    height: 100%;
    position: relative
}

body.product .swiper-container .swiper-wrapper .swiper-slide .image__container img,
body[class*=product] .swiper-container .swiper-wrapper .swiper-slide .image__container img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

body.product .swiper-container .swiper-wrapper .swiper-slide .image__container img[data-sizes=auto].lazyloaded,
body[class*=product] .swiper-container .swiper-wrapper .swiper-slide .image__container img[data-sizes=auto].lazyloaded {
    height: 100%
}

body.product .swiper-container.swiper-container-horizontal .scrollbar-parent,
body[class*=product] .swiper-container.swiper-container-horizontal .scrollbar-parent {
    position: relative;
    z-index: 50;
    bottom: -14px
}

body.product .swiper-container.swiper-container-horizontal .scrollbar-parent .swiper-scrollbar,
body[class*=product] .swiper-container.swiper-container-horizontal .scrollbar-parent .swiper-scrollbar {
    position: relative;
    left: auto;
    width: calc(100% - 20px);
    height: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0)
}

body.product .swiper-container.swiper-container-horizontal .scrollbar-parent .swiper-scrollbar .swiper-scrollbar-drag,
body[class*=product] .swiper-container.swiper-container-horizontal .scrollbar-parent .swiper-scrollbar .swiper-scrollbar-drag {
    background: #aaa
}

body.product .addon-container,
body[class*=product] .addon-container {
    text-align: left;
    margin-top: 32px;
    display: block
}

@media only screen and (max-width: 798px) {
    body.product .addon-container,
    body[class*=product] .addon-container {
        margin-top: 20px
    }
}

body.product .addon-container .addons-title,
body[class*=product] .addon-container .addons-title {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
    text-transform: uppercase
}

body.product .addon-container>form>ul,
body[class*=product] .addon-container>form>ul {
    text-align: left;
    padding: 0;
    padding-left: 0;
    display: flex;
    margin: 0;
    margin-bottom: 24px;
    max-width: 100%;
    list-style: none
}

@media only screen and (max-width: 480px) {
    body.product .addon-container>form>ul li img,
    body[class*=product] .addon-container>form>ul li img {
        min-width: 60px;
        margin-top: 9px
    }
}

body.product .addon-container>form>ul .addon-container-image,
body[class*=product] .addon-container>form>ul .addon-container-image {
    flex: 0 0 96px;
    margin: 0
}

body.product .addon-container>form>ul .addon-container-details,
body[class*=product] .addon-container>form>ul .addon-container-details {
    padding-left: 20px;
    margin: 0;
    position: relative;
    flex: 1
}

@media only screen and (max-width: 480px) {
    body.product .addon-container>form>ul .addon-container-details,
    body[class*=product] .addon-container>form>ul .addon-container-details {
        padding-left: 11px
    }
}

body.product .addon-container>form>ul .addon-container-details ul,
body[class*=product] .addon-container>form>ul .addon-container-details ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

@media only screen and (max-width: 480px) {
    body.product .addon-container>form>ul .addon-container-details ul .upsell-item,
    body[class*=product] .addon-container>form>ul .addon-container-details ul .upsell-item {
        visibility: hidden
    }
}

body.product .addon-container>form>ul .addon-container-details ul li,
body[class*=product] .addon-container>form>ul .addon-container-details ul li {
    margin: 0
}

body.product .addon-container>form>ul .addon-container-details ul li:first-child,
body[class*=product] .addon-container>form>ul .addon-container-details ul li:first-child {
    padding-right: 20px
}

body.product .addon-container>form>ul .addon-container-details ul li:first-child label,
body[class*=product] .addon-container>form>ul .addon-container-details ul li:first-child label {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body.product .addon-container>form>ul .addon-container-details ul li:first-child label input,
body[class*=product] .addon-container>form>ul .addon-container-details ul li:first-child label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    background: rgba(0, 0, 0, 0)
}

body.product .addon-container>form>ul .addon-container-details ul li:first-child label input:checked~.checkmark,
body[class*=product] .addon-container>form>ul .addon-container-details ul li:first-child label input:checked~.checkmark {
    background: 50% 50%/10px 8px no-repeat url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7705 2.15942L4.69484 8.81606L0.770463 4.51639L2.1655 3.17303L4.69484 5.94426L9.37543 0.816059L10.7705 2.15942Z' fill='white'/%3E%3C/svg%3E") #000;
    border-color: #000
}

body.product .addon-container>form>ul .addon-container-details ul li:first-child label .checkmark,
body[class*=product] .addon-container>form>ul .addon-container-details ul li:first-child label .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #ccc;
    border-radius: 2px
}

body.product .addon-container>form>ul .addon-container-details ul li:nth-child(2),
body[class*=product] .addon-container>form>ul .addon-container-details ul li:nth-child(2) {
    max-width: 60%
}

@media only screen and (max-width: 480px) {
    body.product .addon-container>form>ul .addon-container-details ul li:nth-child(2),
    body[class*=product] .addon-container>form>ul .addon-container-details ul li:nth-child(2) {
        max-width: 70%;
        margin-left: -30px
    }
}

body.product .addon-container>form>ul .addon-container-details ul li:last-child,
body[class*=product] .addon-container>form>ul .addon-container-details ul li:last-child {
    margin-left: auto;
    text-align: right;
    flex: 1 1 30%
}

@media only screen and (max-width: 480px) {
    body.product .addon-container>form>ul .addon-container-details ul li:last-child,
    body[class*=product] .addon-container>form>ul .addon-container-details ul li:last-child {
        flex: 1 1 50%
    }
}

body.product .addon-container>form>ul .addon-container-details ul label,
body[class*=product] .addon-container>form>ul .addon-container-details ul label {
    font-weight: normal;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    margin: 0
}

body.product .addon-container>form>ul .addon-container-details ul li>.money,
body[class*=product] .addon-container>form>ul .addon-container-details ul li>.money {
    font-weight: 500;
    color: #111;
    font-size: 14px
}

body.product .addon-container>form>ul .addon-container-details .was,
body[class*=product] .addon-container>form>ul .addon-container-details .was {
    text-decoration: line-through;
    padding-right: 8px;
    display: inline-block;
    color: #666;
    font-size: 12px
}

@media only screen and (max-width: 480px) {
    body.product .addon-container>form>ul .addon-container-details .was,
    body[class*=product] .addon-container>form>ul .addon-container-details .was {
        padding-right: 3px
    }
}

@media only screen and (max-width: 480px) {
    body.product .addon-container>form>ul .addon-container-details .money,
    body[class*=product] .addon-container>form>ul .addon-container-details .money {
        font-size: 12px
    }
}

body.product .addon-container>form>ul .addon-container-details a,
body[class*=product] .addon-container>form>ul .addon-container-details a {
    font-size: 12px
}

body.product .addon-container>form>ul .addon-container-details a svg,
body[class*=product] .addon-container>form>ul .addon-container-details a svg {
    margin-left: 20px
}

body.product #description-accordions p,
body[class*=product] #description-accordions p {
    text-align: left
}

body.product #description-accordions ul,
body[class*=product] #description-accordions ul {
    display: flex;
    padding-left: 0
}

body.product #description-accordions ul li,
body[class*=product] #description-accordions ul li {
    display: inline-block
}

body.product #description-accordions ul li p,
body[class*=product] #description-accordions ul li p {
    margin-bottom: 0;
    width: 100%
}

body.product #description-accordions .table-edit table,
body[class*=product] #description-accordions .table-edit table {
    width: 100%
}

body.product #description-accordions .table-edit td,
body.product #description-accordions .table-edit tr,
body[class*=product] #description-accordions .table-edit td,
body[class*=product] #description-accordions .table-edit tr {
    border: none !important
}

body.product #description-accordions .table-edit td p,
body.product #description-accordions .table-edit tr p,
body[class*=product] #description-accordions .table-edit td p,
body[class*=product] #description-accordions .table-edit tr p {
    margin-bottom: 0
}

body.product #description-accordions .table-edit td,
body[class*=product] #description-accordions .table-edit td {
    padding: 20px !important
}

body.product #description-accordions .table-edit td:nth-child(1),
body[class*=product] #description-accordions .table-edit td:nth-child(1) {
    padding-left: 0 !important
}

body.product #description-accordions details,
body[class*=product] #description-accordions details {
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (max-width: 798px) {
    body.product #description-accordions details,
    body[class*=product] #description-accordions details {
        outline: none
    }
}

body.product #description-accordions details summary,
body[class*=product] #description-accordions details summary {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2L8 14' stroke='%23111111'/%3E%3Cpath d='M2 8L14 8' stroke='%23111111'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    border-top: 1px solid #ddd;
    padding: 16px 0;
    font-weight: 600;
    cursor: pointer;
    color: #111;
    width: 100%;
    align-items: center;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (min-width: 799px) {
    body.product #description-accordions details summary,
    body[class*=product] #description-accordions details summary {
        display: inline-flex
    }
}

@media only screen and (max-width: 798px) {
    body.product #description-accordions details summary,
    body[class*=product] #description-accordions details summary {
        outline: none
    }
}

body.product #description-accordions details summary svg,
body[class*=product] #description-accordions details summary svg {
    display: block
}

body.product #description-accordions details summary a,
body[class*=product] #description-accordions details summary a {
    outline: none
}

@media only screen and (max-width: 798px) {
    body.product #description-accordions details summary a,
    body[class*=product] #description-accordions details summary a {
        display: inline-block;
        transform: translateY(4px)
    }
}

body.product #description-accordions details summary::-webkit-details-marker,
body[class*=product] #description-accordions details summary::-webkit-details-marker {
    display: none
}

body.product #description-accordions details[open] summary,
body[class*=product] #description-accordions details[open] summary {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8L14 8' stroke='%23111111'/%3E%3C/svg%3E")
}

body.product #description-accordions details .code-title,
body[class*=product] #description-accordions details .code-title {
    margin-bottom: 4px;
    margin-top: 16px
}

body.product #description-accordions details .details-card,
body[class*=product] #description-accordions details .details-card {
    background-color: #f6f6f6;
    padding: 15px;
    width: auto;
    display: inline-block
}

body.product #description-accordions details .details-card .code,
body[class*=product] #description-accordions details .details-card .code {
    font-size: 15px;
    padding: 0 0 14px 14px
}

body.product #description-accordions details .details-card .table,
body[class*=product] #description-accordions details .details-card .table {
    font-size: 12px
}

body.product #description-accordions details .details-card .table td,
body[class*=product] #description-accordions details .details-card .table td {
    padding: 4px !important
}

body.product #description-accordions details .details-card .table td:nth-child(1),
body[class*=product] #description-accordions details .details-card .table td:nth-child(1) {
    text-align: right
}

body.product #description-accordions details:last-child,
body[class*=product] #description-accordions details:last-child {
    border-bottom: 1px solid #ddd
}

body.product #description-accordions .product_delivery ul .tab-switcher,
body[class*=product] #description-accordions .product_delivery ul .tab-switcher {
    border-bottom: 2px solid #999;
    padding-bottom: 5px;
    cursor: pointer;
    margin-bottom: 0
}

body.product #description-accordions .product_delivery ul .tab-switcher:nth-child(2),
body[class*=product] #description-accordions .product_delivery ul .tab-switcher:nth-child(2) {
    margin-left: 32px
}

@media only screen and (max-width: 480px) {
    body.product #description-accordions .product_delivery ul .tab-switcher,
    body[class*=product] #description-accordions .product_delivery ul .tab-switcher {
        flex: 1;
        text-align: center
    }
}

body.product #description-accordions .product_delivery ul .active,
body[class*=product] #description-accordions .product_delivery ul .active {
    border-bottom: 2px solid #111
}

body.product #description-accordions .product_delivery .table,
body[class*=product] #description-accordions .product_delivery .table {
    padding-bottom: 12px
}

body.product #description-accordions .product_delivery .table td,
body[class*=product] #description-accordions .product_delivery .table td {
    font-size: 12px
}

body.product #description-accordions .product_delivery .table p,
body[class*=product] #description-accordions .product_delivery .table p {
    margin-bottom: 0
}

body.product #description-accordions .product_delivery strong,
body[class*=product] #description-accordions .product_delivery strong {
    font-weight: 600
}

body.product #description-accordions .product_delivery .shipping_mobile tr:nth-child(1),
body[class*=product] #description-accordions .product_delivery .shipping_mobile tr:nth-child(1) {
    background-color: #ececec
}

body.product #description-accordions .product_delivery .shipping_mobile tr td:nth-child(1),
body[class*=product] #description-accordions .product_delivery .shipping_mobile tr td:nth-child(1) {
    background-color: #ececec
}

@media(max-width: 365px) {
    body.product #description-accordions .product_delivery .shipping_mobile tr td,
    body[class*=product] #description-accordions .product_delivery .shipping_mobile tr td {
        padding: 5px !important
    }
}

body.product #description-accordions .product_delivery .learn-more,
body[class*=product] #description-accordions .product_delivery .learn-more {
    margin-bottom: 16px;
    display: block
}

body.product #description-accordions .price-breakdown table td,
body[class*=product] #description-accordions .price-breakdown table td {
    padding-top: 0 !important;
    padding-bottom: 8px !important
}

body.product #description-accordions .price-breakdown table td p:first-child,
body[class*=product] #description-accordions .price-breakdown table td p:first-child {
    font-size: 12px;
    color: #777
}

body.product #description-accordions .price-breakdown table td:not(.first) p:last-child,
body[class*=product] #description-accordions .price-breakdown table td:not(.first) p:last-child {
    color: #222
}

body.product #description-accordions .materials .icon-row,
body[class*=product] #description-accordions .materials .icon-row {
    display: flex;
    margin-bottom: 8px
}

body.product #description-accordions .materials p,
body[class*=product] #description-accordions .materials p {
    margin: 0
}

body.product #description-accordions .materials .row-content,
body[class*=product] #description-accordions .materials .row-content {
    padding-left: 10px
}

body.product #description-accordions .materials svg,
body[class*=product] #description-accordions .materials svg {
    margin-top: 2px;
    flex: 0 0 16px
}

body.product #description-accordions .materials .images-section,
body[class*=product] #description-accordions .materials .images-section {
    margin-top: 20px
}

body.product #description-accordions .materials .images-section img,
body[class*=product] #description-accordions .materials .images-section img {
    max-width: 120px
}

body.product #description-accordions .materials .images-section ul li,
body[class*=product] #description-accordions .materials .images-section ul li {
    flex: 1
}

body.product #description-accordions .materials .images-section ul li:first-child,
body[class*=product] #description-accordions .materials .images-section ul li:first-child {
    flex: 0 0 140px;
    padding-right: 20px
}

body.product #description-accordions .materials .images-section p:nth-child(1),
body[class*=product] #description-accordions .materials .images-section p:nth-child(1) {
    font-weight: 600
}

body.product #description-accordions .materials .images-section p.subtitle,
body.product #description-accordions .materials .images-section p:nth-child(even),
body[class*=product] #description-accordions .materials .images-section p.subtitle,
body[class*=product] #description-accordions .materials .images-section p:nth-child(even) {
    font-size: 12px;
    color: #777
}

body.product #description-accordions .materials .leather-note,
body[class*=product] #description-accordions .materials .leather-note {
    margin-bottom: 16px
}

body.product .sticky_atc_desktop,
body[class*=product] .sticky_atc_desktop {
    position: fixed;
    top: 84px;
    width: 100%;
    z-index: 2;
    background-color: #f2f2f2;
    padding: 9px 0;
    border-bottom: 1px solid #ddd;
    transform: translateY(calc(-100% - 84px));
    transition: transform .3s ease-in-out
}

@media only screen and (max-width: 798px) {
    body.product .sticky_atc_desktop,
    body[class*=product] .sticky_atc_desktop {
        background: #fff;
        box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, .15);
        border: 0;
        top: 100%;
        transform: translateY(100%);
        padding-bottom: 24px
    }
}

body.product .sticky_atc_desktop.show,
body[class*=product] .sticky_atc_desktop.show {
    transform: translateY(0)
}

@media only screen and (max-width: 798px) {
    body.product .sticky_atc_desktop.show,
    body[class*=product] .sticky_atc_desktop.show {
        transform: translateY(-100%)
    }
}

body.product .sticky_atc_desktop .column,
body[class*=product] .sticky_atc_desktop .column {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px)
}

@media only screen and (max-width: 798px) {
    body.product .sticky_atc_desktop .column,
    body[class*=product] .sticky_atc_desktop .column {
        margin: 0;
        width: 100%
    }
}

body.product .sticky_atc_desktop .column .sticky_image,
body[class*=product] .sticky_atc_desktop .column .sticky_image {
    flex: 0 0 100px
}

@media only screen and (max-width: 798px) {
    body.product .sticky_atc_desktop .column .sticky_image,
    body[class*=product] .sticky_atc_desktop .column .sticky_image {
        display: none
    }
}

body.product .sticky_atc_desktop .column .sticky_content,
body[class*=product] .sticky_atc_desktop .column .sticky_content {
    padding-left: 20px;
    flex: 1
}

@media only screen and (max-width: 798px) {
    body.product .sticky_atc_desktop .column .sticky_content,
    body[class*=product] .sticky_atc_desktop .column .sticky_content {
        display: none
    }
}

body.product .sticky_atc_desktop .column .sticky_content .sticky_title,
body[class*=product] .sticky_atc_desktop .column .sticky_content .sticky_title {
    padding: 0;
    margin: 0
}

body.product .sticky_atc_desktop .column .sticky_content .modal_price,
body[class*=product] .sticky_atc_desktop .column .sticky_content .modal_price {
    padding: 0;
    margin: 0;
    font-size: 14px
}

body.product .sticky_atc_desktop .column .sticky_content .modal_price .current_price,
body[class*=product] .sticky_atc_desktop .column .sticky_content .modal_price .current_price {
    color: #111
}

body.product .sticky_atc_desktop .column .sticky_button,
body[class*=product] .sticky_atc_desktop .column .sticky_button {
    margin-left: auto;
    flex: 0 0 260px
}

@media only screen and (max-width: 798px) {
    body.product .sticky_atc_desktop .column .sticky_button,
    body[class*=product] .sticky_atc_desktop .column .sticky_button {
        flex: 1
    }
}

body.product .sticky_atc_desktop .column .sticky_button .product_form,
body.product .sticky_atc_desktop .column .sticky_button .purchase-details__buttons,
body[class*=product] .sticky_atc_desktop .column .sticky_button .product_form,
body[class*=product] .sticky_atc_desktop .column .sticky_button .purchase-details__buttons {
    margin: 0
}

body.product .sticky_atc_desktop .column .sticky_button .add_to_cart,
body[class*=product] .sticky_atc_desktop .column .sticky_button .add_to_cart {
    padding: 15px 20px;
    text-align: center
}

body.product .sticky_atc_desktop .column .sticky_button .add_to_cart:after,
body[class*=product] .sticky_atc_desktop .column .sticky_button .add_to_cart:after {
    display: none
}

body.product .sticky_atc_desktop .column .sticky_button .add_to_cart .text,
body[class*=product] .sticky_atc_desktop .column .sticky_button .add_to_cart .text {
    display: flex;
    justify-content: center;
    align-items: center
}

body.product .sticky_atc_desktop .column .sticky_button .add_to_cart .text:before,
body[class*=product] .sticky_atc_desktop .column .sticky_button .add_to_cart .text:before {
    content: "";
    background: 0 0/100% no-repeat url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 5.03363H17V16.353C17 17.8149 15.7829 19 14.2816 19H3.71845C2.21709 19 1 17.8149 1 16.353V5.03363ZM2.08738 6.09245V16.353C2.08738 17.2301 2.81763 17.9412 3.71845 17.9412H14.2816C15.1824 17.9412 15.9126 17.2301 15.9126 16.353V6.09245H2.08738Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.4466 2.05882C6.54578 2.05882 5.81553 2.7699 5.81553 3.64706V8.78992H4.72815V3.64706C4.72815 2.18513 5.94524 1 7.4466 1H10.5534C12.0548 1 13.2718 2.18513 13.2718 3.64706V8.78992H12.1845V3.64706C12.1845 2.7699 11.4542 2.05882 10.5534 2.05882H7.4466Z' fill='white'/%3E%3C/svg%3E");
    width: 18px;
    height: 20px;
    position: relative;
    margin-right: 8px
}

body.product .block__recommended_products,
body[class*=product] .block__recommended_products {
    background: #f2f2f2;
    overflow: hidden;
    padding: 25px 0
}

body.product .block__recommended_products .slider-gallery,
body[class*=product] .block__recommended_products .slider-gallery {
    margin: 0
}

body.blog .blog-title {
    margin-bottom: 10px
}

body.blog .icon-slash {
    padding-right: 5px
}

body.blog .blog_date {
    margin-top: 12px;
    font-size: 12px;
    color: #666;
    margin-bottom: 8px
}

body.blog .article__title {
    margin-top: 0;
    padding: 0;
    line-height: 1.3
}

body.blog .excerpt {
    margin-top: 8px;
    color: #444;
    font-size: 12px
}

body.blog .load-more {
    display: block;
    clear: both;
    margin: 25px 0
}

@media only screen and (max-width: 798px) {
    body.article .banner .image-element__wrap {
        position: absolute;
        height: 100%
    }
    body.article .banner .image-element__wrap:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 1
    }
}

@media only screen and (max-width: 798px) {
    body.article .banner .image-element__wrap img {
        height: 100%
    }
}

@media only screen and (max-width: 798px) {
    body.article .banner .caption {
        padding: 65px 0 30px
    }
}

body.article .banner .blog_date {
    color: rgba(255, 255, 255, .8)
}

@media only screen and (max-width: 798px) {
    body.article .banner .headline {
        color: #fff
    }
}

body.article .blog_share {
    width: 100%;
    float: none;
    text-align: left
}

@media only screen and (max-width: 798px) {
    body.article .blog_share .social_buttons {
        text-align: left
    }
}

body.article .blog_share .share-btn>a {
    border-radius: 50px
}

body.article .blog_share .share-btn>a:before {
    color: #fff
}

body.article .blog_share .share-btn.twitter>a {
    background-color: #09aeec;
    border-color: #09aeec
}

body.article .blog_share .share-btn.facebook>a {
    background-color: #49659d;
    border-color: #49659d
}

body.article .blog_share .share-btn.pinterest>a {
    background-color: #cb1f2a;
    border-color: #cb1f2a
}

body.article .blog_share .share-btn.mail>a {
    background-color: #888;
    border-color: #888
}

body.article .blog__comment {
    white-space: normal
}

@media only screen and (max-width: 798px) {
    body.article .breadcrumb {
        display: none
    }
}

.sidebar__content {
    border: 0
}

.sidebar__content .sidebar-block {
    border: 0
}

.sidebar__content .sidebar-block[data-type=recent_posts] ul {
    border-top: 1px solid rgba(0, 0, 0, .04)
}

.sidebar__content .sidebar-block[data-type=recent_posts] ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    padding-bottom: 18px
}

.sidebar__content .sidebar-block[data-type=recent_posts] ul li:not(:first-child) {
    padding-top: 18px
}

.sidebar__content .sidebar-block[data-type=recent_posts] ul li a {
    max-width: none;
    display: block;
    line-height: 1.4em
}

.sidebar__content .sidebar-block[data-type=recent_posts] ul li .blog_date {
    margin-top: 0;
    font-size: 10px
}

.sidebar__content .search__form .icon-search {
    right: auto;
    left: 0
}

.sidebar__content .search__form .ffl-label {
    padding-left: 36px
}

.sidebar__content .search__form .search_box {
    padding-left: 36px
}

body.page-contact-custom .custom-contact-form__blocks {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 798px) {
    body.page-contact-custom .custom-contact-form__blocks {
        flex-direction: column
    }
}

body.page-contact-custom .custom-contact-form__blocks .contact-block {
    flex: 0 0 calc(100% - 12px);
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 9px
}

@media only screen and (max-width: 798px) {
    body.page-contact-custom .custom-contact-form__blocks .contact-block {
        margin-left: 0px;
        margin-right: 0px
    }
}

body.page-contact-custom .custom-contact-form__blocks .contact-block.half-block {
    flex-basis: calc(50% - 12px)
}

body.page-contact-custom .global-button {
    margin: 0 6px;
    float: right;
    width: calc(50% - 12px)
}

@media only screen and (max-width: 798px) {
    body.page-contact-custom .global-button {
        margin: 0;
        float: none;
        width: 100%
    }
}

.fancybox-content {
    padding: 32px 20px 20px
}

.fancybox-content.popup-small {
    max-width: 400px
}

.fancybox-content .popup-title {
    padding-top: 0
}

.fancybox-content .fancybox-close-small:before {
    content: "";
    background: 50% 50%/12px 12px no-repeat url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L9.99996 9.99996' stroke='%23111111'/%3E%3Cpath d='M2 10L9.99996 2.00004' stroke='%23111111'/%3E%3C/svg%3E");
    width: 35px;
    height: 35px
}

.shopify-section--image-with-text-overlay .banner .image-element__wrap:before {
    display: none
}

@media only screen and (min-width: 799px) {
    .shopify-section--image-with-text-overlay .banner .button-grid-container {
        margin-top: 52px
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--image-with-text-overlay .banner .button-grid-container {
        width: 100%
    }
}

@media only screen and (min-width: 799px) {
    .shopify-section--image-with-text-overlay .banner .button-grid-container .global-button {
        min-width: 260px
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--image-with-text-overlay .banner .button-grid-container .global-button {
        min-width: 0
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--collection-list {
        overflow: hidden
    }
}

.shopify-section--collection-list .background-container {
    padding: 64px 0
}

@media only screen and (max-width: 798px) {
    .shopify-section--collection-list .background-container {
        padding: 20px 0
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--collection-list .section {
        margin: 0;
        width: 100%
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--collection-list .section>.container {
        width: 100%;
        overflow: hidden
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--collection-list .section>.container>.column {
        width: 100%;
        margin: 0
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--collection-list .list-collections {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        display: flex;
        padding: 0 20px 10px;
        flex-wrap: nowrap
    }
}

.shopify-section--collection-list .list-collections .thumbnail {
    margin-bottom: 0
}

@media only screen and (max-width: 798px) {
    .shopify-section--collection-list .list-collections .thumbnail {
        display: inline-block;
        float: none;
        width: 30%;
        white-space: normal;
        margin: 0;
        flex: 0 0 30%;
        padding: 0 5px;
        position: relative
    }
}

@media only screen and (max-width: 480px) {
    .shopify-section--collection-list .list-collections .thumbnail {
        flex: 0 0 40%
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--collection-list .list-collections .thumbnail:last-child::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 10px;
        display: inline-block;
        right: -10px;
        top: 0
    }
}

.shopify-section--collection-list .list-collections .thumbnail .collection-info__caption {
    margin-bottom: 0
}

@media only screen and (max-width: 798px) {
    .shopify-section--video .video-wrapper__image .image-element__wrap img {
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 380px
    }
}

.shopify-section--video .video__text-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0
}

@media only screen and (max-width: 798px) {
    .shopify-section--video .video__text-container {
        padding: 83px 0;
        margin-bottom: 0
    }
}

.shopify-section--video .video__text-container .headline,
.shopify-section--video .video__text-container .subtitle {
    color: #fff;
    margin-bottom: 32px
}

.shopify-section--featured-collection,
.block__featured_collection {
    overflow: hidden
}

.shopify-section--featured-collection .slider-gallery,
.block__featured_collection .slider-gallery {
    margin-bottom: 0
}

.shopify-section--featured-collection>div,
.block__featured_collection>div {
    padding: 46px 0;
    background-color: #f2f2f2
}

@media only screen and (max-width: 798px) {
    .shopify-section--featured-collection>div,
    .block__featured_collection>div {
        padding: 0
    }
}

.shopify-section--featured-collection .featured-collection__products,
.block__featured_collection .featured-collection__products {
    width: 100%;
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 798px) {
    .shopify-section--featured-collection .title,
    .block__featured_collection .title {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--featured-collection.block__featured_collection>div,
    .block__featured_collection.block__featured_collection>div {
        padding: 20px 0
    }
}

.products-slider {
    overflow: initial
}

.products-slider:hover .flickity-prev-next-button[disabled] {
    opacity: .5
}

.products-slider .flickity-prev-next-button {
    transform: translateX(-100%)
}

.products-slider .flickity-prev-next-button svg {
    display: none
}

.products-slider .flickity-prev-next-button:before {
    width: 10px;
    height: 16px;
    content: "";
    background: 50% 50%/10px 16px no-repeat url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2L2 8L8 14' stroke='%23111111'/%3E%3C/svg%3E");
    display: block;
    margin: 0 auto
}

.products-slider .flickity-prev-next-button.next {
    transform: translateX(100%)
}

.products-slider .flickity-prev-next-button.next:before {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14L8 8L2 2' stroke='%23111111'/%3E%3C/svg%3E")
}

.shopify-section--image-with-text .pretext {
    color: #777;
    letter-spacing: 1.4px
}

.shopify-section--image-with-text .pretext p {
    margin: 0
}

.shopify-section--image-with-text .collection_title {
    padding-top: 0;
    margin-bottom: 32px
}

@media only screen and (max-width: 798px) {
    .shopify-section--image-with-text .collection_title {
        margin-bottom: 16px
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--image-with-text .image-with-text__text-column .info {
        width: 95%;
        padding-left: 10px;
        padding-right: 10px
    }
}

.shopify-section--rich-text-and-image {
    padding: 46px 0
}

@media only screen and (max-width: 798px) {
    .shopify-section--rich-text-and-image {
        padding: 6px 0 32px
    }
}

.hulk__wishlist-wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto
}

.hulk__wishlist-wrap>.wrapper {
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0px 10px !important
}

.hulk__wishlist-wrap>.wrapper .wishlist-grid-view .wishlist__product .wishlist__product-img {
    padding-top: 100% !important
}

.hulk__wishlist-wrap>.wrapper .wishlist-grid-view .wishlist__product .wishlist__product-img>.wishlist-product__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.hulk__wishlist-wrap>.wrapper .wishlist-grid-view .wishlist__product .wishlist__product-img>.wishlist-product__image img {
    position: relative !important
}

.hulk__wishlist-wrap>.wrapper .search__bar {
    flex: 1 1 auto;
    max-width: 50%
}

.hulk__wishlist-wrap .wishlist__product .wishlist__product-content p.vendor,
.hulk__wishlist-wrap .wishlist__product .wishlist__product-content p.price {
    font-weight: 600 !important
}

.hulk__wishlist-wrap .input-group .input-group-field {
    padding-top: 0
}

.shopify-section--testimonials-custom {
    padding: 46px 0 72px
}

@media only screen and (max-width: 798px) {
    .shopify-section--testimonials-custom {
        padding: 0px 0 20px
    }
}

.shopify-section--testimonials-custom .title {
    margin-bottom: 64px
}

@media only screen and (max-width: 480px) {
    .shopify-section--testimonials-custom .title {
        margin-bottom: 32px
    }
}

.shopify-section--testimonials-custom .testimonial-slideshow {
    display: flex;
    justify-content: center
}

@media only screen and (max-width: 480px) {
    .shopify-section--testimonials-custom .testimonial-slideshow {
        flex-direction: column
    }
}

.shopify-section--testimonials-custom .testimonial-slideshow .testimonial-block {
    flex: 0 1 260px;
    margin: 0 32px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    overflow: hidden
}

@media only screen and (max-width: 798px) {
    .shopify-section--testimonials-custom .testimonial-slideshow .testimonial-block {
        margin: 0 16px
    }
}

@media only screen and (max-width: 480px) {
    .shopify-section--testimonials-custom .testimonial-slideshow .testimonial-block {
        flex: 1;
        margin: 0;
        margin-bottom: 20px
    }
    .shopify-section--testimonials-custom .testimonial-slideshow .testimonial-block:last-child {
        margin-bottom: 0
    }
}

.shopify-section--testimonials-custom .testimonial-slideshow .testimonial-block .caption {
    margin: 0;
    padding: 37px 20px 20px;
    width: 100%;
    position: relative;
    z-index: 0
}

.shopify-section--testimonials-custom .testimonial-slideshow .testimonial-block .caption:before {
    content: "";
    width: 118px;
    height: 96px;
    background: 0 0/100% no-repeat url("data:image/svg+xml,%3Csvg width='118' height='96' viewBox='0 0 118 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.929 96C23.3462 96 18.7785 94.8571 15.2258 92.5714C11.6731 90.2857 8.75484 87.3651 6.47097 83.8095C3.67957 79.746 1.90323 75.3016 1.14193 70.4762C0.380644 65.6508 0 61.7143 0 58.6667C0 46.2222 3.17204 34.9206 9.51613 24.7619C15.8602 14.6032 25.757 6.34921 39.2065 0L42.6323 6.85715C34.7656 10.1587 27.914 15.3651 22.0774 22.4762C16.4946 29.5873 13.7032 36.8254 13.7032 44.1905C13.7032 47.2381 14.0839 49.9048 14.8452 52.1905C18.9054 48.8889 23.6 47.2381 28.929 47.2381C35.5269 47.2381 41.2366 49.3968 46.0581 53.7143C50.8796 58.0318 53.2903 64 53.2903 71.619C53.2903 78.7302 50.8796 84.5714 46.0581 89.1429C41.2366 93.7143 35.5269 96 28.929 96ZM93.6387 96C88.0559 96 83.4882 94.8571 79.9355 92.5714C76.3828 90.2857 73.4645 87.3651 71.1806 83.8095C68.3892 79.746 66.6129 75.3016 65.8516 70.4762C65.0903 65.6508 64.7097 61.7143 64.7097 58.6667C64.7097 46.2222 67.8817 34.9206 74.2258 24.7619C80.5699 14.6032 90.4667 6.34921 103.916 0L107.342 6.85715C99.4753 10.1587 92.6237 15.3651 86.7871 22.4762C81.2043 29.5873 78.4129 36.8254 78.4129 44.1905C78.4129 47.2381 78.7935 49.9048 79.5548 52.1905C83.6151 48.8889 88.3097 47.2381 93.6387 47.2381C100.237 47.2381 105.946 49.3968 110.768 53.7143C115.589 58.0318 118 64 118 71.619C118 78.7302 115.589 84.5714 110.768 89.1429C105.946 93.7143 100.237 96 93.6387 96Z' fill='%23F2F2F2'/%3E%3C/svg%3E");
    position: absolute;
    top: 10px;
    left: 10px
}

.shopify-section--testimonials-custom .testimonial-slideshow .testimonial-block .caption .caption-content {
    margin: 0;
    width: 100%;
    text-align: left;
    z-index: 1
}

.shopify-section--testimonials-custom .testimonial-slideshow .testimonial-block .caption .caption-content .subtitle {
    margin: 0
}

.shopify-section--testimonials-custom .testimonial-slideshow .testimonial-block .caption .caption-content .subtitle p:last-child {
    margin-bottom: 0
}

.shopify-section--testimonials-custom .testimonial-slideshow .testimonial-block .caption .caption-content .subtitle .store_name {
    font-style: italic;
    color: #aaa
}

@-webkit-keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

.shopify-section--message-ticker {
    overflow: hidden
}

.shopify-section--message-ticker .ticker-wrap {
    width: 100%;
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box
}

.shopify-section--message-ticker .ticker-wrap .ticker {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s
}

.shopify-section--message-ticker .ticker-wrap .ticker__item {
    display: inline-flex;
    padding: 10px 32px 10px 0;
    align-items: center
}

.shopify-section--message-ticker .ticker-wrap .ticker__item:after {
    content: "•";
    margin-left: 32px
}

.shopify-section--message-ticker .ticker-wrap .ticker__item:last-child:after {
    display: none
}

.shopify-section--message-ticker .ticker-wrap .ticker__item p {
    margin: 0
}

@media only screen and (max-width: 798px) {
    .shopify-section--text-columns-with-images {
        overflow: hidden
    }
}

.shopify-section--text-columns-with-images .light-grey-bg {
    padding: 46px 0
}

@media only screen and (max-width: 798px) {
    .shopify-section--text-columns-with-images .light-grey-bg {
        padding: 0px 0
    }
}

.shopify-section--text-columns-with-images .title {
    margin-bottom: 8px
}

.shopify-section--text-columns-with-images .subheading {
    margin-bottom: 33px
}

.shopify-section--text-columns-with-images .icon-section .image-element__wrap {
    margin-left: 0;
    margin-right: 0
}

.shopify-section--text-columns-with-images .icon-section .image-element__wrap img {
    height: 36px;
    width: auto
}

@media only screen and (max-width: 798px) {
    .shopify-section--text-columns-with-images .icon-section .section.icon-block-wrap {
        margin: 0;
        width: 100%
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--text-columns-with-images .icon-section .section.icon-block-wrap>.container {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        display: flex;
        padding: 0 2.5vw 10px;
        flex-wrap: nowrap
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--text-columns-with-images .icon-section .section.icon-block-wrap>.container>.column {
        display: inline-block;
        float: none;
        width: 62.5%;
        white-space: normal;
        margin: 0;
        flex: 0 0 62.5%;
        padding: 0 10px;
        position: relative
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--text-columns-with-images .icon-section .section.icon-block-wrap>.container>.column:last-child::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 2.5vw;
        display: inline-block;
        right: -2.5vw;
        top: 0
    }
}

@media only screen and (max-width: 798px) {
    .shopify-section--text-columns-with-images .icon-section .section.icon-block-wrap>.container>.column .image-element__wrap img {
        height: 16px
    }
}

.shopify-section--text-columns-with-images .main-button-wrap {
    margin-bottom: 0
}

.shopify-section--text-columns-with-images .column h3 {
    font-size: 20px
}

.shopify-section--instagram-grid,
.block__instagram_grid {
    padding: 46px 0 72px;
    position: relative;
    overflow: hidden;
    background-color: #fff
}

@media only screen and (max-width: 798px) {
    .shopify-section--instagram-grid,
    .block__instagram_grid {
        padding: 0;
        padding-bottom: 20px
    }
}

.shopify-section--instagram-grid:before,
.block__instagram_grid:before {
    content: "";
    width: 290px;
    height: 290px;
    position: absolute;
    top: 40px;
    left: -78px
}

.shopify-section--instagram-grid .fs-slider-container,
.block__instagram_grid .fs-slider-container {
    overflow: initial
}

@media only screen and (max-width: 768px) {
    .shopify-section--instagram-grid .fs-wrapper,
    .block__instagram_grid .fs-wrapper {
        width: 100vw;
        max-width: 100vw;
        transform: translateX(-20px);
        margin-left: 20px
    }
}

.shopify-section--instagram-grid .fs-wrapper div.fs-timeline-entry,
.block__instagram_grid .fs-wrapper div.fs-timeline-entry {
    margin: 0;
    margin-right: 20px
}

@media only screen and (max-width: 768px) {
    .shopify-section--instagram-grid .fs-mobile div.fs-entry-container,
    .shopify-section--instagram-grid .fs-desktop div.fs-entry-container,
    .block__instagram_grid .fs-mobile div.fs-entry-container,
    .block__instagram_grid .fs-desktop div.fs-entry-container {
        width: calc(50vw + 20px) !important;
        padding-top: 50% !important
    }
}

.shopify-section--instagram-grid .fs-slider-next-button,
.shopify-section--instagram-grid .fs-slider-prev-button,
.block__instagram_grid .fs-slider-next-button,
.block__instagram_grid .fs-slider-prev-button {
    opacity: 1;
    width: 40px;
    height: 40px;
    min-width: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-100%)
}

.shopify-section--instagram-grid .fs-slider-next-button svg,
.shopify-section--instagram-grid .fs-slider-prev-button svg,
.block__instagram_grid .fs-slider-next-button svg,
.block__instagram_grid .fs-slider-prev-button svg {
    display: none
}

.shopify-section--instagram-grid .fs-slider-next-button:before,
.shopify-section--instagram-grid .fs-slider-prev-button:before,
.block__instagram_grid .fs-slider-next-button:before,
.block__instagram_grid .fs-slider-prev-button:before {
    width: 10px;
    height: 16px;
    content: "";
    background: 50% 50%/10px 16px no-repeat url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2L2 8L8 14' stroke='%23111111'/%3E%3C/svg%3E");
    display: block;
    margin: 0 auto
}

.shopify-section--instagram-grid .fs-slider-next-button.fs-slider-next-button,
.shopify-section--instagram-grid .fs-slider-prev-button.fs-slider-next-button,
.block__instagram_grid .fs-slider-next-button.fs-slider-next-button,
.block__instagram_grid .fs-slider-prev-button.fs-slider-next-button {
    transform: translateY(-50%) translateX(100%)
}

.shopify-section--instagram-grid .fs-slider-next-button.fs-slider-next-button:before,
.shopify-section--instagram-grid .fs-slider-prev-button.fs-slider-next-button:before,
.block__instagram_grid .fs-slider-next-button.fs-slider-next-button:before,
.block__instagram_grid .fs-slider-prev-button.fs-slider-next-button:before {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14L8 8L2 2' stroke='%23111111'/%3E%3C/svg%3E")
}

@media only screen and (max-width: 798px) {
    .shopify-section--instagram-grid.block__instagram_grid,
    .block__instagram_grid.block__instagram_grid {
        padding: 20px 0
    }
}

#cart_form .product-quantity-box,
.cart_content .product-quantity-box {
    width: 100%;
    max-width: 190px;
    display: flex;
    border-bottom: 1px solid #999;
    flex-wrap: wrap;
    float: none
}

@media only screen and (max-width: 798px) {
    #cart_form .product-quantity-box,
    .cart_content .product-quantity-box {
        max-width: none
    }
}

#cart_form .product-quantity-box label,
.cart_content .product-quantity-box label {
    flex: 0 0 100%;
    margin: 0;
    line-height: 1;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400
}

#cart_form .product-quantity-box input[type=number],
.cart_content .product-quantity-box input[type=number] {
    flex: 1 1 100px;
    background: rgba(0, 0, 0, 0);
    border: 0;
    text-align: left;
    padding: 0;
    width: 100%;
    height: 36px;
    margin: 0;
    min-height: 36px;
    color: #111
}

#cart_form .product-quantity-box .ss-icon,
.cart_content .product-quantity-box .ss-icon {
    flex: 0 0 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 798px) {
    #cart_form .product-quantity-box .ss-icon.product-minus,
    .cart_content .product-quantity-box .ss-icon.product-minus {
        margin-right: 16px
    }
}

#cart_form .product-quantity-box .ss-icon>span,
.cart_content .product-quantity-box .ss-icon>span {
    display: flex
}

#shopify-section-cart-template {
    background: #f2f2f2
}

#shopify-section-cart-template .cart__item {
    align-items: flex-start;
    margin: 0;
    padding: 32px 0
}

@media only screen and (max-width: 798px) {
    #shopify-section-cart-template .cart__item {
        padding: 16px 0
    }
}

@media only screen and (max-width: 480px) {
    #shopify-section-cart-template .cart__item {
        flex-direction: column
    }
}

#shopify-section-cart-template .cart__item p {
    margin: 0
}

#shopify-section-cart-template .cart__item:first-child {
    border-top: 1px solid #ddd
}

#shopify-section-cart-template .cart__item .cart__item--image {
    flex: 0 0 190px;
    margin-right: 20px
}

@media only screen and (max-width: 480px) {
    #shopify-section-cart-template .cart__item .cart__item--image {
        flex: 0 0 100%;
        margin: 0;
        max-width: none;
        width: 100%
    }
}

#shopify-section-cart-template .cart__item .cart__item--content {
    margin: 0;
    flex: 1;
    display: flex;
    align-items: flex-start
}

@media only screen and (max-width: 798px) {
    #shopify-section-cart-template .cart__item .cart__item--content {
        flex-direction: column
    }
}

@media only screen and (max-width: 480px) {
    #shopify-section-cart-template .cart__item .cart__item--content {
        width: 100%
    }
}

#shopify-section-cart-template .cart__item .cart__item--content .main_info {
    flex: 1 1 auto
}

@media only screen and (max-width: 480px) {
    #shopify-section-cart-template .cart__item .cart__item--content .main_info {
        width: 100%
    }
}

@media only screen and (max-width: 798px) {
    #shopify-section-cart-template .cart__item .cart__item--content .main_info .price_container {
        display: flex;
        justify-content: space-between;
        align-items: baseline
    }
}

#shopify-section-cart-template .cart__item .cart__item--content .meta {
    margin-bottom: 16px
}

#shopify-section-cart-template .cart__item .cart__item--content .total_remove {
    flex: 0 0 200px;
    padding-left: 20px;
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width: 798px) {
    #shopify-section-cart-template .cart__item .cart__item--content .total_remove {
        flex: 1;
        align-self: flex-end
    }
}

#shopify-section-cart-template .cart__item .cart__item--content .total_remove .price_total {
    margin: 0;
    line-height: 30px;
    text-align: right
}

#shopify-section-cart-template .cart__item .cart__item--content .total_remove .cart__remove-btn {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin-top: 7px
}

@media only screen and (max-width: 480px) {
    #shopify-section-cart-template .cart__item .cart__item--content .total_remove .cart__remove-btn {
        position: absolute;
        top: 16px
    }
}

#shopify-section-cart-template .cart__item .cart__item--content .total_remove .cart__remove-btn .remove-icon {
    margin: 0;
    display: block;
    width: 48px;
    height: 48px
}

#shopify-section-cart-template .cart__item .cart__item--content .total_remove .cart__remove-btn .remove-icon:before {
    content: "";
    background: 100% 0/12px 12px no-repeat url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.00006L9.99996 10' stroke='%23666666'/%3E%3Cpath d='M2 9.99996L9.99996 2' stroke='%23666666'/%3E%3C/svg%3E");
    width: 100%;
    height: 100%
}

#shopify-section-cart-template .cart__item .cart__item--content .cart__item--title {
    padding: 0;
    margin-bottom: 8px;
    line-height: 30px
}

#shopify-section-cart-template .cart__item .cart__item--content .modal_price {
    font-size: 14px;
    margin-bottom: 16px
}

#shopify-section-cart-template .cart__item .cart__item--content .modal_price .was_price {
    font-size: 12px
}

#shopify-section-cart-template .subtotal {
    padding-top: 0;
    color: #111;
    position: -webkit-sticky;
    position: sticky;
    top: 104px
}

@media only screen and (max-width: 798px) {
    #shopify-section-cart-template .subtotal {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        top: auto;
        background: #fff;
        box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, .15);
        padding: 8px 8px 24px;
        z-index: 99;
        overflow: hidden
    }
}

#shopify-section-cart-template .subtotal .continue-shopping {
    display: inline-block;
    margin: 0 auto
}

@media only screen and (max-width: 798px) {
    #shopify-section-cart-template .subtotal .continue-shopping {
        display: none
    }
}

#shopify-section-cart-template .subtotal .show-more-total-wrapper {
    justify-content: center;
    margin-bottom: 3px;
    margin-top: 2px;
    display: none
}

@media only screen and (max-width: 798px) {
    #shopify-section-cart-template .subtotal .show-more-total-wrapper {
        display: flex
    }
}

#shopify-section-cart-template .subtotal .show-more-total-label {
    font-size: 12px
}

#shopify-section-cart-template .subtotal .show-more-total {
    display: none;
    width: 20px;
    height: 26px;
    margin-top: 5px;
    margin-right: 5px;
    background: 50% 0/16px 10px no-repeat url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8L8 2L2 8' stroke='%23111111'/%3E%3C/svg%3E")
}

@media only screen and (max-width: 798px) {
    #shopify-section-cart-template .subtotal .show-more-total {
        display: block
    }
}

#shopify-section-cart-template .subtotal.show-more .tos_label {
    margin-top: 16px
}

#shopify-section-cart-template .subtotal.show-more .cart_subtotal,
#shopify-section-cart-template .subtotal.show-more .cart_totals {
    display: block
}

#shopify-section-cart-template .subtotal.show-more .continue-shopping {
    display: block
}

#shopify-section-cart-template .subtotal.show-more .show-more-total {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L8 8L14 2' stroke='%23111111'/%3E%3C/svg%3E%0A")
}

#shopify-section-cart-template .subtotal .continue-wrap {
    display: flex
}

#shopify-section-cart-template .subtotal [data-cart-checkout-button] {
    pointer-events: all
}

#shopify-section-cart-template .shipping_info {
    margin-top: 32px
}

#shopify-section-cart-template .cart_subtotal {
    margin-bottom: 0
}

@media only screen and (max-width: 798px) {
    #shopify-section-cart-template .cart_subtotal {
        display: none
    }
}

@media only screen and (min-width: 799px) {
    #shopify-section-cart-template .tos_label {
        margin-top: 16px
    }
}

@media only screen and (max-width: 798px) {
    #shopify-section-cart-template .cart_totals {
        display: none
    }
}

#shopify-section-cart-template #af_cart_page {
    float: none;
    text-align: left;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column
}

#shopify-section-cart-template #af_cart_page .af_discount_response {
    order: -1;
    margin-bottom: 32px !important;
    padding: 0
}

@media only screen and (max-width: 798px) {
    #shopify-section-cart-template #af_cart_page .af_discount_response {
        margin-bottom: 16px !important
    }
}

#shopify-section-cart-template #af_cart_page .af_discount_response svg {
    display: none
}

#shopify-section-cart-template #af_cart_page .af_heading_holder {
    line-height: 1
}

#shopify-section-cart-template #af_cart_page .af_cd_title {
    text-transform: uppercase;
    color: #999;
    font-size: 12px
}

#shopify-section-cart-template #af_cart_page .af_custom_coupon_text {
    border-bottom: 1px solid #999 !important;
    max-height: 33px !important;
    min-height: 33px !important;
    padding: 0
}

#shopify-section-cart-template #af_cart_page .af_btn_holder {
    margin-left: 20px
}

#shopify-section-cart-template #af_cart_page .af_custom_apply_coupon_trigger {
    border: 1px solid #111;
    transform: translateY(-9px);
    text-transform: uppercase;
    font-size: 12px;
    background: rgba(0, 0, 0, 0)
}

label.tos_label {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

label.tos_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

label.tos_label input:checked~.checkmark {
    border-color: #111;
    background: 50% 50%/16px 16px no-repeat url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 7.4L6.875 11L12.5 5' stroke='white' stroke-width='2'/%3E%3C/svg%3E") #111
}

label.tos_label .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    border: 2px solid #ccc
}

.cart_content .tos_label input.tos_agree {
    left: 1px;
    top: 4px;
    position: absolute;
    opacity: 0;
    height: auto;
    width: auto;
    outline: none
}

.cart_content .tos_label .checkmark {
    background: #fff
}

@media only screen and (max-width: 798px) {
    .section.icon-block-wrap {
        margin: 0;
        width: 100%
    }
}

@media only screen and (max-width: 798px) {
    .section.icon-block-wrap>.container {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        display: flex;
        padding: 0 2.5vw 10px;
        flex-wrap: nowrap
    }
}

@media only screen and (max-width: 798px) {
    .section.icon-block-wrap>.container>.column {
        display: inline-block;
        float: none;
        width: 62.5%;
        white-space: normal;
        margin: 0;
        flex: 0 0 62.5%;
        padding: 0 10px;
        position: relative
    }
}

@media only screen and (max-width: 798px) {
    .section.icon-block-wrap>.container>.column:last-child::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 2.5vw;
        display: inline-block;
        right: -2.5vw;
        top: 0
    }
}

@media only screen and (max-width: 798px) {
    .section.icon-block-wrap>.container>.column .image-element__wrap img {
        height: 16px
    }
}

#shopify-section-page-faq-template .faq-tabs-wrap {
    margin-bottom: 16px
}

@media only screen and (max-width: 798px) {
    #shopify-section-page-faq-template .faq-tabs-wrap h5 {
        text-align: left
    }
}

#shopify-section-page-faq-template .faq-tabs-wrap .faq-tabs {
    display: flex;
    justify-content: center
}

@media only screen and (max-width: 798px) {
    #shopify-section-page-faq-template .faq-tabs-wrap .faq-tabs {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        padding-left: calc((5vw + 20px)/2);
        width: 100vw;
        transform: translateX(calc((-5vw - 20px) / 2))
    }
}

#shopify-section-page-faq-template .faq-tabs-wrap .faq-tabs .faq-tab {
    height: 36px;
    line-height: 36px;
    margin: 0 16px;
    padding: 0 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer
}

@media only screen and (max-width: 798px) {
    #shopify-section-page-faq-template .faq-tabs-wrap .faq-tabs .faq-tab {
        margin: 0;
        margin-right: 16px
    }
}

#shopify-section-page-faq-template .faq-tabs-wrap .faq-tabs .faq-tab.active {
    border-color: #111;
    background: #111;
    color: #fff
}

#shopify-section-page-faq-template .table-block,
#shopify-section-page-faq-template .text-block {
    margin-bottom: 16px
}

.view_cart {
    width: 100%;
    margin-bottom: 10px
}

.gryffeditor {
    width: 100%
}

@media only screen and (max-width: 798px) {
    html body.mobile_nav-fixed--true .gryffeditor {
        margin-top: 60px !important
    }
    html body.promo-banner--show.mobile_nav-fixed--true .gryffeditor {
        margin-top: 90px !important
    }
}

.grecaptcha-badge {
    visibility: hidden
}

.customers-login .forgot-pw {
    z-index: 1
}

.promo-banner {
    color: #fff !important
}

.promo-banner__content {
    display: flex;
    padding: 0 .5rem !important
}

.promo-banner__content-item {
    display: flex;
    align-items: center
}

.promo-banner__content-item:not(:last-child) {
    margin-right: 10px
}

.promo-banner__content-item strong {
    padding-right: 5px
}

.promo-banner__content .promo-banner__date .promo-banner__end-date {
    display: none
}

.promo-banner__content .promo-banner__button a {
    text-decoration: underline;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center
}

.promo-banner__content .promo-banner__button a:after {
  content: url("arrow-long-right.svg");
  padding-left: 18px
}

@media only screen and (max-width: 370px) {
  .promo-banner__content .promo-banner__sales p:last-child {
      display: none
  }
}

@media only screen and (min-width: 481px) {
    .promo-banner__content {
        padding: 0 1.5rem !important
    }
    .promo-banner__content-item:not(:last-child) {
      margin-right: 30px
    }
    .promo-banner__content-item strong {
        padding-right: 10px
    }
}

.product .ruk_rating_snippet_minimal .ruk-rating-snippet-count:last-of-type {
    left: 4px
}

.product .ruk_rating_snippet_minimal .ruk-rating-snippet-count:last-of-type:before {
    content: "("
}

.product .ruk_rating_snippet_minimal .ruk-rating-snippet-count:last-of-type:after {
    content: ")";
    position: relative;
    bottom: 0;
    right: 3px;
    height: 18px
}

.product .ruk-rating-snippet-count:first-of-type+span {
    position: absolute
}

.ElementsWidget-prefix .header__group .R-RatingStars .R-RatingStars__stars .stars__icon--100 {
    color: var(----body-text-color)
}

.ElementsWidget-prefix .header__group .R-RatingStars .R-RatingStars__stars .stars__icon--0 {
    color: var(--common-star-disabled-color)
}

.ElementsWidget-prefix .header__group .R-RatingStars .R-RatingStars__stars .stars__icon--50,
.ElementsWidget-prefix .header__group .R-RatingStars .R-RatingStars__stars .stars__icon--25 {
    background-image: linear-gradient(to right, #000 50%, var(--common-star-disabled-color) 50.1%)
}

.ElementsWidget-prefix .header__group .R-RatingStars .R-RatingStars__stars .stars__icon--100 {
    color: var(--badge-icon-color)
}

#reviewsio-carousel-widget-new {
    max-width: 1200px;
    margin: 0 auto
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group .R-Button {
    width: 100%;
    text-align: left;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-image: url("data:image/svg+xml,%3Csvg width='41' height='14' viewBox='0 0 41 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7.14209L34 7.14209' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M34 1.14209L40 7.14209M40 7.14209L34 13.1421M40 7.14209H34' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E%0A");
    background-position: right 10px center;
    background-repeat: no-repeat
}

.ElementsWidget-prefix .ElementsWidget .cssVar-authorName {
    margin-bottom: var(--author-margin-bottom)
}

.ElementsWidget-prefix .u-textRight--all .R-TabControls .R-TabControls__item {
    padding: 0 28px
}

body .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--right {
    width: 260px;
    flex-basis: 260px
}

body .ElementsWidget__media {
    margin-top: 20px
}

body .ElementsWidget__media .ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__item {
    margin-right: 20px
}

body .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item,
body .ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader {
    border-bottom-color: #ccc
}

body .ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader {
    padding: 20px 0 60px
}

body .ElementsWidget-prefix .R-IconButton .R-IconButton__icon:not(.cssVar-badgeElement__icon):before {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.25 6.70459H0.750001C0.335781 6.70459 0 7.01938 0 7.40771V14.439C0 14.8273 0.335781 15.1421 0.750001 15.1421H3.25C3.66422 15.1421 4 14.8273 4 14.439V7.40771C4 7.01938 3.66422 6.70459 3.25 6.70459ZM2 13.9702C1.58578 13.9702 1.25 13.6554 1.25 13.2671C1.25 12.8788 1.58578 12.564 2 12.564C2.41422 12.564 2.75 12.8788 2.75 13.2671C2.75 13.6554 2.41422 13.9702 2 13.9702ZM12 2.52838C12 3.77104 11.1884 4.46807 10.9601 5.29834H14.1389C15.1826 5.29834 15.9951 6.11121 16 7.00043C16.0026 7.52596 15.7642 8.09171 15.3925 8.44175L15.3891 8.44497C15.6964 9.12867 15.6465 10.0867 15.0982 10.7732C15.3695 11.5318 15.096 12.4637 14.5863 12.9633C14.7206 13.4789 14.6564 13.9177 14.3941 14.2709C13.7563 15.13 12.1755 15.1421 10.8387 15.1421L10.7498 15.1421C9.24085 15.1416 8.00588 14.6265 7.01357 14.2126C6.51491 14.0046 5.86291 13.7472 5.36822 13.7387C5.16385 13.7351 5 13.5788 5 13.3871V7.12436C5 7.03061 5.04007 6.94063 5.11119 6.87472C6.34913 5.72792 6.88144 4.51377 7.8961 3.56092C8.35872 3.12639 8.52697 2.47002 8.68963 1.83527C8.8286 1.29325 9.11929 0.14209 9.75001 0.14209C10.5 0.14209 12 0.376465 12 2.52838Z' fill='black'/%3E%3C/svg%3E%0A")
}

body .ElementsWidget-prefix .R-TextBody--inline,
body .ElementsWidget-prefix .R-TextHeading--xxxxs {
    color: var(--body-text-color);
    font-weight: 400
}

body .ElementsWidget-prefix .R-PlatformLogo {
    display: none
}

body .ElementsWidget-prefix .u-textRight--all .R-TabControls__item {
    border-color: #f2f2f2
}

body .ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item.isActive {
    border-color: rgba(0, 0, 0, 0);
    font-weight: 600
}

body .ruk-icon-percentage-star--0:before,
body .ruk-icon-percentage-star--50:before,
body .ruk-icon-percentage-star--100:before {
    content: "";
    display: inline-block;
    height: 13px;
    width: 12px;
    margin-right: 4px
}

body .ruk-icon-percentage-star--50:before {
    background: no-repeat center url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='star-half-alt' class='svg-inline--fa fa-star-half-alt fa-w-17' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 536 512'%3E%3Cpath fill='currentColor' d='M508.55 171.51L362.18 150.2 296.77 17.81C290.89 5.98 279.42 0 267.95 0c-11.4 0-22.79 5.9-28.69 17.81l-65.43 132.38-146.38 21.29c-26.25 3.8-36.77 36.09-17.74 54.59l105.89 103-25.06 145.48C86.98 495.33 103.57 512 122.15 512c4.93 0 10-1.17 14.87-3.75l130.95-68.68 130.94 68.7c4.86 2.55 9.92 3.71 14.83 3.71 18.6 0 35.22-16.61 31.66-37.4l-25.03-145.49 105.91-102.98c19.04-18.5 8.52-50.8-17.73-54.6zm-121.74 123.2l-18.12 17.62 4.28 24.88 19.52 113.45-102.13-53.59-22.38-11.74.03-317.19 51.03 103.29 11.18 22.63 25.01 3.64 114.23 16.63-82.65 80.38z'%3E%3C/path%3E%3C/svg%3E")
}

body .ruk-icon-percentage-star--0:before {
    background: no-repeat center url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='star' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-star fa-w-18 fa-2x'%3E%3Cpath fill='%231d1d1d' d='M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z' class=''%3E%3C/path%3E%3C/svg%3E")
}

body .ruk_rating_snippet_minimal .ruk-icon-percentage-star--100:before {
    background: no-repeat center url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='star' color='%23666666' class='svg-inline--fa fa-star fa-w-18' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'%3E%3C/path%3E%3C/svg%3E")
}

body .ruk_rating_snippet_minimal .ruk-rating-snippet-count {
    color: #666;
    margin-right: 4px
}

body .ruk_rating_snippet {
    margin: 15px 0
}

body .ruk_rating_snippet .ruk-icon-percentage-star--100:before {
    background: no-repeat center url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='star' color='%231d1d1d' class='svg-inline--fa fa-star fa-w-18' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'%3E%3C/path%3E%3C/svg%3E")
}

body .ruk_rating_snippet.thumbnail_snippet {
    margin: 10px
}

@media only screen and (max-width: 798px) {
    body .ruk_rating_snippet.thumbnail_snippet {
        margin: 5px 0
    }
}

body .ruk_rating_snippet .ruk-rating-snippet-count {
    font-family: "Avenir Next", sans-serif
}

.grid {
    display: flex;
    width: 100%
}

section.section-spacing {
    padding: 20px 0
}

@media only screen and (min-width: 481px) {
    section.section-spacing {
        padding: 75px 0
    }
}

section.section .section-heading {
    margin-top: 0
}

.compatible-devices {
    background-color: #f2f2f2;
    overflow: hidden
}

@media only screen and (max-width: 480px) {
    .compatible-devices .owl-carousel {
        width: 70%
    }
    .compatible-devices .owl-carousel .owl-stage-outer {
        overflow: visible
    }
}

.compatible-devices .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 80px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 480px) {
    .compatible-devices .owl-nav {
        display: none
    }
}

.compatible-devices .owl-nav button {
    pointer-events: all
}

.compatible-devices .owl-nav button span {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 16px
}

.instafeed .container {
    overflow: visible
}

.instafeed .fs-slider-container {
    overflow: visible
}

.instafeed .fs-slider-container div.fs-timeline-entry {
    margin: 0 20px 0 0 !important
}

.instafeed .fs-timeline {
    max-width: 150%;
    width: 150%
}

.custom-faqs .faqs {
    overflow: hidden
}

.custom-faqs .faqs .faq {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.custom-faqs .faqs .faq-label {
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    font-weight: 600
}

.custom-faqs .faqs .faq-label::after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0.64209V12.6421' stroke='%23111111'/%3E%3Cpath d='M0 6.64209L12 6.64209' stroke='%23111111'/%3E%3C/svg%3E%0A");
    width: 1em;
    height: 1em;
    text-align: center
}

.custom-faqs .faqs .faq-label.active::after {
    content: url("data:image/svg+xml,%3Csvg width='16' height='5' viewBox='0 0 16 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.64209L14 2.64209' stroke='%23111111'/%3E%3C/svg%3E%0A")
}

.custom-faqs .faqs .faq-content {
    max-height: 0;
    background: #fff;
    transition: all .35s
}

.custom-faqs .faqs .faq-content-inner {
    padding-bottom: 10px
}

.custom-faqs .faqs .faq-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: .75em;
    cursor: pointer
}

.product .has-margin-bottom {
    margin-bottom: 0
}

.image-with-text-container .image-with-text-slider .owl-stage-outer .owl-stage .owl-item a {
    display: block;
    height: 100%
}

.image-with-text-container .image-with-text-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 480px) {
    .image-with-text-container .image-with-text-slider .owl-nav {
        display: none
    }
}

.image-with-text-container .image-with-text-slider .owl-nav button {
    pointer-events: all
}

.image-with-text-container .image-with-text-slider .owl-nav button span {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 16px
}

.image-with-text-container .image-with-text-slider .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    line-height: 0;
    margin-bottom: 20px
}

.image-with-text-container .image-with-text-slider .owl-dots button {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    pointer-events: all;
    background-color: #c1c1c1;
    transition-property: width, background-color;
    transition-duration: .3s;
    margin: 0 2.5px
}

.image-with-text-container .image-with-text-slider .owl-dots button.active {
    width: 12px;
    background-color: #757575
}

.image-with-text-container .image-element__wrap {
    height: 300px;
    max-width: 100% !important
}

.image-with-text-container .image-element__wrap img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width: 799px) {
    .image-with-text-container .image-element__wrap {
        height: 600px
    }
}

.video-section [data-play-button] {
    color: #fff
}

.video-section .video__text-container h1,
.video-section .video__text-container p {
    color: #fff
}

@media only screen and (max-width: 480px) {
    .video-section .video__text-container h1 {
        font-size: 30px
    }
}

@media only screen and (max-width: 480px) {
    .video-section .video-wrapper__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    .video-section .video-wrapper__image .image-element__wrap {
        height: 100%
    }
    .video-section .video-wrapper__image .image-element__wrap img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .video-section .video__text-container {
        position: relative;
        transform: none;
        padding: 64px 0;
        margin-bottom: 0
    }
}

.plyr__progress input[type=range] {
    padding-top: 0;
    border-bottom: none
}

.testimonials-carousel-section .testimonials-carousel .testimonials-carousel-item .testimonials-carousel-item-content {
    display: none
}

.testimonials-carousel-section .testimonial-content-target {
    margin-top: 30px
}

.testimonials-carousel-section .testimonial-content-target .testimonial-image {
    margin-bottom: 32px
}

.testimonials-carousel-section .testimonial-content-target .testimonial-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: 0
}

.testimonials-carousel-section .testimonial-content-target .testimonial-content {
    margin-bottom: 32px
}

.testimonials-carousel-section .testimonial-content-target .testimonial-name {
    font-size: 1rem;
    font-weight: 700;
    color: #111
}

.testimonials-carousel-section .testimonial-content-target .testimonial-job-title {
    font-style: italic
}

.owl-carousel {
    z-index: 0 !important
}

.block__product_reviews {
    padding-top: 30px;
    padding-bottom: 15px
}

@media only screen and (min-width: 750px) {
    .block__product_reviews {
        padding-top: 60px;
        padding-bottom: 30px
    }
}

.product-recommendations-section {
    background-color: #f2f2f2
}

.product-recommendations-section .recommended-products__title {
    margin-bottom: 40px
}

.product-recommendations-section .recommended-products__title h2 {
    text-align: left
}

@media only screen and (max-width: 480px) {
    .product-recommendations-section .thumbnail .banner_holder,
    .product-recommendations-section .slider-gallery .thumbnail .banner_holder {
        top: -24px
    }
}

.block__instafeed {
    overflow-x: hidden
}

.block__instafeed .fs-slider-prev-button,
.block__instafeed .fs-slider-next-button {
    z-index: 1
}

.block__featured_video .caption,
.shopify-section--video .caption {
    z-index: 0
}

@media only screen and (max-width: 480px) {
    .featured-link--half .info {
        margin: 0;
        padding: 20px;
        width: 100%
    }
    .section-heading,
    .collection_title {
        font-size: 28px;
        line-height: 36px
    }
}

.product_gallery {
    margin-bottom: 0
}

::-moz-selection {
    background: #111;
    color: #fff
}

::selection {
    background: #111;
    color: #fff
}

.fs-mobile div.fs-entry-container {
    min-width: 75vw !important;
    max-width: 75vw !important;
    width: 75vw !important;
    min-height: 75vw !important;
    max-height: 75vw !important;
    height: 75vw !important
}

.shipping-message {
    width: 100%;
    text-align: center;
    min-height: 23px
}

.shipping-message--hidden {
    opacity: 0;
    visibility: hidden
}

.shipping-message p {
    margin-bottom: 0
}

.R-Button {
    display: none !important
}

.bfcm-regular-price {
    margin-bottom: 0
}

.bfcm-container {
    font-size: 14px;
    line-height: 21px;
    color: #fb692d
}

.bfcm-container b:first-child {
    font-size: 16px
}

.product-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 18px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    border-top: 1px solid #ddd;
    padding: 32px 0 0;
    align-items: baseline
}

.product-icons-wrapper.count-4 .product-icon {
    flex: 1 0 calc(50% - 6px)
}

.product-icon {
    flex: 1 0 calc(33.333% - 6px);
    min-height: 94px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start
}

.product-icon--text {
    max-width: 145px;
    margin: 10px auto 10px;
    line-height: 22px;
    font-weight: 600
}

@media only screen and (max-width: 480px) {
    .product-icon--text {
        max-width: 100px
    }
}

/*# sourceMappingURL=custom.min.css.map */

@media only screen and (max-width: 798px) {
    body .ruk_rating_snippet .ruk-rating-snippet-count {
        text-decoration: underline !important;
      cursor:pointer;
    }

}

.icon-user {
    padding-right: 10px;
}

.#mobile_menu>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.prices-content {
  display:flex;
  gap:5px;
    flex-direction:column;
}
@media only screen and (max-width: 798px) {
 .product_name {
   font-size:25px !important;
  }
    .prices-content {
    flex-direction:row;
    align-items: center;
    gap: 9px;    
  }
}
.one-whole .icon-search{
  height: 100%; 
}
.mobile_menu_separator{
  border-bottom: 1px solid #eee;
}
.gorgias-chat-key-1spa6uy-hidden{
  display: none !important;
}
.btn-mobile-menu-url,
.shop-all-btn-wrapper{
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
}
.btn-mobile-menu-url a,
.shop-all-btn-wrapper .shop-all-btn{
  background-color: #000;
  color: #fff !important;
  width: 100%;
  text-align: center;
  padding: 9px 0;
}
.btn-mobile-menu-url{
  padding-left: 0;
}
.btn-mobile-menu-url a{
  text-transform: uppercase !important;
}
.mobile-menu-menu-back{
  transform: translateX(-45%);
}
#mobile_menu .mobile-mega-menu{
  padding: 0 !important;
  overflow-y: auto;
  max-height: 85vh;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
#mobile_menu .mobile-mega-menu .mobile-menu-body,
#mobile_menu .mobile-mega-menu .btn-mobile-menu-url{
  padding: 0 20px !important;
}

.icon-search.dropdown_link.search_icon::before{
    font-weight: bold;
    font-size: 15px !important;
}

.mobile_menu_separator{
  border-bottom: 1px solid #eee;
}
.gorgias-chat-key-1spa6uy-hidden{
  display: none !important;
}
.btn-mobile-menu-url,
.shop-all-btn-wrapper{
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 0;
}

.shop-all-btn-wrapper{
  position: absolute;
}


.btn-mobile-menu-url a,
.shop-all-btn-wrapper .shop-all-btn{
  background-color: #000;
  color: #fff !important;
  width: 100%;
  text-align: center;
  padding: 9px 0;
}
.btn-mobile-menu-url{
  padding-left: 0;
}
.btn-mobile-menu-url a{
  text-transform: uppercase !important;
}
.mobile-menu-menu-back{
  transform: translateX(-45%);
}
#mobile_menu .mobile-mega-menu{
  padding: 0 !important;
  overflow-y: auto;
  max-height: 85vh;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
#mobile_menu .mobile-mega-menu .mobile-menu-body,
#mobile_menu .mobile-mega-menu .btn-mobile-menu-url{
  padding: 0 20px !important;
}

#mobile_menu .mobile-mega-menu .btn-mobile-menu-url{
  margin-bottom: 55px;
}

.shop-all-btn-wrapper.hidden{
  display:none !important;
}

.gf_badge-text-wrap{
    background: #000 !important;
    font-size: 11px !important;
    font-family: 'Avenir Heavy' !important;
    padding: 0 10px;
    min-height: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px !important;
}
.gf_badge-text-wrap span{
    color: #fff !important;
}

.template-new-template .bestseller_banner{
  display: none !important;
}

.collection-swatch__sold-out{
  position: relative;
}
.collection-swatch__sold-out svg{
  z-index: 9999;
  opacity: 1;
  position: absolute;
  width: 33px;
  height: 33px;
  transform: translate(-23%, -23%);
}
.collection-swatch__sold-out span{
  opacity: 0.8;
}
.size-button {
    border: 1px solid black;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    adding-bottom: 2px;
    border: 1px solid #5b5b5b;
    color: #5b5b5b;
    border-radius: 30px;
    display: inline-block;
    padding: 2px 16px;
    line-height: 1.5em;
}
.active_ {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 99999 !important;
    background: black;
    color: white !important;
}