fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

legend.hidden-color-swatch {
    display: none
}

.color-swatches {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 2px 0 2px;
    z-index: 20;
}

.cs-skeleton-loader {
    margin: 16px 4px 2px;
}

@media screen and (max-width: 500px) {
    .color-swatches {
        flex-wrap: wrap;
    }
}

.color-swatches .color-swatch , .color-swatches .color-swatch .react-loading-skeleton {
    position: relative;
    margin: 1px 3px;
    border: 2px solid transparent;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-sizing: border-box;
}

.color-swatches .color-swatch.selected {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-medium);
}

.color-swatches .color-swatch .swatch {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 10px;
    border: 1px solid var(--gray-dark);
    box-sizing: border-box;
    box-shadow: 0 0 0 1px #fff;
    text-indent: -9999px;
}

@media (max-width: 991px) {
    .thumbnail.thumb-redesign .color-swatches {
        align-items: center;
    }

    .thumbnail.thumb-redesign .color-swatches .color-swatch {
        width: 22px;
        height: 22px;
        align-content: center;
    }

    .thumbnail.thumb-redesign .color-swatches .color-swatch.selected {
        display: inline-grid
    ;
    }

    .thumbnail.thumb-redesign .color-swatches .color-swatch:not(.dynamiccolor) {
        justify-items: center;
    }

    .thumbnail.thumb-redesign .color-swatches .color-swatch:has(.dynamiccolor) {
        border: none;
    }

    .thumbnail.thumb-redesign .color-swatches .color-swatch .swatch {
        width: 16px;
        height: 16px;
    }

    .thumbnail.thumb-redesign .thumbnail .Icon.dynamiccolor {
        width: 22px;
        height: 22px;
    }
}

@media screen and (min-width: 768px) {
    .color-swatches .color-swatch:hover {
        border-color: #fff;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 2px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px var(--gray-medium);
    }

    .color-swatches .color-swatch.action-more:hover {
        box-shadow: none;
    }
}

.color-swatches .color-swatch .swatch.rosegoldfoil {
    background: var(--color-brown);
    background: linear-gradient(45deg, var(--color-brown), var(--brown-light));
}

.color-swatches .color-swatch .swatch.goldfoil {
    background: var(--color-golden);
    background: linear-gradient(45deg, var(--color-golden), var(--golden-light));
}

.color-swatches .color-swatch .swatch.silverfoil {
    background: var(--color-grey);
    background: linear-gradient(45deg, var(--gray-deep), var(--gray-light));
}

.color-swatches .color-swatch .swatch.redfoil {
    background: var(--gray-deep);
    background: linear-gradient(45deg, var(--gray-deep), var(--red-deep) 0, var(--gray-red));
}

.color-swatches .color-swatch .swatch.custom-color {
    background: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
}

.color-swatches .color-swatch .swatch.none:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 22px;
    background: #C6C7C9;
    left: 50%;
    transform: rotate(135deg);
}

.color-swatches .color-swatch .swatch.iridescent {
    background: linear-gradient(48deg,
            #e3c1f4,
            #d9d7ed,
            #dff7f1,
            #acf0ff,
            #e3c1f4,
            #d9d7ed,
            #dff7f1,
            #acf0ff,
            #e3c1f4);
}

.color-swatches .color-swatch .swatch.multi {
    background: linear-gradient(135deg, #a82dd8, #6aa8dd 17%, #70e5b2 33%, #bced42 50%, #ede740 66%, #e88e4a 83%, #e54040);
}

.color-swatches .color-swatch .color-tooltip {
    display: none;
    font-size: 13px;
    border: 1px solid var(--gray-dark);
    margin-left: -14px;
    margin-top: 10px;
    pointer-events: none;
    position: absolute;
    width: 240px;
    background-color: var(--color-white);
    padding: 10px;
    z-index: 300;
    text-align: left;
    border-radius: 5px;
    font-family: var(--sf-font-sohne);
}

.color-swatches .color-swatch.action-more .color-tooltip {
    font-size: 14px;
    width: 133px;
    text-align: center;
}

.color-swatches .color-swatch .color-tooltip strong {
    display: block;
    margin: 8px 0 4px;
}

.color-swatches .color-swatch:hover .color-tooltip {
    display: block;
}

.color-swatches .color-swatch .color-swatch-input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 0;
    width: 0;
    opacity: 0
}

.color-swatches .color-swatch .color-swatch-input:focus+.swatch {
    outline: 1px dotted var(--color-black);
    outline: 5px auto -webkit-focus-ring-color
}

.color-swatches .color-swatch .arrow.top:before {
    left: 16px;
}

color-swatches .color-swatch.action-more .arrow.top:before {
    left: 20px;
}

@media screen and (max-width: 768px) {
    .color-swatches .color-swatch.action-more .color-tooltip {
        left: -100px;
    }

    .color-swatches .color-swatch.action-more .arrow.top:before {
        left: 117px;
    }
}
.add-to-cart-title {
    display: flex;
    margin: 25px 25px 15px 25px;
}

.add-to-cart-success-modal {
    width: 540px;
    border-radius: 8px;
    background-color: var(--color-white);
}

.add-to-cart-success-product-details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
    grid-gap: 20px;
    gap: 20px;
}

