/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Beau+Rivage&family=Cal+Sans&family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kalam:wght@300;400;700&family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


a {
    text-decoration-thickness: 1px !important;
    text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
    outline-width: 2px;
    outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
    margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
    text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
    display: block;
}



/* 06-Feb-2026 Css */
.single-product-shortcode {
    max-width: 357px;
    margin-inline: auto;
    color: #fff;
    width: 100%;
    border-radius: 16px;
    padding: 0px;
    margin-top: 0;
    overflow: hidden;
    border: 1px solid #FFFFFF0F;
    backdrop-filter: blur(25px);
    background: #090b16;
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), radial-gradient(129.09% 91.48% at 0% 0%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);*/
}

.single-product-shortcode h4 {
    margin: 0 0 14px 0;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
}

.single-product-shortcode .price {
    background-color: #0a0b15;
    text-align: center;
    color: #dbf982;
    padding: 4px 0;
    border: 1px dashed #fff3;
    border-radius: 8px;
    border-width: 1px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    border-style: dashed;
    font-family: "Cal Sans" !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
}

.single-product-shortcode a.add-to-cart {
    z-index: 20;
    color: #000;
    text-transform: capitalize;
    background-color: #dbf982;
    justify-content: center;
    align-items: center;
    padding: 7px 18px;
    display: flex;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    font-size: 17px;
    margin-top: 12px;
    border-radius: 8px;
    border-width: 2px;
    gap: 12px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 20px;
    /* box-shadow: 0px 4px 0px 0px #FFFFFF30 inset, 0px -2px 4px 0px #00000080 inset !important; */
    border: 2px solid #8AB800;
}

.image-button-second.hovered {
    width: 0;
    left: auto;
    transform: translate(-75px);
}

.image-button-first {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 20px;
    max-width: 20px;
    height: 20px;
    transition: all .7s;
    display: flex;
    position: relative;
}

.image-button-second.hovered {
    width: 0;
    left: auto;
    transform: translate(-75px);
}

