.scpp-shipping-calculator-container{display:block;margin-top:25px}.scpp-shipping-calculator-container p{color:#000!important;font-size:15px!important;font-style:italic!important;line-height:1.3!important;margin-bottom:10px!important;margin-top:0!important}.scpp-shipping-calculator-container .scpp-calculate-button,.scpp-shipping-calculator-container .scpp-calculator-open-button{color:#223c52;display:inline-block;font-size:18px;line-height:26px;margin-bottom:10px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.scpp-shipping-calculator-container .scpp-results-container{display:none;font-size:15px!important}.scpp-shipping-calculator-container .scpp-results-container li{color:#000}.scpp-shipping-calculator-container .scpp-results-container .scpp-calculator-errors-container p{color:red!important}.scpp-shipping-calculator-container .country_select,.scpp-shipping-calculator-container .state_select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M10.293 3.293 6 7.586 1.707 3.293A1 1 0 0 0 .293 4.707l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414Z'/%3E%3C/svg%3E")!important;background-position:right 5% top 50%!important;background-repeat:no-repeat!important;background-size:10px!important}.scpp-shipping-calculator-container input{background:#fff no-repeat!important}.scpp-shipping-calculator-container .country_select,.scpp-shipping-calculator-container .state_select,.scpp-shipping-calculator-container input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #333!important;border-radius:0!important;color:#333!important;font-size:15px!important;line-height:34px!important;margin:0 0 10px!important;padding:5px 15px 5px 10px!important;width:100%!important}.scpp-shipping-calculator-container .scpp-calculator-container{display:none;flex-direction:column!important;max-width:300px!important}.scpp-shipping-calculator-container .scpp-calculator-container.active{display:flex}.scpp-shipping-calculator-container .scpp-calculator-open-button{display:inline-block;margin-bottom:10px!important;margin-top:10px!important}

/* Wishlist Button */
.wp-block-woolentor-wishsuite{
    display: block;
}
a.wishsuite-addtocart.loading{
    opacity: .25;
    padding-right: 2.618em;
    position: relative;
}
a.wishsuite-addtocart.loading::after{
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: auto;
    right: 1em;
    animation: spin 2s linear infinite;
}
a.wishsuite-addtocart.added::after{
    font-family: WooCommerce;
    content: '\e017';
    margin-left: .53em;
    vertical-align: bottom;
}

.wishsuite-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.wishsuite-button::after,.woocommerce a.button.wishsuite-button::after{
    display: none;
}
a.wishsuite-btn.loading,.woocommerce a.button.wishsuite-btn.loading{
    opacity: 1;
}
.woocommerce a.button.wishsuite-button{
    display: inline-flex;
}

.wishsuite-shop-top_thumbnail{
    position: absolute !important;
    z-index: 9999;
    top: 10px;
    left: 10px !important;
    margin: 0 !important;
    min-width: 35px;
    min-height: 35px;
    justify-content: center;
}

.wishsuite-button img {
    display: inline-block !important;
    width: 25px !important;
    margin: 0 !important;
}

/* Wraps a custom icon plus its loader so the loader has a box to centre itself in. */
.wishsuite-custom-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
a.wishsuite-button.loading img{
    opacity: 0.5;
}

.wishsuite-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    /* Themes commonly stack an overlay on the product thumbnail, which swallowed the click. */
    z-index: 10 !important;
}

.wishsuite-btn-text {
    margin: 0 !important;
}

/* Solid heart: hidden by default, shown once the product is in the wishlist. */
.wishsuite-button .heart-solid {
    opacity: 0;
    transition: opacity 200ms ease-out;
}
.wishsuite-button.added .wishsuite-solid-added .heart-solid,
.wishsuite-button.wishsuite-btn-exist .wishsuite-solid-added .heart-solid {
    opacity: 1;
}
.wishsuite-button.added .wishsuite-solid-added .heart,
.wishsuite-button.wishsuite-btn-exist .wishsuite-solid-added .heart {
    opacity: 0;
}
/* The added state normally swaps the heart for the check circle. With the solid heart on, the
   filled heart is the added state, so the check has to go or the two overlap. */
