.product-page .grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.product-page.main {
    background-color: #FFFCF3;
}

.product-page .grid:after,
.product-page .wrapper:after {
    content: '';
    display: table;
    clear: both;
}

body .product-page .grid--full {
    margin-left: 0;
}

.section-header {
    margin-bottom: 21.33333px;
}

.product-page .section-header {
    position: relative;
    color: white;
}

.product-page .breadcrumb-cus {
    margin-bottom: 0px;
}

.product-page .section-header a {
    color: #fff;
}

.breadcrumb-cus a:first-child,
.breadcrumb-cus span:first-child {
    padding-left: 0;
}

.breadcrumb-cus a,
.breadcrumb-cus span {
    display: inline-block;
    padding: 0 7px 0 0;
    margin-right: 7px;
}

.product-page .section-header .video-container {
    background-color: black;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.product-page .section-header .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*accept email*/
@keyframes colorchange {
    0% {
        background: #4D6791;
    }

    25% {
        background: #894457;
    }

    50% {
        background: #64567F;
    }

    75% {
        background: #634236;
    }

    100% {
        background: #4D6791;
    }
}

@-webkit-keyframes colorchange {
    0% {
        background: #4D6791;
    }

    25% {
        background: #894457;
    }

    50% {
        background: #64567F;
    }

    75% {
        background: #634236;
    }

    100% {
        background: #4D6791;
    }
}

.klaviyo-hookup {
    padding: 32px;
    /*background-color: orange;*/
    /*animation: colorchange 50s infinite;*/
    /*-webkit-animation: colorchange 50s infinite;*/
    background-color: #FFFCF3;
    color: #000;
}

.klaviyo-hookup .table-cus-cell {
    color: #000;
}

.klaviyo-hookup h2, .klaviyo-hookup .h2 {
    font-size: 2.5rem;
}

.klaviyo-hookup h3, .klaviyo-hookup .h3 {
    font-size: 1.25em;
    text-transform: none;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.klaviyo-hookup.table-cell {
    width: 100%;
}

.klaviyo-hookup.table-cell .table-cus-cell {
    width: 100%;
    text-align: center;
}

.klaviyo-hookup input {
    border: 0px;
    border: 6px #000 solid;
    background-color: transparent;
    display: block;
    height: 64px;
    font-size: 1.25rem;
    color: #000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    outline: 0 !important;
}

.klaviyo-hookup form {
    position: relative;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.klaviyo-hookup form span {
    display: block;
    font-size: 2em;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 16px;
    font-family: 'Montserrat', sans-serif;
}

.klaviyo-hookup button {
    position: absolute;
    right: 0px;
    top: -2px;
    color: #000;
    font-size: 38px;

    font-family: 'Montserrat', sans-serif;
    width: 64px;
    text-align: center;
    line-height: 64px;

    transition: right 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer;
}

.klaviyo-hookup button:hover {
    right: -4px;
}

.klaviyo-hookup button i {
    font-size: 20px;
}

/*pagination*/
#pagination {
    text-align: center;
    font-size: 1.5em;
    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 2px #dcdcdc solid;
    border-bottom: 2px #dcdcdc solid;
}

.currentPage {
    border: 2px #dcdcdc solid;
    width: 44px;
    height: 44px;
    color: #f5a623;
    line-height: 29px;
}

#pagination .currentPage{
    padding: 8px;
}

#pagination span {
    display: inline-block;
    line-height: 1;
}

#pagination a {
    padding: 8px;
    display: inline-block;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

#pagination .labelPages,
#pagination .titlePages {
    display: none;
}

#pagination a:hover {
    color: #f5a623;
}

#pagination .paginator a.paging-next:before {
    content: "\f061";
    font-family: FontAwesome;
}

#pagination .paginator a.paging-previous:before {
    content: "\f060";
    font-family: FontAwesome;
}

