/** Shopify CDN: Minification failed

Line 6783:143 Unexpected "{"

**/
@charset "UTF-8";







































































:root {
    --viewport-width: 100vw; /* 初始值 */
}

/* Global variables*/
.text_overflow_row_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.button.button_unactive {
    background: #9E9E9E;
    color: #fff;
    border: 1px solid #9E9E9E;
    transition: all 0.3s;
}

.button.button_unactive:hover {
    background: #9E9E9E;
    border-color: #9E9E9E;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.button.button_active {
    background: #7157BB;
    color: #fff;
    border: 1px solid #7157BB;
    transition: all 0.3s;
}

.button.button_active:hover {
    background: #7157BB;
    border-color: #7157BB;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.quickbuy-content .product-detail.container {
    padding: 0
}

.cc-modal-window__content.quickbuy-content {
    padding: 0;
    margin: 0;
}

.quickBuyCon .cc-modal-window__close {
    position: absolute;
    z-index: 99;
    right: 0;
}

/* Component variables */
body.cc-popup-no-scroll {
    overflow: hidden;
}

.popup-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
    pointer-events: none;
}

.cc-popup {
    position: fixed;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 997;
    transition: opacity 0.15s, visibility 0.15s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.cc-popup.cc-popup--center {
    justify-content: center;
    align-items: center;
}

.cc-popup.cc-popup--center .cc-popup-modal {
    transform: translate3d(0, 60px, 0);
}

.cc-popup.cc-popup--bottom-left, .cc-popup.cc-popup--bottom-right {
    align-items: flex-end;
}

.cc-popup.cc-popup--bottom-left {
    justify-content: flex-start;
}

.cc-popup.cc-popup--bottom-left .cc-popup-modal {
    transform: translate3d(-60px, 0, 0);
}

.cc-popup.cc-popup--bottom-right {
    justify-content: flex-end;
}

.cc-popup.cc-popup--bottom-right .cc-popup-modal {
    transform: translate3d(60px, 0, 0);
}

.cc-popup.cc-popup--right {
    justify-content: flex-end;
}

.cc-popup.cc-popup--right .cc-popup-modal {
    transform: translate3d(60px, 0, 0);
    width: 100%;
    min-width: 0;
    overflow: auto;
}

@media (min-width: 1000px) {
    .cc-popup.cc-popup--right .cc-popup-modal {
        width: 400px;
    }
}

.cc-popup.cc-popup--visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.cc-popup.cc-popup--visible .cc-popup-modal {
    transform: translate3d(0, 0, 0);
}

.cc-popup .cc-popup-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 998;
}

.cc-popup .cc-popup-modal {
    position: relative;
    z-index: 999;
    transition: transform 0.25s;
    overflow: hidden;
    background-color: #ffffff;
    color: #222;
}

.cc-popup .cc-popup-container {
    display: flex;
}

.cc-popup .cc-popup-container .cc-popup-title {
    color: #222;
    font-size: 22px;
}