.wishsuite-button.added .wishsuite-solid-added .check,
.wishsuite-button.wishsuite-btn-exist .wishsuite-solid-added .check {
    opacity: 0;
}

.wishsuite-button:focus {
    outline: none;
    border:none;
}
 
.wishsuite-button svg {
    fill:currentColor;
    transition: all 200ms ease-out;
    width: 15px;
    height: 15px;
}
.wishsuite-button svg + span{
    margin-left: 6px;
}
 
.wishsuite-button:hover svg,
.wishlist-toggle.added svg {
    fill:currentColor;
}
 
.wishsuite-button svg .loading,
.wishsuite-button svg .check {
    opacity: 0;
}
 
.wishsuite-button.added svg .check,.wishsuite-button.wishsuite-btn-exist svg .check {
    opacity: 1;
}
 
.wishsuite-button.added svg .heart,.wishsuite-button.wishsuite-btn-exist svg .heart {
    opacity: 0;
}
 
.wishsuite-button.loading svg .loading,
.wishsuite-button.loading:before {
    animation:loading 500ms 0ms infinite normal linear;
    transform-origin: center;
    opacity: 1;
}
 
.wishsuite-button.loading svg .heart {
    opacity:0;
}
.wishsuite-btn-text {
    display: flex;
    align-items: center;
}
 
@keyframes loading {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/* Table style*/
.wishsuite-table-content table {
    width: 100%;
    margin: 0;
    border: 1px solid #ebebeb;
    border-collapse: collapse;
}
.wishsuite-table-content table thead > tr {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
}
.wishsuite-table-content table thead > tr th {
    border-top: medium none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 30px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    border:0;
}

.wishsuite-table-content table tbody > tr {
    border-bottom: 1px solid #ebebeb;
}
.wishsuite-table-content table tbody > tr td {
    color: #333;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    border:0;
}

.wishsuite-table-content .quantity .qty {
    width: 3.631em;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

/* Table Loader */
.wishsuite-table-content {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
}
.wishsuite-table-content.loading:before{
    position: absolute;
    content:"";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255,255,255,.6);
}
.wishsuite-table-content .wishsuite-table-content-loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: htcomspin 1s linear infinite;
    animation: htcomspin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-30px, -25px);
    display: none;
}

.wishsuite-table-content.loading .wishsuite-table-content-loader{
    display: block;
}

/* Safari */
@-webkit-keyframes htcomspin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes htcomspin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Remove Button */
.wishsuite-remove{
    position: relative;
    display: inline-block;
    padding: 10px;
    margin-left: -5px;
    transition: none;
    text-decoration: none !important;
}
.wishsuite-remove:focus{
    outline: none;
}
.wishsuite-remove::after, .wishsuite-remove::before {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #2d2a2a;
    right: 0;
    -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
.wishsuite-remove::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wishsuite-remove:hover::after,.wishsuite-remove:hover::before{
    background: #EC1E1E;
}

.wishsuite-emplty-text{
    text-align: center;
}

.wishsuite-product-add_to_cart a{
    display: block;
    text-decoration: none !important;
}
.wishsuite-product-add_to_cart a.wc-forward{
    margin-top: 10px;
}

/* Compare wishlist adjustment */
.htcompare-btn + .wishsuite-button{
    margin-left: 10px;
}

/* Variation Product Quick Cart */
.wishsuite-product-add_to_cart{
    position: relative;
}
.wishsuite-quick-cart-area {
    position: absolute;
    width: 300px;
    height: 200px;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 99;
    background-color: #fff;
    padding: 15px 20px 15px 20px;
    border: 1px solid #ddd;
}
.quick-cart-open .wishsuite-quick-cart-area{
    overflow: hidden;
    overflow-y: auto;
    display: block;
}
.wishsuite-quick-cart-area .wishsuite-button {
  display: none !important;
}
.wishsuite-product-add_to_cart .wishsuite-quick-cart-area a {
  display: inline-block;
}

.wishsuite-quick-cart-close {
    display: inline-block;
    padding: 1px 10px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: 0.4s;
}
.wishsuite-quick-cart-close:hover{
  color:#D93025;
}
.wishsuite-quick-cart-area form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    width: 100%;
    margin-right: 0;
    padding-top: .5em;
    padding-bottom: .5em;
}
.wishsuite-quick-cart-area form.cart .variations select:focus {
    outline: none;
}
.wishsuite-quick-cart-area .single_add_to_cart_button {
    width: auto;
}
.wishsuite-quick-cart-area .single_add_to_cart_button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.wishsuite-quick-cart-area .quantity {
    display: inline-block;
}
.wishsuite-quick-cart-area .woocommerce-variation-add-to-cart{
    margin-top: 15px;
}
.wishsuite-quick-cart-area form.cart table {
    border-width: 0 0 1px;
    margin: 0 0 1.2em;
}