.single-product-shortcode .product-thumbnail {
    min-height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product-shortcode .product-thumbnail a {
    display: flex;
}

.single-product-shortcode .product-thumbnail a img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.no-thanks {
    max-width: 357px;
    margin-inline: auto;
    width: 100%;
    margin-top: 20px;
}

.no-thanks a.elementor-button {
    width: 100%;
    letter-spacing: 0.4px;
    background: transparent;
    /*border: 1px solid #fff3;
    border-radius: 8px;
    border-width: 1px;*/
    padding-top: 0px !important;
    padding-right: 10px;
    padding-bottom: 0px !important;
    padding-left: 10px;
    font-family: 'Aeonik Fono', monospace;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: 0.6;
    text-decoration: underline;
}

.no-thanks a.elementor-button:hover {
    opacity: 1;
}


.offer-timer {
    max-width: max-content;
    margin-inline: auto;
    width: 100%;
    margin-block: 12px 32px;
}

.offer-timer .product-timer {
    padding: 6px 15px;
    margin: 0 0;
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px dashed #fff3;
}

.offer-timer .product-timer .timer-text {
    margin: 0 0 0 6px;
    font-size: 15px;
    letter-spacing: 0;
    color: #cbcbcd;
}
.offer-timer .product-timer  .timer-digits {
    color: #fff;
    font-size: 18px;
    font-family: AeonikFono, Arial, sans-serif;
}

.single-product-shortcode a.add-to-cart .w-embed {
    width: 22px;
    height: auto;
    display: flex;
    transition: 0.3s ease-in-out;
}

.single-product-shortcode a.add-to-cart:hover .image-button-second {
    transform: translateX(0);
    opacity: 1;
}

.single-product-shortcode a.add-to-cart .image-button-second {
    transform: translateX(-10px);
    opacity: 0;
}

.single-product-shortcode a.add-to-cart:hover .image-button-first {
    transform: translateX(10px);
    opacity: 0;
}


body.woocommerce-order-received {
    color: #fff;
}

.wp-block-woocommerce-order-confirmation-totals-wrapper h2 {
    display: none;
}

.wc-block-order-confirmation-totals__table a {
    pointer-events: none;
    text-decoration: none;
    text-decoration-thickness: auto;
}

.wc-block-order-confirmation-totals__product .product-quantity {
    background-color: #090B16 !important;
}

.wp-block-woocommerce-order-confirmation-totals p.order-again {
    display: none;
}

.custom-order-again-button {
    background-color: #D9F778;
    color: #090B16;
    font-weight: bold;
}

/* .single-product-shortcode::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    background: radial-gradient(circle at 100% 30%, rgb(228 255 141 / 32%), transparent 45%), linear-gradient(144deg, #1a1c25c7 0%, #1a1c25b0 30%, #e4ff8d6b 50%, #1a1c25c2 71%);
    background-repeat: no-repeat;
} */
/* 06-Feb-2026 Css End */





/* 9 FEB 2026 */

/* @import url('./fonts.css'); */

.upsell-main-container .custom-scale-heading h2.elementor-heading-title {
    font-size: 72px !important;
    line-height: 100%;
    font-family: 'Cal Sans' !important;
    font-weight: 400 !important;
    font-style: normal;
    background-image: linear-gradient(#A7AABE 20%, rgb(255 255 255) 80%);
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.3px rgb(255 255 255);
}
.upsell-main-container > .e-con-inner {
    padding-block: 128px !important;
}

.upsell-main-container .mainSubHeading p {
    font-family: 'Aeonik Fono', monospace;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 !important;
}

.upsell-main-container .mainProductSec .offer-timer {
    margin-top: 14px;
    margin-bottom: 48px;
}

.upsell-main-container .mainProductSec .offer-timer .product-timer {
    /* box-shadow: 0px 3px 3px 0px #FFFFFF14 inset;
    box-shadow: 0px 4px 4px 0px #00000080;
    border: 1px solid #FFFFFF33;
    border-radius: 8px;
    border-width: 1px; */
    box-shadow: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
    border-width: 0px !important;
    gap: 12px;
    opacity: 1;
    padding-top: 13px;
    padding-right: 24px;
    padding-bottom: 13px;
    padding-left: 24px;
    border-style: dashed;
}

.upsell-main-container .mainProductSec .offer-timer .product-timer span.timer-digits {
    font-family: 'Aeonik Fono', monospace;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #DBF982 !important;
}

.upsell-main-container .mainProductSec .offer-timer .product-timer span.timer-text {
    margin: 0;
    font-family: 'Aeonik Fono', monospace;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    opacity: 1;
    color: #fff !important;
    text-transform: capitalize;
}

.single-product-shortcode .product-thumbnail {
    margin: -24px -24px -14px -24px;
}

.single-product-shortcode h4 {
    margin: 0 0 12px 0;
    font-family: 'Cal Sans' !important;
    font-weight: 400 !important;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    font-style: normal;
    background-image: linear-gradient(#A7AABE 20%, rgb(255 255 255) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.5px rgb(255 255 255);
}

.single-product-shortcode a.add-to-cart .text-button {
    font-family: 'Onest';
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 20px;
    letter-spacing: -0.2px;
    vertical-align: middle;
    text-transform: uppercase;
}

.mainProductFootText {
    font-family: 'Cal Sans' !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
    padding-bottom: 12px !important;
    margin-top: 4px !important;
    background: #FFFFFF1A !important;
}

.mainFooter {
    border-top: 1px solid #FFFFFF14 !important;
}

.mainFooter * {
    font-family: 'Aeonik Fono', monospace !important;
    letter-spacing: normal !important;
}
.single-product-shortcode .price > del {
    font-weight: 600;
    text-align: right;
    text-decoration-thickness: 1px;
    text-decoration-line: line-through;
    background-image: linear-gradient(#A7AABE 20%, rgb(255 255 255) 80%);
    text-align: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
    margin-right: 5px;
}
.single-product-shortcode .price > ins {
    text-decoration: none;
}

.single-product-shortcode h3.h3._28 {
    font-family: 'Cal Sans' !important;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: normal;
    margin: 0;
    background-image: linear-gradient(#A7AABE 20%, rgb(255 255 255) 80%);
    text-align: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* -webkit-text-stroke: 0.5px rgb(255 255 255); */
}

.single-product-shortcode .wrapper-par-box-upsell p {
    font-family: onest;
    font-weight: 400;
    font-size: 14px;
    line-height: normal !important;
    letter-spacing: 0;
    margin-top: 8px;
    margin-bottom: 14px;
    color: #FFFFFFCC !important;
}

.custom-woocomerce-checkout {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

label[for="payment_method_migpaymentspayments"] img {
    max-width: 110px !important;
}

label[for="payment_method_migpaymentspayments"],
#wc-migpayments-payment-method-description,
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 14px;
}
.upsell-main-container > .e-con-inner {
    gap: 16px !important;
}

body .card-frame {
    width: 100% !important;
}
.woocommerce-page table.shop_table td.product-subtotal, .woocommerce-page table.shop_table td.product-total {
    text-align: right;
}

@media (max-width: 767px) {
    .upsell-main-container .custom-scale-heading h2.elementor-heading-title {
        font-size: 45px !important;
        line-height: normal !important;
    }

    .single-product-shortcode h4 {
        font-size: 24px;
    }
}


/* 27th feb 2026 */
.product-thumbnail {
    display: none !important;
}
.new_single_product {
    border: 0px !important;
    backdrop-filter: none !important;
    background: transparent !important;
    text-align: center;
    max-width: 100% !important;
}
.new_single_product h3.h3._28 {
    text-align: center !important;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
}
.new_single_product .price {
    background-color: transparent !important;
    text-align: center;
    color: #dbf982;
    border: 0;
    border-width: 0px !important;
}
.new_single_product a.add-to-cart {
    width: 100%;
    margin-inline: auto;
    margin-block: 32px 20px;
}
.no-thanks {
    margin-top: 0 !important;
}

.new_single_product .price > del bdi {
    text-decoration: line-through !important;
    text-decoration-thickness: 1px !important;
    text-decoration-color: #fff !important;
    font-size: 16px;
    line-height: 24px !important;
    font-weight: 400 !important;
    font-family: 'Onest' !important;
}
.new_single_product .price > ins {
    font-size: 32px;
    color: #FFFFFFCC !important;
}
.upsell-main-container .mainProductSec .offer-timer {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
    .new_single_product {
        padding: 0px !important;
    }
    .new_single_product a.add-to-cart {
        width: 100% !important;
    }
    .offer-timer .product-timer {
        flex-direction: column !important;
}
}

.upsell-calc-container {
    background-color: #0a0b0d00 !important;
    position: absolute;
    width: 100%;
    top: -150px;
    left: 0;
    right: 0;
}
.offer-timer {
    position: absolute;
    width: 100% !important;
    left: 0;
    right: 0;
    top: -200px;
}
.instant-lite {
    width: 60% !important;
}
.single-product-shortcode.new_single_product {
    padding-block: 0px !important;
}
/* .weekend-text svg {
    padding-top: 5px;
} */

.weekend-text p {
    line-height: 20px !important;
    font-size: 14px !important;
    font-family: onest !important;
    margin: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

@media screen and (max-width: 768px) {
    h3.h3._28 span {
        font-size: 34px !important;
        line-height: normal !important;
    }
   .new_single_product h3.h3._28 {
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: normal !important;
    }
    .upsell-calc-container {
        top: -110px;
        left: 0;
        right: 0;
        justify-content: center;
    }
    .box {
        padding: 6px 16px !important;
        font-size: 14px !important;
        min-width: max-content !important;
    }
    .dynamic-box {
        padding: 6px 40px !important;
        border-radius: 8px;
        font-weight: 600 !important;
        font-size: 14px !important;
        width: auto !important;
    }
    .upsell-main-container .mainProductSec .offer-timer .product-timer {
        padding: 10px !important;
        font-size: 16px !important;
    }
    .box:last-of-type {
        padding: 12px 20px !important;
    }
    .operator {
        font-size: 16px !important;
    }
    .single-product-shortcode .wrapper-par-box-upsell p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .new_single_product .price > ins {
        font-size: 24px !important;
        color: #FFFFFFCC !important;
    }
    .single-product-shortcode a.add-to-cart .text-button {
        font-size: 16px !important;
        line-height: 20px;
    }
    .single-product-shortcode a.add-to-cart {
        padding: 7px 14px !important;
        font-size: 16px !important;
        gap: 8px;
    }
    .single-product-shortcode a.add-to-cart .w-embed {
        width: 14px;
        height: auto;
        display: flex;
        transition: 0.3s ease-in-out;
    }
        a .not-now-btn {
        font-size: 14px !important;
    }
    .instant-lite {
        width: 100% !important;
    }
}
.instant-lite {
    max-width: 600px !important;
}
a span.not-now-btn {
    font-size: 14px;
    font-family: 'Onest';
    color: #ffffff99;
}
.weekend-text svg {
    filter: drop-shadow(0 0 16px rgba(219, 249, 130, 0.3))
    drop-shadow(0 0 8px rgba(219, 249, 130, 0.3));
}
.instant-lite {
    background-size: 100% 100% !important;
}
.order-confirmed ul li {
    text-shadow: 0 0 20px #DBF982;
}

.order-confirmed ul li span {
      font-family: 'Aeonik Fono', monospace !important;
}
.custom-scale-heading {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff, #a7aabe);
    -webkit-background-clip: text;
    background-clip: text;
}