/* Store header */
.edit .ui.segment.product-item{
    cursor: move;
}
.edit .ui.segment.product-item .product-image img{
    height: auto !important;
}
/* Store content */
.store-content{
    padding: 2.5rem 0 6.25rem;
}
.store-content h1.ui.header{
    margin: 0;
    padding: 0;
}
.store-content h2.ui.header{
    word-wrap: break-word;
    margin-bottom: 1.875rem;
}
.store-content .ui.grid.checkout-title{
    padding-bottom: 1.25rem;
}
.store-content .checkout-title .ui.header{
    margin-bottom: 0;
    padding: .625rem 0;
}
.sortable-ghost{
    opacity: .1;
}
.ui.yellow.message{
    display: inline-block;
    margin-bottom: 2.5rem;
}
.ui.yellow.message .ui.button{
    margin-left: 1.3125rem;
}
.store-content .unsubscribe .ui.form,
.store-content .contact-wrap .ui.form{
    padding-top: 1rem;
}
.store-content .contact-wrap .status-message{
    display: none;
    margin-right: 20px;
}
.store-content .contact-wrap .status-message + div{
    display: none;
}
.store-content .contact-seller-form.success .status-message{
    color: #00B140;
    display: inline;
}
.store-content .contact-seller-form.error .status-message{
    color: #ff4949;
    display: inline;
}
.store-content .contact-wrap{
    position: relative;
}
.store-content .contact-seller-form .success,
.store-content .contact-seller-form.success .field{
    display: none;
}
.slfy-store .contact-seller-form.success .row{
    opacity: 0;
}
.store-content .contact-seller-form.success .success{
    display: block;
    margin: 0;
}
.no-products-view{
    background-image: url('https://static.sellfy.com/media/css/images/empty-products-view.png');
    background-position: center top;
    background-repeat: no-repeat;
    height: 616px;
    margin: 0 auto;
    width: 100%;
}
.store-content .description img{
    max-width: 100%;
}
.store-content .product-placeholder,
.slfy-store .product-placeholder{
    /* min-height: 42rem; */
    width: 100%;
    /* background-image: url(https://static.sellfy.com/assets/images/public/1551255150.product_placeholder.png); */
    pointer-events: none;
    user-select: none;
    z-index: 0;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.store-content.store-page .ui.segment{
    margin-top: 0;
}

/* Store page search - no results */
.store-content .search-notfound .subheader{
    color: #000;
    margin: 0;
}
.store-content .search-notfound{
    min-height: 24.1875rem;
}
.store-content .search-notfound ul{
    margin-left: 2.25rem;
}
.store-content .search-notfound ul,
.store-content .search-notfound ul li{
    list-style: disc;
}
.store-content .search-notfound ul li{
    color: #000;
}
.contact-seller-form.error .row.error input{
  border-color: #FF4949 !important;
}

/* Breadcrumbs */
.breadcrumbs{
    font-size: 0;
    margin-bottom: 0.625rem;
}
.breadcrumbs .item{
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1;
    margin-top: -0.625rem;
    padding: 0.625rem 0.3125rem;
}
.breadcrumbs .item::after{
    content: "›";
    margin-left: 0.625rem;
    color: rgba(0, 0, 0, 0.4);
}
.breadcrumbs .item:first-child{
    padding-left: 0;
}
.breadcrumbs .item:last-child::after{
    content: none;
}
.breadcrumbs .item:last-child,
.breadcrumbs .item:hover,
.breadcrumbs .item:focus{
    color: rgba(0, 0, 0, 0.7);
}
.breadcrumbs + .ui.header{
    margin-top: unset;
}

@media (max-width: 959px) {
    .store-content .add-product,
    .slfy-store .product-placeholder .add-product{
        top: 3.75rem;
        width: 31.1%;
    }
}
@media only screen and (max-width: 767px){
    .store-content .add-product,
    .slfy-store .product-placeholder .add-product{
        top: 2.75rem;
        width: 31%;
    }
    .breadcrumbs{
        display: none;
    }
}
@media (max-width: 640px){
    .store-content .add-product,
    .slfy-store .product-placeholder .add-product{
        top: 5.875rem;
    }
    .store-content .add-product,
    .slfy-store .product-placeholder .add-product{
        width: calc(100% - 1.25rem);
    }
    .store-content .add-product p,
    .slfy-store .product-placeholder .add-product p{
        width: 25%;
    }
}

body.embedded{
    background: transparent !important;
}
.embedded.store .ui.segment.product-item{
    width: 230px;
}
.embedded .ui.global-wrap{
    max-width: 750px;
    padding: 0;
}
.embedded .store-content{
    padding: 0;
    contain: paint;
}
.embed .fb_dialog,
.embedded .fb_dialog{
    display: none !important;
}
.store-content .item-pagination{
    padding-top: 0;
}
.store-content .item-pagination + .store-subscription{
    margin-top: 5.625rem;
}

/* Store subscription */
.store-content .store-subscription{
    margin: 1.25rem auto 0;
    width: 100%;
}
.store-content .store-subscription .subscription-form{
    padding: 2.8rem 2.5rem !important;
    width: 100%;
}
.store-content .store-subscription .subscription-form .segment{
    box-shadow: none;
    padding:0;
}
.store-content .store-subscription .subscription-form{
    display: inline-block;
}
.store-content .store-subscription .header{
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.store-content .store-subscription .ui.form{
    display: inline-block;
    padding-top: 1.875rem;
    width: 43.75rem;
}
.store-content .store-subscription .field{
    display: inline-block;
    vertical-align: top;
}
.store-content .store-subscription .email.field{
    width: 18.75rem;
}
.store-content .store-subscription .sub-btn.field{
    margin-left: 1.25rem;
}
.store-content .store-subscription p{
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding:0 8.75rem;
}
.store-content .store-subscription .info-msg{
    color:red;
    display: none;
    font-size:0.75rem;
    padding:0;
    position: absolute;
}
.store-content .next-page-button{
    margin-top: 1.25rem;
}
/* Move this to Product item */
.ui.segment.product-item .ui.grid > .row.product-price-wrap .price .old-price:empty{
    display: none;
}
/* Store segment override */
.ui.segment{
    padding: 1.25rem;
}
.ui.segment>div.header{
    margin-bottom: 0.625rem;
    padding-bottom: 1.25rem;
}


@media (max-width: 959px) {
    .store-content .fr_content_grid{
        text-align: center;
    }
}
@media (max-width: 975px) {
    .store-content .product-grid.store-subscription .info-msg{
        line-height: 1rem;
        margin: auto;
        padding-top: .8rem;
        position: static;
    }
    .store-content .store-subscription p{
        padding:0;
    }
}
@media only screen and (max-width: 767px){
    .store-content .product-masonry.store-subscription{
        text-align: center;
    }
    .store-content .store-subscription .subscription-form{
        padding: 1.25rem !important;
        width: 100%;
    }
    .store-content .product-masonry.store-subscription{
        padding: 0 10px;
    }
    .store-content .checkout-title .ui.header{
        padding: 0 0 .625rem;
        text-align: center;
    }
    .store-content .checkout-title .column.action-button{
        text-align: center !important;
    }
}
@media (max-width: 640px){
    .store-content .store-subscription .field,
    .store-content .store-subscription .field button{
        width: 100% !important;
    }
    .store-content .store-subscription .sub-btn.field{
        margin-left: 0;
    }
    .store-content .product-masonry.store-subscription .info-msg{
        line-height: 1rem;
        margin: auto;
        padding-top: .8rem;
        position: static;
    }
}
.store-content.patreon-member-area{
    padding: 5rem 0;
}
.patreon-member-area h2{
    font-size: 2.125em;
    font-weight: 700;
    color: currentColor;
    margin-bottom: 2rem;
}
.patreon-member-area .ui.description{
  margin-bottom: 2rem;
}
.patreon-member-area .no-products-view{
  display: flex;
  align-items: center;
  justify-content: center;
}

.patreon-member-area .empty-view .button{
    background-color: black;
    color: white;
}
.patreon-member-area .empty-view .button .icon{
    width: 1em;
    height: 1em;
    margin-right: 0.5ch;
}
.patreon-member-area .empty-view .message{
    margin-bottom: 1.25rem;
}

.embedded .product-masonry[data-columns]::before {
    content: '3 .four.wide.column' !important;
}

@media screen and (max-width: 500px){
    .embedded .product-masonry[data-columns]::before {
        content: '1 .twelve.wide.column' !important;
    }
}
@media screen and (min-width: 500px) and (max-width: 759px) {
    .embedded .product-masonry[data-columns]::before {
        content: '2 .six.wide.column' !important;
    }
}

.slfy-store .module.navigation .content-wrapper > .actions > .item.mobile-menu{
    display: none;
}
.slfy-store .mobile-menu .menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    width: 100dvw;
    background: rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(0.375rem) grayscale(0.5);
    height: 100vh;
    height: 100dvh;
    z-index: 2000;
    transition: 160ms opacity ease;
    opacity: 0;
    pointer-events: none;
    display: flex;
    touch-action: none;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
}
.slfy-store .mobile-menu .menu-container .menu-panel {
    height: 100%;
    background-color: #ffffff;
    flex-grow: 1;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    margin-left: auto;
    flex-direction: column;
    padding-bottom: 0.625rem;
    transition: 160ms transform ease;
    transform: translateX(100%);
    will-change: transform;
    overflow: hidden;
}
.slfy-store .mobile-menu .menu-container .menu-panel::before{
    z-index: -1;
    position: absolute;
    inset: 0;
    content: '';
    background-color: var(--global-background);
    pointer-events: none;
}
.slfy-store .mobile-menu .menu-container .menu-panel::after{
    z-index: -1;
    position: absolute;
    inset: 0;
    content: '';
    background-color: var(--background-color);
    pointer-events: none;
}
.slfy-store .mobile-menu .item-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
.slfy-store .mobile-menu .menu-container .item-grid{
    display: flex;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    transition: 110ms transform ease;
    width: 300%;
}
.slfy-store .mobile-menu .menu-container .item-grid.second{
    transform: translateX(-33%);
}
.slfy-store .mobile-menu .menu-container .item-grid.second .column.second .items{
    opacity: 1;
}
.slfy-store .mobile-menu .menu-container .item-grid.third{
    transform: translateX(-66%);
}
.slfy-store .mobile-menu .menu-container .item-grid.third .column.third .items{
    opacity: 1;
}
.slfy-store .mobile-menu .menu-container .item-grid .column{
    width: 100%;
}
.slfy-store .mobile-menu .menu-container .item-grid .column.first .items{
    opacity: 1;
}
.slfy-store .mobile-menu .item-grid .column:not(:first-child) .items:not(.visible) {
    display: none;
}
.slfy-store .mobile-menu .item-grid .items {
    opacity: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    transition: 110ms opacity ease;
}
.slfy-store .mobile-menu .item-grid .items.sidebar-extra {
    transition: 110ms ease;
}
.slfy-store .mobile-menu .account-menu {
    position: relative;
    padding-top: 0.25em;
}
.slfy-store .mobile-menu .account-menu .separator{
    background: currentColor;
    height: 1px;
    margin: 0.25em 1.25em;
    opacity: 0.1;
}
.slfy-store .mobile-menu .account-menu::before {
    border-top: 1px solid currentColor;
    content: '';
    inset: 0;
    opacity: 0.08;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    margin-inline: 1.25em;
}
.slfy-store .mobile-menu .menu-container .item {
    color: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    padding: 1em 1.25em;
    font-size: 1em;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.slfy-store .mobile-menu .menu-container .spacer {
    width: 80px;
    flex-shrink: 0;
}
.slfy-store .mobile-menu .menu-container .menu-panel > .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
}
.slfy-store .mobile-menu .menu-container .menu-panel > .header .back-action{
    opacity: 0;
    transition: 110ms opacity ease;
    cursor: pointer;
    pointer-events: none;
}
.slfy-store .mobile-menu .menu-container .menu-panel > .header .back-action.visible{
    opacity: 1;
    pointer-events: all;
}
.slfy-store .mobile-menu .menu-container .menu-panel > .header .panel.right{
    display: flex;
    align-items: center;
}
.slfy-store .navigation.large .mobile-menu .menu-container .menu-panel > .header {
    height: 90px;
}
.slfy-store .navigation.xlarge .mobile-menu .menu-container .menu-panel > .header {
    height: 120px;
}
.slfy-store .mobile-menu .menu-container .menu-panel > .header .store-language{
    margin-block: -0.625rem;
    position: relative;
}
/* .slfy-store .mobile-menu .menu-container .menu-panel > .header .store-language select{
    text-transform: uppercase;
} */
.slfy-store .mobile-menu .menu-container .menu-panel > .header .store-language::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: currentColor;
    opacity: 0.08;
}
.slfy-store .mobile-menu .menu-container .menu-panel > .header .action{
    margin-left: 1rem;
}
.slfy-store .mobile-menu .menu-container .menu-panel > .header .action > svg{
    width: 1.5rem !important;
    height: 1.5rem !important;
    display: block;
}
.slfy-store .mobile-menu .menu-container.visible{
    opacity: 1;
    pointer-events: all;
}
.slfy-store .mobile-menu .menu-container.visible .menu-panel{
    transform: translateX(0);
}
.slfy-store .hidden{
    display: none !important;
}
.slfy-store .email-resend.checkout.module{
  padding-top: 6.25rem;
  min-height: 100%;
}
.slfy-store .email-resend .title-container {
    margin-bottom: 0.75em;
}
.slfy-store .email-resend .description {
    font-size: 1.125em;
}
.slfy-store .email-resend .description .small{
  font-size: 0.75em;
  opacity: 0.5;
}
.slfy-store .email-resend.module:not(.segmented) .ui.segment{
    padding: 0;
    background: transparent;
}
.slfy-store .email-resend.module .ui.segment{
    margin-top: unset;
}
.slfy-store .email-resend h4 {
    margin-bottom: 20px;
}
.slfy-store .email-resend .container {
    display: flex;
    width: 100%;
}
.slfy-store .email-resend .container {
    display: flex;
    width: 100%;
    justify-content: center;
}
.slfy-store .email-resend .container form {
    width: 100%;
    padding: 1rem 0;
}
.slfy-store .email-resend .container form .resend-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.slfy-store .email-resend .container form input {
    display: inline-block;
    background: transparent;
    border: 1px solid #fff;
    color: currentColor;
    display: block;
    font-family: inherit;
    flex-shrink: 1;
    max-width: 100%;
    min-height: 40px;
    margin: 0.625rem 0;
    font-size: 1em;
    padding: 0.625em 1.125em;
    line-height: normal;
    margin-right: 0.625rem;
    outline: none;
}
.slfy-store .email-resend .container form input::placeholder{
    color: inherit !important;
}
.slfy-store .email-resend .container form button {
    display: inline-block;
    background-color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    margin: 0.625rem 0;
    font-family: inherit;
    font-size: 1em;
    line-height: normal;
    min-height: 40px;
    padding: 0.625em 1.125em;
    position: relative;
}
.slfy-store .email-resend .container form .hoverlay {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .11s ease;
}
/* Embed styles */
.slfy-store.embedded{
    min-height: unset;
    min-width: unset;
    overflow: auto;
}
.slfy-store.embedded .store-embed-container{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1180px;
    margin-inline: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}
.slfy-store.embedded .product.equal.height.stretched.grid .product-item.column{
    flex-grow: 0;
}
.slfy-store.embedded .ui.global-wrap > .ui.grid{
    margin-left: -0.625rem!important;
    margin-right: -0.625rem!important;
}
/* Store pagination fix */
.slfy-store .ui.pagination a, .slfy-store .ui.pagination .link{
    color: currentColor;
    opacity: 0.6;
}
.slfy-store .ui.pagination .active a, .slfy-store .ui.pagination .active .link {
    background-color: var(--foreground);
    color: var(--background);
    opacity: 1;
}
.ui.pagination li:not(.active) a:hover{
    opacity: 1;
}
.slfy-store .ui.pagination .disabled span, .slfy-store .ui.pagination .disabled a, .slfy-store .ui.pagination .disabled a:hover{
    opacity: 0.2;
}
/* Classic grid */
.store-product-grid{
    display: flex;
    flex-wrap: wrap;
    row-gap: 2.5rem;
    column-gap: 1.25rem;
    width: 100%;
}
.store-product-grid.left{
    justify-content: flex-start;
}
.store-product-grid.center{
    justify-content: center;
}
.store-product-grid.right{
    justify-content: flex-end;
}
.store-product-grid > .column{
    display: flex;
    flex-basis: 0;
    flex-direction: column;
    gap: 2.5rem;
    min-width: 220px;
    width: 100%;
}
.store-product-grid:not(.masonry).one .product-item.column{
  flex-basis: calc(100%);
}
.store-product-grid:not(.masonry).two .product-item.column{
  flex-basis: calc((100% - 1.25rem) / 2);
}
.store-product-grid:not(.masonry).three .product-item.column{
  flex-basis: calc((100% - 2.5rem) / 3);
}
.store-product-grid:not(.masonry).four .product-item.column{
  flex-basis: calc((100% - 3.75rem) / 4);
}
/* Masonry grid */
.store-product-grid.masonry{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.5rem;
    column-gap: 1.25rem;
    width: 100%;
}
.store-product-grid.masonry.one{
    grid-template-columns: repeat(1, 1fr);
}
.store-product-grid.masonry.two{
    grid-template-columns: repeat(2, 1fr);
}
.store-product-grid.masonry.three{
    grid-template-columns: repeat(3, 1fr);
}
.store-product-grid.masonry.four{
    grid-template-columns: repeat(4, 1fr);
}
.store-product-grid.masonry.one[data-columns]::before {
    content: '1';
}
.store-product-grid.masonry.two[data-columns]::before {
    content: '2';
}
.store-product-grid.masonry.three[data-columns]::before {
    content: '3';
}
.store-product-grid.masonry.four[data-columns]::before {
    content: '4';
}

@media only screen and (max-width: 991px) {
    .store-product-grid > .column:not(.product-item){
        flex-grow: 1;
    }
    .store-product-grid.masonry.three,
    .store-product-grid.masonry.four{
        grid-template-columns: 1fr 1fr !important;
    }
    .store-product-grid.three[data-columns]::before,
    .store-product-grid.four[data-columns]::before {
        content: '2';
    }
    .store-product-grid:not(.masonry).three .product-item.column{
      flex-basis: calc((100% - 1.25rem) / 2);
    }
    .store-product-grid:not(.masonry).four .product-item.column{
      flex-basis: calc((100% - 1.25rem) / 2);
    }
}
@media only screen and (max-width:767px) {
    .store-product-grid.masonry.two,
    .store-product-grid.masonry.three,
    .store-product-grid.masonry.four{
        grid-template-columns: 1fr !important;
    }
    .store-product-grid.masonry.two[data-columns]::before,
    .store-product-grid.masonry.three[data-columns]::before,
    .store-product-grid.masonry.four[data-columns]::before {
        content: '1';
    }
    .store-product-grid:not(.masonry).two .product-item.column{
      flex-basis: 100%;
    }
    .store-product-grid:not(.masonry).three .product-item.column{
      flex-basis: 100%;
    }
    .store-product-grid:not(.masonry).four .product-item.column{
      flex-basis: 100%;
    }
}

@media screen and (max-width: 767px){
    .slfy-store .email-resend .container form input {
        width: 100%;
        margin-right: 0;
    }
    .slfy-store .module.navigation .content-wrapper > .actions > .item.mobile-menu{
        display: block;
    }
}