.cc-popup .cc-popup-close {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 44px;
    height: 44px;
    padding: 7px;
    min-width: auto;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.cc-popup .cc-popup-close svg {
    stroke: #222;
    stroke-width: 2px;
}

.cc-popup .cc-popup-image .rimage-background {
    height: 100%;
}

.cc-popup .cc-popup-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cc-animate-enabled .shopify-section {
    overflow: hidden;
}

@media (min-width: 1000px) {
    .cc-animate-enabled [data-cc-animate] {
        opacity: 0;
    }
}

.cc-animate-enabled [data-cc-animate].-in {
    transition: opacity .7s, transform .7s;
    opacity: 1;
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-right {
    transform: translate3d(15px, 0, 0);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-right.-in {
    transition-timing-function: cubic-bezier(0, 0.14, 0.19, 1);
    transform: translate3d(0, 0, 0);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-up {
    transform: translate3d(0, 15px, 0);
    transition-duration: 0.7s;
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-up.-in {
    transform: translate3d(0, 0, 0);
}

.cc-animate-enabled [data-cc-animate].cc-zoom-out {
    transform: scale(1.1);
}

.cc-animate-enabled [data-cc-animate].cc-zoom-out.-in {
    transition: transform 1.6s cubic-bezier(0, 0.14, 0.19, 1) 0s !important;
    transform: scale(1);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-zoom-out {
    transform: scale(1.2);
}

.cc-animate-enabled [data-cc-animate].cc-fade-in-zoom-out.-in {
    transition: opacity 1s, transform 1.2s cubic-bezier(0, 0.14, 0.19, 1) 0s, filter 2s !important;
    transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .cc-animate-enabled [data-cc-animate], .cc-animate-enabled [data-cc-animate].-in {
        transition: opacity .7s !important;
        transform: none !important;
    }
}

.cc-modal-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
}

.cc-modal-window__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    cursor: pointer;
    z-index: 1;
}

.cc-modal-window__foreground {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
}

.cc-modal-window__close {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    color: inherit;
    box-shadow: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px;
    transition: none;
}

.cc-modal-window__close:hover {
    background: transparent;
    border: none;
    color: inherit;
    box-shadow: none;
}

.cc-modal-window__close svg {
    stroke-width: 2;
}

.cc-modal-window__content-container {
    position: relative;
    overflow: auto;
    width: 800px;
    max-width: calc(100vw - 30px);
    max-height: 80vh;
    background: #fff;
    box-shadow: 0 1px 50px -20px #000;
    border-radius: 5px;
    pointer-events: auto;
}

@media (min-width: 1000px) {
    .cc-modal-window__content-container {
        max-width: 90vw;
    }
}

@media (min-width: 960px) {
    .cc-modal-window__content-container {
        max-width: 80vw;
    }
}

.cc-modal-window--size-small .cc-modal-window__content-container {
    width: 500px;
}

.cc-modal-window__content {
    margin: 60px 20px 20px;
}

@media (min-width: 1000px) {
    .cc-modal-window__content {
        margin: 60px 40px 40px;
    }
}

.cc-modal-window--closing {
    visibility: hidden;
}

.cc-modal-visible {
    overflow: hidden;
}

.cc-price-range {
    position: relative;
}

.cc-price-range__input-row {
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
}

.cc-price-range__input-container {
    position: relative;
    flex: 0 0 auto;
    width: calc(50% - 6px);
}

.cc-price-range__input-currency-symbol {
    position: absolute;
    top: calc(50% - 0.5em + 0.5px);
    left: 1px;
    font-size: 16px;
    line-height: 1em;
    width: calc(10px + 1em - 2px);
    text-align: right;
}

.cc-price-range .cc-price-range__input {
    width: 100%;
    padding-left: calc(10px + 1em);
    padding-right: 10px;
}

.cc-price-range__bar {
    position: relative;
    margin: 40px 15px 10px;
}

.cc-price-range__bar-inactive {
    height: 4px;
    background: #e6e6e6;
    border-radius: 4px;
}

.cc-price-range__bar-active {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #222222;
    border-radius: 4px;
}

.cc-price-range__control {
    position: absolute;
    left: 0;
    top: -9px;
    margin-left: -11px;
    width: 22px;
    height: 22px;
}

.cc-price-range__control::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border: 2px solid #222222;
    border-radius: 22px;
    cursor: pointer;
    transition: 150ms transform ease-out;
}

.cc-price-range__control:hover::after, .cc-price-range__control:focus::after {
    transform: scale(1.1);
}

.cc-price-range__control::before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.cc-price-range__control--min::before {
    right: 0;
}

.cc-price-range__control--max::before {
    left: 0;
}

.faq-index {
    display: none;
}

@media (min-width: 1000px) {
    .faq-layout {
        display: flex;
        justify-content: center;
    }

    .faq-index {
        display: block;
        width: 260px;
        margin-right: 40px;
    }

    .faq-list {
        flex: 0 1
1600px;
    }
}

.faq-list .cc-accordion {
    border: none;
    margin: 0;
}

.faq-list .cc-accordion-item {
    border: none;
}

.faq-question-container--hide {
    display: none;
}

.faq-question-container {
    border-bottom: 1px solidrgba(23, 23, 23, 0.15);
}

.faq-question-container .cc-accordion-item__title {
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
    font-size: 1.3em;
}

.faq-question-container p:first-child {
    margin-top: 0;
}

.faq-question-container p:last-child {
    margin-bottom: 0;
}

.faq-content--text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq-content--heading {
    margin-top: 40px;
    margin-bottom: 20px;
}

.faq-content--button {
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq-search {
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq-search {
    position: relative;
}

.faq-search__icon {
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    pointer-events: none;
}

.faq-search .faq-search__input {
    width: 100%;
    height: 56px;
    padding-left: 56px;
}

.faq-index__heading {
    margin-bottom: 1.2em;
    font-size: 1.3em;
}

.faq-index-item {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.store-availability-container-outer.store-availability-initialized {
    transition: height .3s;
    overflow: hidden;
}

.store-availability-container {
    padding: 1em 0;
    transition: opacity .3s;
}

.store-availability-loading .store-availability-container {
    pointer-events: none;
    opacity: 0.4;
    transition-delay: 0.4s;
}

.payment-and-quantity--buttons-active ~ [data-store-availability-container] .store-availability-container {
    padding-bottom: 1.5em;
}

.store-availability-container small {
    font-size: 0.85em;
}

.store-availability-container .store-availability-small-text {
    margin-bottom: 0.85em;
}

.store-availability-container .store-availability-information {
    display: flex;
}

.store-availability-container .store-availability-information .store-availability-icon {
    padding-right: 10px;
    position: relative;
    top: -1px;
}

.store-availability-container .store-availability-information .store-availability-icon svg {
    height: 16px;
    width: 16px;
}

.store-availability-container .store-availability-information .store-availability-icon.store-availability-icon--available {
    color: #108043;
}

.store-availability-container .store-availability-information .store-availability-icon.store-availability-icon--unavailable {
    color: #de3618;
}

.store-availability-container .store-availability-information .store-availability-information__stores {
    margin-top: 0.5em;
}

.store-availability-container .store-availability-information .store-availability-information__title,
.store-availability-container .store-availability-information .store-availability-information__stores,
.store-availability-container .store-availability-information .store-availability-information__stock {
    margin-bottom: 0;
}

.store-availability-container .store-availability-information .store-availability-information__title,
.store-availability-container .store-availability-information .store-availability-information__stock {
    margin-top: 0;
}

.store-availability-container .store-availability-information .store-availability-information__title strong {
    font-weight: 600;
}

.store-availabilities-modal {
    z-index: 99999;
}

.store-availabilities-modal small {
    font-size: 0.85em;
}

.store-availabilities-modal .store-availability-small-text {
    margin-bottom: 0.85em;
}

.store-availabilities-modal .cc-icon-available {
    color: #108043;
}

.store-availabilities-modal .cc-icon-unavailable {
    color: #de3618;
}

.store-availabilities-modal .cc-popup-close {
    color: #171717 !important;
}

.store-availabilities-modal .cc-popup-close:hover {
    color: #171717 !important;
}

.store-availabilities-modal .cc-popup-close svg {
    stroke: #171717 !important;
}

.store-availabilities-modal .cc-popup-close svg:hover {
    stroke: #171717 !important;
}

.store-availabilities-modal .cc-popup-modal {
    background-color: #ffffff;
    color: #171717;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content {
    text-align: left;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content button {
    white-space: nowrap;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .cc-popup-text {
    margin-bottom: 1em;
    padding-right: 20px;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .cc-popup-text .store-availabilities-modal__product-title {
    margin-bottom: 0;
    text-align: left;
    color: #171717;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item {
    margin-top: 1em;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item:before {
    content: "";
    display: inline-block;
    background-color: #e2e2e2;
    width: 100%;
    height: 1px;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item address {
    font-style: normal;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item a {
    color: #7157bb;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location {
    display: flex;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__text {
    flex: 1;
    margin-bottom: 0.2em;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__text strong {
    font-weight: 600;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance {
    visibility: hidden;
    opacity: 0;
    margin-bottom: 0;
    transition: visibility .4s, opacity .4s;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance.-in {
    opacity: 1;
    visibility: visible;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance svg {
    position: relative;
    height: 11px;
    width: 11px;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__invalid_address svg {
    height: 14px;
    width: 14px;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-available, .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-unavailable {
    display: inline-block;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-available svg, .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-unavailable svg {
    height: 13px;
    width: 13px;
}

@media (min-width: 1000px) {
    .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--mobile {
        display: none;
    }
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--desktop {
    display: none;
}

@media (min-width: 1000px) {
    .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--desktop {
        display: block;
    }
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
(Tweaked for CleanCanvas theme)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Gallery viewer */
.gallery-viewer {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    transition: opacity 250ms ease-out, transform 250ms ease-out;
}

.gallery-viewer--pre-reveal,
.gallery-viewer--transition-out {
    opacity: 0;
    transform: scale(0.97);
}

.gallery-viewer__zoom-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-viewer__zoom-image-box {
    width: 85%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.gallery-viewer__zoom-image {
    width: auto;
    max-width: 90%;
    height: 100vh;
    transform: scale(2);
    object-fit: contain;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.gallery-viewer__thumbs {
    position: absolute;
    z-index: 2;
    left: 1%;
    top: 50%;
    width: auto;
    text-align: center;
    line-height: 0;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

@media (max-width: 600px) {
    .gallery-viewer__thumbs {
        bottom: 10px;
    }
}

.gallery-viewer__thumb {
    display: inline-block;
    padding: 4px;
    background: #fff;
    width: 69px;
}

.gallery-viewer__thumb:not(:first-child) {
    margin-left: -4px;
}

@media (max-width: 600px) {
    .gallery-viewer__thumb {
        width: 60px;
    }
}

.gallery-viewer__thumb--active {
    position: relative;
}

.gallery-viewer__thumb--active::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 4px;
    left: 4px;
    right: 4px;
    height: 3px;
    background: #000;
}

.gallery-viewer__controls {
    position: relative;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.gallery-viewer__button {
    position: absolute;
    pointer-events: auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}

.gallery-viewer__button svg {
    width: 34px;
    height: 34px;
}

.gallery-viewer__button svg.feather {
    stroke: #000;
}
.gallery-viewer__button.disabled svg.feather {
    stroke: #ddd;
    cursor: not-allowed;
}
@media (max-width: 600px) {
    .gallery-viewer__button svg {
        width: 26px;
        height: 26px;
    }
}

.gallery-viewer__prev,
.gallery-viewer__next {
}

@media (max-width: 600px) {
    .gallery-viewer__prev,
    .gallery-viewer__next {
        top: calc(50% - 13px);
    }
}

.gallery-viewer__prev {
    top: -54px;
    left: 8px;
    transform: rotate(90deg);
}

.gallery-viewer__next {
    transform: rotate(90deg);
    bottom: -54px;
    right: 8px;
}

.gallery-viewer__zoom-box {
    position: absolute;
    right: 0;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gallery-viewer__zoom {
    -webkit-appearance: none;
    transform: rotate(-90deg) translateX(60px);
    pointer-events: auto;
    background: #000;
    height: 2px;
    border-radius: 0.1rem;
}
.gallery-viewer__zoom::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #000;
}


.gallery-viewer__close {
    top: 0;
    right: 0;
}

.gallery-viewer--single-image .gallery-viewer__prev,
.gallery-viewer--single-image .gallery-viewer__next,
.gallery-viewer--single-image .gallery-viewer__thumbs {
    display: none;
}

@media (pointer: coarse) {
    .gallery-viewer-open,
    .gallery-viewer-open body {
        overflow: hidden;
        height: 100%;
    }
}

/*================ Giftcard Template ================*/
.template-giftcard {
    background: #ffffff;
    text-align: center;
    padding: 15px 0;
}

.giftcard {
    margin: 15px auto;
    max-width: 500px;
    padding: 20px;
}

.giftcard__illustration {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
    border-radius: 5px;
}

.giftcard__illustration img {
    display: block;
}

.giftcard__code {
    background: #fff;
    border-radius: 5px;
    color: #484848;
    position: absolute;
    bottom: 10%;
    right: 50%;
    transform: translateX(50%);
    padding: 10px 20px;
    font-size: 22px;
    line-height: 1em;
    white-space: nowrap;
}

.giftcard-qr-row {
    margin: 15px 0;
}

.giftcard-qr {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 5px;
}

.giftcard-qr img {
    display: block;
    margin: 0 auto;
}

.giftcard-apple-wallet {
    margin: 15px 0;
}

.apple-wallet-image {
    display: block;
    margin: 0 auto;
}

.giftcard-button-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.print-giftcard svg {
    margin-left: -10px;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
}

/*================ Print Giftcard Styles ================*/
@media print {
    @page {
        margin: 0.5cm;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    html,
    body {
        background-color: #fff;
        color: #000;
    }

    .print-giftcard,
    .apple-wallet {
        display: none;
    }
}

.pageheader {
    position: relative;
    background: #ffffff;
    color: #171717;
    z-index: 4000;
    /* Place above slider for live-search dropdown */
}

.pageheader a {
    color: inherit;
}

.pageheader svg,
.pageheader svg g {
    fill: currentColor;
}

.pageheader svg.feather {
    fill: none;
    stroke: currentColor;
}

.pageheader .disclosure .disclosure__toggle-arrow svg.feather {
    stroke-width: 2;
}

.pageheader .logo {
    text-align: center;
    padding: 20px 0;
}

.pageheader .logo a {
    display: inline-block;
    color: #171717;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
}

.pageheader .logo .logotext {
    font-size: px;
    line-height: 1.4em;
    word-break: break-word;
}

@media (min-width: 1000px) {

    .pageheader--layout-inline-menu-center .logo-area__left .show-search-link {
        display: none;
    }

    .pageheader--layout-inline-menu-center .logo-area__left__inner .navigation--left {
        left: 0;
        width: 100%;
    }

    .pageheader--layout-inline-menu-center .logo-area__left__inner .navigation--left .navigation__tier-1-container {
        left: 0;
    }

    .pageheader--layout-inline-menu-center .logo-area__middle {
        flex: none;
        width: 80px;
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }

    .pageheader--layout-inline-menu-center .logo-area__middle .logo {
        display: inline-block;
    }

    .pageheader--layout-inline-menu-center .logo-area__right .show-search-link {
        display: flex;
        align-items: center;
    }

    .pageheader--layout-inline-permitted .navigation--left {
        visibility: visible;
    }

    .pageheader--layout-inline-permitted .navigation.navigation--left {
        border: none;
        color: inherit;
    }

    .pageheader--layout-inline-permitted .navigation.navigation--left .navigation__link:hover,
    .pageheader--layout-inline-permitted .navigation.navigation--left .menu-promotion__link:hover {
        color: inherit;
    }

    .pageheader--layout-inline-permitted .navigation.navigation--left .navigation__tier-1 {
        background: transparent;
        border: none;
    }

    .pageheader--layout-inline-permitted .logo-area__left::after,
    .pageheader--layout-inline-permitted .logo-area__left__inner::after {
        content: '-';
        visibility: hidden;
    }

    .pageheader--layout-inline-permitted .logo-area__left {
        font-size: 14px;
        min-height: calc(22px * 2 + 1.5em);
        display: none;
    }

    .pageheader--layout-inline-permitted .logo-area__left__inner .show-search-link {
        display: none;
    }

    .pageheader--layout-inline-permitted .logo-area__right .show-search-link {
        display: flex;
        align-items: center;
    }

    .pageheader--layout-inline-permitted + #main-nav .navigation--main {
        border: 0;
        visibility: visible;
    }

    .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-1 {
        height: auto;
    }

    .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-1 > .navigation__item > .navigation__link,
    .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-1 > .navigation__item > .navigation__children-toggle {
        /*     display: none; */
    }

    .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-2-container {
        border-top: 0;
    }

    .pageheader--layout-inline-permitted.pageheader--layout-inline-menu-left + #main-nav .navigation--main .navigation__tier-2:not(.navigation__columns) {
        text-align: left;
    }

    .pageheader--layout-inline-permitted.pageheader--layout-inline-menu-left + #main-nav .navigation--main .navigation__tier-2:not(.navigation__columns) > .navigation__item:first-child {
        margin-left: -10px;
    }

    .logo-area__middle--logo-image {
        line-height: 0px;
    }
}

@media (max-width: 765px) {
    .logo-area__middle--logo-image {
        margin: 0 auto !important;
    }
}

@media (min-width: 1300px) {
    .pageheader--layout-inline-permitted.pageheader--layout-inline-menu-left + #main-nav .navigation--main .navigation__tier-2:not(.navigation__columns) > .navigation__item:first-child {
        margin-left: -5px;
    }
}

.header-disclosures {
    display: inline-block;
}

.header-disclosures .selectors-form__item {
    margin: 0 0 0 10px;
    white-space: normal;
}

.header-disclosures .disclosure {
    font-size: inherit;
    line-height: inherit;
}

.header-disclosures .disclosure__toggle {
    background: transparent;
    border: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0 22px 0 0;
    vertical-align: middle;
}

.header-disclosures .disclosure__toggle:hover {
    background: transparent;
    border: none;
    color: inherit;
}

.header-disclosures .disclosure__toggle-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    pointer-events: none;
}

.header-disclosures .disclosure__toggle-arrow svg {
    height: 14px;
    width: 14px;
}

.header-disclosures .disclosure-list {
    top: 100%;
    bottom: auto;
    right: 0;
}

.header-disclosures .disclosure-list--visible {
    overflow: auto;
}

@media (max-width: 1000px) {
    .header-disclosures .disclosure__toggle {
        padding: 0 5px 0 0;
        width: 44px;
        height: 44px;
        text-align: right;
    }

    .header-disclosures .disclosure__toggle[aria-expanded="true"]::before, .header-disclosures .disclosure__toggle[aria-expanded="true"]::after {
        left: 4px;
    }

    .header-disclosures .disclosure-list {
        right: -20px;
    }
}

.logo-area .button.mobile-nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    color: inherit;
    flex: 0 0 auto;
}

@media (max-width: 1000px) {
    .logo-area .button.mobile-nav-toggle {
        display: inline-block;
    }
}

.page-shade,
.header-shade {
    pointer-events: none;
    z-index: 300;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 400ms cubic-bezier(0.37, 0.04, 0.52, 1);
}

@media (max-width: 1000px) {
    .page-shade,
    .header-shade {
        z-index: 7000;
    }
}

.header-shade {
    position: absolute;
}

.section-header {
    position: relative;
    top: 39.8px;
    z-index: 400;
}

.cart-link {
    display: flex;
    align-items: center;
}

@media (max-width: 1000px) {
    .cart-link {
        width: 31px;
        height: 44px;
    }
}

.cart-link__label {
    vertical-align: middle;
    margin-right: 8px;
}

@media (max-width: 1000px) {
    .cart-link__label {
        display: none;
    }
}

.cart-link__icon {
    position: relative;
    margin: 0 0 2px 0;
}

.cart-link__count {
    position: absolute;
    top: -3px;
    right: -5px;
    padding: 3px;
    font-size: 9px;
    line-height: 1em;
    font-weight: 500;
    white-space: nowrap;
    min-width: 15px;
    text-align: center;
    background: #171717;
    color: #ffffff;
    border-radius: 12px;
}

.inline-menu:not(:last-child) {
    margin-right: 2px;
}

.inline-menu__link {
    display: inline-block;
    margin-left: 11px;
    vertical-align: middle;
}

.navigation {
    /*   position: relative; */
    z-index: 2;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.navigation ul,
.navigation li {
    margin: 0;
    padding: 0;
}

.navigation li {
    list-style: none;
    vertical-align: top;
}


.navigation--left {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    white-space: nowrap;
    visibility: hidden;
}

@media (min-width: 1000px) {
    .navigation--left {
        display: block;
    }
}

.navigation--left .navigation__tier-1-container {
    position: absolute;
    top: 50%;
    margin-top: calc(-22px - 0.75em);
    left: -18px;
    width: 100%;
}

.navigation--left .navigation__tier-1-container .navigation__tier-1 > .navigation__item > .navigation__link {
    padding-top: 22px;
    padding-bottom: 22px;
}

.navigation__item {
    display: block;
}

.navigation__link {
    display: block;
    padding: 10px 18px;
}

.navigation__link[aria-expanded="true"] {
    color: #964233;
}

.menu-promotion {
    margin: 10px 20px 20px;
}

.menu-promotion__text {
    margin-top: 0.5em;
    text-align: center;
}

.navigation {
    color: #020202;
}

.navigation .navigation__item--with-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navigation .navigation__item--with-children > .navigation__link {
    max-width: calc(100% - 60px);
}

.navigation .navigation__item--with-children .navigation__tier-2-container,
.navigation .navigation__item--with-children .navigation__tier-3-container {
    width: 100%;
}

.navigation .navigation__children-toggle {
    padding: 10px 17px;
    color: inherit;
}

.navigation .navigation__children-toggle:hover {
    color: inherit;
}

.navigation .navigation__children-toggle .feather {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1px;
}

.navigation .navigation__tier-1 {
    background: #ffffff;
    padding: 12px 0;
}

@media (max-width: 1000px) {
    .navigation .navigation__tier-1 {
        padding: 0;
    }
}

.navigation .navigation__tier-1 > .navigation__item {
    display: flex;
    margin: 0 5px;
    color: #333;
}

.navigation .navigation__tier-2-container {
    background: #ffffff;
    /* padding: 12px 0; */
}

.navigation .navigation__link,
.navigation .menu-promotion__link {
    display: block;
    text-align: left;
    color: #333;
    font-size: 14px;
}

.navigation .navigation__link:hover,
.navigation .menu-promotion__link:hover {
    color: #333333;
    font-weight: 600;
}

.navigation .feather {
    fill: none;
    stroke: currentColor;
}

.navigation .featured-link > .navigation__link {
    color: #b61d0f;
}

.navigation .navigation__tier-1 > .navigation__item > .navigation__link {
    display: inline-block;
    padding: 10px 18px;
    white-space: nowrap;
    position: relative;
    text-decoration: unset;
}

@media (max-width: 1000px) {
    .navigation .navigation__tier-1 > .navigation__item > .navigation__link .link-title {
        height: 50px;
        font-size: 14px;
    }
}

@media (min-width: 1000px) {
    .navigation {
        /*     border-bottom: 1px solid






    #dfe3e8      ; */
        text-align: center;
    }

    .navigation .navigation__link:hover,
    .navigation .menu-promotion__link:hover {
        color: #333333;
        font-weight: 600;
    }

    .navigation .navigation__children-toggle {
        display: none;
    }

    .navigation .navigation__item--with-children > .navigation__link {
        max-width: none;
    }

    .navigation.navigation--tight-underline .navigation__tier-1 > .navigation__item > .navigation__link::before, .navigation.navigation--tight-underline .navigation__tier-1 > .navigation__item > .navigation__link::after {
        bottom: 16px;
    }

    .navigation .navigation__tier-1 {
        padding: 0;
    }

    .navigation .navigation__tier-1 > .navigation__item {
        display: inline-block;
    }

    .header-account a {
        text-decoration: unset;
    }

    .navigation .navigation__tier-1 > .navigation__item > .navigation__link::before {
        content: "";
        position: absolute;
        bottom: -1px;
        background-color: currentColor;
        height: 2px;
        transition: transform .3s;
        z-index: 20;
        left: 27px;
        width: calc(100% - 36px);
        transform: scaleX(0);
        will-change: transform;
    }

    .navigation .navigation__tier-1 > .navigation__item > .navigation__link:hover::before {
        transform: scaleX(1);
    }

    .navigation .navigation__tier-1 > .navigation__item.navigation__item--active > .navigation__link::before {
        transform: scaleX(1);
    }

    .navigation .navigation__tier-2-container {
        position: absolute;
        z-index: 10;
        top: 98%;
        left: 0;
        width: 100%;
        border-bottom: 1px solid#dfe3e8;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        transition: opacity 150ms ease-in-out, visibility 150ms;
        text-align: left;
        background-color: #f7f3ff;
    }

    .navigation .navigation__item--show-children .navigation__tier-2-container,
    body.tab-used .navigation .navigation__item--with-children:focus-within .navigation__tier-2-container,
    html:not(.js) .navigation .navigation__item--with-children:hover .navigation__tier-2-container,
    html:not(.js) .navigation .navigation__item--with-children:focus-within .navigation__tier-2-container {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        z-index: 11;
    }

    .navigation:hover .navigation__tier-2-container {
        transition-delay: 150ms;
    }

    .navigation:hover .navigation__item--show-children .navigation__tier-2-container {
        transition-delay: 400ms;
    }

    .navigation .navigation__tier-2 {
        font-size: 100%;
        text-align: center;
        margin: 0 auto;
        max-width: 1440px;
        padding: 0 20px;
        background-color: #f7f3ff;
    }

    .navigation .navigation__tier-2 > .navigation__item {
        display: inline-block;
    }

    .navigation .navigation__tier-2 .navigation__link {
        padding: 7px 30px;
    }

    .navigation .navigation__tier-2:not(.navigation__columns) .navigation__link {
        padding: 10px 18px;
    }

    .navigation .navigation__columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 20px;
        white-space: nowrap
    }

    .navigation .navigation__columns .navigation__column {
        flex: 1 1 auto;
        min-width: 160px;
        max-width: 290px;
        display: block;
        text-align: left;
        margin: 0 10px;
    }

    .navigation .navigation__columns .navigation__column .navigation__item {
        display: block;
    }

    .navigation .navigation__columns .navigation__column .navigation__link {
        padding: 0.25em 0;
        line-height: 1.2em;
        white-space: normal;
    }

    .navigation .navigation__columns .navigation__column .navigation__column-title {
        display: inline-block;
        padding: 0 0 15px;
        font-size: 0.8em;
        line-height: 1.2em;
        font-weight: 500;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #333333;
        line-height: 21px;
        -webkit-text-stroke: 1px #333333;
        text-stroke: 1px #333333;
    }

    .navigation .navigation__columns .navigation__column .navigation__children-toggle {
        display: none;
    }

    .navigation .navigation__columns .navigation__column .navigation__tier-3 {
        display: block;
        padding-bottom: 20px;
    }

    .navigation .navigation__columns .navigation__column .navigation__tier-3 .navigation__link {
        opacity: 1;
        padding-top: 4px;
        padding-bottom: 4px;
        white-space: normal;
    }

    .navigation .navigation__columns .navigation__column--promotion {
        flex: 0 0 100%;
        margin: 0;
        min-width: 0;
        max-width: none;
        display: flex;
        flex-wrap: wrap;
    }

    .navigation .navigation__columns .navigation__column--promotion-count-1 {
        flex: 1 1 25%;
        max-width: 330px;
    }

    .navigation .navigation__columns .navigation__column--promotion-count-2 {
        flex: 1 1 45%;
        max-width: 660px;
    }

    .navigation .navigation__columns .navigation__column--promotion-count-3 {
        flex: 1 1 60%;
        max-width: 960px;
    }

    .navigation .menu-promotion {
        flex: 1 0 0;
        margin: 0 10px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.navigation .navigation__tier-1 > .navigation__item > .navigation__link {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 900px) {
    .navigation .navigation__tier-1 > .navigation__item > .navigation__link {
        padding: 10px 8px;
        font-size: 12px;
    }
}

@media (max-width: 1250px) {
    .navigation .navigation__tier-1 > .navigation__item > .navigation__link {
        padding: 2px 0px 5px 8px;
    }
}

@media (min-width: 1300px) {

    .navigation .navigation__tier-2 {
    }

    .navigation .navigation__tier-2 .navigation__column,
    .navigation .navigation__tier-2 .menu-promotion {
        margin-left: 40px;
        margin-right: 15px;
    }

    .navigation .navigation__columns:not(.navigation__columns--wraps) {
        justify-content: center;
        white-space: nowrap;
    }
}

.mobile-navigation-drawer {
    display: none;
    position: fixed;
    box-sizing: border-box;
    text-align: left;
    background: #ffffff;
    border-right: 1px solid#dfe3e8;
    left: -1px;
    width: 96%;
    top: 0;
    height: 100%;
    padding-bottom: 60px;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    will-change: transform;
    z-index: 8001;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-navigation-drawer .mobile-nav-toggle {
    padding: 12px 20px;
    color: inherit;
}

.mobile-navigation-drawer .navigation__tier-1 {
    text-align: left;
    border-top: 1px solid#dfe3e8;
}

.mobile-navigation-drawer .navigation__tier-1 > .navigation__item > .navigation__link {
    font-weight: 600;
}

.mobile-navigation-drawer .navigation__tier-1 > .navigation__item > .navigation__children-toggle svg {
    transform: rotate(-90deg);
}

.mobile-navigation-drawer .mobile-country-box .flag .feather {
    transform: rotate(-90deg);
}

.mobile-navigation-drawer .order-tracking.mobile-only .feather {
    transform: rotate(-90deg);
    margin-right: 17px;
}

.mobile-navigation-drawer .navigation__tier-1 > .navigation__item--open > .navigation__tier-2-container {
    transform: translate3d(0, 0, 0);
}

.mobile-navigation-drawer .navigation__tier-2-container {
    overflow: auto;
    position: absolute;
    z-index: 1;
    top: 47px;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translate3d(100%, 0, 0);
    transition: transform 350ms cubic-bezier(0.37, 0.04, 0.52, 1);
    will-change: transform;
}

.mobile-navigation-drawer .navigation__tier-2-container .navigation__item--open > .navigation__children-toggle > svg {
    transform: rotate(180deg);
}

.mobile-navigation-drawer .navigation__tier-2-container .navigation__item--open > .navigation__tier-3-container {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: auto;
}

.mobile-navigation-drawer .navigation__tier-2 {
    padding-bottom: 60px;
}

.mobile-navigation-drawer .navigation__tier-2 > .navigation__item > .navigation__link {
    font-weight: 600;
}

.mobile-navigation-drawer .navigation__tier-3-container {
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 350ms cubic-bezier(0.37, 0.04, 0.52, 1);
    will-change: height;
}

.mobile-navigation-drawer .navigation__tier-3 {
    padding-bottom: 20px;
    padding-left: 22px;
}

.mobile-navigation-drawer .navigation {
    margin-bottom: -10px;
    position: static;
    font-size: 17px;
    text-align: inherit;
}

.menu-promotion__image {
    max-width: 140px;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .menu-promotion__image {
        height: 54px;
        width: 54px;
        overflow: hidden;
    }
}

.mobile-navigation-drawer .navigation__link {
    padding: 20px 20px;
}

.mobile-navigation-drawer .navigation__item--with-children > .navigation__link {
    flex-grow: 1;
}

.mobile-navigation-drawer .navigation__children-toggle svg {
    transition: transform 150ms ease-out;
}

.mobile-navigation-drawer .navigation__column--promotion {
    margin: 12px 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
    scroll-snap-type: x mandatory;
}

.mobile-navigation-drawer .navigation__column--promotion .menu-promotion {
    margin: 0;
    padding: 0 0 20px 20px;
    flex: 0 0 260px;
    max-width: 75%;
    scroll-snap-align: start;
}

.mobile-navigation-drawer .navigation__column--promotion .menu-promotion:last-child {
    padding-right: 20px;
    flex-basis: calc(260px + 20px);
    max-width: calc(75% + 20px);
}

.mobile-navigation-drawer .navigation__column--promotion .menu-promotion .menu-promotion__text {
    text-align: left;
}

.navigation__mobile-products {
    margin-top: 30px;
}

.navigation__mobile-products .product-list {
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
}

.navigation__mobile-products .product-list .product-block {
    padding: 0 0 0 20px;
    flex: 0 0 260px;
    max-width: 75%;
    scroll-snap-align: start;
}

.navigation__mobile-products .product-list .product-block:last-child {
    padding-right: 20px;
    flex-basis: calc(260px + 20px);
    max-width: calc(75% + 20px);
}

.navigation__mobile-products .product-list .product-block .product-info {
    text-align: left;
}

.navigation__mobile-products .product-list .product-block .product-price {
    justify-content: flex-start;
}

.navigation__mobile-products .product-list .product-block .product-price .product-price__item:first-child {
    margin-left: 0;
}

.navigation__mobile-products-title {
    margin: 0 20px 20px;
    font-size: 17px;
    font-weight: 600;
}

.mobile-navigation-drawer__footer .inline-menu {
    margin: 0;
}

.mobile-navigation-drawer__footer .announcement-bar__link {
    display: block;
    margin: 0 20px;
    padding: 16px 0;
    border-top: 1px solid#dfe3e8;
    color: inherit;
}

.mobile-navigation-drawer__footer .header-disclosures {
    display: block;
}

.mobile-navigation-drawer__footer .header-disclosures .disclosure {
    position: static;
    display: block;
}

.mobile-navigation-drawer__footer .header-disclosures .selectors-form__item {
    display: block;
    margin: 0 20px;
}

.mobile-navigation-drawer__footer .header-disclosures .disclosure__toggle {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 0;
    border-top: 1px solid#dfe3e8;
    text-align: inherit;
}

.mobile-navigation-drawer__footer .header-disclosures .disclosure__toggle[aria-expanded="true"] .disclosure__toggle-arrow svg {
    transform: rotate(180deg);
}

.mobile-navigation-drawer__footer .header-disclosures .disclosure__toggle-arrow svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.3;
    transition: transform 150ms ease-out;
}

.mobile-navigation-drawer__footer .header-disclosures .disclosure-list {
    display: block;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    position: static;
    background-color: transparent;
    color: inherit;
    border: none;
    min-height: 0;
    max-height: none;
    transition: all 350ms cubic-bezier(0.37, 0.04, 0.52, 1);
}

.mobile-navigation-drawer__footer .header-disclosures .disclosure-list:not(.disclosure-list--visible) {
    height: 0 !important;
}

.mobile-navigation-drawer__footer .header-disclosures .disclosure-list--visible {
    visibility: visible;
    opacity: 1;
}

.mobile-navigation-drawer__footer .header-disclosures .disclosure-list__option {
    padding: 8px 0;
    opacity: 0.75;
}

.mobile-navigation-drawer__footer .header-disclosures .disclosure-list__item:first-child .disclosure-list__option {
    padding-top: 8px;
}

.mobile-navigation-drawer__footer .header-disclosures .disclosure-list__item:last-child .disclosure-list__option {
    padding-bottom: 32px;
}

.mobile-navigation-drawer__footer .social-links {
    margin: 0 20px;
    padding: 16px 0;
    border-top: 1px solid#dfe3e8;
}

.mobile-navigation-drawer__footer .social-links a {
    margin: 16px 16px 0 0;
    color: inherit;
}

.mobile-navigation-drawer__footer .social-links a svg {
    width: 20px;
    height: 20px;
}

.navigation__mobile-header {
    align-items: flex-start;
    justify-content: space-between;
}

.mobile-nav-title {
    padding: 12px 0;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(10px, 0, 0);
    transition: transform 350ms cubic-bezier(0.37, 0.04, 0.52, 1), opacity 350ms cubic-bezier(0.37, 0.04, 0.52, 1), visibility 350ms cubic-bezier(0.37, 0.04, 0.52, 1);
}

.mobile-navigation-drawer--child-open .mobile-nav-title {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.mobile-navigation-drawer--child-open .mobile-top-nav-box {
    display: flex;
    background-color: #eee6ff;
    height: 51px;
}

.mobile-nav-back {
    padding: 12px 20px;
    color: inherit;
    visibility: hidden;
    opacity: 0;
    transition: opacity 350ms cubic-bezier(0.37, 0.04, 0.52, 1), visibility 350ms cubic-bezier(0.37, 0.04, 0.52, 1);
}

.mobile-navigation-drawer--child-open .mobile-nav-back {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    height: 50px;
}

.mobile-top-loginList {
    opacity: 1;
    color: #333333;
    padding: 12px 20px;
    background-color: #eee6ff;
}

.mobile-navigation-drawer--child-open .mobile-top-loginList {
    opacity: 0;
    width: 0;
    padding: 0;
}

.mobile-top-toggle-nav {
    display: flex;
    justify-content: space-between;
    opacity: 0;
    height: 0;
}

.mobile-navigation-drawer--child-open .mobile-top-toggle-nav {
    width: 100%;
    opacity: 1;
}

.mobile-navigation-drawer--child-open .order-tracking {
    opacity: 0;
}

.navigation__tier-1 > .navigation__item > .navigation__link,
.navigation__tier-1 > .navigation__item > .navigation__children-toggle,
.navigation__mobile-products,
.mobile-navigation-drawer__footer {
    transition: opacity 350ms cubic-bezier(0.37, 0.04, 0.52, 1), transform 350ms cubic-bezier(0.37, 0.04, 0.52, 1);
}

.mobile-navigation-drawer--child-open .navigation__tier-1 > .navigation__item > .navigation__link,
.mobile-navigation-drawer--child-open .navigation__tier-1 > .navigation__item > .navigation__children-toggle,
.mobile-navigation-drawer--child-open .navigation__mobile-products,
.mobile-navigation-drawer--child-open .mobile-navigation-drawer__footer {
    opacity: 0;
    transform: translate3d(-15px, 0, 0);
}

@media only screen and (max-width: 1000px) {
    .reveal-mobile-nav .page-shade,
    .reveal-mobile-nav .header-shade {
        height: 100%;
        opacity: 1;
        pointer-events: auto;
    }

    .pageheader .logo {
        padding: 10px 0;
        pointer-events: none;
    }

    .pageheader .logo a {
        pointer-events: auto;
    }

    .pageheader .logo .logotext {
        margin-top: 12px;
        margin-bottom: 12px;
        display: block;
        font-size: 15px;
        line-height: 1em;
    }

    .section-header {
        z-index: 999;
    }

    .enable-mobile-nav-transition {
        overflow: hidden;
    }
    .enable-mobile-nav-transition .mobile-navigation-drawer {
        transition: transform 400ms cubic-bezier(0.37, 0.04, 0.52, 1);
    }

    .mobile-navigation-drawer {
        display: block;
    }

    .reveal-mobile-nav .mobile-navigation-drawer {
        transform: translate(0);
    }
}

.faq-index__inner {
    position: -webkit-sticky;
    position: sticky;
    top: calc(30px + var(--theme-sticky-header-height));
}

.template-page.template-suffix-faq #content {
    margin-top: 0;
    padding-bottom: 0;
}

.faq-search .faq-search__input {
    border: 1px solid#171717;
}

.main-search {
    text-align: center;
}

.main-search .button.notabutton {
    color: currentColor;
}

.main-search .button.notabutton:hover {
    color: currentColor;
}

.section-header .main-search {
    position: fixed;
    z-index: 300;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #171717;
    background: #ffffff;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
}

.main-search--loading .main-search__suggestions,
.main-search--has-results .main-search__suggestions {
    display: none;
}

.show-search {
    overflow: hidden;
}

.show-search .main-search {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.show-search .page-shade {
    height: 100%;
    opacity: 1;
    pointer-events: auto;
}

.show-search .announcement-bar {
    z-index: 399;
}

.main-search__container.container {
    position: relative;
    max-width: 1200px;
}

.main-search__form {
    position: relative;
    margin: 20px auto;
    max-width: 650px;
}

.section-header .main-search__form {
    margin: 60px auto;
}

@media (max-width: 1000px) {
    .section-header .main-search__form {
        max-width: 450px;
    }
}

.main-search__button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.main-search button.main-search__close {
    position: absolute;
    right: 0;
    top: -55px;
    padding: 10px;
}

.main-search button.main-search__close svg {
    width: 34px;
    height: 34px;
    stroke-width: 1;
}

@media (min-width: 1000px) {
    .main-search button.main-search__close {
        top: -2px;
        right: 50px;
    }
}

.main-search__input-container {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 0;
}

input[type="text"].main-search__input {
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    color: inherit;
    font-size: inherit;
    line-height: 1.5em;
    padding: 12px 12px 12px 24px;
}

.main-search__results {
    margin: 40px auto;
}

.main-search__results-spinner {
    margin: 20px;
}

.main-search__results__products {
    margin-bottom: 40px;
}

.main-search__results__products .product-list {
    justify-content: center;
}

.main-search--has-results.main-search--results-on-multiple-lines .main-search__results__products .product-list {
    justify-content: flex-start;
}

.main-search__results__pages {
    margin-bottom: 40px;
}

.search-suggestions {
    margin: 40px auto;
}

.search-suggestions__heading {
    margin-top: 1em;
}

.search-suggestions__item-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.search-suggestions__item-row > .search-suggestions__item {
    margin: 0 10px 20px;
    flex: 0 0 calc(50% - 20px);
}

@media (min-width: 1000px) {
    .search-suggestions__item-row > .search-suggestions__item {
        flex: 0 0 calc(25% - 20px);
    }
}

@media (min-width: 1000px) {
    .search-suggestions__item-row > .search-suggestions__item {
        margin: 0 15px 30px;
        flex: 0 0 calc(25% - 30px);
    }
}

.search-suggestions__item-row > .search-suggestions__item--with-row {
    flex: 1 0 100%;
    margin: 0 0 30px;
}

.gallery.slick-slider {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.gallery.slick-slider .gallery__item {
    margin-bottom: 0;
}

.gallery__item {
    position: relative;
    flex: 1 1 33%;
    /*   320px */
    width: 100%;
    transition: background-color 150ms;
}

.gallery__item .gallery__image {
    /*   position: absolute;
  top: 0;
  left: 0; */
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.gallery__item.lazyload--placeholder {
    /*   background-color: #f0f0f0; */
}

.gallery__item--shape-fixed .gallery__image {
    position: relative;
    padding-top: 80%;
}

@media (min-width: 1000px) {
    .gallery__item--shape-l-21 .gallery__image {
        padding-top: 50%;
    }

    .gallery__item--shape-l-64 .gallery__image {
        padding-top: 66.7%;
    }

    .gallery__item--shape-l-5x4 .gallery__image {
        padding-top: 80%;
    }

    .gallery__item--shape-sq .gallery__image {
        padding-top: 100%;
    }

    .gallery__item--shape-p-4x5 .gallery__image {
        padding-top: 125%;
    }
}

@media (min-width: 1000px) {
    .gallery {
        margin-left: 0;
        margin-right: 0;
    }

    .gallery--with-vertical-outer-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .gallery--with-margins {
        margin-left: 0;
        margin-right: 20px;
    }

    .container > .gallery--with-margins {
        margin-left: -20px;
        margin-right: 0;
    }

    .gallery--with-margins .gallery__row:last-child {
        margin-bottom: -20px;
    }

    .gallery--with-margins .gallery__item {
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .gallery__row {
        display: flex;
        flex-wrap: wrap;
    }

    .gallery--grid-2 .gallery__item.gallery__item--enlarged {
        flex-grow: 9;
    }

    .gallery--grid-3 .gallery__item.gallery__item--enlarged {
        flex-grow: 3;
    }

    .gallery--grid-4 .gallery__item {
        flex-basis: 40%;
    }

    .gallery--grid-4 .gallery__item.gallery__item--enlarged {
        flex-grow: 4;
    }
}

@media (min-width: 1200px) {
    .gallery--grid-4 .gallery__item {
        flex-basis: 20%;
    }
}

@media (min-width: 1301px) {
    .gallery--with-margins .gallery__row:last-child {
        margin-bottom: -30px;
    }

    .gallery--with-vertical-outer-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gallery--with-margins {
        margin-right: 30px;
    }

    .container > .gallery--with-margins {
        margin-left: -30px;
    }

    .gallery--with-margins .gallery__item {
        margin-left: 30px;
        margin-bottom: 30px;
    }
}

.section-footer .social-links a {
    margin: 0 10px 0 0;
}

.section-footer__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-footer__row--sub-footer {
    align-items: center;
}

@media (min-width: 1000px) {
    .section-footer__row--sub-footer {
        margin-top: 20px;
    }
}

.section-footer__row--sub-footer .section-footer__row__col {
    text-align: center;
}

@media (min-width: 1000px) {
    .section-footer__row--sub-footer .section-footer__row__col:nth-child(1) {
        text-align: left;
    }
}

@media (min-width: 1000px) {
    .section-footer__row--sub-footer .section-footer__row__col:nth-child(2) {
        text-align: right;
    }
}

.section-footer__row--blocks {
    padding: 60px 0 40px;
}

.section-footer__row__col {
    padding: 0px 0;
}

.section-footer__title {
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width: 1000px) {
    .section-footer__title {
        margin-bottom: 0;
    }

    .section-footer__title label {
        display: flex;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #333;
    }
}

@media (min-width: 1000px) {
    .section-footer__text-block .social-links {
        white-space: nowrap;
    }

    .section-footer__text-block--with-text {
        flex-basis: 350px;
    }
}

@media (min-width: 1024px) {
    .section-footer__text-block--with-text {
        max-width: 460px;
        flex-grow: 1;
    }
}

.section-footer__text p {
    margin-bottom: 0;
}

.section-footer__menu-block {
    flex-shrink: 2;
}

.section-footer__menu-block__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-footer__menu-block__menu li {
    margin-bottom: 0.5em;
    list-style: none;
}

@media (max-width: 1000px) {
    .section-footer__menu-block__menu li {
        padding: 0 30px;
        font-size: 14px;
        text-align: left;
    }
}

@media (min-width: 1000px) {
    .section-footer__newsletter-block {
        flex: 0 1 460px;
    }
}

.section-footer__newsletter-block .signup-form {
    max-width: 400px;
    margin-left: 0;
    min-width: 250px;
}

.section-footer__newsletter-block .signup-form form {
    display: flex;
    height: 48px;

}

.section-footer__newsletter-block .signup-form .form {
    position: relative;
    display: flex;
    height: 36px;

}

.section-footer__newsletter-block .signup-form__email {
    width: 100%;
    height: 36px;
    border-radius: 4px 0px 0px 4px;
}

.section-footer__newsletter-block .emialWrapP {
    flex: 1;
}

.section-footer__newsletter-block__social:not(:first-child) {
    margin: 15px;
}

.section-footer__text-block__image:not(:last-child) {
    display: inline-block;
    margin-bottom: 20px;
}

.section-footer__text-block__image .rimage-outer-wrapper {
    margin-left: 0;
    max-width: 100%;
}

.section-footer__localization {
    margin-top: 0;
}

.section-footer__localization .selectors-form__item {
    margin: 0 10px 20px 0;
}

.section-footer__lower-menu {
    margin-bottom: 10px;
}

.section-footer__lower-menu__list {
    margin: 0 -10px;
}

@media (min-width: 1000px) {
    .section-footer__lower-menu__list {
        text-align: right;
    }

}

.section-footer__lower-menu__list li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 10px;
}

.section-footer__lower-menu__list li a {
    white-space: nowrap;
}

.section-footer__payment-icons {
    margin-bottom: calc(3.8em - 25px);
}

.section-footer__row-container--with-localization .section-footer__payment-icons {
    margin-top: 0.9em;
}

@media (min-width: 1000px) {
    .section-footer__payment-icons {
        text-align: right;
    }
}

.section-footer__payment-icons .section-footer__payment-icon {
    margin: 0 3px 0.5em;
    width: auto;
    height: 25px;
}

.section-footer__sub-footer-menu {
    margin: 0 -10px;
}

.section-footer__sub-footer-menu li {
    display: inline-block;
    margin: 0 10px;
}

.section-footer__row-container {
    border-top: 1px solid#333333;
}

.section-footer__row-lower {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 12px;
    line-height: 1.4em;
}

@media (min-width: 1000px) {
    .section-footer__row-lower {
        flex-wrap: nowrap;
        flex-direction: row;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-footer__row-lower .section-footer__row__col:first-child {
        order: 1;
    }
}

.disclosure {
    position: relative;
    font-size: 15px;
    line-height: 1.2em;
}

.disclosure__toggle {
    padding: 0.75em 3em 0.75em 1em;
    border: 1px solid#c5c5c5;
    background-color: #ffffff;
    color: #171717;
    white-space: nowrap;
    font-size: inherit;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none;
}

.disclosure__toggle:hover {
    border: 1px solid#c5c5c5;
    background-color: #ffffff;
    color: #171717;
}

.disclosure__toggle-arrow {
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}

.disclosure__toggle-arrow svg {
    height: 18px;
    width: 18px;
}

.disclosure-list {
    background-color: #ffffff;
    color: #171717;
    border: 1px solid#c5c5c5;
    bottom: calc(100% - 1px);
    position: absolute;
    display: none;
    min-height: 40px;
    max-height: 300px;
    overflow-y: auto;
    margin: 0;
}

.disclosure-list--visible {
    display: block;
    position: absolute;
}

.disclosure-list__item {
    white-space: nowrap;
    text-align: left;
    list-style: none;
}

.disclosure-list__item:first-child .disclosure-list__option {
    padding-top: 12px;
}

.disclosure-list__item:last-child .disclosure-list__option {
    padding-bottom: 12px;
}

.disclosure-list__option {
    display: block;
    padding: 9px 40px 9px 15px;
    line-height: 1.4em;
}

.disclosure-list__option,
#pagefooter .disclosure-list__option {
    color: #171717;
}

.disclosure-list__option:focus, .disclosure-list__option:hover,
#pagefooter .disclosure-list__option:focus,
#pagefooter .disclosure-list__option:hover {
    opacity: 1;
    color: #171717;
    background-color: rgba(255, 255, 255, 0.94);
}

.disclosure-list__item--current .disclosure-list__option {
    background-color: rgba(255, 255, 255, 0.94);
}

.logo-list-container {
    overflow: hidden;
}

.logo-list {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    flex-wrap: initial;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
}

@media (min-width: 1000px) {
    .logo-list {
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: inherit;
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: -50px;
        padding-bottom: 30px;
    }
}

.logo-list__logo {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - 40px);
    margin: 0 20px 40px;
}

@media (min-width: 400px) {
    .logo-list__logo {
        flex: 0 0 calc(43.3% - 40px);
    }
}

@media (min-width: 1000px) {
    .logo-list__logo {
        flex: 0 0 calc(29% - 50px);
        margin: 0 25px 50px;
    }
}

@media (min-width: 1000px) {
    .logo-list__logo {
        flex: 0 0 calc(22% - 50px);
    }
}

@media (min-width: 1300px) {
    .logo-list__logo {
        flex: 0 0 calc(16.6% - 50px);
    }
}

@media (min-width: 400px) and (max-width: 1000px) {
    .logo-list--count-4 .logo-list__logo {
        flex: 0 0 calc(50% - 40px);
    }
}

.logo-list__logo-image {
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    margin: 0 auto;
    width: 100%;
    transition: opacity 100ms;
}

.logo-list__logo-image > .rimage-outer-wrapper {
    flex: 1 1 100%;
}

.logo-list__logo-image .placeholder-image {
    width: 100%;
}

.logo-list__logo-title {
    margin-top: 10px;
}

.testimonial-list {
    overflow: hidden;
}

.testimonial-list .subheading {
    margin-bottom: 2em;
}

.testimonial-list__inner:not(.slick-initialized) {
    display: flex;
}

.testimonial-list__controls {
    margin-left: -14px;
    pointer-events: none;
}

.testimonial-list__controls .slick-arrow {
    position: static;
    display: inline-block;
    margin-top: 40px;
    background: transparent;
    pointer-events: auto;
    color: currentColor;
    width: 44px;
    height: 44px;
    padding: 1px;
}

.testimonial-list__controls .slick-arrow svg {
    filter: none;
    stroke: currentColor;
    stroke-width: 1;
    width: 42px;
    height: 42px;
}

.testimonial-list__controls .slick-next {
    margin-left: 10px;
}

@media (min-width: 1000px) {
    .testimonial-list--without-images .testimonial-list__inner {
        margin-left: -20px;
    }
}

@media (min-width: 1301px) {
    .testimonial-list--without-images .testimonial-list__inner {
        margin-left: -30px;
    }
}

.testimonial-list--without-images .testimonial-list__inner .testimonial {
    flex: 1 0 0;
}

@media (min-width: 1000px) {
    .testimonial-list--without-images .testimonial-list__inner .testimonial {
        margin-left: 20px;
    }
}

@media (min-width: 1301px) {
    .testimonial-list--without-images .testimonial-list__inner .testimonial {
        margin-left: 30px;
    }
}

.testimonial-list--with-images .testimonial {
    flex: 0 0 100%;
}

@media (min-width: 1000px) {
    .testimonial-list--with-images .testimonial {
        display: flex;
        justify-content: space-between;
    }
}

.testimonial-list--with-images .testimonial__column {
    flex: 0 0 50%;
}

@media (min-width: 1000px) {
    .testimonial-list--with-images .testimonial__column {
        flex-basis: calc(50% - 10px);
    }
}

@media (min-width: 1301px) {
    .testimonial-list--with-images .testimonial__column {
        flex-basis: calc(50% - 15px);
    }
}

.testimonial-list--with-images .testimonial__column--text .subheading {
    display: none;
}

.testimonial__column--image {
    margin-top: 40px;
}

@media (min-width: 1000px) {
    .testimonial-list--with-images .testimonial__content {
        margin-bottom: 100px;
    }

    .testimonial-list--with-images .testimonial-list__controls {
        position: relative;
        top: -60px;
        height: 0;
    }

    .testimonial-list--with-images .testimonial-list__controls .slick-arrow {
        margin-top: 0;
    }

    .testimonial__column--image {
        margin-top: 0;
    }

    .testimonial-list--image-left .testimonial-list__controls {
        margin-left: 50%;
    }

    .testimonial__image-with-caption {
        padding-left: 20%;
    }

    .testimonial-list--image-left .testimonial__column--text {
        order: 1;
    }

    .testimonial-list--image-left .testimonial__image-with-caption {
        padding-right: 20%;
        padding-left: 0px;
    }
}

@media (min-width: 1000px) {
    .testimonial-list--with-images > .subheading {
        display: none;
    }

    .testimonial-list--with-images .testimonial__column--text .subheading {
        display: block;
    }
}

.testimonial__star-rating {
    margin-bottom: 20px;
}

.testimonial__star svg {
    width: 16px;
    height: 16px;
}

.testimonial__text {
    margin-bottom: 1em;
}

.testimonial__text .testimonial__blockquote {
    position: relative;
    margin: 0;
    padding: 0;
}

@media (min-width: 1000px) {
    .testimonial__text .testimonial__blockquote {
        padding-right: 40px;
    }
}

.testimonial__text .testimonial__blockquote::before {
    content: none;
}

.testimonial__text .testimonial__blockquote::after {
    content: none;
}

.testimonial__image-with-caption__caption {
    display: inline-block;
    margin-top: 1em;
    line-height: 1.4em;
}

.testimonial__image-with-caption__link {
    display: block;
}

.testimonial__image-with-caption__link .testimonial__image-with-caption__caption {
    border-bottom: 1px solid currentColor;
}

.testimonial-list--with-images .slick-slider .testimonial__star-rating,
.testimonial-list--with-images .slick-slider .testimonial__text,
.testimonial-list--with-images .slick-slider .testimonial__author {
    will-change: opacity, transform;
    transform: translate3d(20px, 0, 0);
    opacity: 0;
    transition: all 750ms ease 0ms;
}

@media (max-width: 1000px) {
    .testimonial-list--with-images .slick-slider .testimonial__column--image {
        will-change: opacity, transform;
        transform: translate3d(20px, 0, 0);
        opacity: 0;
        transition: all 750ms ease 0ms;
    }
}

.testimonial-list--with-images .slick-slider .slick-active .testimonial__star-rating,
.testimonial-list--with-images .slick-slider .slick-active .testimonial__text,
.testimonial-list--with-images .slick-slider .slick-active .testimonial__author {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.testimonial-list--with-images .slick-slider .slick-active .testimonial__star-rating {
    transition-delay: 500ms;
}

.testimonial-list--with-images .slick-slider .slick-active .testimonial__text {
    transition-delay: 600ms;
}

.testimonial-list--with-images .slick-slider .slick-active .testimonial__author {
    transition-delay: 700ms;
}

@media (max-width: 1000px) {
    .testimonial-list--with-images .slick-slider .slick-active .testimonial__column--image {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition-delay: 800ms;
    }
}

.cc-popup {
    padding: 30px 20px;
    z-index: 8001;
}

.cc-popup .cc-popup-background {
    z-index: 9998;
}

.cc-popup .cc-popup-modal {
    background-color: #ffffff;
    max-width: 440px;
    z-index: 9999;
}

.cc-popup .cc-popup-content {
    padding: 50px 20px 30px;
    text-align: center;
    flex-grow: 1;
}

.cc-popup .cc-popup-content .rte p:last-child {
    margin-bottom: 0;
}

.cc-popup .cc-popup-image {
    display: none;
    position: relative;
    flex: 0 0 auto;
    order: 1;
    width: 360px;
}

.cc-popup .cc-popup-image .rimage-outer-wrapper,
.cc-popup .cc-popup-image .rimage-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cc-popup .cc-popup-image .rimage__image {
    object-fit: cover;
}

.cc-popup .cc-popup-close {
    z-index: 1;
    color: #171717;
}

.cc-popup .cc-popup-close svg {
    stroke: currentColor;
    height: 26px;
    width: 26px;
}

.cc-popup .cc-popup-form__inputs {
    margin-top: 1.2em;
}

.cc-popup .cc-popup-form__inputs .cc-popup-form-input {
    margin-bottom: 0.5em;
    padding: 1em 1.4em;
    width: 100%;
}

.cc-popup .cc-popup-form__inputs .button {
    width: 100%;
    margin-top: 0.5em;
}

.cc-popup .social-links__list {
    margin-top: 2em;
}

.cc-popup .social-links__list a {
    margin: 0 5px;
}

.cc-popup .social-links__list svg, .cc-popup .social-links__list svg g {
    fill: currentColor;
}

@media (min-width: 480px) {
    .cc-popup .cc-popup-modal {
        max-width: none;
    }

    /*   .cc-popup .cc-popup-content {
    padding: 60px 40px 70px;
  } */
}

@media (min-width: 900px) {
    .cc-popup {
        padding: 60px 40px 70px;
    }

    .cc-popup .cc-popup-modal.cc-popup-modal--has-image {
        width: 800px;
    }

    .cc-popup .cc-popup-modal.cc-popup-modal--has-image .cc-popup-close {
        color: #fff;
    }

    .cc-popup .cc-popup-image {
        display: block;
    }
}

.cc-popup-form__response {
    border: 1px solid;
    border-radius: 5px;
    padding: 0.75em 1em;
    padding-bottom: 1em;
}

.cc-popup-form__response h4 {
    margin: 0;
    padding: 0;
    font-family: ,;
    font-style: normal;
    color: inherit;
    font-size: 0.6em;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.08em;
    text-align: left;
}

.cc-popup-form__response--success {
    background: #ecfef0;
    border-color: #56ad6a;
    color: #56ad6a;
}

.store-availabilities-modal {
    padding: 0;
    transition: opacity 400ms cubic-bezier(0.37, 0.04, 0.52, 1), visibility 400ms;
}

.store-availabilities-modal .cc-popup-modal {
    width: 380px;
    transition: transform 400ms cubic-bezier(0.37, 0.04, 0.52, 1);
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content {
    padding: 30px;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-container {
    flex-direction: column;
}

.store-availabilities-modal.cc-popup--right:not(.cc-popup--visible) .cc-popup-modal {
    transform: translate3d(100%, 0, 0);
}

@media (max-width: 479px) {
    .store-availabilities-modal.cc-popup--right .cc-popup-modal {
        width: 88%;
        min-width: 0;
    }
}

.subcollection-links--buttons {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}

.subcollection-links--buttons .btn {
    margin: 0 10px 20px;
}

@media (max-width: 500px) {
    .subcollection-links--buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -16px;
    }

    .subcollection-links--buttons .btn {
        flex: 0 0 calc(50% - 8px);
        margin: 0 0 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.subcollection-links--gallery {
    margin-bottom: 30px;
}

.subcollection-links--gallery.subcollection-links--under-image-header.subcollection-links--is-full-width .slick-slider:not(.gallery--with-vertical-outer-padding) {
    margin-top: -30px;
}

@media (max-width: 1000px) {
    .subcollection-links--gallery.subcollection-links--under-image-header .slick-slider {
        margin-top: -30px;
    }
}

.subcollection-links--gallery .slick-slider.gallery--with-margins {
    margin-right: 0;
}

@media (min-width: 1000px) {
    .subcollection-links--gallery .slick-slider.gallery--with-margins .slick-list {
        margin-left: -20px;
    }
}

@media (min-width: 1301px) {
    .subcollection-links--gallery .slick-slider.gallery--with-margins .slick-list {
        margin-left: -30px;
    }
}

.subcollection-links--gallery .slick-slider.gallery--with-vertical-outer-padding {
    padding-bottom: 0;
}

@media (min-width: 1000px) {
    .subcollection-links--gallery .slick-slider.gallery--with-vertical-outer-padding {
        margin: 30px;
    }
}

.subcollection-links--gallery .gallery:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

.subcollection-links--gallery .gallery:not(.slick-initialized) .gallery__item {
    flex: 0 0 100%;
}

@media (min-width: 1000px) {
    .subcollection-links--gallery .gallery:not(.slick-initialized) .gallery__item {
        flex: 0 0 25%;
    }
}

.filters__close,
.filter-group__heading,
.filter-group__applied-item,
.filter-group__item {
    color: inherit;
}

.filters__close:hover,
.filter-group__heading:hover,
.filter-group__applied-item:hover,
.filter-group__item:hover {
    color: inherit;
}

.filters__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.filters__heading-text {
    margin: 3px 0 0 0;
}

.filter-container--side .filter-group__item {
    display: flex;
    margin: 0 0 0.5em 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}



    .filter-container .filters {
        position: fixed;
        z-index: 8002;
        top: 0;
        right: 100%;
        width: 50%;
        height: 100%;
        background: #ffffff;
        padding: 20px;
        visibility: hidden;
        overflow: auto;
        transition: transform 400ms cubic-bezier(0.37, 0.04, 0.52, 1);
    }

    .filter-container .filter-shade {
        position: fixed;
        z-index: 8001;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        pointer-events: none;
        transition: opacity 400ms cubic-bezier(0.37, 0.04, 0.52, 1);
    }

    .filter-container .sticky-content-container {
        position: static;
    }

    .filter-container.filter-container--mobile-initialised .filters {
        visibility: visible;
    }

    .filter-container.filter-container--show-filters-mobile .filters {
        transform: translateX(100%);
    }

    .filter-container.filter-container--show-filters-mobile .filter-shade {
        opacity: 0.5;
        pointer-events: auto;
    }


@media (max-width: 1000px) {
    .filter-container .filters {
        width: 88%;
    }
}

@media (min-width: 1001px) {
    .filter-container--side {
        display: flex;
    }

    .filter-container--side .filters {
        flex: 0 0 auto;
        width: 280px;
        transition: none;
        font-size: 16px;
    }
}



@media (min-width: 2001px) {
    .filter-container--side .filters-adjacent {
        flex: 1 1 100%;
    }

    .filter-container--side:not(.filter-container--show-filters-desktop) .filters {
        width: 0;
        height: 0;
        opacity: 0;
        transform: none;
        transition: none;
        visibility: hidden;
    }

    .filter-container--side.filter-container--show-filters-desktop .collection-listing {
        position: relative;
    }


}

.filter-group {
    margin-bottom: 10px;
}

.filter-group .toggle-target-container {
    padding-bottom: 20px;
}

.filter-group--applied {
    margin-bottom: 30px;
}

.filter-group--availability {
    margin-bottom: 30px;
}

.filter-group__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 1em;
}

.filter-group__heading:not(:first-child) {
    margin-top: 30px;
}

.filter-group__heading__text {
    margin: 0.2em 20px 0 0;
    font-weight: 600;
}

.filter-group__heading__indicator {
    margin-right: -5px;
    transform-origin: center;
    transition: transform 250ms ease;
}

.filter-group__heading__indicator svg {
    vertical-align: top;
}

.filter-group__heading:not(.toggle-target-toggler--is-hidden) .filter-group__heading__indicator {
    transform: rotate(180deg);
}

.filter-group__item {
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.4em;
    cursor: pointer;
}

.filter-group__item .filter-group__checkbox {
    position: absolute;
    width: .1rem;
    height: .1rem;
    overflow: hidden;
    margin: -.1rem;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

.tab-used .filter-group__item .filter-group__checkbox:focus + .filter-group__item__text {
    outline: 1px solid currentColor;
    outline: -webkit-focus-ring-color auto 1px;
}

.filter-group__item .filter-group__item__text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8em;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1px solid currentColor;
}

.filter-group__item .filter-group__item__text::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url("data:image/svg+xml,%3Csvg fill='rgb(255, 255, 255)' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M8.315 13.859l-3.182-3.417a.506.506 0 0 1 0-.684l.643-.683a.437.437 0 0 1 .642 0l2.22 2.393 4.942-5.327a.436.436 0 0 1 .643 0l.643.684a.504.504 0 0 1 0 .683l-5.91 6.35a.437.437 0 0 1-.642 0'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    transform: scale(0);
    transition: transform 100ms ease;
}

.filter-group__item .filter-group__checkbox:checked + .filter-group__item__text::before {
    background: currentColor;
}

.filter-group__item .filter-group__checkbox:checked + .filter-group__item__text::after {
    transform: scale(1);
}

.filter-group__item--disabled {
    opacity: 0.5;
}

.filter-group__applied-item {
    display: inline-block;
    background: rgba(0, 0, 0, 0.05);
    margin: 0 8px 8px 0;
    border-radius: 5px;
}

.filter-group__applied-item:hover {
    color: inherit;
}

.filter-group__applied-item:hover .filter-group__applied-item__icon {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0 5px 5px 0;
}

.filter-group__applied-item__text {
    vertical-align: middle;
    padding: 3px 8px 3px 10px;
    font-size: 14px;
    line-height: 1.4em;
}

.filter-group__applied-item__icon {
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
}

.filter-group__applied-item__icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.filter-group__clear-row {
    margin-top: 4px;
}

.filter-group__clear-link {
    font-size: 14px;
    line-height: 1.4em;
}

.filter-group--swatch .filter-group__item {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 8px 10px;
    border: 1px solid#c5c5c5;
    background: #ffffff;
    color: #171717;
    border-radius: 5px;
}

@media (hover: none) {
    .filter-group--swatch .filter-group__item:active {
        color: #171717;
        border-color: #7f7f7f;
    }
}

@media (hover: hover) {
    .filter-group--swatch .filter-group__item:hover {
        color: #171717;
        border-color: #7f7f7f;
    }
}

.filter-group--swatch .filter-group__item .filter-group__item__text::before {
    content: none;
}

.filter-group--swatch .filter-group__item .filter-group__item__text::after {
    content: none;
}

.filter-group--swatch .filter-group__item .filter-group__item__swatch {
    flex: 0 0 auto;
    margin-right: 10px;
    border: 1px solidrgba(23, 23, 23, 0.3);
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: padding-box;
    transition: 100ms box-shadow ease;
    box-shadow: 0 0 0 1px
#ffffff, 0 0 0 2px#ffffff;
}

.filter-group--swatch .filter-group__item .filter-group__item__text {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-group--swatch .filter-group__item--active {
    border-color: #171717;
}

.filter-group--two-column-layout .toggle-target-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.filter-group--two-column-layout .filter-group__item {
    width: calc(50% - 6px);
    justify-content: start;
}

.filter-group--two-column-layout .filter-group__item__count {
    margin-left: 0.25em;
}

.filter-group--two-column-layout .filter-group__item__count::before {
    content: '(';
}

.filter-group--two-column-layout .filter-group__item__count::after {
    content: ')';
}

.filter-toggle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filter-toggle__group-label {
    margin: 4px 0;
    align-self: center;
    font-weight: 600;
}

.filter-toggle__options {
    flex: 0 0 auto;
    display: flex;
    margin: 4px 0;
    background: rgba(23, 23, 23, 0.06);
    border-radius: 5px;
    padding: 4px;
}

.filter-toggle__input-label {
    cursor: pointer;
}

.filter-toggle__input {
    position: absolute;
    width: .1rem;
    height: .1rem;
    overflow: hidden;
    margin: -.1rem;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

.filter-toggle__input:checked + .filter-toggle__input-label-text {
    border-color: currentColor;
    background: #ffffff;
}

.tab-used .filter-toggle__input:focus + .filter-toggle__input-label-text {
    outline: 1px solid currentColor;
    outline: -webkit-focus-ring-color auto 1px;
}

.filter-toggle__input-label-text {
    border-radius: 5px;
    padding: 0.25em 0.5em;
    border: 1px solid transparent;
}

.layout-switchers {
    display: flex;
}

.layout-switch {
    flex: 0 0 auto;
    position: relative;
    width: 24px;
    height: 24px;
    opacity: 0.3;
    margin-left: 5px;
    color: inherit;
}

.layout-switch svg {
    display: block;
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

.layout-switch:hover {
    color: inherit;
}

.layout-switch--active {
    opacity: 1;
}

.link-dropdown {
    position: relative;
    text-align: left;
}

.link-dropdown .link-dropdown__button {
    font-size: 16px;
    position: relative;
    color: inherit;
    font-weight: 500;
    padding-right: 40px;
    
    z-index: 1000;
    text-align: left;
    white-space: nowrap;
    will-change: width;
    transition: width 250ms cubic-bezier(0.01, 0.45, 0.28, 0.98);
}

.link-dropdown .link-dropdown__button:hover {
    color: inherit;
}

.link-dropdown__button[aria-expanded="true"] .link-dropdown__button-prefix-icon svg circle:nth-child(3) {
    transform: translateX(6px);
}

.link-dropdown__button[aria-expanded="true"] .link-dropdown__button-prefix-icon svg circle:nth-child(4) {
    transform: translateX(-6px);
}

.link-dropdown__button[aria-expanded="true"] .link-dropdown__button-icon {
    transform: rotate(180deg);
}

.link-dropdown__button[aria-expanded="true"] + .link-dropdown__options {
    visibility: visible;
    opacity: 1;
}

.link-dropdown__button-prefix-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 20px;
}

.link-dropdown__button-prefix-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.link-dropdown__button-prefix-icon svg circle {
    fill: #ffffff;
    transition: transform 400ms cubic-bezier(0.11, 0.44, 0.03, 1);
}

.link-dropdown__button-icon {
    position: absolute;
    margin: -12px 8px 0 0;
    right: 0;
    top: 50%;
    transition: transform 250ms ease;
}

.link-dropdown__button-icon svg {
    display: block;
}

.link-dropdown__options {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: -5px;
    min-width: calc(100% + 40px);
    background: #ffffff;
    padding-top: 49px;
    padding-bottom: 12px;
    box-shadow: 0 6px 12px 1px rgba(0, 0, 0, 0.12);
    transition: opacity 250ms ease, box-shadow 250ms ease, visibility 250ms;
}

.link-dropdown--right-aligned .link-dropdown__options {
    right: -10px;
}

.link-dropdown--left-aligned .link-dropdown__options {
    left: -15px;
}

.link-dropdown__link {
    display: block;
    white-space: nowrap;
    color: inherit;
    padding: 6px 50px 6px 30px;
}

.link-dropdown--with-icon .link-dropdown__link {
    padding-left: 43px;
}

.link-dropdown__link:hover {
    color: inherit;
    background: rgba(23, 23, 23, 0.06);
}

.link-dropdown__link--active {
    background: rgba(23, 23, 23, 0.06);
}

.utility-bar {
    display: flex;
    justify-content: space-between;
    align-items: start;
    /* margin-bottom: 10px; */
}

.filter-container {
    margin-top: 10px;
}

@media (max-width: 1000px) {
    .utility-bar {
        margin-bottom: 0;
    }
}

.utility-bar--sticky-mobile-copy {
    position: fixed;
    top: var(--theme-sticky-header-height);
    left: 0;
    width: 100%;
    z-index: 301;
    background: #ffffff;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid#dfe3e8;
    opacity: 0;
    transform: translateY(-15px);
    visibility: hidden;
    transition: transform 200ms ease-in, opacity 200ms ease-in, visibility 200ms;
}

.utility-bar-sticky-mobile-copy-reveal .logo-area {
    border-bottom-color: transparent;
}

.utility-bar-sticky-mobile-copy-reveal .utility-bar--sticky-mobile-copy {
    opacity: 1;
    transform: translateY(-1px);
    visibility: visible;
}

.utility-bar__left,
.utility-bar__right {
    flex: 2 0 0;
}

.utility-bar__left {
    display: flex;
}

.utility-bar__left .utility-bar__item {
    margin-right: 12px;
}

.utility-bar__centre {
    flex: 1 1 auto;
    font-size: 14px;
}

.utility-bar__centre .utility-bar__item {
    margin-left: 6px;
    margin-right: 6px;
}

.utility-bar__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.utility-bar__right .utility-bar__item {
    margin-left: 12px;
}

.breadcrumbs {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.4em;
}

@media (max-width: 1000px) {
    .breadcrumbs {
        font-size: 12px;
    }
}

.breadcrumbs .icon {
    display: inline-block;
    vertical-align: sub;
}

.breadcrumbs .icon svg {
    display: block;
    width: 1.2em;
    height: 1.2em;
}

.breadcrumbs-list {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs-list__item {
    display: inline;
    margin: 0;
    padding: 0;
}

.breadcrumbs-list__link {
    vertical-align: middle;
}

.breadcrumbs-list__link,
.breadcrumbs-prod-nav__link {
    color: inherit;
}

.breadcrumbs-list__link:hover,
.breadcrumbs-prod-nav__link:hover {
    color: inherit;
}

.breadcrumbs-prod-nav__text {
    vertical-align: middle;
}

.breadcrumbs-prod-nav__link--prev:not(:last-child) {
    margin-right: 1.2em;
}

.cc-animate-enabled .shopify-section {
    overflow: initial;
    z-index: 150;
}

.cc-modal-window {
    transition: visibility 250ms ease;
}

.cc-modal-window__background {
    transition: opacity 250ms ease;
}

.cc-modal-window__content-container {
    transition: opacity 250ms ease, transform 250ms ease;
}

.cc-modal-window--pre-reveal .cc-modal-window__background {
    opacity: 0;
}

.cc-modal-window--pre-reveal .cc-modal-window__content-container {
    transform: scale(0.95);
    opacity: 0;
}

.cc-modal-window--pre-reveal .cc-modal-window {
    visibility: hidden;
}

.cc-modal-window--closing .cc-modal-window__background {
    opacity: 0;
}

.cc-modal-window--closing .cc-modal-window__content-container {
    transform: scale(0.95);
    opacity: 0;
}

.cc-accordion {
    border-top: 1px solidrgba(23, 23, 23, 0.15);
}

.cc-accordion-item {
    border-bottom: 1px solidrgba(23, 23, 23, 0.15);
}

.cc-accordion-item__title {
    display: block;
    position: relative;
    list-style: none;
    padding: 15px 30px 15px 0;
    cursor: pointer;
}

.cc-accordion-item__title::-webkit-details-marker {
    display: none;
}

.js .cc-accordion-item__panel {
    transition: height 0.3s ease;
    overflow: hidden;
}

.cc-accordion-item__content {
    padding-bottom: 20px;
}

.cc-accordion-item__title::before, .cc-accordion-item__title::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 11px;
    height: 1px;
    background-color: #ccc;
    transition: 0.3s ease;
    transition-property: transform, opacity;
}

.cc-accordion-item__title::before {
    transform: rotate(-90deg);
}

.cc-accordion-item[open]:not(.is-closing) .cc-accordion-item__title::before {
    transform: rotate(90deg);
    opacity: 0;
}

.cc-accordion-item[open]:not(.is-closing) .cc-accordion-item__title::after {
    transform: rotate(180deg);
}

.js .cc-accordion-item__content {
    transform: translateY(-5px);
    transition: 0.3s ease-out;
    transition-property: transform, opacity;
}

.js .cc-accordion-item.is-open:not(.is-closing) .cc-accordion-item__content {
    transform: translateY(0px);
    opacity: 1;
}

.cc-accordion {
    margin-bottom: 50px;
}

.cc-accordion-item__content {
    color: rgba(23, 23, 23, 0.75);
}


/* Modern box sizing */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

/* CSS cross-browser clear fix */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button] {
    -webkit-appearance: none;
}

/* Do not use focus outline unless tabbing, or no-js */
.js body:not(.tab-used) *:focus {
    outline: none;
}

/* Standard text CSS */
strong, b {
    font-weight: 600;
}

abbr, acronym {
    border-bottom: 1px dotted#171717;
    cursor: help;
}

em, i {
    font-style: italic;
}

ul, ol, dl {
    margin: 1em;
    font-size: 100%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

blockquote {
    margin: 1.5em 0em 1.5em 10px;
    padding: .5em 0em;
    quotes: "“" "”";
    font-size: 130%;
    font-style: italic;
    line-height: 1.5em;
}

blockquote:before {
    color: #171717;
    content: open-quote;
    font-size: 3em;
    line-height: .1em;
    margin-left: -20px;
    margin-right: 10px;
    vertical-align: -0.48em;
}

blockquote :first-child {
    display: inline;
}

blockquote :last-child {
    margin-bottom: 0;
}

blockquote:after {
    content: no-close-quote;
}

ol, ul, dl {
    margin-left: 2em;
}

ol li {
    list-style: decimal outside;
}

ul li {
    list-style: disc outside;
}

dl dd {
    margin-left: 1em;
}

th, td {
    border-bottom: 1px solid#e2e2e2;
    border-collapse: collapse;
    border-top: 1px solid#e2e2e2;
    padding: 0.7em;
}

th {
    /*distinguishing table headers from data cells*/
    font-weight: bold;
    text-align: left;
    border-bottom-width: 3px;
}

table.noborders td, table.noborders th {
    border: none;
}

caption {
    margin-bottom: .5em;
    text-align: center;
}

p, fieldset, table {
    margin-bottom: 10px;
}

hr {
    border: none;
    width: 100%;
    color: transparent;
    border-bottom: 1px solid#e2e2e2;
    height: 1px;
    margin: 20px 0;
}

/* Fonts */

@font-face {
  font-family: Figtree;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("//ucalingerie.com/cdn/fonts/figtree/figtree_n4.3c0838aba1701047e60be6a99a1b0a40ce9b8419.woff2") format("woff2"),
       url("//ucalingerie.com/cdn/fonts/figtree/figtree_n4.c0575d1db21fc3821f17fd6617d3dee552312137.woff") format("woff");
}

body {
    font-family: Figtree,sans-serif;
    font-weight: 400;
    font-style: normal;
}@font-face {
  font-family: Figtree;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("//ucalingerie.com/cdn/fonts/figtree/figtree_n7.2fd9bfe01586148e644724096c9d75e8c7a90e55.woff2") format("woff2"),
       url("//ucalingerie.com/cdn/fonts/figtree/figtree_n7.ea05de92d862f9594794ab281c4c3a67501ef5fc.woff") format("woff");
}

@font-face {
  font-family: Figtree;
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
  src: url("//ucalingerie.com/cdn/fonts/figtree/figtree_n5.3b6b7df38aa5986536945796e1f947445832047c.woff2") format("woff2"),
       url("//ucalingerie.com/cdn/fonts/figtree/figtree_n5.f26bf6dcae278b0ed902605f6605fa3338e81dab.woff") format("woff");
}

@font-face {
  font-family: Figtree;
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("//ucalingerie.com/cdn/fonts/figtree/figtree_i4.89f7a4275c064845c304a4cf8a4a586060656db2.woff2") format("woff2"),
       url("//ucalingerie.com/cdn/fonts/figtree/figtree_i4.6f955aaaafc55a22ffc1f32ecf3756859a5ad3e2.woff") format("woff");
}

@font-face {
  font-family: Figtree;
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
  src: url("//ucalingerie.com/cdn/fonts/figtree/figtree_i7.06add7096a6f2ab742e09ec7e498115904eda1fe.woff2") format("woff2"),
       url("//ucalingerie.com/cdn/fonts/figtree/figtree_i7.ee584b5fcaccdbb5518c0228158941f8df81b101.woff") format("woff");
}

@font-face {
  font-family: Figtree;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("//ucalingerie.com/cdn/fonts/figtree/figtree_n4.3c0838aba1701047e60be6a99a1b0a40ce9b8419.woff2") format("woff2"),
       url("//ucalingerie.com/cdn/fonts/figtree/figtree_n4.c0575d1db21fc3821f17fd6617d3dee552312137.woff") format("woff");
}

h1, .h1-style, .faq-title, h2, h3, h4, h5, h6, .heading-font {
    font-family: Figtree,sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, .h1-style {
    font-weight: 500;
}@font-face {
  font-family: Figtree;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("//ucalingerie.com/cdn/fonts/figtree/figtree_n4.3c0838aba1701047e60be6a99a1b0a40ce9b8419.woff2") format("woff2"),
       url("//ucalingerie.com/cdn/fonts/figtree/figtree_n4.c0575d1db21fc3821f17fd6617d3dee552312137.woff") format("woff");
}

.pageheader .logotext,
#shoplogo .logotext {
    font-family: Figtree,sans-serif;
    font-weight: 400;
    font-style: normal;
}@font-face {
  font-family: Figtree;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("//ucalingerie.com/cdn/fonts/figtree/figtree_n4.3c0838aba1701047e60be6a99a1b0a40ce9b8419.woff2") format("woff2"),
       url("//ucalingerie.com/cdn/fonts/figtree/figtree_n4.c0575d1db21fc3821f17fd6617d3dee552312137.woff") format("woff");
}

@font-face {
  font-family: Figtree;
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
  src: url("//ucalingerie.com/cdn/fonts/figtree/figtree_n6.9d1ea52bb49a0a86cfd1b0383d00f83d3fcc14de.woff2") format("woff2"),
       url("//ucalingerie.com/cdn/fonts/figtree/figtree_n6.f0fcdea525a0e47b2ae4ab645832a8e8a96d31d3.woff") format("woff");
}

.navigation {
    font-family: Figtree,sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Theme styles */
body {
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
    color: #171717;
    background: #ffffff;
 background-repeat: repeat;
 overflow-y: scroll;
    /* Fonts on Macs look bad without these */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}


::selection {
    /* Webkit & Opera */
    background: #171717;
    color: #ffffff;
}

::-moz-selection {
    /* Firefox */
    background: #171717;
    color: #ffffff;
}


a {
    color: #9a83da;
    transition: color 100ms, border-color 100ms, opacity 100ms;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #9a83da;
}

select {
    max-width: 100%;
    font-family: inherit !important;
    font-weight: inherit;
    font-style: inherit;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input:is([type="date"], [type="time"], [type="datetime-local"], [type="month"], [type="week"]),
input[type="email"],
input[type="password"],
input[type="address"],
textarea {
    font-size: 16px;
    line-height: 15px;
    font-family: Figtree,sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #ffffff;
    color: #171717;
    border: 1px solid#c5c5c5;
    padding: 0.8em 15px;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    border-radius: 5px;
    -webkit-appearance: none;
    box-sizing: border-box;
}

input:is([type="date"], [type="time"], [type="datetime-local"], [type="month"], [type="week"]):hover,
input[type="text"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="address"]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
textarea:hover {
    border-color: #7f7f7f;
}

input:is([type="date"], [type="time"], [type="datetime-local"], [type="month"], [type="week"]):focus,
input[type="text"]:active, input[type="text"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="address"]:active,
input[type="address"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
textarea:active,
textarea:focus {
    border-color: #171717;
}

textarea {
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* HTML5 input placeholders */
::-webkit-input-placeholder {
    color: #171717;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #171717;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #171717;
}

:-ms-input-placeholder {
    color: #171717;
}

.button,
a.button,
.btn,
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #9a83da;
    border: 1px solid#9a83da;
    color: #ffffff;
    font-size: 13px;
    line-height: 1em;
    height: auto;
    margin: 0;
    text-decoration: none !important;
    cursor: pointer;
    padding: 1.2em 25px
1.2em;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    transition: background-color 100ms, color 100ms, border-color 100ms, opacity 100ms;
    display: inline-block;
    font-family: Figtree,sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
}

.button svg:not(.feather),
a.button svg:not(.feather),
.btn svg:not(.feather),
a.btn svg:not(.feather),
button svg:not(.feather),
input[type="submit"] svg:not(.feather),
input[type="reset"] svg:not(.feather),
input[type="button"] svg:not(.feather) {
    fill: #ffffff;
}

.button svg.feather,
a.button svg.feather,
.btn svg.feather,
a.btn svg.feather,
button svg.feather,
input[type="submit"] svg.feather,
input[type="reset"] svg.feather,
input[type="button"] svg.feather {
    fill: transparent;
    stroke: currentColor;
}

.button .icon,
a.button .icon,
.btn .icon,
a.btn .icon,
button .icon,
input[type="submit"] .icon,
input[type="reset"] .icon,
input[type="button"] .icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 1em;
    width: 24px;
}

.button .icon svg,
a.button .icon svg,
.btn .icon svg,
a.btn .icon svg,
button .icon svg,
input[type="submit"] .icon svg,
input[type="reset"] .icon svg,
input[type="button"] .icon svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.button .icon + span,
a.button .icon + span,
.btn .icon + span,
a.btn .icon + span,
button .icon + span,
input[type="submit"] .icon + span,
input[type="reset"] .icon + span,
input[type="button"] .icon + span {
    vertical-align: top;
}

@media (hover: none) {
    .button:active,
    a.button:active,
    .btn:active,
    a.btn:active,
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active {
        background: #7157bb;
        border-color: #7157bb;
    }
}

@media (hover: hover) {
    .button:hover,
    a.button:hover,
    .btn:hover,
    a.btn:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
        background: #7157bb;
        border-color: #7157bb;
    }
}

.button.button--large,
a.button.button--large,
.btn.button--large,
a.btn.button--large,
button.button--large,
input[type="submit"].button--large,
input[type="reset"].button--large,
input[type="button"].button--large {
    padding: 15px 25px;
    font-size: 15px;
}

.button.button--icon {
    width: auto;
    min-width: 0;
    font-size: 15px;
    padding: 0.8em;
}

.product-form .quantity-submit-row.has-spb .button,
.btn.btn--secondary,
button.altcolour,
input[type="submit"].altcolour,
input[type="reset"].altcolour,
input[type="button"].altcolour {
    background: #ffffff;
    color: #9a83da;
    border: 1px solid;
}

.button.altcolour svg:not(.feather), .product-form .quantity-submit-row.has-spb .button svg:not(.feather),
.btn.btn--secondary svg:not(.feather),
button.altcolour svg:not(.feather),
input[type="submit"].altcolour svg:not(.feather),
input[type="reset"].altcolour svg:not(.feather),
input[type="button"].altcolour svg:not(.feather) {
    fill: #9a83da;
}

@media (hover: none) {
    .product-form .quantity-submit-row.has-spb .button:active,
    .btn.btn--secondary:active,
    button.altcolour:active,
    input[type="submit"].altcolour:active,
    input[type="reset"].altcolour:active,
    input[type="button"].altcolour:active {
        background: #9a83da;
        color: #ffffff;
        border-color: #9a83da;
    }

    .button.altcolour:active svg:not(.feather), .product-form .quantity-submit-row.has-spb .button:active svg:not(.feather),
    .btn.btn--secondary:active svg:not(.feather),
    button.altcolour:active svg:not(.feather),
    input[type="submit"].altcolour:active svg:not(.feather),
    input[type="reset"].altcolour:active svg:not(.feather),
    input[type="button"].altcolour:active svg:not(.feather) {
        fill: #ffffff;
    }
}

@media (hover: hover) {
    .product-form .quantity-submit-row.has-spb .button:hover,
    .btn.btn--secondary:hover,
    button.altcolour:hover,
    input[type="submit"].altcolour:hover,
    input[type="reset"].altcolour:hover,
    input[type="button"].altcolour:hover {
        background: #9a83da;
        color: #ffffff;
        border-color: #9a83da;
    }

    .button.altcolour:hover svg:not(.feather), .product-form .quantity-submit-row.has-spb .button:hover svg:not(.feather),
    .btn.btn--secondary:hover svg:not(.feather),
    button.altcolour:hover svg:not(.feather),
    input[type="submit"].altcolour:hover svg:not(.feather),
    input[type="reset"].altcolour:hover svg:not(.feather),
    input[type="button"].altcolour:hover svg:not(.feather) {
        fill: #ffffff;
    }
}

.btn.btn--tertiary {
    padding: 0.9em 20px;
    background: #ebebeb;
    color: #000000;
    border-color: #ebebeb;
}

@media (hover: none) {
    .btn.btn--tertiary:active {
        background: #9a83da;
        color: #ffffff;
        border-color: #9a83da;
    }
}

@media (hover: hover) {
    .btn.btn--tertiary:hover {
        background: #9a83da;
        color: #ffffff;
        border-color: #9a83da;
    }
}

.button.notabutton,
a.button.notabutton,
button.notabutton,
input[type="submit"].notabutton {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: none;
    vertical-align: baseline;
    min-width: 0;
    overflow: visible;
    height: auto;
    color: #7157bb;
    -moz-transition: color 100ms;
    -webkit-transition: color 100ms;
    transition: color 100ms;
}

@media (hover: none) {
    .button.notabutton:active,
    a.button.notabutton:active,
    button.notabutton:active,
    input[type="submit"].notabutton:active {
        color: #964233;
    }
}

@media (hover: hover) {
    .button.notabutton:hover,
    a.button.notabutton:hover,
    button.notabutton:hover,
    input[type="submit"].notabutton:hover {
        color: #964233;
    }
}

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
    background: #999 !important;
    color: #fff !important;
    border-color: #999 !important;
}

.button-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 15px;
}

.button-icon:first-child {
    margin-right: 8px;
}

.button-icon:last-child {
    margin-left: 8px;
}

.button-icon svg {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}

.button-icon svg.feather {
    fill: transparent;
    stroke: currentColor;
    stroke-width: 1;
}

.toggle-btn {
    position: relative;
    height: 3em;
    display: flex;
    align-items: center;
    padding-right: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    color: inherit;
}

@media (max-width: 1000px) {
    .toggle-btn {
        padding-right: 0;
    }
}

.toggle-btn:hover {
    color: inherit;
}

.toggle-btn .button-icon circle {
    fill: #ffffff;
    transition: transform 400ms cubic-bezier(0.11, 0.44, 0.03, 1);
}

.toggle-btn .toggle-btn__chevron {
    transition: transform 250ms ease;
    position: absolute;
    margin: -11px 7px 0 0;
    width: 24px;
    height: 24px;
    left: auto;
    right: 0;
    top: 50%;
    pointer-events: none;
    border: none;
}

.toggle-btn .toggle-btn__chevron svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

@media (max-width: 1000px) {
    .toggle-btn .toggle-btn__chevron {
        display: none;
    }
}

.toggle-btn__count {
    margin-left: 0.3em;
}

@media (min-width: 1000px) {
    .toggle-btn--revealed-desktop .button-icon svg circle:nth-child(3) {
        transform: translateX(6px);
    }

    .toggle-btn--revealed-desktop .button-icon svg circle:nth-child(4) {
        transform: translateX(-6px);
    }

    .toggle-btn--revealed-desktop .toggle-btn__chevron {
        transform: rotate(180deg);
    }
}

h1, .h1-style, .faq-title, h2, h3, h4, h5, h6, .heading-font {
    color: #171717;
    line-height: 1.2;
    margin-bottom: 10px;
}

h1 svg, h1 svg g, .h1-style svg, .faq-title svg, .h1-style svg g, .faq-title svg g, h2 svg, h2 svg g, h3 svg, h3 svg g, h4 svg, h4 svg g, h5 svg, h5 svg g, h6 svg, h6 svg g, .heading-font svg, .heading-font svg g {
    fill: currentColor;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #964233;
}

h1, .h1-style, .faq-title {
    font-size: 28px;
}


h2,
.h2-style {
    font-size: 25px;
}

h3,
.h3-style {
    font-size: 23px;
}

h4,
.h4-style {
    font-size: 24px;
}

h5,
.h5-style {
    font-size: 19px;
}

h6,
.h6-style {
    font-size: 17px;
}

@media (max-width: 1000px) {
    h1, .h1-style, .faq-title {
        font-size: 22px;
    }


    h2,
    .h2-style {
        font-size: 21px;
    }

    h3,
    .h3-style {
        font-size: 19px;
    }

    h4,
    .h4-style {
        font-size: 18px;
    }

    h5,
    .h5-style {
        font-size: 17px;
    }

    h6,
    .h6-style {
        font-size: 16.12px;
    }
}


.title,
.majortitle {
    margin: 0 0 10px;
}

@media (max-width: 1000px) {
    .title,
    .majortitle {
        margin: 0;
    }
}

.hometitle {
    line-height: 1em;
    margin: 30px 0 30px;
    font-weight: 500;
}

@media (max-width: 1300px) {
    .hometitle {
        margin: 20px 0 10px;
    }
}

.small-text {
    font-size: 12px;
    line-height: 1.4em;
    margin-top: 30px;
}

.large-text {
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 1000px) {
    .small-text {
        margin-top: 15px;
    }

    .large-text {
        font-size: 12px;
        line-height: 1.6;
    }
}

.super-large-text {
    font-size: 49px;
}

@media (max-width: 1000px) {
    .super-large-text {
        font-size: 22px;
    }
}

.subheading {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.subheading--over {
    margin-bottom: 0.65em;
}

.small-feature-link {
    border-bottom: 1px solid #7157bb;
    padding-bottom: 1px;
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #7157bb;
}

.small-feature-link:hover {
    color: #7157BB;
    border-bottom-color: #7157BB;
}

img {
    max-width: 100%;
    height: auto;
}

svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    vertical-align: middle;
    transition: fill 100ms;
}

svg g {
    fill: currentColor;
    transition: fill 100ms;
}

.beside-svg {
    vertical-align: middle;
}

svg.feather {
    fill: transparent;
    stroke: currentColor;
}

.icon-small svg {
    width: 16px;
    height: 16px;
}

.icon-natcol .feather {
    stroke: currentColor;
}

.no-wrap {
    white-space: nowrap;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.only-in-quickbuy {
    display: none !important;
}

.skip-link:focus {
    position: absolute !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: #26262c;
    background-color: #fdfdfa;
    padding: 10px;
    z-index: 10000;
    transition: none;
}

/* Lists  */
.container {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1300px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.container--no-max {
    max-width: none;
}

.inline-width-container {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

#content > .container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.template-index #content > .container,
.template-collection #content > .container,
.template-list-collections #content > .container,
.template-product #content > .container,
.template-blog #content > .container,
.template-article #content > .container,
.template-page #content > .container,
.template-search #content > .container,
.template-cart #content > .container {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.template-collection .page-header:not(.page-header--with-background) .pagetitle:last-child {
    margin-bottom: -25px;
}

.story-page--without-content {
    margin-top: -30px;
}

.announcement-bar {
    position: relative;
    z-index: 401;
    font-size: 12px;
    line-height: 1.4em;
    height: 40px;
}

.announcement-bar .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcement-bar a {
    color: inherit;
    text-decoration: none;
    transition: background 100ms;
}

.announcement-bar a:hover {
    text-decoration: none;
}

.announcement-bar .container {

}

.announcement-bar .announcement-bar__left {
    flex: 2 0 0;
}

.announcement-bar:not(.announcement-bar--with-announcement) .announcement-bar__left {
    flex: 0 0 auto;
}

.announcement-bar .announcement-bar__middle {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    width: 85%;
    text-align: center;
}

@media (min-width: 1000px) {
    /*   .announcement-bar .announcement-bar__middle:not(:first-child):not(:last-child) {
    max-width: 50%;
  } */
}

.announcement-bar .announcement-bar__right {
    flex: 2 0 0;
    text-align: right;
}

.announcement-bar .announcement-bar__inner {
    padding: 12px 0;
}

.announcement-bar .announcement-bar__inner p {
    margin-bottom: 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.announcement-bar .announcement-bar__link > .announcement-bar__inner {
    padding: 0;
}

.announcement-bar .disclosure__toggle {
    padding-top: 8px;
    padding-bottom: 8px;
}

.announcement-bar .social-links {
    padding-top: 8px;
    padding-bottom: 8px;
}

.announcement-bar .social-links a {
    margin: 0 10px 0 0;
}


@media (min-width: 1000px) and (max-width: 1000px) {
    .announcement-bar--tablet-wrap .container {
        flex-wrap: wrap;
    }

    .announcement-bar--tablet-wrap .announcement-bar__left {
        flex: 0 0 auto;
    }

    .announcement-bar--tablet-wrap .announcement-bar__middle {
        flex: 1 0 100%;
        order: -1;
        max-width: none !important;
    }
}

.announcement-bar__link {
}

.content-divider {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}


/* Store messages */
#store-messages {
    background: #f4f6f8;
}

#store-messages a {
    color: inherit;
    text-decoration: none;
}

#store-messages .message {
    position: relative;
    text-align: center;
    padding: 12px 0;
}

#store-messages .message > a {
    display: block;
}

#store-messages .message .title,
#store-messages .message .tagline {
    margin: 0 20px;
}

#store-messages .message .title {
    font-size: 100%;
    line-height: 1.3em;
    color: #171717;
}

#store-messages .message .tagline {
    display: block;
    font-size: 12px;
    line-height: 1.4em;
    color: #9a83da;
}

#store-messages .message .tagline:nth-child(2) {
    margin-bottom: 4px;
    margin-top: 5px;
}

#store-messages .message .fluff {
    border-left: 1px solid#e2e2e2;
    width: 1px;
    position: absolute;
    left: 0;
    top: 28%;
    bottom: 29%;
}

#store-messages.messages-2 .message {
    float: left;
    width: 49.5%;
}

#store-messages.messages-3 .message {
    float: left;
    width: 33.33%;
}

#store-messages-mobile {
    display: none;
    padding: 8px 0;
    background: #f4f6f8;
    color: #171717;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
}

#store-messages-mobile a, #store-messages-mobile a:hover {
    color: #171717;
}

/* Headings above content */
.page-header {
    text-align: center;
}

.page-header:not(.page-header--with-background) {

}

.page-header--with-upper-spacing {

}

.page-header--with-background {
    margin-bottom: 30px;
}

.page-header--with-background .pagetitle {
    color: inherit;
}

.page-header--with-background .pagetitle:last-child {
    margin-bottom: 0;
}

.page-header--padded-small {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-header--padded-medium {
    padding-top: 90px;
    padding-bottom: 90px;
}

.page-header--padded-large {
    padding-top: 130px;
    padding-bottom: 130px;
}

.page-header--padded-huge {
    padding-top: 200px;
    padding-bottom: 200px;
}

@media (max-width: 1000px) {
    .page-header--padded-small {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-header--padded-medium {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .page-header--padded-large {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .page-header--padded-huge {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .page-header--background-desktop-only {
        background: none !important;
        padding: 0 !important;
    }

    .page-header--background-desktop-only > .rimage-background {
        display: none !important;
    }

    .page-header--background-desktop-only::after {
        content: none !important;
    }
}

@media (min-width: 1000px) {
    .page-header-background-mobile-only {
        background: none !important;
        padding: 0 !important;
    }

    .page-header-background-mobile-only > .rimage-background {
        display: none !important;
    }

    .page-header-background-mobile-only::after {
        content: none !important;
    }
}

.page-header .pagetitle {
    margin-bottom: 20px;
}

.page-header .rsslink svg {
    margin-left: 8px;
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.logo-area {
    position: relative;
    z-index: 2;
    color: #171717;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    transition: background-color 175ms ease-in, color 175ms ease-in, border-color 175ms ease-in;
}

@media (max-width: 767.98px) {
    .logo-area.container {
        padding-left: 0;
        padding-right: 0;
    }
}

.logo-area__left {
    flex: 2 0 0;
    display: flex;
}

.my-menu-mobile .logo-area__left {
    flex: 0;
}

.logo-area__left__inner {
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media (min-width: 1000px) {
    .logo-area__left__inner {
        overflow: hidden;
    }

    .pageheader--layout-inline-permitted .logo-area__left__inner {
        overflow: visible;
    }
}

.logo-area__middle {
    flex: 1 1 auto;
    margin: 0;
    text-align: center;
}

@media (min-width: 1000px) {
    .logo-area__middle {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.logo-area__middle--logo-text {
    flex-grow: 0;
}

.logo-area__middle__inner {
    display: inline-block;
}

.logo-area__right {
    flex: 2 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo-area__right__inner {
    display: flex;
    align-items: center;
}


.header-account-link {
    margin-right: 20px;
    color: #9a83da !important;
}

@media (max-width: 1000px) {
    .header-account-link {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        height: 44px;
        width: 44px;
        margin: 0;
        padding-right: 5px;
    }
}

.show-search-link {
    flex: 0 0 auto;
    white-space: nowrap;
}

.logo-area__right .show-search-link {
    display: none;
    margin-right: 20px;
}

.show-search-link__icon {
    margin: 0 10px;
}

@media (max-width: 1000px) {
    .show-search-link__icon {
        display: inline-flex;
        align-items: center;
        margin: 0;
        width: 30px;
        height: 44px;
    }
}

.show-search-link__text {
    margin: 0 8px 0 0;
}

.show-search-link__text:last-child {
    margin: 0 0 0 8px;
}

@media (max-width: 1000px) {
    .show-search-link__text {
        display: none;
    }
}

/* Pagination */
.pagination-row {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.pagination__sep {
    margin: 0 4px;
}

.pagination__number {
    margin: 0 4px;
}

.pagination-row.pagination-row-tabular {
    display: table;
    width: 100%;
}

.pagination-row.pagination-row-tabular > .inner {
    display: table-row;
}

.pagination-row.pagination-row-tabular > .inner > * {
    display: table-cell;
    width: 33.33333%;
    vertical-align: bottom;
}

.pagination-row.pagination-row-tabular .prev span, .pagination-row.pagination-row-tabular .next span {
    vertical-align: middle;
}

.pagination-row.pagination-row-tabular .prev {
    text-align: left;
}

.pagination-row.pagination-row-tabular .next {
    text-align: right;
}

/* Main footer */
#pagefooter {
    background: #f8f8f8;
    color: #333333;
}

#pagefooter .signup-form__button {
    background: #7157BB;
    border: 1px solid #7157BB;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
}
@media (min-width: 1000px) and (max-width: 1400px) {
    #pagefooter .signup-form__button {
        padding: 0 6px;
    }
}

#pagefooter h1, #pagefooter h2, #pagefooter h3, #pagefooter h4, #pagefooter h5, #pagefooter h6 {
    color: #333333;
    font-weight: 600;
}


#pagefooter a {
    color: inherit;
}

#pagefooter a:hover {
    opacity: 0.75;
}

.cross-page-promos {
    background: #5D228E;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cross-page-promos, .cross-page-promos a, .cross-page-promos h6 {
    color: #fff;
}

.cross-page-promos a {
    display: block;
}

.cross-page-promos svg {
    stroke: #171717;
}

#pagefooter .section-footer__menu-block:last-child div.section-footer__title.no-wrap {
    border-bottom: none;
}

#pagefooter div.section-footer__title.no-wrap span {
    display: none;
}

@media (max-width: 1000px) {
    #pagefooter div.section-footer__title.no-wrap {
        border-bottom: 1px solid #fff;
        height: 46px;
        line-height: 44px;
    }

    #pagefooter div.section-footer__title.no-wrap span {
        display: inline-block;
    }

    #pagefooter div.section-footer__title.no-wrap .ul-show {
        display: none;
    }

    #pagefooter div.section-footer__title.no-wrap .ul-hide {
        display: inline-block;
    }

    #pagefooter .fold ~ ul {
        display: none;
    }

    #pagefooter .fold:checked ~ ul {
        display: block;
    }

    #pagefooter .fold:checked ~ div.section-footer__title.no-wrap {
        border-bottom: none;
    }

    #pagefooter .fold:checked ~ div.section-footer__title.no-wrap .ul-show {
        display: inline-block;
    }

    #pagefooter .fold:checked ~ div.section-footer__title.no-wrap .ul-hide {
        display: none;
    }
}


.selectors-form__item {
    display: inline-block;
}

/* Social links */
.social-links ul, .social-links li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 15px;
}
.social-links li a {
    display: flex;
    max-width: 25px;
}

.social-links a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}

.social-links a svg {
    width: auto;
    height: auto;
    vertical-align: top;
}

.social-links .youtube svg {
    width: 34px;
    height: 28px;
}

.social-links .pinterest svg {
    width: 28px;
    height: 28px;
    color: #7157bb;
}

.social-links a img {
    height: 15px;
    width: auto;
    vertical-align: top;
}

.social-links.social-links--large ul, .social-links.social-links--large li {
    line-height: 23px;
}

.social-links.social-links--large a svg {
    width: 23px;
    height: 23px;
}

.social-links.social-links--large a img {
    height: 23px;
}

.sharing {
    display: inline;
}

.sharing .sharing-label {
    vertical-align: middle;
    font-size: 12px;
}

.sharing ul {
    vertical-align: middle;
}

.sharing ul, .sharing li {
    line-height: 15px;
}

.sharing a svg {
    width: 15px !important;
    height: 15px !important;
}

.sharing .rss a svg {
    width: 17px;
    height: 17px;
}


.sharing a svg, .sharing a svg g {
    fill: #7157bb;
}

.sharing a:hover svg, .sharing a:hover svg g {
    fill: #964233;
}

ul.plain li {
    list-style: none;
}

ul.inline,
ul.inline li {
    margin: 0;
    display: inline;
}

/* Product listing */
.product-block {
    text-align: center;
}

.product-block .block-inner .vendor {
    margin: 0 0 0.4em;
    font-size: 12px;
    line-height: 1.3em;
}

.product-block-options {
 font-size: 12px;
    line-height: 1.4em;
    opacity: 0.6;
}

.product-block-options .product-block-options__inner {
    margin-bottom: -6px;
}

.product-block-options .product-block-options__item--truncated {
    display: none;
}

.product-block-options:hover .product-block-options__item--truncated {
    display: inline-block;
}

.product-block-options:hover .product-block-options__more-label {
    display: none;
}

.product-block-options--swatch {
    opacity: 1;
}

@media (min-width: 1000px) {
    .product-block-options--swatch {
        margin-left: -7px;
        margin-right: -7px;
    }
}

.product-block-options--swatch .product-block-options__inner {
    display: inline-block;
}

@media (min-width: 1000px) {
    .product-block-options--swatch .product-block-options__inner {
        margin-bottom: -12px;
    }
}

.product-block-options__item {
    margin: 0 4px 6px;
    display: inline-block;
    vertical-align: middle;
}

.product-block-options--swatch .product-block-options__item {
    position: relative;
    margin: 0 4px 8px;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: padding-box;
}

.product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable {
    text-decoration: none;
    box-shadow: 0 0 0 2px
#ffffff, 0 0 0 3pxrgba(23, 23, 23, 0.3);
}

@media (min-width: 1000px) {
    .product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable {
        box-shadow: 0 0 0 3px
#ffffff, 0 0 0 4pxrgba(23, 23, 23, 0.3);
    }

    .product-block-options--swatch .product-block-options__item {
        width: 22px;
        height: 22px;
    }
}

.product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0.4;
    border-radius: 14px;
}

.product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -4px;
    right: -4px;
    height: 1px;
    background: rgba(23, 23, 23, 0.3);
    opacity: 1;
    transform: rotate(-45deg);
}

.product-block-options--swatch .product-block-options__item:focus, .product-block-options--swatch .product-block-options__item:active {
    box-shadow: 0 0 0 2px
#ffffff, 0 0 0 3pxrgba(23, 23, 23, 0.6);
}

@media (min-width: 1000px) {
    .product-block-options--swatch .product-block-options__item:hover, .product-block-options--swatch .product-block-options__item:focus, .product-block-options--swatch .product-block-options__item:active {
        box-shadow: 0 0 0 3px
#ffffff, 0 0 0 4pxrgba(23, 23, 23, 0.3);
    }

    .product-block-options--swatch .product-block-options__item:hover[data-media], .product-block-options--swatch .product-block-options__item:focus[data-media], .product-block-options--swatch .product-block-options__item:active[data-media] {
        cursor: pointer;
    }

    .product-block-options--swatch .product-block-options__item:hover .product-block-options__item__text, .product-block-options--swatch .product-block-options__item:focus .product-block-options__item__text, .product-block-options--swatch .product-block-options__item:active .product-block-options__item__text {
        opacity: 1;
    }
}

.product-block-options--swatch .product-block-options__item .product-block-options__item__text {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate3d(-50%, -10px, 0);
    white-space: nowrap;
    background: #ffffff;
    border: 1px solidrgba(23, 23, 23, 0.15);
    padding: 4px 12px;
    border-radius: 5px;
    z-index: 1;
    transition: opacity 50ms;
}

@media (max-width: 1000px) {
    .product-block-options--swatch .product-block-options__item .product-block-options__item__text {
        display: none;
    }
}

.product-block-options__item--unavailable {
    text-decoration: line-through;
}

.product-block-options__more-label {
    display: inline-block;
    margin: 0 0 8px 4px;
    vertical-align: middle;
    line-height: 22px;
}

@media (min-width: 1000px) {
    .product-block-options__more-label {
        margin: 0 7px 12px 4px;
        line-height: 14px;
    }
}

.product-block .block-inner {
    position: relative;
    margin: 0 0 30px;
}

@media (max-width: 1300px) {
    .product-block .block-inner {
        margin: 0 0 5px;
    }
}

.product-block .product-link {
    display: block;
    position: relative;
    height: fit-content;
    overflow: hidden;
}

.product-block .image-cont .btn.quickbuy-toggle .quick_buy_hover_point {
    position: absolute;
    top: 5px;
    right: 5%;
    width: 12px;
}

.product-block .product-link:not(.button) {
    color: inherit;
    margin-bottom: 10px;
}

.product-block .image-cont {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.product-block .image-cont .btn.quickbuy-toggle {
    display: none;
}

@media (min-width: 1000px) {
    .product-block .image-cont .btn.quickbuy-toggle {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        padding: 5px 20px;
        color: #333;
        border-radius: 4px;
        border-color: rgba(23, 23, 23, 0.15);
        font-size: 13px;
        visibility: hidden;
        opacity: 0;
        transition: all 100ms ease-out;
    }

    .product-block .image-cont .btn.quickbuy-toggle:hover {
        background: #ffffff;
        color: #9a83da;
        border-color: rgba(23, 23, 23, 0.15);
    }

    .product-block .image-cont:hover .btn.quickbuy-toggle {
        opacity: 1;
        visibility: visible;
    }
}

.product-block .image-cont .placeholder-image {
    width: 100%;
    max-width: 100%;
}

.image-cont--with-secondary-image .product-block__image--secondary {
    display: none;
}

.image-page-button {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 100ms;
    padding: 3px;
    z-index: 3;
}

.image-page-button, .image-page-button:hover {
    background: transparent;
    border: none;
    color: #171717;
}

.image-page-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.7;
}

.image-page-button:hover::after {
    opacity: 0.9;
}

.image-page-button svg {
    position: relative;
    z-index: 1;
    display: block;
    fill: transparent;
    stroke: #171717;
}

@media (max-width: 1000px) {
    .product-list--one-column-mobile .image-page-button {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }
}

.slick-slider .image-page-button {
    opacity: 1;
    pointer-events: auto;
}

.slick-slider .image-page-button.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.image-page-button--previous {
    left: 0;
}

.image-page-button--next {
    right: 0;
}

.product-block__image-dots {
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: 7px;
    white-space: nowrap;
    pointer-events: none;
}

@media (max-width: 1000px) {
    .product-list--one-column-mobile .product-block__image-dots {
        display: none;
    }
}

.product-block__image-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    margin-right: 4px;
    border: 1px solid currentColor;
    vertical-align: top;
}

.product-block__image-dot--active {
    background: currentColor;
}

.product-block__image-dot--more {
    opacity: 0.25;
}

.image-cont--with-secondary-image .product-block__image--secondary {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 0.5px);
    height: calc(100% + 0.5px);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 1000px) {
    .image-cont--with-secondary-image .product-block__image--primary {
        opacity: 0;
    }
}

.image-cont--with-secondary-image .product-block__image--active {
    opacity: 1;
}

.image-cont--with-secondary-image .product-block__image {
    transition: opacity 100ms;
}

.image-cont--with-secondary-image.image-cont--same-aspect-ratio .product-block__image {
    transition: opacity 100ms 100ms;
}

.image-cont--with-secondary-image.image-cont--same-aspect-ratio .product-block__image--active {
    transition: opacity 100ms 0ms;
}

.product-block__image--inactivated {
    display: none !important;
}

@media (min-width: 960px) {
    .image-cont--with-secondary-image .product-block__image-dots {
        display: none;
    }

    .image-cont--with-secondary-image:hover .product-block__image--active {
        opacity: 0;
    }

    .image-cont--with-secondary-image:hover .product-block__image--show-on-hover {
        opacity: 1;
    }

    .image-cont--with-secondary-image.image-cont--same-aspect-ratio:hover .product-block__image--active {
        transition: opacity 50ms 50ms;
    }

    .image-cont--with-secondary-image.image-cont--same-aspect-ratio:hover .product-block__image--show-on-hover {
        transition: opacity 50ms 0ms;
    }

    .image-cont--with-secondary-image .image-page-button {
        display: block;
    }

    .image-cont--with-secondary-image:hover .image-page-button {
        opacity: 1;
        pointer-events: auto;
    }
}

.product-block .image-label-wrap {
    position: relative;
}

.leftImgLabel {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 15%
}

.leftImgLabelDetail {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20%
}

.borderNew {
    display: inline-block;
}

.borderNew img {
    width: 38px;
    display: inline-block;
}

.product-form .borderNew img {
    width: 57px;
}

.product-label {
    position: absolute;
 top: 2px;
 left: 2px;
    right: 2px;
 text-align: left;

}

.product-label img[src=""], .product-label img:not([src]) {
    opacity: 0;
}


.product-label > span {
    display: inline-block;
    padding: 0.25em .25em;
    background: #c20000;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    vertical-align: top;
}

@media (min-width: 1000px) {
    .product-label > span {
        font-size: 12px;
    }
}

.product-label--sale {
    font-weight: 600;
}

.product-label--stock > span {
    background: #09728c;
    color: #ffffff;
}

.product-label--new-in > span {
    background: #de9d9a;
    color: #ffffff;
}

.price-label--sold-out {
    color: #171717;
}

.price-label--sale {
    color: #c20000;
}

.price-label--preorder {
    color: #3ea36a;
}

.product-block .product-info {
    display: block;
    color: inherit;
    margin: 20px 0 0 0;
    font-size: 16px;
    text-align: left;
}

.product-price {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 500;
}


.product-price {
    justify-content: flex-start;
}

.product-price__item {
    margin-right: 0.5rem;
}


.product-price__compare {
    opacity: 0.5;
    text-decoration: line-through;
    font-size: 12px;
}

.product-price__from {
    margin-right: 0.35em;
    font-size: 12px;
}

.product-block .product-info .unit-price {
    font-size: 12px;
}

.product-block .product-info .innerer {
    display: flex;
    flex-direction: column;
}

.product-block .product-info .innerer .product-block-options--swatch {
    margin-top: 0px;
    margin-bottom: 10px;
    order: -1;
}


.product-block.expanded .block-inner::after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 10;
    pointer-events: none;
    border-bottom-color: #f7f1f0;
    border-width: 15px;
    left: 50%;
    margin: 1px 0 0 -15px;
}

@media (max-width: 1300px) {
    .product-block.expanded .block-inner::after {
        margin-top: -9px;
    }
}

.product-block .product-info > .inner {
    margin-left: auto;
    margin-right: auto;
}

/* Collection blocks - in style of product block */
.collection-slider .carousel .product-block.collection-block {
    margin-bottom: 0;
}

.collection-slider .carousel .product-block.collection-block .block-inner,
.collection-slider .carousel .product-block.collection-block .product-info {
    margin-bottom: 0;
}

.product-block.collection-block .image-cont {
    padding-bottom: 0;
}

.product-block.collection-block .image-cont .rimage__image {
    object-position: center center;
}

.collection-slider-row.for-collections {
    margin-bottom: 50px;
}

.collection-slider-row.for-collections.use-alt-bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.use-alt-bg {
    background-color: #f7f1f0;
    color: #343434;
}

.use-alt-bg h1, .use-alt-bg .h1-style, .use-alt-bg .faq-title, .use-alt-bg h2, .use-alt-bg h3, .use-alt-bg h4, .use-alt-bg h5, .use-alt-bg h6, {
    color: inherit;
}

.use-alt-bg .small-feature-link {
    border-bottom-color: rgba(52, 52, 52, 0.6);
}

.use-alt-bg .small-feature-link:hover {
    border-bottom-color: #343434;
}

.use-alt-bg svg.feather {
    stroke: currentColor;
}

/* Search results */
.product-block.page-block .article-image {
    margin: 0 0 1em;
}

.product-block.page-block .block-inner {
    overflow: hidden;
}

.product-block.page-block .block-inner .text-cont {
    overflow: hidden;
    text-align: left;
}

.product-block .small {
    font-size: 0.75em;
}

.product-block .spr-badge {
    margin-top: 5px;
    font-size: 0.8em;
    line-height: 1.7em;
}

.product-block .spr-badge[data-rating="0.0"] {
    display: none;
}

.spr-icon {
    margin-right: 0.1em;
}

.spr-icon-star,
.spr-icon-star-half-alt {
    color: #f6c446;
}

.spr-badge-caption {
    white-space: nowrap;
}

/* Product detail */
@media (min-width: 1000px) {
    .product-detail {
        display: flex;
        justify-content: center;
    }

    .product-detail .product-column-left {
        flex: 0 0 auto;
        width: 60%;
    }
}

@media (min-width: 1040px) {
    .product-detail .gallery-size-small {
        width: 35%;
    }

    .product-detail .gallery-size-small + .product-column-right {
        width: 58%;
    }

    .product-detail .gallery-size-medium {
        width: 60%;
    }

    .product-detail .gallery-size-medium + .product-column-right {
        width: 39%;
    }

    .product-detail .gallery-size-large {
        width: 60%;
    }

    .product-detail .gallery-size-large + .product-column-right {
        width: 33%;
    }
}

.product-detail .gallery {
    position: relative;
}

.product-detail .gallery .gallery__inner {
    width: 100%;
}

.product-detail .gallery .main-image {
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
    position: relative;
}

@media (max-width: 1000px) {
    .product-detail .gallery .main-image {
        margin: 0 -16px 10px;
        width: auto;
    }
}

.product-detail .gallery .slick-dots {
    box-sizing: border-box;
    margin-bottom: -10px;
    padding: 20px 44px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product-detail .gallery .slick-dots li {
    flex: 0 1 40px;
    display: flex;
    justify-content: center;
}

.product-detail .gallery .slick-dots li button::before {
    left: 4px;
    width: 32px;
    height: 2px;
    content: '';
    background-color: #171717;
    opacity: 0.25;
    transition: opacity 150ms;
}

.product-detail .gallery .slick-dots .slick-active button:before {
    color: #171717;
    opacity: 0.85;
}

.product-detail .gallery .product-label {
    margin-top: 0;
    top: 7px;
    right: 7px;
    z-index: 1;
}

.slideshow--custom-initial:not(.slick-initialized) .slide {
    display: none;
}

.slideshow--custom-initial:not(.slick-initialized) .slide--custom-initial {
    display: block;
}

.slideshow-controls {
    position: static;
}

@media (max-width: 1000px) {
    .slideshow-controls {
        position: relative;
        height: auto;
    }
}

.signup-form__inline-container {
    display: inline-flex;
}

.signup-form__inline-container input {
    width: 300px;
}

@media (max-width: 1000px) {
    .signup-form__inline-container {
        display: block;
    }

    .signup-form__inline-container input {
        margin-bottom: 20px;
        width: 100%;
    }
}

.view-in-space {
    box-sizing: border-box;
    display: block;
    width: 100%;
    color: #171717;
    border: none;
    background: rgba(23, 23, 23, 0.08);
}

.view-in-space:hover {
    color: #171717;
    border: none;
    background: rgba(23, 23, 23, 0.08);
}

.view-in-space[data-shopify-xr-hidden] {
    display: none;
}

.view-in-space .icon {
    height: 1.8em;
    width: 1.8em;
    fill: transparent;
    vertical-align: middle;
}

.view-in-space .icon .icon-3d-badge-full-color-outline,
.view-in-space .icon .icon-video-badge-full-color-outline {
    display: none;
}

.view-in-space .icon .icon-3d-badge-full-color-element,
.view-in-space .icon .icon-video-badge-full-color-element {
    fill: currentColor;
}

.view-in-space .view-in-space__text {
    vertical-align: middle;
}

.thumbnails {
    white-space: nowrap;
    overflow: auto;
}

@media (max-width: 1000px) {
    .thumbnails {
        margin-bottom: 20px;
        margin-right: -16px;
    }
}

.thumbnails .thumbnail {
    display: inline-block;
    width: calc(16.6% - 4px);
    max-width: 100%;
    margin: 0 0 5px 5px;
    position: relative;
    vertical-align: top;
}

.thumbnails .thumbnail::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    opacity: 0;
    transition: opacity .2s;
}

.thumbnails .thumbnail.selected::after {
    opacity: 1;
}

.thumbnails.owl-carousel {
    margin-left: -5px;
    margin-right: 0;
    padding-right: 8.33333%;
    overflow: hidden;
    width: calc(100% - (100% / 12) + 5px);
    white-space: normal;
    box-sizing: content-box;
}

@media (max-width: 1000px) {
    .thumbnails.owl-carousel {
        width: calc(100% - (100% / 12) + 21px);
    }
}

.thumbnails.owl-carousel:not(.owl-loaded) {
    white-space: nowrap;
}

.thumbnails.owl-carousel:not(.owl-loaded) .thumbnail {
    display: inline-block;
    width: calc(100% / 6.5 - 1px);
}

.thumbnails.owl-carousel.owl-loaded .thumbnail {
    display: block;
    width: 100%;
    margin-top: 2px;
    height: 66px;
}

.thumbnails.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.thumbnail__badge {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-49%);
    top: 30%;
    pointer-events: none;
}

.thumbnail__badge .icon {
    fill: #ffffff;
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}

.thumbnail__badge .icon .icon-3d-badge-full-color-outline,
.thumbnail__badge .icon .icon-video-badge-full-color-outline {
    stroke: rgba(23, 23, 23, 0.05);
}

.thumbnail__badge .icon .icon-3d-badge-full-color-element,
.thumbnail__badge .icon .icon-video-badge-full-color-element {
    fill: #171717;
}

@media only screen and (min-width: 750px) {
    .thumbnail__badge .product-single__thumbnail-badge {
        width: 26px;
        height: 26px;
    }
}

@media only screen and (min-width: 1041px) {
    .product-detail .gallery.gallery-layout-beside > .gallery__inner {
        display: flex;
        align-items: flex-start;
    }

    .product-detail .gallery.gallery-layout-beside.has-thumbnails .main-image {
        order: 1;
        width: calc(100% - 140px);
    }

    .product-detail .gallery.gallery-layout-beside .thumbnails {
        margin-left: 0;
        padding-right: 40px;
        width: 140px;
        white-space: normal;
        overflow: visible;
    }

    .product-detail .gallery.gallery-layout-beside .thumbnails .thumbnail {
        display: block;
        margin: 0 0 10px;
        width: auto;
    }
}

@media only screen and (max-width: 1000px) {
    .product-detail .gallery.gallery-layout-beside.has-thumbnails .main-image {
        float: none;
        width: auto;
    }
}

.product-detail .spr-badge {
    margin-top: 0.2em;
    font-size: 0.875em;
}

.product-detail .detail {
    text-align: left;
    position: relative;
}

.product-detail .detail .product-detail-accordion + .product-detail-accordion {
    margin-top: -50px;
}

.product-detail .detail .product-detail-accordion + .product-detail-accordion .cc-accordion {
    border-top: none;
}

.product-detail .detail .title {
    margin: 0 0 10px;
}

.product-detail-label {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 8px;
}

.price-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

@media (min-width: 1000px) {
    .price-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .price-container .price-area {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .price-container .price-descriptors {
        order: 1;
        width: 100%;
    }
}

:root {
    --payment-terms-background-color: #ffffff;
}

shopify-payment-terms {
    display: block;
    margin-top: 8px;
    margin-bottom: 12px;
}

.price-area .h4-style {
    font-family: Figtree,sans-serif;
}

.price-area .was-price {
    margin-left: 10px;
    text-decoration: line-through;
}

.price-area .on-sale .current-price {
    color: #e53d3d;
}

.price-area-my .h4-style {
    font-family: Figtree,sans-serif;
}

.price-area-my .was-price {
    margin-left: 10px;
    text-decoration: line-through;
}

.price-area-my .on-sale .current-price {
    color: #e53d3d;
}

.product-policies {
    margin-top: 0.5em;
    margin-bottom: 0.25em;
}

.product-detail .detail .product-label-container {
    margin-top: 0.4em;
    flex: 0 0 auto;
}

.product-detail .detail .product-label {
    position: static;
    margin: 0 0 0 10px;
}

.product-description {
    margin-top: 50px;
    margin-bottom: 50px;
}

.product-detail .product-form .option-selectors {
    display: none;
}

.js .product-detail .product-form .original-selector {
    display: none;
}

.js .product-detail .product-form .option-selectors {
    display: block;
}

.product-form .input-row,
.buy-buttons-row {
    margin: 25px 0;
    clear: both;
}

.product-detail .input-row label {
    display: block;
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 8px;
    font-weight: 600;
}

.product-detail .input-row label .colorVal {
    font-weight: 400;
}

.product-form .selector-wrapper {
    margin-bottom: 20px;
}

.product-form .input-row input[name=quantity] {
    margin-right: 10px;
    margin-left: 10px;
    flex-shrink: 1;
}

.product-form .quantity-submit-row {
    margin-bottom: 0;
}

.product-form .quantity-submit-row .product-inventory-notice {
    position: absolute;
    display: inline;
    margin-left: 0.4em;
}

.product-form .quantity-submit-row .product-inventory-notice::before {
    content: '—';
    margin-right: 0.4em;
    opacity: 0.5;
}

.product-form .quantity-submit-row .quantity-submit-row__submit {
    margin-top: 40px;
    margin-bottom: 20px;
}

.product-form .quantity-submit-row .quantity-submit-row__submit button[type="submit"] {
    width: 100%;
    box-sizing: border-box;
}

.product-form .quantity-wrapper {
    display: flex;
    text-align: center;
    width: 80px;
    height: 55px;
    align-items: center;
}

.product-form .quantity-wrapper a {
    border: 1px solid#c5c5c5;
    border-radius: 5px;
    height: 48px;
    width: 48px;
    min-width: 48px;
    color: inherit;
    font-size: inherit;
    box-sizing: border-box;
    line-height: 48px;
    background-color: #ffffff;
}

@media (hover: none) {
    .product-form .quantity-wrapper a:active {
        border-color: #7f7f7f;
    }
}

@media (hover: hover) {
    .product-form .quantity-wrapper a:hover {
        border-color: #7f7f7f;
    }
}

.product-form .quantity-wrapper a svg {
    margin-bottom: 4px;
}

.product-form .quantity-wrapper input[name=quantity] {
    text-align: center;
    width: 48px;
    padding: 0;
    height: 55px;
}

.product-form .quantity-submit-row.has-spb .button {
    min-height: 48px;
    box-sizing: border-box;
    width: 100%;
}

.product-form .quantity-submit-row.has-spb .shopify-payment-button__button {
    min-height: 48px;
    font-size: 15px;
    line-height: 15px;
    box-sizing: border-box;
}

.product-form .quantity-submit-row.has-spb .shopify-payment-button__button--unbranded {
    background: #9a83da;
    border: 1px solid#9a83da;
    border-radius: 5px;
    color: #ffffff;
    padding: 15px 25px;
}

.product-form .quantity-submit-row.has-spb .shopify-payment-button__button--unbranded:hover {
    background: #7157bb;
    border-color: #7157bb;
}

.shopify-payment-button {
    transition: opacity 150ms;
}

.shopify-payment-button .shopify-payment-button__button {
    border-radius: 0;
}

.shopify-payment-button .shopify-payment-button__more-options {
    box-sizing: border-box;
    color: inherit;
    text-transform: none;
    padding: 0 10%;
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 0;
}

.shopify-payment-button .shopify-payment-button__more-options:hover {
    background: transparent;
}

.shopify-payment-button .shopify-payment-button__more-options[disabled] {
    background: transparent !important;
}

.product-form .backorder {
    margin-top: 1em;
}

.variant-status--unavailable .quantity-wrapper {
    opacity: 0.7;
    pointer-events: none;
}

.variant-status--unavailable .shopify-payment-button {
    opacity: 0;
}

.product-detail .sharing {
    margin-top: 20px;
}

.product-detail .cc-accordion-item__title {
    font-weight: 600;
}

.sku--no-sku,
.product-inventory-notice--no-inventory {
    display: none !important;
}

/* Slide-out product detail, i.e. home, collection */
.quickbuy-container {
    height: 0;
    overflow: hidden;
    position: relative;
    background: #f7f1f0;
    line-height: 1.6;
    text-align: center;
    --payment-terms-background-color: #f7f1f0;
}

.quickbuy-container .inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.quickbuy-container .product-detail {
    color: #171717;
}

.quickbuy-container .product-detail .gallery .main-image .slide a {
    display: block;
}

.quickbuy-container .product-detail .title,
.quickbuy-container .product-detail .title a,
.quickbuy-container .product-detail h1.majortitle,
.quickbuy-container .product-detail h2,
.quickbuy-container .product-detail h3,
.quickbuy-container .product-detail h4,
.quickbuy-container .product-detail h5,
.quickbuy-container .product-detail h6 {
    color: #171717;
}

.quickbuy-container .product-detail .styled-select label {
    color: inherit;
}

.quickbuy-container .product-detail .vendor a,
.quickbuy-container .product-detail .more,
.quickbuy-container .product-detail .rte a,
.quickbuy-container .product-detail .size-chart-link {
    color: #7157bb;
}

.quickbuy-container .product-detail a.button {
    background-color: #7157bb;
    color: #fff;
}

.quickbuy-container .product-detail a.button:hover {
    background-color: #7157bb;
}

.quickbuy-container .product-detail .gallery .main-image {
    margin-right: 0;
}

.quickbuy-container .close-detail {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}

.quickbuy-container .close-detail .feather {
    width: 34px;
    height: 34px;
    stroke-width: 1;
    stroke: #5c5c5c;
}

/* Collection slider specific */
.collection-slider-row {
    margin-top: 50px;
    overflow: hidden;
}

.collection-slider-row.use-alt-bg {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.collection-slider-row.use-alt-bg .view-all:not(:hover) {
    opacity: 0.75;
}

.collection-slider .collection-listing {
    overflow: hidden;
    position: relative;
}

.collection-slider .collection-listing .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.collection-slider .collection-listing .product-list {
    margin-left: 0;
    margin-right: 0;
}

.collection-slider .collection-listing .product-block {
    padding-bottom: 0;
}

.collection-slider .collection-listing .product-block .product-info {
    margin-bottom: 30px;
}

.collection-slider .product-block.expanded .block-inner::after {
    margin-top: 1px;
}

.collection-slider .collection-listing .product-block .product-detail {
    display: none;
}

.collection-slider .product-block {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.collection-slider .product-block .image-cont .image-link {
    height: auto;
}

.collection-slider .product-block .image-cont img {
    max-height: none;
    max-width: 100%;
    height: auto;
}

.collection-slider .product-list.carousel:not(.owl-carousel) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.collection-slider .product-list.carousel:not(.owl-carousel) .product-block {
    flex: 0 0 auto;
}

.collection-slider .product-list.carousel.carousel--fixed-grid-mode {
    margin-bottom: 0;
    margin-left: -30px;
    width: auto;
}

@media (max-width: 1300px) {
    .collection-slider .product-list.carousel.carousel--fixed-grid-mode {
        margin-left: -20px;
    }
}

@media (max-width: 1000px) {
    .container--not-mobile .collection-slider .product-list.carousel.carousel--fixed-grid-mode {
        margin-left: 0;
        padding-right: 20px;
    }
}

.collection-slider .product-list.carousel.carousel--fixed-grid-mode .product-block {
    display: block;
    width: auto !important;
}

.container--no-max .collection-slider .collection-listing {
    padding-right: 20px;
}

@media (min-width: 1000px) {
    .container--no-max .collection-slider .collection-listing {
        margin-left: -40px;
        margin-right: -40px;
    }

    .container--no-max .collection-slider .product-list.carousel {
        width: auto;
    }
}

@media (min-width: 1301px) {
    .container--no-max .collection-slider .collection-listing {
        padding-right: 30px;
    }
}

.collection-slider .product-list.carousel {
    display: block;
    margin-bottom: 0;
}

@media (max-width: 1000px) {
    .collection-slider .product-list.carousel .product-block {
        width: 300px;
    }
}

@media (max-width: 400px) {
    .collection-slider .product-list.carousel .product-block {
        width: 280px;
    }
}

@media (max-width: 360px) {
    .collection-slider .product-list.carousel .product-block {
        width: 240px;
    }
}

/* Product grid specific */
.collection-listing {
    text-align: center;
    transition: opacity 150ms;
    width: 100%;
}

.ajax-loading .collection-listing {
    opacity: 0.5;
}

.collection-listing .product-block {
    margin-bottom: 0px;
    padding-left: 20px;
}

@media (max-width: 1300px) {
    .collection-listing .product-block {
        padding-left: 20px;
    }
}

@media (max-width: 1000px) {
    .collection-listing .product-block {
        padding-left: 10px;
    }
}

.collection-listing .product-list {
    margin-left: -20px;
    /* margin-bottom: -20px; */
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1300px) {
    .collection-listing .product-list {
        margin-left: -20px;
    }
}

@media (max-width: 1000px) {
    .collection-listing .product-list {
        margin-left: -10px;
    }
}

.collection-slider-row .collection-listing .product-detail {
    position: relative;
    height: auto;
    margin-top: 0;
}

.collection-listing .product-list--image-shape-natural .image-cont .product-block__image--secondary .rimage-background {
    background-position: top center;
}

.collection-listing .quickbuy-container {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 0;
}

.collection-listing .quickbuy-container .spr-badge {
    display: none;
}

.collection-listing .product-list--per-row-2 .product-block {
    width: 50%;
}

.collection-listing .product-list--per-row-3 .product-block {
    width: 33.33%;
}

.collection-listing .product-list--per-row-4 .product-block {
    width: 25%;
}

.collection-listing .product-list--per-row-5 .product-block {
    width: 20%;
}

.collection-slider .product-list--per-row-2 .product-block {
    width: calc(92vw / 2);
}

.collection-slider .product-list--per-row-3 .product-block {
    width: calc(92vw / 3);
}

.collection-slider .product-list--per-row-4 .product-block {
    width: calc(92vw / 4);
}

.collection-slider .product-list--per-row-5 .product-block {
    width: calc(92vw / 5);
}

@media (max-width: 1000px) {
    .collection-listing .product-list .product-block {
        width: 50%;
    }

    .collection-listing .product-list--one-column-mobile .product-block {
        width: 100%;
    }
}

/* View-all under title on homepage */
.view-all {
    text-align: center;
    margin: -25px 0 20px;
}

@media (max-width: 1300px) {
    .view-all {
        margin-top: -15px;
    }
}

.collection-slider .has-paging .prev,
.collection-slider .has-paging .next {
    font-size: 80%;
    line-height: 1em;
    margin: -10px 20px;
    padding: 10px;
    vertical-align: middle;
    display: inline-block !important;
}

.collection-slider .has-paging .prev.slick-hidden,
.collection-slider .has-paging .next.slick-hidden {
    display: none !important;
}

.has-paging__title {
    vertical-align: middle;
    font-size: 500;
}

.owl-btn-disabled {
    visibility: hidden;
}

/* Blog / articles */
.article-list .article {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid#e2e2e2;
}

@media (max-width: 1000px) {
    .article-list .article {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.article-list .article:first-child {
    border-top: none;
    padding-top: 20px;
}

@media (min-width: 1000px) {
    .article-list.article-layout--columns {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -50px;
    }

    .article-list.article-layout--columns .article {
        display: flex;
        box-sizing: border-box;
        padding: 0 20px;
        margin: 0 0
50px;
        border: none;
        width: 50%;
        border-right: 1px solid#e2e2e2;
    }

    .article-list.article-layout--columns .article:nth-child(2n), .article-list.article-layout--columns .article:last-child {
        border-right: 0;
    }

    .article-list.article-layout--columns .article__inner {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
    }

    .article-list.article-layout--columns .article__inner > .rte {
        flex-grow: 1;
        margin-bottom: 10px;
    }

    .article-list.article-layout--columns.article-layout--one-row .article:nth-child(3) {
        display: none;
    }
}

@media (min-width: 1024px) {
    .article-list.article-layout--columns .article {
        width: 33.33%;
    }

    .article-list.article-layout--columns .article:nth-child(2n) {
        border-right: 1px solid#e2e2e2;
    }

    .article-list.article-layout--columns .article:nth-child(3n), .article-list.article-layout--columns .article:last-child {
        border-right: 0;
    }

    .article-list.article-layout--columns.article-layout--one-row .article:nth-child(3) {
        display: flex;
    }
}

.reading-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    font-family: Figtree,sans-serif;
}

.container.container--reading-width,
.article .container,
#comments.container,
.container .shopify-policy__container {
    max-width: 1600px;
}

.article .meta {
    margin-top: 1em;
    font-size: 90%;
}

@media (max-width: 1000px) {
    .article .meta {
        font-size: 12px;
    }
}

.article .meta .time {
    display: block;
}

.article .meta .tags .label {
    font-style: normal;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
    margin: 1em 0 15px;
}

.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
    margin-top: 0;
}

.rte a {
    text-decoration: underline;
}

.rte a:not(.image-link) {
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .rte a:not(.image-link) {
        font-size: 14px;
    }
}

.rte > p:last-child {
    margin-bottom: 0;
}

.rte iframe {
    max-width: 100%;
}

/* Meta info */
.meta .iconmeta {
    margin-right: 10px;
    line-height: 1.4em;
    display: inline-block;
    font-size: 12px;
}

.meta .iconmeta a {
    white-space: nowrap;
}

.meta .tags a:after {
    content: ',';
}

.meta .tags a:last-child:after {
    content: none;
}

/* Cart */
.cart-item-list {
    margin: 10px 0 40px;
    width: 100%;
}

@media (max-width: 1000px) {
    .cart-item-list {
        margin-bottom: 0;
    }
}

.cart-item-list__head,
.cart-item,
.cart-item__not-image {
    display: flex;
}

.cart-item-list__head {
    justify-content: space-between;
}

.cart-item-list-heading,
.cart-item__column {
    flex-shrink: 0;
}


.cart-item-list-heading {
    padding: 0 0 10px;
}

.cart-item {
    border-top: 1px solid#e2e2e2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cart-item__not-image {
    flex-grow: 1;
    justify-content: space-between;
}

.cart-item__not-image a {
    font-size: 16px;
}

@media (max-width: 1000px) {
    .cart-item__not-image a {
        font-size: 12px;
    }
}


.cart-item-list-heading--price,
.cart-item__price {
    text-align: right;
    padding-right: 55px;
    width: 160px;
}

.cart-item-list-heading--quantity,
.cart-item__quantity {
    text-align: center;
    padding-right: 30px;
}

.cart-item-list-heading--total,
.cart-item__total {
    text-align: right;
    width: 150px;
}

.cart-item__image {
    width: 170px;
    padding-right: 30px;
}

.cart-item__image a {
    display: block;
}

.buttoned-input {
    white-space: nowrap;
    border: 1px solid#c5c5c5;
    border-radius: 5px;
    background: #ffffff;
    color: #171717;
}

.buttoned-input a {
    display: inline-block;
    padding: 0 5px 0 10px;
}

.buttoned-input a:last-child {
    padding: 0 10px 0 5px;
}

.buttoned-input svg {
    width: 15px;
    height: 15px;
}

.buttoned-input input {
    background: transparent;
    border: none;
    width: 2em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    box-sizing: content-box;
}

.buttoned-input .unusable {
    visibility: hidden;
    pointer-events: none;
}

.cart-item .remove {
    display: block;
    margin-top: 115px;
}

@media (max-width: 1000px) {
    .cart-item .remove {
        display: block;
        margin-top: 5px;
    }
}

.cart-item .remove svg {
    width: 15px;
    height: 15px;
    stroke: currentColor;
}

.cart-item .unit-price {
    font-size: 12px;
}

#cartform .checkout-note {
    margin-bottom: 1em;
}

#cartform .checkout-note textarea {
    width: 370px;
    max-width: 100%;
    height: 70px;
    margin-top: 10px;
}

.checkout-subtotal-container__right {
    text-align: right;
}

#cartform .subtotal {
    margin: 0 0 30px;
}

#cartform .checkout-col {
    margin: 20px 0 0;
}

#cartform .checkout-col .button {
    min-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1000px) {
    #cartform .checkout-col .button {
        width: 100%;
    }

    #showSubmit-tbyb .button {
        width: 100%;
    }
}

