/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ==============================
   FONTS (usunięto duplikaty)
   ============================== */



@font-face {
    font-family: 'Suisse Intl';
    src: url('./fonts/SuisseIntl-Black.woff2') format('woff2'),
    url('./fonts/SuisseIntl-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('./fonts/SuisseIntl-Black.woff2') format('woff2'),
    url('./fonts/SuisseIntl-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('./fonts/SuisseIntl-Regular.woff2') format('woff2'),
    url('./fonts/SuisseIntl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('./fonts/SuisseIntl-Regular.woff2') format('woff2'),
    url('./fonts/SuisseIntl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* ==============================
   TYPOGRAPHY
   ============================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Suisse Intl'  , sans-serif;
    font-weight: 900 ;
}
span, a, p, li, figcaption {
    font-family: 'Suisse Intl' , sans-serif;
    font-weight: 300;
}
.wp-block-latest-posts__post-title {
    font-size: 25px;
    font-family: 'Suisse Intl', sans-serif;
    font-weight: bold;
}
.wp-block-latest-posts__post-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #26265a;
    margin: 20px 0;
}
strong {
    font-weight: 900;
    font-family: 'Suisse Intl' , sans-serif;
}

.ourmission{
    display: flex;
    flex-direction: column;

}
.ourmission .wp-block-image{
    padding: 70px 10px;
}
.ourmission .wp-block-image img{
    border-radius: 12px;

}
.wp-block-group.ourmission-text{
    padding: 0 10px 70px 10px !important;
    position: relative;
}
 .floating-img{
    position: absolute;
    top: 0;
    right: -50px;
    width: 104px !important;
    height: auto;
    z-index: 2;
    display: none;
}

.w-100{
	width: 100% !important;
}

.max-w-600{
	max-width: 600px;
}

@media(min-width: 1024px){
    .ourmission{
        flex-direction: row;
        max-width: 1200px !important;
        width: 100% !important;
        margin: 0 auto !important;
        border-radius: 12px;
    }
    .floating-img{
        display: block !important;
    }
    .ourmission .wp-block-image{
        padding: 0 20px 0 0;
        width: 100%;
    }
    .ourmission .wp-block-image img{
        height: auto;
        border-radius: 0;
    }
    .wp-block-group.ourmission-text{
        padding: 0 0 47px 20px !important;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        gap: 20px;

    }
    .wp-block-group.ourmission-text h2{
        font-size: clamp(30px, 4vw, 50px);
        margin: 0 0 0 0 !important;
    }
    .wp-block-group.ourmission-text p{
        font-size: 14px;
        margin: 0 0 0 0 !important;
        width: 80%;
        line-height: 20px;


    }
}

/* ==============================
   UTILITIES
   ============================== */
.relative { position: relative; }
.mb-0 { margin-bottom: 0 !important; }
.m-0{
    margin: 0 !important;
}
.w-33 { width: 33%; }
.w-50 { width: 50%; }
.max-1200 { max-width: 1200px !important; margin: 0 auto !important;  width: 100%; }
.max-1300 { max-width: 1320px !important; margin: 0 auto !important; width: 100% }
.text-no-wrap { white-space: nowrap; }
.text-center { text-align: center; }
.have-bag-desc{
    font-size: clamp(16px, 3vw, 40px);
    line-height: 120%;
}
.mobile-left{
    text-align: left !important;

    align-items: normal !important;
}

.hidde-incarent{
    display: none !important;
}
@media (max-width: 768px) {
    .mobile-left {
        text-align: left !important;

        align-items: normal !important;
    }
}
/* ==============================
   IMAGES / FLOATING
   ============================== */
.img-floating {
    position: absolute;
    top: 25px;
    right: -30px;
    z-index: 2;
}

/* ==============================
   SCROLLABLE CONTAINERS
   ============================== */
.scroll-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.scroll-container-products {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    justify-content: center !important;
    align-items: stretch !important;
    padding-top: 40px;
}

/* ==============================
   Navigation Menu
   ============================== */

.ast-builder-menu-1{
    width: 80% !important;
}
.ast-builder-menu-1 .ast-main-header-bar-alignment{
    margin-left: 0;
    width: 100% !important;
}
.ast-builder-menu-1 .ast-main-header-bar-alignment .site-navigation ,.ast-builder-menu-1 .ast-main-header-bar-alignment .site-navigation  .main-navigation{
    width: 100% !important;
}
.ast-builder-menu-1 .ast-main-header-bar-alignment .site-navigation ul {
    width: 100%;
    justify-content: space-around;
}

.cart-container, .cart-container .ast-addon-cart-wrap {
    height: 40px !important;
}

/* ==============================
   SERVICES CARDS
   ============================== */
.services-cards-wrapper {
    overflow: hidden;
    flex-wrap: nowrap;
}
.services-cards-wrapper img {
    width: 140px;
    height: 140px;
}
.services-cards-wrapper .wp-element-caption {
    text-align: center;
    font-size: 16px;
}

/* ==============================
   TOP BANNER
   ============================== */
.top-banner {
    color: white;
}

/* ==============================
   TICKER
   ============================== */
.itk {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000;
    color: #fff;
    height: 28px;
    text-transform: uppercase;
}
.itk__track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: max-content;
    will-change: transform;
    animation: itk-scroll 25s linear infinite;
}
.itmk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    font-size: 14px;
}
.itmk img {
    height: 100%;
    width: auto;
    display: inline-block;
}
.itsep {
    display: inline-block;
    width: 10px;
    flex: 0 0 auto;
}


.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap{
    max-width: 1320px !important;
    margin: 0 auto;
    width: 100%;
    padding: 40px 20px;
}

@keyframes itk-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ==============================
   GRID: STAINS
   ============================== */
.grid-stains {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr) !important;
    grid-auto-rows: auto;
    gap: 1rem;

    overflow-x: auto;
    justify-content: center;
    /* remove scoll bar */
    scrollbar-width: none; /* Firefox */
}
.grid-stains > * {
    width: 100%;
    height: auto;
    margin: auto;
    /*max-width: 140px;*/
    border-radius: 10px;
    object-fit: cover;
}
.grid-stains > * .wp-element-caption {
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    max-width: 140px;
}