.add-to-cart-success-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.toast-right-section {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.toast-left-section {
    margin-left: 20px;
}

.toast-left-section img {
    height: 110px;
    width: 110px;
}

div.title-label {
    color: var(--text-color);
    font-size: 18.66px;
    font-family: var(--sf-font-sohne);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    position: relative;
    left: 10px;
    bottom: 3px;
}

.circle {
    position: relative;
    background: var(--color-green);
    border-radius: 50%;
    width: 22px;
    height: 22px;
}

.checkmark {
    position: absolute;
    transform: rotate(40deg) translate(-50%, -50%);
    left: 31%;
    top: 45%;
    height: 9px;
    width: 4px;
    border-bottom: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
}

.toast-productInfo-section {
    color: var(--text-color);
    font-size: 14px;
    font-family: var(--sf-font-sohne);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
}

.toast-productInfo-section div.product-detail-secondary {
    color: #585B58;
    font-family: var(--sf-font-sohne-md);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
}

.toast-productInfo-section div.product-price {
    color: #585B58;
    font-family: var(--sf-font-sohne);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
}

.toast-productInfo-section div.product-qty {
    color: #585B58;
    font-family: var(--sf-font-sohne);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
}

.toast-button-group {
    display: flex;
    flex-direction: column;
    margin-right: 25px;
    grid-gap: 20px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.add-to-cart-success-product-details .toast-button-group a.store-button {
    font-family: var(--sf-font-sohne);
    font-size: 14px !important;
    line-height: 14px;
    font-weight: 500;
    margin: 0 !important;
    height: auto !important;
    padding: 13px 16px;
    border-radius: 24px;
    text-transform: capitalize;
}

.add-to-cart-success-product-details .toast-button-group a.store-button.primary:not(.disabled):hover {
    padding: 13px 16px;
}

.toast-button-group .go-to-cart-button {
    min-width: 154px;
}

.close-add-to-cart-success-modal-wrapper {
    top: 6px !important;
    right: 6px !important;
    display: none;
}

@media (max-width: 375px) {
    .add-to-cart-success-modal {
        width: 343px;
    }
}

@media (max-width: 768px) {

    .continue-shopping-button {
        position: static !important;
        position: initial !important;
        transform: none !important;
        text-transform: capitalize;
    }

    .add-to-cart-success-product-details {
        flex-direction: column;
        margin: 0 30px;
        margin-bottom: 25px;
    }

    .toast-left-section {
        margin-left: 0px;
    }

    .toast-button-group {
        width: 100%;
    }

    .toast-button-group a {
        width: 100%;
        box-sizing: border-box;
    }
}

.add-to-cart-success-modal .go-to-cart-button{
    line-height: 21px;
    text-decoration: none;
    padding: 9.5px 20px;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}
.add-to-cart-success-modal .continue-shopping-button{
    color: #fff;  
    background: var(--deep-carrot);
    border: 1px solid var(--deep-carrot);
    order: -1;
    display: inline-flex;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}
@media screen and (max-width: 991px) {
    .add-to-cart-success-modal .continue-shopping-button{
         display: inline-grid;
    }
}
 
.sf-modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10001;
    overflow-y: auto;
}

.sf-modal {
    border-radius: 10px;
    display: flex;
    position: absolute;
    /* this is used for positioning close button */
    background: #fff;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sf-modal.large {
    width: 820px;
    height: 360px;
}

.sf-modal.xlarge {
    width: 845px;
    height: 546px;
}

.sf-modal.xxlarge {
    width: 1086px;
    height: 589px;
}

.sf-modal .close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    --height: 2px;
    --width: 20px;
    z-index: 9999;
}