.wishsuite-quick-cart-area form.cart .variations {
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
    margin-bottom: 1em;
    width: 100%;
}

.wishsuite-quick-cart-area form.cart .variations td, .wishsuite-quick-cart-area form.cart .variations th {
    border: 0;
    line-height: 2em;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    text-align: left;
}
.wishsuite-quick-cart-area form.cart table td {
    padding-left: 0;
}
.wishsuite-quick-cart-area a.added_to_cart{
    width: 100%;
    padding: 3px;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 5px;
}
.wishsuite-quick-cart-area a.reset_variations {
    text-align: left;
}

/* Social Media Share */
.wishsuite-social-share {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.wishsuite-social-share ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.wishsuite-social-share ul li{
    display: inline-block;
}
.wishsuite-social-share ul li a{
    display: block;
    line-height: 1;
    padding: 5px;
    color: #3a3a3a;
}
.wishsuite-social-share ul li a .wishsuite-social-icon svg{
    fill:currentColor;
    width: 15px;
    height: 15px;
}

/* Wishlist Counter */
.wishsuite-counter-area:not(.wishsuite-has-text) {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 30px;
    color: #222;
}
.wishsuite-counter-area:not(.wishsuite-has-text) span.wishsuite-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    right: 0;
    top: -8px;
    background: #ec5858;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
}
.wishsuite-align-center .wishsuite-counter-area:not(.wishsuite-has-text) span.wishsuite-counter {
    right: -5px;
}
.wishsuite-align-right .wishsuite-counter-area:not(.wishsuite-has-text) span.wishsuite-counter{
    right: -8px;
}
.wishsuite-counter-area.wishsuite-has-text {
    display: inline-flex;
    align-items: center;
    color: #222;
    font-size: 16px;
}
.wishsuite-has-text span.wishsuite-counter-icon {
    display: flex;
    margin: 0 5px;
}
.wishsuite-has-text .wishsuite-counter-icon{
    color: #ec5858;
}
.wishsuite-counter-icon svg {
    fill: currentColor;
}

/* WooLentor addons */
.elementor-widget-woolentor-universal-product .wishsuite-button img,
.elementor-widget-woolentor-product-tab .wishsuite-button img{
    margin: 0 !important;
}