#cartform .checkout-buttons {
    margin-bottom: 10px;
}

.additional-checkout-buttons {
    width: 100%;
}

/* [data-shopify-buttoncontainer] {
    justify-content: flex-end;
} */

.update-cart-container {
    display: none;
    margin-bottom: 5px;
}

.js .update-cart-container,
[data-ajax-update="true"] .update-cart-container {
    display: none;
}

#cartform .termsagreement {
    margin-bottom: 5px;
}

#cartform .termsagreement label {
    vertical-align: middle;
}

.continue-shopping {
    display: block;
    margin-top: 20px;
}

#shipping-calculator {
    margin-top: 20px;
    margin-right: -30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

#cartform #shipping-calculator .inputrow {
    flex: 1 1 auto;
    width: calc(50% - 30px);
    padding: 0 30px 20px 0;
}

#cartform #shipping-calculator .inputrow label {
    display: block;
    float: none;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 8px;
}

#cartform #shipping-calculator .inputrow input[type=text] {
    box-sizing: border-box;
    width: 100%;
}

#cartform #shipping-calculator #wrapper-response {
    margin: 20px 0;
    width: 100%;
    flex: 0 0 auto;
}

.struck-out-price {
    text-decoration: line-through;
    opacity: 0.6;
}

.cart-discount-list {
    margin: 1em 0;
}