.sf-modal .close-button::after,
.sf-modal .close-button:focus::after {
    content: '';
    position: absolute;
    width: var(--width);
    height: var(--height);
    background-color: #58595B;
    top: calc(50% - (var(--height) * 0.5));
    right: calc(50% - (var(--width) * 0.5));
    transform: rotate(45deg);
}

.sf-modal .close-button::before,
.sf-modal .close-button:focus::before {
    content: '';
    position: absolute;
    width: var(--height);
    height: var(--width);
    right: 1px;
    background-color: #58595B;
    top: calc(50% - var(--width) * 0.5);
    right: calc(50% - var(--height) * 0.5);
    transform: rotate(45deg);
}

.sf-modal .close-button:focus {
    outline: solid 1px var(--deep-carrot);
    outline-offset: 1px;
}

.sf-modal .close-button .icon.close {
    width: 15px;
}

.sf-modal.half {
    height: 50%;
    border-radius: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    .sf-modal {
        width: 100vw;
        height: 500px;
        bottom: 0;
        border-radius: 0;
        padding: 0;
    }

    .sf-modal .close-button {
        top: -40px;
    }

    .sf-modal .close-button:after {
        background-color: #FFF;
    }

    .sf-modal .close-button:before {
        background-color: #FFF;
    }

    .add-to-cart-success-modal-wrapper .close-button {
        top: 4px;
    }

    .add-to-cart-success-modal-wrapper .close-button:after {
        background-color: #58595B;
    }

    .add-to-cart-success-modal-wrapper .close-button:before {
        background-color: #58595B;
    }
}

.add-to-cart-success-modal-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

@media (max-width: 375px) {
    .sf-modal {
        bottom: 0;
        top: auto;
        left: auto;
    }

    .add-to-cart-success-modal-wrapper {
        width: 343px;
        border-radius: 8px 8px 0 0;
        position: fixed;
        top: auto;
        left: 50%;
    }

    .add-to-cart-success-modal-wrapper .close-button {
        top: 4px;
        right: 16px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 992px) and (orientation: landscape) {
    .sf-modal {
        bottom: 0;
        top: auto;
        left: auto;
    }

    .add-to-cart-success-modal-wrapper {
        width: 375px;
        border-radius: 8px 8px 0 0;
        position: fixed;
        top: auto;
        left: 50%;
    }

    .add-to-cart-success-container {
        margin-top: 10px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .sf-modal {
        bottom: 0;
        top: auto;
    }

    .add-to-cart-success-modal-wrapper {
        width: 375px;
        border-radius: 8px 8px 0 0;
        position: fixed;
        top: auto;
        left: 50%;
    }

    .add-to-cart-success-container {
        margin-top: 10px;
    }
}

@media (min-width: 376px) and (max-width: 768px) {
    .add-to-cart-success-modal-wrapper {
        width: 360px;
        border-radius: 8px 8px;
        position: fixed;
        top: auto;
    }
}
a.DropDown {
    display: flex;
    color: var(--gray-medium) !important;
    white-space: nowrap;
    text-transform: uppercase;
}

a.DropDown .arrowIcon {
    margin: 7px 0 0 7px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--text-color);
}

a.DropDown span.Icon.actionMore.action-view-more {
    min-height: 22px;
    min-width: 22px;
}

a.DropDown:hover {
    color: var(--gray-medium);
}

a.DropDown.not-in-view {
    visibility: hidden;
}

.DropDownPanel {
    max-width: 50vw;
    padding: 16px;
    max-height: 480px;
    overflow: auto;
}

a.DropDown .color-swatch.action-more:hover {
    border-color: #f5f6f8;
    box-shadow: 2px 2px 7px 7px rgb(25 18 18 / 5%);
    background-color: #EBEDF0;
    border-radius: 6px;
}

@media screen and (max-width: 480px) {
    .DropDownPanel {
        min-width: 50vw;
        max-width: 100vw;
        max-height: 60vh;
        overflow-y: scroll;
    }

    .DropDownPanel .FilterPanelItem .SVGIconBox {
        width: 98px;
        margin: 0 4px 8px 0;
    }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
    .DropDownPanel {
        min-width: 33vw;
        max-width: 40vw;
        max-height: 40vh;
        overflow-y: scroll;
    }
}
.sortFilterContainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 auto;
    position: relative;
}

