.pview-page .grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.pview-page.main {
    background-color: #FFFCF3;
}

#thumb-wrap {
    opacity: 0;
}

#thumb-wrap.active {
    opacity: 1;
    cursor: pointer;
}

body .pview-page .grid--full {
    margin-left: 0;
}

.product-single {
    color: #fff;
}

.pview-page .product-single {
    transition: all 500ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.product-single__photos {
    margin-bottom: 0px;
}

#thumb-wrap .grid--full .grid__item {
    padding-left: 0;
}

/*#thumb-wrap {*/
/*    opacity: 0;*/
/*    transition: opacity 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);*/
/*}*/

/*#thumb-wrap.active {*/
/*    opacity: 1;*/
/*}*/

.product-single__photos img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-single__photos li,
.product-single__thumbnails li {
    margin-bottom: 0px;
}

.product-single__photos img,
.product-single__thumbnails img {
    display: block;
    margin: 0 auto;
}

.slick-vertical .slick-slide {
    border: none;
}

/*  detail-product */
.pview-page .product-info {
    position: relative;
    padding: 32px 16px;
}
body .pview-page .product-info.grid__item {
    padding: 32px 16px;
}

.product-info .breadcrumb-cus {
    padding-top: 32px;
}

.pview-page .breadcrumb-cus {
    margin-bottom: 0px
}

.breadcrumb-cus a,
.breadcrumb-cus span {
    display: inline-block;
    padding: 0 7px 0 0;
    margin-right: 7px;
    color: #fff;
}

.breadcrumb-cus a:hover {
    color: #fff;
}

.pview-page .product-info #ProductPrice {
    font-size: 1.42857em;
}

.pview-page .product-info #ProductPrice,
.pview-page .product-info .compare {
    display: inline-block;
}

.pview-page .product-info .selector-wrapper {
    position: relative;
    border: 2px white solid;
}

.pview-page .product-info .selector-wrapper label {
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;

    left: 0px;
    top: 0px;
    height: 100%;
    line-height: 42px;
    letter-spacing: 0.05em;
}

.pview-page .product-info .selector-wrapper select {
    border: 0px;
    width: 100%;
    margin-bottom: 0px;
    color: #fff;
    height: 42px;
    padding-left: 100px;
    font-size: 1rem;
}

.pview-page input,
.pview-page textarea,
.pview-page select {
    border: 1px solid white;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0px;
}

.pview-page select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url('/tp/T0433/image/image-down.svg');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-color: transparent;
    background-size: 12px;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
}

.pview-page option {
    color: #000;
    background-color: #fff;
}

.pview-page .button-add {
    width: 100%;
    height: 100%;
    background-color: white;
    border: 2px white solid;
    color: black;
    font-size: 1.25em;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.pview-page .button-add span {
    border-bottom: 2px black solid;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.pview-page .grid:after {
    content: '';
    display: table;
    clear: both;
}

.pview-page .desc-wrap hr {
    margin-top: 16px;
    margin-bottom: 16px;
}

.pview-page hr {
    clear: both;
    border-top: solid white;
    border-width: 2px 0 0;
    margin: 32px 0;
    height: 0;
    opacity: 1;
}

.pview-page .desc-wrap .desc-toggles span.prod-toggle {
    display: block;
    font-size: 0.85em;
    overflow: hidden;
    cursor: pointer;
}

.pview-page .desc-wrap .desc-toggles span.prod-toggle:before {
    content: '\2022';
    padding-right: 10px;
    transition: margin-left 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    margin-left: -15px;
}

.pview-page .desc-wrap .desc-toggles span.prod-toggle.active:before,
.pview-page .desc-wrap .desc-toggles span.prod-toggle:hover:before,
.pview-page .desc-wrap .desc-toggles span.prod-toggle:focus:before {
    margin-left: 0px;
}

.scroll-overflow {
    height: 460px;
    overflow: scroll;
}

.product-description.rte {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
}

.image-item {
    width: 25%;
    position: relative;
}

.image-list {
    display: flex;
}

.overlay-link {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background-color: rgba(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%;
}

.image-item:hover .overlay-link {
    display: block;
}

.major-heading {
    margin-top: 32px;
    margin-bottom: 32px;
}

.button-add:hover span,
.button-add:hover {
    /*color: #fff;*/
}

.button-add:hover span {
    border-bottom: 2px inherit solid !important;
}

.deactive {
    cursor: default;
}
button:not(:disabled).deactive {
    cursor: default;
}

#otherPro,
#sizePro,
#detailPro {
    display: none;
}
#otherPro.active,
#sizePro.active,
#detailPro.active {
    display: block;
}

.universal-product {
    font-size: 0.75em;
    line-height: 1;
}

.btn--wishlist {
    height: 40px;
}

.btn--wishlist a:hover {
    color: #000;
}

.liked-number {
    border: 1px white solid;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.wishlist-box {
    display: flex;
    align-items: center;
    justify-content: left;
}

#size-guide-modal .modal-header {
    flex-direction: row-reverse;
}

#size-guide-modal .modal-title {
    font-size: 20px;
}