.cart-discount {
    list-style: none;
}

.cart-discount:not(:last-child) {
    margin-bottom: 0.5em;
}

.cart-discount__icon svg {
    width: 18px;
    height: 18px;
}

.cart-discount__amount::before {
    content: '-';
}

.cart-discount--inline .cart-discount__label {
    margin-right: 1em;
}

/** Forms **/
.input-row select,
.inputrow select {
    height: 30px;
    line-height: 30px;
    padding: 4px 14px 4px 4px;
    border: 1px solid#e2e2e2;
    border-radius: 5px;
}

#template .template_header {
    margin: 10px 0 40px;
}

.small-form {
    margin-left: auto;
    margin-right: auto;
    width: 420px;
    max-width: 100%;
}

.small-form .title {
    text-align: center;
}

@media (max-width: 1000px) {
    .small-form {
        box-sizing: border-box;
    }
}

#template input[type=email],
#template input[type=text],
#template input[type=number],
#template input[type=password],
#template textarea,
#template .styled-select,
.small-form input[type=email],
.small-form input[type=text],
.small-form input[type=number],
.small-form input[type=password],
.small-form textarea,
.small-form .styled-select {
    width: 100%;
}

.text-over-input {
    position: relative;
}

.text-over-input__text {
    margin-top: 1em;
    font-family: Figtree,sans-serif;
}