/* =========================================
   MEDIA QUERIES (zebrane na końcu pliku)
   ========================================= */

/* <= 1024px — układ szeroki/średni */
@media (max-width: 1024px) {

    .hidde-mobile{
        display: none !important;
    }
    /* Utilities */
    .w-33 { width: 100%; }
.wp-block-group.hidde-mobile{
    display: none !important;
}
.wp-block-group.custom-step-summary{
    display: none !important;
}
    .text-center{
        text-align: left;
    }
    /* Floating image pozycjonowanie na tabletach */
    .img-floating {
        top: 140px;
        left: 15px;
        width: 75px;
    }

    /* Scrollowane produkty: wyrównanie do lewej na tabletach */
    .scroll-container-products {
        justify-content: flex-start !important;
    }

    /* Grid stains: 2 rzędy kafli, węższe kolumny */
    .grid-stains {
        grid-template-columns: repeat(4, 150px) !important;
        grid-template-rows: repeat(2, auto) !important;
        overflow-x: auto;
        overflow-y: hidden;
        width: auto;
        max-width: 100%;
        white-space: nowrap;
    }
    .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap{
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }


}

/* <= 768px — układ kolumnowy w blokach WP */
@media (max-width: 768px) {
    .wp-block-group {
        flex-direction: column;
    }
    .how-we-work{
        flex-direction: row !important;
    }
    .have-bag-container  {
        align-items: flex-start !important;
    }
    .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap{
        flex-direction: column !important;
    }
}

/* <= 748px — początek listy od lewej w grid-stains */
@media (max-width: 748px) {
    .grid-stains {
        justify-content: flex-start;
    }
    .footer-exp{
        flex-direction: row !important;

    }
    .footer-exp .wp-block-group .wp-block-group {
        flex-direction: row !important;
    }
}

/* <= 480px — mniejsza typografia tickera */
@media (max-width: 480px) {
    .itk {
        /*line-height: 1;*/
        font-size: 14px;
    }
}



/* =========================================
   HORIZONTAL SCROLL dla podanego markupu
   (wp-block-group.scroll-container-products)
   ========================================= */

/* Tor przewijania */
.wp-block-group.effects-scroll-container-products {
    gap: 16px;                          /* odstęp między kaflami */
    padding-bottom: 8px;                 /* na cień/zaokrąglenia */
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory;
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: stretch !important;

    /* „zatrzaski” na krawędzi */
}