.sortFilterWrapper {
    display: flex;
    align-items: center;
}

.sortFilterWrapper:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.sortFilterWrapper:hover,
.sortFilterWrapper label:hover {
    cursor: pointer;
}

.sortFilterTitle {
    color: #58595b;
    text-align: right;
    font-family: var(--sf-font-sohne);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.sortFilterSelectedValue {
    color: #58595b;
    font-family: var(--sf-font-sohne-b);
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    padding-right: 8px;
}

/**
For fav icon in sticky top bar - start
**/
.ThumbnailPage .content-container .FilterBar.sticky-enabled .sortFilterSelectedValue {
    display: none;
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled .pipe {
    width: 1px;
    height: 22px;
    background: #8E949F;
    margin-left: 8px;
    margin-right: 16px;
}

.content-container .FilterBar .unfavorite-msg svg {
    display: none;
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled .favorite-svg {
    width: 22px;
    height: 22px;
    position: relative;
    text-align: center;
    padding-right: 10px;
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled .favorite-svg circle {
    fill: var(--deep-carrot);
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled .favorite-svg text {
    fill: var(--color-white);
    letter-spacing: -2px;
    line-height: 1;
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled .unfavorite-msg svg{
    display: block;
}

.unfavorite-msg:hover .fav-tooltip {
    display: block;
}
/**
For fav icon in sticky top bar - end
**/

.downArrowIconWrapper {
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.showTickMark {
    display: block;
}

.hideTickMark {
    visibility: hidden;
}

.tooltip-dropdown-menu-wrapper {
    position: absolute;
    text-align: left;
    right: -8px;
    top: 34px;
    width: 204px;
    box-sizing: border-box;
    z-index: 999;
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled .tooltip-dropdown-menu-wrapper {
    right: 54px;
    top: 42px;
}

.tooltip-dropdown-menu-wrapper ul.sortFilterPopupMenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0px;
    border-radius: 4px;
    border: 1px solid #dbdde1;
    border: 1px solid var(--neutrals-slate, #dbdde1);
    background: #fff;
    background: var(--neutrals-white, #fff);
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.tooltip-dropdown-menu-wrapper li.filterListItemWrapper {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    align-self: stretch;
    background: #fff;
    background: var(--neutrals-white, #fff);
    margin: 0;
    white-space: nowrap;
}

.tooltip-dropdown-menu-wrapper li.filterListItemWrapper:hover {
    cursor: pointer;
    text-decoration: underline;
    background: #ecedef;
    background: var(--neutrals-slate-light, #ecedef);
}

.tooltip-dropdown-menu-wrapper li.filterListItemWrapper:focus {
    text-decoration: underline;
    background: #ecedef;
    background: var(--neutrals-slate-light, #ecedef);
    border: 1px solid var(--deep-carrot);
    border: 1px solid var(--colors-brand-sfly-color-brand-deep-carrot, var(--deep-carrot));
    outline: none;
}

.tooltip-dropdown-menu-wrapper li.filterListItemWrapper:active {
    cursor: pointer;
    text-decoration: underline;
    box-shadow: 0px 0px 250px 0px rgba(0, 0, 0, 0.1) inset;
    border: none;
}

.tooltip-dropdown-menu-wrapper:before {
    position: absolute;
    top: -9px;
    left: auto;
    right: 5px;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.tooltip-dropdown-menu-wrapper:after {
    position: absolute;
    top: -8px;
    left: auto;
    right: 6px;
    content: '';
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    display: inline-block;
}

.mobileSort input[type='radio'] {
    accent-color: black;
}

/*# sourceMappingURL=storefe_6.15ca37758ccf9c.css.map*/