@media (min-width: 400px) {
    .text-over-input__text {
        margin-top: 18px;
        text-align: right;
        line-height: 1em;
        font-size: 14px;
    }
}

#template label,
.edit_address label {
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 8px;
}

.input-row {
    margin-bottom: 20px;
}

#template .action_bottom {
    margin-top: 20px;
}

#template .note {
    display: block;
    margin: 10px 0;
}

.errors {
    margin: 20px 0;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
}

.errors ul,
#template .errors ul {
    margin: 0;
}

.errors li,
#template .errors li {
    list-style: none;
}

#template.lefty-form {
    text-align: left;
}

.righty-form input[type="text"],
.righty-form input[type="email"],
.righty-form textarea {
    width: 100%;
}

.address_actions .action_edit {
    margin-right: 15px;
}

#address_tables {
    margin-top: 40px;
}

.address_table {
    padding: 12px 0 0 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    font-size: 14px;
}

.address_table .address_title {
    font-weight: bold;
    padding: 16px 0;
    margin-bottom: 0;
    font-size: 14px;
}

@media (min-width: 800px) {
    #address_tables {
     grid-template-columns: 40% 40%;
        display: grid;
        width: 100%;
        row-gap: 60px;
        column-gap: 80px;
    }

    .address_table {
     box-sizing: border-box;
        width: auto;
        min-width: 160px;
    }

    .address_table:nth-child(2n) {
    
    }
}

.edit_address .small-form {
    margin-left: 0;
}

#admin_header {
    margin: 0 0 40px;
}

#admin_header .title {
    text-align: center;
}

#admin_header .action_return {
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    #admin_header {
        margin: -30px 0 20px;
    }

    #admin_header .title {
        margin: 0;
    }
}

.opposing-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#customer_sidebar {
    float: left;
    width: 33%;
}

#customer_detail .address p,
.address_table .view_address p,
#order_address .address p {
    margin-bottom: 0;
}

#customer_orders {
    float: right;
    width: 60%;
}

#order_details {
    clear: both;
    width: 100%;
}

@media (max-width: 1000px) {
    #order_details .price,
    #order_details .sku,
    #order_details .unit-price {
        visibility: hidden;
        padding: 0;
        font-size: 0;
    }

    #order_details .price .cart-discount__label {
        display: none;
    }
}

.order-table-container {
    overflow: auto;
}

.order-table .price,
.order-table .total,
.order-table tfoot td:last-child {
    text-align: right;
}

.order-table tfoot tr:first-child td {
    border-top-width: 3px;
    border-top-style: double;
}

.order-table .unit-price {
    font-size: 12px;
}

#comments .comment {
    padding-top: 20px;
    border-top: 1px solid#e2e2e2;
}

#comments .comment.first {
    border-top: 0;
}

ul.taglist {
    margin: 0;
}

ul.taglist li {
    display: inline;
    white-space: nowrap;
}

table.noborders,
table.noborders tr,
table.noborders th,
table.noborders td {
    border: 0;
}

.simple-popup {
    position: absolute;
    width: 140px;
    padding: 10px 15px;
    border: 1px solid#e2e2e2;
    color: #171717;
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px 0 #888;
    -moz-box-shadow: 0 0 2px 0 #888;
    box-shadow: 0 0 2px 0 #888;
    text-align: center;
}

/* quick hacks for Facebook button */
.fb_iframe_widget > span {
    vertical-align: baseline !important;
}

.fb_iframe_widget iframe {
    max-width: none;
}

.slide {
    position: relative;
}

.slide img {
    width: 100%;
}

.height--full .rimage-outer-wrapper,
.height--full .placeholder-image {
    height: 100vh;
}

.image-overlay {
    position: relative;
    color: #ffffff;
}

.image-overlay .rte a {
    color: inherit;
}

.image-overlay--bg-full::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1;
    pointer-events: none;
    transition: opacity 350ms;
}

.image-overlay--bg-box .overlay-text .overlay-text__text {
    background: #ffffff;
    color: #171717;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    min-width: 50%;
}

.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__title {
    color: #171717;
}

.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__rte a {
    border-bottom-color: rgba(23, 23, 23, 0.6);
}

.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__rte a:hover {
    border-bottom-color: #171717;
}

.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__button-row--link {
    margin-bottom: -5px;
}

.image-overlay--bg-box .overlay-text .overlay-text__text .small-feature-link {
    color: #7157bb;
    border-bottom-color: #7157bb;
}

.image-overlay--bg-box .overlay-text .overlay-text__text .small-feature-link:hover {
    color: #964233;
    border-bottom-color: #964233;
}

.image-overlay--bg-box .overlay-text .overlay-text__text .video-container__play svg {
    stroke: currentColor;
}

.image-overlay--bg-box .overlay-text .overlay-text__text .video-container__play polygon {
    fill: currentColor;
}

.image-overlay--bg-box.image-overlay--edge-boxes .overlay-text__inner {
    padding: 0;
}

.image-overlay__over {
    position: relative;
    z-index: 2;
}

.image-overlay__image-link {
    display: block;
    /*   height: 100%; */
}

.gallery__item .image-overlay__image-link {
    height: 100%;
}

.image-overlay__image-link, .image-overlay__image-link:hover {
    color: inherit;
}

/* Overlays over slider and ad on homepage */
.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    z-index: 2;
}

.overlay-text .overlay-text__rte a, .overlay-text .overlay-text__rte a:hover {
    color: inherit;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.overlay-text .overlay-text__rte a:hover {
    border-bottom-color: #ffffff;
}

.overlay-text .small-feature-link {
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.overlay-text .small-feature-link:hover {
    color: inherit;
    border-bottom-color: #ffffff;
}

.overlay--h-left {
    text-align: left;
}


.overlay--v-top {
    align-items: flex-start;
    top: 70px;
}

.overlay--v-bottom {
    align-items: flex-end;
}

.overlay-text__rte {
    /*   max-width: 65ch; */
    margin-bottom: 10px;
}

.overlay--h-right .overlay-text__rte {
    margin-left: auto;
}

.overlay--h-center .overlay-text__rte {
    margin-left: auto;
    margin-right: auto;
}

.overlay--v-bottom.overlay-text {
    left: 40px;
    right: 40px;
    width: auto;
}

@media (max-width: 1000px) {
    .overlay--v-top {
        top: 60px;
    }

    .overlay--v-bottom.overlay-text {
        left: 10px;
        right: 10px;
    }



}

@media (min-width: 1000px) {
    .image-overlay--bg-box .overlay-text--for-banner .overlay-text__text {
        padding: 30px 45px;
    }
}

@media (min-width: 1100px) {
    .image-overlay--bg-box .overlay-text--for-banner .overlay-text__text {
        padding: 40px 60px;
    }
}

.overlay-text__inner {
    display: block;
    width: 100%;
    padding: 20px;
}

@media (min-width: 1000px) {
    .overlay-text--for-banner .overlay-text__inner {
        padding: 30px;
    }
}

@media (min-width: 1100px) {
    .overlay-text--for-banner .overlay-text__inner {
        padding: 70px;
    }
}

.overlay-text__title {
    line-height: 1.1em;
    color: inherit;
}

.overlay-text__title + .overlay-text__button-row--link {
    margin-top: -0.1em;
}

.overlay-text__title:last-child {
    margin-bottom: 0;
}

.image-overlay--bg-no_background:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,
.image-overlay--bg-no_background:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn,
.image-overlay--bg-full:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn {
    border: none !important;
}

@media (min-width: 1000px) {
    .overlay-text-parent--mobile-stack.image-overlay--bg-no_background .overlay-text__button.button,
    .overlay-text-parent--mobile-stack.image-overlay--bg-no_background .overlay-text__button.btn, .overlay-text-parent--mobile-stack.image-overlay--bg-full .overlay-text__button.button,
    .overlay-text-parent--mobile-stack.image-overlay--bg-full .overlay-text__button.btn {
        border: none !important;
    }
}

/* .overlay-text__button-row--primary,
.overlay-text__button-row--secondary {
  margin-top: 1em;
}
 */
.slick-dotted.slick-slider-overlay-dots .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.slick-dotted.slick-slider-overlay-dots .slick-dots li button::before {
    color: #ffffff;
}

.slick-dotted.slick-slider-overlay-dots .overlay-text__inner {
    padding-bottom: 50px;
}

@media (min-width: 1100px) {
    .slick-dotted.slick-slider-overlay-dots .overlay-text--for-banner .overlay-text__inner {
        padding-bottom: 70px;
    }
}

@media (min-width: 1000px) {
    .slick-dotted.slick-slider-overlay-dots-desktop .slick-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .slick-dotted.slick-slider-overlay-dots-desktop .slick-dots li button::before {
        color: #ffffff;
    }

    .slick-dotted.slick-slider-overlay-dots-desktop .overlay-text__inner {
        padding-bottom: 50px;
    }
}

.image-block {
    overflow: hidden;
    position: relative;
}

.image-block .img-cont {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.image-block .heading-font {
    margin: 0;
    color: inherit;
}

.image-block .second-line {
    font-size: 15px;
    line-height: 1.6;
}

.image-block a {
    display: block;
}

.image-block img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.image-block.no-stretch img {
    width: auto;
}

/* Onboarding placeholder */
.placeholder-image {
    position: relative;
    padding-top: 100%;
    height: 0px;
    overflow: hidden;
    background: #f4f4f4;
}

.placeholder-image.dark {
    background: #c6c7c8;
}

.placeholder-image.dark svg, .placeholder-image.dark svg g {
    fill: #a3a6a9;
}

.placeholder-image.landscape, .placeholder-image.placeholder-image--shape-landscape {
    padding-top: 67%;
}

.placeholder-image.placeholder-image--shape-portrait {
    padding-top: 150%;
}

.placeholder-image.placeholder--banner {
    padding-top: 600px;
}

@media (max-width: 1000px) {
    .placeholder-image.placeholder--banner {
        padding-top: 55%;
    }
}

.placeholder-image.fixed-height-item {
    padding-top: 0;
}

.placeholder-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.placeholder-image svg, .placeholder-image svg g {
    fill: #c8cbcd;
}

.align-center,
.align-centre {
    text-align: center;
}

.align-right {
    text-align: right;
}

a .state {
    display: inline-block;
    width: 1em;
    text-align: center;
}

.video-container__video,
.product-media--frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container__video_my {
    padding-bottom: 56.2%;
}

.video-container__video iframe,
.video-container__video object,
.video-container__video embed,
.video-container__video video,
.video-container__video model-viewer,
.video-container__video .shopify-model-viewer-ui,
.video-container__video .media-item,
.video-container__video .plyr,
.product-media--frame iframe,
.product-media--frame object,
.product-media--frame embed,
.product-media--frame video,
.product-media--frame model-viewer,
.product-media--frame .shopify-model-viewer-ui,
.product-media--frame .media-item,
.product-media--frame .plyr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container__video .plyr__video-wrapper,
.product-media--frame .plyr__video-wrapper {
    height: 100%;
}

.video-container {
    position: relative;
}

.video-container--background {
    background: #fff;
    overflow: hidden;
}

.video-container--background .video-container__video {
    position: relative;
    height: 100%;
    max-width: none;
    padding: 0 !important;
    opacity: 0;
    transition: opacity 150ms linear;
}

.video-container--background div.video-container__video-element {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.video-container--background video {
    object-fit: cover;
    object-position: 50% 50%;
}

.video-container--background.video--play-started .video-container__video {
    opacity: 1;
}

.video-container__stop {
    display: none;
}

@media (max-width: 1000px) {
    .video-container--modal-mobile {
        padding-bottom: 0 !important;
        height: auto;
    }

    .video-container--modal-mobile::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        pointer-events: none;
        background: #000;
        opacity: 0;
        transition: opacity 350ms;
    }

    /* .video-container--modal-mobile .video-container__video {
        position: fixed;
        z-index: 10001;
        top: 50%;
        left: 20px;
        width: calc(100% - 40px);
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        opacity: 0;
        pointer-events: none;
        background: #000;
        transition: opacity 350ms;
    } */

    .video-container--modal-mobile .video-container__stop {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        color: #fff;
        z-index: 10002;
        padding: 20px;
        pointer-events: none;
        opacity: 0;
        transition: opacity 350ms;
    }

    .video-container--modal-mobile .video-container__stop svg {
        stroke: currentColor;
    }

    /* .video-container--modal-mobile .overlay-text {
        position: relative;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    } */

    .video-container--modal-mobile.video-container--playing::before,
    .video-container--modal-mobile.video-container--playing .video-container__video,
    .video-container--modal-mobile.video-container--playing .video-container__stop {
        opacity: 1;
        pointer-events: auto;
    }
}

.video-container__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #eee;
}

.video-container__cover .rimage-outer-wrapper,
.video-container__cover .placeholder-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-size: cover;
    background-position: center center;
}

.video-container--playing .video-container__cover {
    opacity: 0 !important;
    pointer-events: none;
}

.video-container--playing .video-container__cover + .overlay-text {
    opacity: 0 !important;
    pointer-events: none;
}

.video-container--playing.image-overlay--bg-full::after {
    opacity: 0;
}

.video-container__play {
    display: inline-block;
    transition: transform 150ms;
}

.video-container__play svg {
    width: 80px;
    height: 80px;
    fill: transparent;
    stroke: #ffffff;
    transition: stroke 150ms;
}

.video-container__play svg polygon {
    fill: #ffffff;
    transition: fill 150ms;
}

@media (hover: none) {
    .video-container__play:active {
        transform: scale(1.1);
    }

    .video-container__play:active svg {
        fill: transparent;
    }
}

@media (hover: hover) {
    .video-container__play:hover {
        transform: scale(1.1);
    }

    .video-container__play:hover svg {
        fill: transparent;
    }
}

.video-container__fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity 250ms;
}

.video--play-started .video-container__fallback {
    opacity: 0 !important;
}

.product-media--video[data-video-type="external"]::before, .product-media--video[data-video-type="external"]::after {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 70px;
    width: calc(50% - 50px);
    z-index: 1;
}

.product-media--video[data-video-type="external"]::before {
    left: 0;
}

.product-media--video[data-video-type="external"]::after {
    right: 0;
}

.plyr.plyr--full-ui.plyr--video {
    color: #171717;
    background-color: transparent;
    /* stylelint-disable-next-line */
    /* stylelint-disable-next-line */
    /* stylelint-disable-next-line */
}

.plyr.plyr--full-ui.plyr--video .plyr__poster,
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
    background-color: transparent;
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
    background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
    background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
    background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
    background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
    background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
    background-color: #ffffff;
    border-color: rgba(23, 23, 23, 0.05);
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
    color: rgba(23, 23, 23, 0.55);
}