#pagination .paginator a.paging-last:before {
    content: "\f101";
    font-family: FontAwesome;
}

#pagination .paginator a.paging-first:before {
    content: "\f100";
    font-family: FontAwesome;
}

/*banner bottom*/
.major-heading {
    margin-top: 32px;
    margin-bottom: 32px;
}
.product-page h2 span,
.product-page .h2 span {
    /*border-bottom: 3px #f5a623 solid;*/
    border-bottom: 3px #000 solid;
    padding-bottom: 0.25em;
    color: #000;
}

.image-list {
    display: flex;
}
.image-item {
    width: 25%;
    position: relative;
}
.image-item:hover .overlay-link{
    display: block;
}

.overlay-link {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.overlay-link span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #ccc;
    letter-spacing: 1px;
    font-size: 8pt;
    line-height: 8pt;
    font-weight: 500;

    transform: translateY(-50%);
    top: 50%;
    bottom: 50%;
    position: absolute;
    right: 35%;
}

.tag-product {
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
    z-index: 10;
    top: 0;
}

.low-stock {
    background-color: #5b7fbd;
    color: #e6fe74;
    padding: 6px 10px;
}

.tag-new {
    background-color: #e6fe74;
    color: #5b7fbd;
    padding: 6px 10px;
}

.sold-out {
    background-color: #dbc3db;
    color: #e6fe74;
    padding: 6px 10px;
}

.sale-in {
    background-color: #fe6232;
    color: #e6fe74;
    padding: 6px 10px;
}


/*filter*/
.filter-box {
    position: relative;
    display: block;
    text-align: center;
}

.filter-title {
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    text-align: right;
    cursor: pointer;
    border-bottom: 1px solid;
    gap: 10px;

    margin-top: 5px;
}

.filter-option {
    display: none;
    position: absolute;
    background: #FFFCF3;
    right: -40px;

    top: 32px;
    min-width: 212px;
    text-align: left;
    padding: 10px;

    z-index: 999;
    color: #000;
}
.filter-option.active {
    display: block;
}

.filter-option .filter-item a {
    color: #000;
    display: block;
}


@media screen and (max-width: 769px) {
    #collection-description .section-header {
        background-color: #634236;
    }
    .product-page .section-header {
        margin-bottom: 0px;
        background-color: black;
        padding-top: 32px;
        padding-bottom: 32px;
        text-align: center;
        font-size: 0.85em;
    }
    .product-page .section-header h1,
    .product-page .section-header .h1 {
        text-decoration: underline;
    }
    .product-page h4, .product-page .h4 {
        font-size: 1.42857em;
    }
    .product-page h6, .product-page .h6 {
        font-size: 1em;
    }

    .filter-option {
        max-width: 150px;
    }

    .filter-option {
        transform: translateX(50%);
        right: unset;
    }
}

@media screen and (min-width: 992px) {
    .filter-title {
        max-width: 200px;
    }
}

@media screen and (min-width: 769px) {
    .filter-box {
        text-align: right;
    }

    .filter-box {
        margin-right: 35%;
    }

    .nosto-grouping .major-heading {
        /*max-width: 50%;*/
        /*margin-left: 50%;*/
    }

    .product-page .section-header {
        margin-bottom: 0px;
        padding-top: 128px;
    }

    .section-header {
        display: table;
        width: 100%;
    }

    .product-page .section-header .header-wrap {
        position: relative;
    }

    .product-page .section-header .section-header__title {
        line-height: 1;
    }

    .section-header__title {
        margin-bottom: 32px;
    }

    .product-page  .section-header .header-wrap .bw {
        position: absolute;
        right: 0px;
        bottom: 10px;
    }

    .product-page .klaviyo-hookup {
        height: 50vh;
    }

    /*banner bottom*/
    .product-page  .shop-the-feed .major-heading {
        max-width: 100%;
    }
    .major-heading {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .shop-the-feed .major-heading {
        max-width: 50%;
    }
}