/* Pagination */
nav.wishsuite-pagination {
    margin-top: 30px;
}
nav.wishsuite-pagination ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}
nav.wishsuite-pagination ul .page-numbers {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 2px solid #ebebeb;
    text-decoration: none;
    background-color: transparent;
    color: #333333;
    transition: all 0.3s ease 0s;
}
nav.wishsuite-pagination ul .page-numbers.prev,
nav.wishsuite-pagination ul .page-numbers.next {
    font-size: 24px;
}
nav.wishsuite-pagination ul .page-numbers:focus,
nav.wishsuite-pagination ul .page-numbers:hover {
    border-color: #333333;
    outline: none;
}
nav.wishsuite-pagination ul .page-numbers.current {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

/*@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {*/

@media (max-width: 767px) {

    /* Force table to not be like tables anymore */
    .wishsuite-table-content table, .wishsuite-table-content thead, .wishsuite-table-content tbody, .wishsuite-table-content th, .wishsuite-table-content td, .wishsuite-table-content tr { 
        display: block; 
    }
    .wishsuite-table-content table, .wishsuite-table-content table th, .wishsuite-table-content table tbody > tr td,.wishsuite-table-content table td.wishsuite-product-title{
        text-align: left;
    }

    .wishsuite-table-content table{
        border:none;
    }

    .wishsuite-table-content td{
        padding: 10px;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .wishsuite-table-content thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .wishsuite-table-content tr {
        border: 1px solid #ebebeb;
        margin-top: 15px;
    }
    
    .wishsuite-table-content table tbody > tr td {
        border: none;
        border-bottom: 1px solid #ebebeb; 
        position: relative;
        padding-left: 50%;
    }
    
    .wishsuite-table-content td::before {
        position: absolute;
        top: 34%;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
    }

    .wishsuite-product-add_to_cart a{
        text-align: center;
    }
    
    /*
    Label the data
    */
    .wishsuite-table-content td:nth-of-type(1):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(2):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(3):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(4):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(5):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(6):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(7):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(8):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(9):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(10):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(11):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(12):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(13):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(14):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(15):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(16):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(17):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(18):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(19):before { content: attr(data-label); }
    .wishsuite-table-content td:nth-of-type(20):before { content: attr(data-label); }

}
/* ---------------------------------------------
 * Copy shareable wishlist link button + tooltip
 * --------------------------------------------- */
.wishsuite-social-share .wishsuite-copy-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 1;
    color: inherit;
}

.wishsuite-social-share .wishsuite-copy-link:hover,
.wishsuite-social-share .wishsuite-copy-link:focus {
    background: transparent;
    outline: none;
}

.wishsuite-social-share .wishsuite-copy-link .wishsuite-link-icon {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    transition: all 200ms ease-out;
}

.wishsuite-social-share .wishsuite-copy-link:hover .wishsuite-link-icon {
    opacity: 0.7;
}

.wishsuite-social-share .wishsuite-copy-link::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    padding: 4px 8px;
    border-radius: 3px;
    background: #333;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 150ms ease-out, visibility 150ms ease-out;
    pointer-events: none;
    z-index: 10;
}

.wishsuite-social-share .wishsuite-copy-link::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-1px);
    border: 4px solid transparent;
    border-top-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: opacity 150ms ease-out, visibility 150ms ease-out;
    pointer-events: none;
    z-index: 10;
}

.wishsuite-social-share .wishsuite-copy-link:hover::after,
.wishsuite-social-share .wishsuite-copy-link:hover::before,
.wishsuite-social-share .wishsuite-copy-link.wishsuite-copied::after,
.wishsuite-social-share .wishsuite-copy-link.wishsuite-copied::before {
    opacity: 1;
    visibility: visible;
}

.wishsuite-social-share .wishsuite-copy-link.wishsuite-copied::after {
    background: #46b450;
}

.wishsuite-social-share .wishsuite-copy-link.wishsuite-copied::before {
    border-top-color: #46b450;
}