.plyr.plyr--full-ui.plyr--video .plyr__controls {
    background-color: #ffffff;
    border-color: rgba(23, 23, 23, 0.05);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-thumb {
    box-shadow: 2px 0 0 0#ffffff;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-thumb {
    box-shadow: 2px 0 0 0#ffffff;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0#ffffff;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor var(--value, 0),
rgba(23, 23, 23, 0.6)
var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-track {
    background-color: rgba(23, 23, 23, 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-fill-upper {
    background-color: rgba(23, 23, 23, 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4pxrgba(23, 23, 23, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4pxrgba(23, 23, 23, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4pxrgba(23, 23, 23, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-moz-range-thumb {
    box-shadow: 0 0 0 3pxrgba(23, 23, 23, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-ms-thumb {
    box-shadow: 0 0 0 3pxrgba(23, 23, 23, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3pxrgba(23, 23, 23, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
    background-color: #171717;
    color: #ffffff;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
    border-top-color: #171717;
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
    background-image: linear-gradient(-45deg,
rgba(23, 23, 23, 0.6)
25%, transparent 25%, transparent 50%,
rgba(23, 23, 23, 0.6)
50%,
rgba(23, 23, 23, 0.6)
75%, transparent 75%, transparent);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'] {
    color: #ffffff;
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-thumb {
    box-shadow: 2px 0 0 0#171717;
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-thumb {
    box-shadow: 2px 0 0 0#171717;
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0#171717;
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor var(--value, 0),
rgba(255, 255, 255, 0.6)
var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-fill-upper {
    background-color: rgba(255, 255, 255, 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4pxrgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4pxrgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4pxrgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-moz-range-thumb {
    box-shadow: 0 0 0 3pxrgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-ms-thumb {
    box-shadow: 0 0 0 3pxrgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3pxrgba(255, 255, 255, 0.25);
}

.slick-slider .plyr.plyr__tab-focus,
.slick-slider model-viewer.focus-visible {
    outline: none;
}

.slick-slider .plyr.plyr__tab-focus::after,
.slick-slider model-viewer.focus-visible::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 1px 1px
#171717
inset;
}

/* hack for some model-viewer 'quirks' */
model-viewer {
    text-align: left;
}

model-viewer .container {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.shopify-model-viewer-ui button[hidden] {
    display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    background: #ffffff;
    border-color: rgba(23, 23, 23, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
    color: #171717;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
    color: rgba(23, 23, 23, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
    color: rgba(23, 23, 23, 0.55);
    background: rgba(23, 23, 23, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
    border-color: rgba(23, 23, 23, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
    background: #ffffff;
    border-color: rgba(23, 23, 23, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
    color: rgba(23, 23, 23, 0.55);
}

/* Content and content layouts */
.spaced-row {
    margin-bottom: 50px;
}

.spaced-row-above {
    margin-top: 50px;
}

.fully-spaced-row, .faq-layout,
.fully-spaced-row--small {
    margin-top: 50px;
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    .fully-spaced-row {
        margin-top: -10px;
    }
}

/* .strongly-spaced-row,
.fully-spaced-row--medium {
  margin-top: 10px;
  margin-bottom: 10px;
} */

@media (max-width: 1000px) {
    .strongly-spaced-row,
    .fully-spaced-row--medium {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .section-video-with-image {
        margin-top: -40px;
    }

    /*   .rich-text-aurl-replace .fully-spaced-row--medium:first-child {
          margin-top: -10px;
      }
      */

}

.fully-spaced-row--large {
    margin-top: 110px;
    margin-bottom: 110px;
}

.lightly-spaced-row-above {
    margin-top: 1.75em;
}

@media (max-width: 1000px) {
    .lightly-spaced-row-above--not-mobile {
        margin-top: 0;
    }
}

.lightly-spaced-row {
    margin-bottom: 1em;
    line-height: 1.4em;
}

@media (max-width: 1000px) {
    .lightly-spaced-row {
        margin-top: 10px;
    }

    .lightly-spaced-row p {
        font-size: 14px;
    }
}

.lightish-spaced-row {
    margin-bottom: 30px;
}

.padded-row,
.fully-padded-row--small {
    padding-top: 50px;
    padding-bottom: 50px;
}

.fully-padded-row--medium {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 1000px) {
    .fully-padded-row--medium {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.fully-padded-row--large,
.strongly-padded-row {
    padding-top: 110px;
    padding-bottom: 110px;
}

@media (max-width: 1000px) {
    .fully-padded-row--not-mobile {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 1000px) {
    .fully-spaced-row--not-mobile {
        margin-top: 0;
        margin-bottom: 20px;
    }

}

.page-section-spacing {
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-section-spacing .page-header .breadcrumbs {
    margin-top: -1.8em;
}

@media (max-width: 1000px) {
    .page-section-spacing--no-top-mobile {
        margin-top: 0;
    }

    .shopify-section.page-section-spacing {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

.spaced-column .spaced-row-above,
.spaced-column .lightly-spaced-row-above:first-child {
    margin-top: 0;
}

.spaced-column .spaced-row,
.spaced-column .lightly-spaced-row:last-child {
    margin-bottom: 0;
}

.content img,
.content iframe,
.content embed,
.content object {
    max-width: 100%;
    height: auto;
}

.layout-column-half-left {
    float: left;
    width: 45%;
}

.layout-column-half-right {
    float: right;
    width: 45%;
}

@media (min-width: 1000px) {
    .slim-column-left-layout {
        display: flex;
        justify-content: center;
    }

    .slim-column-left-layout > .column:first-child {
        width: 260px;
        margin-right: 40px;
    }

    .slim-column-left-layout > .column:last-child {
        flex: 0 1
1600px;
    }
}

.layout-content-with-image-left.valign-top .image-cont, .layout-content-with-image-left.valign-top .content,
.layout-content-with-image-right.valign-top .image-cont,
.layout-content-with-image-right.valign-top .content {
    vertical-align: top;
}

.layout-content-with-image-left.valign-middle .image-cont, .layout-content-with-image-left.valign-middle .content,
.layout-content-with-image-right.valign-middle .image-cont,
.layout-content-with-image-right.valign-middle .content {
    vertical-align: middle;
}

.layout-content-with-image-left.valign-bottom .image-cont, .layout-content-with-image-left.valign-bottom .content,
.layout-content-with-image-right.valign-bottom .image-cont,
.layout-content-with-image-right.valign-bottom .content {
    vertical-align: bottom;
}

.layout-content-with-image-left .image-cont,
.layout-content-with-image-right .image-cont {
    display: inline-block;
    width: 33.333%;
    text-align: center;
}

.layout-content-with-image-left .content,
.layout-content-with-image-right .content {
    display: inline-block;
    width: 60%;
    margin-right: 6.666%;
}

.layout-content-with-image-left .content {
    margin-left: 5%;
    margin-right: 0;
}

.layout-content-with-image--large-image .image-cont {
    width: 60%;
}

.layout-content-with-image--large-image .content {
    width: 33.333%;
}

.text-column__image {
    margin-left: auto;
    margin-right: auto;
}

.text-column__button-row {
    margin-top: 1em;
}

.text-column__button-row--link {
    margin-top: 0.5em;
}

.text-column__title + .text-column__button-row--link {
    margin-top: -0.1em;
}

.styled-select.has-clickyboxes {
    display: block;
}

.clickyboxes {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -10px;
}

.clickyboxes li {
    display: block;
    margin: 0 10px 10px 0;
}

.clickyboxes li a {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    min-width: 4.5em;
    height: 48px;
    line-height: 46px;
    border: 1px solid#c5c5c5;
    background: #ffffff;
    color: #171717;
    position: relative;
    text-align: center;
    border-radius: 5px;
}

@media (hover: none) {
    .clickyboxes li a:active {
        color: #171717;
        border-color: #7f7f7f;
    }
}

@media (hover: hover) {
    .clickyboxes li a:hover {
    
    }
}

.clickyboxes li a.unavailable {
    color: rgba(23, 23, 23, 0.9);
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(23, 23, 23, 0.8)' stroke-width='0.4' preserveAspectRatio='none' %3E%3Cline x1='0' y1='04' x2='24' y2='24'%3E%3C/line%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.clickyboxes li a.unavailable.active, .clickyboxes li a.unavailable.active:hover {
    border-color: rgba(23, 23, 23, 0.9);
}

.clickyboxes li a.active, .clickyboxes li a.active:hover {
    background: #9a83da;
    color: #ffffff;
    border-color: #9a83da;
}

.styled-select {
    position: relative;
    display: block;
}

.styled-select > select {
    margin: 0;
    height: 3.3em;
    padding: 0 4.5em 0 1em;
    font-size: inherit;
    border: 1px solid#c5c5c5;
    border-radius: 5px;
    background-color: #ffffff;
    color: #171717;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.styled-select .select2-container {
    color: #171717;
    text-transform: none;
    text-align: left;
}

.styled-select .select2-container .select2-selection {
    border: 1px solid#c5c5c5;
    border-radius: 5px;
    background: #ffffff;
    height: 3em;
    display: flex;
    align-items: center;
}

.styled-select .select2-container .select2-selection:focus {
    outline: none;
}

.styled-select .select2-container .select2-selection__arrow {
    top: 0;
    height: 100%;
}

.styled-select .select2-container .select2-selection__arrow b {
    position: absolute;
    margin: -8px 8px 0 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='rgb(23, 23, 23)' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width: 18px;
    height: 18px;
    left: auto;
    right: 0;
    top: 50%;
    pointer-events: none;
    border: none;
}

.styled-select .select2-container .select2-selection__rendered {
    color: #171717;
    line-height: 1.4em;
}

.styled-select--inline {
    display: inline-block;
}

.styled-select--inline > select {
    width: auto;
}

.styled-select--label-small label {
    display: block;
    font-size: 12px;
}

.styled-select--label-inside {
    position: relative;
}

.styled-select--label-inside label {
    position: absolute;
    left: 13px;
    top: 8px;
    transition: all 100ms;
    cursor: text;
    pointer-events: none;
    opacity: 0.7;
}

.styled-select--label-inside .select2-container .select2-selection__rendered {
    padding-top: 20px;
    padding-left: 13px;
}

.styled-select__icon {
    position: absolute;
    z-index: 1;
    left: 1em;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.styled-select__icon svg {
    vertical-align: top;
    width: 20px;
    height: 20px;
}

.styled-select__icon + select {
    padding-left: calc(20px + 1em + 8px);
}

.styled-select__icon ~ .select2-container .select2-selection {
    padding-left: calc(20px + 0.8em);
}

.select2-dropdown {
    border: 0;
    background: transparent;
    z-index: 4051;
    min-width: 4em;
}

.select2-dropdown.select2-dropdown--below {
    margin-top: -1px;
    padding-top: 0;
}

.select2-dropdown.select2-dropdown--above {
    margin-bottom: -1px;
    padding-bottom: 0;
}

.select2-results {
    background: #ffffff;
    border: 1px solid#c5c5c5;
    color: #171717;
}

@media (min-height: 600px) {
    .select2-container--default .select2-results > .select2-results__options {
        max-height: 280px;
    }
}

.select2-results__option {
    padding: 6px 13px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(220, 220, 220, 0.3);
    color: #171717;
}

.select2-results__option:first-child {
    padding-top: 10px;
}

.select2-results__option:last-child {
    padding-bottom: 10px;
}

.lightly-styled-select {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    height: 41px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border: 1px solid#c5c5c5;
    border-radius: 5px;
}

.lightly-styled-select::after {
    pointer-events: none;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg fill='rgb(23, 23, 23)' height='18' width='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 1px center;
    background-color: #ffffff;
}

.lightly-styled-select select {
    background: transparent !important;
    color: #171717;
    border: none !important;
    font-size: 15px !important;
    height: 100% !important;
    line-height: 39px !important;
    padding: 0 30px 0 15px !important;
    /* If you add too much padding here, the options won't show in IE */
    width: 268px !important;
    width: calc(100% + 28px) !important;
    max-width: none !important;
    -webkit-appearance: none;
    appearance: none;
}

@media (max-width: 1000px) {
    .lightly-styled-select select {
        font-size: 16px !important;
    }
}

.product-swatch-inline__dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 6px 1px 0;
    box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.25);
}

.swatches .clickyboxes {
    display: flex;
    flex-wrap: wrap;
}

select[data-listed][data-colour-swatch="true"] + .clickyboxes li {
    position: relative;

}



select[data-listed][data-colour-swatch="true"] + .clickyboxes a::before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 36px;
    width: 36px;
    left: 3px;
    top: 3px;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, .2);
}


@media (max-width: 1000px) {
    select[data-listed][data-colour-swatch="true"] + .clickyboxes a::before {
        height: 27px;
        width: 27px;
    }
}




.swatch-option {
    padding-left: 1.8em;
    position: relative;
    line-height: 1.3em;
}

.swatch-option__nugget {
    box-sizing: border-box;
    position: absolute;
    display: block;
    width: 1.2em;
    height: 1.2em;
    left: 0;
    top: calc(50% - 0.6em);
    border-radius: 100%;
    background-position: center;
    background-size: cover;
}

.variant-option-title::before {
    content: '- ';
}

.responsive-table {
    width: 100%;
}

.responsive-table .responsive-table__cell-label,
.responsive-table .responsive-table__cell-head__icon,
.responsive-table .responsive-table__more {
    display: none;
}

@media (max-width: 1000px) {
    .responsive-table {
        display: block;
        width: auto;
        margin-left: -16px;
        margin-right: -16px;
        border-top: 1px solid#e2e2e2;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table tbody, .responsive-table tr, .responsive-table td {
        display: block;
    }

    .responsive-table tr {
        border-bottom: 1px solid#e2e2e2;
    }

    .responsive-table td {
        display: none;
        border: none;
        padding: 0 16px;
        background: #ebebeb;
        color: #171717;
    }

    .responsive-table td.responsive-table__first-mobile-cell {
        padding-top: 16px;
    }

    .responsive-table td:last-child {
        padding-bottom: 16px;
    }

    .responsive-table .responsive-table__cell-head {
        display: block;
        cursor: pointer;
        position: relative;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 50px;
        background: #ffffff;
    }

    .responsive-table .responsive-table__cell-head a {
        color: inherit;
    }

    .responsive-table .responsive-table__cell-head__icon {
        display: block;
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .responsive-table .responsive-table__cell-label {
        display: inline;
        font-weight: bold;
    }

    .responsive-table .responsive-table__cell-label:after {
        content: ':';
    }

    .responsive-table .responsive-table__more {
        display: block;
        margin-top: 1em;
    }

    .responsive-table .desktop-only {
        display: none !important;
    }

    .responsive-table .expanded .responsive-table__cell-head__icon {
        transform: rotate(90deg);
    }

    .responsive-table .expanded td {
        display: block;
    }
}

.flexible-layout {
    margin-left: -30px;
    margin-bottom: -30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.flexible-layout.valign-middle > .column {
    align-self: center;
}

.flexible-layout.valign-bottom > .column {
    align-self: flex-end;
}

.flexible-layout .column {
    padding-left: 30px;
    margin-bottom: 30px;
    flex: 0 0 auto;
}

.flexible-layout .column .icon-with-caption__icon {
    min-height: 34px;
    display: flex;
    align-items: center;
}

.flexible-layout .column--quarter {
    width: 25%;
}

.flexible-layout .column--third {
    width: 33.333%;
}

.flexible-layout .column--half {
    width: 50%;
}

.flexible-layout .column--two-thirds {
    width: 66.666%;
}

.flexible-layout .column--three-quarters {
    width: 75%;
}

.flexible-layout .column--full {
    width: 100%;
}

.flexible-layout--align-center {
    justify-content: center;
}

.flexible-layout--variable-columns {
    justify-content: space-around;
}

.flexible-layout--variable-columns .column {
    flex: 1 0 auto;
    width: 33%;
    max-width: 50%;
}

.flexible-layout--variable-columns.flexible-layout--columns-4 .column {
    width: 50%;
}

.flexible-layout--form {
    margin-bottom: 0;
}

.flexible-layout--form .column {
    margin-bottom: 20px;
}

@media (max-width: 1300px) {
    .flexible-layout {
        margin-left: -20px;
    }

    .flexible-layout .column {
        padding-left: 20px;
    }

    .flexible-layout .column--quarter {
        width: 25%;
    }

    .flexible-layout .column--third {
        width: 33.333%;
    }

    .flexible-layout .column--half {
        width: 50%;
    }

    .flexible-layout .column--two-thirds {
        width: 66.666%;
    }

    .flexible-layout .column--three-quarters {
        width: 75%;
    }

    .flexible-layout .column--full {
        width: 100%;
    }

    .flexible-layout--variable-columns .column {
        width: 33%;
        max-width: 50%;
    }

    .flexible-layout--variable-columns.flexible-layout--columns-4 .column {
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .flexible-layout {
        margin-left: auto;
        margin-bottom: 0;
    }

    .myfooterBottomIcon {
        width: 33.3% !important;
        margin-bottom: 0 !important;
    }

    .flexible-layout .column {
        margin-bottom: 20px;
        padding-left: 0;
        max-width: none;
        width: 100%;
    }

    .flexible-layout .column .icon-with-caption__text {
        font-size: 12px;
    }

    .flexible-layout .column:last-child {
        margin-bottom: 0;
    }

    .flexible-layout.layout-all-quarters {
        flex-direction: row;
        margin-left: -16px;
        margin-bottom: -30px;
    }

    .flexible-layout.layout-all-quarters .column {
        margin-bottom: 30px;
        padding-left: 16px;
        width: 50% !important;
    }

    .flexible-layout.layout-all-quarters .column:last-child {
        margin-bottom: 30px;
    }

    .flexible-layout--form {
        margin-bottom: 0;
    }

    .flexible-layout--form .column {
        margin-bottom: 20px;
    }

    .flexible-layout--form .column:last-child {
        margin-bottom: 20px;
    }
}


@media (min-width: 1000px) {
    .column--order-push-desktop {
        order: 1;
    }
}

.size-chart-container {
    margin-top: 10px;
}

.size-chart-link {
    display: block;
    font-size: 15px;
    line-height: 1.2em;
}

@media (max-width: 1000px) {
    .size-chart table {
        display: flex;
        overflow: auto;
        width: 100%;
    }
}

.size-chart__inner {
    width: 100%;
    overflow: auto;
}

.image-cont img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.article-image {
    margin-top: 0;
    margin-bottom: 1em;
}

.template-article .article-image {
    margin-top: -50px;
    margin-bottom: 50px;
}

.template-article .article-image.container {
    max-width: 1600px;
}

.article__inner h2 {
    font-size: 24px;
}

.article__inner .rte.cf {
    font-size: 16px;
}

.article .meta {
    font-size: 14px;
}

@media (max-width: 1000px) {
    .article__inner h2 {
        font-size: 18px;
        font-weight: 500;
    }

    .article__inner .rte.cf {
        font-size: 14px;
    }

    .template-article .article-image {
        margin-top: 0;
        margin-bottom: 50px;
    }
}

.icon-with-caption .icon-with-caption__text {
    margin: 0.5em 0 0;
    white-space: pre-line;
}

.icon-with-caption__image-icon {
    margin: 0 auto;
    width: 34px;
}

.gifticon_text {
    text-decoration: underline;
}

/* Just-added-to-cart summary */
#add-to-cart-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(133, 133, 133, 0.3);
    z-index: 4001;
}

#add-to-cart-container .add-to-cart-content {
    max-width: 768px;
    background: #fff;
    overflow-y: auto;
    height: 100%;
    position: absolute;
    right: 0;
    user-select: none;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box-header {
    padding: 8px 20px 20px;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box-header-close.close-mb {
    display: none;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box-header-close {
    text-align: right;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box-header-close span {
    cursor: pointer;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box-header-nums {
    font-size: 16px;
    line-height: 21px;
    padding-top: 8px;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 20px;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item {
    padding: 10px 0;
    display: flex;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-img {
    display: block;
    margin-right: 30px;
    object-fit: contain;
    width: 160px;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info {
    flex: 1;
    color: #333;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    font-size: 16px;
    line-height: 21px;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset,
#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .pc-price-getset {
    display: flex;
    justify-content: space-between;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset .price,
#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .pc-price-getset .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset .price-current,
#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .pc-price-getset .price-current {
    margin-right: 20px;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset .price-original,
#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .pc-price-getset .price-original {
    color: #9E9E9E;
    font-size: 14px;
    line-height: 19px;
    text-decoration: line-through;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset .getset,
#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .pc-price-getset .getset {
    position: relative;
    min-width: 80px;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset .getset span,
#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .pc-price-getset .getset span {
    color: #CE0315;
    cursor: pointer;
    text-align: right;
    text-decoration: underline;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset .getset span {
    max-width: 62px;
    display: block;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset .getset .gifticon,
#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .pc-price-getset .getset .gifticon {
    background: url(/cdn/shop/files/gifticon.png?v=1655360031) center center no-repeat;
    width: 26px;
    height: 26px;
    max-width: 26px;
    max-height: 26px;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: -26px;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset .getset .gifticon {
    left: -24px;

}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset {
    display: none;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .options {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    height: 46%;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .qty-total-price {
    display: flex;
    justify-content: space-between;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box-footer .nums-subtotal {
    padding: 0 20px;
    display: flex;
    color: #333;
    font-size: 16px;
    line-height: 21px;
    height: 61px;
    justify-content: space-between;
    align-items: center;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box-footer .nums-subtotal .subtotal span {
    color: #CE0315;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box-footer a {
    display: flex;
    background: #7157bb;
    justify-content: center;
    align-content: center;
    vertical-align: middle;
    padding: 14px 0;
    color: #fff;
}

#add-to-cart-container .add-to-cart-content .add-to-cart-box-footer .checkout-icon {
    width: 15px;
    height: 18px;
    display: block;
    margin: 2px 0 0 20px;
}

#add-to-cart-container .add-to-cart-content .may-also-like {
    padding: 0 20px 8px 20px;
}

#add-to-cart-container .add-to-cart-content .may-also-like-header {
    font-size: 16px;
    color: #333;
    height: 21px;
    margin: 20px 0;
}

#add-to-cart-container .add-to-cart-content .may-also-like-list {
    overflow-x: auto;
    display: flex;
}

#add-to-cart-container .add-to-cart-content .may-also-like-list .may-also-like-item {
    margin: 0 7px;
}

#add-to-cart-container .add-to-cart-content .may-also-like-list .link-img {
    width: 210px;
    height: 285px;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 0;
    cursor: pointer;
    margin-bottom: 20px;
}

#add-to-cart-container .add-to-cart-content .collocation-product-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#add-to-cart-container .add-to-cart-content .collocation-product-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 460px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 8px 0;
}

#add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-header {
    text-align: right;
    padding-right: 8px;
}

#add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-header span {
    cursor: pointer;
}

#add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products {
    padding: 0 32px;
}

#add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
}

#add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item img {
    width: 170px;
    object-fit: contain;
}

#add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 30px;
    font-size: 16px;
    line-height: 21px;
}

#add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item-info .title {
    margin-bottom: 10px;
}

#add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item-info .current-price {
    margin: 5px 0;
}

#add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item-info select {
    width: 205px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    text-align: center;
    margin-bottom: 20px;
}

#add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item-info .add-to-cart-but {
    height: 28px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    margin-top: 48px;
}

@media (max-width: 1000px) {
    /*  #add-to-cart-container .add-to-cart-content {
      position: static;
    }*/
    #add-to-cart-container .add-to-cart-content .add-to-cart-box-header {
        padding: 8px 10px 10px;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box-header-nums {
        font-size: 14px;
        line-height: 19px;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box-header-close.close-pc {
        display: none;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box-header-close.close-mb {
        display: block;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box-header-close {
        text-align: left;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box {
        padding: 0 10px;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-img {
        height: 138px;
        margin-right: 0;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info {
        font-size: 12px;
        line-height: 16px;
    }

    #add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item-info .title {
        margin-bottom: 0;
    }

    #add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item-info .current-price,
    #add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item-info select {
        margin-bottom: 10px;
    }

    #add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item-info select {
        width: 140px;
        height: 24px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #CCCCCC;
        text-align: center;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .pc-price-getset {
        display: none;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset {
        display: flex;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset .price-current {
        margin-right: 2px;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .mb-price-getset .price-original {
        font-size: 12px;
        line-height: 16px;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box .add-product-box-item-info .options {
        height: 70%;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box-footer .nums-subtotal {
        font-size: 12px;
        line-height: 36px;
        justify-content: space-between;
        height: 36px;
    }

    #add-to-cart-container .add-to-cart-content .add-to-cart-box-footer a {
        padding: 6px 0;
    }

    #add-to-cart-container .add-to-cart-content .may-also-like {
        padding: 10px;
    }

    #add-to-cart-container .add-to-cart-content .may-also-like-header {
        font-size: 14px;
        height: 19px;
        line-height: 19px;
        margin: 10px 0;
    }

    #add-to-cart-container .add-to-cart-content .may-also-like-list {
        overflow-x: auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #add-to-cart-container .add-to-cart-content .may-also-like-list .may-also-like-item {
        width: 50%;
        padding: 8px;
        margin: 0;
    }

    #add-to-cart-container .add-to-cart-content .may-also-like-list .link-img {
        width: 100%;
        height: 205px;
        padding-left: 0;
        display: block;
        object-fit: cover;
        margin-bottom: 15px;
    }

    #add-to-cart-container .add-to-cart-content .collocation-product-list {
        width: 355px;
    }

    #add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item img {
        width: 132px;
    }

    #add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item-info {
        font-size: 12px;
        line-height: 16px;
    }

    #add-to-cart-container .add-to-cart-content .collocation-product-list .collocation-products .collocation-product-item-info .add-to-cart-but {
        height: 24px;
        font-size: 12px;
        line-height: 24px;
        margin-top: 38px;
    }
}

/* Map section */
.map-section {
    position: relative;
}

.map-section--map-constrained .map-section__wrapper {
    position: relative;
}

.map-section__wrapper {
    display: flex;
}

.map-section__wrapper .errors {
    padding: 80px 40px;
}

.map-section__text {
    box-sizing: border-box;
    padding: 80px 40px 80px 0;
    width: 50%;
}

.map-section__feature {
    width: 33.333%;
    display: flex;
}

.map-section__feature-image {
    flex-grow: 1;
    background-size: cover;
    background-position: center;
}

.map-section__feature-image.placeholder-image {
    height: auto;
    padding-top: 0;
}

.map-section__map {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}

.map-section__map-image {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.map-section--display-map .map-section__map-image {
    display: none !important;
}

.map-section__placeholder {
    height: 100%;
    padding: 0;
}

.map-section--display-map .map-section__placeholder {
    display: none !important;
}

.map-section__map-container {
    height: 100%;
}

.map-section--has-feature-image .map-section__text {
    width: 25%;
}

.map-section--has-feature-image .map-section__map {
    width: calc(50% - 89.5px);
}

@media (max-width: 1160px) {
    .map-section--has-feature-image .map-section__map {
        width: calc((100% - 80px) * 0.41666 + 40.5px);
    }
}

@media (max-width: 959px) {
    .map-section .container {
        padding: 0;
    }

    .map-section__wrapper {
        flex-wrap: wrap;
    }

    .map-section__text {
        width: 50%;
        padding: 80px 40px;
    }

    .map-section__map {
        width: 50%;
    }

    .map-section--has-feature-image .map-section__text,
    .map-section--has-feature-image .map-section__feature {
        width: 50%;
    }

    .map-section--has-feature-image .map-section__text {
        padding-right: 40px;
    }

    .map-section--has-feature-image .map-section__map {
        position: static;
        width: 100%;
        height: 55vh;
    }
}

@media (max-width: 1000px) {
    .map-section__wrapper {
        display: block;
    }

    .map-section__text,
    .map-section--has-feature-image .map-section__text {
        width: auto;
        padding: 40px 16px;
    }

    .map-section__feature,
    .map-section__map {
        position: static;
        width: auto;
        height: 55vh;
    }

    .map-section--has-feature-image .map-section__text,
    .map-section--has-feature-image .map-section__feature,
    .map-section--has-feature-image .map-section__map {
        width: auto;
    }

    .map-section__feature,
    .map-section__placeholder,
    .map-section__map-container {
        height: 55vh;
    }
}



/* Responsive images */
.rimage-outer-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.rimage-wrapper {
    position: relative;
    transition: background 150ms;
}

.rimage-wrapper.lazyload--placeholder {
    background: #f0f0f0;
}

.rimage-wrapper .rimage__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-media--image {
    cursor: zoom-in;
}

.rimage-wrapper .rimage__image.blur-in {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: filter 400ms, -webkit-filter 400ms;
}

.rimage-wrapper .rimage__image.blur-in.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.rimage-wrapper .rimage__image.fade-in {
    opacity: 0;
    transition: opacity 500ms;
}

.rimage-wrapper .rimage__image.fade-in.lazyloaded {
    opacity: 1;

}

.rimage-wrapper .rimage__image.cover {
    object-fit: cover;
}

.rimage-background {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}

.rimage-wrapper .rimage-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rimage-background[data-parent-fit="contain"] {
    background-size: contain;
}

.rimage-background.fade-in {
    opacity: 0;
    transition: opacity 500ms;
}

.rimage-background.fade-in.lazyloaded {
    opacity: 1;
}

.rimage-background-wrapper {
    transition: background 150ms;
}

.rimage-background-wrapper.lazyload--placeholder {
    background: #f0f0f0;
}

.theme-product-reviews > a {
    display: inline-block;
}

.theme-product-reviews-full .spr-container {
    padding: 0;
    border-color: rgba(23, 23, 23, 0.2);
}

.theme-product-reviews-full .spr-header {
    padding: 20px;
}

.theme-product-reviews-full .spr-form {
    margin: 0;
    padding: 20px;
    border-top: 1px solidrgba(23, 23, 23, 0.2);
}

.theme-product-reviews-full .spr-reviews {
    margin: 0;
    padding: 0 0 20px;
    border-top: 1px solidrgba(23, 23, 23, 0.2);
}

.theme-product-reviews-full .spr-review {
    box-sizing: border-box;
    margin: 0;
    padding: 20px 20px 0;
    border: 0;
}

.theme-product-reviews-full .spr-review .spr-icon {
    font-size: 100%;
}

.theme-product-reviews-full .spr-review:first-child {
    margin-top: 0;
}

.theme-product-reviews-full .spr-review-header-title {
    font-size: 18px;
}

.theme-product-reviews-full .spr-review-header-byline {
    display: block;
    margin: 0.1em 0 0.6em;
    font-size: 15px;
    line-height: 1.4em;
    font-style: normal;
    opacity: 0.6;
}

.theme-product-reviews-full .spr-review-header-byline strong {
    font-weight: normal;
}

.theme-product-reviews-full .spr-review-content-body {
    font-size: 15px;
    line-height: 1.4em;
}

.theme-product-reviews-full .spr-review-reportreview {
    font-size: 80%;
}

@media (min-width: 800px) {
    .theme-product-reviews-full .spr-reviews {
        display: flex;
        flex-wrap: wrap;
    }

    .theme-product-reviews-full .spr-reviews .spr-review {
        width: 50%;
    }
}

.theme-product-reviews-full .spr-pagination {
    width: 100%;
    margin-top: 20px;
    padding: 20px 0 0;
    border-top-color: rgba(23, 23, 23, 0.2);
}

.theme-product-reviews-full .spr-pagination .spr-pagination-page {
    margin: 0 5px;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-page.is-active {
    font-weight: normal;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-prev {
    left: 20px;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-next {
    right: 20px;
}

.theme-money {
    white-space: nowrap;
}

.toggle-target {
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
}

.toggle-target--hidden {
    display: none;
}

.loading-spinner {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid transparent;
    border-left-color: currentColor;
    animation: loadingSpinner 1s linear infinite;
}

@keyframes loadingSpinner {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.image-overlap {
    display: flex;
    margin: 0 auto;
}

.image-overlap .image-overlap__image {
    flex: 1 0 50%;
}

.image-overlap .image-overlap__image-1:not(:last-child) {
    position: relative;
    margin-top: 45px;
    z-index: 1;
}

.image-overlap .image-overlap__image-2 {
    margin-right: -45px;
    transform: translate3d(-45px, 0, 0);
}

.image-overlap .placeholder-image {
    box-shadow: 0 0 0 5px#ffffff;
}

@media (min-width: 1000px) {
    .feature-text-paired {
        margin-left: 15%;
        margin-right: 15%;
    }
}

.block-link {
    display: block;
}

.large-light-icon {
    opacity: 0.75;
}

.large-light-icon svg {
    width: 30px;
    height: 30px;
    stroke-width: 1;
}

.sticky-content-container {
    position: -webkit-sticky;
    position: sticky;
    top: calc(91px + var(--theme-sticky-header-height));
}

/* mobile visibility utilities */
.mobile-only {
    display: none;
}

.mobile-only-ib {
    display: none;
}

.mobile-only-flex {
    display: none;
}

/* Roughly tablet size */
@media only screen and (max-width: 959px) {
    .layout .col-third {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .layout .col-third,
    .layout .col-third.left,
    .layout .col-third.right {
        float: none;
        width: auto;
        margin-bottom: 20px;
        margin-left: 0;
    }

    #customer_sidebar,
    #customer_orders {
        float: none;
        display: block;
        width: auto;
        margin: 20px 0;
    }

    .cart-item-list-heading--price,
    .cart-item__price {
        width: 140px;
    }

    .cart-item-list-heading--total,
    .cart-item__total {
        width: 100px;
    }

    #template button,
    #template input,
    #template textarea {
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* Phone sizes typically start here */
@media (max-width: 1000px) {
    .mobile-only {
        display: block;
    }

    .mobile-only-ib {
        display: inline-block;
    }

    .mobile-only-flex {
        display: flex;
    }

    .desktop-only {
        display: none !important;
    }

    /* iOS zoom workaround */
    input,
    select,
    textarea {
        font-size: 16px;
        line-height: 1em;
    }

    .styled-select select {
        font-size: 16px !important;
        line-height: 1em !important;
    }

    .align-left-mobile {
        text-align: left;
    }

    /* General layout */
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container--not-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .strongly-padded-row {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .strongly-spaced-row {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .layout-column-half-left,
    .layout-column-half-right {
        float: none;
        width: auto;
    }

    .layout-column-half-left {
        margin-bottom: 50px;
    }

    .layout-content-with-image-left .content,
    .layout-content-with-image-left .image-cont,
    .layout-content-with-image-right .content,
    .layout-content-with-image-right .image-cont {
        display: block;
        width: auto;
        margin: 20px 0;
    }

    .layout-content-with-image-mobile-above {
        display: flex;
        flex-direction: column;
    }

    .layout-content-with-image-mobile-above .content {
        order: 2;
    }

    .layout-content-with-image-mobile-above .image-cont {
        order: 1;
    }

    .layout-content-with-image-mobile-below {
        display: flex;
        flex-direction: column;
    }

    .layout-content-with-image-mobile-below .content {
        order: 1;
    }

    .layout-content-with-image-mobile-below .image-cont {
        order: 2;
    }

    #template.lefty-form {
        text-align: center;
    }

    #store-messages {
        display: none;
    }

    #store-messages-mobile {
        display: block;
    }

    .collection-slider .has-paging {
        display: flex;
    }

    .collection-slider .has-paging .prev,
    .collection-slider .has-paging .next {
        margin: -10px 0;
    }

    .collection-slider .has-paging .next {
        left: auto;
        right: 10px;
    }

    .collection-slider .has-paging .has-paging__title {
        flex-grow: 1;
    }

    .product-block.page-block .block-inner {
        width: auto;
    }

    .blog-row .layout .article.col-third:not(:last-child) {
        margin-bottom: 60px;
    }

    .cart-item-list__head {
        display: none;
    }

    .cart-item {
        border-top: 0;
        border-bottom: 1px solid#e2e2e2;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cart-item:last-child {
        border-bottom: 0;
    }

    .cart-item__column {
        text-align: left;
        width: auto;
        padding: 0;
    }

    .cart-item__image {
        width: 100px;
        height: 150px;
        margin-right: 20px;
    }

    .cart-item__not-image {
        display: block;
    }

    .cart-item__quantity {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 1em;
    }

    .cart-item__quantity .quantity {
        margin-right: 1em;
    }

    .cart-item__total {
        display: none;
    }

    #cartform #shipping-calculator {
        margin-right: 0;
        display: block;
    }

    #cartform #shipping-calculator .inputrow {
        width: auto;
        padding-right: 0;
    }

    #cartform #shipping-calculator .inputrow .button {
        box-sizing: border-box;
        width: 100%;
    }

    #cartform .checkout-col {
        width: auto;
    }

    .sharing {
        display: block;
    }

    .sharing a {
        /* margin-left: 20px; */
    }

    .sharing svg {
        width: 20px;
        height: 20px;
    }

    .sharing li:last-child a {
        margin-right: 0;
    }

    .template-product #content {
        margin-top: 0;
        padding-bottom: 0;
    }

    .product-detail {
        display: block;
    }

    .product-detail .detail .title {
        min-width: 0;
    }

    .product-detail .product-form .input-row select {
        font-size: 14px !important;
        width: calc(100% - 10px) !important;
    }

    .template-article .article .meta {
        border-top: 1px solid#f1f1f1;
    }

    .template-article .article .meta .iconmeta {
        display: block;
        padding: 10px 0;
        border-bottom: 1px dotted#f1f1f1;
    }

    .template-article .article .pagination-row {
        margin-top: 0;
        padding: 10px 0;
        border-bottom: 1px solid#f1f1f1;
    }

    #pagefooter .copyright .copy {
        white-space: normal;
    }

    .overlay-text-parent--mobile-stack {
        color: inherit;
    }

    .overlay-text-parent--mobile-stack .overlay-text {
        position: static;
        padding: 30px 20px 20px;
        width: auto;
        text-align: center;
    }

    .slick-dotted .overlay-text-parent--mobile-stack .overlay-text {
        padding-bottom: 5px;
    }

    .overlay-text-parent--mobile-stack .overlay-text .overlay-text__inner,
    .overlay-text-parent--mobile-stack .overlay-text .overlay-text__text {
        padding: 0;
    }

    .overlay-text-parent--mobile-stack .overlay-text .overlay-text__title {
        color: #171717;
    }

    .overlay-text-parent--mobile-stack .overlay-text .overlay-text__text a {
        border-bottom-color: #171717;
    }

    .overlay-text-parent--mobile-stack .overlay-text .button {
        margin-bottom: 10px;
    }

    .overlay-text-parent--mobile-stack.image-overlay--bg-full::after {
        content: none;
    }

    .pagination-row.pagination-row-tabular {
        display: block;
    }

    .pagination-row.pagination-row-tabular > .inner {
        display: flex;
        flex-wrap: wrap;
    }

    .pagination-row.pagination-row-tabular > .inner > * {
        display: block;
        width: 50%;
        order: 1;
    }

    .pagination-row.pagination-row-tabular > .inner > .back {
        order: 2;
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 360px) {
    #cartform .item .image {
        margin-left: 0;
        width: 50px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    html {
        -webkit-text-size-adjust: none;
        /* Prevent iOS font scaling */
    }
}

/* thinner icons on high-dpi screens */
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .cross-page-promos svg.feather {
        stroke-width: 1;
    }
}

/* Animations */
@-webkit-keyframes reveal {
    0% {
        margin-left: -999px;
        opacity: 0;
    }
    1% {
        margin-left: 0;
        opacity: 0;
        -webkit-transform: scale(0.98) translateY(-15px);
    }
    80% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes reveal {
    0% {
        margin-left: -999px;
        opacity: 0;
    }
    1% {
        margin-left: 0;
        opacity: 0;
        transform: scale(0.98) translateY(-15px);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: translateY(0);
    }
}

/*****************************/
/***** PASSWORD TEMPLATE *****/
/*****************************/
html.template-password {
    min-height: 100%;
}

html.template-password body {
    min-height: 100%;
    font-size: 15px;
    line-height: 1.3em;
    text-align: center;
    background: #ffffff;
 background-repeat: repeat;

}

html.template-password .password-container {
    display: table;
    height: 100%;
    width: 100%;
}

html.template-password .password-store-name,
html.template-password .password-main,
html.template-password .password-footer {
    display: table-row;
}

html.template-password .password-store-name-inner,
html.template-password .password-main-inner,
html.template-password .password-footer-inner {
    display: table-cell;
    padding: 20px;
}

html.template-password .password-store-name {
    height: 1px;
}

html.template-password .password-main {
    height: 100%;
}

html.template-password .password-main-inner {
    vertical-align: middle;
}

html.template-password .password-footer {
    height: 1px;
}

html.template-password .password-login-link {
    margin: 20px 0 40px;
    text-align: right;
}

html.template-password .password-login-link svg {
    width: 10px;
    height: 12px;
    margin-right: 4px;
    vertical-align: middle;
}

html.template-password .password-login-link svg path {
    transition: fill 100ms;
}

html.template-password .password-login-link.mobile-only {
    margin: 20px 20px 40px;
    text-align: center;
}

html.template-password .password-login-link-label {
    vertical-align: middle;
}

html.template-password h1, html.template-password h2, html.template-password h3, html.template-password h4, html.template-password h5, html.template-password h6, html.template-password a, html.template-password a:hover {
    color: inherit;
}

html.template-password h1 {
    font-size: 2em;
    word-break: break-word;
}

html.template-password h1 a:hover {
    text-decoration: none;
}

html.template-password h2 {
    font-size: 4em;
}

html.template-password input[type=text], html.template-password input[type=email], html.template-password input[type=password] {
    margin: 0 5px 0 0;
    color: #666;
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

html.template-password input[type=submit] {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    min-width: 0;
    cursor: pointer;
    border-radius: 5px;
}

html.template-password #shoplogo {
    margin: 0 auto;
}

html.template-password #shoplogo .logotext {
    font-size: 28px;
    line-height: 1em;
}

html.template-password .shopify-name {
    display: none;
}

html.template-password .password-message {
    margin-bottom: 2em;
}

html.template-password .password-signup {
    margin-bottom: 4em;
}

html.template-password .password-signup input[type=email] {
    box-sizing: content-box;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    padding: 4px 18px;
    margin-right: -1px;
    width: 250px;
    border-radius: 5px 0 0 5px;
}

html.template-password .password-signup input[type=submit] {
    box-sizing: content-box;
    font-size: 13px;
    line-height: 36px;
    height: 36px;
    padding: 4px 18px;
    border: 1px solid#9a83da;
    border-radius: 0 5px 5px 0;
}

html.template-password .password-signup input[type=submit]:hover {
    background-color: #7157bb;
}

@media only screen and (max-width: 420px) {
    html.template-password .password-signup input[type=email] {
        width: 90%;
    }

    html.template-password .password-signup input[type=email],
    html.template-password .password-signup input[type=submit] {
        margin: 0 0 10px;
        border-radius: 5px;
    }
}

html.template-password .password-social li {
    display: inline-block;
    white-space: nowrap;
}

html.template-password .password-social a {
    color: #fff;
    margin: 10px;
    display: inline-block;
    padding: 2px 12px 4px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

html.template-password .password-social a span {
    vertical-align: middle;
}

html.template-password .password-social a:hover {
    color: #fff;
    opacity: 0.9;
}

html.template-password .password-social a:hover, html.template-password .password-social a:hover span {
    text-decoration: none;
}

html.template-password .password-social a svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    height: 15px;
    width: 15px;
}

html.template-password .password-social a svg, html.template-password .password-social a svg g {
    fill: #fff;
}

html.template-password .password-social .password-social-item-facebook {
    background: #3b5998;
}

html.template-password .password-social .password-social-item-twitter {
    background: #00aced;
}

html.template-password .password-footer-inner {
    padding-top: 100px;
    line-height: 2em;
}

html.template-password .password-footer-inner .powered-by, html.template-password .password-footer-inner svg {
    vertical-align: middle;
}

html.template-password .password-footer-inner svg {
    margin: 0 0 0 5px;
    width: 80px;
    height: 23px;
}

html.template-password #password-login {
    color: #171717;
}

html.template-password #password-login label {
    display: block;
    margin: 0 0 0.5em;
}

html.template-password #password-login input[type=password] {
    width: 150px;
    flex: 1 1 auto;
}

html.template-password #password-login .password-owner {
    margin-top: 2em;
}

html.template-password .password-login__input-row {
    display: flex;
}

html.template-password .password-login__button {
    flex-grow: 1;
    padding: 10px;
    border-radius: 5px;
}

html.template-password.js #password-login-container {
    display: block;
}

.giftcard-header {
    text-align: center;
}

.giftcard-header .logo {
    max-height: none;
}

.shopify-challenge__container {
    padding-top: 60px;
    padding-bottom: 40px;
}


.zdisBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2px;
}

.zdisBtn .product-likeIcon {
    width: 17px;
    height: 15px;
    background: url("/cdn/shop/files/love.png?v=1635839116") no-repeat 50%;
    cursor: pointer;
    background-size: 100% 100%;
    padding-right: 5px;
    z-index: 8;
    margin-right: 5px;
}

.zdisBtn .on {
    background: url("https://cdn.shopifycdn.net/s/files/1/0575/5827/0159/files/loveHover.png?v=1661741725") no-repeat 50%;
    background-size: 100% 100%;

}

@media (max-width: 1000px) {
    .product-likeIcon {
        opacity: 1;
        position: absolute;
        width: 20px;
        height: 20px;
        z-index: 100;
        background: url("https://cdn.shopifycdn.net/s/files/1/0677/0917/4051/files/13_2x_2db9f91f-4099-44e0-bb08-f2973129e218.png?v=1684920234") no-repeat;
        background-size: contain;
    }

    .on {
        background: url("https://cdn.shopifycdn.net/s/files/1/0677/0917/4051/files/10_2x_65cd9771-243a-4255-a38d-8f660a77e07b.png?v=1684979596") no-repeat;
        background-size: contain;
    }
}

.product-block .product-link .product-block__title {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 52px;
    font-size: 16px;
}

/* .indexFeaturedUse  .product-block .product-link .product-block__title{

}
.filter-container .product-block .product-link .product-block__title{
  min-height:40px;
} */

/** new style **/
/**  shareGift page **/
.disNone {
    display: none !important;
}

.disBlock {
    display: block !important;
}

.shareBgContent {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 426px;
    cursor: pointer;
    max-width: 100%;
    z-index: 999;
}

.shareBgContent .shareTop {
    background-color: #fff;
    width: 100%;
    height: 48px;
    background: #ffffff;
    line-height: 48px;
    box-shadow: 0px 2px 4px 1px rgba(162, 159, 159, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.shareBgContent .shareTop .shareTittle {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: #5d228e;
}

.shareBgContent .shareTop .shareTittle .progressBox {
    width: 32px;
    margin-right: 30px;
}

.shareBgContent .shareTop .close {
    font-size: 20px;
    color: #000000;
}

.shareBgContent .shareBottom {
    width: 100%;
    display: none;
}

.shareBgContent .down {
    display: none;
}

.shareBgContent .arrowUp {
    transform: rotate(180deg);
    display: block;
}

.shareBgContent .arrowUp svg {
    width: 20px;
}

.shareBgContent .down svg {
    width: 20px;
}


/** washing page **/
.washing-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
    user-select: none;
}

.washing-page .title {
    padding: 30px 0 10px;
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    margin: 0;
}

.washing-page .abstract {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    text-align: center;
    padding: 10px 8% 60px;
}

.washing-page .level-title {
    font-size: 26px;
    color: #7157BB;
    line-height: 35px;
    padding-bottom: 10px;
}

.washing-page .describe {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    padding-bottom: 20px;
}

.washing-page video {
    width: 100%;
    height: auto;
    background: #999;
}

.washing-page .step-list {
    height: 400px;
    background: #FFF5F5;
    padding: 40px 37px 24px 51px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.washing-page .hand-step-list {
    padding-left: 8.3%;
}

.washing-page .step-list .step {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.washing-page .step-list .step .explain {
    text-align: center;
    height: 40px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
}

.washing-page .step-list .mode1-1 {
    width: 28.7%;
}

.washing-page .step-list .mode1-2 {
    width: 23.5%;
    margin: 13px 6.7% 0 9%;
}

.washing-page .step-list .mode1-3 {
    width: 32%;
}

.washing-page .step-list .mode2-1 {
    width: 18.8%;
}

.washing-page .step-list .mode2-2 {
    width: 22.7%;
    margin: 0 7% 0 14.5%;
}

.washing-page p {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    margin: 0;
}

.washing-page .footer {
    background: url(/cdn/shop/files/wash-footer.png?v=1663048896) center center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 160px;
    margin-top: 30px;
    margin-bottom: 68px;
}

.washing-page .footer div {
    padding: 35px 14%;
    color: #FFFFFF;
    line-height: 44px;
    font-size: 24px;
    text-align: center;
}

@media (max-width: 1000px) {
    .washing-page {
        padding: 0 16px;
    }

    .washing-page .title {
        padding: 10px 0 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .washing-page .abstract {
        font-size: 12px;
        line-height: 16px;
        padding: 0 0 30px 0;
    }

    .washing-page .level-title {
        font-size: 14px;
        line-height: 19px;
        text-align: center;
    }

    .washing-page .describe {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 10px;
    }

    .washing-page .step-list {
        height: auto;
        min-height: 600px;
        background: #FFF5F5;
        padding: 10px 70px 35px;
        display: block;
        margin-bottom: 20px;
        padding-bottom: 40px;
    }

    .washing-page .step-list .step {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .washing-page .step-list .step .explain {
        text-align: center;
        height: auto;
        line-height: 16px;
        display: block;
        font-size: 12px;
        padding-top: 10px;
    }

    .washing-page .step-list .mode1-1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .washing-page .step-list .mode1-1 .img1 {
        min-height: 113px;
    }

    .washing-page .step-list .mode1-2 {
        width: 74%;
        margin: 0 auto 40px;
    }

    .washing-page .step-list .mode1-1 .img2 {
        min-height: 100px;
    }

    .washing-page .step-list .mode1-3 {
        width: 88%;
        margin: 0 auto;
    }

    .washing-page .step-list .mode2-1 {
        width: 80%;
        margin: 0 auto 40px;
    }

    .washing-page .step-list .mode2-1 .img4 {
        width: 80%;
        margin: 0 auto;
    }

    .washing-page .step-list .mode2-2 {
        width: 72%;
        margin: 0 auto 40px;
    }

    .washing-page p {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

    .washing-page .footer {
        background: url(/cdn/shop/files/wash-footer.png?v=1663048896) center center no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 160px;
        margin-top: 30px;
        margin-bottom: 32px;
    }

    .washing-page .footer div {
        padding: 40px 28px;
        line-height: 26px;
        font-size: 14px;
    }
}

.findSizeWrap {
    max-width: 1500px;
    margin: 0 auto;
    font-family: Figtree,sans-serif;
}

.findSizeWrap .imgtopTittle {
    display: flex;
    flex-direction: column;
}

.findSizeWrap .findSizeBra {
    padding: 45px 0 30px 0;
}

.findSizeWrap .findSizeBra .sizeText {
    margin-bottom: 27px;
}

.findSizeWrap .sizeBraData {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.findSizeWrap .sizeBraData .sizeBraImg {
    width: 90%;
    margin-bottom: 40px;

}

.findSizeWrap .findSizeItemFF {
    width: 100%;
    background-color: #fff;
}

.findSizeWrap .measureBraDeatl {
    margin: 40px auto;
    width: 60%
}

.findSizeWrap .measureBraDeatl .measureBraList {
    display: flex;
    align-items: center;
    margin-Bottom: 20px;
}

.findSizeWrap .measureBraDeatl .measureBraList .leftImgWrap img {
    min-width: 160px;
}

.findSizeWrap .measureBraDeatl .measureBraList .rightText {
    margin-left: 80px;
}

.findSizeWrap .measureBraDeatl .measureBraList .rightText .measureText span {
    width: 6px;
    height: 6px;
    background: #5D228E;
    border-radius: 50%;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    position: absolute;
    left: -10px;
}

.findSizeWrap .measureBraDeatl .measureBraList .measureTittle {
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    line-height: 26px;
    margin-bottom: 15px;
}

.findSizeWrap .measureBraDeatl .measureBraList .rightText .measureText {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    line-height: 25px;
    display: flex;
    position: relative;

}

.findSizeWrap .BreastShape {
    padding: 52px 0;
    width: 88%;
    margin: 0 auto;
}

.findSizeWrap .BreastShape .breastShapeDetail {
    margin-top: 44px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.findSizeWrap .BreastShape .breastShapeList {
    width: 206px;
    margin-bottom: 20px;
}

.findSizeWrap .BreastShape .breastShapeList .breastShapeImg {
    width: 206px;
    height: 220px;
}

.findSizeWrap .BreastShape .breastShapeList .topImgWrap {
    margin-bottom: 20px;
}

.findSizeWrap .BreastShape .breastShapeList .listTittle {
    font-size: 22px;
    color: #000000;
    line-height: 26px;
}

.findSizeWrap .BreastShape .breastShapeList .listText {
    font-size: 18px;
    color: #000000;
    line-height: 20px;
}

.findSizeWrap .findSizeItemF8 {
    width: 100%;
    background-color: #f8f8f8;
}

.findSizeWrap .FittingGuide {
    width: 88%;
    padding: 30px 0;
    margin: 0 auto;
}

.findSizeWrap .bigTittle {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.findSizeWrap .smallTittle {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 26px;
    margin-top: 35px;
    text-align: center;
    margin-bottom: 15px;
}

.findSizeWrap .sizeText {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    line-height: 26px;
    text-align: center;
}

.findSizeWrap .fittingDetail {
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.findSizeWrap .fittingList {
    width: 230px;
    background: #D5CEE1;
    border-radius: 5px;
    margin-bottom: 22px;
    cursor: pointer;
}

.findSizeWrap .fittingList .topImgWrap {
    width: 100%;
    height: 103px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.findSizeWrap .fittingList .topImgWrap .guideImg {
    width: 72px;
    height: 72px;
}

.findSizeWrap .fittingList .bottomTextWrap {
    height: 67px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #000000;
    line-height: 26px;
    padding: 0 15px;
}

.findSizeWrap .sizeText span {
    color: #9A83DA;
    text-decoration: underline;
}

.mobileImg {
    display: none;
}

.pcImg {
    display: block;
}

.pcShowText {
    margin: 0;
    display: block;
}

.mobileText {
    margin: 0;
    display: none;
}

.sizeBraData .bigTittleLast {
    font-size: 36px;
    font-weight: normal;
    color: #000000;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;

}

.sizeBraData .sizeTextLast {
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .mobileImg {
        display: block;
    }

    .pcImg {
        display: none;
    }

    .pcShowText {
        display: none;
    }

    .mobileText {
        display: block;
    }

    .findSizeWrap .bigTittle {
        font-size: 18px;
        line-height: 21px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .findSizeWrap .smallTittle {
        font-size: 16px;
        line-height: 18px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .findSizeWrap .sizeText {
        font-size: 12px;
        color: #000000;
        line-height: 14px;
        padding: 0 20px;
    }

    .findSizeWrap .measureBraDeatl {
        margin: 5px auto 0;
    }

    .findSizeWrap .BreastShape .breastShapeDetail {
        margin-top: 16px;
    }

    .findSizeWrap .BreastShape .breastShapeList .topImgWrap {
        margin-bottom: 0px;
    }

    .sizeBraData .bigTittleLast {
        font-size: 18px;
        color: #000000;
        line-height: 24px;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 500;

    }

    .sizeBraData .sizeTextLast {
        font-size: 16px;
        color: #000000;
        line-height: 18px;
        text-align: center;
        margin-bottom: 20px;
    }

    .findSizeWrap .sizeBraData {
        padding: 20px 0;
    }

    #view-size-chart .sizeBraData {
        padding: 20px 0;
    }

    .findSizeWrap .BreastShape .breastShapeList .listText {
        font-size: 12px;
        color: #000000;
        line-height: 14px;
        padding: 0 10px;
        text-align: center;
        margin-top: 5px;
    }

    .findSizeWrap .measureBraDeatl .measureBraList .measureTittle {
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        margin-bottom: 10px;
        text-align: center;
    }

    .findSizeWrap .measureBraDeatl .measureBraList .rightText .measureText span {
        width: 8px;
        height: 8px;
        margin-top: 5px;
        left: 5px;
    }

    .findSizeWrap .measureBraDeatl {
        width: 100%;
    }

    #view-size-chart .findSizeBra {
        padding: 20px 0 20px 0;
    }

    .findSizeWrap .measureBraDeatl .measureBraList .rightText .measureText {
        font-size: 12px;
        line-height: 16px;
        padding: 0 10px 0 20px;
    }

    .findSizeWrap .BreastShape .breastShapeList .listTittle {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        font-weight: 600;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 18px;
    }

    .findSizeWrap .BreastShape {
        width: 98%;
        padding-top: 25px;
        padding-bottom: 0px;
    }

    .findSizeWrap .fittingList .topImgWrap {
        height: 70px;
    }

    .findSizeWrap .fittingList .bottomTextWrap {
        height: 30px;
        font-size: 12px;
        line-height: 14px;
    }

    .findSizeWrap .FittingGuide {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }

    .findSizeWrap .fittingList .topImgWrap .guideImg {
        width: 38px;
        height: 38px;
    }

    .findSizeWrap .measureBraDeatl .measureBraList {
        flex-direction: row-reverse;
    }

    .findSizeWrap .measureBraDeatl .measureBraList .rightText {
        margin-left: 0;
    }

    .findSizeWrap .measureBraDeatl .measureBraList .leftImgWrap {
        margin-bottom: 5px;
    }

    .findSizeWrap .BreastShape .breastShapeList, .findSizeWrap .fittingList {
        width: 31%;
        min-width: 125px;
    }

    .findSizeWrap .findMobilePc {
        width: 100%;
        min-height: 150px;
        aspect-ratio: 259 / 249;
    }

    .findSizeWrap .BreastShape .breastShapeList .breastShapeImg {
        width: 100%;
        height: auto;
    }
}

/**** luck draw  ***/
.lotteryWrap .bgWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(216, 216, 216, 0.6);
    z-index: 998;
    display: none;
}

.lotteryWrap .ruleWrapModeil {
    display: none;
}

.lotteryWrap .bgtable {
    display: none;
}

.lotteryWrap .gameSuccessWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
    width: 100%
}

.lotteryWrap .gameSuccessWrap .gameSuccessWrapDetail {
    width: 520px;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 15px 15px 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.lotteryWrap .gameSuccessWrap .successImgWrap {
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: 600;
    color: #D1133E;
    line-height: 50px;
}

.lotteryWrap .gameSuccessWrap .successImgWrap .add {
    margin-left: 10px;
}

.lotteryWrap .gameSuccessWrap .successImg {
    width: 99px;
}

.lotteryWrap .gameSuccessWrap .congratsH2 {
    margin: 20px 0;
}

.lotteryWrap .gameButton {
    width: 204px;
    height: 30px;
    background: #D1133E;
    border-radius: 22px;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    cursor: pointer;
}

.lotteryWrap .congratsWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;

    display: none;
}

.lotteryWrap .congratsWrap .congratsWrapDetail {
    width: 760px;
    border-radius: 5px;
    padding: 15px 15px 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.lotteryWrap .successImg {
    width: 248px;
}

.lotteryWrap .congratsTittle {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    margin: 10px 0;
}

.lotteryWrap .congratsH2 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
}

.lotteryWrap .congratsH3 {
    font-size: 14px;
    font-weight: 400;
    color: #B8B8B8;
    line-height: 20px;
}

.lotteryWrap .redText {
    color: #D1133E;
}

.lotteryWrap .confirmButtonWrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin-top: 20px;
}

.lotteryWrap .confirmButtonWrap .confirmButton {
    padding: 0 35px;
    height: 30px;
    background: #000000;
    border-radius: 22px;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 29px;
    cursor: pointer;
}

.marginTop20 {
    margin-top: 20px !important;
}

.lotteryWrap .ruleWrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 760px;
    background: #fff;
    border-radius: 5px;
    padding: 15px 15px 30px 15px;
    margin: auto;
}

.lotteryWrap .ruleWrap .ruleTittle {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #000;
}

.lotteryWrap .ruleWrap .ruleText p {
    margin: 0;
    padding: 0;
}

.lotteryWrap .ruleWrap .ruleText {
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
    margin-top: 25px;
}

.lotteryWrap .ruleWrap .ruleButton {
    width: 204px;
    height: 30px;
    background: #000000;
    border-radius: 22px;
    line-height: 30px;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 20px auto;
    cursor: pointer;
}

.lotteryWrap .turntable {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.lotteryWrap .turntable .turnplate {
    display: block;
    width: 100%;
    position: relative;
    background-image: url(/cdn/shop/files/luckWrap.png?v=1644892576);
    background-size: 100% 100%;
    margin: 0 auto;
}

.lotteryWrap .turntable .turnplate canvas {
    width: 100%;
}

.lotteryWrap .turntable #pointer {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
}

.lotteryWrap .turntable .turnplate img.pointer {
}

.lotteryWrap .turntable .turnplate .spinPointer {
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}

.lotteryWrap {
    overflow: hidden;
    position: relative;
    max-width: 1500px;
    padding: 50px;
    padding-bottom: 100px;
    background: linear-gradient(156deg, #FA8598 0%, #E5788A 100%);
    margin: 0 auto;
    font-family: Figtree,sans-serif;
}

.lotteryWrap .bottomWrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.lotteryWrap .bottomWrap .bgLuckImg {
    position: absolute;
    bottom: -220px;
    right: 150px;
}

.lotteryWrap .bottomWrap .luckWrap {
    width: 48%;
    min-width: 500px;
    position: relative;
}

.lotteryWrap .bottomWrap .luckWrap .noLuckBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
}

.lotteryWrap .bottomWrap .luckWrap .luckNull {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    width: 78%;
    z-index: 3;
}

.lotteryWrap .bottomWrap .luckWrap .luckNull .noLuckButton {
    width: 265px;
    height: 30px;
    background: #D1133E;
    border-radius: 22px;
    font-size: 21px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.lotteryWrap .bottomWrap .luckWrap .luckNull .luckNullText {
    font-size: 17px;
    font-family: Figtree,sans-serif;
    font-weight: 600;
    color: #000000;
    line-height: 29px;
}

.lotteryWrap .bottomWrap .shareLinkDetail {
    max-width: 100%;
    width: 555px;
    padding-bottom: 200px;
    background-image: url(/cdn/shop/files/spinBg.png?v=1644816851);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
}


.lotteryWrap .bottomWrap .prizeWrap .prizeNull {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lotteryWrap .bottomWrap .prizeWrap .prizeDetail {
    max-height: 220px;
    overflow-y: auto;
    margin-top: 10px;
}

.lotteryWrap .bottomWrap .prizeWrap .prizeDetail .prizeList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    color: #000000;
}

.lotteryWrap .bottomWrap .prizeWrap .prizeDetail .prizeList .number {
    width: 20%;
}

.lotteryWrap .bottomWrap .prizeWrap .prizeDetail .prizeList .time {
    width: 50%;
}

.lotteryWrap .bottomWrap .prizeWrap .prizeDetail .prizeList .prize {
    width: 20%;
}

.lotteryWrap .bottomWrap .prizeWrap .prizeDetail .prizeList .isUse {
    width: 10%;
}

.lotteryWrap .bottomWrap .prizeWrap .prizeDetail .isUseList {
    color: #B8B8B8;
}

.lotteryWrap .bottomWrap .prizeDetail .prizeList .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.lotteryWrap .bottomWrap .prizeWrap .messageNull {
    width: 80px;
}

.lotteryWrap .bottomWrap .prizeWrap .prizeNullText {
    font-size: 14px;
    font-weight: 400;
    color: #B8B8B8;
    line-height: 20px;
    margin-top: 20px;
}

.lotteryWrap .bottomWrap .prizeTittle {
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    line-height: 29px;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}


.lotteryWrap .bottomWrap .shareLinkWrap {

    background: #FFFFFF;
    border-radius: 5px;
    padding: 28px 15px;
}

.lotteryWrap .bottomWrap .prizeWrap {
    margin-top: 40px;
    padding-top: 20px;
    position: relative;
}

.lotteryWrap .bottomWrap .shareLinkWrap .shareTittle {
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    line-height: 29px;
    margin-bottom: 10px;
}

.lotteryWrap .bottomWrap .shareLinkWrap .shareBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.lotteryWrap .bottomWrap .shareLinkWrap .shareBottomBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    display: none;
    z-index: 9;
}

.lotteryWrap .bottomWrap .shareLinkWrap .linkTop {
    margin-bottom: 40px;
}

.lotteryWrap .bottomWrap .shareLinkWrap .shareBottom .shareText {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    width: 50%;
}

.lotteryWrap .bottomWrap .shareLinkWrap .shareBottom .shareBtn {
    display: flex;
    align-items: center;

}

.lotteryWrap .shareBottom .shareBtn {
    position: relative;
}

.lotteryWrap .shareBottom .shareBtn .bgTips {
    position: absolute;
    top: -40px;
    left: 62%;
    padding: 5px 8px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    display: none;
}

.lotteryWrap .shareBottom .shareBtn .bgTips .downTriangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.lotteryWrap .bottomWrap .shareLinkWrap .shareBottom .shareBtn .shareImg {
    width: 34px;
    margin-left: 5px;
    cursor: pointer;
}

.lotteryWrap .bottomWrap .shareLinkWrap .shareBottom .shareGo {
    width: 104px;
    height: 28px;
    background: #D1133E;
    border-radius: 22px;
    font-size: 21px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

.lotteryWrap .middleWrap {
    display: flex;
    align-items: center;
    margin: 40px 0;
    justify-content: space-between;
}

.lotteryWrap .middleWrap .leftWrap {
    width: 540px;
    height: 43px;
    background: #FA91A5;
    border-radius: 22px;
    padding: 0 24px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    visibility: hidden;
}

.lotteryWrap .middleWrap .rulesButton {
    width: 159px;
    height: 43px;
    background: #D1133E;
    border-radius: 22px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}

.lotteryWrap .topImgWrap {
    margin: 20px 30px 40px;
}

.lotteryWrap .topImgWrap .lotteryTopImg {
    display: flex;
    align-items: center;
}

.lotteryWrap .topImgWrap .lotteryTopImg .loveLeft {
    width: 197px;
}

.lotteryWrap .topImgWrap .lotteryTopImg .loveText {
    margin-left: 62px;
    text-align: center;
    width: 63%;
}

.lotteryWrap .topImgWrap .lotteryTopImg .loveText .loveH1 {
    font-size: 56px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 80px;
}

.lotteryWrap .topImgWrap .lotteryTopImg .loveText .loveH2 {
    font-size: 52px;
    color: #FFFFFF;
    line-height: 80px;
}

.lotteryWrap .topImgWrap .lotteryTopImg .loveText .loveH1Text {
    width: 648px;
}

.lotteryWrap .topImgWrap .lotteryTopImg .loveButton {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 auto;
    cursor: pointer;
}

.lotteryWrap .topImgWrap .flexLoveImg {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 100px;
}

.lotteryWrap .thanksDetail {
    display: none;
}

.lotteryWrap .thanksDetail .thanksWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.lotteryWrap .thanksDetail .thanksWrap .thanksBg {
    width: 616px;
    max-width: 100%;
    position: relative;
}

.lotteryWrap .thanksDetail .thanksWrap .thanksBg .thankImg {
    width: 100%;
    height: 100%;
    display: block;
}

.lotteryWrap .thanksDetail .thanksWrap .thanksBg .thanksTitle {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px #D1133E;
}

.lotteryWrap .thanksDetail .thanksWrap .thankButtonWrap {
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 616px;
    max-width: 100%;
}

.lotteryWrap .thanksDetail .thanksWrap .thankButtonWrap .thankButton {
    height: 30px;
    border-radius: 22px;
    border: 1px solid #000000;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 0 25px;
}

.lotteryWrap .thanksDetail .thanksWrap .thankButtonWrap .thankButton:hover {
    background: #D1133E;
    color: #fff;
    border: 1px solid #D1133E;
}


@media (max-width: 1000px) {
    .lotteryWrap .thanksDetail .thanksWrap {
        width: 85%;
    }

    .lotteryWrap .thanksDetail .thanksWrap .thanksBg .thanksTitle {
        font-size: 28px;
    }

    .lotteryWrap .thanksDetail .thanksWrap .thankButtonWrap .thankButton {
        font-size: 14px;
    }

    .lotteryWrap .thanksDetail .thanksWrap .thanksBg .thanksTitle {
        font-size: 28px;
    }

    .lotteryWrap .thanksDetail .thanksWrap .thankButtonWrap {
        height: 70px;
    }

    .lotteryWrap .thanksDetail .thanksWrap .thankButtonWrap .goShopButton {
        background: #D1133E;
        color: #fff;
        border: 1px solid #D1133E;
    }

    .lotteryWrap {
        padding: 15px;
        padding-bottom: 100px;
    }

    .lotteryWrap .congratsH2 {
        font-size: 14px;
        line-height: 25px;
    }

    .lotteryWrap .congratsH3 {
        font-size: 12px;
        line-height: 20px;
    }

    .lotteryWrap .confirmButtonWrap .confirmButton {
        font-size: 12px;
        padding: 0 15px;
    }

    .lotteryWrap .congratsWrap .congratsWrapDetail {
        width: 330px;
        padding: 15px;
    }

    .lotteryWrap .ruleWrapModeil {
        margin-top: 20px;
        padding-bottom: 100px;
        background-image: url(/cdn/shop/files/mobeilBg.png?v=1644914850);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        display: block;
    }

    .lotteryWrap .ruleWrapModeil .ruleTittle {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 22px;
    }

    .lotteryWrap .ruleWrapModeil .ruleText {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 17px;
    }


    .lotteryWrap .bottomWrap {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .lotteryWrap .bottomWrap .shareLinkWrap .linkTop {
        margin-bottom: 10px;
    }

    .lotteryWrap .bottomWrap .luckWrap {
        width: 100%;
        min-width: 300px;
    }

    .lotteryWrap .bottomWrap .luckWrap .luckNull .luckNullText {
        font-size: 16px;
    }

    .lotteryWrap .bottomWrap .shareLinkWrap .shareTittle {
        font-size: 16px;
        margin-bottom: 0;
    }

    .lotteryWrap .bottomWrap .bgLuckImg {
        display: none;
    }

    .lotteryWrap .bottomWrap .shareLinkWrap .shareBottom .shareText {
        font-size: 12px;
    }

    .lotteryWrap .bottomWrap .shareLinkDetail {
        margin-top: 30px;
        background-image: none;
        padding-bottom: 0;
    }

    .lotteryWrap .middleWrap .leftWrap {
        width: 100%;
        font-size: 14px;
        display: none;
    }

    .lotteryWrap .middleWrap .rulesButton {
        display: none;
    }

    .lotteryWrap .topImgWrap {
        margin: 0;
        margin-top: 20px;
    }

    .lotteryWrap .topImgWrap .lotteryTopImg .loveLeft {
        width: 56px;
    }

    .lotteryWrap .topImgWrap .lotteryTopImg .loveText {
        margin-left: 0px;
        margin-top: 20px;
        width: 100%;
    }

    .lotteryWrap .topImgWrap .lotteryTopImg .loveText .loveH1 {
        font-size: 30px;
        line-height: 35px;
    }

    .lotteryWrap .topImgWrap .lotteryTopImg .loveText .loveH2 {
        font-size: 20px;
        line-height: 35px;
    }

    .lotteryWrap .topImgWrap .lotteryTopImg .loveText .loveH1Text {
        width: 100%;
    }

    .lotteryWrap .topImgWrap .lotteryTopImg .loveButton {
        width: 113px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        transform: translateX(-25px);
    }

    .lotteryWrap .topImgWrap .flexLoveImg {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 64px;
    }

}

.luckDrawRoom {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 999;
    cursor: pointer;
}

.luckDrawRoom .luckRoomImg {
    width: 80px;
}

.middlePage {
    width: 100%;
    min-height: 40vh;
}

.middlePage .urlWrap {
    display: none;
    margin: 0 auto;
    margin-top: 100px;
    width: 500px;
    max-width: 100%;
    font-family: Figtree,sans-serif;
}

.middlePage .urlWrap .tittle {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.middlePage .urlWrap .text {
    font-size: 14px;
    text-align: center;
}

.middlePage .urlWrap .buttonWrap {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

#collocation-product-box {
    display: flex;
}

#collocation-checkbox-product-title {
    font-size: 15px;
    margin: 25px 0 8px;
}

#collocation-product-box .product-item {
    width: 48%;
}

#collocation-product-box .product-item label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 400;
}

#collocation-product-box .product-item select {
    width: 80%;
    min-width: 150px;
}

#collocation-product-box .product-item select:focus-visible {
    border-color: rgba(135, 89, 173, 1);
}

#collocation-product-box .product-item .img-shell {
    padding-top: 100%;
    background: #fcfcfc;
    position: relative;
    cursor: pointer;
}

#collocation-product-box .product-item .img-box {
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 100%;
    padding: 0;
}

#collocation-product-box .product-item .img-shell.active {
    border: 2px solid rgba(135, 89, 173, 1);
    border-radius: 5px;
}

#collocation-product-box .product-item .img-box img {
    display: block;
}

#collocation-product-box .product-item .img-shell .collocation-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: rgba(135, 89, 173, .5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin: 0;
    word-wrap: break-word;
}

#collocation-product-box .product-item .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

#collocation-product-box .product-item .footer .price {
    font-size: 18px;
    color: #000000;
}

#collocation-product-box .product-item .footer .compare-at-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #8D8D8D;
}

@media (max-width: 1100px) {
    #collocation-product-box .product-item .footer .price {
        font-size: 16px;
    }

    #collocation-product-box .product-item .footer .compare-at-price {
        font-size: 12px;
    }
}

#collocation-product-box .product-item .footer input {
    text-align: center;
    width: 36px;
    padding: 0;
    margin: 0 10px;
}

#collocation-product-box .product-item .footer .control {
    display: flex;
}

#collocation-product-box .product-item .footer .control-num {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    color: inherit;
    font-size: inherit;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

#collocation-product-box .product-item .footer .control-num svg {
    margin-bottom: 2px;
}

#collocation-checkbox-product-title {
    display: flex;
    align-items: baseline;
}

#collocation-checkbox-product-title .tips {
    padding-left: 18px;
    font-size: 14px;
    color: #CE0315;
    display: flex;
    align-items: baseline;
    cursor: default;
}

#collocation-checkbox-product-title .tips .gifticon {
    background: url(/cdn/shop/files/gifticon.png?v=1655360031) center center no-repeat;
    width: 26px;
    height: 26px;
    max-width: 26px;
    max-height: 26px;
    background-size: 100% 100%;
}

#collocation-checkbox-product-title .tips span {
    text-decoration: underline;
}

#collocation-product-box .product-item .border_warn {
    border: 1px solid #CE0315;
}

#custom-message-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999 !important;
}

#custom-message-box .content {
    position: absolute;
    border-radius: 4px;
    bottom: auto;
    left: 50%;
    top: 20px;
    max-width: 460px;
    min-width: 306px;
    color: #000017;
    background: #fff;
    transform: translateX(-50%);
}

#custom-message-box .header {
    padding: 16px 12px;
    text-align: center;
    border: 1px solid #e4e4e4;
    position: relative;
}

#custom-message-box .header i svg {
    margin: 0 10px 2px 0;
    color: #f22;
    width: 18px;
}

#custom-message-box .header span {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #969696;
    cursor: pointer;
}

#custom-message-box .message {
    font-size: 14px;
    padding: 24px;
    color: #545454;
    line-height: 22px;
}

#custom-message-box .message p {
    padding-bottom: 1em;
}