#size-guide-modal .close-link:hover {
    color: #000;
    cursor: pointer;
}

@media (min-width: 576px) {
    #size-guide-modal .modal-dialog {
        max-width: 650px;
    }
}

/*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: 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: monospace;
}

.klaviyo-hookup button {
    position: absolute;
    right: 0px;
    top: -2px;
    color: #000;
    font-size: 38px;

    font-family: monospace;
    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;
}

.grid.grid--full.product-single:after,
.pview-page .pgi.grid__item:after {
    content: '';
    display: table;
    clear: both;
}
.nosto-grouping .major-heading span,
.pview-page .shop-the-feed .major-heading span{
    border-bottom: 3px #f5a623 solid;
    padding-bottom: 0.25em;
    color: #000;
}
.pview-page .pgi .pgi-info h4,
.pview-page .pgi .pgi-info .h4 {
    font-size: 1.42857em;
}

.pview-page .pgi .pgi-info h6,
.pview-page .pgi .pgi-info .h6 {
    font-size: 12px;
}

.unsel {
    opacity: 0.7;
}

#ProductPrice span.price-current.tp_product_price.money{
    padding-left: 10px;
}

@media only screen and (max-width: 768px) {
    #ProductPhoto {
        display: none;
    }

    /*#ProductThumbs {*/
    /*    display: none !important;*/
    /*    height: 0px;*/
    /*    width: 0px;*/
    /*    overflow: hidden;*/
    /*}*/

    .pview-page h1,
    .pview-page .h1 {
        line-height: 1;
    }

    .pview-page .form-grid button {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .pview-page .desc-wrap .desc-toggles span.prod-toggle {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 1em;
        border-bottom: 1px white dotted;
    }

    .site-footer {
        margin-bottom: 60px;
    }

    .pview-page .product-info .selector-wrapper {
        margin-bottom: 16px;
    }

    .swym-wishlist-button-bar .btn--wishlist {
        /*width: 90%;*/
        text-align: left;
    }

    .swym-wishlist-button-bar .btn--wishlist a span{
        margin-left: 30%;
    }

    #size-guide-modal .modal-dialog {
        transform: translateY(30%);
    }

    i.fa-solid.fa-arrow-right.slick-arrow {
        position: absolute;
        top: 50%;
        right: 0%;
        background: #FFFCF3;
        color: #000;
        z-index: 999;
        display: block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
    }

    i.fa-solid.fa-arrow-left.slick-arrow {
        position: absolute;
        top: 50%;
        left: 0%;
        background: #FFFCF3;
        color: #000;
        z-index: 999;
        display: block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
    }
}

@media only screen and (min-width: 769px) {
    button.slick-arrow {
        display: none !important;
    }

    .product-images .thumb-wrap {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .pview-page .product-single {
        height: 80vh;
        overflow: scroll;
        position: relative;
    }

    .pview-page .product-images {
        position: sticky;
        top: 0;
        bottom: 0;
    }

    .product-single__thumbnails {
        width: 100px;
    }

    /*    detail-product */
    .pview-page .product-info {
        position: absolute;
        height: 100%;
        right: 0px;
        top: 0px;
    }
    body .pview-page .grid__item.product-info {
        padding-left: 32px;
        padding-right: 32px;
    }

    .pview-page .product-info > .table-cus {
        position: relative;
        z-index: 2;
    }
    .pview-page .breadcrumb-cus {
        font-size: 0.75em;
    }

    .pview-page .product-info .selector-wrapper:first-child {
        margin-bottom: 16px;
    }

    .pview-page .form-grid {
        position: relative;
    }

    .pview-page .form-grid .btn-wrap {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        padding-left: 16px !important;
    }

    .pview-page .desc-wrap .desc-detail {
        padding-left: 16px !important;
    }
    /*    end detail product*/

    /*shop the feed*/
    /*.shop-the-feed .major-heading {*/
    /*    max-width: 50%;*/
    /*}*/

    .major-heading {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .pview-page .klaviyo-hookup {
        height: 50vh;
    }

    .nosto-grouping .major-heading {
        /*max-width: 50%;*/
        /*margin-left: 50%;*/
    }
}

@media only screen and (min-width: 1024px) {
    .pview-page .product-single {
        height: 100vh;
    }
}