.wp-block-woolentor-evercompare{display: block;}.products a.htcompare-shop-top_thumbnail{position:absolute!important;top:0;left:8px!important;z-index:9}.htcompare-btn{display:inline-flex!important;align-items:center;position:relative!important}.htcompare-btn svg{fill:currentColor;transition:all .2s ease-out;width:15px;height:15px;margin-right:5px}.htcompare-btn svg .ever-compare-check,.htcompare-btn.added svg .ever-compare-refresh{opacity:0}.htcompare-btn.added svg .ever-compare-check{opacity:1}.htcompare-btn.loading svg .ever-compare-refresh{animation:loading .5s 0s infinite normal linear;transform-origin:center}@keyframes loading{from{transform:rotate(0)}to{transform:rotate(360deg)}}.ever-compare-loader,.htcompare-btn.loading::after,a.htcompare-btn.added::after{display:none}.htcompare-btn.loading .ever-compare-loader{display:block}.htcompare-btn-text{display:flex;align-items:center}.ever-compare-btn-image{width:25px;margin-right:5px;display:inline-block}.ever-compare-btn-image img{width:100%!important;margin:0!important}a.htcompare-btn.loading,a.htcompare-cart-button.loading{opacity:.25;/*padding-right:2.618em;*/position:relative}.htcompare-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.htcompare-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px;word-break:break-word}.htcompare-row:nth-child(2n) .htcompare-col{background-color:#f7f7f7}.htcompare-col{border-right:1px solid #ddd}.htcolumn-value{-webkit-box-flex:0;-ms-flex:0 1 26%;flex:0 1 26%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.compare-data-primary .htcolumn-value{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:0;border-top:1px solid #ddd}.htcolumn-field-name{-webkit-box-flex:0;-ms-flex:0 0 22%;flex:0 0 22%;color:#2d2a2a;text-transform:uppercase;font-weight:600;font-size:16px}.htcompare-remove{position:relative;display:inline-block;padding:10px;margin-left:-5px}.htcompare-remove:focus{outline:0}.htcompare-remove::after,.htcompare-remove::before{content:" ";position:absolute;top:50%;display:inline-block;width:15px;height:2px;background-color:#2d2a2a;right:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.htcompare-remove::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.htcompare-remove:hover::after,.htcompare-remove:hover::before{background:#ec1e1e}.htcompare-product-image{display:block}.htcompare-return-to-shop .button{display:inline-block}.htcompare-empty-page-text,.htcompare-return-to-shop{text-align:center}.htcompare-empty-page-text{margin-bottom:10px}.htcompare-table *{-webkit-box-sizing: border-box;box-sizing: border-box;}.htcompare-table{position:relative}.htcompare-table.loading:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;z-index:1;background-color:rgba(255,255,255,.6)}.htcompare-table .htcompare-table-loader{border:8px solid #f3f3f3;border-radius:50%;border-top:8px solid #3498db;width:50px;height:50px;-webkit-animation:htcomspin 1s linear infinite;animation:htcomspin 1s linear infinite;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-30px,-25px);display:none}.htcompare-table.loading .htcompare-table-loader{display:block}.compare-data-availability .htcolumn-value p:last-child,.compare-data-description .htcolumn-value p:last-child,.ever-compare-message-error p{margin-bottom:0}.ever-compare-message-error{border:1px solid #dc3545;border-left-width:4px;box-shadow:0 1px 1px rgb(0 0 0 / 4%);padding:4px 10px;margin-bottom:10px}.compare-data-primary.htcompare-row .htcompare-col{background-color:transparent!important}@-webkit-keyframes htcomspin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes htcomspin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}a.htcompare-cart-button.loading::after{font-family:WooCommerce;content:'\e01c';vertical-align:top;-webkit-font-smoothing:antialiased;font-weight:400;position:absolute;top:auto;right:1em;animation:spin 2s linear infinite}a.htcompare-cart-button.added::after{font-family:WooCommerce;content:'\e017';margin-left:.53em;vertical-align:bottom}.htcompare-popup{display:none;position:fixed;z-index:9999;top:0;left:0;visibility:hidden;overflow:hidden;opacity:0;width:100%;height:100%;padding-right:17px;-webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);-o-transition:all .25s cubic-bezier(.645,.045,.355,1);transition:all .25s cubic-bezier(.645,.045,.355,1);background-color:rgba(0,0,0,.5)}.logged-in.admin-bar .htcompare-popup{top: 15px;}.htcompare-popup.open{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;opacity:1;visibility:visible}.htcompare-popup .htcompare-popup-content-area{width:calc(100% - 30px);max-width:1500px;margin:auto;padding:30px;background:#fff;position:relative}.htcompare-popup .htcompare-popup-content-area .htcompare-table{max-height:750px;overflow-y:auto}.htcompare-popup-close{position:absolute;width:25px;height:25px;background:#fff;right:-10px;top:-10px;border-radius:100%;cursor:pointer}.htcompare-popup-close::after,.htcompare-popup-close::before{content:" ";position:absolute;top:50%;display:inline-block;width:15px;height:2px;background-color:#2d2a2a;right:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.htcompare-popup-close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.htcompare-popup-close:hover::after,.htcompare-popup-close:hover::before{background:#ec1e1e}.ever-compare-shareable-link{margin-top:10px}.ever-compare-shareable-link.right{text-align:right}.ever-compare-shareable-link.left{text-align:left}.ever-compare-shareable-link.center{text-align:center}.evercompare-copy-link{cursor: pointer;}@media (min-width:992px) and (max-width:1200px){.htcompare-table{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (min-width:768px) and (max-width:1024px){.htcompare-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.htcompare-col{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}}@media (max-width:767px){.htcompare-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.htcompare-col{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.htcolumn-field-name{display:none}.htcompare-row:nth-child(2n) .htcompare-col{background-color:transparent}.htcolumn-value::before{content:attr(data-title);display:block;background-color:#f7f7f7;margin-top:-15px;margin-bottom:15px;padding:5px 0;width:100%;color:#2d2a2a;text-transform:uppercase;font-weight:600;font-size:14px}.compare-data-primary .htcolumn-value::before{display:none}}
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFFFFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--blue: #59BACC;--wp--preset--color--green: #58AD69;--wp--preset--color--orange: #FFBC49;--wp--preset--color--red: #e32c26;--wp--preset--color--gray-50: #f8f9fa;--wp--preset--color--gray-100: #f8f9fb;--wp--preset--color--gray-200: #E0E0E0;--wp--preset--color--primary: #000000;--wp--preset--color--accent: #183837;--wp--preset--color--secondary: #585858;--wp--preset--color--layout: #EAECE3;--wp--preset--color--border: #C6C9C0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}.wp-block-button{--wp--preset--dimension--25: 25%;--wp--preset--dimension--50: 50%;--wp--preset--dimension--75: 75%;--wp--preset--dimension--100: 100%;}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-blue-color{color: var(--wp--preset--color--blue) !important;}.has-green-color{color: var(--wp--preset--color--green) !important;}.has-orange-color{color: var(--wp--preset--color--orange) !important;}.has-red-color{color: var(--wp--preset--color--red) !important;}.has-gray-50-color{color: var(--wp--preset--color--gray-50) !important;}.has-gray-100-color{color: var(--wp--preset--color--gray-100) !important;}.has-gray-200-color{color: var(--wp--preset--color--gray-200) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-accent-color{color: var(--wp--preset--color--accent) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-layout-color{color: var(--wp--preset--color--layout) !important;}.has-border-color{color: var(--wp--preset--color--border) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-blue-background-color{background-color: var(--wp--preset--color--blue) !important;}.has-green-background-color{background-color: var(--wp--preset--color--green) !important;}.has-orange-background-color{background-color: var(--wp--preset--color--orange) !important;}.has-red-background-color{background-color: var(--wp--preset--color--red) !important;}.has-gray-50-background-color{background-color: var(--wp--preset--color--gray-50) !important;}.has-gray-100-background-color{background-color: var(--wp--preset--color--gray-100) !important;}.has-gray-200-background-color{background-color: var(--wp--preset--color--gray-200) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-accent-background-color{background-color: var(--wp--preset--color--accent) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-layout-background-color{background-color: var(--wp--preset--color--layout) !important;}.has-border-background-color{background-color: var(--wp--preset--color--border) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-blue-border-color{border-color: var(--wp--preset--color--blue) !important;}.has-green-border-color{border-color: var(--wp--preset--color--green) !important;}.has-orange-border-color{border-color: var(--wp--preset--color--orange) !important;}.has-red-border-color{border-color: var(--wp--preset--color--red) !important;}.has-gray-50-border-color{border-color: var(--wp--preset--color--gray-50) !important;}.has-gray-100-border-color{border-color: var(--wp--preset--color--gray-100) !important;}.has-gray-200-border-color{border-color: var(--wp--preset--color--gray-200) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-accent-border-color{border-color: var(--wp--preset--color--accent) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-layout-border-color{border-color: var(--wp--preset--color--layout) !important;}.has-border-border-color{border-color: var(--wp--preset--color--border) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}