#custom-message-box .message button {
    background: #187bbd;
    border-radius: 4px;
    border: 0 none;
    color: #fff;
    width: 100%;
    padding: 16px 24px;
}


.margin20 {
    margin: 20px;
}

#template {
    display: block;
}

.textCenter {
    text-align: center;
}

#view-size-chart .inputWrap {
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 30px;
}

@media (max-width: 1000px) {
    #select-size-for-rec .margin20 {
        margin: 10px;
    }

    #select-size-for-rec {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    #view-size-chart .selectWrap select {
        height: 35px;
        width: 65px;
    }

    #view-size-chart .colorText {
        margin-top: 10px;
    }

    #select-size-for-rec .item {
        background-color: #fff;
        border-radius: 10px;
        padding: 5px;
        width: auto;
    }

    #view-size-chart .buttonWrap {
        margin-top: 10px;
    }

    #view-size-chart .findSizeBra {
        padding: 10px 0 20px 0;
    }

    #view-size-chart .findSizeWrap {
        padding: 0 5px;
    }

    .findSizeWrap .measureBraDeatl .measureBraList {
        margin-bottom: 0px;
    }

    .findSizeWrap .measureBraDeatl .measureBraList .leftImgWrap img {
        min-width: 140px;
    }

    #view-size-chart .content {
        width: 100%;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }

    #view-size-chart .findSizeBra .sizeText {
        margin-bottom: 10px;
    }

    #view-size-chart .inputWrap {
        text-align: center;
        margin: 0;
    }

    #view-size-chart .content .title {
        font-size: 16px;
        line-height: 32px;
    }

    #view-size-chart .content .close {
        top: 4px;
    }

    #view-size-chart .selectWrap {
        justify-content: center;
    }

    #view-size-chart .content {
        overflow: hidden;
        height: 800px;
    }

    .product-detail .tabWrap .tabs {
        width: 60%;
    }
}

#view-size-chart .buttonWrap {
    min-width: 200px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    /* margin-bottom: 20px; */
}

.centerDiv {
    justify-content: center;
}

.luckDrawRoom .frameWrap {
    padding: 8px 40px;
    background: #ED7D8F;
    border-radius: 10px;
    display: flex;
    color: #FFFFFF;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    top: -84px;
    left: -240px;
    display: none;
}

.luckDrawRoom .frameWrap .frameText {
    font-size: 13px;
}

.luckDrawRoom .frameWrap .frameTextBig {
    font-size: 26px;
}

.luckDrawRoom .frameWrap .frameNum {
    position: absolute;
    top: 5px;
    right: 18px;
    text-decoration: underline;
    font-size: 12px;
}

.luckDrawRoom .frameWrap .triangle {
    width: 0px;
    height: 0px;
    border-left: 33px solid transparent;
    border-right: 0px solid transparent;
    border-top: 29px solid #ED7D8F;
    position: absolute;
    bottom: -7px;
    right: -19px;
    transform: rotate(213deg)
}

.section-announcement-bar {
    position: fixed;
    z-index: 999 !important;
    top: 0;
    width: 100%;
    max-width: 1920px;
    overflow: hidden !important;
}

.product-detail .tabWrap {
    display: flex;
    align-items: center;
    height: 50px;
    color: #000;
    font-size: 16px;
    margin-bottom: -10px;
}

@media (max-width: 1000px) {
    .product-detail .tabWrap {
        margin-top: 0;
    }
}

.product-detail .tabWrap .tabViewText {
    width: 100%;
}

.product-detail .tabWrap .tabs {
    width: 80%;
    text-align: center;
    height: 100%;
    line-height: 50px;
    cursor: pointer;
    border: 1px solid rgba(151, 151, 151, 1);
}

.product-detail .tabWrap .activetab {
    background: rgba(93, 33, 143, 1);
    color: #fff;
}

.product-detail .boxList {
    display: none;
}

.product-detail .boxListShow {
    display: block;
}

.stamped-review-header .stamped-verified-badge {
    display: none;
}

.stamped-review[data-verified=buyer] .stamped-review-avatar:before {
    opacity: 0;
}

@media (max-width: 1000px) {
    .product-detail .tabWrap .tabs {
        width: 60%;
    }
}

#my-custom-popup,
#cart-recall-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(94, 94, 94, 0.6);
    font-size: 16px;
    z-index: 999999;
}

#my-custom-popup .bg,
#cart-recall-popup .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
    width: 80%;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0 20px;
}

#my-custom-popup .close,
#cart-recall-popup .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
}

@media (max-width: 1000px) {
    #cart-recall-popup {
        font-size: 10px;
    }
}


.nobackground {
    background: initial !important;
    transition: all .2s ease-in;
    transition-delay: 150ms;
}

.opacityBg {
    background: rgba(255, 255, 255, .5);
    transition: all .2s ease-in;
    transition-delay: 150ms;
}


/* .myheader:hover .nobackground {
    background: #fff !important;
    transition-delay: 0ms;
} */

.myheader:hover .opacityBg {
    background: initial;
    transition-delay: 0ms;
}

@media (max-width: 1000px) {
    .nobackground {
        background: #fff !important;
    }

    .opacityBg {
        background: initial;
    }
}


.stamped-review-content-body, .stamped-review-reply-body, .stamped-review-reply-shop {
    font-family: Figtree,sans-serif;
}

.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor strong {
    font-family: Figtree,
    sans-serif !important;
}

.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor span, .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor img, .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor a {
    font-family: Figtree,
    sans-serif !important;
}


.slideBlackButton.altcolour {
    background: #000;
    color: #fff;
    font-weight: 600;
    margin: 0 10px;
}

.slideBlackButton.altcolour:hover {
    background: #fff;
    color: #000;
}

.slideWhiteButton.altcolour {
    background: #FFF;
    color: #000;
    font-weight: 600;
    margin: 0 10px;
}

.slideWhiteButton.altcolour:hover {
    background: #000;
    color: #fff;
}

.houverhand {
    cursor: pointer;

}

.margin0 {
    margin-bottom: 0px;
}

.my-menu-mobile {
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;

}

.slidShowMy .slideBlackButton {
    position: absolute;
    bottom: 36%;
    left: 43%;
    font-size: 12px;
    padding: 9px 30px;
    min-width: 100px;
}

.slidShowMy .slideWhiteButton {
    position: absolute;
    bottom: 2%;
    right: 8%;
    font-size: 12px;
    padding: 9px 30px;
    min-width: 100px;
}

.slidShowMy {
    margin-bottom: 30px;
}

.containerMySlider {
    margin-top: 0;
}

#main-nav {
    background-color: rgba(255, 255, 255, .85);
}

@media (max-width: 1100px) {
    .slidShowMy .slideBlackButton {
        left: 41%;
        padding: 5px 20px;

    }

    .slidShowMy .slideWhiteButton {
        right: 4%;
        padding: 5px 20px;
    }

}

@media (max-width: 1000px) {
    .slidShowMy .slideBlackButton {
        bottom: 40%;
        left: 38%;
        padding: 4px 5px;
        min-width: 10px;
        transform: scale(0.7);
    }

    .slidShowMy .slideWhiteButton {
        bottom: 1px;
        right: 1%;
        padding: 4px 5px;
        min-width: 10px;
        transform: scale(0.7);
    }

}

.menuWrapMobile .mobileMenuWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 16px;
    font-size: 14px;
    background-color: #fff;
}

.menuWrapMobile .mobileMenuWrap .mobileMenuList {
    width: 46%;
    text-align: center;
    border: 1px solid #947CB3;
    margin-top: 15px;
    padding: 5px 0;
}

@media (max-width: 1000px) {
    .alsoList .product-list {
        flex-wrap: inherit;
    
    }

    .alsoList .product-list .product-block {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex: 0 0 calc(50% - 40px);
    }

}

.clickyboxes li .mycolorBorder {
    width: 32px;
    height: 32px;
    min-width: 30px;
    padding: 0;
    border-radius: 50%;
    line-height: 0;
    background-color: #fff;
    border-color: #FFF;
}

.clickyboxes li .mycolorBorder.active, .clickyboxes li .mycolorBorder:hover {
    border-color: #9a83da;
    background: #fff;
}

.clickyboxes li .mycolorBorder.active, .clickyboxes li .mycolorBorder.active:hover {
    border-color: #9a83da;
    background: #fff;
}


.clickyboxes li .mycolorBorder.active::after {
    content: url("/cdn/shop/files/e701e8d93e7daa779ec0fbb8a50f5c18.png?v=1683510310");
    position: absolute;
    bottom: -13px;
    right: -5px;
}

@media screen and (max-width: 1000px) {
    .clickyboxes li .mycolorBorder.active::after {
        content: url("https://cdn.shopifycdn.net/s/files/1/0575/5827/0159/files/mb-active-color.png?v=1683527505");
        position: absolute;
        bottom: -14px;
        right: -8px;
    }

}

.clickyboxes li .mycolorBorder.active {
    position: relative;
    background: none !important;
    border-color: transparent !important;
    color: transparent !important;
}

.errorPage {
    display: flex;
    flex-wrap: wrap;
}

.errorPage .leftImg {
    width: 60%;
}

.errorPage .rightText {
    width: 40%;
    background: #FCF8FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.errorPage .rightText .text {
    width: 212px;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 50px;
}

.errorPage .rightText .button {
    margin-top: 40px;
}

@media (max-width: 1000px) {
    .errorPage .leftImg, .errorPage .rightText {
        width: 100%;
    }

    .errorPage .rightText {
        padding: 30px 0;
    }

    .errorPage .rightText .text {
        font-size: 20px;
        width: 180px;
        line-height: 30px;
    }

    .errorPage .rightText .button {
        margin-top: 20px;
    }
}

.headerUpdateWrap {
    /* display: flex;
    justify-content: space-between; */
    background-color: #FFF;
}

.headerUpdateWrap .logo-area__right {
    flex: inherit;
}

.customButtonWrap .custom-button {
    background: #9A83DA;
    color: #FFF;
    border-radius: 30px;
    border: 1px solid#9A83DA;
    transition: all 0.5s
}

.customButtonWrap .custom-button:hover {
    background: #7157BB;
    color: #FFF;
    border-color: #7157BB;
}

.customButtonWrap .custom_button_top {
    background: #FFF;
    color: #9A83DA;
    border-radius: 30px;
    border: none !important;
    transition: all 0.5 s；
    cursor: initial;
    font-size: 12px;
}

.overlay-text .overlay-text__button {
    padding: 15px 60px;
    margin-bottom: 10px;
}

.overlay-text .topButton {
    padding: 8px 20px;

}

@media (max-width: 1000px) {
    .overlay-text .overlay-text__button {
        padding: 8px 15px;
        font-size: 12px;
    }

    .overlay-text .topButton {
        padding: 7px 10px;
    }
}

.slideshow--navigation-arrows .overlay--h-right {
    text-align: left;
    max-width: 820px;
    right: 1px;
    left: auto;
}