*{box-sizing:border-box}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{vertical-align:baseline;background:0 0;border:0;outline:0;margin:0;padding:0;font-size:100%}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{vertical-align:baseline;background:0 0;margin:0;padding:0;font-size:100%}ins{color:#000;background-color:#ff9;text-decoration:none}mark{color:#000;background-color:#ff9;font-style:normal;font-weight:400}del{text-decoration:line-through}sup{top:unset;vertical-align:super;font-size:.75em}sub{top:unset;vertical-align:sub;font-size:.75em}abbr[title],dfn[title]{cursor:help;border-bottom:1px dotted}table{border-collapse:collapse;border-spacing:0}hr{height:1px;background-color:#d0d3d4;border:0;margin:1em 0;padding:0;display:block}input,select{vertical-align:middle}a{cursor:pointer}@keyframes button-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:file-icon;src:url(https://static.sellfy.com/assets/images/public/1521037447.file-icon.eot?5qniy6);src:url(https://static.sellfy.com/assets/images/public/1521037447.file-icon.eot?5qniy6#iefix)format("embedded-opentype"),url(https://static.sellfy.com/assets/images/public/1521037472.file-icon.ttf?5qniy6)format("truetype"),url(https://static.sellfy.com/assets/images/public/1521037488.file-icon.woff?5qniy6)format("woff"),url(https://static.sellfy.com/assets/images/public/1521037504.file-icon.svg?5qniy6#file-icon)format("svg");font-weight:400;font-style:normal}[class^=icon-file-],[class*=\ icon-file-]{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:file-icon!important}.icon-file-other:before{content:"n"}.icon-file-text:before{content:"t"}.icon-file-image:before{content:"i"}.icon-file-audio:before{content:"m"}.icon-file-video:before{content:"v"}.icon-file-archive:before{content:"z"}.icon-file-pdf:before{content:"p"}.icon-file-font:before{content:"o"}.icon-file-word:before{content:"w"}.icon-file-excel:before{content:"x"}body{min-height:100vh;overscroll-behavior-inline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.slfy-store{font-family:var(--base-font-family,system-ui);font-size:var(--base-font-size);-webkit-tap-highlight-color:#ffffff80;min-height:100vh;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;line-height:1.1;display:flex;position:relative}.slfy-store.width-1680 .module .container .ui.stackable.grid .item-count.column,.slfy-store.width-1680 .module .container .ui.stackable.grid .product-details.column{flex:2 0 75%}.slfy-store.width-1680 .module .container .ui.stackable.grid .card-info.column,.slfy-store.width-1680 .module .container .ui.stackable.grid .buy-button.column{flex:1 0 25%}.slfy-store.width-1440 .module .container .ui.stackable.grid .item-count.column,.slfy-store.width-1440 .module .container .ui.stackable.grid .product-details.column{flex:2 0 75%}.slfy-store.width-1440 .module .container .ui.stackable.grid .card-info.column,.slfy-store.width-1440 .module .container .ui.stackable.grid .buy-button.column{flex:1 0 25%}.slfy-store.width-1200 .module .container .ui.stackable.grid .item-count.column,.slfy-store.width-1200 .module .container .ui.stackable.grid .product-details.column{flex:2 0 66.6667%}.slfy-store.width-1200 .module .container .ui.stackable.grid .card-info.column,.slfy-store.width-1200 .module .container .ui.stackable.grid .buy-button.column{flex:1 0 33.3333%}.slfy-store.width-1080 .module .container .ui.stackable.grid .item-count.column{flex:2 0 58.3333%}.slfy-store.width-1080 .module .container .ui.stackable.grid .card-info.column{flex:1 0 41.6667%}.slfy-store.width-1080 .module .container .ui.stackable.grid .product-details.column{flex:2 0 66.6667%}.slfy-store.width-1080 .module .container .ui.stackable.grid .buy-button.column{flex:1 0 33.3333%}.slfy-store.width-960 .module .container .ui.stackable.grid .item-count.column{flex:2 0 58.3333%}.slfy-store.width-960 .module .container .ui.stackable.grid .card-info.column{flex:1 0 41.6667%}.slfy-store.width-960 .module .container .ui.stackable.grid .product-details.column{flex:2 0 66.6667%}.slfy-store.width-960 .module .container .ui.stackable.grid .buy-button.column{flex:1 0 33.3333%}.slfy-store.width-960 .module .container .ui.stackable.grid .item-count.column{flex:2 0 58.3333%}.slfy-store.width-960 .module .container .ui.stackable.grid .card-info.column{flex:1 0 41.6667%}.slfy-store.width-960 .module .container .ui.stackable.grid .product-details.column{flex:2 0 66.6667%}.slfy-store.width-960 .module .container .ui.stackable.grid .buy-button.column{flex:1 0 33.3333%}.slfy-store.width-600 .module .container .ui.stackable.grid .item-count.column{flex:2 0 58.3333%}.slfy-store.width-600 .module .container .ui.stackable.grid .card-info.column{flex:1 0 41.6667%}.slfy-store.width-600 .module .container .ui.stackable.grid .product-details.column{flex:2 0 66.6667%}.slfy-store.width-600 .module .container .ui.stackable.grid .buy-button.column{flex:1 0 33.3333%}.slfy-store.pattern{background-repeat:repeat;background-size:auto!important}.slfy-store.logged-in .module.navigation.sticky-store-nav{top:40px}.slfy-store *{-webkit-tap-highlight-color:transparent}.slfy-store .ui.global-wrap{margin-inline:auto}.slfy-store h1,.slfy-store h2,.slfy-store h3,.slfy-store h4,.slfy-store h5,.slfy-store h6,.slfy-store p{font-family:var(--heading-font-family);color:inherit;min-height:1em}.slfy-store p{font-family:var(--base-font-family)}.slfy-store h1{font-size:2.5em}.slfy-store h2{font-size:2.125em}.slfy-store h3{font-size:2em}.slfy-store h4{font-size:1.75em}.slfy-store h5{font-size:1.5em}.slfy-store h6{font-size:1.25em}.slfy-store input,.slfy-store select,.slfy-store textarea,.slfy-store button{margin:0;font-family:inherit!important}.slfy-store a{outline:none}.slfy-store:empty{display:none}.slfy-store .module{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.slfy-store .module>.container{transition:unset}.slfy-store .module .inner-container{position:relative}.slfy-store .module.loading{pointer-events:none;color:#0000!important}.slfy-store .module.loading:after{content:"";width:1.2em;height:1.2em;border-color:#fff #0000 #0000;border-color:var(--color)transparent transparent;width:2.5em;height:2.5em;opacity:.35;border-style:solid;border-width:.2em;border-radius:500rem;margin:-.6em 0 0 -.6em;animation:.6s linear infinite button-spin;position:absolute;top:50%;left:50%;box-shadow:0 0 0 1px #0000}.slfy-store .module.loading .container{opacity:.15;filter:grayscale();transition:all .3s}.slfy-store .module.editable:before{box-sizing:border-box;content:"";z-index:2;pointer-events:none;border:0 solid #0000;transition:border-color .11s;position:absolute;inset:0}.slfy-store .module.editable:hover:before{border:3px solid #8484863d}.slfy-store .module.editable.editing{z-index:199}.slfy-store .module.editable.editing:before{z-index:2;pointer-events:none;border:3px solid #3c97ef}.slfy-store .module.editable.editing .editor-info-panel{display:block}.slfy-store .module .editor-info-panel{color:#fff;pointer-events:none;text-align:center;z-index:10;background-color:#3c97ef;border-radius:3px;padding:4px 6px;font-size:.8125rem;font-weight:600;display:none;position:absolute;top:.125rem;left:50%;transform:translate(-50%)}.slfy-store .module .ui.global-wrap{max-width:var(--store-width)}.slfy-store .module .container{max-width:var(--store-width);width:100%;z-index:2;flex-direction:column;margin:0 auto;padding:0 1.25rem;display:flex;position:relative}.slfy-store .module.custom{min-height:var(--height,unset)!important}.slfy-store .module.custom>.container{padding:var(--padding,unset)!important}.slfy-store .module.custom.unconstrained>.container,.slfy-store .module.custom.unconstrained>.ui.global-wrap,.slfy-store .module.custom.unconstrained .bottom-container .copyright-container{max-width:var(--max-width,unset)!important}.slfy-store .module .language-switcher{flex-direction:row;align-items:center;padding:0 .625rem;display:flex}.slfy-store .module .language-switcher>select{-webkit-appearance:none;-moz-appearance:none;color:inherit;z-index:1;background:0 0;border:none;outline:none;padding-right:1.25rem;font-family:inherit;font-size:1em;line-height:2em}.slfy-store .module .language-switcher>select option{color:#111}.slfy-store .module .language-switcher .icon-container{align-items:center;margin-left:-1.25rem;margin-right:.625rem;font-size:1em;display:flex}.slfy-store .module .language-switcher .icon-container svg{width:1em;height:1em}.slfy-store .module.footer{border:none;margin-top:auto}.slfy-store .module.footer.small .footer-items{min-height:50px;justify-content:center;padding:.625rem 0}.slfy-store .module.footer.small .footer-items>.left{flex-grow:0}.slfy-store .module.footer.small .footer-items>.spacer{width:2.25rem}.slfy-store .module.footer.small .bottom-container .copyright-container{flex-direction:column;justify-content:center}.slfy-store .module.footer.small .bottom-container .copyright-container>.copyright,.slfy-store .module.footer.small .bottom-container .copyright-container>.powered-by{flex:none}.slfy-store .module.footer.medium .footer-items{min-height:90px;padding:1.25rem 0}.slfy-store .module.footer.large .footer-items{align-items:flex-start;padding:2.5rem 0}.slfy-store .module.footer.large .footer-items>.left{height:auto;flex-direction:row;align-items:flex-start;display:flex;overflow:visible}.slfy-store .module.footer.large .footer-items>.left>.menu{flex-direction:column}.slfy-store .module.footer.large .footer-items>.left>.menu>.item{flex-direction:row;align-items:center;padding:.5rem 1rem;display:flex}.slfy-store .module.footer .footer-items{flex-direction:row;justify-content:space-between;align-items:center;transition:all .11s linear;display:flex}.slfy-store .module.footer .footer-items>.left{margin:0 -1.25rem}.slfy-store .module.footer .footer-items>.spacer{width:2.5rem;flex-shrink:0}.slfy-store .module.footer .footer-items>.right{flex-direction:row;flex-shrink:0;align-items:center;margin:0 -1.25rem;display:flex}.slfy-store .module.footer .footer-items>.right .menu>.item{margin:.3125rem;padding:.3125rem}.slfy-store .module.footer .footer-items .menu{flex-flow:wrap;padding:0 .625rem;display:flex}.slfy-store .module.footer .footer-items .menu>.item{color:inherit;white-space:nowrap;padding:.3125rem .625rem;font-size:1em;text-decoration:none;transition:opacity .11s}.slfy-store .module.footer .footer-items .menu>.item>.title{margin-left:.3125rem}.slfy-store .module.footer .footer-items .menu>.item>.icon-container{flex-shrink:0;font-size:1em}.slfy-store .module.footer .footer-items .menu>.item>.icon-container svg{width:1em;height:1em;display:block}.slfy-store .module.footer .footer-items .menu>.item:hover{opacity:.7}.slfy-store .module.footer.rtl .footer-items{direction:rtl}.slfy-store .module.footer.rtl .footer-items>.left,.slfy-store .module.footer.rtl .footer-items>.right{flex-direction:row-reverse}.slfy-store .module.footer.rtl .footer-items>.left>.menu>.item,.slfy-store .module.footer.rtl .footer-items>.right>.menu>.item{justify-content:flex-start}.slfy-store .module.footer .bottom-container{width:100%;color:inherit;z-index:2;justify-content:center;display:flex}.slfy-store .module.footer .bottom-container .copyright-container{color:inherit;max-width:var(--store-width);width:100%;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.25rem;font-size:14px;font-weight:600;display:flex}.slfy-store .module.footer .bottom-container .copyright-container .copyright{padding:.575rem 0;font-weight:400}.slfy-store .module.footer .bottom-container .copyright-container .copyright:empty{padding:0}.slfy-store .module.footer .bottom-container .copyright-container>.powered-by{color:#000;min-width:150px;background:#0000001f;border-radius:48px;outline:4px solid #0000;flex-direction:row;justify-content:flex-end;align-items:center;padding:.75rem 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex}.slfy-store .module.footer .bottom-container .copyright-container>.powered-by>.slfy-logo{height:1.5rem}.slfy-store .module.footer .bottom-container .copyright-container>.powered-by:hover{background:linear-gradient(#00000014 0% 100%),#0000001f}.slfy-store .module.footer .bottom-container .copyright-container>.powered-by:focus{outline-color:#d9ecc3}.slfy-store .module.footer .bottom-container .copyright-container>.powered-by:active{outline-color:#0000}.slfy-store .module.footer .bottom-container .copyright-container>.powered-by.light{color:#fff;background:#ffffff1f}.slfy-store .module.footer .bottom-container .copyright-container>.powered-by.light:hover{background:linear-gradient(#ffffff14 0% 100%),#ffffff1f}@media screen and (max-width:767px){.slfy-store .module.footer .bottom-container .copyright-container>.powered-by{padding:.625rem 1.25rem}.slfy-store .module.footer .bottom-container .copyright-container>.powered-by>.slfy-logo{height:1.3125rem}}.slfy-store .module.footer hr{width:100%;margin:0}@media only screen and (max-width:767px){.slfy-store .module.footer.large .footer-items{padding:1.25rem 0}.slfy-store .module.footer .footer-items{flex-direction:column;padding:1.25rem 0}.slfy-store .module.footer .footer-items>.right{margin:1.25rem -.625rem 0}.slfy-store .module.footer .footer-items>.right:empty{display:none}.slfy-store .module.footer .footer-items .menu{justify-content:center}.slfy-store .module.footer .footer-items .menu .item{margin:.625rem 0}}.slfy-store .module{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.slfy-store .module.hero{background-color:#333;overflow:hidden}.slfy-store .module.hero.small{min-height:100px;padding-top:20px;padding-bottom:20px}.slfy-store .module.hero.small .image-container img{max-width:240px;max-height:240px}.slfy-store .module.hero.medium{min-height:350px;padding-top:40px;padding-bottom:40px}.slfy-store .module.hero.medium .image-container img{max-width:320px;max-height:320px}.slfy-store .module.hero.large{min-height:480px;padding-top:80px;padding-bottom:80px}.slfy-store .module.hero.large .image-container img{max-width:400px;max-height:400px}.slfy-store .module.hero.pattern{background-repeat:repeat;background-size:auto!important}.slfy-store .module.hero>.container{padding:unset;flex-direction:row;justify-content:space-between;align-items:center}.slfy-store .module.hero>.container.flipped{flex-direction:row-reverse}.slfy-store .module.hero>.container .text-container{z-index:2}.slfy-store .module.hero>.container h1.title{word-break:break-word;-webkit-hyphens:auto;hyphens:auto;margin:.625rem 0;font-size:2.5em;font-weight:700;line-height:1.15}.slfy-store .module.hero>.container h1.title:empty{display:none}.slfy-store .module.hero>.container .subtitle{white-space:pre-line;margin:.625rem 0;font-size:1.125em;line-height:normal}.slfy-store .module.hero>.container .subtitle:empty{display:none}.slfy-store .module.hero>.container.left{text-align:left}.slfy-store .module.hero>.container.left.bottom .button-container{justify-content:flex-start;align-items:center}.slfy-store .module.hero>.container.left.side{flex-direction:row;justify-content:space-between}.slfy-store .module.hero>.container.left.side .button-container{padding-left:1.25rem}.slfy-store .module.hero>.container.center{text-align:center}.slfy-store .module.hero>.container.center.bottom .button-container{justify-content:center;align-items:center}.slfy-store .module.hero>.container.right{text-align:right}.slfy-store .module.hero>.container.right.bottom .button-container{justify-content:flex-end;align-items:center}.slfy-store .module.hero>.container.right.side{flex-direction:row-reverse;justify-content:space-between}.slfy-store .module.hero>.container.right.side .button-container{padding-right:1.25rem}.slfy-store .module.hero>.container .button-container{margin-top:1.25rem;margin-bottom:1.25rem}.slfy-store .module.hero>.container .button-container .cta-button{cursor:pointer;text-align:center;vertical-align:middle;white-space:nowrap;border-radius:.1875rem;margin:.625rem 0;padding:1em 1.5em;font-size:1em;line-height:1;text-decoration:none;transition:opacity .11s,background-color .11s,color .11s;display:inline-block;position:relative}.slfy-store .module.hero>.container .button-container .cta-button.outlined{box-shadow:0 0 0 1px}.slfy-store .module.hero>.container .button-container .cta-button>.hoverlay{opacity:0;z-index:2;width:100%;height:100%;transition:opacity .11s;position:absolute;top:0;left:0}.slfy-store .module.hero>.container .button-container .cta-button:hover .hoverlay{opacity:.2}.slfy-store .module.hero>.container .content-container{width:100%;flex-grow:1}.slfy-store .module.hero>.container .content-container .text-container{flex-grow:1;margin:1.25rem 0;padding:0 1.25rem}.slfy-store .module.hero>.container .content-container .button-container{padding:0 1.25rem}.slfy-store .module.hero>.container .content-container.side{flex-direction:row;align-items:center;display:flex}.slfy-store .module.hero>.container .content-container.side.reversed{flex-direction:row-reverse}.slfy-store .module.hero>.container .content-container.left{text-align:left}.slfy-store .module.hero>.container .content-container.center{text-align:center}.slfy-store .module.hero>.container .content-container.right{text-align:right}.slfy-store .module.hero>.container .image-container{padding:0 1.25rem}.slfy-store .module.hero>.container .image-container .image img{max-width:25rem;max-height:25rem;display:block}.slfy-store .module.hero .overlay{width:100%;height:100%;z-index:1;background-color:#0005;position:absolute;inset:0}.slfy-store .module.pattern{background-repeat:repeat;background-size:auto!important}.slfy-store .module .overlay{width:100%;height:100%;z-index:1;background-color:#0005;position:absolute;inset:0}@media only screen and (max-width:767px){.slfy-store .module.hero.small{min-height:unset}.slfy-store .module.hero.small h1.title{margin:.5rem 0}.slfy-store .module.hero.medium,.slfy-store .module.hero.large{min-height:unset}.slfy-store .module.hero>.container{flex-direction:column-reverse!important}.slfy-store .module.hero>.container.side.left{flex-direction:column}.slfy-store .module.hero>.container.side.left .button-container{justify-content:flex-start;align-items:center;padding-left:0}.slfy-store .module.hero>.container.side.right{flex-direction:column}.slfy-store .module.hero>.container.side.right .button-container{justify-content:flex-end;align-items:center;padding-right:0}}.slfy-store.home .navigation.module.large-logo .content-wrapper .logo-container .store-logo{transform-origin:0;transform:scale(2)translateY(50%)}.slfy-store.home .navigation.module.large-logo .content-wrapper.center-logo .logo-container .store-logo{transform-origin:50%!important}.slfy-store.home .navigation.module.large-logo.sticky .content-wrapper .logo-container .store-logo{transform:var(--nav-transform,scale(2)translateY(50%));transform-origin:0;will-change:transform}.slfy-store .module.navigation{z-index:200;-webkit-backdrop-filter:var(--backdrop-filter);-webkit-backdrop-filter:var(--backdrop-filter);backdrop-filter:var(--backdrop-filter)}.slfy-store .module.navigation .ui.popup,.slfy-store .module.navigation .more-items .menu{-webkit-backdrop-filter:var(--backdrop-filter);-webkit-backdrop-filter:var(--backdrop-filter);backdrop-filter:var(--backdrop-filter)}.slfy-store .module.navigation.small{min-height:52px}.slfy-store .module.navigation.small .store-logo{height:20px}.slfy-store .module.navigation.small .content-wrapper>.actions .item{padding:.625rem}.slfy-store .module.navigation.medium{min-height:66px}.slfy-store .module.navigation.medium .store-logo{height:32px}.slfy-store .module.navigation.large{min-height:90px}.slfy-store .module.navigation.large .store-logo{height:60px}.slfy-store .module.navigation.xlarge{min-height:120px}.slfy-store .module.navigation.xlarge .store-logo{height:80px}.slfy-store .module.navigation.custom .store-logo{height:var(--height,20px)}.slfy-store .module.navigation.sticky{position:sticky;top:0}.slfy-store .module.navigation.no-actions .content-wrapper{grid-template-columns:auto 1fr;grid-template-areas:"logo nav"}.slfy-store .module.navigation.no-logo .content-wrapper{grid-template-columns:1fr auto;grid-template-areas:"nav action"}.slfy-store .module.navigation.no-logo.no-actions .content-wrapper{grid-template-columns:1fr;grid-template-areas:"nav"}.slfy-store .module.navigation .content-wrapper{grid-template:"logo nav action"/auto 1fr auto;justify-content:center;align-items:center;gap:1.875rem;display:grid}.slfy-store .module.navigation .content-wrapper>.logo-container{grid-area:logo;justify-content:start}.slfy-store .module.navigation .content-wrapper>.menu-wrapper,.slfy-store .module.navigation .content-wrapper>.menu{grid-area:nav}.slfy-store .module.navigation .content-wrapper>.actions{grid-area:action;justify-self:end}.slfy-store .module.navigation .content-wrapper.center-logo:not(.no-logo){grid-template-columns:1fr auto 1fr}.slfy-store .module.navigation .content-wrapper.center-logo:not(.no-logo) .logo-container{grid-area:nav}.slfy-store .module.navigation .content-wrapper.center-logo:not(.no-logo) .menu-wrapper,.slfy-store .module.navigation .content-wrapper.center-logo:not(.no-logo) .menu{grid-area:logo}.slfy-store .module.navigation .content-wrapper.no-logo .logo-container{display:none}.slfy-store .module.navigation .content-wrapper.rtl{direction:normal;flex-direction:row-reverse}.slfy-store .module.navigation .content-wrapper.rtl>.logo-container{flex-direction:row-reverse}.slfy-store .module.navigation .content-wrapper>.logo-container{min-width:.625rem;flex-direction:row;flex-shrink:0;align-items:center;display:flex}.slfy-store .module.navigation .content-wrapper>.logo-container>.store-name{min-height:1.15em;width:100%;text-overflow:ellipsis;white-space:nowrap;max-width:420px;font-weight:600;overflow:hidden}.slfy-store .module.navigation .content-wrapper>.logo-container>.store-logo{max-width:200px;flex-shrink:0;align-items:center;margin:0;transition:height .16s;display:flex}.slfy-store .module.navigation .content-wrapper>.logo-container>.store-logo[data-disabled=true]{margin-right:-2rem}.slfy-store .module.navigation .content-wrapper>.logo-container>.store-logo>.logo-image{max-height:100%;max-width:100%;width:auto;border-radius:var(--border-radius);aspect-ratio:var(--aspect-ratio);object-fit:cover;background-position:0;background-repeat:no-repeat;background-size:contain}.slfy-store .module.navigation .content-wrapper>.logo-container>.store-logo>.logo-image.locked-ratio{height:100%}.slfy-store .module.navigation .content-wrapper>.logo-container>.mobile-menu{margin-left:-1rem}.slfy-store .module.navigation .content-wrapper>.logo-container>.mobile-menu .icon-container{width:50px;cursor:pointer;height:50px;justify-content:center;align-items:center;margin:0 -1.25rem 0 0;transition:opacity .11s;display:flex}.slfy-store .module.navigation .content-wrapper>.logo-container>.mobile-menu .icon-container:hover{opacity:.85}.slfy-store .module.navigation .content-wrapper>.menu{background:var(--menu-bg);margin:0 -2rem 0 0}.slfy-store .module.navigation .content-wrapper>.menu.left{text-align:left;margin-right:auto}.slfy-store .module.navigation .content-wrapper>.menu.center{text-align:center;margin-left:auto;margin-right:auto}.slfy-store .module.navigation .content-wrapper>.menu.right{text-align:right;margin-left:auto}.slfy-store .module.navigation .content-wrapper>.menu .item{-webkit-user-select:none;user-select:none;min-height:1.15em;box-sizing:content-box;padding:.625rem .9375rem;font-size:1em;font-weight:400;text-decoration:none;display:inline-block;position:relative;transform:none!important}.slfy-store .module.navigation .content-wrapper>.menu .item>a{color:inherit;white-space:nowrap;align-items:center;transition:opacity .11s;display:flex}.slfy-store .module.navigation .content-wrapper>.menu .item>a>.icon{opacity:1;margin:0 -.5ch 0 .5rem;font-size:.875em}.slfy-store .module.navigation .content-wrapper>.menu .item>.menu{min-width:160px;opacity:0;pointer-events:none;text-align:left;z-index:100;background:var(--menu-bg);z-index:1;border-radius:var(--interface-radius);flex-direction:column;padding-bottom:.3125rem;transition:opacity .11s,transform .11s;display:flex;position:absolute;top:0;left:0;transform:translateY(-1rem);box-shadow:0 4px 8px #0000001a}.slfy-store .module.navigation .content-wrapper>.menu .item>.menu>.item>.menu{z-index:101;margin-left:100%}.slfy-store .module.navigation .content-wrapper>.menu .item.current{cursor:default;font-weight:700}.slfy-store .module.navigation .content-wrapper>.menu .item:hover>a{opacity:.65}.slfy-store .module.navigation .content-wrapper>.menu .item:hover>.menu{opacity:1;pointer-events:all;transition:opacity .11s 30ms,transform .11s 30ms;transform:translateY(0)}.slfy-store .module.navigation .content-wrapper>.menu>.item>.menu{margin-top:2.375rem}.slfy-store .module.navigation .content-wrapper>.menu>.item>.menu>.item>a{justify-content:space-between;display:flex}.slfy-store .module.navigation .content-wrapper>.menu>.item:first-child{padding-left:0}.slfy-store .module.navigation .content-wrapper>.menu>.item:first-child>.menu{margin-left:-.9375rem}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu{max-width:100%;contain:inline-size;background:var(--menu-bg);text-overflow:ellipsis;text-overflow:"   More  ▾";white-space:nowrap;margin:0;overflow:hidden}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu:after{content:" ";width:0;height:0;line-height:0;display:block}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu.left{text-align:left;margin-right:auto}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu.center{text-align:center;margin-left:auto;margin-right:auto}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu.right{text-align:right;margin-left:auto}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu .item{-webkit-user-select:none;user-select:none;min-height:1.15em;box-sizing:content-box;padding:.625rem .9375rem;font-size:1em;font-weight:400;text-decoration:none;display:inline-block;position:relative;transform:none!important}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu .item>a{color:inherit;white-space:nowrap;align-items:center;transition:opacity .11s;display:flex}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu .item>a>.icon{opacity:1;margin:0 -.5ch 0 .5rem;font-size:.875em}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu .item>.menu{min-width:160px;opacity:0;pointer-events:none;text-align:left;will-change:opacity transform;z-index:100;background:var(--menu-bg);flex-direction:column;padding-bottom:.3125rem;transition:opacity .11s,transform .11s;display:flex;position:absolute;top:0;left:0;transform:translateY(-1rem);box-shadow:0 4px 8px #0000001a}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu .item>.menu>.item>.menu{z-index:101;margin-left:100%}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu .item.current{cursor:default;font-weight:700}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu .item:hover>a{opacity:.65}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu .item:hover>.menu{opacity:1;pointer-events:all;transition:opacity .11s 30ms,transform .11s 30ms;transform:translateY(0)}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu>.item>.menu{margin-top:2.375rem}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu>.item>.menu>.item>a{justify-content:space-between;display:flex}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu>.item:first-child{padding-left:0}.slfy-store .module.navigation .content-wrapper>.menu-wrapper>.menu>.item:first-child>.menu{margin-left:-.9375rem}.slfy-store .module.navigation .content-wrapper>.actions{flex-direction:row;flex-shrink:0;display:flex}.slfy-store .module.navigation .content-wrapper>.actions>.action-wrap{display:flex}.slfy-store .module.navigation .content-wrapper>.actions>.action-wrap>.item:last-child{padding-right:.625em}.slfy-store .module.navigation .content-wrapper>.actions>.action-wrap>.item{flex-direction:row;align-items:center;padding:.625em;display:flex}.slfy-store .module.navigation .content-wrapper>.actions>.action-wrap>.item.cart>.shopping-cart-button{color:inherit;flex-direction:row;align-items:center;display:flex;position:relative}.slfy-store .module.navigation .content-wrapper>.actions>.action-wrap>.item.cart>.shopping-cart-button>.cart-indicator{color:#fff;height:1.3em;min-width:1.3em;opacity:1;-webkit-user-select:none;user-select:none;background:#ff4949;border-radius:1em;justify-content:center;align-items:center;padding-inline:.25em;font-size:.75em;font-weight:700;transition:opacity .16s;display:flex;position:absolute;top:-.75em;right:-.75em}.slfy-store .module.navigation .content-wrapper>.actions>.action-wrap>.item.cart>.shopping-cart-button>.cart-indicator:empty{opacity:0}@media screen and (max-width:767px){.slfy-store .module.navigation .content-wrapper>.actions>.action-wrap>.item.sign-in{display:none}}.slfy-store .module.navigation .content-wrapper>.actions>.item{flex-direction:row;align-items:center;padding:.625em;transition:opacity .11s,padding .11s;display:flex}.slfy-store .module.navigation .content-wrapper>.actions>.item.mobile-menu{display:none}.slfy-store .module.navigation .content-wrapper>.actions>.item svg.icon{width:1.125em;height:1.125em;display:block}.slfy-store .module.navigation .content-wrapper>.actions>.item:last-child{padding-right:0}.slfy-store .module.navigation .content-wrapper>.actions>.item.cart>.shopping-cart-button{color:inherit;flex-direction:row;align-items:center;display:flex;position:relative}.slfy-store .module.navigation .content-wrapper>.actions>.item.cart>.shopping-cart-button>.cart-indicator{color:#fff;height:1.3em;min-width:1.3em;opacity:1;-webkit-user-select:none;user-select:none;background:#ff4949;border-radius:1em;justify-content:center;align-items:center;padding-inline:.25em;font-size:.75em;font-weight:700;transition:opacity .16s;display:flex;position:absolute;top:-.75em;right:-.75em}.slfy-store .module.navigation .content-wrapper>.actions>.item.cart>.shopping-cart-button>.cart-indicator:empty{opacity:0}@media screen and (max-width:767px){.slfy-store .module.navigation .content-wrapper>.actions>.item.sign-in{display:none}}.slfy-store .module.navigation .content-wrapper>.actions>.item.sign-in>.sign-in-button{color:inherit;flex-direction:row;align-items:center;display:flex}.slfy-store .module.navigation .content-wrapper>.actions>.item.search{cursor:pointer;z-index:7;position:relative}.slfy-store .module.navigation .content-wrapper>.actions>.item.search:focus-within svg.icon{z-index:1}.slfy-store .module.navigation .content-wrapper>.actions>.item.search input{color:#0000;opacity:0;width:0;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0000;outline:none;margin-right:.5em;padding:.5em .75em;font-size:1em;transition:all .11s;position:absolute;right:0}.slfy-store .module.navigation .content-wrapper>.actions>.item.search input:focus{width:11.25rem;opacity:1;-webkit-backdrop-filter:blur(80px);-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);cursor:text;padding-right:1.625rem}.slfy-store .module.navigation .content-wrapper>.actions>.item.search input::placeholder{color:inherit!important}@media screen and (max-width:767px){.slfy-store .module.navigation .content-wrapper>.actions>.item.button-container:nth-child(2),.slfy-store .module.navigation .content-wrapper>.actions>.item.button-container:nth-child(3){display:none}}.slfy-store .module.navigation .content-wrapper>.actions>.item.button-container .cta-button{cursor:pointer;white-space:nowrap;margin:-1rem -.75em -1rem 0;padding:.75em 1em;display:flex;position:relative}.slfy-store .module.navigation .content-wrapper>.actions>.item.button-container .cta-button.outlined{box-shadow:0 0 0 1px}.slfy-store .module.navigation .content-wrapper>.actions>.item.button-container .cta-button>.hoverlay{opacity:0;z-index:2;width:100%;height:100%;transition:opacity .11s;position:absolute;top:0;left:0}.slfy-store .module.navigation .content-wrapper>.actions>.item.button-container .cta-button:hover>.hoverlay{opacity:.1}.slfy-store .module.navigation.sticky-store-nav{position:-moz-sticky;position:-o-sticky;position:-ms-sticky;width:100%;position:sticky;top:0}.slfy-store .module.navigation.placeholder{opacity:0}@media only screen and (max-width:767px){.slfy-store .module.navigation .container .content-wrapper,.slfy-store .module.navigation .container .content-wrapper.center-logo{gap:1rem}.slfy-store .module.navigation .container .content-wrapper.no-logo .logo-container,.slfy-store .module.navigation .container .content-wrapper.center-logo.no-logo .logo-container{display:flex}.slfy-store .module.navigation .container .content-wrapper:not(.no-logo),.slfy-store .module.navigation .container .content-wrapper.center-logo:not(.no-logo){grid-template-columns:1fr auto 1fr}.slfy-store .module.navigation .container .content-wrapper>.logo-container,.slfy-store .module.navigation .container .content-wrapper.center-logo>.logo-container{flex-shrink:1;grid-area:logo;justify-content:flex-start;margin:0}.slfy-store .module.navigation .container .content-wrapper>.logo-container .mobile-menu,.slfy-store .module.navigation .container .content-wrapper.center-logo>.logo-container .mobile-menu{flex:0 0 50px}.slfy-store .module.navigation .container .content-wrapper>.logo-container .store-logo,.slfy-store .module.navigation .container .content-wrapper.center-logo>.logo-container .store-logo{justify-content:flex-start;margin:0}.slfy-store .module.navigation .container .content-wrapper>.menu-wrapper,.slfy-store .module.navigation .container .content-wrapper.center-logo>.menu-wrapper,.slfy-store .module.navigation .container .content-wrapper>.menu,.slfy-store .module.navigation .container .content-wrapper.center-logo>.menu{display:none}.slfy-store .module.navigation .container .content-wrapper>.actions>.item.mobile-menu,.slfy-store .module.navigation .container .content-wrapper.center-logo>.actions>.item.mobile-menu{display:block}.slfy-store .module.navigation.large-logo .content-wrapper.center-logo>.logo-container{grid-area:nav}}@media only screen and (max-width:960px){.slfy-store .module.navigation.sticky-store-nav{top:0!important}}.slfy-store .product-card{width:100%;color:#111;color:inherit;flex-direction:column;flex-grow:1;margin:0 auto;text-decoration:none;transition:none;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #00000012}.slfy-store .product-card.card-shaped{border-radius:var(--card-radius)}.slfy-store .product-card.card-shaped .meta-content{flex-grow:1}.slfy-store .product-card:not(.card-shaped){box-shadow:none!important}.slfy-store .product-card:not(.card-shaped)>.preview img{border-radius:var(--card-radius)}.slfy-store .product-card:not(.card-shaped) .meta-content{padding-bottom:unset;flex-direction:column;gap:.3125em;display:flex;background:0 0!important}.slfy-store .product-card:not(.card-shaped) .meta-content:not(:empty){padding-top:1rem;padding-bottom:unset}.slfy-store .product-card:not(.card-shaped) .meta-content .title{padding:unset}.slfy-store .product-card:not(.card-shaped) .meta-content>.actions{padding:unset;border:none!important}.slfy-store .product-card:not(.card-shaped) .meta-content>.actions>.left .price-container{margin:unset}.slfy-store .product-card .badge{cursor:default;color:#fff;text-align:center;z-index:1;border-radius:3px;margin:10px;padding:5px 10px;font-size:12px;font-weight:700;line-height:12px;position:absolute}.slfy-store .product-card .badge.circle{width:42px;height:42px;border-radius:50%;justify-content:center;align-items:center;display:flex}.slfy-store .product-card>.preview{cursor:pointer;width:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:filter .11s;display:block;position:relative;overflow:hidden}.slfy-store .product-card>.preview>img{backface-visibility:hidden;width:100%;height:var(--height),auto;-webkit-user-select:none;user-select:none;border-radius:var(--card-radius)var(--card-radius)0 0;margin:auto;display:block}.slfy-store .product-card>.preview.aspect-ratio{position:relative;overflow:hidden}.slfy-store .product-card>.preview.aspect-ratio__1x1{aspect-ratio:1/1}.slfy-store .product-card>.preview.aspect-ratio__2x1{aspect-ratio:2/1}.slfy-store .product-card>.preview.aspect-ratio__4x3{aspect-ratio:4/3}.slfy-store .product-card>.preview.aspect-ratio__16x9{aspect-ratio:16/9}.slfy-store .product-card>.preview.aspect-ratio__1x2{aspect-ratio:1/2}.slfy-store .product-card>.preview.aspect-ratio__3x4{aspect-ratio:3/4}.slfy-store .product-card>.preview.aspect-ratio__9x16{aspect-ratio:9/16}.slfy-store .product-card>.preview.aspect-ratio>img{object-fit:cover;object-position:center center;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.slfy-store .product-card>.preview.aspect-ratio>a.preview.aspect-ratio>img{width:100%!important;height:100%!important}.slfy-store .product-card .meta-content{color:inherit;flex-direction:column;transition:none;display:flex}.slfy-store .product-card .meta-content .title{color:inherit;padding:1rem 1.25rem;line-height:1.25;transition:none;display:block}.slfy-store .product-card .meta-content>.actions{color:inherit;white-space:nowrap;border-top:1px solid #0000;border-radius:0 0 .1875rem .1875rem;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:auto;padding:1rem 1.25rem;transition:none;display:flex}.slfy-store .product-card .meta-content>.actions .action{align-items:center;display:flex}.slfy-store .product-card .meta-content>.actions>.left{color:inherit;cursor:pointer;flex-grow:999;flex-shrink:0}.slfy-store .product-card .meta-content>.actions>.left .price-container{margin-top:.3125rem;margin-bottom:.3125rem;display:flex}.slfy-store .product-card .meta-content>.actions>.left .price-container>.price{color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:0;line-height:inherit}.slfy-store .product-card .meta-content>.actions>.left .price-container>.price-old{color:inherit;opacity:.7;font-size:inherit;margin-right:5px;text-decoration:line-through}.slfy-store .product-card .meta-content>.actions>.right{flex-grow:1;flex-shrink:1;display:flex}.slfy-store .product-card .meta-content>.actions>.right .buy-button{cursor:pointer;width:100%;text-align:center;border-radius:.1875rem;padding:.625rem 1rem;font-size:.875em;line-height:1;text-decoration:none;transition:opacity .11s,background-color .11s,color .11s;display:block;position:relative;overflow:hidden}.slfy-store .product-card .meta-content>.actions>.right .buy-button.disabled{cursor:default;filter:grayscale();opacity:.6}.slfy-store .product-card .meta-content>.actions>.right .buy-button.loading{pointer-events:none;color:#0000!important}.slfy-store .product-card .meta-content>.actions>.right .buy-button.loading:after{content:"";width:1.2em;height:1.2em;border-color:#fff #0000 #0000;border-color:var(--color)transparent transparent;border-style:solid;border-width:.2em;border-radius:500rem;margin:-.6em 0 0 -.6em;animation:.6s linear infinite button-spin;position:absolute;top:50%;left:50%;box-shadow:0 0 0 1px #0000}.slfy-store .product-card .meta-content>.actions>.right .buy-button>.hoverlay{opacity:0;z-index:2;width:100%;height:100%;transition:opacity .11s;position:absolute;top:0;left:0}.slfy-store .product-card .meta-content>.actions>.right .buy-button.outlined{background-clip:padding-box;border:1px solid #0000}.slfy-store .product-card .meta-content>.actions>.right .buy-button:hover .hoverlay{opacity:.2}.slfy-store .product-card .meta-content>.actions>.right .buy-button:visited{color:inherit}.slfy-store .product-card:hover .preview{filter:brightness(.97)}.slfy-store .ui.grid:not(.masonry).left{text-align:left;justify-content:flex-start}.slfy-store .ui.grid:not(.masonry).center{text-align:center;justify-content:center}.slfy-store .ui.grid:not(.masonry).right{text-align:right;justify-content:flex-end}.slfy-store .ui.grid.column.two .product-card,.slfy-store .ui.grid.column.three .product-card,.slfy-store .ui.grid.column.four .product-card{margin:0 auto}.slfy-store .module.products{color:currentColor;flex-grow:1;justify-content:flex-start}.slfy-store .module.products.small{padding:1.25rem 0}.slfy-store .module.products.medium{padding:2.5rem 0}.slfy-store .module.products.large{padding:5rem 0}.slfy-store .module.products h2{color:#111;margin-bottom:1.25rem;font-weight:600}.slfy-store .module.products.editable .product-card,.slfy-store .module.products.editable .product-card *{cursor:move}.slfy-store .module.products .ui.grid .column{transition:none;flex-grow:0!important}.slfy-store .module.products .ui.grid .column.sortable-chosen.product-card{box-shadow:0 4px 15px #1d315833}.slfy-store .module.products .ui.grid .column.sortable-ghost.product-card{opacity:.65}.slfy-store .module.products .action-line{z-index:2;border-bottom:1px solid #37373726;grid-template-columns:1fr;align-items:center;margin-bottom:1.25rem;padding-bottom:.625rem;display:grid}.slfy-store .module.products .action-line .categories{min-width:.625rem;flex-wrap:wrap;grid-area:1/1/2/2;align-items:center;gap:0 .6rem;display:flex}.slfy-store .module.products .action-line .categories.overflow{text-overflow:"";flex-wrap:nowrap;display:flex;overflow:hidden}.slfy-store .module.products .action-line .categories>.item{color:inherit;-webkit-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;z-index:1;font-size:1em;line-height:normal;transition:opacity .11s;display:inline-block}.slfy-store .module.products .action-line .categories>.item:not(.dropdown):hover{opacity:.65}.slfy-store .module.products .action-line .categories>.item:first-child{margin-left:0}.slfy-store .module.products .action-line .categories>.item.current{cursor:default;pointer-events:none;font-weight:700}.slfy-store .module.products .action-line .categories .menu{max-height:40vh;overflow-y:auto}.slfy-store .module.products .action-line .product-sort-menu{-webkit-user-select:none;user-select:none;grid-area:1/2/2/3;justify-content:end;align-items:center;padding-left:20px;padding-right:0;display:flex}.slfy-store .module.products .action-line .product-sort-menu span{white-space:nowrap}.slfy-store .module.products .action-line .product-sort-menu .dropdown .menu{min-width:12rem;max-height:unset;overflow-y:none;border:none;left:auto;right:-1px;border-radius:.1875rem!important;padding-top:.3125rem!important;padding-bottom:.3125rem!important;box-shadow:0 0 .125rem #0003!important}.slfy-store .module.products .action-line .product-sort-menu .dropdown .menu .item{border-top:unset}.slfy-store .module.products .action-line .product-sort-menu .dropdown.basic.sort-by{min-width:unset;padding:unset;border:unset;font-size:inherit;font-family:inherit;font-weight:inherit;min-width:unset;max-width:100%;width:auto;background:0 0;display:inline-block;box-shadow:unset!important}.slfy-store .module.products .action-line .product-sort-menu .dropdown.basic.sort-by .dropdown.icon{width:auto;margin:0;padding:0;top:calc(50% - 8px);right:0}.slfy-store .module.products .action-line .product-sort-menu .dropdown.basic.sort-by .text{text-overflow:ellipsis;white-space:nowrap;max-width:unset;width:100%;font-family:inherit;font-size:1em;font-weight:inherit;line-height:inherit;overflow:hidden}.slfy-store .module.products .action-line .product-sort-menu .dropdown.basic.sort-by .item-container{max-height:unset;overflow-y:unset;min-width:150px;right:0}.slfy-store .module.products .action-line .product-sort-menu .dropdown.basic.sort-by .item-container .item{border-top:unset;padding:.714286em 1.14286em;font-size:.875rem}.slfy-store .module.products .action-line .product-sort-menu .dropdown.basic.sort-by .item-container .item:hover{background-color:#edf2f7}.slfy-store .module.products .action-line .dropdown{font-size:1em}.slfy-store .module.products .action-line .dropdown .dropdown-value{display:flex}.slfy-store .module.products .action-line .dropdown .icon-container{margin-left:.25rem;font-size:1em;display:flex}.slfy-store .module.products .action-line .dropdown .icon-container svg{width:1em;height:1em}.slfy-store .module.products .action-line.ordered{grid-template-columns:1fr auto}.slfy-store .module.products .action-line.ordered.reverse{grid-template-columns:auto 1fr}.slfy-store .module.products .action-line.ordered.reverse .menu{left:auto;right:0}.slfy-store .module.products .action-line.ordered.reverse .product-sort-menu{max-width:100%;grid-column:1/2;justify-content:start;padding-left:0;padding-right:20px}.slfy-store .module.products .action-line.ordered.reverse .product-sort-menu .dropdown.basic-styled.open .item-container{min-width:150px;left:0}.slfy-store .module.products .action-line.ordered.reverse .categories{grid-column:2/3}.slfy-store .module.products .load-more{color:currentColor;cursor:pointer;border:1px solid;border-radius:3px;margin:2.5rem auto;padding:1rem 1.75rem;transition:opacity .11s;display:inline-block}.slfy-store .module.products .load-more:hover{opacity:.8}.slfy-store .module.products .pagination{flex-direction:row;margin:2.5rem auto 0;font-size:1em;display:flex}.slfy-store .module.products .pagination>.item{width:1.75rem;height:1.75rem;border-radius:3px;justify-content:center;align-items:center;transition:opacity .11s;display:flex}.slfy-store .module.products .pagination>.item:hover{opacity:.65}.slfy-store .module.products .products-placeholder{min-height:655px;opacity:.75;background-image:url(https://static.sellfy.com/assets/images/public/1551255150.product_placeholder.png);background-position:top;background-repeat:no-repeat;background-size:100%}.slfy-store .module.products .products-placeholder p{text-align:center;max-width:180px;margin:0 auto;padding:3.75rem .625rem}.slfy-store .module.products .select-container{align-items:center;display:flex}.slfy-store .module.products .select-container label{color:inherit;white-space:nowrap;font-size:1em}.slfy-store .module.products .select-container .ui.selection.dropdown.basic-select{min-width:130px;color:inherit;justify-content:flex-start;align-items:center;margin-left:5px;padding:0;font-family:inherit;font-size:1em;display:flex;box-shadow:none!important}.slfy-store .module.products .select-container .ui.selection.dropdown.basic-select>.dropdown.icon{margin:0;padding:0;right:.5em}@media only screen and (max-width:767px){.slfy-store .module.products .container,.slfy-store .module.products .ui.grid{margin:-.625rem!important}}.slfy-store .module.contactform{background-color:#fff;padding-top:5rem;padding-bottom:5rem}.slfy-store .module.contactform.small .container{display:flex}.slfy-store .module.contactform.small .container .inner-container{width:372.4px}.slfy-store .module.contactform.small .container .inner-container .text-container{width:100%}.slfy-store .module.contactform.medium .container{display:flex}.slfy-store .module.contactform.medium .container .inner-container{width:744.8px}.slfy-store .module.contactform.medium .container .inner-container .text-container{width:100%}.slfy-store .module.contactform.large .container,.slfy-store .module.contactform.custom .container{display:flex}.slfy-store .module.contactform.large .container .inner-container,.slfy-store .module.contactform.custom .container .inner-container,.slfy-store .module.contactform.large .container .inner-container .text-container,.slfy-store .module.contactform.custom .container .inner-container .text-container{width:100%}.slfy-store .module.contactform.custom{padding:unset}.slfy-store .module.contactform.custom .container .inner-container{padding-inline:1.25rem}.slfy-store .module.contactform>.container{flex-direction:row}.slfy-store .module.contactform>.container.left{justify-content:flex-start}.slfy-store .module.contactform>.container.left .text-container{text-align:left}.slfy-store .module.contactform>.container.center{justify-content:center}.slfy-store .module.contactform>.container.center .text-container{text-align:center}.slfy-store .module.contactform>.container.right{justify-content:flex-end}.slfy-store .module.contactform>.container.right .text-container{text-align:right}.slfy-store .module.contactform>.container>.inner-container{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;line-height:1.5;position:relative}.slfy-store .module.contactform>.container>.inner-container.inner-pattern{z-index:2;background-repeat:repeat;background-size:auto!important}.slfy-store .module.contactform>.container>.inner-container .innerOverlay{width:100%;height:100%;z-index:0;background-color:#00000059;position:absolute;inset:0}.slfy-store .module.contactform>.container>.inner-container.paged{border-radius:var(--card-radius);padding:2rem 1.75rem}.slfy-store .module.contactform .text-container{width:100%;z-index:2;position:relative}.slfy-store .module.contactform .content-container{position:relative}.slfy-store .module.contactform .title{font-size:2.25rem;font-weight:400;font-family:var(--heading-font-family);z-index:1;margin-bottom:1.25rem;font-weight:600;line-height:1.15}.slfy-store .module.contactform .contact-seller-form{flex-direction:column;display:flex}.slfy-store .module.contactform .contact-seller-form .char-count{white-space:nowrap}.slfy-store .module.contactform .contact-seller-form .row{margin-bottom:1em}.slfy-store .module.contactform .contact-seller-form .row.submit-row{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.slfy-store .module.contactform .contact-seller-form input{min-height:40px;padding:0 1em}.slfy-store .module.contactform .contact-seller-form .input-container{width:100%;color:var(--text-color);position:relative}.slfy-store .module.contactform .contact-seller-form .input-container:after{content:"";opacity:.12;pointer-events:none;background-color:currentColor;transition:all .11s;position:absolute;inset:0}.slfy-store .module.contactform .contact-seller-form .input-container:focus-within:after{opacity:.18}.slfy-store .module.contactform .contact-seller-form input,.slfy-store .module.contactform .contact-seller-form textarea{border:unset;resize:vertical;width:100%;color:var(--text-color);background:0 0;border-radius:.1875rem;padding:.75em 1em;font-family:inherit;font-size:1em;line-height:normal}.slfy-store .module.contactform .contact-seller-form input::placeholder,.slfy-store .module.contactform .contact-seller-form textarea::placeholder{color:inherit!important}.slfy-store .module.contactform .contact-seller-form input:focus,.slfy-store .module.contactform .contact-seller-form textarea:focus{outline:none}.slfy-store .module.contactform .contact-seller-form button{cursor:pointer;white-space:nowrap;min-width:80px;border:1px solid #0000;border-radius:.1875rem;outline:none;padding:.75em 1.25em;font-family:inherit;font-size:1em;line-height:normal;position:relative}.slfy-store .module.contactform .contact-seller-form button:hover{opacity:.85}.slfy-store .module.contactform .contact-seller-form button.loading{pointer-events:none;color:#0000!important}.slfy-store .module.contactform .contact-seller-form button.loading:after{content:"";width:1.2em;height:1.2em;border-color:#fff #0000 #0000;border-color:var(--color)transparent transparent;border-style:solid;border-width:.2em;border-radius:500rem;margin:-.6em 0 0 -.6em;animation:.6s linear infinite button-spin;position:absolute;top:50%;left:50%;box-shadow:0 0 0 1px #0000}.slfy-store .module.contactform .contact-seller-form .success-block{height:100%;text-align:center;width:100%;background-color:#0000;flex-direction:column;justify-content:center;align-items:center;display:none;position:absolute;top:0;left:0}.slfy-store .module.contactform .contact-seller-form .success-block .icon-container{opacity:.5;margin-top:-64px;margin-bottom:16px}.slfy-store .module.contactform .contact-seller-form .success-block .header{margin-bottom:.25em;font-size:2.5em;font-weight:600}.slfy-store .module.contactform .contact-seller-form .success-block p{font-size:1em}.slfy-store .module.contactform .contact-seller-form.success .success-block{display:flex}.slfy-store .module.subscription:not(.large) .inner-container.rtl{direction:rtl}.slfy-store .module.subscription:not(.large) .inner-container.rtl>.panel.left{text-align:right}.slfy-store .module.subscription:not(.large) .inner-container.rtl>.panel.left .text-container{margin-left:auto}.slfy-store .module.subscription:not(.large) .inner-container.rtl>.panel.right .subscription-form input{border-radius:0 .1875rem .1875rem 0}.slfy-store .module.subscription:not(.large) .inner-container.rtl>.panel.right .subscription-form button{border-radius:.1875rem 0 0 .1875rem}.slfy-store .module.subscription .inner-container{flex-direction:row;align-items:center;margin-left:-.625rem;margin-right:-.625rem;display:flex}.slfy-store .module.subscription .inner-container>.panel{padding-left:.625rem;padding-right:.625rem}.slfy-store .module.subscription .inner-container>.panel.left{flex-grow:1}.slfy-store .module.subscription .inner-container>.panel.left .text-container .title{margin:.625rem 0;font-size:2.25em;font-weight:600;line-height:1.15}.slfy-store .module.subscription .inner-container>.panel.left .text-container .title .subtext{font-size:1.125 em;white-space:pre-line;color:inherit;margin:.625rem 0;line-height:normal}.slfy-store .module.subscription .inner-container>.panel.left .text-container .subtext{color:inherit;white-space:pre-line;margin:.625rem 0;font-size:1em;line-height:normal}.slfy-store .module.subscription .inner-container>.panel.right{flex-shrink:0;transition:margin-top .11s linear}.slfy-store .module.subscription .inner-container>.panel.right .subscription-form{flex-direction:row;margin:-.625rem -.3125rem;display:flex}.slfy-store .module.subscription .inner-container>.panel.right .subscription-form .input-container{width:100%;margin:.625rem .3125rem;position:relative;overflow:hidden}.slfy-store .module.subscription .inner-container>.panel.right .subscription-form .input-container:after{content:"";opacity:.12;pointer-events:none;background-color:currentColor;transition:all .11s;position:absolute;inset:0}.slfy-store .module.subscription .inner-container>.panel.right .subscription-form .input-container:focus-within:after{opacity:.18}.slfy-store .module.subscription .inner-container>.panel.right .subscription-form input{border:unset;color:#fff;font:inherit;max-width:18em;width:100%;color:inherit;min-height:40px;background:0 0;border-radius:3px;outline:none;flex-shrink:1;padding:.75em 1em;font-size:1em;line-height:normal;display:block}.slfy-store .module.subscription .inner-container>.panel.right .subscription-form input::placeholder{color:inherit!important}.slfy-store .module.subscription .inner-container>.panel.right .subscription-form button{cursor:pointer;min-height:40px;min-width:80px;background-color:#fff;border:1px solid #0000;flex-shrink:0;margin:.625rem .3125rem;padding:.75em 1.125em;font-family:inherit;font-size:1em;line-height:normal;display:block;position:relative}.slfy-store .module.subscription .inner-container>.panel.right .subscription-form button>.hoverlay{opacity:0;z-index:2;width:100%;height:100%;transition:opacity .11s;position:absolute;top:0;left:0}.slfy-store .module.subscription .inner-container>.panel.right .subscription-form button:hover>.hoverlay{opacity:.2}.slfy-store .module.subscription .inner-container>.panel.right .subscription-form button.loading{pointer-events:none;color:#0000!important}.slfy-store .module.subscription .inner-container>.panel.right .subscription-form button.loading:after{content:"";width:1.2em;height:1.2em;border-color:#fff #0000 #0000;border-color:var(--color)transparent transparent;border-style:solid;border-width:.2em;border-radius:500rem;margin:-.6em 0 0 -.6em;animation:.6s linear infinite button-spin;position:absolute;top:50%;left:50%;box-shadow:0 0 0 1px #0000}.slfy-store .module.subscription .inner-container>.panel.right .message{height:0;max-width:260px;position:relative;top:.625em}@media only screen and (max-width:767px){.slfy-store .module.subscription .inner-container{flex-direction:column}.slfy-store .module.subscription .inner-container>.panel{margin:1.25rem 0}.slfy-store .module.subscription .inner-container>.panel.right .subscription-form{flex-direction:column}.slfy-store .module.subscription .inner-container>.panel.left{text-align:center}}.slfy-store .module.subscription.small{min-height:200px;padding-top:1.5rem;padding-bottom:1.5rem}.slfy-store .module.subscription.medium{min-height:280px;padding-top:2.5rem;padding-bottom:2.5rem}.slfy-store .module.subscription.large{min-height:480px;padding-top:3.5rem;padding-bottom:3.5rem}.slfy-store .module.subscription.large .inner-container{flex-direction:column}.slfy-store .module.subscription.large .inner-container>.left{text-align:center}.slfy-store .module.subscription.large .inner-container>.right{margin-top:40px}.slfy-store .module.subscription.large .inner-container>.right .subscription-form{flex-direction:column;align-items:center}.slfy-store .module.subscription.large .inner-container>.right .subscription-form input{max-width:24em}.slfy-store .module.textblock{-webkit-user-select:auto;user-select:auto}.slfy-store .module.textblock.small{padding:1.25rem 0}.slfy-store .module.textblock.medium{padding:2.5rem 0}.slfy-store .module.textblock.large{padding:5rem 0}.slfy-store .module.textblock:not(.editing) .ce-toolbar{display:none}.slfy-store .module.textblock>.container>.inner-container{z-index:1;cursor:text;outline-offset:1.25rem;cursor:default;background-position:50%;background-repeat:no-repeat;background-size:cover;outline:2px dashed #0000;line-height:1.5;position:relative}.slfy-store .module.textblock>.container>.inner-container.inner-pattern{z-index:2;background-repeat:repeat;background-size:auto!important}.slfy-store .module.textblock>.container>.inner-container .innerOverlay{width:100%;height:100%;z-index:0;background-color:#00000059;position:absolute;inset:0}.slfy-store .module.textblock>.container>.inner-container .inline-editor .ce-block__content,.slfy-store .module.textblock>.container>.inner-container .inline-editor .ce-toolbar__content{max-width:unset;margin-right:2rem}.slfy-store .module.textblock>.container>.inner-container .inline-editor .cdx-block{padding:0}.slfy-store .module.textblock>.container>.inner-container .inline-editor .ce-toolbar__plus{width:2rem;height:2rem;background-color:#fff;border-radius:1rem;left:-2.75rem}.slfy-store .module.textblock>.container>.inner-container .inline-editor .ce-toolbar__plus:hover{box-shadow:0 2px 8px #0003}.slfy-store .module.textblock>.container>.inner-container .inline-editor .codex-editor__redactor{padding-bottom:0!important}.slfy-store .module.textblock>.container>.inner-container .inline-editor .ce-header{padding:0}.slfy-store .module.textblock>.container>.inner-container h1,.slfy-store .module.textblock>.container>.inner-container h2,.slfy-store .module.textblock>.container>.inner-container h3,.slfy-store .module.textblock>.container>.inner-container h4,.slfy-store .module.textblock>.container>.inner-container h5,.slfy-store .module.textblock>.container>.inner-container h6{margin-top:1em;margin-bottom:.5em;font-weight:600;line-height:1.15}.slfy-store .module.textblock>.container>.inner-container h1:first-child,.slfy-store .module.textblock>.container>.inner-container h2:first-child,.slfy-store .module.textblock>.container>.inner-container h3:first-child,.slfy-store .module.textblock>.container>.inner-container h4:first-child,.slfy-store .module.textblock>.container>.inner-container h5:first-child,.slfy-store .module.textblock>.container>.inner-container h6:first-child{margin-top:0}.slfy-store .module.textblock>.container>.inner-container h1:last-child,.slfy-store .module.textblock>.container>.inner-container h2:last-child,.slfy-store .module.textblock>.container>.inner-container h3:last-child,.slfy-store .module.textblock>.container>.inner-container h4:last-child,.slfy-store .module.textblock>.container>.inner-container h5:last-child,.slfy-store .module.textblock>.container>.inner-container h6:last-child,.slfy-store .module.textblock>.container>.inner-container p:last-child,.slfy-store .module.textblock>.container>.inner-container div:last-child p:last-child{margin-bottom:0}.slfy-store .module.textblock>.container>.inner-container em{font-style:italic}.slfy-store .module.textblock>.container>.inner-container ul,.slfy-store .module.textblock>.container>.inner-container ol{margin-bottom:1rem}.slfy-store .module.textblock>.container>.inner-container ul li,.slfy-store .module.textblock>.container>.inner-container ol li{list-style-position:inside}.slfy-store .module.textblock>.container>.inner-container ul li div,.slfy-store .module.textblock>.container>.inner-container ol li div{display:inline}.slfy-store .module.textblock>.container>.inner-container img{max-width:100%;height:auto;background:#00000026}.slfy-store .module.textblock>.container>.inner-container img[src$=\.png]{background:0 0}.slfy-store .module.textblock>.container>.inner-container a{color:#3c97ef;text-decoration:none}.slfy-store .module.textblock>.container>.inner-container a:hover{opacity:.65}.slfy-store .module.textblock>.container>.inner-container strong,.slfy-store .module.textblock>.container>.inner-container b{font-weight:700}.slfy-store .module.textblock>.container>.inner-container em,.slfy-store .module.textblock>.container>.inner-container i{font-style:italic}.slfy-store .module.textblock>.container>.inner-container.paged{border-radius:var(--interface-radius);padding:2rem 1.75rem}.slfy-store .module.textblock>.container>.inner-container.left{text-align:left}.slfy-store .module.textblock>.container>.inner-container.center{text-align:center}.slfy-store .module.textblock>.container>.inner-container.right{text-align:right}.slfy-store .module.textblock>.container .edit-button{background:var(--border-color);color:#fff;cursor:pointer;opacity:0;z-index:2;border-radius:.1875rem;padding:.5rem .625rem;font-size:.875rem;font-weight:600;line-height:1;display:inline-block;position:absolute;bottom:-2.5rem;left:0;transform:translateY(-.5rem)}@media (prefers-color-scheme:dark){.slfy-store .module.textblock>.container .edit-button{color:#fff;background:#202020cc}}.slfy-store .module.textblock>.container .edit-button:hover{background:#3c97ef}.slfy-store .module.textblock>.container .edit-button.static{opacity:1;position:static;transform:translateY(0)}.slfy-store .module.textblock.dragover>.container .inner-container{outline-color:var(--blue)}.slfy-store .module.textblock:hover>.container .edit-button{opacity:1;transform:translate(0)}.slfy-store .module.productpage{padding:2.5rem 0 5rem}.slfy-store .module.productpage .ui.segment{background-color:var(--card-background);font-size:var(--base-font-size)}.slfy-store .module.productpage:not(.unsegmented) .ui.segments{border-radius:var(--card-radius);contain:paint}.slfy-store .module.productpage:not(.unsegmented) .ui.segments>.segment{border-radius:unset;border:none}.slfy-store .module.productpage:not(.unsegmented) .ui.segments>.segment:first-child{border-top-left-radius:var(--card-radius);border-top-right-radius:var(--card-radius)}.slfy-store .module.productpage:not(.unsegmented) .ui.segments>.segment:last-child{border-bottom-left-radius:var(--card-radius);border-bottom-right-radius:var(--card-radius)}.slfy-store .module.productpage:not(.unsegmented) .ui.segments>.segment:not(:last-child):before{content:"";z-index:1;width:100%;height:1px;opacity:.05;background:currentColor;position:absolute;bottom:0;left:0}.slfy-store .module.productpage .centered{text-align:center}.slfy-store .module.productpage .price{color:currentColor;margin-bottom:1.25rem;font-size:1.5em;font-weight:700;line-height:1}.slfy-store .module.productpage .large.button{color:#fff;text-align:center;background:currentColor;padding:1.25rem 2.5rem;font-size:1em;font-weight:600;line-height:normal}.slfy-store .module.productpage .ui.sidebar.segments{color:var(--sidebar-text-color);flex-grow:0}.slfy-store .module.productpage .ui.sidebar.segments.sticky-segment{position:-moz-sticky;position:-o-sticky;position:-ms-sticky;top:var(--top-offset);position:sticky}.slfy-store .module.productpage .ui.sidebar.segments .ui.meta.segment{text-align:center;color:currentColor;opacity:1;font-size:.875em;overflow:hidden}.slfy-store .module.productpage .ui.sidebar.segments .ui.meta.segment:before{pointer-events:none;content:"";opacity:.02;background-color:#000;position:absolute;inset:0}.slfy-store .module.productpage .ui.sidebar.segments .ui.meta.segment .file-info{opacity:.7}.slfy-store .module.productpage .ui.segment{border-radius:var(--card-radius)}.slfy-store .module.productpage .ui.segment.product{padding:0;overflow:hidden}.slfy-store .module.productpage .ui.segment.product .product-preview{position:relative}.slfy-store .module.productpage .ui.segment.product .product-preview img{width:100%;height:auto;border-radius:var(--card-radius)var(--card-radius)0 0;display:block}.slfy-store .module.productpage .ui.segment.product .thumbnails{margin-left:1.25rem;margin-right:1.25rem;padding-top:1rem}.slfy-store .module.productpage .ui.segment.product .thumbnails .rail{flex-direction:row;margin:-.3125rem;display:flex}.slfy-store .module.productpage .ui.segment.product .thumbnails .thumb{width:60px;height:45px;border-radius:min(var(--card-radius),.75rem);background-position:50%;background-size:cover;margin:.3125rem}.slfy-store .module.productpage .ui.segment.product .thumbnails .thumb.active{opacity:.4}.slfy-store .module.productpage .ui.segment.product .thumbnails:after{height:1px;width:100%;content:"";opacity:.05;background-color:currentColor;margin-top:1rem;display:block}.slfy-store .module.productpage .ui.segment.product .content{padding:1.25rem;line-height:1.35}.slfy-store .module.productpage .ui.segment.product .content h1{color:var(--title-color);margin-bottom:1.25rem;font-size:2em;font-weight:600}.slfy-store .module.productpage .ui.segment.product .content p{color:currentColor;opacity:.85;margin-bottom:1em}.slfy-store .module.productpage.unsegmented .ui.segment{background:unset;padding-left:unset;padding-right:unset;box-shadow:none;background-color:#0000}.slfy-store .module.productpage.unsegmented .ui.segment.primary{padding-top:0}.slfy-store .module.productpage.unsegmented .ui.segment.product .content{padding-left:0;padding-right:0}.slfy-store .module.productpage.unsegmented .ui.segment.product .thumbnails{margin-left:0;margin-right:0}.slfy-store .module.productpage.unsegmented .ui.segment.product .product-preview img{border-radius:var(--card-radius)}.slfy-store .module.productpage.unsegmented .ui.segments{box-shadow:none}.slfy-store .module.productpage.unsegmented .ui.segments .ui.segment{border:none}.slfy-store .module.productpage.unsegmented .ui.segments .ui.meta.segment:before{content:none}@media screen and (max-width:767px){.slfy-store .module.productpage{padding-top:1.25rem}}.slfy-store .module.relatedProducts{padding-bottom:5rem}.slfy-store .module.relatedProducts h2{color:#111;margin-bottom:1.25rem;font-weight:600}.slfy-store .module.checkout-react{contain:paint;padding:5rem 0}@media screen and (max-width:767px){.slfy-store .module.checkout-react{padding-block:3rem}}.slfy-store .module.checkout-react>.container{max-width:min(var(--store-width),1320px)}.slfy-store .module.confirmation{padding:2.5rem 0}.slfy-store .module.confirmation.unsegmented .ui.segment{box-shadow:none;background:0 0;padding-left:0;padding-right:0;position:relative}.slfy-store .module.confirmation.unsegmented .ui.segment:before{content:"";width:100%;opacity:.05;border-bottom:1px solid;display:block;position:absolute;bottom:0;left:0}.slfy-store .module.confirmation.unsegmented .download-product{box-shadow:none}.slfy-store .module.confirmation.unsegmented .download-product .downloads-panel{box-shadow:none;background:0 0}.slfy-store .module.confirmation.unsegmented .download-product .downloads-panel .file-listing{border-top:#0000!important}.slfy-store .module.confirmation.unsegmented .download-product .downloads-panel .file-listing:not(:empty):before{content:none}.slfy-store .module.confirmation.unsegmented .download-product .downloads-panel .product-info{padding-right:0}.slfy-store .module.confirmation.unsegmented .download-product .preview-panel .preview{border-right-color:#0000}.slfy-store .module.confirmation .purchase-meta .meta-inline{justify-content:space-between;display:flex}.slfy-store .module.confirmation .purchase-meta h5.ui.header{letter-spacing:.0625rem;text-transform:uppercase;margin-bottom:1rem;font-size:.78125rem;line-height:1}.slfy-store .module.confirmation .purchase-meta .transaction-meta .left{text-align:left;padding-right:1.25rem;font-weight:400}.slfy-store .module.confirmation .purchase-meta .transaction-meta tr td{padding-block:.125rem}.slfy-store .module.confirmation .purchase-meta .button-container .button{flex-direction:row;justify-content:center;align-items:center;display:flex}.slfy-store .module.confirmation .purchase-meta .button-container .button .icon{margin-left:.125rem;margin-right:.25rem}.slfy-store .module.confirmation .ui.segment{background-color:var(--card-background);margin-top:0}.slfy-store .module.confirmation .container .button{color:#fff;white-space:nowrap;text-align:center;border-radius:3px;padding:.5rem .75rem;font-size:.8125em;font-weight:600;line-height:normal}.slfy-store .module.confirmation .container .button.basic{opacity:.8;color:currentColor!important;box-shadow:inset 0 0 0 1px!important}.slfy-store .module.confirmation .container .button.basic:hover{opacity:1}.slfy-store .module.confirmation .container .button.outlined{border-style:solid;border-width:1px}.slfy-store .module.confirmation h2{color:var(--title-color);margin-bottom:2.5rem;font-size:2.125em;font-weight:600}.slfy-store .module.confirmation .not-downloadable,.slfy-store .module.confirmation .download-product{display:flex}.slfy-store .module.confirmation .download-product:not(:last-child){margin-bottom:1.25em;padding-bottom:2.5em;position:relative}.slfy-store .module.confirmation .download-product:not(:last-child):before{content:"";inset:0;top:unset;opacity:.08;border-bottom:1px solid;position:absolute}.slfy-store .module.confirmation .download-product .preview-panel{align-self:flex-start;position:relative}.slfy-store .module.confirmation .download-product .preview-panel .preview{width:60px;aspect-ratio:1/1;border-radius:min(var(--card-radius),12px);background-image:url(https://static.sellfy.com/assets/images/public/1619602002.mountain.png?w=1240);background-position:50%;background-size:cover}.slfy-store .module.confirmation .download-product .downloads-panel{background-color:var(--card-background);flex-grow:1;align-self:center;overflow:hidden;box-shadow:0 1px 2px #00000003}.slfy-store .module.confirmation .download-product .downloads-panel .product-info{align-items:center;padding-inline:1.25rem;display:flex}.slfy-store .module.confirmation .download-product .downloads-panel .product-info .info-container .title{text-overflow:ellipsis;color:currentColor;font-size:1.125em;font-family:var(--heading-font-family);margin-bottom:.2em;font-weight:600;line-height:1.2;overflow:hidden}.slfy-store .module.confirmation .download-product .downloads-panel .product-info .info-container .type{color:currentColor;opacity:.4;font-size:1em}.slfy-store .module.confirmation .download-product .downloads-panel .product-info .info-container .type .separator{padding:0 .625rem}.slfy-store .module.confirmation .download-product .downloads-panel .product-info .button-container{align-items:center;margin-left:auto;display:flex}.slfy-store .module.confirmation .download-product .downloads-panel .product-info .button-container .shipped-label{color:#00b140;text-transform:uppercase;background-color:#e5f7eb;border-radius:3px;padding:6px 10px;font-size:.75rem;font-weight:600;line-height:1}.slfy-store .module.confirmation .download-product .downloads-panel .product-info .button-container .link{color:#3c97ef;margin-right:.625rem;font-size:.875em}.slfy-store .module.confirmation .download-product .downloads-panel .file-listing:not(:empty){margin-top:1.25em;position:relative}.slfy-store .module.confirmation .download-product .downloads-panel .file-item{align-items:center;margin-left:1.25rem;padding:.625rem 0;display:flex;position:relative}.slfy-store .module.confirmation .download-product .downloads-panel .file-item:last-child{padding-bottom:unset}.slfy-store .module.confirmation .download-product .downloads-panel .file-item:not(:last-child):before{content:"";width:100%;opacity:.05;border-bottom:1px dashed;display:block;position:absolute;bottom:0;left:0}.slfy-store .module.confirmation .download-product .downloads-panel .file-item [class$=-container]{padding:.625rem}.slfy-store .module.confirmation .download-product .downloads-panel .file-item .icon-container{display:flex;position:relative}.slfy-store .module.confirmation .download-product .downloads-panel .file-item .icon-container:after{content:"";border-radius:min(var(--card-radius),12px);opacity:.08;background-color:currentColor;position:absolute;inset:0}.slfy-store .module.confirmation .download-product .downloads-panel .file-item .icon-container .icon{color:currentColor;opacity:.4;font-size:1em}.slfy-store .module.confirmation .download-product .downloads-panel .file-item .meta-container .name{font-size:1em;line-height:1}.slfy-store .module.confirmation .download-product .downloads-panel .file-item .meta-container .meta{color:currentColor;opacity:.4;font-size:.875em;line-height:normal}.slfy-store .module.confirmation .download-product .downloads-panel .file-item .button-container{margin-left:auto}.slfy-store .module.confirmation .download-product .downloads-panel .file-item .button-container .button{background:#00b140}@media screen and (max-width:767px){.slfy-store .module.confirmation h2{text-align:center}.slfy-store .module.confirmation .purchase-meta .transaction-meta tbody{flex-direction:column;gap:1rem;display:flex}.slfy-store .module.confirmation .purchase-meta .transaction-meta tr{flex-direction:column;display:flex}.slfy-store .module.confirmation .purchase-meta .meta-inline{flex-direction:column}.slfy-store .module.confirmation .purchase-meta .button-container{margin-top:1.25rem}.slfy-store .module.confirmation .download-product{flex-direction:column}.slfy-store .module.confirmation .download-product .downloads-panel .product-info{padding-right:1.25rem}.slfy-store .module.confirmation .download-product .preview-panel>.preview{padding-bottom:75%}.slfy-store .module.confirmation .download-product .product-info{flex-direction:column;justify-content:center;align-items:center}.slfy-store .module.confirmation .download-product .product-info>.info-container{text-align:center}.slfy-store .module.confirmation .download-product .product-info>.button-container{margin-left:unset;margin-top:.625rem}.slfy-store .module.confirmation .download-product .file-listing .file-item{flex-direction:column;margin:0 .625rem;padding:1.25rem 0}.slfy-store .module.confirmation .download-product .file-listing .file-item>.icon-container .icon{font-size:2.5rem}.slfy-store .module.confirmation .download-product .file-listing .file-item>.meta-container{text-align:center}.slfy-store .module.confirmation .download-product .file-listing .file-item>.button-container{margin-left:unset}}.slfy-store .module.embedcode{padding:unset;display:block}.slfy-store .module.embedcode .code-info-panel{text-align:center;width:100%;color:#0006;background-color:#fff;border-radius:.1875rem;flex-direction:column;justify-content:center;align-items:center;margin:1rem auto;padding:1.25rem;display:flex;box-shadow:0 0 4px #0000001a;font-family:Proxima-nova,Proxima nova,Helvetica Neue,Arial,Helvetica,sans-serif!important}.slfy-store .module.embedcode .code-info-panel .icon{color:#ffbf3d;margin-bottom:.3125rem}.slfy-store .module.embedcode .code-info-panel h3{color:#333;margin:0;font-size:1.25rem;font-weight:600}.slfy-store .module.embedcode .code-info-panel p{color:#666;margin:.25em 0 0;font-size:.875rem}.slfy-store .module.embedcode.removeWrapper{min-width:100%}.slfy-store .module.embedcode .embed{pointer-events:none}.slfy-store .embed-wrapper{width:100%}.slfy-store .module.product-categories{padding:2.5rem 0}.slfy-store .module.product-categories h3{color:#111;margin-bottom:1.25rem;font-size:1.5em;font-weight:600}.slfy-store .module.product-categories .breadcrumbs{color:currentColor}.slfy-store .module.hero_02.unconstrained .background-container{position:relative;max-width:var(--max-width,unset)!important}@media screen and (min-width:991px){.slfy-store .module.hero_02.unconstrained.onethird .container{max-width:33.3333%}.slfy-store .module.hero_02.unconstrained.half .container{max-width:50%}.slfy-store .module.hero_02.unconstrained.twothirds .container{max-width:66.6667%}}.slfy-store .module.hero_02:not(.contain-background),.slfy-store .module.hero_02.contain-background .background-container{background-image:var(--background-image);background-color:var(--background-color);background-size:var(--background-size);background-position:var(--background-position);border-radius:var(--background-radius)}.slfy-store .module.hero_02:not(.pattern),.slfy-store .module.hero_02:not(.pattern) .background-container{background-repeat:no-repeat}.slfy-store .module.hero_02.small{font-size:.75em}.slfy-store .module.hero_02.medium{font-size:1em}.slfy-store .module.hero_02.large{font-size:1.25em}.slfy-store .module.hero_02.xlarge{font-size:1.5em}@media screen and (max-width:767px){.slfy-store .module.hero_02.small{font-size:.75em}.slfy-store .module.hero_02.medium{font-size:1em}.slfy-store .module.hero_02.large{font-size:1.125em}.slfy-store .module.hero_02.xlarge{font-size:1.25em}}.slfy-store .module.hero_02.onethird .container{max-width:calc(var(--store-width)/3)}.slfy-store .module.hero_02.half .container{max-width:calc(var(--store-width)/2)}.slfy-store .module.hero_02.twothirds .container{max-width:calc(var(--store-width)/3*2)}.slfy-store .module.hero_02.full .container{max-width:100%}.slfy-store .module.hero_02.x-left .background-container{align-items:flex-start}.slfy-store .module.hero_02.x-center .background-container{align-items:center}.slfy-store .module.hero_02.x-right .background-container{align-items:flex-end}.slfy-store .module.hero_02.y-top .background-container{justify-content:flex-start}.slfy-store .module.hero_02.y-center .background-container{justify-content:center}.slfy-store .module.hero_02.y-bottom .background-container{justify-content:flex-end}.slfy-store .module.hero_02 h1.title{font-size:2.5em;font-style:var(--title-style);font-weight:var(--title-weight);word-break:break-word;-webkit-hyphens:none;hyphens:none;margin-bottom:.25em}.slfy-store .module.hero_02 h1.title:empty{display:none}.slfy-store .module.hero_02 p.subtitle{font-size:1em;line-height:1.35;font-style:var(--text-style);font-weight:var(--text-weight);white-space:pre-line}.slfy-store .module.hero_02 p.subtitle:empty{display:none}.slfy-store .module.hero_02 .container{width:100%;padding:unset;max-width:50%;margin:unset;background-color:#0000}.slfy-store .module.hero_02 .container .button-container{margin-bottom:unset}.slfy-store .module.hero_02 .container .content-container.left{text-align:left}.slfy-store .module.hero_02 .container .content-container.center{text-align:center}.slfy-store .module.hero_02 .container .content-container.right{text-align:right}.slfy-store .module.hero_02 .button-container{margin-top:1.25em}.slfy-store .module.hero_02 .button-container .cta-button{cursor:pointer;text-align:center;vertical-align:middle;white-space:nowrap;border-radius:.1875rem;padding:1em 1.5em;font-size:1em;line-height:1;text-decoration:none;transition:opacity .11s,background-color .11s,color .11s;display:inline-block;position:relative}.slfy-store .module.hero_02 .button-container .cta-button.outlined{box-shadow:0 0 0 1px}.slfy-store .module.hero_02 .button-container .cta-button>.hoverlay{height:100%;opacity:0;width:100%;z-index:2;transition:opacity .11s;position:absolute;top:0;left:0}.slfy-store .module.hero_02 .button-container .cta-button:hover .hoverlay{opacity:.2}.slfy-store .module.hero_02 .background-container{height:100%;min-height:var(--height,unset);max-width:var(--store-width);padding:var(--padding);width:100%;flex-direction:column;display:flex}.slfy-store .module.hero_02 .background-container .overlay{width:100%;height:100%;z-index:1;background-color:#0005;position:absolute;inset:0}.slfy-store .module.hero_02.layout_01.container-enabled .container{background-color:var(--container-background);border-radius:var(--container-radius);padding:1.5em}.slfy-store .module.hero_02.layout_02 .background-container{justify-content:center}.slfy-store .module.hero_02.layout_02.container-enabled .container .content-container .inner-container{background-color:var(--container-background);border-radius:var(--container-radius);padding:1.5em;position:static}.slfy-store .module.hero_02.layout_02.onethird .container{grid-template-columns:1fr 2fr}.slfy-store .module.hero_02.layout_02.onethird .container.inverted{grid-template-columns:2fr 1fr}.slfy-store .module.hero_02.layout_02.half .container{grid-template-columns:1fr 1fr}.slfy-store .module.hero_02.layout_02.twothirds .container{grid-template-columns:2fr 1fr}.slfy-store .module.hero_02.layout_02.twothirds .container.inverted{grid-template-columns:1fr 2fr}.slfy-store .module.hero_02.layout_02 .container{max-width:unset;gap:var(--content-gap);grid-template-columns:1fr 1fr;grid-template-areas:"content image";display:grid}@media only screen and (max-width:991px){.slfy-store .module.hero_02.layout_02 .container{flex-direction:column;display:flex}}.slfy-store .module.hero_02.layout_02 .container .content-container{grid-area:content;transition:all .11s}.slfy-store .module.hero_02.layout_02 .container .content-container .inner-container{height:100%;flex-direction:column;justify-content:center;transition:all .11s;display:flex}.slfy-store .module.hero_02.layout_02 .container .content-container.vertical-top .inner-container{justify-content:flex-start}.slfy-store .module.hero_02.layout_02 .container .content-container.vertical-bottom .inner-container{justify-content:flex-end}.slfy-store .module.hero_02.layout_02 .container .image-container{grid-area:image}.slfy-store .module.hero_02.layout_02 .container .image-container .image{height:100%;justify-content:center;align-items:center;display:flex}.slfy-store .module.hero_02.layout_02 .container .image-container .image .placeholder{border-radius:var(--container-radius);color:#a9bdd0;min-height:8rem;height:100%;width:100%;background-color:#d1dbe5;justify-content:center;align-items:center;display:flex}.slfy-store .module.hero_02.layout_02 .container .image-container .image img{width:100%;border-radius:var(--container-radius);transition:all .11s}.slfy-store .module.hero_02.layout_02 .container.gapless{border-radius:var(--container-radius);contain:paint}.slfy-store .module.hero_02.layout_02 .container.gapless .content-container .inner-container,.slfy-store .module.hero_02.layout_02 .container.gapless .image-container .image img,.slfy-store .module.hero_02.layout_02 .container.gapless .image-container .placeholder{border-radius:unset}.slfy-store .module.hero_02.layout_02 .container.inverted{grid-template-areas:"image content"}@media only screen and (min-width:992px){.slfy-store .module.hero_02.layout_02 .container.inverted{flex-direction:row-reverse}}.slfy-store .module.spacing{background-color:var(--background-color)}.slfy-store .module.spacing .expander{height:var(--height)}.slfy-store .module.social-links{background-image:var(--background-image);background-color:var(--background-color);background-size:var(--background-size);background-position:var(--background-position)}.slfy-store .module.social-links .background-container{height:100%;min-height:var(--height,unset);max-width:var(--store-width);padding:var(--padding);width:100%;flex-direction:column;display:flex}.slfy-store .module.social-links .social-menu{gap:var(--button-gap);flex-flow:wrap;justify-content:center;align-items:center;display:flex}.slfy-store .module.social-links .social-menu .social-button{box-sizing:border-box;cursor:pointer;width:auto;text-align:center;box-sizing:revert;border-radius:.1875rem;align-items:center;gap:.75ch;padding:.625em 1em;font-size:.875em;line-height:1;text-decoration:none;transition:opacity .11s,background-color .11s,color .11s;display:flex;position:relative;overflow:hidden}@media screen and (max-width:767px){.slfy-store .module.social-links .social-menu .social-button{padding-inline:.625em}.slfy-store .module.social-links .social-menu .social-button .content{display:none}}.slfy-store .module.social-links .social-menu .social-button .icon svg{width:1em;height:1em;display:block}.slfy-store .module.social-links .social-menu .social-button.disabled{cursor:default;filter:grayscale();opacity:.6}.slfy-store .module.social-links .social-menu .social-button.loading{pointer-events:none;color:#0000!important}.slfy-store .module.social-links .social-menu .social-button.loading:after{content:"";width:1.2em;height:1.2em;border-color:#fff #0000 #0000;border-color:var(--color)transparent transparent;border-style:solid;border-width:.2em;border-radius:500rem;margin:-.6em 0 0 -.6em;animation:.6s linear infinite button-spin;position:absolute;top:50%;left:50%;box-shadow:0 0 0 1px #0000}.slfy-store .module.social-links .social-menu .social-button>.hoverlay{opacity:0;z-index:2;width:100%;height:100%;background-color:var(--color);transition:opacity .11s;position:absolute;top:0;left:0}.slfy-store .module.social-links .social-menu .social-button.outlined{background-clip:padding-box;border:1px solid;margin:-1px}.slfy-store .module.social-links .social-menu .social-button:hover .hoverlay{opacity:.2}.slfy-store .module.social-links .social-menu .social-button:visited{color:inherit}.slfy-store .module.social-links.icon .social-menu .social-button{padding:.625em}.slfy-store .module.social-links.icon .social-menu .social-button .content{display:none}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).behance{color:#fff!important;background-color:#1769ff!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).discord{color:#fff!important;background-color:#5865f2!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).dribbble{color:#fff!important;background-color:#ea4c89!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).facebook{color:#fff!important;background-color:#1877f2!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).instagram{color:#fff!important;background-color:#e1306c!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).linkedin{color:#fff!important;background-color:#0a66c2!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).patreon{color:#fff!important;background-color:#f96854!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).pinterest{color:#fff!important;background-color:#e60023!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).reddit{color:#fff!important;background-color:#ff4500!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).snapchat{color:#000!important;background-color:#fffc00!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).soundcloud{color:#fff!important;background-color:#f50!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).telegram{color:#fff!important;background-color:#08c!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).tiktok{color:#fff!important;background-color:#010101!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).twitter,.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).x{color:#fff!important;background-color:#000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).vimeo{color:#fff!important;background-color:#1ab7ea!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).website{color:#fff!important;background-color:#000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).wechat{color:#fff!important;background-color:#7bb32e!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).whatsapp{color:#fff!important;background-color:#25d366!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button:not(.outlined).youtube{color:#fff!important;background-color:red!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined{border-color:currentColor!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined .hoverlay{background-color:currentColor}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.behance{color:#1769ff!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.discord{color:#5865f2!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.dribbble{color:#ea4c89!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.facebook{color:#1877f2!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.instagram{color:#e1306c!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.linkedin{color:#0a66c2!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.patreon{color:#f96854!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.pinterest{color:#e60023!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.reddit{color:#ff4500!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.snapchat{color:#fffc00!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.soundcloud{color:#f50!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.telegram{color:#08c!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.tiktok{color:#010101!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.twitter,.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.x{color:#000!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.vimeo{color:#1ab7ea!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.website{color:#000!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.wechat{color:#7bb32e!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.whatsapp{color:#25d366!important;background-color:#0000!important}.slfy-store .module.social-links.match-network-colors .social-menu .social-button.outlined.youtube{color:red!important;background-color:#0000!important}
.embed-language-switcher{position:relative}.embed-language-switcher .display-language{z-index:1;opacity:.48;padding-right:1.5em;font-size:1em;position:relative}.embed-language-switcher .display-language:after{content:"";z-index:-1;width:1.25em;height:100%;background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;top:0;right:0;mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"></polyline></svg>");mask-position:50%;mask-size:contain;mask-repeat:no-repeat}.embed-language-switcher select{z-index:2;opacity:0;appearance:none;position:absolute;inset:0}.quantity-buttons{-webkit-user-select:none;user-select:none;flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.quantity-buttons .button-container{width:100%;text-align:center;flex-direction:column;align-items:center;gap:.25em;transition:opacity .16s;display:flex}.quantity-buttons .button-container.disabled{pointer-events:none;opacity:.5}.quantity-buttons .button-container .quantity-counter{border:1px solid var(--input-border-color);border-radius:.25em;align-items:center;display:flex}.quantity-buttons .button-container .quantity-counter .value{cursor:default;width:1em;height:1em;justify-content:center;align-items:center;padding:.25em;font-size:.875em;display:flex}.quantity-buttons .button-container .quantity-counter .increment,.quantity-buttons .button-container .quantity-counter .decrement{cursor:pointer}.quantity-buttons .button-container .quantity-counter .increment.disabled,.quantity-buttons .button-container .quantity-counter .decrement.disabled{pointer-events:none;opacity:.25}.quantity-buttons .button-container .quantity-counter .icon-container{opacity:.75;justify-content:center;align-items:center;padding:.25em;transition:all .16s;display:flex}.quantity-buttons .button-container .quantity-counter .icon-container:hover{opacity:1;color:var(--checkout-accent)}.quantity-buttons .button-container .quantity-counter .icon-container svg{shape-rendering:geometricprecision}.quantity-buttons .button-container .remove{cursor:pointer;opacity:.5;font-size:.75em;transition:all .16s}.quantity-buttons .button-container .remove:hover{opacity:1;color:#d3071c}.quantity-buttons .button-container .limit-reached{color:#ff4949;margin-inline:-1em;font-size:.75em}@media screen and (max-width:991px){.quantity-buttons .button-container{flex-direction:row}.quantity-buttons .button-container .remove{justify-content:center;align-items:center;margin-left:1em;font-size:.875em;display:flex}.quantity-buttons .button-container .quantity-counter{width:6.25em;margin:0}.quantity-buttons .button-container .quantity-counter .value{flex:0 0 20%}.quantity-buttons .button-container .quantity-counter .increment,.quantity-buttons .button-container .quantity-counter .decrement{height:2.5em;flex:0 0 40%;justify-content:center;align-items:center;display:flex}}@keyframes fadeInItem{0%{opacity:0;transform:translateY(-.5em)}to{opacity:1;transform:translateY(0)}}@keyframes deleteItem{to{opacity:0;visibility:collapse;transform:scale(.9)}}.cart-container{margin:-.625em -1em}table.cart-table{width:100%;color:currentColor}table.cart-table tr th,table.cart-table tr td{vertical-align:middle;text-align:left;padding:.625em 1em;font-weight:400}table.cart-table tr th.aligned.center,table.cart-table tr td.aligned.center{text-align:center}table.cart-table tr th.aligned.right,table.cart-table tr td.aligned.right{text-align:right}table.cart-table .details-column{width:70%}@media screen and (max-width:991px){table.cart-table .details-column{width:unset}}table.cart-table .totals-column{min-width:8ch}@media screen and (max-width:991px){table.cart-table .quantity-column,table.cart-table .totals-column,table.cart-table thead{display:none}table.cart-table tbody tr{flex-direction:column;display:flex}table.cart-table tbody tr td{padding:1em}table.cart-table tbody tr td.aligned.center,table.cart-table tbody tr td.aligned.right{text-align:left}table.cart-table .product-meta{display:flex}table.cart-table .product-meta .product-title{flex-grow:1}}.slfy-checkout .product-item{animation:fadeInItem 80ms backwards}.slfy-checkout .product-item:nth-child(1){animation-delay:0s}.slfy-checkout .product-item:nth-child(2){animation-delay:10ms}.slfy-checkout .product-item:nth-child(3){animation-delay:20ms}.slfy-checkout .product-item:nth-child(4){animation-delay:30ms}.slfy-checkout .product-item:nth-child(5){animation-delay:40ms}.slfy-checkout .product-item:nth-child(6){animation-delay:50ms}.slfy-checkout .product-item:nth-child(7){animation-delay:60ms}.slfy-checkout .product-item:nth-child(8){animation-delay:70ms}.slfy-checkout .product-item:nth-child(9){animation-delay:80ms}.slfy-checkout .product-item:nth-child(10){animation-delay:90ms}.slfy-checkout .product-item:nth-child(11){animation-delay:.1s}.slfy-checkout .product-item:nth-child(12){animation-delay:.11s}.slfy-checkout .product-item:nth-child(13){animation-delay:.12s}.slfy-checkout .product-item:nth-child(14){animation-delay:.13s}.slfy-checkout .product-item:nth-child(15){animation-delay:.14s}.slfy-checkout .product-item:nth-child(16){animation-delay:.15s}.slfy-checkout .product-item:nth-child(17){animation-delay:.16s}.slfy-checkout .product-item:nth-child(18){animation-delay:.17s}.slfy-checkout .product-item:nth-child(19){animation-delay:.18s}.slfy-checkout .product-item:nth-child(20){animation-delay:.19s}.slfy-checkout .product-item:nth-child(21){animation-delay:.2s}.slfy-checkout .product-item:nth-child(22){animation-delay:.21s}.slfy-checkout .product-item:nth-child(23){animation-delay:.22s}.slfy-checkout .product-item:nth-child(24){animation-delay:.23s}.slfy-checkout .product-item:nth-child(25){animation-delay:.24s}.slfy-checkout .product-item:nth-child(26){animation-delay:.25s}.slfy-checkout .product-item:nth-child(27){animation-delay:.26s}.slfy-checkout .product-item:nth-child(28){animation-delay:.27s}.slfy-checkout .product-item:nth-child(29){animation-delay:.28s}.slfy-checkout .product-item:nth-child(30){animation-delay:.29s}.slfy-checkout .product-item:nth-child(31){animation-delay:.3s}.slfy-checkout .product-item:nth-child(32){animation-delay:.31s}.slfy-checkout .product-item:nth-child(33){animation-delay:.32s}.slfy-checkout .product-item:nth-child(34){animation-delay:.33s}.slfy-checkout .product-item:nth-child(35){animation-delay:.34s}.slfy-checkout .product-item:nth-child(36){animation-delay:.35s}.slfy-checkout .product-item:nth-child(37){animation-delay:.36s}.slfy-checkout .product-item:nth-child(38){animation-delay:.37s}.slfy-checkout .product-item:nth-child(39){animation-delay:.38s}.slfy-checkout .product-item:nth-child(40){animation-delay:.39s}.slfy-checkout .product-item:nth-child(41){animation-delay:.4s}.slfy-checkout .product-item:nth-child(42){animation-delay:.41s}.slfy-checkout .product-item:nth-child(43){animation-delay:.42s}.slfy-checkout .product-item:nth-child(44){animation-delay:.43s}.slfy-checkout .product-item:nth-child(45){animation-delay:.44s}.slfy-checkout .product-item:nth-child(46){animation-delay:.45s}.slfy-checkout .product-item:nth-child(47){animation-delay:.46s}.slfy-checkout .product-item:nth-child(48){animation-delay:.47s}.slfy-checkout .product-item:nth-child(49){animation-delay:.48s}.slfy-checkout .product-item:nth-child(50){animation-delay:.49s}.slfy-checkout .product-item:nth-child(51){animation-delay:.5s}.slfy-checkout .product-item:nth-child(52){animation-delay:.51s}.slfy-checkout .product-item:nth-child(53){animation-delay:.52s}.slfy-checkout .product-item:nth-child(54){animation-delay:.53s}.slfy-checkout .product-item:nth-child(55){animation-delay:.54s}.slfy-checkout .product-item:nth-child(56){animation-delay:.55s}.slfy-checkout .product-item:nth-child(57){animation-delay:.56s}.slfy-checkout .product-item:nth-child(58){animation-delay:.57s}.slfy-checkout .product-item:nth-child(59){animation-delay:.58s}.slfy-checkout .product-item:nth-child(60){animation-delay:.59s}.slfy-checkout .product-item:nth-child(61){animation-delay:.6s}.slfy-checkout .product-item:nth-child(62){animation-delay:.61s}.slfy-checkout .product-item:nth-child(63){animation-delay:.62s}.slfy-checkout .product-item:nth-child(64){animation-delay:.63s}.slfy-checkout .product-item:nth-child(65){animation-delay:.64s}.slfy-checkout .product-item:nth-child(66){animation-delay:.65s}.slfy-checkout .product-item:nth-child(67){animation-delay:.66s}.slfy-checkout .product-item:nth-child(68){animation-delay:.67s}.slfy-checkout .product-item:nth-child(69){animation-delay:.68s}.slfy-checkout .product-item:nth-child(70){animation-delay:.69s}.slfy-checkout .product-item:nth-child(71){animation-delay:.7s}.slfy-checkout .product-item:nth-child(72){animation-delay:.71s}.slfy-checkout .product-item:nth-child(73){animation-delay:.72s}.slfy-checkout .product-item:nth-child(74){animation-delay:.73s}.slfy-checkout .product-item:nth-child(75){animation-delay:.74s}.slfy-checkout .product-item:nth-child(76){animation-delay:.75s}.slfy-checkout .product-item:nth-child(77){animation-delay:.76s}.slfy-checkout .product-item:nth-child(78){animation-delay:.77s}.slfy-checkout .product-item:nth-child(79){animation-delay:.78s}.slfy-checkout .product-item:nth-child(80){animation-delay:.79s}.slfy-checkout .product-item:nth-child(81){animation-delay:.8s}.slfy-checkout .product-item:nth-child(82){animation-delay:.81s}.slfy-checkout .product-item:nth-child(83){animation-delay:.82s}.slfy-checkout .product-item:nth-child(84){animation-delay:.83s}.slfy-checkout .product-item:nth-child(85){animation-delay:.84s}.slfy-checkout .product-item:nth-child(86){animation-delay:.85s}.slfy-checkout .product-item:nth-child(87){animation-delay:.86s}.slfy-checkout .product-item:nth-child(88){animation-delay:.87s}.slfy-checkout .product-item:nth-child(89){animation-delay:.88s}.slfy-checkout .product-item:nth-child(90){animation-delay:.89s}.slfy-checkout .product-item:nth-child(91){animation-delay:.9s}.slfy-checkout .product-item:nth-child(92){animation-delay:.91s}.slfy-checkout .product-item:nth-child(93){animation-delay:.92s}.slfy-checkout .product-item:nth-child(94){animation-delay:.93s}.slfy-checkout .product-item:nth-child(95){animation-delay:.94s}.slfy-checkout .product-item:nth-child(96){animation-delay:.95s}.slfy-checkout .product-item:nth-child(97){animation-delay:.96s}.slfy-checkout .product-item:nth-child(98){animation-delay:.97s}.slfy-checkout .product-item:nth-child(99){animation-delay:.98s}.slfy-checkout .product-item:nth-child(100){animation-delay:.99s}.slfy-checkout .product-item.deleted{z-index:-1;animation:deleteItem .16s both}.slfy-checkout .product-item .product-details{flex-grow:1;align-items:stretch;line-height:1.15;transition:opacity .16s;display:flex;overflow:hidden}.slfy-checkout .product-item .product-details .preview-container{height:100%;cursor:pointer;flex-direction:column;align-items:flex-start;transition:filter .16s,opacity .16s;display:flex}.slfy-checkout .product-item .product-details .preview-container:hover{opacity:.78}.slfy-checkout .product-item .product-details .preview-container .preview{width:5em;height:5em;background-color:#e2e4e7;background-position:50%;background-size:cover;border-radius:.25em;flex-shrink:0;margin-right:1.25em}@supports (aspect-ratio: 1/1){.slfy-checkout .product-item .product-details .preview-container .preview{height:auto;aspect-ratio:1/1}}.slfy-checkout .product-item .product-details .meta{flex-direction:column;flex-grow:1;justify-content:center;display:flex}.slfy-checkout .product-item .product-details .meta .product-meta{cursor:pointer}.slfy-checkout .product-item .product-details .meta .name{word-break:break-word;font-size:1.125em;font-weight:600}.slfy-checkout .product-item .product-details .meta .option-meta{opacity:.6;max-width:320px;width:100%;text-overflow:ellipsis;word-break:break-all;font-size:1em;overflow:hidden}@media screen and (max-width:991px){.slfy-checkout .product-item .product-details .meta .option-meta{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}}.slfy-checkout .product-item .product-details .meta .option-container{margin-top:.25em}.slfy-checkout .product-item .product-details .meta .option-container:empty{display:none}.slfy-checkout .product-item .product-details .meta .additional-meta{margin-top:1em}.slfy-checkout .product-item .totals-container{white-space:nowrap;line-height:1}.slfy-checkout .product-item .totals-container.mobile{text-align:right;padding-left:1.25em}.slfy-checkout .product-item .totals-container .original-price{opacity:.5;margin-bottom:.25em;font-size:.875em;text-decoration:line-through}.slfy-checkout .product-item .totals-container .price{font-size:1em}.cart-products{margin:0 -1.25em}@media screen and (max-width:991px){.table-body .body-row .body-data.product-info{grid-row:1/2;grid-column:span 4!important}.table-body .body-row .body-data.quantity{grid-column:1/-1;grid-row-start:2!important;justify-content:center!important}.table-body .body-row .body-data.quantity .quantity-buttons{justify-content:center}.table-body .body-row .body-data.price{grid-row:1/-1;grid-column:5/span 2!important;justify-content:end!important}}.slfy-checkout.empty .empty-cart{text-align:left;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2em;padding:1.875em 0;display:flex}.slfy-checkout.empty .empty-cart .cart-empty-icon{width:2em;height:2em;margin-bottom:.5em}.slfy-checkout.empty .empty-cart .title{margin-bottom:.25em;font-size:1.25em}.slfy-checkout.empty .empty-cart .subtitle{opacity:.6;font-size:1em}.slfy-checkout.empty .empty-cart .button{margin-top:2.5em}.slfy-checkout.empty .empty-cart h3:not(:first-child){margin-top:.25em}.tooltip{cursor:pointer;position:relative}.tooltip:hover .tooltip-text{visibility:visible;opacity:1;transform:scale(1)}.tooltip:hover .tooltip-content{position:relative}.tooltip:hover .tooltip-content:after{opacity:.16}.tooltip .tooltip-text{visibility:hidden;opacity:0;width:100%;background-color:var(--button-color);-webkit-backdrop-filter:blur(2rem);-webkit-backdrop-filter:blur(2rem);backdrop-filter:blur(2rem);color:var(--button-text-color);text-align:left;z-index:1;border-radius:3px;padding:16px;font-size:.875rem;font-weight:600;line-height:1.35;transition:opacity .11s,transform .11s;position:absolute;left:0;transform:scale(.75)}.tooltip .tooltip-text.left{text-align:left}.tooltip .tooltip-text.center{text-align:center}.tooltip .tooltip-text.right{text-align:right}.tooltip.disabled{cursor:not-allowed}.tooltip.disabled .tooltip-content{filter:grayscale();opacity:.6;pointer-events:none;z-index:0}.tooltip .tooltip-text:after{content:"";border-style:solid;border-width:5px;margin-left:-5px;position:absolute}.tooltip.bottom.left .tooltip-text{transform-origin:.625rem 0}.tooltip.bottom.center .tooltip-text{transform-origin:50% 0}.tooltip.bottom.right .tooltip-text{transform-origin:calc(100% - .625rem) 0}.tooltip.bottom .tooltip-text{top:calc(100% + .5rem)}.tooltip.bottom .tooltip-text:after{border-color:transparent transparent var(--button-color)transparent;bottom:100%}.tooltip.top.left .tooltip-text{transform-origin:.625rem 100%}.tooltip.top.center .tooltip-text{transform-origin:50% 100%}.tooltip.top.right .tooltip-text{transform-origin:calc(100% - .625rem) 100%}.tooltip.top .tooltip-text{bottom:calc(100% + .5rem)}.tooltip.top .tooltip-text:after{border-color:var(--button-color)transparent transparent transparent;top:100%}.tooltip.center .tooltip-text:after{left:auto;right:calc(50% - 5px)}.tooltip.right .tooltip-text:after{left:auto;right:calc(10% - 5px)}.tooltip.left .tooltip-text:after{left:calc(10% - 5px);right:auto}.tooltip.red .tooltip-text{color:#fff;background-color:#ff2f3e}.tooltip.red .tooltip-text:after{border-color:#0000 #0000 #ff2f3e}.field-r{flex-direction:column;align-items:flex-start;margin-bottom:1em;display:flex}.field-r:last-child{margin-bottom:0}.field-r.mono input,.field-r.mono .input-wrap>input{font-family:monospace}.field-r.small .input-wrap>input,.field-r.small .input-wrap>textarea{min-height:1em;padding:.625em}.field-r .message{opacity:.45;-webkit-user-select:none;user-select:none;margin-top:.5em;font-size:.875em;display:flex}.field-r .message .info-icon{width:1em;height:1em;flex-shrink:0;margin:.0625em .25em .0625em 0}.field-r .message p{font-size:1em;line-height:1.15}.field-r .message.error{color:#ff4949;opacity:1;display:none}.field-r.error label{color:#ff4949}.field-r.error .input-wrap>input{border-color:#ff4949}.field-r.error .input-wrap>input:focus{outline-color:#ff4949}.field-r.error .message.error{display:block}.field-r.valid .input-wrap>input{border-color:#00b140}.field-r.right{align-items:flex-end}.field-r label{-webkit-user-select:none;user-select:none;font-size:1em}.field-r label .optional,.field-r label .required{opacity:.45;margin-left:.25em;font-size:.75em}.field-r>label{opacity:.88;white-space:nowrap;color:inherit;align-items:center;margin-bottom:.375em;font-size:1em;display:flex}.field-r>label>.info-icon{width:1em;height:1em;opacity:.45;margin-left:.25em}.field-r input:focus:is(:focus-visible),.field-r button:focus:is(:focus-visible),.field-r select:focus:is(:focus-visible),.field-r textarea:focus:is(:focus-visible){outline-width:2px;outline-style:none;outline-color:var(--checkout-focus);box-shadow:0 0 0 2px var(--checkout-focus)}.field-r input[type=checkbox]{outline-offset:.0625rem}.field-r input[type=date]{min-height:3em}.field-r button{outline-offset:.0625rem}.field-r input,.field-r textarea{outline-offset:-.0625rem}.field-r>input,.field-r>textarea{border:1px solid var(--input-border-color);color:inherit;min-height:3em;width:100%;border-radius:.25rem;padding:.75em .875em;font-family:inherit;font-size:1em;display:block}.field-r>textarea{min-height:5.5em;max-height:12em;line-height:normal}.field-r .input-wrap{width:100%;display:flex;position:relative}.field-r .input-wrap>input,.field-r .input-wrap>textarea{min-height:3em;border:1px solid var(--input-border-color);color:inherit;width:100%;background:0 0;border-radius:.25em;flex-grow:1;padding:.75em .875em;font-family:inherit;font-size:1em;display:block}.field-r .input-wrap>textarea{min-height:5.5em;max-height:12em;line-height:normal}.field-r .input-wrap>button,.field-r .input-wrap .button{margin-left:.625em}.field-r .checkbox{display:flex;position:relative}.field-r .checkbox label{cursor:pointer;color:inherit;padding-left:.5em;line-height:1.2;display:block}.field-r .checkbox label>a{color:currentColor;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:.0625em;transition:all .16s}.field-r .checkbox label>a:hover,.field-r .checkbox label>a:focus{color:var(--checkout-accent)}.field-r .checkbox input{appearance:none;border:1px solid var(--input-border-color);cursor:pointer;height:1em;margin:unset;width:1em;border-radius:.25rem;flex-shrink:0;margin-top:.1em;font-size:1em;display:block}.field-r .checkbox input:checked{background-color:var(--checkout-accent);border-color:var(--checkout-accent)}.field-r .checkbox input:checked+label:before{content:"";width:1em;height:1.2em;text-align:center;background-color:#fff;display:block;position:absolute;top:0;left:0;mask-image:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>");mask-position:50%;mask-size:.75em;mask-repeat:no-repeat}.slfy-checkout .discount-code .button{flex-shrink:0}.cart-item-listing{margin-bottom:1.875em}.cart-item-listing .cart-sidebar-item{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:stretch;transition:opacity .16s;display:flex;position:relative}.cart-item-listing .cart-sidebar-item:not(:last-child){margin-bottom:1.25em}.cart-item-listing .cart-sidebar-item:hover{opacity:.78}.cart-item-listing .cart-sidebar-item .preview-container{flex-direction:column;align-items:flex-start;transition:filter .16s;display:flex}.cart-item-listing .cart-sidebar-item .preview-container .preview{width:3em;height:3em;background-color:#e2e4e7;background-position:50%;background-size:cover;border-radius:.25em;flex-shrink:0;margin-right:1em}@supports (aspect-ratio: 1/1){.cart-item-listing .cart-sidebar-item .preview-container .preview{height:auto;aspect-ratio:1/1}}.cart-item-listing .cart-sidebar-item .meta{flex-direction:column;flex-grow:1;justify-content:center;display:flex;overflow:hidden}.cart-item-listing .cart-sidebar-item .meta .name{word-break:break-word;font-size:1em;font-weight:600}.cart-item-listing .cart-sidebar-item .meta .name .quantity{opacity:.5}.cart-item-listing .cart-sidebar-item .meta .name .quantity.error{opacity:1;color:#ff4949}.cart-item-listing .cart-sidebar-item .meta .inline-meta{margin-top:.25em}.cart-item-listing .cart-sidebar-item .meta .inline-meta:empty{display:none}.cart-item-listing .cart-sidebar-item .meta .variant{opacity:.6;white-space:nowrap;text-overflow:ellipsis;margin-right:1ch;font-size:.875em;overflow:hidden}.cart-item-listing .cart-sidebar-item .meta .items-left{color:#ff4949;font-size:.875em}.cart-item-listing .cart-sidebar-item .totals-container{height:3rem;text-align:right;white-space:nowrap;flex-direction:column;justify-content:center;margin-left:auto;padding-left:1em;line-height:1;display:flex}.cart-item-listing .cart-sidebar-item .totals-container .original-price{opacity:.5;margin-bottom:.25em;font-size:.875em;text-decoration:line-through}.cart-item-listing .cart-sidebar-item .totals-container .price{font-size:1em}@keyframes fadeInPayments{0%{opacity:0}to{opacity:1}}.slfy-checkout .checkout-layout .order-summary>*{transition:all .16s}.slfy-checkout .checkout-layout .order-summary.empty-state{min-height:35vh}.slfy-checkout .checkout-layout .order-summary.loading{position:relative}.slfy-checkout .checkout-layout .order-summary.loading>*{opacity:.15;pointer-events:none}.slfy-checkout .checkout-layout .order-summary.loading:before{width:1.5em;height:1.5em;content:"";border:.125em solid #0000;border-bottom-color:currentColor;border-radius:2em;animation:loading .5s linear infinite;position:absolute;top:50%;left:50%}.slfy-checkout .checkout-layout .order-summary .sidebar-title{justify-content:space-between;align-items:center;margin-bottom:1.25em;display:flex}.slfy-checkout .checkout-layout .order-summary .sidebar-title h3{margin:0}.slfy-checkout .checkout-layout .order-summary .sidebar-title .edit-cart{cursor:pointer;opacity:.8;-webkit-user-select:none;user-select:none;color:var(--checkout-accent);text-align:right;font-size:.875em;transition:all .16s}.slfy-checkout .checkout-layout .order-summary .sidebar-title .edit-cart:hover{opacity:1}.slfy-checkout .checkout-layout .order-summary .cart-contents{border:1px solid var(--input-border-color);cursor:pointer;outline-offset:1px;outline:2px solid #0000;align-items:center;margin-bottom:1.875em;padding:.875em 1.125em .875em .875em;transition:all .16s;display:flex;position:relative}.slfy-checkout .checkout-layout .order-summary .cart-contents .cart{font-size:1em}.slfy-checkout .checkout-layout .order-summary .cart-contents .icon{color:var(--input-border-color);margin-right:.625em;transition:all .16s}.slfy-checkout .checkout-layout .order-summary .cart-contents .edit{appearance:none;color:var(--checkout-accent);outline-offset:1px;z-index:-1;background:0 0;border:none;margin:0 -.875em;padding:.5em .875em;font-family:inherit;font-size:.875em;line-height:1;transition:all .16s;position:absolute;top:50%;right:1.5em;transform:translateY(-50%)}.slfy-checkout .checkout-layout .order-summary .cart-contents:hover,.slfy-checkout .checkout-layout .order-summary .cart-contents:focus-visible{color:currentColor;border-color:currentColor}.slfy-checkout .checkout-layout .order-summary .cart-contents:hover .icon,.slfy-checkout .checkout-layout .order-summary .cart-contents:focus-visible .icon,.slfy-checkout .checkout-layout .order-summary .cart-contents:hover .edit,.slfy-checkout .checkout-layout .order-summary .cart-contents:focus-visible .edit{color:currentColor}.slfy-checkout .checkout-layout .order-summary .cart-contents:focus-visible{outline-color:var(--checkout-focus)}.slfy-checkout .checkout-layout .order-summary .accepted-payments{flex-direction:column;align-items:center;padding:1.875em .625em 0;animation:fadeInPayments .16s;display:flex}.slfy-checkout .checkout-layout .order-summary .accepted-payments .inner-container{flex-wrap:wrap;justify-content:center;margin:-.25em;display:flex}.slfy-checkout .checkout-layout .order-summary .accepted-payments .inner-container .payment-method-icon{margin:.25em}.slfy-checkout .checkout-layout .order-summary .discount-code{margin-bottom:1.875em}.slfy-checkout .checkout-layout .order-summary .cart-totals{width:100%}.slfy-checkout .checkout-layout .order-summary .cart-totals>*{transition:all .16s}.slfy-checkout .checkout-layout .order-summary .cart-totals.loading{position:relative}.slfy-checkout .checkout-layout .order-summary .cart-totals.loading>*{opacity:.15;pointer-events:none}.slfy-checkout .checkout-layout .order-summary .cart-totals.loading:before{width:1.5em;height:1.5em;content:"";border:.125em solid #0000;border-bottom-color:currentColor;border-radius:2em;animation:loading .5s linear infinite;position:absolute;top:50%;left:50%}.slfy-checkout .checkout-layout .order-summary .cart-totals .row{align-items:flex-start;margin-bottom:.75em;display:flex}.slfy-checkout .checkout-layout .order-summary .cart-totals .row .label{white-space:nowrap;flex-grow:1}.slfy-checkout .checkout-layout .order-summary .cart-totals .row .value{white-space:nowrap;text-align:right;font-weight:400}.slfy-checkout .checkout-layout .order-summary .cart-totals .row .value.gray{opacity:.45;white-space:normal;font-size:.875em;font-weight:400}.slfy-checkout .checkout-layout .order-summary .cart-totals .row .value .recurring-payment{margin-top:.25em;font-size:.625em}.slfy-checkout .checkout-layout .order-summary .cart-totals .subtotals{margin-bottom:1.25em}.slfy-checkout .checkout-layout .order-summary .cart-totals .totals .row{margin:0}.slfy-checkout .checkout-layout .order-summary .cart-totals .totals .row .label,.slfy-checkout .checkout-layout .order-summary .cart-totals .totals .row .value{font-size:1.5em;font-weight:700}.slfy-checkout .checkout-layout .order-summary .payment-error-container{color:#fff;background-color:#ff4949;border-radius:.25em;align-items:flex-start;margin-top:1.875em;padding:.875em 1em;display:flex}.slfy-checkout .checkout-layout .order-summary .payment-error-container .icon-container{width:1.25em;height:1.25em;flex-shrink:0;margin-right:.5em}.slfy-checkout .checkout-layout .order-summary .payment-error-container .error-message{margin-top:.125em;font-size:.875em;font-weight:600;line-height:1.25}.slfy-checkout .checkout-layout .order-summary .payment-error-container .error-message a{color:currentColor;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.slfy-checkout .checkout-layout .order-summary .subscription-info{opacity:.45;text-align:center;margin-top:1.25em;font-size:.875em}.vat-validator{min-height:3em;width:3em;color:#00b140;justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.vat-validator .certificate-icon{width:1.33em;height:1.33em;opacity:1;color:currentColor}.vat-validator .certificate-icon.invalid{color:#ff4949}.vat-validator.loading{color:currentColor}.vat-validator.hidden{opacity:0}.natural .fields-r.two{flex-grow:2}.natural .fields-r.three{flex-grow:3}.natural .fields-r.four{flex-grow:4}.natural .fields-r.five{flex-grow:5}.natural .fields-r.six{flex-grow:6}.natural .fields-r.seven{flex-grow:7}.natural .fields-r.eight{flex-grow:8}.natural .fields-r .field-r{min-width:min-content;flex-basis:1%}.natural .fields-r .field-r.two{flex-grow:2}.natural .fields-r .field-r.three{flex-grow:3}.natural .fields-r .field-r.four{flex-grow:4}.natural .fields-r .field-r.five{flex-grow:5}.natural .fields-r .field-r.six{flex-grow:6}.natural .fields-r .field-r.seven{flex-grow:7}.natural .fields-r .field-r.eight{flex-grow:8}.fields-r{flex-wrap:wrap;flex-grow:1;flex-basis:10em;gap:1.25em;margin-bottom:1em;display:flex}.fields-r>.fields-r{flex-basis:50%;margin-bottom:0}.fields-r:last-child{margin-bottom:unset}.fields-r .field-r{margin-bottom:unset;min-width:22ch;flex-grow:1;flex-basis:33.3333%;transition:all .32s}.field-r{flex-direction:column;align-items:flex-start;margin-bottom:1em;display:flex}.field-r.select .input-wrap{position:relative}.field-r.select .input-wrap:after{content:"";width:1.25em;height:1.25em;height:100%;z-index:-1;background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;top:0;right:.875em;mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"></polyline></svg>");mask-position:50%;mask-size:contain;mask-repeat:no-repeat}.field-r .input-wrap>select{min-height:3em;border:1px solid var(--input-border-color);width:100%;color:inherit;appearance:none;cursor:pointer;background:0 0;border-radius:.25em;flex-grow:1;padding:.75em .875em;font-family:inherit;font-size:1em;display:block}.field-r .input-wrap>select>option{color:initial}.tooltip-wrapper{-webkit-user-select:none;user-select:none;position:relative}.tooltip-wrapper.enabled .element{opacity:.32;pointer-events:none}.shipping-methods .method-container.local-pickup .method{display:block}.shipping-methods .method-container.local-pickup .method .overview-container{min-height:2.375em;flex-direction:row;align-items:center;display:flex}.shipping-methods .method-container.local-pickup .method .overview-container .meta-info{will-change:max-height,opacity,margin;max-height:1em;opacity:.6;transition:all 80ms 80ms}.shipping-methods .method-container.local-pickup .method .expanded-container{max-height:0;opacity:0;pointer-events:none;will-change:max-height,opacity;padding-left:2.125em;transition:all .16s;display:flex;transform:translateY(-1em)}@media screen and (max-width:767px){.shipping-methods .method-container.local-pickup .method .expanded-container{flex-direction:column}}.shipping-methods .method-container.local-pickup .method .expanded-container .block{font-size:.875em;line-height:1.35}.shipping-methods .method-container.local-pickup .method .expanded-container .block:not(:first-child){padding-left:3em}@media screen and (max-width:767px){.shipping-methods .method-container.local-pickup .method .expanded-container .block:not(:first-child){padding-left:unset;margin-top:1em}}.shipping-methods .method-container.local-pickup .method.selected{pointer-events:all;cursor:default}.shipping-methods .method-container.local-pickup .method.selected:after{content:unset}.shipping-methods .method-container.local-pickup .method.selected .overview-container .meta-info{margin-top:unset;max-height:0;opacity:0;transition:max-height .16s}.shipping-methods .method-container.local-pickup .method.selected .expanded-container{max-height:7em;opacity:1;pointer-events:all;padding-bottom:.625em;transform:translateY(0)}@media screen and (max-width:767px){.shipping-methods .method-container.local-pickup .method.selected .expanded-container{max-height:10em}}.payment-section{margin-top:1.875em}.payment-select-wrap:not(:last-child){margin-bottom:1.25em}.payment-methods{flex-wrap:wrap;align-items:flex-start;margin:-.5em;display:flex}.payment-methods .method-container{flex-wrap:wrap;flex-grow:1;flex-basis:50%;justify-content:center;align-items:center;padding:.5em;display:flex}@media screen and (max-width:991px){.payment-methods .method-container{max-width:unset}}.payment-methods .method-container .method{width:100%;min-height:3em;cursor:pointer;backface-visibility:hidden;-webkit-user-select:none;user-select:none;box-shadow:0 0 0 .0625rem var(--input-border-color);border-radius:.25rem;flex-direction:row;align-items:center;padding:.3125em .75em;transition:all .16s;display:flex;position:relative}.payment-methods .method-container .method:after{content:"";background-color:var(--checkout-accent);opacity:0;z-index:-1;transition:all .16s;position:absolute;inset:0}.payment-methods .method-container .method .selection-mark{width:1.125em;height:1.125em;box-shadow:0 0 0 .0625rem var(--input-border-color);border-radius:2em;justify-content:center;align-items:center;margin-right:1em;display:flex}.payment-methods .method-container .method .selection-mark svg{width:.75em;height:.75em;opacity:0;transition:all .16s}.payment-methods .method-container .method .right-aligned{margin-left:auto;padding-left:1em}.payment-methods .method-container .method .right-aligned .card-icons{height:19px;display:block}.payment-methods .method-container .method .title{height:1em;white-space:nowrap;font-size:.875em;font-weight:600;line-height:1;transition:all .16s;bottom:0;left:0}.payment-methods .method-container .method .method-icon{height:1.25em;width:1.25em;flex-shrink:0;margin-right:.5em}.payment-methods .method-container .method .method-icon *{transition:all .16s}.payment-methods .method-container .method:hover:after{opacity:.1}.payment-methods .method-container .method.selected{pointer-events:none}.payment-methods .method-container .method.selected .selection-mark{background-color:var(--checkout-accent);box-shadow:none}.payment-methods .method-container .method.selected .selection-mark svg{opacity:1}.shipping-section{margin-top:1.875em}.shipping-methods{flex-direction:column;display:block}@media screen and (max-width:767px){.shipping-methods{flex-wrap:wrap}}.shipping-methods .method-container{flex-grow:1;justify-content:center;align-items:center;display:flex}@media screen and (max-width:767px){.shipping-methods .method-container{max-width:unset}}.shipping-methods .method-container:first-child .method{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.shipping-methods .method-container:last-child .method{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.shipping-methods .method-container:not(:last-child) .method{border-bottom:none}.shipping-methods .method-container .method{width:100%;min-height:3em;cursor:pointer;backface-visibility:hidden;-webkit-user-select:none;user-select:none;border:.0625rem solid var(--input-border-color);flex-direction:row;align-items:center;padding:.3125em .75em;transition:all .16s;display:flex;position:relative}.shipping-methods .method-container .method:after{content:"";background-color:var(--checkout-accent);opacity:0;z-index:-1;transition:all .16s;position:absolute;inset:0}.shipping-methods .method-container .method .selection-mark{width:1.125em;height:1.125em;box-shadow:0 0 0 .0625rem var(--input-border-color);border-radius:2em;flex-shrink:0;justify-content:center;align-items:center;margin-right:1em;display:flex}.shipping-methods .method-container .method .selection-mark svg{width:.75em;height:.75em;opacity:0;transition:all .16s}.shipping-methods .method-container .method .right-aligned{margin-left:auto;padding-left:1em}.shipping-methods .method-container .method .right-aligned .card-icons{height:19px;display:block}.shipping-methods .method-container .method .title{white-space:nowrap;margin-right:1em;font-size:.875em;font-weight:600;line-height:1;transition:all .16s;bottom:0;left:0;overflow:hidden}.shipping-methods .method-container .method .title .meta-info{text-overflow:ellipsis;opacity:.6;margin-top:.3125em;font-size:.875em;font-weight:400;overflow:hidden}.shipping-methods .method-container .method .amount{opacity:.88;margin-left:auto}.shipping-methods .method-container .method .method-icon{height:1.25em;width:1.25em;flex-shrink:0;margin-right:.5em}.shipping-methods .method-container .method .method-icon *{transition:all .16s}.shipping-methods .method-container .method:hover:after{opacity:.1}.shipping-methods .method-container .method.selected{pointer-events:none}.shipping-methods .method-container .method.selected .selection-mark{background-color:var(--checkout-accent);box-shadow:none}.shipping-methods .method-container .method.selected .selection-mark svg{opacity:1}@keyframes pulseLoad{0%{opacity:.15}to{opacity:.4}}.card-payment{position:relative}.card-payment .spinner.stripe{height:100%;width:100%;position:absolute}.card-payment .field-r{opacity:0;pointer-events:none;transition:all .16s}@media screen and (min-width:768){.card-payment .field-r{transform:translateY(-1.25em)}}.card-payment.visible .field-r{pointer-events:all;opacity:1;transform:translateY(0)}.mock-input{width:100%}.mock-input .StripeElement{width:100%;min-height:3em;border:1px solid var(--input-border-color);color:inherit;border-radius:.25rem;padding:.875em;font-family:inherit;font-size:1em;display:block}.mock-input .StripeElement--focus{outline-width:2px;outline-style:none;outline-color:var(--checkout-focus);box-shadow:0 0 0 2px var(--checkout-focus)}.mock-input.error{border-color:#ff4949}.checkout-action .payment-paypal{animation:fadeInPayments .32s;position:relative}.checkout-action .payment-paypal.loading{filter:grayscale();pointer-events:none}.checkout-action .payment-paypal.loading .paypal-buttons-disabled{transition:opacity .16s;animation:pulseLoad .7s infinite alternate both}.checkout-action .payment-paypal .spinner.large{height:55px;position:absolute;top:0}.security-details{flex-wrap:wrap;margin-top:1.5em;display:flex}.security-details .security-item{opacity:1;min-width:190px;flex:50%;padding-right:1em}.security-details .security-item .item-title{align-items:center;margin-bottom:.5em;font-weight:600;display:flex}.security-details .security-item .item-title .icon{width:1.5em;height:1.5em;opacity:.8;flex-shrink:0;margin-right:.375em}.security-details .security-item .description{max-width:30ch;opacity:.6;line-height:1.4}.security-details .security-item .description a{color:currentColor;opacity:.8;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;transition:all .16s;display:block}.security-details .security-item .description a:hover{opacity:1}.stripe-error-container{color:#fff;background-color:#ff4949;border-radius:.25em;align-items:flex-start;padding:.875em 1em;display:flex}.stripe-error-container .icon-container{width:1.25em;height:1.25em;flex-shrink:0;margin-right:.5em}.stripe-error-container .error-message{margin-top:.125em;font-size:.875em;font-weight:600;line-height:1.25}.carousel-react{flex-direction:column;display:flex;position:sticky;top:1.875rem}.carousel-react.first .controls .control.prev,.carousel-react.last .controls .control.next{opacity:0!important;pointer-events:none!important}.carousel-react .slides-container{width:100%;flex-shrink:1;position:relative}@media screen and (max-width:991px){.carousel-react .slides-container{max-height:unset;aspect-ratio:4/3}}.carousel-react .slides-container .controls{height:100%;width:100%;z-index:100;pointer-events:none;align-items:center;font-size:1rem;display:flex;position:absolute;inset:0}@media screen and (max-width:991px){.carousel-react .slides-container .controls{z-index:5}}.carousel-react .slides-container .controls .spacer{flex-grow:1}.carousel-react .slides-container .controls .control{cursor:pointer;width:2.75em;height:2.75em;color:#333;opacity:0;pointer-events:all;-webkit-user-select:none;user-select:none;background-color:#fff;border-radius:1.5em;justify-content:center;align-items:center;margin:1em;transition:all .16s;display:flex;top:50%;box-shadow:0 .125rem .25rem #00000029}.carousel-react .slides-container .controls .control .icon{width:1.5rem;height:1.5rem}.carousel-react .slides-container .controls .control.prev{left:0;transform:translate(-1em)}.carousel-react .slides-container .controls .control.next{right:0;transform:translate(1em)}@media screen and (max-width:991px){.carousel-react .slides-container .controls .control.nav{display:none}}.carousel-react .slides-container .controls .control.fullscreen{width:auto;height:auto;z-index:150;border-radius:1.5em;padding:.5em;font-size:.875em;position:absolute;top:0;right:0;transform:scale(.94)}@media screen and (max-width:991px){.carousel-react .slides-container .controls .control.fullscreen{opacity:1;transform:none}}.carousel-react .slides-container .controls .control.fullscreen .info-text{max-width:0;opacity:0;white-space:nowrap;margin-left:0;transition:all .16s;overflow:hidden}.carousel-react .slides-container .controls .control.fullscreen .icon{width:1.25em;height:1.25em}.carousel-react .slides-container .controls .control.fullscreen:hover{border-radius:.5em}.carousel-react .slides-container .controls .control.fullscreen:hover .info-text{max-width:140px;opacity:1;margin-left:.25ch}.carousel-react .slides-container:hover .controls .control{transform:unset;opacity:1}.carousel-react .slides-container .slides{aspect-ratio:4/3;overscroll-behavior:contain;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x;width:100%;border:1px solid #cccccc40;border-radius:.375em;align-items:center;display:flex;position:relative;overflow-x:auto;overflow-y:hidden}.carousel-react .slides-container .slides::-webkit-scrollbar{display:none}.carousel-react .slides-container .slides .slide{scroll-snap-align:center;scroll-snap-stop:always;height:100%;width:100%;z-index:1;-webkit-user-select:none;user-select:none;flex-shrink:0;position:relative;overflow:hidden}.carousel-react .slides-container .slides .slide .preview-backdrop{filter:blur(3rem);height:150%;width:150%;z-index:1;opacity:.04;background-size:cover;position:absolute;inset:-25%}.carousel-react .slides-container .slides .slide .preview{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:scale-down;z-index:2;display:block;position:absolute;inset:0}.carousel-react .slides-container .slides .slide iframe{width:100%;height:100%;position:absolute;inset:0;height:100%!important;width:100%!important}.carousel-react .thumbnails{white-space:nowrap;margin-top:1.25rem;overflow:hidden}.carousel-react .thumbnails .thumbnail{cursor:pointer;width:60px;aspect-ratio:4/3;opacity:.4;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #cccccc40;border-radius:3px;margin:0 .625rem 0 0;transition:all .1s;display:inline-block;position:relative}.carousel-react .thumbnails .thumbnail .icon{display:none}.carousel-react .thumbnails .thumbnail.active{cursor:default;opacity:1;pointer-events:none}.carousel-react .thumbnails .thumbnail:last-child{margin-right:0}.carousel-react .thumbnails .thumbnail:hover{opacity:1}.carousel-react .fslightbox-container .fslightbox-full-dimension .fslightbox-source-inner{width:100%;height:100%;justify-content:center;align-items:center;display:flex}.carousel-react .fslightbox-container .fslightbox-full-dimension .fslightbox-source-inner .video-container{max-width:960px;position:relative;width:80%!important;height:auto!important}.carousel-react .fslightbox-container .fslightbox-full-dimension .fslightbox-source-inner .video-container .inner-container{height:0;padding-bottom:75%;position:relative}.carousel-react .fslightbox-container .fslightbox-full-dimension .fslightbox-source-inner .video-container .inner-container iframe{height:100%;width:100%;position:absolute}.carousel-react .fslightbox-container .fslightbox-nav .fslightbox-toolbar .fslightbox-toolbar-button:first-child{display:none!important}.carousel-react .fslightbox-fade-out-strong{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s;animation:none}.field-pwyw{width:100%;flex-direction:column;align-items:flex-start;display:flex}.field-pwyw:last-child{margin-bottom:0}.field-pwyw.mono input,.field-pwyw.mono .input-wrap>input{font-family:monospace}.field-pwyw.small .input-wrap>input{min-height:1em;padding:.625em}.field-pwyw .message{opacity:.45;-webkit-user-select:none;user-select:none;margin-top:.5em;font-size:.875em;display:flex}.field-pwyw .message .info-icon{width:1em;height:1em;flex-shrink:0;margin:.0625em .25em .0625em 0}.field-pwyw .message p{font-size:1em;line-height:1.15}.field-pwyw .message.error{color:#ff4949;opacity:1;display:none}.field-pwyw.error label{color:#ff4949}.field-pwyw.error .input-wrap>input{border-color:#ff4949}.field-pwyw.error .input-wrap>input:focus{outline-color:#ff4949}.field-pwyw.error .message.error{display:block}.field-pwyw.valid .input-wrap>input{border-color:#00b140}.field-pwyw.right{align-items:flex-end}.field-pwyw label{-webkit-user-select:none;user-select:none;font-size:1em}.field-pwyw label .optional{opacity:.45;margin-left:.25em;font-size:.75em}.field-pwyw>label{opacity:.88;white-space:nowrap;color:inherit;align-items:center;margin-bottom:.375em;font-size:1em;display:flex}.field-pwyw>label>.info-icon{width:1em;height:1em;opacity:.45;margin-left:.25em}.field-pwyw input[type=checkbox],.field-pwyw button{outline-offset:.0625rem}.field-pwyw input{outline-offset:-.0625rem}.field-pwyw>input{min-height:3em;border:1px solid var(--input-border-color);color:inherit;border-radius:.25rem;padding:.75em .875em;font-family:inherit;font-size:1em;display:block}.field-pwyw .input-wrap{border:1px solid var(--input-border-color);width:100%;border-radius:.25em;display:flex;position:relative}.field-pwyw .input-wrap:focus-within{outline-width:2px;outline-style:none;outline-color:var(--checkout-focus);box-shadow:0 0 0 2px var(--checkout-focus)}.field-pwyw .input-wrap>input{min-height:3em;color:inherit;text-align:center;width:100%;appearance:none;-moz-appearance:textfield;border:none;flex-grow:1;padding:.75em .875em;font-family:inherit;font-size:1em;display:block}.field-pwyw .input-wrap>input::-webkit-outer-spin-button,.field-pwyw .input-wrap>input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.field-pwyw .input-wrap>input:focus:is(:focus-visible){box-shadow:none;outline:none}.field-pwyw .input-wrap>.prefix{-webkit-user-select:none;user-select:none;color:currentColor;justify-content:center;align-items:center;padding:0 .875rem;font-size:1em;font-weight:700;display:flex}.field-pwyw .input-wrap>.prefix.translucent{color:#0000;opacity:0}.field-pwyw .input-wrap>button,.field-pwyw .input-wrap .button{margin-left:.625em}.field-pwyw .checkbox{display:flex;position:relative}.field-pwyw .checkbox label{cursor:pointer;color:inherit;padding-left:.5em;line-height:1.2;display:block}.field-pwyw .checkbox label>a{color:currentColor;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:.0625em;transition:all .16s}.field-pwyw .checkbox label>a:hover,.field-pwyw .checkbox label>a:focus{color:var(--checkout-accent)}.field-pwyw .checkbox input{appearance:none;border:1px solid var(--input-border-color);cursor:pointer;height:1em;margin:unset;width:1em;border-radius:.25rem;flex-shrink:0;font-size:1em;display:block}.field-pwyw .checkbox input:checked{background-color:var(--checkout-accent);border-color:var(--checkout-accent)}.field-pwyw .checkbox input:checked+label:before{content:"";width:1em;height:1em;text-align:center;background-color:#fff;display:block;position:absolute;top:0;left:0;mask-image:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>");mask-position:50%;mask-size:.75em;mask-repeat:no-repeat}.slfy-checkout.product{flex-direction:column;display:flex}@media screen and (max-width:991px){.slfy-checkout.product{overflow:unset}}.slfy-checkout.product .checkout-wrap{flex-grow:1}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container{max-height:100%;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.25rem;display:flex}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description{flex-grow:1;overflow-x:hidden;overflow-y:auto}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description b,.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description strong{font-weight:700}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description i,.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description em{font-style:italic}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description ol{padding-left:1.5em}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description ul{padding-left:1em}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description ol li{list-style-type:decimal}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description ul li{margin-bottom:5px;list-style-type:disc}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description table{width:100%;margin-block:1em;overflow:hidden}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description table tr td{border:1px solid;padding-block:.5em;padding-inline:.75em}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description img{max-width:100%;height:unset;display:block}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description iframe{aspect-ratio:16/9;max-width:100%;height:auto}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .description div[data-block=layout]{flex-wrap:wrap;display:flex}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .button-container{width:100%;flex-direction:column;gap:.5em;display:flex}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .button-container .file-info{opacity:.6;text-align:center;font-size:.875em}.slfy-checkout.product .checkout-wrap .checkout-layout .column .column-container .printful-size-guide{opacity:.7;margin-left:auto;font-size:.875em}.slfy-checkout.product .checkout-wrap .column-container .price{color:var(--section-heading-color);font-size:1.5em;font-weight:600}.slfy-checkout.product .checkout-wrap .column-container .price .old-price{opacity:.6;font-size:.75em;font-weight:400;text-decoration:line-through;display:block}.slfy-checkout.product .checkout-wrap .column-container .field-r{width:100%;margin-bottom:0}@keyframes fadeIn{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:all}}@keyframes flyIn{0%{opacity:0;transform:translateY(1.25rem)scale(.98)}to{opacity:1;transform:translateY(0)}}.modal-overlay{opacity:1;will-change:opacity;z-index:5000;background-color:#0006;padding:.625rem;animation:fadeIn .24s;display:flex;position:fixed;inset:0}.modal-overlay.closing{opacity:0;pointer-events:none;transition:opacity .24s;animation:none}.modal-overlay.closing .modal{opacity:0;animation:none;transform:translateY(1.25rem)scale(.98)}.modal-overlay .modal{color:#111;max-width:50em;width:100%;will-change:auto;cursor:default;height:80vh;max-height:1100px;background:#fff url(https://static.sellfy.com/assets/images/public/1603706763.loader.gif) 50%/50px 50px no-repeat;border:1px solid #0000;border-radius:.2857rem;margin:auto;transition:all .24s;animation:flyIn .24s;position:relative;box-shadow:0 .5rem 1rem #0000003d}.modal-overlay .modal>.close{cursor:pointer;z-index:1;opacity:.8;color:#00000059;width:2.25rem;height:2.25rem;padding:.625rem 0 0;font-size:1.25em;position:absolute;top:.625rem;right:.625rem}.modal-overlay .modal iframe{width:100%;height:100%}.modal-overlay .modal-click-outside-area{z-index:-1;position:absolute;inset:0}.segmented .slfy-checkout.product.upsell .draft-messages{margin-bottom:1rem}.segmented .slfy-checkout.product.upsell .checkout-wrap .checkout-layout{background-color:var(--card-background)}.slfy-checkout.product.upsell .draft-messages{margin-bottom:1rem}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout{background-color:#ffffff0f;border-radius:.375rem;align-items:center;margin:auto .625rem;animation:fadeInItem .16s;box-shadow:0 .125rem .5rem #00000024;height:unset!important}@media screen and (max-width:991px){.slfy-checkout.product.upsell .checkout-wrap .checkout-layout{margin:unset}}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section{flex-basis:50%;padding:1.875rem}@media screen and (max-width:991px){.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section{width:100%;flex-basis:unset}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section.preview{padding:0}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section.right{padding:1.875rem 1.25rem}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section.right .add-to-cart{flex-direction:column}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section.right .upsell-form{align-items:center}}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .carousel-react .controls{font-size:.875rem}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section.right .column-contain{justify-content:center;align-items:center}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .upsell-form{width:100%;flex-direction:column;align-items:flex-start;display:flex}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .upsell-form .field.product-name{color:currentColor;margin-bottom:.625em;font-size:1.5em;font-weight:700;line-height:normal}@media screen and (max-width:991px){.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .upsell-form .field.product-name{text-align:center}}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .upsell-form .field .price-container{align-items:center;margin-bottom:1.875em;display:flex}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .upsell-form .field .price-container .old-price{color:#999;font-size:1.5em;line-height:1;text-decoration:line-through}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .upsell-form .field .price-container .price{margin-left:.5ch;font-size:2em;font-weight:700;line-height:1}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .upsell-form .add-to-cart{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .upsell-form .add-to-cart .no-thanks{color:inherit;opacity:.6;transition:all .16s}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .upsell-form .add-to-cart .no-thanks:hover{color:#ff4949;opacity:1}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .upsell-form .field-r{width:auto;margin-bottom:1rem}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .upsell-form .field-r.select.variant{justify-content:center;align-items:center}.slfy-checkout.product.upsell .checkout-wrap .checkout-layout .section .upsell-form .field-r.select.variant .input-wrap>select{padding-right:4ch}.embed-checkout .slfy-store{width:100%;min-height:100%;max-height:100%;overflow-y:auto}@media screen and (max-width:991px){.embed-checkout .slfy-store{height:unset}}.embed-checkout .slfy-store .checkout-react{height:100%;flex-grow:1;justify-content:flex-start;align-items:flex-start;padding-block:1.25rem}.embed-checkout .slfy-store .checkout-react>.container,.embed-checkout .slfy-store .checkout-react>.container .slfy-checkout{height:100%}.embed-checkout .slfy-store .checkout-react>.container .slfy-checkout .checkout-layout{height:calc(100% + 3.75rem)}.embed-checkout .slfy-store .checkout-react>.container .slfy-checkout .checkout-layout .column.sidebar{width:clamp(20em,35vw,28em)}@media screen and (max-width:991px){.embed-checkout .slfy-store .checkout-react>.container .slfy-checkout .checkout-layout .column.sidebar{width:unset}}.embed-checkout .slfy-store .checkout-react>.container .slfy-checkout.empty{justify-content:center;align-items:center;display:flex}.embed-checkout .slfy-store .checkout-react>.container .slfy-checkout .login-message{display:none}.wix{overflow:hidden}.wix .slfy-store{max-height:100%;overflow-x:hidden;overflow-y:auto}@keyframes loaderSpinning{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.slfy-checkout{color:var(--checkout-text-color);-webkit-tap-highlight-color:transparent;min-height:60vh;position:relative}.slfy-checkout a,.slfy-checkout .link{color:var(--checkout-accent);opacity:.8}.slfy-checkout a:hover,.slfy-checkout .link:hover{color:var(--checkout-accent);opacity:1}.slfy-checkout.preload{height:100%}.slfy-checkout.preload .spinner.large{height:100%;width:100%;position:absolute}.slfy-checkout ::selection{color:inherit;background:#d6e5ff}.slfy-checkout .separator{height:1px;width:100%;background-color:var(--input-border-color);margin:1.25em 0}.slfy-checkout .draft-messages{margin-top:-1rem;margin-bottom:1.875rem}.slfy-checkout .draft-messages .message{-webkit-user-select:none;user-select:none;border-radius:.25rem;justify-content:space-between;align-items:center;padding:1rem 1.125rem;font-size:.875rem;display:flex}.slfy-checkout .draft-messages .message.info{color:#3498db;background-color:#3498db29;box-shadow:0 2px 16px #3498db14}.slfy-checkout .draft-messages .message.warning{color:#fff;background-color:#e67e22;box-shadow:0 2px 16px #e67e2214}.slfy-checkout .draft-messages .message.success{color:#26c485;background-color:#26c48529;box-shadow:0 2px 16px #26c48514}.slfy-checkout .draft-messages .message.error{color:#e74c3c;background-color:#e74c3c29;box-shadow:0 2px 16px #e74c3c14}.slfy-checkout .draft-messages .message.notice{color:#7841a7;background-color:#e8dbf2;box-shadow:0 2px 16px #e8dbf214}.slfy-checkout .draft-messages .message .labeled{flex-direction:row;align-items:center;gap:1rem;display:flex}.slfy-checkout .draft-messages .message .labeled>.ui.label.small{margin:unset;min-height:unset;line-height:normal;min-width:unset!important;padding-block:.25rem!important}.slfy-checkout .draft-messages .message .labeled>.ui.label.circural{padding-left:.75em!important;padding-right:.75em!important}.slfy-checkout .draft-messages .message .labeled>.ui.label.purple{background-color:#8a4dbf!important;border-color:#8a4dbf!important}.slfy-checkout .draft-messages .message .action{cursor:pointer;justify-content:center;align-items:center;font-weight:700;text-decoration:none;display:flex}@media screen and (max-width:991px){.slfy-checkout .draft-messages .message .action{display:none}}.slfy-checkout .draft-messages .message .action>.icon{width:1em;height:1em;display:inline-block}.slfy-checkout .draft-messages .message .action:hover{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.slfy-checkout .draft-messages .message a{color:inherit;font-weight:700;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}@media screen and (max-width:991px){.slfy-checkout.cart .checkout-layout>.column.section{margin-bottom:1.875em}}.slfy-checkout .title-container{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.slfy-checkout .title-container h2{color:var(--title-color);font-size:2.125em;font-weight:700}.slfy-checkout .express-checkout{max-width:100%;overflow:hidden}.slfy-checkout .step-container{border-bottom:1px solid var(--input-border-color);margin-bottom:1.25em;padding-bottom:.625em}.slfy-checkout .step-container .steps{margin:-.625em;display:flex}.slfy-checkout .step-container .steps .step{color:inherit;padding:.625em;text-decoration:none}.slfy-checkout .step-container .steps .step.active{pointer-events:none;font-weight:600}.slfy-checkout .step-container .steps .step.active+.step{pointer-events:none;opacity:.5}.slfy-checkout .app-error{width:100%;justify-content:center;align-items:center;padding:1.875em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex}.slfy-checkout .app-error .developer-content{max-width:420px;opacity:.6;border:1px solid #0000001a;border-radius:.5rem;margin-top:5rem;padding:.75rem 1rem}.slfy-checkout .app-error .message{flex-direction:column;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;display:flex}.slfy-checkout .app-error .message .content{justify-content:center;align-items:center;margin-bottom:1.875em;display:flex}.slfy-checkout .app-error .message .content .icon{width:1.5rem;height:1.5rem;fill:currentColor;margin-right:.5em}.slfy-checkout .checkout-action:not(:first-child){margin-top:1.875em}.slfy-checkout .checkout-action .payment-paypal{margin-bottom:-16px}.slfy-checkout .express-divider{opacity:.24;justify-content:center;align-items:center;margin-block:1.75em;font-size:.75em;font-weight:700;display:flex;position:relative}.slfy-checkout .express-divider:before,.slfy-checkout .express-divider:after{content:"";height:1px;width:calc(50% - 2em);opacity:.5;background-color:currentColor;position:absolute;top:50%;left:0;transform:translateY(-50%)}.slfy-checkout .express-divider:after{left:unset;right:0}.slfy-checkout .checkout-form{transition:opacity .16s;animation:fadeInItem .16s both}.slfy-checkout .checkout-form>*{backface-visibility:visible;transition:all .16s}.slfy-checkout .checkout-form.empty-state{min-height:35vh}.slfy-checkout .checkout-form.loading{opacity:.5}.slfy-checkout .checkout-form .title-layout{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5em;margin-bottom:1.25em;display:flex}.slfy-checkout .checkout-form .title-layout:not(:first-child){margin-top:1.75em}.slfy-checkout .checkout-form .title-layout h3{margin-bottom:unset}.slfy-checkout .checkout-form .express-divider{opacity:.16;justify-content:center;align-items:center;margin-block:1.75em;font-size:.75em;font-weight:700;display:flex;position:relative}.slfy-checkout .checkout-form .express-divider:before,.slfy-checkout .checkout-form .express-divider:after{content:"";height:1px;width:calc(50% - 2em);opacity:.5;background-color:currentColor;position:absolute;top:50%;left:0;transform:translateY(-50%)}.slfy-checkout .checkout-form .express-divider:after{left:unset;right:0}.slfy-checkout .login-message{font-size:.875em}.slfy-checkout .login-message .deemphasis{opacity:.6}.slfy-checkout .login-message .link{cursor:pointer}.slfy-checkout .payer-information{-webkit-user-select:none;user-select:none}.slfy-checkout .payer-information.expanded .details .segment .title{width:16ch;flex-shrink:0}.slfy-checkout .payer-information .edit{z-index:-1;appearance:none;color:var(--checkout-accent);opacity:.8;outline-offset:1px;background:0 0;border:none;margin:-.5em -.875em;padding:.5em .875em;font-family:inherit;font-size:.875em;line-height:1;transition:all .16s;position:absolute;top:1.625em;right:1.5em}.slfy-checkout .payer-information .details{border:1px solid var(--input-border-color);cursor:pointer;z-index:1;padding:1.25em;line-height:1.15;transition:all .16s;position:relative}.slfy-checkout .payer-information .details .segment{max-width:calc(100% - 60px);text-overflow:ellipsis;flex-wrap:wrap;line-height:1.3;display:flex;overflow:hidden}.slfy-checkout .payer-information .details .segment:not(:first-child){margin-top:1em}.slfy-checkout .payer-information .details .segment *{text-overflow:ellipsis;overflow:hidden}.slfy-checkout .payer-information .details .segment .title{opacity:.6;margin-right:.5ch}@media screen and (max-width:991px){.slfy-checkout .payer-information .details .segment .title{margin-bottom:.25em}}.slfy-checkout .payer-information .details:hover{border-color:currentColor}.slfy-checkout .payer-information .details:hover .edit{opacity:1}.slfy-checkout .payer-information .field-r{z-index:2;margin-top:1em;margin-bottom:0}.slfy-checkout .checkout-layout{margin:-1.875em;display:flex}@media screen and (max-width:991px){.slfy-checkout .checkout-layout{margin:-.625rem -1rem}.slfy-checkout .checkout-layout .order-summary{animation:fadeInItem .16s both}}.slfy-checkout .checkout-layout>.column{padding:1.875em}@media screen and (max-width:991px){.slfy-checkout .checkout-layout>.column{padding:.625rem 1rem}}.slfy-checkout .checkout-layout>.column.section{flex-grow:1;overflow:hidden}.slfy-checkout .checkout-layout>.column.section .column-container{max-width:660px}@media screen and (max-width:991px){.slfy-checkout .checkout-layout>.column.section .column-container{max-width:unset}}.slfy-checkout .checkout-layout>.column.sidebar{width:clamp(20em,35vw,25em);flex-shrink:0}@media screen and (max-width:991px){.slfy-checkout .checkout-layout>.column.sidebar{width:unset}}.slfy-checkout .checkout-layout>.column.sidebar .column-container{top:var(--top-safe-area);position:sticky}@media screen and (max-width:991px){.slfy-checkout .checkout-layout>.column.sidebar .column-container{position:static}}.slfy-checkout .checkout-layout h3{color:var(--section-heading-color);margin-bottom:.833333em;font-size:1.5em;font-weight:600}.slfy-checkout .checkout-layout h3:not(:first-child){margin-top:1.75em}.slfy-checkout .checkout-layout h4{color:var(--section-heading-color);margin-bottom:.5em;font-size:1.125em;font-weight:600}.slfy-checkout .checkout-layout h4:not(:first-child){margin-top:1em}.slfy-checkout .checkout-layout .spacer{height:1em}.slfy-checkout .checkout-layout .divider{width:100%;text-align:center;opacity:.45;margin:3.5em 0;font-size:.75em;font-weight:600;position:relative}.slfy-checkout .checkout-layout .divider:before,.slfy-checkout .checkout-layout .divider:after{content:"";height:1px;width:calc(50% - 2.5ch);opacity:.25;background-color:currentColor;position:absolute;top:50%}.slfy-checkout .checkout-layout .divider:before{left:0}.slfy-checkout .checkout-layout .divider:after{right:0}@media screen and (max-width:991px){.slfy-checkout .checkout-layout{flex-direction:column}.slfy-checkout .checkout-layout .column.sidebar{max-width:unset;margin-top:1em}}.slfy-checkout .spinner{min-height:3em;width:100%;pointer-events:none;opacity:1;position:relative}.slfy-checkout .spinner:after{color:#0000}.slfy-checkout .spinner:before{content:"";width:1em;height:1em;visibility:visible;background-image:unset;z-index:101;border:.125em solid #0000;border-top-color:currentColor;border-radius:500rem;margin-top:-.5em;margin-left:-.5em;animation:loaderSpinning .4s linear infinite;position:absolute;top:50%;left:50%;box-shadow:0 0 0 1px #0000}.slfy-checkout .spinner.big:before{width:1.5em;height:1.5em;margin-top:-.75em;margin-left:-.75em}.slfy-checkout .spinner.large{height:6em}.slfy-checkout .spinner.large:before{width:1.5em;height:1.5em;margin-top:-.75em;margin-left:-.75em}.slfy-checkout button,.slfy-checkout .button{appearance:none;background-color:var(--button-color);color:var(--button-text-color);border:none;border:var(--button-outline)solid var(--button-text-color);border-radius:var(--button-radius);min-height:3em;cursor:pointer;outline-offset:1px;text-align:center;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:.875em 1.5em;font-family:inherit;font-size:1em;line-height:1;text-decoration:none;display:flex;position:relative;overflow:hidden}.slfy-checkout button:after,.slfy-checkout .button:after{content:"";background-color:var(--button-text-color);border-radius:var(--button-radius);z-index:1;mix-blend-mode:soft-light;width:100%;height:100%;z-index:1;opacity:0;transition:all .16s;position:absolute;top:0;left:0}.slfy-checkout button:hover:after,.slfy-checkout .button:hover:after{opacity:.15}.slfy-checkout button.small,.slfy-checkout .button.small{min-height:1em;padding:.625em 1.25em}.slfy-checkout button.loading,.slfy-checkout .button.loading{pointer-events:none;opacity:.68;color:#0000}.slfy-checkout button.loading:before,.slfy-checkout .button.loading:before{content:"";width:1em;height:1em;border-color:var(--button-text-color)transparent transparent transparent;visibility:visible;background-image:unset;opacity:1;mix-blend-mode:normal;background-color:#0000;border-style:solid;border-width:.125em;border-radius:500rem;margin-top:-.5em;margin-left:-.5em;transition:none;animation:loaderSpinning .4s linear infinite;position:absolute;top:50%;left:50%;box-shadow:0 0 0 1px #0000}.slfy-checkout button.disabled,.slfy-checkout .button.disabled{pointer-events:none;opacity:.5}.slfy-checkout button.fluid,.slfy-checkout .button.fluid{width:100%}.slfy-checkout button:active,.slfy-checkout .button:active{opacity:.8}.slfy-checkout button.large,.slfy-checkout .button.large{padding-top:1.125em;padding-bottom:1.125em;font-size:1.125em}.slfy-checkout .mobile{display:none}@media screen and (max-width:991px){.slfy-checkout .mobile{display:block}}.segmented .slfy-checkout .checkout-layout{margin:-.625rem -1.875em;display:flex}.segmented .slfy-checkout .checkout-layout>.column{padding:.625rem 1.875em}.segmented .slfy-checkout .checkout-layout>.column.section .column-container{max-width:760px}@media screen and (max-width:991px){.segmented .slfy-checkout .checkout-layout>.column.section .column-container{max-width:unset}}.segmented .slfy-checkout .checkout-layout>.column.sidebar{flex-basis:38ch}.segmented .slfy-checkout .checkout-layout .column-container{background-color:var(--card-background);border-radius:var(--card-radius);padding:1.875em}.slfy-store.logged-in .slfy-checkout .checkout-layout>.column.sidebar .column-container{top:calc(var(--top-safe-area) + 40px);position:sticky}.slfy-checkout.success .success-wrap{text-align:center;max-width:36em;flex-direction:column;align-items:center;margin-inline:auto;display:flex}@keyframes popInBottom{0%{opacity:0;transform:translateY(.125em)}to{opacity:1;transform:translateY(0)}}.slfy-checkout.success .animate-in{transform-origin:50%;animation:scaleIn .24s 80ms both}.slfy-checkout.success .animate-in.delayed{animation-delay:.24s}.slfy-checkout.success .txn-id{-webkit-user-select:all;user-select:all;padding:.25em .375em;font-family:monospace;font-size:.875em;position:relative}.slfy-checkout.success .txn-id:after{content:"";z-index:-1;opacity:.16;border:1px solid;border-radius:.25rem;position:absolute;inset:0}.slfy-checkout.success .icon{margin-bottom:.25em;font-size:4em}.slfy-checkout.success h2{margin-bottom:.75em;font-size:2em;font-weight:700}.slfy-checkout.success .button{color:var(--button-text-color);opacity:1;gap:1ch;margin-top:1em;transition:opacity .16s}.slfy-checkout.success .button:hover{color:var(--button-text-color);opacity:.8}.slfy-checkout.success .description{margin-bottom:1em;line-height:1.4}.slfy-checkout.success .description strong{font-weight:700}.slfy-checkout.success .notabene{opacity:.4;max-width:28em;padding-top:1.5em;margin-top:3em;padding-inline:1em;font-size:.875em;line-height:1.4;position:relative}.slfy-checkout.success .notabene:after{content:"";opacity:.32;border-top:1px solid;position:absolute;inset:0}.ui.form.fields-form{text-align:left;max-height:0;overflow:hidden}.ui.form.fields-form:not(:empty){max-height:60vh;margin-bottom:1.25rem;overflow-y:auto}@media screen and (max-width:991px){.ui.form.fields-form:not(:empty){max-height:unset}}.ui.form.fields-form .field.checkbox{color:currentColor;display:flex;position:relative;overflow:hidden}.ui.form.fields-form .field.checkbox label{-webkit-user-select:none;user-select:none;cursor:pointer;margin:unset;color:inherit;padding-left:.5em;font-size:1em;line-height:1em;display:block}.ui.form.fields-form .field.checkbox label>a{color:currentColor;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:.0625em;transition:all .16s}.ui.form.fields-form .field.checkbox label>a:hover,.ui.form.fields-form .field.checkbox label>a:focus{color:currentColor}.ui.form.fields-form .field.checkbox input{appearance:none;cursor:pointer;height:1em;margin:unset;width:1em;border:1px solid;border-radius:.25rem;flex-shrink:0;font-size:1em;display:block}.ui.form.fields-form .field.checkbox input:checked{border-color:currentColor}.ui.form.fields-form .field.checkbox input:checked+label:before{content:"";width:1em;height:1em;text-align:center;background-color:#fff;display:block;position:absolute;top:0;left:0;mask-image:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>");mask-position:50%;mask-size:.75em;mask-repeat:no-repeat}.ui.form.fields-form .field input[type=date]{cursor:pointer}.ui.form.fields-form .field label .optional,.ui.form.fields-form .field label .required{opacity:.6}.ui.form.fields-form .field label .required{font-size:.875em}.ui.form.fields-form .field textarea{height:8em;min-height:8em;max-height:16em}
/*# sourceMappingURL=checkout.css.map */

:root{--yarl__container_background_color:#000000e0}.unsegmented .ui.segment.reviews-segment{padding-top:2em}.unsegmented .ui.segment.reviews-segment:before{content:"";opacity:.12;background-color:currentColor;width:100%;height:1px;position:absolute;top:0}@keyframes fadeInCasual{0%{opacity:0}to{opacity:1}}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(1.5em)scale(.96)}to{opacity:1}}.ui.segment.reviews-segment{will-change:opacity;margin-top:1.25rem;animation:80ms fadeInCasual}.ui.segment.reviews-segment h3{margin-bottom:.5em;scroll-margin-top:5em;font-size:2em;font-weight:700}.ui.segment.reviews-segment .review-totals{gap:1ch;line-height:normal;display:flex}.ui.segment.reviews-segment .review-totals .stars{-webkit-user-select:none;user-select:none;gap:.125rem;display:flex}.ui.segment.reviews-segment .review-totals .stars .star{position:relative}.ui.segment.reviews-segment .review-totals .stars .star .half{opacity:.32;contain:paint;width:50%}.ui.segment.reviews-segment .review-totals .stars .star .half.selected{opacity:1}.ui.segment.reviews-segment .review-totals .stars .star .half:nth-child(2){direction:rtl;position:absolute;top:0;left:50%}.ui.segment.reviews-segment .single-review{will-change:opacity,transform;flex-direction:column;gap:.75em;margin-top:2.5em;line-height:1.33333;display:flex}.ui.segment.reviews-segment .single-review.loaded{animation:.32s both fadeInBottom}.ui.segment.reviews-segment .single-review.loaded:nth-of-type(3n-1){animation-delay:80ms}.ui.segment.reviews-segment .single-review.loaded:nth-of-type(3n){animation-delay:.16s}.ui.segment.reviews-segment .single-review .stars{-webkit-user-select:none;user-select:none;gap:.125rem;display:flex}.ui.segment.reviews-segment .single-review .stars .star{opacity:.24}.ui.segment.reviews-segment .single-review .stars .star svg{display:block}.ui.segment.reviews-segment .single-review .stars .star.selected{opacity:1}.ui.segment.reviews-segment .single-review .comment{white-space:pre-wrap;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.4}.ui.segment.reviews-segment .single-review .comment:empty{display:none}.ui.segment.reviews-segment .single-review .media{gap:.5em;display:flex}.ui.segment.reviews-segment .single-review .media .thumbnail{aspect-ratio:1;object-fit:cover;cursor:pointer;width:3.5em;height:3.5em}.ui.segment.reviews-segment .single-review .meta{flex-wrap:wrap;gap:1ch;font-size:.875em;display:flex}.ui.segment.reviews-segment .single-review .meta .author{font-weight:700}.ui.segment.reviews-segment .single-review .meta .date{opacity:.4}.ui.segment.reviews-segment .load-more{justify-content:center;align-items:center;padding-block:2em 1.5em;display:flex}@keyframes fadeOutBottom{0%{opacity:1}to{opacity:0;transform:translateY(1.5em)scale(.96)}}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1;-webkit-backdrop-filter:blur(.125rem);backdrop-filter:blur(.125rem)}}@keyframes fadeOutOverlay{0%{opacity:1;-webkit-backdrop-filter:blur(.125rem);backdrop-filter:blur(.125rem)}to{opacity:0}}.review-container{flex-direction:column;align-items:flex-end;display:flex}.review-container .title{margin-bottom:.5rem;font-weight:600}.review-container .stars{-webkit-user-select:none;user-select:none;cursor:pointer;gap:.0625em;display:flex}.review-container .stars .star{opacity:.32;transition:opacity 80ms}.review-container .stars .hoverwrap{gap:.0625em;display:flex}.review-container .stars .hoverwrap:hover>.star{opacity:1}.review-container .stars .star{line-height:normal;position:relative}.review-container .stars:not(:hover) .hoverwrap.selected .star{opacity:1}.review-container .stars:not(:hover) .hoverwrap:not(.selected) .star{opacity:.32}@keyframes pulse{0%{opacity:.1}50%{opacity:.5}to{opacity:.1}}.review-overlay{z-index:300;box-sizing:border-box;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#00000029;justify-content:center;align-items:center;padding:.5rem .5rem max(10vh,.5rem);animation:.24s both fadeOutOverlay;display:flex;position:fixed;inset:0}.review-overlay .close-modal{z-index:-1;position:absolute;inset:0}.review-overlay.visible{pointer-events:all;animation:.24s both fadeInOverlay}.review-overlay.visible .review-modal{animation:.24s both fadeInBottom}.review-overlay .review-modal{background-color:var(--modal-background);border-radius:var(--interface-radius);will-change:opacity,transform,min-height;flex-direction:column;width:100%;max-width:480px;min-height:3em;max-height:100%;padding:3em 2em 2em;transition:min-height .16s;animation:.24s both fadeOutBottom;display:flex;box-shadow:0 1rem 3rem #00000014}.review-overlay .review-modal:after{content:"";z-index:-1;pointer-events:none;background-color:#ffffff0a;position:absolute;inset:0}.review-overlay .review-modal.centered{text-align:center}.review-overlay .review-modal h3.ui.header{color:var(--title-color);font-size:2em;line-height:normal}.review-overlay .review-modal .description{margin-bottom:2em;line-height:1.33}.review-overlay .review-modal .description strong{font-weight:700}.review-overlay .review-modal .close-icon{cursor:pointer;box-sizing:border-box;opacity:.24;width:auto;height:auto;padding:1.25em;transition:all .16s;position:absolute;top:0;right:0}.review-overlay .review-modal .close-icon:hover{opacity:1;color:#f00505}.review-overlay .review-modal .ui.form{margin-top:2em}.review-overlay .review-modal .ui.form .field{position:relative}.review-overlay .review-modal .ui.form .field>input,.review-overlay .review-modal .ui.form .field textarea{-webkit-user-select:auto;user-select:auto;border-radius:var(--interface-radius);width:100%;font-size:1em}.review-overlay .review-modal .ui.form .field>input::placeholder,.review-overlay .review-modal .ui.form .field textarea::placeholder{opacity:.6}.review-overlay .review-modal .ui.form .field textarea{height:auto}.review-overlay .review-modal .ui.form .field .auto-input{cursor:pointer;opacity:1;contain:paint;border-radius:.25em;justify-content:center;align-items:center;padding:.375em .5em;font-size:.75em;font-weight:600;transition:all .16s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.review-overlay .review-modal .ui.form .field .auto-input:after{content:"";background-color:var(--text-color);opacity:.08;pointer-events:none;z-index:-1;position:absolute;inset:0}.review-overlay .review-modal .ui.form .field .auto-input:hover{color:var(--modal-background)}.review-overlay .review-modal .ui.form .field .auto-input:hover:after{opacity:1}.review-overlay .review-modal .ui.form .field .upload-container{flex-direction:column;gap:1em;display:flex}.review-overlay .review-modal .ui.form .field .upload-container>input{display:none}.review-overlay .review-modal .ui.form .field .upload-container .add-media{cursor:pointer;align-self:start}.review-overlay .review-modal .ui.form .field .upload-container .media{grid-template-columns:repeat(auto-fit,minmax(60px,max-content));gap:.625rem;display:grid}.review-overlay .review-modal .ui.form .field .upload-container .media .item{background-color:#f4f4f4;border-radius:.25rem;width:60px;height:60px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #0000001a}.review-overlay .review-modal .ui.form .field .upload-container .media .item img{object-fit:cover;width:100%;height:100%}.review-overlay .review-modal .ui.form .field .upload-container .media .item .remove{cursor:pointer;box-sizing:border-box;color:#fff;filter:drop-shadow(0 0 1px #000);width:auto;height:auto;padding:.25rem;transition:all .16s;position:absolute;top:0;right:0}.review-overlay .review-modal .ui.form .field .upload-container .media .item.loading{animation:1.2s ease-in infinite pulse}.review-overlay .review-modal .stars{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--icon-color);margin-inline:auto;font-size:2.5em;display:inline-flex}.review-overlay .review-modal .stars .star{opacity:.32}.review-overlay .review-modal .stars .hoverwrap{gap:.125em;display:flex}.review-overlay .review-modal .stars .hoverwrap:hover>.star{opacity:1;transition:unset}.review-overlay .review-modal .stars .hoverwrap .star{transition:opacity 80ms}.review-overlay .review-modal .stars:not(:hover) .hoverwrap.selected>.star{opacity:1}.review-overlay .review-modal>*{flex-shrink:0}.review-overlay .review-modal .scroll-container{flex-shrink:1;margin-inline:-2em;padding-inline:2em;overflow-y:auto}.review-overlay .review-modal .button{margin-top:2em}.review-overlay .review-modal .success{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;display:flex}.review-overlay .review-modal .success .icon{animation:.32s .18s both fadeInBottom}.review-overlay .review-modal .success h3.ui.header{margin:.5em 0 1.5em;line-height:normal}.review-overlay .review-modal .success .button{margin-top:auto}.slfy-account .title-container .menu-pills{color:var(--title-color);flex-wrap:wrap;gap:.5em;margin-top:.5em;display:flex}.slfy-account .title-container .menu-pills .item{color:currentColor;padding:.625em .875em;font-weight:700;position:relative}.slfy-account .title-container .menu-pills .item:after{content:"";z-index:-1;pointer-events:none;border-radius:var(--button-radius);opacity:.08;background-color:currentColor;transition:opacity .16s;position:absolute;inset:0}.slfy-account .title-container .menu-pills .item.active:after{opacity:.45}.slfy-account .title-container .menu-pills .item:focus:focus-visible{outline-width:2px;outline-style:none;outline-color:var(--checkout-focus);box-shadow:0 0 0 2px var(--checkout-focus)}.slfy-account .layout-container{gap:5rem;display:flex}.slfy-account .layout-container .sidebar{-webkit-user-select:none;user-select:none;flex-shrink:0;width:15rem}.slfy-account .layout-container .sidebar .nav{top:var(--sticky-offset);flex-direction:column;gap:.125rem;margin-inline:-.875em;display:flex;position:sticky}.slfy-account .layout-container .sidebar .nav .item{color:var(--section-heading-color);border-radius:var(--button-radius);cursor:pointer;padding:.625em .875em;position:relative;overflow:hidden}.slfy-account .layout-container .sidebar .nav .item.new:after{content:"NEW";vertical-align:bottom;background-color:var(--section-heading-color);color:var(--checkout-background);border-radius:var(--button-radius);margin-left:1ch;padding:.25em .375em;font-size:.625rem;font-weight:600;display:inline-block}.slfy-account .layout-container .sidebar .nav .item:before{opacity:0;content:"";background-color:currentColor;transition:all .16s;position:absolute;inset:0}.slfy-account .layout-container .sidebar .nav .item:hover:before,.slfy-account .layout-container .sidebar .nav .item.active:before{opacity:.08}.slfy-account .layout-container .sidebar .nav .item:focus-visible{outline:2px solid var(--focus)}.slfy-account .layout-container .sidebar .nav .item.sub-item{padding-left:1.75em}.slfy-account .layout-container .sidebar .nav hr{opacity:.16;margin:.3125em 1em;background:currentColor!important}.natural .fields-r.two{flex-grow:2}.natural .fields-r.three{flex-grow:3}.natural .fields-r.four{flex-grow:4}.natural .fields-r.five{flex-grow:5}.natural .fields-r.six{flex-grow:6}.natural .fields-r.seven{flex-grow:7}.natural .fields-r.eight{flex-grow:8}.natural .fields-r .field-r{flex-basis:1%;min-width:10em}.natural .fields-r .field-r.two{flex-grow:2}.natural .fields-r .field-r.three{flex-grow:3}.natural .fields-r .field-r.four{flex-grow:4}.natural .fields-r .field-r.five{flex-grow:5}.natural .fields-r .field-r.six{flex-grow:6}.natural .fields-r .field-r.seven{flex-grow:7}.natural .fields-r .field-r.eight{flex-grow:8}.fields-r{flex-wrap:wrap;flex-grow:1;flex-basis:min-content;gap:1.25em;margin-bottom:1em;display:flex}.fields-r>.fields-r{flex-basis:50%;margin-bottom:0}.fields-r:last-child{margin-bottom:unset}.fields-r .field-r{margin-bottom:unset;min-width:unset;flex-grow:1;flex-basis:33.3333%;transition:all .32s}.field-r:last-child{margin-bottom:0}.field-r.mono input,.field-r.mono .input-wrap>input{font-family:monospace}.field-r.small .input-wrap>input{min-height:1em;padding:.625em}.field-r .message{opacity:.45;-webkit-user-select:none;user-select:none;margin-top:.5em;font-size:.875em;display:flex}.field-r .message .info-icon{flex-shrink:0;width:1em;height:1em;margin:.0625em .25em .0625em 0}.field-r .message p{font-size:1em;line-height:1.15}.field-r .message.error{color:#ff4949;opacity:1;display:none}.field-r.error label{color:#ff4949}.field-r.error .input-wrap>input{border-color:#ff4949}.field-r.error .input-wrap>input:focus{outline-color:#ff4949}.field-r.error .message.error{display:block}.field-r.valid .input-wrap>input{border-color:#00b140}.field-r.right{align-items:flex-end}.field-r label{-webkit-user-select:none;user-select:none;font-size:1em}.field-r label .optional{opacity:.45;margin-left:.25em;font-size:.75em}.field-r label:empty{display:none}.field-r>label{opacity:.88;white-space:nowrap;color:inherit;align-items:center;margin-bottom:.375em;font-size:1em;display:flex}.field-r>label>.info-icon{opacity:.45;width:1em;height:1em;margin-left:.25em}.field-r input:focus:focus-visible,.field-r button:focus:focus-visible,.field-r select:focus:focus-visible{outline-width:2px;outline-style:none;outline-color:var(--checkout-focus);box-shadow:0 0 0 2px var(--checkout-focus)}.field-r input[type=checkbox],.field-r button{outline-offset:.0625rem}.field-r input{outline-offset:-.0625rem}.field-r>input{border:1px solid var(--input-border-color);color:inherit;border-radius:.25rem;width:100%;min-height:3em;padding:.75em .875em;font-family:inherit;font-size:1em;display:block}.field-r .input-wrap{width:100%;display:flex;position:relative}.field-r .input-wrap>input{border:1px solid var(--input-border-color);color:inherit;background:0 0;border-radius:.25em;flex-grow:1;width:100%;min-height:3em;padding:.75em .875em;font-family:inherit;font-size:1em;display:block}.field-r .input-wrap>button,.field-r .input-wrap .button{margin-left:.625em}.field-r .checkbox{display:flex;position:relative}.field-r .checkbox label{cursor:pointer;color:inherit;padding-left:.5em;line-height:1.2;display:block}.field-r .checkbox label>a{color:currentColor;text-decoration-line:underline;text-decoration-style:dotted;text-decoration-thickness:.0625em;transition:all .16s}.field-r .checkbox label>a:hover,.field-r .checkbox label>a:focus{color:var(--checkout-accent)}.field-r .checkbox input{-webkit-appearance:none;appearance:none;border:1px solid var(--input-border-color);cursor:pointer;margin:unset;border-radius:.25rem;flex-shrink:0;width:1em;height:1em;margin-top:.1em;font-size:1em;display:block}.field-r .checkbox input:checked{background-color:var(--checkout-accent);border-color:var(--checkout-accent)}.field-r .checkbox input:checked+label:before{content:"";text-align:center;background-color:#fff;width:1em;height:1.2em;display:block;position:absolute;top:0;left:0;-webkit-mask-image:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>");mask-image:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:.75em;mask-size:.75em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.field-r{flex-direction:column;align-items:flex-start;margin-bottom:1em;display:flex}.field-r.select .input-wrap{position:relative}.field-r.select .input-wrap:after{content:"";z-index:-1;background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:contain;width:1.25em;height:100%;position:absolute;top:0;right:.875em;-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"></polyline></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"></polyline></svg>");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.field-r.select.error .input-wrap>select{border-color:#ff4949}.field-r.select.error .input-wrap>select:focus{outline-color:#ff4949}.field-r .input-wrap>select{border:1px solid var(--input-border-color);color:inherit;-webkit-appearance:none;appearance:none;cursor:pointer;background:0 0;border-radius:.25em;flex-grow:1;width:100%;min-height:3em;padding:.75em .875em;font-family:inherit;font-size:1em;display:block}.field-r .input-wrap>select>option{color:initial}.account .settings-form.account-email{width:100%;max-width:22em}.account .settings-form.shipping-address{width:100%;max-width:40em}@keyframes fadeIn{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:all}}@keyframes flyIn{0%{opacity:0;transform:translateY(1.25rem)scale(.98)}to{opacity:1;transform:translateY(0)}}.modal-overlay{opacity:1;will-change:opacity;z-index:5000;font-size:var(--base-font-size);background-color:#0006;padding:.625rem;animation:.24s fadeIn;display:flex;position:fixed;inset:0}.modal-overlay.closing{opacity:0;pointer-events:none;transition:opacity .24s;animation:none}.modal-overlay.closing .dialog{opacity:0;animation:none;transform:translateY(1.25rem)scale(.98)}.modal-overlay .dialog{border-radius:var(--interface-radius);color:#111;will-change:auto;cursor:default;background-color:#fff;width:100%;max-width:25em;margin:auto;padding:1.875em;transition:all .24s;animation:.24s flyIn;box-shadow:0 .5rem 1rem #0000003d}.modal-overlay .actions{display:flex}.modal-overlay .title{font-size:1.25em;font-family:var(--heading-font-family);-webkit-user-select:none;user-select:none;margin-bottom:.75em;font-weight:700;line-height:normal}.modal-overlay .message{-webkit-user-select:none;user-select:none;line-height:normal}.modal-overlay .actions{justify-content:space-between;margin-top:1.875em}.modal-overlay .actions .button{will-change:auto;border:1px solid #111;transition:all .24s}.modal-overlay .actions .button.cancel{color:#111;background-color:#0000}.modal-overlay .actions .button.cancel:hover{background-color:#1111111a}.modal-overlay .actions .button.confirm{color:#fff;background-color:#111}.modal-overlay .actions .button.confirm:hover{background-color:#111111e6}.account .section{flex-direction:column;align-items:flex-start;display:flex}.account .section.delete-account .button{margin-top:1em}.account .section.delete-account .link{cursor:pointer;color:currentColor;margin:-1em;padding:1em;font-weight:700;line-height:1;text-decoration:underline;transition:color .16s}.account .section.delete-account .link.red:hover{color:#ff4949}.empty-section{justify-content:center;align-items:center;width:100%;height:100%;padding-top:1em;padding-bottom:2em;display:flex;position:relative}.empty-section:after{content:"";opacity:.02;background-color:var(--checkout-text-color);border-radius:.375rem;position:absolute;inset:0}.empty-section .empty-content .icon-container{opacity:.56;justify-content:center;align-items:center;height:4em;display:flex}.empty-section .empty-content .icon-container svg{width:2em;height:2em}.empty-section .empty-content .empty-subtitle{opacity:.44}.affiliate.dashboard .title-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;width:100%;display:flex}.affiliate.dashboard .dash-stats{flex-wrap:wrap;gap:.625em;width:100%;display:flex}.affiliate.dashboard .dash-stats .block{white-space:nowrap;flex-grow:1;flex-basis:max(8em,25% - 3.75rem);padding:1rem 2.5rem 1rem 1.25rem;position:relative}.affiliate.dashboard .dash-stats .block:before{content:"";opacity:.08;border-radius:var(--interface-radius);background-color:currentColor;position:absolute;inset:0}.affiliate.dashboard .dash-stats .block .label{margin-bottom:.25rem;font-size:.875em}.affiliate.dashboard .dash-stats .block .value{font-size:1.5em;font-weight:700}.rdrCalendarWrapper{box-sizing:border-box;-webkit-user-select:none;user-select:none;background:#fff;flex-direction:column;display:inline-flex}.rdrDateDisplay{justify-content:space-between;display:flex}.rdrDateDisplayItem{text-align:center;color:inherit;flex:1;width:0}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;justify-content:space-between;display:flex}.rdrMonthAndYearPickers{flex:auto;justify-content:center;align-items:center;display:flex}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{flex-direction:row;display:flex}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{box-sizing:inherit;text-align:center;flex-basis:14.2857%}.rdrDays{flex-wrap:wrap;display:flex}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{color:red;font-size:1.6em;line-height:1.6em;position:absolute;top:0;right:.25em}.rdrDay{box-sizing:inherit;font:inherit;cursor:pointer;width:14.2857%;position:relative}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{-webkit-user-select:none;user-select:none;display:inline-flex}.rdrStaticRanges{flex-direction:column;display:flex}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{background-color:#fff;border:1px solid #0000;border-radius:4px;box-shadow:0 1px 2px #23394236}.rdrDateDisplayItem input{cursor:pointer;color:#849095;background:0 0;border:0;width:100%;height:2.5em;line-height:2.5em}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-webkit-appearance:none;appearance:none;color:#3e484f;cursor:pointer;text-align:center;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") right 8px center no-repeat;border:0;border-radius:4px;outline:0;padding:10px 30px 10px 10px}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{background:#eff2f7;border:0;border-radius:5px;width:24px;height:24px;margin:0 .833em;padding:0;display:block}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{text-align:center;border-style:solid;width:0;height:0;margin:auto;padding:0;display:block;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:#0000 #34495e #0000 #0000;transform:translate(-3px)}.rdrNextButton i{border-width:4px 4px 4px 6px;border-color:#0000 #0000 #0000 #34495e;margin:0 0 0 7px;transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{color:#849095;font-weight:400;line-height:2.667em}.rdrDay{-webkit-user-select:none;user-select:none;text-align:center;color:#1d2429;background:0 0;border:0;height:3em;padding:0;line-height:3em}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;justify-content:center;align-items:center;font-weight:300;display:flex;position:absolute;inset:5px 0}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";background:#3d91ff;border-radius:2px;width:18px;height:2px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;inset:5px 0}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-left-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-right-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none;z-index:1;background:#ffffff17;border:0 solid;position:absolute;inset:3px 0}.rdrDayStartPreview{border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{background:#fff;border-right:1px solid #eff2f7;width:226px;font-size:12px}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eff2f7;outline:0;padding:0;display:block}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{text-align:left;outline:0;padding:10px 20px;line-height:18px;display:block}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{text-align:center;color:#6c767a;border:1px solid #dee7eb;border-radius:4px;width:30px;height:30px;margin-right:10px;line-height:30px}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{color:#333;border-color:#b4bfc4;outline:0}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";background:0 0;border:1px solid;border-radius:1.333em;position:absolute;inset:-2px 0}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale()opacity(60%)}.rdrMonthName{text-align:left;color:#849095;padding:.833em;font-weight:600}.datepicker{flex-direction:column;align-items:flex-end;gap:.5em;margin-bottom:1.25rem;display:flex}.datepicker .date-meta{font-size:.875em}.presets-row{-webkit-user-select:none;user-select:none;gap:.375em;display:flex;position:relative}.presets-row .pill{border-radius:var(--interface-radius);cursor:pointer;text-align:center;white-space:nowrap;padding:.5em .875em;transition:all .16s;position:relative;overflow:hidden}.presets-row .pill:before{content:"";opacity:.08;background-color:currentColor;position:absolute;inset:0}.presets-row .pill:hover{opacity:.68}.presets-row .pill.selected{opacity:1}.presets-row .pill.selected:before{opacity:.32}.presets-row .popout{border-radius:var(--interface-radius);opacity:0;pointer-events:none;transform-origin:100% 0;z-index:1;background:#fff;padding:.3125em;transition:all .24s;position:absolute;top:2.5em;right:-1rem;overflow:hidden;transform:translateY(-.5rem);box-shadow:0 .5rem 1rem #00000014}.presets-row .popout .rdrMonthAndYearWrapper{padding-top:unset;height:3rem;margin-inline:1rem}.presets-row .popout button{background:unset}.presets-row .popout .rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.presets-row .popout .rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.presets-row .popout .rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.presets-row .popout .rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#fffefdd9}.presets-row .popout .rdrDayToday .rdrDayNumber span{font-weight:700}.presets-row .popout .rdrDayToday .rdrDayNumber span:after{background:currentColor}.presets-row .popout.visible{opacity:1;pointer-events:all;transform:translateY(0)}@media (max-width:960px){.datepicker .presets-row{flex-wrap:wrap}}.customer-account .pagination{opacity:.45;justify-content:space-between;align-items:center;margin-top:1em;font-size:.875em;display:flex}.customer-account .pagination .buttons-wrap{gap:.625em;display:flex}.customer-account .pagination .pages{list-style:none;display:flex}.customer-account .pagination .pagination-button{color:currentColor;cursor:pointer;margin:-.5em;padding:.5em}.customer-account .pagination .pagination-button .icon{width:1.5em;height:1.5em;display:block}.customer-account .pagination .pagination-button.disabled{opacity:.15;pointer-events:none}.products-table .product{word-break:break-word;align-items:center;gap:.75rem;display:flex}.products-table .inline-data{white-space:nowrap;-webkit-user-select:none;user-select:none;flex-wrap:nowrap;gap:.125ch;line-height:1;display:flex}.products-table .inline-data.clickable{cursor:pointer;position:relative}.products-table .inline-data.clickable:after{opacity:0;content:"";z-index:-1;will-change:opacity;border-radius:var(--interface-radius);background:currentColor;transition:opacity .16s;position:absolute;inset:-.375em -.375em -.375em -.5em}.products-table .inline-data.clickable:hover:after{opacity:.16}.products-table .inline-data .variant-expander{opacity:.44}.products-table .inline-data .variant-expander svg{width:1em;height:1em;display:block}.products-table button.copy-link{padding:.375em!important;font-size:16px!important}.products-table button.copy-link>svg{width:1.125em;height:1.125em}.preview-image{aspect-ratio:1;vertical-align:middle;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.1875rem;flex-shrink:0;width:50px;display:inline-block;box-shadow:inset 0 0 0 1px #0000000f}.preview-image.fake{aspect-ratio:unset}@media (max-width:960px){.top-data{flex-direction:row;align-items:center;display:flex}.preview-image{margin-right:.625rem}}.affiliate.signup .affiliate-signup-form{width:100%;max-width:40em}.affiliate.signup .affiliate-signup-form textarea{border:1px solid var(--input-border-color);color:inherit;resize:none;border-radius:.25rem;width:100%;height:10em;margin-bottom:1em;padding:.75em .875em;font-family:inherit;font-size:1em;display:block}.affiliate.signup .affiliate-signup-form textarea:focus:focus-visible{outline-width:2px;outline-style:none;outline-color:var(--checkout-focus);box-shadow:0 0 0 2px var(--checkout-focus)}.right.aligned{text-align:right!important}.center.aligned{text-align:center!important}.affiliate.payouts.customer-view [data-tooltip]:after{white-space:unset;min-width:480px}.affiliate .section{flex-direction:column;align-items:flex-start;display:flex}.affiliate .settings-form.paypal-email,.affiliate .settings-form.partner-code{width:100%;max-width:22em}.affiliate .settings-form.billing-info{width:100%;max-width:40em}.vat-validator{color:#00b140;justify-content:center;align-items:center;width:3em;min-height:3em;display:flex;position:absolute;top:0;right:0}.vat-validator .certificate-icon{opacity:1;color:currentColor;width:1.33em;height:1.33em}.vat-validator .certificate-icon.invalid{color:#ff4949}.vat-validator.loading{color:currentColor}.vat-validator.hidden{opacity:0}.attached-input{border:1px solid var(--input-border-color);color:inherit;background:0 0;border-radius:.25em;flex-grow:1;align-items:center;width:100%;min-height:3em;padding:.75em .875em;font-family:inherit;font-size:1em;display:flex}.attached-input .attachment{white-space:nowrap;opacity:.44}.attached-input input{border:unset;color:currentColor;width:100%;min-width:12em}.attached-input input:focus:focus-visible{outline:unset;box-shadow:unset}.attached-input:focus-within{outline-width:2px;outline-style:none;outline-color:var(--checkout-focus);box-shadow:0 0 0 2px var(--checkout-focus)}@media (max-width:767px){.attached-input .attachment{display:none}}.inline-title{flex-wrap:wrap;align-items:center;gap:.75em;margin-bottom:1.5em;display:flex}.inline-title>div:first-child{flex-grow:1}.inline-title>div:first-child h3{margin-bottom:unset}.notifications .remove-from-list{opacity:.44;cursor:pointer;margin:-1em;padding:1em;transition:all .16s}.notifications .remove-from-list svg{width:1em;height:1em}.notifications .remove-from-list:hover{opacity:1}@keyframes fadeInIcon{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.customer-account.module.segmented .signin .layout-container{padding-bottom:2.5rem}.signin{flex-direction:column;align-items:flex-start;display:flex}.auth-form{width:100%;max-width:30rem}.auth-form .ui.link{cursor:pointer}.auth-form p.subtitle{opacity:.6;-webkit-user-select:none;user-select:none;margin-bottom:1em}.auth-form p.subtitle:last-child{margin-bottom:unset}.auth-form p.subtitle.alt{opacity:1}.auth-form p.subtitle.alt .content{opacity:.6}.confirmation-message{align-items:center;gap:1em;width:100%;max-width:26.25rem;display:flex}.confirmation-message p.text{margin-bottom:unset}.confirmation-message .resend-link{margin-top:1em}.confirmation-message .icon{transform-origin:bottom;flex-shrink:0;justify-content:center;align-items:center;width:3em;height:3em;animation:.48s .32s both fadeInIcon;display:flex}.confirmation-message .icon svg{width:100%;height:100%}.strike-through{margin-bottom:.25em;text-decoration:line-through}.inactive-tag{color:#ff4949}.inactive-tag.small{font-size:.875em}@keyframes loaderSpinning{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInLoadingText{0%{opacity:0}to{opacity:.45}}@keyframes fadeInItem{0%{opacity:0;transform:translateY(-.5em)}to{opacity:1;transform:translateY(0)}}.customer-account.module{background-color:var(--checkout-background);flex:1;justify-content:flex-start}.customer-account.module .container{contain:paint}.customer-account.module.segmented .layout-container{background-color:var(--card-background);border-radius:var(--interface-radius);padding:1.875rem 1.875rem 3.75rem}.preload{justify-content:center;align-items:center;width:100%;height:100%;margin:auto;display:flex}.slfy-account{color:var(--checkout-text-color);-webkit-tap-highlight-color:transparent;flex-direction:column;min-height:60vh;display:flex;position:relative}.slfy-account .grecaptcha-badge{display:none!important}.slfy-account .loading-subtitle{opacity:.45}.slfy-account .loading-subtitle.fade-in{animation:.16s linear 2s both fadeInLoadingText}.slfy-account h2{color:var(--title-color);-webkit-user-select:none;user-select:none;font-size:2.125em;font-weight:700}.slfy-account h3{color:var(--section-heading-color);-webkit-user-select:none;user-select:none;margin-bottom:.75em;font-size:1.5em;font-weight:700}.slfy-account h3~p{margin-top:-.375rem}.slfy-account h4{color:var(--section-heading-color);-webkit-user-select:none;user-select:none;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.125em;font-weight:700}.slfy-account .tooltip-icon{vertical-align:middle;cursor:pointer;margin-block:-625em;margin-inline:-.5em;padding:.5em;display:inline-block}.slfy-account .tooltip-icon svg{width:1em;height:1em}.slfy-account p{margin-bottom:1em;line-height:1.5}.slfy-account ::selection{color:inherit;background:#d6e5ff}.slfy-account .title-container{margin-bottom:2em}.slfy-account .title-container h2{color:var(--title-color);font-size:2.125em;font-weight:700}.slfy-account .content{flex-grow:1}.slfy-account .content .section{margin-bottom:2em}.slfy-account .content hr{opacity:.16;margin-top:3em;margin-bottom:1.75em;background-color:currentColor!important}.slfy-account .app-error{justify-content:center;align-items:center;width:100%;padding:1.875em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex}.slfy-account .app-error .developer-content{opacity:.65;border:1px solid #0000001a;border-radius:.5rem;max-width:420px;margin-top:5rem;padding:.75rem 1rem}.slfy-account .app-error .message{flex-direction:column;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;display:flex}.slfy-account .app-error .message .content{justify-content:center;align-items:center;margin-bottom:1.875em;display:flex}.slfy-account .app-error .message .content .icon{fill:currentColor;width:1.5rem;height:1.5rem;margin-right:.5em}.slfy-account .spinner{pointer-events:none;opacity:1;width:100%;min-height:3em;position:relative}.slfy-account .spinner:after{color:#0000}.slfy-account .spinner:before{content:"";visibility:visible;background-image:unset;z-index:101;border:.125em solid #0000;border-top-color:currentColor;border-radius:500rem;width:1em;height:1em;margin-top:-.5em;margin-left:-.5em;animation:.4s linear infinite loaderSpinning;position:absolute;top:50%;left:50%;box-shadow:0 0 0 1px #0000}.slfy-account .spinner.big:before{width:1.5em;height:1.5em;margin-top:-.75em;margin-left:-.75em}.slfy-account .spinner.large{height:6em}.slfy-account .spinner.large:before{width:1.5em;height:1.5em;margin-top:-.75em;margin-left:-.75em}.slfy-account .customer-view{animation:.16s both fadeInItem}.user-noselect{-webkit-user-select:none;user-select:none}button:not([type=button]),.button{-webkit-appearance:none;appearance:none;background-color:var(--button-color);color:var(--button-text-color);border:none;border:var(--button-outline)solid var(--button-text-color);border-radius:var(--button-radius);cursor:pointer;outline-offset:1px;text-align:center;-webkit-user-select:none;user-select:none;white-space:nowrap;justify-content:center;align-items:center;gap:1ch;width:min-content;min-height:3em;padding:.875em 1.5em;font-family:inherit;font-size:1em;line-height:1;text-decoration:none;transition:opacity .16s;display:flex;position:relative;overflow:hidden}button:not([type=button]).black,.button.black{--button-text-color:white;background-color:#000}button:not([type=button]):after,.button:after{content:"";background-color:var(--button-text-color);border-radius:var(--button-radius);z-index:1;z-index:1;opacity:0;width:100%;height:100%;transition:all .16s;position:absolute;top:0;left:0}button:not([type=button]):hover,.button:hover{color:var(--button-text-color)}button:not([type=button]):hover:after,.button:hover:after{opacity:.15}button:not([type=button]).small,.button.small{min-height:1em;padding:.625em 1em;font-size:.875em}button:not([type=button]).loading,.button.loading{pointer-events:none;opacity:.68;color:#0000}button:not([type=button]).loading:before,.button.loading:before{content:"";border-color:var(--button-text-color)transparent transparent transparent;visibility:visible;background-image:unset;opacity:1;mix-blend-mode:normal;background-color:#0000;border-style:solid;border-width:.125em;border-radius:500rem;width:1em;height:1em;margin-top:-.5em;margin-left:-.5em;transition:none;animation:.4s linear infinite loaderSpinning;position:absolute;top:50%;left:50%;box-shadow:0 0 0 1px #0000}button:not([type=button]).disabled,.button.disabled{filter:grayscale();opacity:.5;pointer-events:none}button:not([type=button]).fluid,.button.fluid{width:100%}button:not([type=button]):active,.button:active{opacity:.8}button:not([type=button]).large,.button.large{padding-top:1.125em;padding-bottom:1.125em;font-size:1.125em}button:not([type=button]) .icon,.button .icon{fill:currentColor;width:1.125em;height:1.125em}@media (max-width:960px){.affiliate-view>.title-container{display:none}}.affiliate-view .ui.red.message{margin-bottom:1.25rem;line-height:1.2}.affiliate-menu h2.affiliate-title{color:var(--title-color);margin-bottom:.25em;font-size:2.125em;font-weight:700}.affiliate-menu .horizontal-scroll{contain:inline-size;overflow-x:auto;overflow-y:unset;scroll-snap-type:x proximity;scrollbar-width:none}.affiliate-menu .horizontal-scroll::-webkit-scrollbar{display:none}.affiliate-menu .menu-pills{color:var(--title-color);gap:.5em;margin-top:.5em;margin-bottom:2em;display:flex}.affiliate-menu .menu-pills .item{color:currentColor;white-space:nowrap;padding:.625em .875em;font-weight:700;position:relative}.affiliate-menu .menu-pills .item:after{content:"";z-index:-1;pointer-events:none;border-radius:var(--button-radius);opacity:.08;background-color:currentColor;transition:opacity .16s;position:absolute;inset:0}.affiliate-menu .menu-pills .item.active:after{opacity:.45}.affiliate-menu .menu-pills .item:focus:focus-visible{outline-width:2px;outline-style:none;outline-color:var(--checkout-focus);box-shadow:0 0 0 2px var(--checkout-focus)}.neat-table{width:100%}.neat-table thead tr{-webkit-user-select:none;user-select:none;position:relative}.neat-table thead tr:after{content:"";opacity:.24;z-index:-1;pointer-events:none;inset-inline:0;border-bottom:1px solid;position:absolute;bottom:0}.neat-table thead tr th{text-align:left;padding-bottom:.5em;font-size:.875em;font-weight:700}.neat-table thead tr th.center{text-align:center}.neat-table thead tr th.collapsing{white-space:nowrap;width:1px}.neat-table thead tr th:not(:first-child){padding-left:.875em}.neat-table thead tr th:not(:last-child){padding-right:.875em}.neat-table tbody,.neat-table tbody tr{position:relative}.neat-table tbody tr:after{content:"";opacity:.08;inset-inline:0;border-bottom:1px solid;position:absolute;bottom:0}.neat-table tbody tr td{vertical-align:middle;padding-block:1.125em}.neat-table tbody tr td:not(:first-child){padding-left:.875em}.neat-table tbody tr td:not(:last-child){padding-right:.875em}.neat-table tbody tr td.collapsing{white-space:nowrap;width:1px}.neat-table tbody tr td.center{text-align:center}.neat-table tbody tr td .meta-info{margin-top:.5em}.neat-table tbody tr td .meta-info .meta-line{opacity:.6;word-break:break-all;margin-top:.25em;font-size:.875em}.neat-table tbody tr.expanded .inline-data .variant-expander{transform:scaleY(-1)}.neat-table tbody tr.expanded td{padding-bottom:unset}.neat-table tbody tr.expanded:after{display:none}.neat-table tbody.loading tr{opacity:.44;transition:opacity .16s}.neat-table tbody.loading:before{content:"";border-color:var(--button-text-color)transparent transparent transparent;visibility:visible;background-image:unset;opacity:1;mix-blend-mode:normal;background-color:#0000;border-style:solid;border-width:.125em;border-radius:500rem;width:1em;height:1em;margin-top:-.5em;margin-left:-.5em;font-size:1.125em;transition:none;animation:.4s linear infinite loaderSpinning;position:absolute;top:50%;left:50%;box-shadow:0 0 0 1px #0000}.neat-table tfoot tr td{vertical-align:middle;padding-block:.25em}.neat-table .date-time{white-space:normal;flex-direction:column;gap:.125em;font-size:.875em;display:flex}.neat-table .txn-id{-webkit-user-select:all;user-select:all;font-family:monospace;font-size:.875em}.neat-mobile-table{width:100%;position:relative}.neat-mobile-table.loading{opacity:.44;transition:opacity .16s}.neat-mobile-table.loading:before{content:"";border-color:var(--button-text-color)transparent transparent transparent;visibility:visible;background-image:unset;opacity:1;mix-blend-mode:normal;background-color:#0000;border-style:solid;border-width:.125em;border-radius:500rem;width:1em;height:1em;margin-top:-.5em;margin-left:-.5em;font-size:1.125em;transition:none;animation:.4s linear infinite loaderSpinning;position:absolute;top:50%;left:50%;box-shadow:0 0 0 1px #0000}.neat-mobile-table:after{content:"";opacity:.24;pointer-events:none;z-index:-1;border-top:1px solid;position:absolute;inset:0}.neat-mobile-table .item{flex-direction:column;gap:1em;padding-block:1em 2em;display:flex;position:relative}.neat-mobile-table .item:after{content:"";opacity:.16;pointer-events:none;z-index:-1;border-bottom:1px solid;position:absolute;inset:0}.neat-mobile-table .item .date-time{gap:.5ch;display:flex}.neat-mobile-table .item .product-name{font-size:1.125em;font-weight:700}.neat-mobile-table .item .meta-table{flex-direction:column;gap:.5em;display:flex}.neat-mobile-table .item .meta-table .row{justify-content:space-between;align-items:center;display:flex}.neat-mobile-table .item .meta-table .row .label{opacity:.66;font-size:.875em}.neat-mobile-table .item .meta-table .row .value{min-width:0}.neat-mobile-table .item .meta-table .row .value .txn-id{text-overflow:ellipsis;width:max-content;overflow:hidden}.yarl__fullsize{width:100%;height:100%}.yarl__relative{position:relative}.yarl__portal{opacity:0;transition:opacity var(--yarl__fade_animation_duration,.25s)var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999);position:fixed;inset:0;overflow:hidden}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;user-select:none;outline:none;position:absolute;inset:0;overflow:hidden}.yarl__carousel{opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px,0)*1px + var(--yarl__carousel_spacing_percent,0)*1%));flex:none;place-content:center;align-items:stretch;height:100%;display:flex}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px,0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent,0))*var(--yarl__carousel_spacing_percent,0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px,0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent,0))*var(--yarl__carousel_spacing_percent,0)*1%)}.yarl__flex_center{place-content:center;align-items:center;display:flex}.yarl__slide{padding:calc(var(--yarl__carousel_padding_px,0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent,0))*var(--yarl__carousel_padding_percent,0)*1%);flex:1;position:relative;overflow:hidden}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;max-width:100%;max-height:100%}.yarl__slide_image_cover{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d;-webkit-transform:translateZ(0)}}.yarl__slide_placeholder{line-height:0;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}.yarl__slide_loading{color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,#fffc));animation:1s linear yarl__delayed_fadein}.yarl__slide_loading line{animation:1s linear infinite yarl__stroke_opacity}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{padding:var(--yarl__toolbar_padding,8px);justify-content:flex-end;display:flex;position:absolute;inset:0 0 auto auto}[dir=rtl] .yarl__toolbar{inset:0 auto auto 0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,#fffc);cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px #000c));margin:var(--yarl__button_margin,0);padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent;outline:none;line-height:0}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,#fffc)}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,#fff6);cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%)rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%)rotate(180deg)}.yarl__no_scroll{overscroll-behavior:none;height:100%;overflow:hidden}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}