/* ukrycie paska w WebKit (opcjonalne) */
.wp-block-group.effects-scroll-container-products::-webkit-scrollbar { height: 0; }

/* Pojedynczy kafel = wewnętrzny .wp-block-group */
.wp-block-group.effects-scroll-container-products > .wp-block-group {
    flex: 0 0 85% !important;            /* szerokość kafla na mobile */
    max-width: 85%;
    scroll-snap-align: start;
    border-radius: 12px;
    overflow: hidden;
}
.wp-block-group.effects-scroll-container-products figure{
    height: -webkit-fill-available;
}
/* Obraz w kaflu */
.wp-block-group.effects-scroll-container-products figure.wp-block-image img {
    display: block;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Kafelek z przyciskiem promocyjnym (ten w środku) */
.wp-block-group.effects-scroll-container-products .wp-block-buttons {
    margin: 0 0 16px 0;
}
.wp-block-group.effects-scroll-container-products .wp-block-button__link {
    display: block;
    text-align: center;
    border-radius: 12px;
    padding: 12px 16px;
    background: #26265A;
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
    font-family: 'Suisse Intl', sans-serif;
}

.wp-block-button__link{
    font-family: 'Suisse Intl', sans-serif !important;
    font-weight: 900 !important;

}

/* =========================================
   MEDIA QUERIES (od szerszych do węższych)
   ========================================= */

/* >= 1024px — 3 kafle „w kadrze” */
@media (min-width: 1024px) {
    .wp-block-group.effects-scroll-container-products > .wp-block-group {
        flex: 0 0 33.33% !important;
        max-width: 33.33%;
    }

}

/* >= 768px — ~2 kafle „w kadrze” */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .wp-block-group.effects-scroll-container-products > .wp-block-group {
        flex: 0 0 55% !important;
        max-width: 55%;
    }
}

/* >= 576px — większy kafel, łatwiej przewijać */
@media (min-width: 576px) and (max-width: 767.98px) {
    .wp-block-group.effects-scroll-container-products > .wp-block-group {
        flex: 0 0 70% !important;
        max-width: 70%;
    }

}

/* ====== Styl strony Thank You (bez tabel) ====== */
.ws-thankyou{max-width:1100px;margin:0 auto;padding:120px 20px}
.ws-thankyou .woocommerce-notice--success{margin-bottom:16px}

/* CO DALEJ? */
.ws-next{
    padding:56px 32px;
    border:2px dashed #26265A;
}
.ws-next__inner{
    display:flex;
    justify-content:space-between;
    gap:32px; /* lepsza separacja przy zawijaniu */
}
.ws-next h2{
    font-size:clamp(22px, 6vw, 32px);
    margin:0 0 24px 0;
    color:#26265A;
}
.ws-next p{
    max-width:300px;width:100%;color:#26265A
}
.ws-steps{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:42px;
}
.ws-step{max-width:140px}
.ws-step__text{
    text-align:center;padding:4px;color:#26265A;font-size:16px;
}