.slideshow--navigation-arrows .overlay--h-right .overlay-text__inner {
    height: 100%;
    overflow: hidden;
}

.slideshow--navigation-arrows .overlay--h-right .overlay-text__inner .overlay-text__text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.winFreeGift {
    display: none;
}

.cross-text-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 100%;

}

.cross-text-wrap .cross-text-detail {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cross-text-wrap .cross-text-detail .start {
    font-size: 160px;
    line-height: 160px;
    margin-bottom: -110px;
    opacity: 0.8
}

.cross-text-wrap .cross-text-detail .moreText {
    text-align: center;
    font-size: 26px;
}

.cross-text-wrap .cross-text-detail .moreText p:first-child {
    margin-bottom: 0;
}

.cross-text-wrap .cross-text-detail .rightText {
    text-align: right;

}

@media (max-width: 1100px) {
    .cross-text-wrap .cross-text-detail .start {
        font-size: 100px;
        line-height: 110px;
        margin-bottom: -70px;
    }

    .cross-text-wrap .cross-text-detail .moreText {
        font-size: 20px;
    }
}

@media (max-width: 1000px) {
    .slideshow--navigation-arrows .overlay--h-right .overlay-text__inner {
        overflow: initial;
        height: 120%;
    }

    .cross-text-wrap .cross-text-detail, .cross-text-wrap {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cross-text-wrap .cross-text-detail .start {
        font-size: 60px;
        line-height: 40px;
        margin-bottom: -20px;
    }

    .cross-text-wrap .cross-text-detail .moreText {
        font-size: 12px;
    }
}

.myFlexLayout {
    flex-direction: row;
}

@media (max-width: 1300px) {
    .myFlexLayout .column {
        width: 33.333%;
    }
}

@media (max-width: 1000px) {
    .myFlexLayout .column {
        width: 33.333%;
        margin-bottom: 0px;
    }

    .slideshow--navigation-arrows .overlay--h-right {
        text-align: right;
        max-width: inherit;
        right: 15px;
    }

    .headerUpdateWrap {
        display: initial;
    }
}

.bgSection {
    background-color: #fff;
}

.marginBottom {
    margin-bottom: 0;
}

.braCollection .braTopWrap {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 25px;
}

.braCollection .braTopWrap .topText {
    font-size: 16px;
}

.braCollection .topButtonWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;

}

.braCollection .topButtonWrap .custom-white-button {
    min-width: 160px;
    margin-left: 20px;
}

.customButtonWrap .custom-white-button {
    height: 40px;
    padding: 0 30px;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    font-size: 12px;
    font-weight: 400;
    color: #9A83DA;
    border-radius: 5px;
    line-height: 38px;
    cursor: pointer;
}

.customButtonWrap .custom-white-button:hover {
    background: #9a83da;
    border: 1px solid #9a83da;
    color: #FFF;
}

.my-colloection-block .hoverImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*   display:none; */
    transition-delay: 50ms;
}

.my-colloection-block:hover .hoverImage {
    display: block;
}

.my-colloection-block .hoverImage .hoverImg {
    width: 100%;
    height: 100%;
}

.my-colloection-block .hoverImage .hoverText {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.my-colloection-block .hoverImage .hoverText p {
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.46);
    text-align: left;
}

.my-colloection-block .block-inner {
    border: 1px solid #C2C2C2;
    position: relative;

}

.my-colloection-block .myCollection-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;

}

.my-colloection-block .myCollection-info .blockTittle {
    font-size: 24px;
    width: 100%;
    color: #5D228E;
    line-height: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-colloection-block .myCollection-info .blockText {
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.my-colloection-block .myCollection-info .blockText p {
    min-height: 60px;
    margin-bottom: 0;
}

.marginSection {
    margin: 30px 0;
}

.collection-bra-my {
    margin: 30px 0;
}

@media (max-width: 1100px) {
    margin:

30px

0;
}

@media (max-width: 1000px) {

    .braCollection .braTopWrap {
        width: 100%;
    }

    .customButtonWrap .custom-white-button {
        padding: 0 15px;
        height: 30px;
        line-height: 28px;
    }

    .braCollection .topButtonWrap .custom-white-button {
        min-width: 155px;
        margin-left: 0px;
    }

    .marginSection {
        margin: 20px 0;
    }

    .overlay-text__inner .customButtonWrap .custom-white-button {

        padding: 0 15px;
    }

    .collection-bra-my {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .braCollection .collection-listing .product-block {
        margin-bottom: 0;
    }

    .braCollection .braTopWrap {
        padding-bottom: 20px;
    }

    .collection-bra-my .braCollection .braTopWrap .topText {
        font-size: 12px;
    }

    .my-colloection-block .myCollection-info {
        padding: 10px 5px;
    }

    .my-colloection-block .myCollection-info .blockTittle {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .my-colloection-block .myCollection-info .blockText {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .my-colloection-block .hoverImage .hoverText p {
        font-size: 20px;
    }

    .feature-text-paired {
        text-align: left;
    }
}

.imgWidth100 {
    width: 100%;
}

.opacityNull {
    opacity: 0;
}

.sameAHref {
    color: #9a83da;
}

@media (max-width: 1000px) {
    .product-detail .tabWrap {
        font-size: 12px;
    }

    .product-detail .tabWrap .tabViewText {
        width: 75%;
    }
}

.breastShape .product-block-box .block-inner {
    background-color: inherit;
}

.breastShape .bottomTextWrap {
    width: 100%;
    height: 252px;
    background: #F5F5F5;
    display: flex;
    margin-bottom: 50px;
}

.breastShape .bottomTextWrap .bottomTextButtonWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 385px;
    margin: auto;
}

.breastShape .bottomTextWrap .shop_now_btn {
    width: 100%;
}

.breastShape .bottomTextWrap .customButtonWrap .custom-button {
    width: 95%;
    font-size: 12px;
    text-transform: none;
}

.breastShape .bottomTextWrap .bottomText {
    font-size: 28px;
    font-weight: 400;
    color: #171717;
    line-height: 34px;
}

.breastShape .contentWrap {
    max-width: 1500px;
    margin: 0 auto;
}

.breastShape .topContentTitle {
    max-width: 620px;
    margin: 50px auto;
    text-align: center;
    margin-bottom: 0;
}

.breastShape .topContentTitle .topTitle {
    font-size: 28px;
    font-weight: 400;
    color: #171717;
    line-height: 25px;
}

.breastShape .topContentTitle .topTitleText {
    font-size: 15px;
    font-weight: 400;
    color: #171717;
    line-height: 25px;
    margin-top: 10px;
}

.breastShape .breastWrap {

}

.breastShape .breastWrap .breastList {
    padding: 50px 250px;
}

.breastShape .breastWrapBgcolor {
    background: #F2F2F2;
}

.breastShape .breastWrap .breastList .topWrap {
    display: flex;
    align-items: center;
}

.breastShape .breastWrap .breastList .topWrap .rimage-outer-wrapper {
    width: 206px;
}

.breastShape .breastWrap .breastList .textWrap {
    margin-left: 50px;
}

.breastShape .breastWrap .breastList .textWrap .header {
    font-size: 28px;
    font-weight: 400;
    color: #171717;
    line-height: 25px;
    margin-bottom: 10px;
}

.breastShape .breastWrap .breastList .textWrap .text {
    max-width: 800px;
    font-size: 15px;
    font-weight: 400;
    color: #171717;
    line-height: 25px;
}

.breastShape .breastWrap .breastList .bottomWrap {
    margin-top: 40px;
}

.breastShape .breastWrap .breastList .bottomWrap .bottomTitle {
    font-size: 21px;
    font-weight: 400;
    color: #171717;
    line-height: 25px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .breastShape .breastWrap .breastList {
        padding: 50px 80px;
    }

}

@media (max-width: 1000px) {
    .breastShape .breastWrap .breastList {
        padding: 15px;
        margin-bottom: 20px;
    }

    .breastShape .topContentTitle {
        margin: 25px auto;
    }

    .breastShape .topContentTitle .topTitle {
        font-size: 20px;
    }

    .breastShape .topContentTitle .topTitleText {
        font-size: 12px;
        line-height: 18px;
    }

    .breastShape .breastWrap .breastList .topWrap .rimage-outer-wrapper {
        width: 110px;
    }

    .breastShape .bottomTextWrap .bottomTextButtonWrap {
        max-width: 80%;
    }

    .breastShape .breastWrap .breastList .textWrap {
        margin-left: 15px;
    }

    .breastShape .breastWrap .breastList .textWrap .text {
        font-size: 12px;
        line-height: 18px;
        margin-right: -15px;
    }

    .breastShape .breastWrap .breastList .textWrap .header {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .breastShape .breastWrap .breastList .bottomWrap {
        margin-top: 10px;
    }

    .breastShape .breastWrap .breastList .bottomWrap .bottomTitle {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .breastShape .bottomTextWrap .bottomText {
        font-size: 18px;
        line-height: 24px;
    }

    .breastShape .bottomTextWrap .customButtonWrap .custom-button {
        padding: 14px;
        font-size: 12px;
    }

    .breastShape .bottomTextWrap {
        height: 142px;
        margin: 30px 0;
    }

    .breastShape .productWrap .collection-listing .product-list .product-block {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex: 0 0 calc(60% - 40px);
    }

    .breastShape .productWrap .collection-listing .product-list {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
}


.couponContent {
    max-width: 1450px;
    margin: 10px auto;
    display: flex;
    padding-top: 80px;
}

.couponContent .myCenter {
    width: 80%;
    margin-top: 10px;
}

.couponContent .noCouponList {
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

.couponContent .noCouponList svg {
    width: 134px;
    height: 187px;
}

.couponContent .noCouponList .noCouponText {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin-top: 20px;
}

.couponContent .UnavailableText {
    display: flex;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
    display: none;
}

.couponContent .UnavailableText .img-tips {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 3px;
}

.couponContent .couponWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 30px 0;
    grid-row-gap: 30px;
}

.couponContent .couponWrap .couponList {
    width: 410px;
    max-width: 100%;
    border: 1px solid #8A8A8A;
    border-left: 6px solid #9A83DA;
    padding: 10px 15px;
}

.couponContent .couponWrap .couponList .codeText {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    word-break: break-all;
}

.couponContent .couponWrap .couponList .textWrap {
    width: 80%;
    font-size: 12px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 17px;
    padding: 10px 0;
}

.couponContent .couponWrap .couponList .bottomTextWrap {
    padding-bottom: 0;
    border-top: 1px solid #9A83DA;
}

.couponContent .couponWrap .couponList .listTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.couponContent .couponWrap .couponList .listTop .topLeft {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 24px;
}

.couponContent .couponWrap .couponList .listTop .topRight {
    width: 60px;
    height: 30px;
    background: #000000;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}


.couponContent .tittle {
    width: 91px;
    height: 22px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 22px;
    margin-bottom: 15px;
    margin-left: 20px;
}

@media (max-width: 1000px) {
    .couponContent .tittle {
        font-size: 16px;
        margin-left: 0;
    }
}

.couponContent .tagsWrap {
    display: flex;
}

.couponContent .tagsWrap .tagsList {
    margin-right: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
    cursor: pointer;
}

.couponContent .tagsWrap .onList {
    color: #000000;
    border-bottom: 2px solid #000;
}

.couponContent .couponListUsed,
.couponContent .couponWrap .couponListUsed .codeText,
.couponContent .couponWrap .couponListUsed .listTop .topLeft {
    color: #8A8A8A;
}

.couponContent .couponWrap .couponListUsed,
.couponContent .couponWrap .couponListUsed .bottomTextWrap {
    border-color: #8A8A8A
}

.couponContent .couponWrap .couponListUsed .topQuan {
    position: relative;
    flex: none;
}

.couponContent .couponWrap .couponListUsed .topQuan img {
    width: 62px;
    height: 62px;
}

.couponContent .couponListUsed .couponTextNoList {
    position: absolute;
    top: 45%;
    left: 50%;
    font-size: 12px;
    transform: translate(-50%, -50%)
}

@media (max-width: 1025px) {
    .footerLastSection {
        padding-left: 30px;
    }
}

@media (max-width: 1100px) {
    .couponContent .couponWrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1000px) {
    .couponContent .myCenter {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px auto;
        width: 100%;
        padding: 0 24px;
    }

    .couponContent .couponWrap {
        width: 100%;
    }

    .couponContent .couponWrap .couponList {
        width: 100%;
        max-width: 410px;
    }

    .couponContent .tagsWrap .tagsList {
        margin: 0 40px;

    }

    .couponContent {
        padding-top: 0;
    }
}

.slick-bar-prev, .slick-bar-next {
    background: transparent;
    color: #fff;
    padding: 0;
    border: 0;
    display: block;
    line-height: 0;
}

.navigation__tier-1 .loginList {
    width: 100%;
    height: 40px;
    background: #7157BB;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-top: 50px;
}

.navigation__tier-1 .loginList a {
    color: #fff;
}

.newMobileNavTop {
    display: none;
}

@media (max-width: 1000px) {
    .newMobileNavTop {
        margin: 0;
        padding: 0;
        display: flex;
        font-size: 12px;
    }

    .newMobileNavTop .navigation__item {
        display: inline-block;
    }

    .newMobileNavTop .navigation__item .navigation__link {
        display: inline-block;
        padding: 10px 15px;
        white-space: nowrap;
        position: relative;
        text-decoration: unset;
    }

    .topMobileNav {
        height: 44px;
        line-height: 44px;
        padding-right: 10px;
    }
}


.learnMore {
    font-size: 14px;
    color: #9a83da;
    line-height: 16px;
    display: block;
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .learnMore {
        text-align: right;
    }
}

.shopNowLink {
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    display: block;
    margin-top: 15px;
    text-decoration: underline;
    text-align: center;
}

.footerMobileEmail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #9A84CA;
    color: #fff;
    padding: 26px 8%;
}

#pagefooter .footerWrap {
    padding: 0 8%;
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
    #pagefooter .footerWrap {
        padding: 0 5%;
    }
    .footerMobileEmail {
        padding:  26px 5%;
    }
}

@media (max-width: 1000px) {
    .footerMobileEmail {
        flex-direction: column;
        padding: 18px 6px;
        text-align: center;
        height: 270px;
    }

    #pagefooter .footerMobileEmail .section-footer__title {
        border-bottom: none;
        font-size: 16px;
    }

    .section-footer__newsletter-block .signup-form {
        width: 90%;
    }


    .footerMobileEmail .signup-form .form {
    }

    #pagefooter .footerMobileEmail .signup-form__button {
    }

    .footerWrap .section-footer__row--blocks {
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    #pagefooter .fold:checked ~ ul {
        border-bottom: 1px solid #fff;
    }


    .footerMobileEmail .section-footer__text {
        font-size: 14px;
        margin: 0 16px 10px;
    }

    .footerMobileEmail .signup-form form {
        display: initial;
    }


    .footerMobileEmail .emialWrapP {
        width: 300px;
    }


    #pagefooter .footerWrap {
        padding: 0 0;
    }

    #pagefooter .footerWrap div.section-footer__title.no-wrap {
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .sectionImageFooter {
        justify-content: center;
    }

    .section-footer__row-container {
        border-top: none;
    }
}

.emialWrapP {
    position: relative;

}

#pagefooter .emailLabel {
    position: absolute;
    bottom: -25px;
    left: 10px;
    color: #B73F41;
    display: none;
}

.emialWrapP svg {
    position: absolute;
    top: 8px;
    left: 7px;
    width: 30px;
    height: 30px;
}

.footerContent {
    box-sizing: border-box;
    width: 50%;
    flex: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerRight {
    box-sizing: border-box;
    width: 50%;
    flex: none;
    padding-left: 80px;
}

.sectionImageFooter-block {
    margin-top: 100px;
}

@media (max-width: 1000px) {
    #pagefooter .emailLabel {
        margin-top: -10px;
        text-align: center;
    }

    .footerContent {
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .footerRight {
        width: 100%;
        display: block;
        margin-left: 0;
        padding-left: 0;
    }

    .sectionImageFooter-block {
        margin-top: 0;
    }

    .sectionImageFooter-block .section-footer__title {
        margin-top: 30px;
        text-align: center;
    }

    .section-footer__newsletter-block .signup-form__email {
        padding: 0 15px 0 15px;
    }
}

/* WebKit browsers */
.section-footer__newsletter-block .signup-form__email::-webkit-input-placeholder {
    color: #9e9e9e;
}

/* Mozilla Firefox 4 to 18 */
.section-footer__newsletter-block .signup-form__email:-moz-placeholder {
    color: #9e9e9e;
}

/* Mozilla Firefox 19+ */
.section-footer__newsletter-block .signup-form__email::-moz-placeholder {
    color: #9e9e9e;
}

/* Internet Explorer 10+ */
.section-footer__newsletter-block .signup-form__email:-ms-input-placeholder {
    color: #9e9e9e;
}

/* collection-list */
.collection-slider-row.for-collections.use-alt-bg.shopNowList {
    padding-top: 20px;
}

.collection-slider-row .container {
    max-width: initial;
}

.shopNowList .container {
    width: 90%;
}

.shopNowList .index-block-title {
    font-size: 20px;
    color: #333333;
    line-height: 35px;
}

.shopNowList .product-block .product-link .index-block-text {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 42px;
    margin-bottom: 10px;
}

.container-nowrap {
    padding-left: 4px;
    padding-right: 4px;
}

.collection-slider-row.for-collections.use-alt-bg {
    padding-bottom: 0;
}

@media (max-width: 1000px) {
    .ul-hide svg, .ul-show svg {
        width: 15px;
        height: 15px;
    }

    .shopNowList .container {
        width: 100%;
    }

    .shopNowList .indexProductList {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .shopNowList .indexProductList::-webkit-scrollbar {
        height: 0;
        width: 0
    }

    .shopNowList .collection-list-nowrap .indexProductList .product-block {
        width: 45%;
        padding-left: 10px;
    }

    .shopNowList .product-block .product-link .index-block-text {
        font-size: 14px;
        line-height: 16px;
        min-height: 32px;
        margin-bottom: 5px;

    }

    .shopNowList .product-info {
        min-width: 130px;
        width: 170px;
        max-width: 170px;
        margin-top: 10px;
    }

    .customButtonWrap .custom-line-button {
        font-size: 12px;
    }

    .collection-list-nowrap .product-list {
        margin-left: -4px;

    }

    .collection-list-nowrap .product-list .product-block {
        padding-left: 4px;
    }

    .collection-list-nowrap .product-list--per-row-3 .product-block {
        width: 33.33%;
    }

    .collection-list-nowrap .product-list--per-row-4 .product-block {
        width: 25%;
    }

    .collection-list-nowrap .product-list--per-row-5 .product-block {
        width: 20%;
    }

    .collection-slider-row.for-collections.use-alt-bg {
        padding: 18px 0 16px 0;
    }
}

/* featured-collection */

.footer_view-all .custom-button {
    padding: 14px 45px;
    font-size: 28px;
    font-weight: 400;
    display: inline-block;
    line-height: 28px;
    margin: 30px 0 0;
}

.collection-slider-row {
    padding: 30px 0;
    margin-top: 0;
}

.collection-slider-row.indexFeaturedUse .container {
    max-width: 93%;
}

.indexFeaturedUse .hometitle {
    position: relative;
}

.indexFeaturedUse .small-feature-link {
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 1;
}

.indexFeaturedUse .collection-slider {
    position: relative;
}

@media (max-width: 1000px) {
    .footer_view-all .custom-button {
        padding: 10px 20px;
        font-size: 12px;
        font-weight: 400;
        display: inline-block;
        line-height: 12px;
        margin: 22px 0 0;
    }

    .collection-slider-row {
        padding: 24px 0;
    }   

    .collection-slider-row.indexFeaturedUse .container {
        max-width: 100%;
    }

    .navigation .navigation__tier-1 > .navigation__item {

        border-bottom: 1px solid #e8e8e8;

    }
}

.custom_slideshow {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: -1;
    max-width: 1920px;
    margin: 0px auto;
    transform: translateZ(0px);
    top: 140px;
}

@media (max-width: 1000px) {
    .custom_slideshow {
        top: 144px;
    }
}

.product-label-bottom img {
    width: 15%;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.product-label-bottom .environmental {
    width: 70px;
}

@media (max-width: 1000px) {
    .product-label-bottom .environmental {
        width: 45px;
    }
}

.product-media--video .product-label-bottom img {
    display: none;
}

/* ONLY index and maybe delete  */
.isIndexAboutUs .majortitle {
    padding-top: 10px;
    font-size: 24px;
}

@media (min-width: 1000px) {
    .isIndexAboutUs .majortitle {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 10px;
    }
}

.isIndexAboutUs .desktop-only {
    font-size: 14px;
}

.isIndexAboutUs {
    padding-bottom: 30px;
}

@media (max-width: 1000px) {
    .isIndexAboutUs {
        padding-bottom: 10px;
    }
}

.indexFeaturedUse .hometitle {
    font-size: 24px;
}

.indexFeaturedUse .small-feature-link {
    font-size: 14px;
}

.shopNowList .product-block .product-link .indexProductTitle {
    font-size: 24px;
    margin-bottom: 10px;
}

.shopNowList .product-block .product-link .indexProductTitle {
    min-height: auto;
}

.shopNowList .shop_now_btn {
    padding-bottom: 20px;
}

@media (min-width: 1000px) {
    .shopNowList .shop_now_btn {
        margin-bottom: 10px;
    }
}

/*   .product-block .product-info{
    margin-top:20px;
  } */
.shopify-section #insta-feed h2 {
    font-size: 24px;
    padding: 20px 0 20px 0;
    margin-bottom: 0;
    font-weight: 500;
}

.shopify-section #insta-feed {
    padding-top: 0px;
    background-color: #fff;
    margin-top: 0;
    font-weight: 600;
}

.likeIconClick {
    position: absolute;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #9A84CA;
    padding: 3px 30px 3px 6px;
    border-radius: 4px;
    z-index: 2;
    cursor: pointer;
    display: none;
    right: 2px;
    bottom: -31px;
}

.quantity-submit-row__submit .likeIconClick {
    right: 15px;
    bottom: -40px;
}

.price-container .likeIconClick {
    bottom: -20px;
    left: -128px;
}

.quantity-submit-row__submit .likeIconClick .triTop, .price-container .likeIconClick .triTop {
    transform: rotate(270deg);
    top: -15px;
    left: auto;
    border-width: 0 14px 14px 0;
}

.quantity-submit-row__submit .likeIconClick .triTop:after, .price-container .likeIconClick .triTop:after {
    border-width: 0 12px 12px 0;
    right: -11px;
    top: 1px;
}

.likeIconClick .leftText .loginText {
    text-decoration: underline;
    color: #333;
}

.likeIconClick .deleteIcon {
    width: 13px;
}

.likeIconClick .rightIcon {
    vertical-align: text-bottom;
    line-height: 0;
    position: absolute;
    right: 2px;
    top: 8px;
}

.likeIconClick .triTop {
    width: 0;
    height: 0;
    border-color: #9A84CA transparent;
    border-style: solid;
    position: absolute;
    border-width: 14px 14px 0 0;
    right: 13px;
    transform: rotate(90deg) scaleX(-1);
    top: -14px;
}

.likeIconClick .triTop:after {
    width: 0;
    height: 0;
    border-color: #fff transparent;
    border-style: solid;
    position: absolute;
    border-width: 12px 12px 0 0;
    right: -12px;
    top: -13px;
    content: "";
}

.likeIconClick .leftText {
    transform-origin: left;
    white-space: nowrap;
}

.announcement-bra-wrap .barTipsWrap {
    display: none;
}

@media (max-width: 1000px) {
    .likeIconClick {
        bottom: -31px;
        width: auto;
        left: -50px;
        font-size: 12px;
        padding: 2px 11px 2px 2px;
    }

    .section-footer__lower-menu__list {
        margin-bottom: 10px;
    }

    .mobile-navigation-drawer .navigation__column--promotion .menu-promotion {
        display: none;
    }

    .likeIconClick .triTop {
    }

    .quantity-submit-row__submit .likeIconClick {
        right: 25px;
        bottom: -35px;
        left: 171px;
    }

    .footer-quantity-submit-row__submit .likeIconClick {
        bottom: 60px;
        right: 0;
        left: auto;
        min-width: 190px;
    }

    .footer-quantity-submit-row__submit .likeIconClick .triTop {
        transform: rotate(88deg);
        top: 23px;
    }

    .shopNowList .product-block .product-link .indexProductTitle {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .shopNowList .shop_now_btn {
        padding-bottom: 10px;
    }

    .indexFeaturedUse .hometitle {
        font-size: 18px;
    }

    .indexFeaturedUse .small-feature-link {
        font-size: 12px;
    }

    .indexFeaturedUse .product-block .block-inner {
        margin-bottom: 0;
    }

    .shopify-section #insta-feed h2 {
        font-size: 18px;
        padding: 20px 0;
        font-weight: 500;
    }

    .isIndexAboutUs .majortitle {
        font-size: 18px;
        padding-top: 0;
        margin-bottom: 10px;
    }

    .isIndexAboutUs .mobile-only {
        font-size: 14px;
        text-align: left;
    }
}

/*************
---                   ---
---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---
---                   ---
*************/

/******************** Product Page Read More Styles Start ****************/
@media only screen and (max-width: 1000px) {


    .template-product .section-main-product #read-less-collection,
    .template-product .section-main-product #read-more-collection {
        padding: 0 16px;
    }
}

.template-product .section-main-product .bottom-desc {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.template-product .section-main-product #read-less-collection,
.template-product .section-main-product .read-more-desc {
    display: none;
}

.template-product .section-main-product .product-description h2 {
    font-size: 25px;
}

.template-product .section-main-product #read-more-collection,
.template-product .section-main-product #read-less-collection {
    cursor: pointer;
}

@media only screen and (min-width: 1000px) {

    .template-product .section-main-product .read-more-less,
    .template-product .section-main-product .product-description h2 {
        text-align: center;
    }
}

.load-box {
    background: rgba(255, 255, 255, .95) url(https://cdn.shopify.com/s/files/1/0677/0917/4051/files/loading-for-autumn.webp?v=1693892014) center no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999999999;
}

.load-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    background: #9a84ca;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1000px) {
    .load-box {
        background-size: 90%;
    }

    .load-box::before {
        height: 57.6px;
    }

    .navigation li:first-child {
        border-bottom: 1px solid #e8e8e8;
    }
}

.kl-teaser-Yb32XL, .kl-teaser-UezEqC {
    height: 124px !important;
    width: 197.99px !important;
    transform: rotate(45deg) !important;
    background-color: rgb(144, 124, 175) !important;
    bottom: -36px !important;
    left: -74px !important;
}

.kl-private-reset-css-Xuajs1 {
    clip-path: initial !important;
}

.go1596356512 {
    transform: rotate(0) !important;
}


/******************** Product Page Read More Styles End ****************/

/* new cj code */
.product-list .slick-next, .product-list .slick-prev {
    width: 26px;
    height: 26px;
    right: -40px;
    top: calc(50% - 60px);
    background: url("/cdn/shop/files/slick-next.png?v=1661266958") no-repeat center;
    background-size: contain;
}

.product-list .slick-prev {
    left: -40px;
    background: url("/cdn/shop/files/slick-prev.png?v=1661266958") no-repeat center;
    background-size: contain;
}

/*  遗漏代码 */
.customButtonWrap .custom-line-button {
    font-size: 24px;
    color: #333333;
    border-bottom: 1px solid #333;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .customButtonWrap .custom-line-button {
        font-size: 12px;
    }
}

/*  9/7 合并之前的style。css  */
@media (max-width: 1000px) {
    .product-block .product-info {
        margin-top: 0px;
    }

    .product-block .product-info .innerer .product-block-options--swatch {
        margin-bottom: 5px;
    }

    .product-block .product-link .product-block__title {
        min-height: 45px;
        font-size: 14px;
    }
}

#shopify-section-template--15295669469391__16552787222cd10d5d .overlay--h-right,
#section-id-template--15295669469391__16557026867497369c .overlay--h-right {
    left: 50%;
}

@media (max-width: 1000px) {
    #section-id-template--15295669469391__16351413531d7b221e .slide-1 .large-text, #section-id-template--15295669469391__16351413531d7b221e .slide-1 .overlay-text__title {
        color: #fff !important;
    }

    #shopify-section-template--15295669469391__16552787222cd10d5d .overlay--h-right {
        text-align: left;
        transform: scale(0.7);
        width: 99%;
        left: 15%;
    }

    #section-id-template--15295669469391__16552789150c7a7930 .overlay--h-left {
        transform: scale(0.6);
        left: -22%;
    }

    #section-id-template--15295669469391__16557026867497369c .overlay--h-right {
        transform: scale(0.7);
        background-color: initial;
        text-align: left;
        left: 12%;
        width: 99%;
    }
}

#section-id-template--15295669600463__16552789150c7a7930 .overlay-text__inner {
    max-width: 840px;
}

@media (max-width: 1000px) {
    #section-id-template--15295669600463__16552787222cd10d5d .overlay-text__inner {
        line-height: 15px;
        padding: 0 20px;
    }

    #section-id-template--15295669600463__16552789150c7a7930 .overlay--h-left {
        transform: scale(0.6);
        left: -22%;
    }

    #section-id-template--15295669600463__16557026867497369c .overlay--h-right,
    #section-id-template--15295669600463__16552787222cd10d5d .overlay--h-right {
        text-align: left;
        transform: scale(0.7);
        width: 100%;
        left: 15%;
    }
}

.new-button {
    background: #9a83da !important;
    border: 1px solid #9a83da !important;
    color: #ffffff !important;
    transition: all 0.3s;
}

.new-button:hover {
    background: #7157bb !important;
    border-color: #7157bb !important;
}

.product-price-my .price {
    white-space: nowrap;
}

.hide-tbyb {
    display: none;
}

.cart-gift-remove {
    font-size: 16px;
}

@media (max-width: 1000px) {
    .cart-gift-remove {
        font-size: 12px;
    }
}

@media (max-width: 1000px) {
    .cart-item__price {
        display: flex;
        justify-content: space-between;
        margin-top: 14px;
    }

    .show-price-box {
        display: flex;
    }
}

.tbyb-container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1000px) {
    .tbyb-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.page-header-con .collectionDescription-text p {
    margin-bottom: 0;
}

.page-header-con .collectionDescription-text h2 {
    font-size: 14px;
}

@media (max-width: 1000px) {
    .bottom-content {
        margin-top: 0;
    }

    .bottom-content-left h2 strong {
        font-size: 18px;
        font-weight: 500;
    }

    .bottom-content-left p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .bottom-content-left {
        margin-bottom: 20px !important;
    }

    .bottom-content-right h2 strong {
        font-size: 18px;
        font-weight: 500;
    }

    .bottom-content-right p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .bottom-content-right {
        margin-bottom: 20px !important;
    }
}

.custom-html .img-box {
    text-align: left;
}

@media (min-width: 1000px) {
    .filter-text {
        font-size: 16px;
    }
}


div[data-load-type=continue] ul.stamped-pagination li.next a, div[data-widget-load-type=continue] ul.stamped-pagination li.next a {
    font-size: 0;
    display: inline-block;
    border: 1px solid #9a83da !important;
    padding: 10px 15px;
    background: #fff;
    color: #9a83da !important;
    border-radius: 50px !important;
}


#utility-bar-desktop {
    position: -webkit-sticky;
    position: sticky;
    top: 127px;
    z-index: 10;
    background-color: #fff;
    padding-top: 10px;
}
#utility-bar-desktop .utility-bar__right .link-dropdown{
    display: flex;
    align-items: center;
    flex-direction: row;
}
@media (min-width: 1001px ) and (max-width: 1399px ){
    #utility-bar-desktop {
        top: 190px;
    }
}

.utility-bar.utility-bar--sticky-mobile-copy {
    height: 0;
    margin-bottom: 0;
}

@media (max-width: 1000px ) {
    #utility-bar-desktop {
        z-index: 100;
        top: 106px;
        min-height: 50px;
        margin-left: 0;
        margin-right: 0;
        /* padding: 0 20px 0 20px; */
    }

    .main-collection-warp {
        background: #fdfdfd;
    }

    .filter-text {
        position: relative;
        z-index: 1000;
        /* height: 20px; */
    }


    .utility-bar__item .button-icon {
        position: relative;
        z-index: 1000;
        height: 20px;
    }

    .link-dropdown__button-text {
        position: relative;
        z-index: 1000;
        height: 20px;
        display: inline-block;
    }

    .utility-bar__right {
        position: relative;
        height: 44px;
    }

    .utility-bar.utility-bar--sticky-mobile-copy {
        height: 0 !important;
    }

    .link-dropdown__button-icon {
        position: relative;
        z-index: 1000;
        height: 20px;
        top: 8px;
    }

    .link-dropdown .link-dropdown__button {
        min-width: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 0;
    }

    .link-dropdown__button-icon-sort {
        position: unset;
    }
}

.chat-title {
    overflow: unset !important;
}

.filter-group__heading__clear {
    text-align: right;
    text-decoration: underline;
    text-decoration-color: #9a83da;
    font-size: 14px;
}
@media (min-width: 1001px) {
    .filter-group__heading__clear {
       font-size: 20px;
    }
    .toggle-btn{
        padding-right: 0;
        margin-right: 6px;
        height: auto;
    }
}
.utility-bar__left {
    position: relative;
}

.collection-product-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1100;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}

.collection-product--box {
    position: relative;
    width: 970px;
    height: 600px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px 4px #ffffff80;
    padding: 40px 20px 20px;
}



.collection-product-title {
    display: none;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 40px;
    text-align: center;
}

@media (max-width: 1000px) {
    .collection-product-dialog {
        align-items: flex-end;
        z-index: 5001;
    }
    .collection-product--box {
        width: 100%;
        height: auto;
        border-radius: 20px 20px 0 0;
        padding: 0 10px 10px;
        transition: all 1s ease;
        transform: translateY(1000px);
    }
    .collection-product--box.active {
        transform: translateY(0);
    }
    .collection-product-title {
        display: block;
    }
}

.collection-product--box .close__icon {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    z-index: 999;
    cursor: pointer;
}

#ShopifyChat {
    z-index: 4010 !important;
}

img.needsclick.kl-private-reset-css-Xuajs1 {
    min-height: 140px !important;
}

#section-id-template--15336450654415__home_banner_show_one_BUiDX3 {
    max-width: 1980px;
}

#section-id-template--15336450654415__home_banner_show_one_BUiDX3 .banner-link-one {
    width: 100%;
}

#section-id-template--15336450654415__home_banner_show_one_BUiDX3 .banner-link-one .home-banner {
    width: 100%;
}

.filters-adjacent.collection-listing .align-centre.fully-spaced-row {
    margin-top: 15px;
}



.page-header-con {
    display: none !important;
    opacity: 0;
    user-select: none;
}


@supports (-webkit-touch-callout: none) {
    @media(max-width: 1000px){
        .stamped-form-label+.stamped-form-input {
            font-size: 16px !important;
        }
        .textarea.stamped-form-input-textarea{
            font-size: 16px !important;
        }
    }
}
@media (max-width: 1000px) {
    input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary{
        margin: 0 !important;
    }
}
.infinite-scroll-sentinel {
    display: block;
    height: 1px;
    clear: both;  /* 避免浮动影响 */
}
#sort-dropdown-heading{
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
}


.results-no-empty .keyword{
    color: #9a83da;
}

#shop-hcaptcha-badge-container {
    display: none !important;
}

div:has(> div> iframe[src*="hcaptcha.com"]) {
    position: fixed;
}