/* METRYCZKA */
.ws-meta{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    margin:80px 0;
}
.ws-meta>div{
    display:flex;flex-direction:column;align-items:center;
    padding:10px 40px;text-align:center;border-left:1px solid #1e2a4a;
}
.ws-meta>div:last-child{border-right:1px solid #1e2a4a}
.ws-meta span{color:#26265A}
.ws-meta strong{font-size:18px;color:#26265A}

/* LISTA (div rows) */
.ws-order h3{
    color:#26265A;font-weight:900;font-family:'Suisse Intl',sans-serif;
}
.ws-row{
    display:flex;justify-content:space-between;align-items:center;
    border-bottom:1px solid #1e2a4a;padding:24px 0;font-size:16px;
}
.ws-row:last-child{border-bottom:none}
.ws-row-head .ws-col .ws-head{
    font-size:16px;font-weight:900;
    font-family:"Suisse Intl",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
.ws-row-total .ws-col{
    font-size:18px;font-weight:900;
    font-family:"Suisse Intl",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

/* ===================== */
/*      RESPONSYWKA      */
/* ===================== */

/* <= 1200px: odrobina luzu */
@media (max-width:1200px){
    .ws-thankyou{padding:96px 20px}
}

/* <= 1024px: tablet poziom */
@media (max-width:1024px){
    .ws-thankyou{padding:80px 20px}

    /* sekcja „co dalej” układa się w kolumny */
    .ws-next__inner{flex-wrap:wrap}
    .ws-next p{max-width:100%}
    .ws-steps{grid-template-columns:1fr 1fr;gap:28px}

    /* metryczka na 2 kolumny i prostsze linie */
    .ws-meta{
        grid-template-columns:1fr 1fr;
        margin:48px 0;
    }
    .ws-meta>div{
        border:none;
        padding:16px 20px;
    }
    .ws-meta>div:last-child{border:none}
}

/* <= 768px: tablet pion / średnie telefony */
@media (max-width:768px){
    .ws-thankyou{padding:64px 16px}

    .ws-next{padding:36px 20px}
    .ws-steps{grid-template-columns:1fr;gap:20px ; margin: auto}
    .ws-step__text{font-size:15px}

    /* metryczka ciaśniej */
    .ws-meta{margin:36px 0}
    .ws-meta strong{font-size:16px}

    /* wiersze zamówienia – pionowo */
    .ws-row{
        flex-direction:column;align-items:flex-start;
        gap:6px;padding:16px 0;
    }
    .ws-row .ws-col.tar{text-align:left;width:100%}
    .ws-row-head{display:none} /* nagłówek niepotrzebny na mobile */
    .ws-row-total .ws-col{font-size:17px}
}

/* <= 480px: małe telefony */
@media (max-width:480px){
    .ws-thankyou{padding:48px 14px}
    .ws-next{padding:28px 16px;border-width:2px}
    .ws-next h2{font-size:clamp(20px,7vw,26px)}
    .ws-step__text{font-size:14px}

    .ws-meta{
        grid-template-columns:1fr;
        margin:24px 0;
    }
    .ws-meta>div{padding:12px 10px}
    .ws-meta strong{font-size:15px}

    .ws-row{padding:14px 0;font-size:15px}
    .ws-row-total .ws-col{font-size:16px}
}

@media (max-width: 764px ) {
    .custom-step-summary{
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
    .custom-step-summary .wp-block-group{
      display: flex;
        flex-direction: row !important;
    }
}

/* ==============================
   CART PAGE
   ============================== */
/* kontener listy */
.ws-cart{display:flex;flex-direction:column;gap:14px}

/* wiersz i kolumny */
.ws-row{display:flex;align-items:center;gap:12px;border-bottom:1px solid #e6e8f0;padding:12px 0}
.ws-row--head{font-weight:700;color:#26265A;border-bottom:1px solid #26265A;padding:8px 0}
.ws-col{padding:4px 6px}

/* siatka kolumn (desktop) */
.ws-col--remove{width:32px;flex:0 0 32px;text-align:center}
.ws-col--thumb{width:84px;flex:0 0 84px}
.ws-col--name{
    flex:1 1 auto;
    min-width:220px ;
}
.ws-col--name,.ws-col--price, .ws-col.ws-col--qty , .ws-col--sum{
    font-size: 20px;
    font-family: "Suisse Intl" , sans-serif;
    font-weight: 900;
}
.ws-col--price{width:140px;flex:0 0 140px;text-align:left}
.ws-col--qty{width:140px;flex:0 0 140px}
.ws-col--sum{width:160px;flex:0 0 160px;text-align:right}

.cart-collaterals.ws-cart__summary{
    background-color: #F6F7FF;
    color: #26265A;
    border: 1px solid #1E2A4A !important;
    border-radius: 8px !important;
}

.cart_totals{
    border: none !important;
}
.cart_totals .shop_table{
    border: none !important;
}
.cart_totals h2{
    padding: 32px 0  !important;
    color: #1E2A4A;
    font-weight: 900 !important;
    font-family: 'Suisse Intl', sans-serif !important;
    font-size: 30px !important;
    border: none !important;
    text-align: center;
    white-space: collapse;
    width: 80%;
    margin: 0 auto !important;
    background-color: transparent !important;
}

.cart_totals .checkout-button{
    padding: 12px 0 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    margin:0 !important;
    max-height: 48px !important;
}
.cart_totals .cart-subtotal, .cart_totals .shipping, .cart_totals .order-total{
    display: flex;
    justify-content: space-between;
}
.cart_totals .woocommerce-shipping-destination{
    display: none;
}
.cart_totals .woocommerce-shipping-methods, .cart_totals .order-total td{
    text-align: end;
}
.order-total,.shipping{
    border-top: 1px solid #1E2A4A;
}
.cart_totals .order-total, .order-total .amount, .order-total .woocommerce-Price-currencySymbol{
    font-family: "Suisse Intl", sans-serif;
    font-weight: 900 !important;
    font-size: 20px;
    color: #26265A;
}
.cart_totals .order-total th{
    font-family: "Suisse Intl", sans-serif;
    font-weight: 900 !important;
}
.includes_tax{
    display: none;
}
/* elementy wewnątrz */
.ws-name a{color:#26265A;text-decoration:none;font-weight:600}
.ws-note .ws-textarea{width:100%;max-width:340px;margin-top:8px;padding:10px;border:1px solid #dfe3ea;border-radius:10px;font-size:14px;resize:vertical}
.ws-actions{
    display:flex;
    gap:12px;
    align-items:center;
    justify-content:space-between;
    margin-top:10px;
    padding-top:8px;
    border-top:1px solid #e6e8f0
}
.ws-coupon{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.ws-coupon button, .button.ws-update{
    border: none !important;
    border-radius: 0 8px 8px 0 !important;
    background-color: #E4E4E4 !important;
    color: #7E7E7E !important;
}
.button.ws-update{
    border-radius: 8px !important;
}
.ws-update{opacity:.9}
.ws-col--sum bdi, .ws-col--sum bdi .woocommerce-Price-currencySymbol{
    font-weight: 900 !important;
    font-family: 'Suisse Intl', sans-serif;
    font-size: 20px;
    color: #26265A;
}
/* RESPONSYWKA */
@media (max-width: 1200px){
    .ws-row--head{display:none}
    .ws-row{flex-wrap:wrap;gap:8px 12px; align-items: flex-start}
    .ws-col--remove{order:0}
    .ws-col--thumb{order:1}
    .ws-col--name{order:2;flex:1 1 100%}
    .ws-col--price{order:3;flex:1 1 calc(50% - 6px);text-align:left}
    .ws-col--qty{order:4;flex:1 1 calc(50% - 6px)}
    .ws-col--sum{order:5;flex:1 1 100%;font-weight:900 !important; width: 100%; text-align: end}
    .ws-actions{flex-direction:column;align-items:flex-start;gap:10px}
    .ws-coupon{width:100%}
    .ws-coupon input{flex:1}
    .ws-cart__summary{
        margin-top: 20px;
    }
}

@media (max-width: 480px){
    .ws-col--thumb{width:64px;flex:0 0 64px}
    .ws-col--price,.ws-col--qty{flex:1 1 100%}
}
.ast-header-woo-cart{
 max-height: 40px;
}
/*cart button */
.ast-addon-cart-wrap .ast-icon-shopping-bag .ast-icon.icon-bag, .ast-addon-cart-wrap .ast-icon-shopping-cart .ast-icon.icon-cart {
display: none;
}
.ast-site-header-cart i.astra-icon:after{
    background: transparent;
    position: static;
    font-size: 18px;
    color:black !important;
    font-family: 'Suisse Intl', sans-serif;
    font-weight: 900 !important;
    box-shadow: none ;
}
.added_to_cart.wc-forward[title='Zobacz koszyk']{
    display: none;
}
.contact-form-wrapper{
    max-width: 660px;
    width: 100%;
}
.contact-form-wrapper form input, .contact-form-wrapper form textarea{
    border-radius: 8px !important;
    border: 1px solid #26265A !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 16px !important;
}
.contact-form-wrapper .forminator-row{
    margin-bottom: 0px !important;
}
.contact-form-wrapper form input::placeholder , .contact-form-wrapper form textarea::placeholder{
    color: #26265A !important;
}
.contact-form-wrapper form button{
    background: #26265A !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 16px !important;
    font-family: 'Suisse Intl', sans-serif !important;
    min-width: 180px !important;
}

.contact-form-wrapper form .forminator-field:has(.forminator-button.forminator-button-submit){
    display: flex;
    justify-content: end;
    padding: 8px 24px !important;
}
.forminator-multi-upload{
    padding: 16px 8px !important;
    max-width: 140px !important;
    width: 100% !important;
    max-height: 72px !important;
    border-radius: 8px !important;
    border: none !important;
    background-color: #ECEBEA;
    text-align: center;
    font-size: 14px !important;
    cursor: pointer;
}
.forminator-multi-upload p , .forminator-multi-upload span{
    font-size: 14px !important;
    color: #26265A !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Suisse Intl ' , sans-serif !important;
    font-weight: 900 !important;
}

.ast-site-identity .site-title{
    display: none;
}
.ast-woo-header-cart-info-wrap{
    white-space: nowrap;
    background-color: transparent !important;
}

/* Kontener przewijany poziomo (równe karty + snap) */
.opinie-track{
    display: flex;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding: 0 10px;
    width: 100%;
}

/* Jednolita szerokość kart + zatrzaskiwanie na krawędzi */
.opinie-track .opinia-card{
    flex: 0 0 clamp(280px, 85vw, 360px); /* min 280px, na tel. ok. 85% szer., max 360px */
    scroll-snap-align: start;
    box-sizing: border-box;
}

/* Styl karty */
.opinia-card{
    background:#1e2158;
    color:#fff;
    border-radius:16px;
    padding:24px;
    box-shadow:0 6px 20px rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
}
.opinia-stars{
    margin-bottom:12px;
    letter-spacing:2px;
    font-size:24px;
    line-height:1;
    display: flex;
    justify-content: center;
}
.opinia-star{ opacity:.25; }
.opinia-star.is-filled{ opacity:1; color:#00ff3b; }
.opinia-content{ font-size:18px; line-height:1.6; margin-bottom:16px; flex-grow: 1 }
.opinia-content p{ margin:0 0 12px 0;  }
.opinia-content img{ max-width:100%; height:auto; } /* na wszelki wypadek */
.opinia-meta{
    display:flex;
    flex-direction: column;
    align-items:end;
    opacity:.9;
    font-size:13px;
}
.opinia-author{ font-weight:900 !important; }
.opinia-date{ opacity:.8; }

.effects-scroll-container-products ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
}
.effects-scroll-container-products ul li{
    min-width: 320px !important;
}

.main-header-menu {
    flex-wrap: nowrap;
    white-space: nowrap;
}
.icramment-with-buttons{

}
.icramment-with-buttons .single_add_to_cart_button, .icramment-with-buttons .minus, .icramment-with-buttons .plus{
    display: none !important;
}

/* HARD RESET dla całego selektora ilości w tym jednym bloku */
.icramment-with-buttons.wp-block-add-to-cart-form .wc-block-components-quantity-selector,
.icramment-with-buttons.wp-block-add-to-cart-form .wc-block-components-quantity-selector *,
.icramment-with-buttons.wp-block-add-to-cart-form .wc-block-components-quantity-selector::before,
.icramment-with-buttons.wp-block-add-to-cart-form .wc-block-components-quantity-selector::after,
.icramment-with-buttons.wp-block-add-to-cart-form .wc-block-components-quantity-selector *::before,
.icramment-with-buttons.wp-block-add-to-cart-form .wc-block-components-quantity-selector *::after {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}


.ws-cart .woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle, .woocommerce-notices-wrapper,.woocommerce-NoticeGroup{
    display: none;
}
#order_review_heading , #order_review{
    background-color: #F6F7FF !important;
    border-color: #1e2a4a !important;
    border-width: 1px !important;

}

#order_review_heading {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom: none !important;
}
#order_review {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top: none !important;
}

@media (max-width: 1024px){
    .custom-kontakt-group{
        flex-direction: column !important;
    }
}

#astra-mobile-cart-drawer .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout),
.astra-cart-drawer .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout){
  display: none !important;
}

@media (max-width: 914px){

    .ast-site-header-cart{
        padding:0  !important;
        display: flex !important;
        align-items: center !important;
        background-color: transparent !important;

    }
    .ast-site-header-cart .ast-addon-cart-wrap {
        background-color: transparent !important;
        color:black !important;
        box-shadow: none;
        font-size: 16px !important;
        padding: 0 !important;

    }
    .ast-site-header-cart .ast-addon-cart-wrap  .ast-woo-header-cart-info-wrap
    {
        display: none !important;
    }
    .ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
        display: none;
    }
    .ast-addon-cart-wrap .ast-icon-shopping-cart .ast-icon.icon-cart {
        display: block !important;
    }
}

.services-list-section .service-price ins {
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.services-list-section .service-price del {
    display: block;
    opacity: .7;
    margin-top: 4px;
}

.woocommerce-Price-amount{
	font-weight:bold;
}