/*=======================
* MODAL POPUP STYLE
========================*/

html.wyjedzone-qv-is-open.wyjedzone-qv-modal,
html.wyjedzone-qv-is-open.wyjedzone-qv-modal body {
    overflow: hidden;
}

html.wyjedzone-qv-is-open .select2-container.select2-container--open {
    z-index: 1500;
}
html.wyjedzone-qv-is-open.wyjedzone-qv-on-mobile .select2-container.select2-container--open {
    z-index: 999999;
}
html.wyjedzone-qv-is-open.wyjedzone-qv-on-mobile .wyjedzone-qv{
    z-index:99999;
}

html.wyjedzone-qv-sliding .wyjedzone-qv-nav{
    display: none;
}

.wyjedzone-qv.wyjedzone-qv-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-wrapper {
    position: absolute;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
}

.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-main {
    opacity: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    border-radius: 22px;
}

.wyjedzone-qv.wyjedzone-qv-modal.open,
.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-wrapper {
    visibility: visible;
    opacity: 1;
}

.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-main {
    opacity: 1;
}

.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-content {
    height: 100%;
}

.woocommerce .wyjedzone-qv.wyjedzone-qv-modal.open .single-product div.product .summary.entry-summary{
    overflow-y:auto;
    margin: 35px 20px 35px 0;
    /* padding-top: 0; */
}



/* SLIDE IN */
.wyjedzone-qv.wyjedzone-qv-sliding.slide-in-right .wyjedzone-qv-main {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.wyjedzone-qv.wyjedzone-qv-sliding.slide-in-right.open .wyjedzone-qv-main {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.wyjedzone-qv.wyjedzone-qv-modal.slide-in .wyjedzone-qv-main {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}

.wyjedzone-qv.wyjedzone-qv-modal.open.slide-in .wyjedzone-qv-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* FADE IN SCALE */

.wyjedzone-qv.wyjedzone-qv-modal.fade-in .wyjedzone-qv-main {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.wyjedzone-qv.wyjedzone-qv-modal.open.fade-in .wyjedzone-qv-main {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* SCALE UP */

.wyjedzone-qv.wyjedzone-qv-modal.scale-up .wyjedzone-qv-main {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.wyjedzone-qv.wyjedzone-qv-modal.open.scale-up .wyjedzone-qv-main {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/*=========================
* INLINE STYLE
=========================*/

.wyjedzone-qv.wyjedzone-qv-inline {
    position: relative;
    display: none;
    clear: both;
    grid-column: 1 / -1;
}

.wyjedzone-qv.wyjedzone-qv-inline  div.product .summary.entry-summary{
    width:auto;
}

.wyjedzone-qv.wyjedzone-qv-inline .wyjedzone-qv-overlay {
    display: none;
}

.wyjedzone-qv.wyjedzone-qv-inline .wyjedzone-qv-main {
    padding: 20px 0;
}

.wyjedzone-qv-content:after,
.wyjedzone-qv-content:before {
    content: '';
    display: table;
    clear: both;
}

.wyjedzone-qv-content div.woocommerce-product-rating:after,
.wyjedzone-qv-content div.woocommerce-product-rating:before {
    content: '';
    display: table;
    clear: both;
}

.wyjedzone-qv-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: none;
}


/*===========================
* SLIDING STYLE
============================*/
.wyjedzone-qv.wyjedzone-qv-sliding {
    position: fixed;
    z-index: 1400;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
}

.wyjedzone-qv.wyjedzone-qv-sliding.open,
.wyjedzone-qv.wyjedzone-qv-sliding.open .wyjedzone-qv-wrapper {
    visibility: visible;
}

.wyjedzone-qv.wyjedzone-qv-sliding.open .images,
.wyjedzone-qv.wyjedzone-qv-sliding.open .images img {
    width: 100%;
}

.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-wrapper .wyjedzone-qv-main {
    width: 500px;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-wrapper .summary.entry-summary {
    width: 100%;
    padding-right: 30px;
}

.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-main {
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    transition: all 0.3s linear;
}


/*===========================
* QUICK VIEW CLOSE
============================*/

.wyjedzone-qv-head {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
}

.wyjedzone-qv-close {

    cursor: pointer;
    box-shadow: none;
    display: block;
    width: 24px;
    height: 24px;

    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wyjedzone-qv-close:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*============================
* QUICK VIEW NAVIGATION
=============================*/

.wyjedzone-qv-nav a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.wyjedzone-qv-nav a:before {
    content: '';
    position: absolute;
    background: url('../image/nav-arrow.png') no-repeat center;
    top: 0;
    bottom: 0;
}

.wyjedzone-qv-nav a.wyjedzone-qv-prev:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wyjedzone-qv-nav a.wyjedzone-qv-next {
    right: 0;
}

.wyjedzone-qv-nav a.wyjedzone-qv-left {
    left: 0;
}


/* reveal */

.wyjedzone-qv-nav.reveal a {
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 70px;
    overflow: hidden;
    -webkit-transition: width 0.4s, background-color 0.4s;
    transition: width 0.4s, background-color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);

}

.wyjedzone-qv-nav.reveal a:before {
    width: 40px;
}

.wyjedzone-qv-nav.reveal a.wyjedzone-qv-prev:before {
    left: 0;
}

.wyjedzone-qv-nav.reveal a.wyjedzone-qv-next:before {
    right: 0;
}

.wyjedzone-qv-nav.reveal a div {
    position: absolute;
    top: 0;
    max-width: 250px;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    display: table;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.wyjedzone-qv-nav.reveal a div h4 {
    position: relative;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
}

.wyjedzone-qv-nav.reveal a div img {
    position: absolute;
    top: 10px;
    width: 50px;
    height: auto;
}

.wyjedzone-qv-nav.reveal a.wyjedzone-qv-prev {
    left: 0;
}

.wyjedzone-qv-nav.reveal a.wyjedzone-qv-prev div {
    padding-right: 70px;
    text-align: right;
}

.wyjedzone-qv-nav.reveal a.wyjedzone-qv-prev div img {
    right: 10px;
}

.wyjedzone-qv-nav.reveal a.wyjedzone-qv-next {
    right: 0;
}

.wyjedzone-qv-nav.reveal a.wyjedzone-qv-next div {
    right: 0;
    padding-left: 70px;
    text-align: left;
}

.wyjedzone-qv-nav.reveal a.wyjedzone-qv-next div img {
    left: 10px;
}

/* hover */
.wyjedzone-qv-nav.reveal a:hover {
    width: 250px;
}

.wyjedzone-qv-nav.reveal a:hover div {
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* pagination */
.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-wrapper .bx-pager {
    position: absolute;
    bottom: 0;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}

.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    margin-left: 10px;
}

.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-wrapper .bx-pager .bx-pager-item a {
    border: 1px solid black;
    border-radius: 50%;
    display: inline-block;
    width: 15px;
    height: 15px;
    color: transparent;
}

.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-wrapper .bx-pager .bx-pager-item a.active {
    background-color: #000000;
}

.wyjedzone-qv.wyjedzone-qv-modal .bx-controls.bx-has-controls-direction.bx-has-pager {
    text-align: center;
}

/*=============================
* QUICK VIEW SHARE
==============================*/
.wyjedzone-qv-share-wrapper {
    margin-top: 20px;
}

.wyjedzone-qv-share-label {
    font-size: 14px;
}

.wyjedzone-qv-share {
    margin-top: 10px;
}

.wyjedzone-qv-share > a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    width: 32px;
    height: 32px;
    border-bottom: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin: 0 3px;
    border-radius: 50%;
    outline: none;
    color: #000 !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.wyjedzone-qv-share > a:first-child {
    margin-left: 0;
}

.wyjedzone-qv-share > a:last-child {
    margin-right: 0;
}

/*=========================
* TRIGGER BUTTON
==========================*/

.wyjedzone-qv-button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    padding: 3px 10px;
    text-decoration: none;
}

.wyjedzone-qv-button img.wyjedzone-qv-icon {
    max-width: 100%;
    width: auto !important;
    height: auto;
    display: inline-block !important;
    margin: 0 !important;
}



a.wyjedzone-qv-button.button.qvicon {
    width: 35px;
    height: 35px;
    display: inline-block !important;
    align-items: center;
    padding: 0;
    justify-content: center;
    min-width: 35px !important;
    margin: 0 !important;
}

.wyjedzone-qv-button:not( .button ) span {
    font-size: 12px;
    font-weight: 700;
}

.wyjedzone-qv-button.inside-thumb {
    position: absolute;
    text-transform: uppercase;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    text-align: center;
    display: none;
    z-index: 10;
}
.wyjedzone-qv-button.inside-thumb.qvicon.button {
    width: 35px;
    height: 35px;
    display: inline-block!important;
    padding: 0!important;
    margin: 0 !important;
}

.wyjedzone-qv-button.inside-thumb span {
    padding: 5px 10px;
    display: inline-block;
}

.products .product:hover .wyjedzone-qv-button.inside-thumb,
.products .product.hover_mobile .wyjedzone-qv-button.inside-thumb,
.wp-block-post.product:hover .wyjedzone-qv-button.inside-thumb,
.wc-block-product:hover .wc-block-components-product-image .wyjedzone-qv-button.inside-thumb{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    padding: 6px 10px;
}

/*=====================
* CONTENT STYLE
====================*/

.wyjedzone-qv-content.woocommerce div.product {
    /* height: 100%; */
}

.wyjedzone-qv .wyjedzone-qv-content.woocommerce div.images {
    position: relative;
    overflow: hidden;
    height: auto;
    /* max-height: 100%; */
    float: left;
    margin: 0;
    opacity: 1;
}

.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-content.woocommerce div.images {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

.wyjedzone-qv-content.woocommerce div.images img {
    height: auto;
    max-width: 100%;
}

/* LOADING GALLERY */
.wyjedzone-qv-content.woocommerce div.images.loading-gallery::after {
    content: '';
    position: absolute;
    background: url('../image/qv-loader.gif') #fff no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.wyjedzone-qv-content div.images .wyjedzone-qv-thumbs {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
}

.wyjedzone-qv-content div.images .wyjedzone-qv-thumbs div {
    float: left;
    width: 50px;
    margin: 5px 10px 0 0;
    border: 1px solid #cdcdcd;
    cursor: pointer;
}

.wyjedzone-qv-content div.images .wyjedzone-qv-thumbs div.active {
    border: 1px solid #222222;
}

.wyjedzone-qv-content div.images .wyjedzone-qv-thumbs img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wyjedzone-qv-content.woocommerce span.onsale {
    top: 25px;
    left: 25px;
    right: auto;
    z-index: 10;
}

.wyjedzone-qv .wyjedzone-qv-content.woocommerce div.summary {
    display: inline-block;
    height: auto;
    max-height: 100%;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    float: none;
    margin: 0;
    overflow: hidden;
    font-size: inherit;
    padding-left: 30px;
}
.wyjedzone-qv .wyjedzone-qv-content.woocommerce  .woocommerce-variation-description p{
    font-size:14px;
}
.wyjedzone-qv-content.woocommerce div.summary-content {
    padding: 20px;
}

.wyjedzone-qv-content.woocommerce div.entry-summary a {
    border-bottom: 0;
    outline: none;
}

.wyjedzone-qv-content.woocommerce div.entry-summary a.reset_variations {
    visibility: hidden;
}

.wyjedzone-qv-content.woocommerce div.summary h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}

.wyjedzone-qv-content.woocommerce div.summary .woocommerce-product-rating,
.wyjedzone-qv-content.woocommerce div.summary .single_variation {
    margin-bottom: 15px;
}

.wyjedzone-qv-content.woocommerce div.summary form.cart {
    margin-bottom: 25px;
}

.wyjedzone-qv-content.woocommerce div.summary form.cart .added_to_cart {
    display: none;
}

.wyjedzone-qv-content.woocommerce div.summary .woocommerce-product-rating .star-rating,
.wyjedzone-qv-content.woocommerce div.summary .woocommerce-product-rating .star-rating:before {
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}

.wyjedzone-qv-content.woocommerce #yith-wcwtl-output {
    margin-bottom: 15px;
}

.wyjedzone-qv-content.woocommerce div.summary .price {
    font-size: 22px;
    margin-bottom: 15px;
}

.wyjedzone-qv-content.woocommerce div.summary .price del,
.wyjedzone-qv-content.woocommerce div.summary .price ins {
    display: inline-block;
    background: none;
}

.wyjedzone-qv-content.woocommerce div.summary .price del {
    font-size: 80%;
    opacity: 0.5;
}

.wyjedzone-qv-content.woocommerce div.summary div[itemprop="description"],
.wyjedzone-qv-content.woocommerce div.summary .product_meta {
    font-size: 15px;
}

.wyjedzone-qv-content.woocommerce div.summary .product_meta span {
    margin-bottom: 10px !important;
}

.wyjedzone-qv-content.woocommerce div.summary div[itemprop="description"] {
    margin-bottom: 30px;
}

.wyjedzone-qv-content.woocommerce div.summary .product_meta > span {
    display: block;
}

.wyjedzone-qv-content.woocommerce div.summary div.quantity,
.wyjedzone-qv-content.woocommerce div.summary .single_add_to_cart_button {
    margin-right: 15px;
    display: inline-block;
}

.wyjedzone-qv-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 12px 40px;
    border-radius: 12px;
    font-size: 15px;
}

.wyjedzone-qv-content.woocommerce div.summary table.variations {
    border: 0;
    margin-bottom: 0;
}

.wyjedzone-qv-content.woocommerce div.summary .wyjedzone-qv-view-details {
    margin: 10px 0;
    display: inline-block;
}

.wyjedzone-qv-content.woocommerce div.product form.cart .variations select {
    float: none;
    width: 100%;
    max-width: 450px;
}

.wyjedzone-qv.wyjedzone-qv-modal.fade-in.open .wyjedzone-qv-content.woocommerce div.product form.cart .variations select {
    max-width: 350px;
}

.wyjedzone-qv .woocommerce div.product div.images {
    opacity: 1 !important;
    overflow:hidden;
}

/*=================
* SLIDER STYLE
==================*/

.wyjedzone-qv-content .bx-wrapper {
    position: relative;
    padding: 0;
    zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    background: #fff;
    width: 500px;
}

.wyjedzone-qv-content .bx-wrapper img {
    max-width: 100%;
    display: block;
}

.wyjedzone-qv-content ul.bxslider,
.wyjedzone-qv-content ul.bxslider li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wyjedzone-qv-content .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

/* LOADER */
.wyjedzone-qv-content .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('../image/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* NAV */
.wyjedzone-qv-content .bx-controls-direction a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(217, 217, 217, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    opacity: 0;
    z-index: 10;
    position: absolute;
    top: 50%;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
}

.wyjedzone-qv-content .bx-controls-direction a svg {
    width: 24px;
}

.wyjedzone-qv-content .bx-controls-direction a.bx-prev {
    left: 0;
}

.wyjedzone-qv-content .bx-controls-direction a.bx-next {
    right: 0;
}

.wyjedzone-qv-content .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
    transition: all 0.3s ease;
}

/*==============================*/

.wyjedzone-qv-button .blockUI.blockOverlay:before,
.wyjedzone-qv-content .blockUI.blockOverlay:before {
    background: none;
}


/* inline style */
.wyjedzone-qv.wyjedzone-qv-inline .wyjedzone-qv-content div.images,
.wyjedzone-qv.wyjedzone-qv-inline .wyjedzone-qv-content div.summary {
    /*width: 50%!important;*/
}

.wyjedzone-qv.wyjedzone-qv-inline .wyjedzone-qv-content div.images {
    height: auto;
}

.wyjedzone-qv.wyjedzone-qv-inline .wyjedzone-qv-content.woocommerce span.onsale,
.wyjedzone-qv.wyjedzone-qv-inline .wyjedzone-qv-close {
    top: 25px;
}

.wyjedzone-qv.is-mobile div.images > a {
    pointer-events: none;
}

/*=======================================
* WOOCOMMERCE MESSAGE
=======================================*/
.wyjedzone-qv div.woocommerce-message:before {
    content: '\e921';
    font-family: yith-icon;
    width: 35px;
    /* height:40px; */
    display: block;
    color: #6e861d;
    font-weight: 800;
    /* margin-right: 35px; */
    font-size: 20px;
    display: inline-block;
}

.wyjedzone-qv div.woocommerce-message,
.wyjedzone-qv ul.woocommerce-error {
    margin: 30px 0 15px !important;
    padding: 15px;
    box-shadow: none;
    background-color: #cdfdce;
    border-top: none;
    font-size: 14px;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
}

.wyjedzone-qv ul.woocommerce-error li {
    padding: 0 0 0 30px;
}

.wyjedzone-qv ul.woocommerce-error:before {
    content: '\e923';
    font-family: yith-icon;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    color: red;
    font-weight: 800;
    font-size: 20px;
}

.wyjedzone-qv div.woocommerce-message a {
    display: none;
}

.wyjedzone-qv ul.woocommerce-error {
    background-color: #ff606047;
}

/*======================================
LOADING EFFECT
======================================*/

.wyjedzone-qv.wyjedzone-qv-modal.loading {
    visibility: visible;
    opacity: 1;
}

.wyjedzone-qv.wyjedzone-qv-modal.loading .wyjedzone-qv-overlay {
    display: table;
    width: 100%;
    height: 100%;
}


.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-overlay p {
    display: none;
}


.wyjedzone-qv.wyjedzone-qv-modal.loading .wyjedzone-qv-overlay p {
    color: #efefef;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
}

.wyjedzone-qv.wyjedzone-qv-modal.loading .wyjedzone-qv-wrapper {
    visibility: hidden;
}

/*==============================
MAGNIFIER INTEGRATION
===============================*/

.wyjedzone-qv .yith_magnifier_zoom_wrap,
.wyjedzone-qv .yith_magnifier_zoom {
    height: 100%;
}

.wyjedzone-qv .yith_expand {
    display: none !important;
}

.wyjedzone-qv div.pp_woocommerce a.pp_expand {
    left: auto;
    top: auto;
    bottom: 5px;
    right: 5px;
}

.wyjedzone-qv span.yith_zoom_icon {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Crect id='path-1' x='0' y='0' width='30' height='30'%3E%3C/rect%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-page---example-1' transform='translate(-990.000000, -1013.000000)'%3E%3Cg id='edit-/-search' transform='translate(986.000000, 1010.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='edit-/-search-(Background/Mask)'%3E%3C/g%3E%3Cpath d='M17.9704714,15.5960917 C20.0578816,12.6670864 19.7876957,8.57448101 17.1599138,5.94669908 C14.2309815,3.01776677 9.4822444,3.01776707 6.55331239,5.94669908 C3.62438008,8.87563139 3.62438008,13.6243683 6.55331239,16.5533006 C9.18109432,19.1810825 13.2736993,19.4512688 16.2027049,17.3638582 L23.3470976,24.5082521 L25.1148653,22.7404845 L17.9704714,15.5960917 C19.3620782,13.6434215 19.3620782,13.6434215 17.9704714,15.5960917 Z M15.3921473,7.71446586 C17.3447686,9.6670872 17.3447686,12.8329128 15.3921473,14.7855341 C13.4395258,16.7381556 10.273701,16.7381555 8.32107961,14.7855341 C6.36845812,12.8329127 6.36845812,9.66708735 8.32107961,7.71446586 C10.273701,5.76184452 13.4395258,5.76184437 15.3921473,7.71446586 C16.6938949,9.01621342 16.6938949,9.01621342 15.3921473,7.71446586 Z' fill='%23b1b1b1' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.wyjedzone-qv a.yith_expand {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' viewBox='0 0 19 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Crect id='path-1' x='0' y='0' width='30' height='30'%3E%3C/rect%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-page---example-1' transform='translate(-940.000000, -1014.000000)'%3E%3Cg id='arrow-/-expand' transform='translate(934.500000, 1008.500000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='arrow-/-expand-(Background/Mask)'%3E%3C/g%3E%3Cpath d='M21.25,8.75 L15,8.75 L15,6.25 L23.75,6.25 L23.740468,15.0000006 L21.25,15.0000006 L21.25,8.75 Z M8.75,21.25 L15,21.25 L15,23.75 L6.25,23.75 L6.25953334,14.9999988 L8.75,14.9999988 L8.75,21.25 Z' fill='%23b7b7b7' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


/*============================
* RESPONSIVE
===========================*/

@media (max-width: 767px) {
    .woocommerce .products .product:nth-child(2n), .woocommerce-page .products .product:nth-child(2n) {
        float: left;
        clear: both !important;
    }

    .woocommerce .products .product:nth-of-type(2n), .woocommerce-page .products .product:nth-of-type(2n) {
        float: right;
        clear: none !important;
    }
}

@media (max-width: 768px) {



    .wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-content {
        overflow-y: scroll;
    }

    .wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-content div.images,
    .wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-content div.summary {
        width: 100% !important;
        height: auto;
        max-height: none;
    }
    .woocommerce .wyjedzone-qv.is-mobile .wyjedzone-qv-wrapper .wyjedzone-qv-main,
    .wyjedzone-qv.is-mobile .wyjedzone-qv-content div.images {
        width: 100% !important;
    }

    html.wyjedzone-qv-is-open .wyjedzone-qv.wyjedzone-qv-sliding {
        width: 100% !important;
    }

    .wyjedzone-qv-nav {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width: 980px) and (max-width: 1199px) {

}

@media (max-width: 1440px) {


    .products .product .wyjedzone-qv-button.inside-thumb {
        opacity: 1;
        transform: scale(1);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        padding: 6px 10px;
    }
}


/*============================
* OVERRIDE PROTEO STYLES
===========================*/
.theme-yith-proteo .wyjedzone-qv .single-product div.product .summary.entry-summary .product_title {
    margin-top: 20px;
}

.theme-yith-proteo .wyjedzone-qv .single-product div.product .summary.entry-summary .product_title,
.theme-yith-proteo .wyjedzone-qv .single-product div.product .summary.entry-summary .price {
    font-size: 24px;
}

.theme-yith-proteo .wyjedzone-qv .single-product div.product .summary.entry-summary .woocommerce-product-details__short-description.
.theme-yith-proteo .wyjedzone-qv .single-product div.product .summary.entry-summary .single_variation_wrap .woocommerce-variation-description,
.theme-yith-proteo .wyjedzone-qv .single-product div.product .summary.entry-summary form.cart .quantity input {
    font-size: 16px;
}

.theme-yith-proteo .wyjedzone-qv .wyjedzone-qv-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 12px 40px;
    border-radius: 12px;
    font-size: 15px
}

.theme-yith-proteo .single-product div.product .summary.entry-summary {
    padding-left: 30px;
}

/*============================
* OVERRIDE WOO STYLES
===========================*/
.woocommerce .wyjedzone-qv .single-product div.product .summary.entry-summary {
    font-size: 16px; /* default font size */
}

.woocommerce .wyjedzone-qv .single-product div.product .summary.entry-summary .product_title,
.woocommerce .wyjedzone-qv .single-product div.product .summary.entry-summary .price {
    font-size: 24px;
    margin-top: 0;
}

.woocommerce .wyjedzone-qv .single-product div.product .summary.entry-summary form.cart .quantity input {
    font-size: 20px;
}

.woocommerce .wyjedzone-qv .wyjedzone-qv-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 12px 40px;
    border-radius: 12px;
    font-size: 15px;
}

/* ===================================================
 * WYJEDZONE QUICK VIEW v1.0.6
 * Zintegrowany layout sticky-cart + modal/mobile fixes
 * =================================================== */

/* ---- Overlay ---- */
.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-overlay {
    background: rgba(0, 0, 0, 0.55) !important;
    cursor: pointer;
    z-index: 0;
}
.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-wrapper { z-index: 1; }

/* ---- Białe tło, szybka animacja ---- */
.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-main {
    background: #ffffff;
    will-change: transform, opacity;
}
.wyjedzone-qv.wyjedzone-qv-modal {
    transition: opacity 0.12s ease, visibility 0.12s ease !important;
}
.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-main {
    transition: opacity 0.12s ease, transform 0.12s ease !important;
}
.wyjedzone-qv.wyjedzone-qv-modal.slide-in .wyjedzone-qv-main {
    transform: translateY(8px) !important;
}
.wyjedzone-qv.wyjedzone-qv-modal.slide-in.open .wyjedzone-qv-main {
    transform: translateY(0) !important;
}

/* Cena – ukryta (WAPO ma ją w pasku) */
.wyjedzone-qv.wyjedzone-qv-modal .summary .price { display: none !important; }

/* Padding treści */
.wyjedzone-qv.wyjedzone-qv-modal .summary.entry-summary { padding: 0 !important; }
.wyjedzone-qv.wyjedzone-qv-modal .summary.entry-summary .summary-content { padding: 20px 20px 0 !important; }

/* ================================================
   STICKY-CART – flex chain (zintegrowany z qvw-sticky-cart 1.4.2)
   ================================================ */

/* --- Sliding --- */
.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-wrapper .wyjedzone-qv-main {
    display: flex !important; flex-direction: column !important; overflow: hidden !important;
}
.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-content.woocommerce {
    flex: 1 1 auto !important; min-height: 0 !important; overflow: hidden !important;
    display: flex !important; flex-direction: column !important;
}
.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-content.woocommerce > .product,
.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-content.woocommerce .product > .product {
    flex: 1 1 auto !important; min-height: 0 !important;
    display: flex !important; flex-direction: column !important; overflow: hidden !important;
}
.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-content.woocommerce div.summary.entry-summary {
    flex: 1 1 auto !important; min-height: 0 !important;
    display: flex !important; flex-direction: column !important;
    overflow: hidden !important; float: none !important;
}
.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-content.woocommerce div.summary.entry-summary .summary-content {
    flex: 1 1 auto !important; min-height: 0 !important;
    display: flex !important; flex-direction: column !important;
    overflow-x: hidden !important; overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 8px !important; position: relative !important;
    scrollbar-gutter: stable !important; scrollbar-width: thin !important;
    scrollbar-color: rgba(0,0,0,.35) rgba(0,0,0,.06) !important;
}
.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-content.woocommerce div.summary.entry-summary .summary-content > *:not(form.cart) {
    flex: 0 0 auto !important;
}

/* --- Modal --- */
.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-main {
    display: flex !important; flex-direction: column !important; overflow: hidden !important;
}
.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-content.woocommerce {
    flex: 1 1 auto !important; min-height: 0 !important; overflow: hidden !important;
    display: flex !important; flex-direction: column !important;
}
.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-content.woocommerce > .product,
.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-content.woocommerce .product > .product {
    flex: 1 1 auto !important; min-height: 0 !important;
    display: flex !important; flex-direction: column !important; overflow: hidden !important;
}
.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-content.woocommerce div.summary.entry-summary {
    flex: 1 1 auto !important; min-height: 0 !important;
    display: flex !important; flex-direction: column !important;
    overflow: hidden !important; float: none !important;
}
.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-content.woocommerce div.summary.entry-summary .summary-content {
    flex: 1 1 auto !important; min-height: 0 !important;
    display: flex !important; flex-direction: column !important;
    overflow-x: hidden !important; overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 8px !important; position: relative !important;
    scrollbar-gutter: stable !important; scrollbar-width: thin !important;
    scrollbar-color: rgba(0,0,0,.35) rgba(0,0,0,.06) !important;
}
.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-content.woocommerce div.summary.entry-summary .summary-content > *:not(form.cart) {
    flex: 0 0 auto !important;
}

/* form.cart (oba typy) */
.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-content form.cart:has(#yith-wapo-container),
.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-content form.cart:has(#yith-wapo-container) {
    display: flex !important; flex-direction: column !important;
    align-items: stretch !important; width: 100% !important;
    box-sizing: border-box !important; flex: 1 1 auto !important;
    min-height: 0 !important; overflow: visible !important;
}
.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-content form.cart:has(#yith-wapo-container) #yith-wapo-container,
.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-content form.cart:has(#yith-wapo-container) #yith-wapo-container {
    flex: 0 0 auto !important; min-height: 0 !important;
    overflow: visible !important; position: relative !important;
}

/* Scrollbar */
.wyjedzone-qv .wyjedzone-qv-content .summary.entry-summary .summary-content::-webkit-scrollbar { width: 8px !important; }
.wyjedzone-qv .wyjedzone-qv-content .summary.entry-summary .summary-content::-webkit-scrollbar-track { background: rgba(0,0,0,.05) !important; border-radius: 4px !important; }
.wyjedzone-qv .wyjedzone-qv-content .summary.entry-summary .summary-content::-webkit-scrollbar-thumb { background: rgba(0,0,0,.28) !important; border-radius: 4px !important; }

/* Błędy sticky na górze */
.wyjedzone-qv .wyjedzone-qv-content .summary-content > ul.woocommerce-error,
.wyjedzone-qv .wyjedzone-qv-content .summary-content .woocommerce-notices-wrapper:first-child ul.woocommerce-error {
    position: sticky !important; top: 0 !important; z-index: 24 !important;
    box-sizing: border-box !important; width: 100% !important; max-width: 100% !important;
    scroll-margin-top: 8px !important;
}

/* WAPO input-number */
.wyjedzone-qv .wyjedzone-qv-content #yith-wapo-container .input-number.quantity {
    display: block !important; width: 100% !important; max-width: 100% !important;
    margin: 8px 0 0 !important; vertical-align: unset !important; box-sizing: border-box !important;
}
.wyjedzone-qv .wyjedzone-qv-content #yith-wapo-container .input-number.quantity .input-number-wrapper {
    display: flex !important; flex-direction: row !important; align-items: center !important;
    justify-content: flex-start !important; gap: 0 !important;
    width: 100% !important; max-width: 100% !important; min-height: 44px !important; box-sizing: border-box !important;
}
.wyjedzone-qv .wyjedzone-qv-content #yith-wapo-container .input-number.quantity .input-number-wrapper button.decrease-number,
.wyjedzone-qv .wyjedzone-qv-content #yith-wapo-container .input-number.quantity .input-number-wrapper button.increase-number {
    flex: 0 0 auto !important; min-width: 44px !important; width: 44px !important; height: 44px !important;
    padding: 0 !important; margin: 0 !important; display: inline-flex !important;
    align-items: center !important; justify-content: center !important; box-sizing: border-box !important;
}
.wyjedzone-qv .wyjedzone-qv-content #yith-wapo-container .input-number.quantity .input-number-wrapper input[type='number'] {
    flex: 1 1 auto !important; min-width: 56px !important; width: auto !important;
    max-width: none !important; text-align: center !important; box-sizing: border-box !important;
}

/* Gradient nad stopką */
.wyjedzone-qv .wyjedzone-qv-content #yith-wapo-container.wyjedzone-qvw-wapo-scrollable::after {
    content: '' !important; position: absolute !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    height: 48px !important; pointer-events: none !important;
    background: linear-gradient(to top, rgba(255,255,255,.98) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0) 100%) !important;
    opacity: 0 !important; transition: opacity .28s ease !important; z-index: 3 !important;
}
.wyjedzone-qv .wyjedzone-qv-content #yith-wapo-container.wyjedzone-qvw-wapo-more-below::after { opacity: 1 !important; }

/* Scroll cue */
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer .wyjedzone-qvw-scroll-cue {
    position: absolute !important; right: max(12px, env(safe-area-inset-right, 0px)) !important;
    left: auto !important; top: auto !important; bottom: 100% !important; margin: 0 0 2px !important;
    z-index: 7 !important; display: flex !important; flex-direction: row !important; align-items: center !important;
    justify-content: flex-end !important; gap: 4px !important; padding: 0 !important;
    width: max-content !important; max-width: calc(100% - 24px) !important; pointer-events: none !important;
    opacity: 0 !important; visibility: hidden !important; transform: translateY(6px) !important;
    transition: opacity .28s ease, transform .28s ease, visibility .28s !important;
    font-size: 10px !important; font-weight: 600 !important; letter-spacing: .04em !important;
    line-height: 1 !important; color: rgba(255,255,255,.55) !important; text-transform: uppercase !important;
    white-space: nowrap !important;
}
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer .wyjedzone-qvw-scroll-cue.wyjedzone-qvw-scroll-cue-visible {
    opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important;
}
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer .wyjedzone-qvw-scroll-cue .wyjedzone-qvw-scroll-hint-text {
    display: inline !important; width: auto !important; max-width: none !important; flex: 0 0 auto !important;
}
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer .wyjedzone-qvw-scroll-cue .wyjedzone-qvw-scroll-hint-icon {
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    flex-shrink: 0 !important; font-size: 1.28em !important; line-height: 0 !important;
    animation: wyjedzone-qvw-hint-bounce 1.35s ease-in-out infinite !important;
}
@keyframes wyjedzone-qvw-hint-bounce {
    0%, 100% { transform: translateY(-.28em); }
    50% { transform: translateY(calc(-.28em + 4px)); }
}

/* Stopka sticky – białe tło, ciemny przycisk po prawej */
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer {
    flex: 0 0 auto !important; align-self: stretch !important;
    position: sticky !important; bottom: 0 !important; margin-top: auto !important;
    overflow: visible !important; width: 100% !important; max-width: 100% !important;
    box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important;
    background: #fff !important; border-radius: 0 0 22px 22px !important;
    border-top: 1px solid rgba(0,0,0,.08) !important;
    padding: 14px 20px calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    box-shadow: 0 -4px 20px rgba(0,0,0,.06) !important; z-index: 6 !important;
    display: flex !important; flex-direction: row !important;
    align-items: center !important; gap: 12px !important; text-align: left !important;
}
@media (max-width: 480px) {
    .wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer {
        padding-left: 16px !important; padding-right: 16px !important;
    }
}

/* Suma WAPO w stopce – UKRYTA, cena jest w przycisku */
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer #wapo-total-price-table {
    display: none !important;
}
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer #wapo-total-price-table table {
    width: auto !important; max-width: 100% !important; margin: 0 !important;
    display: block !important; border-collapse: collapse !important;
}
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer #wapo-total-price-table tbody { display: block !important; }
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer #wapo-total-price-table tr.wapo-total-order {
    display: flex !important; flex-direction: row !important; align-items: baseline !important;
    justify-content: center !important; gap: .35em !important; white-space: nowrap !important;
}
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer #wapo-total-price-table tr.wapo-total-order th,
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer #wapo-total-price-table tr.wapo-total-order td {
    flex: 0 0 auto !important; width: auto !important; padding: 0 !important;
    margin: 0 !important; text-align: center !important; border: none !important;
}
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer #wapo-total-price-table tr.wapo-total-order th {
    font-weight: 700 !important; font-size: 1rem !important;
}
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer #wapo-total-price-table th,
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-cart-footer #wapo-total-price-table td {
    vertical-align: baseline !important;
}

/* Rząd ilość + przycisk – full width na ciemnym pasku */
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-qty-btn-row {
    display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important;
    align-items: center !important; justify-content: space-between !important;
    gap: 12px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important;
}
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-qty-btn-row .quantity {
    flex: 0 0 auto !important; margin: 0 !important; padding: 0 !important; background: transparent !important;
    display: flex !important; align-items: center !important; gap: 6px !important;
}
.wyjedzone-qv .wyjedzone-qv-content .wyjedzone-qvw-qty-btn-row .single_add_to_cart_button {
    flex: 1 1 auto !important; min-width: 0 !important; width: auto !important;
    max-width: none !important; box-sizing: border-box !important; margin: 0 !important;
    display: flex !important; align-items: center !important; justify-content: space-between !important; text-align: left !important;
}

/* ==============================
   MOBILE – wysuwa się od dołu, szybko
   ============================== */
@media (max-width: 768px) {
    .wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-wrapper {
        left: 0 !important; right: 0 !important; bottom: 0 !important; top: auto !important;
        width: 100% !important; height: 92svh !important; max-height: 92svh;
    }
    .wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-main {
        border-radius: 20px 20px 0 0 !important; height: 100% !important;
    }
    /* Animacja od dołu – GPU */
    .wyjedzone-qv.wyjedzone-qv-modal.slide-in .wyjedzone-qv-main {
        transform: translate3d(0, 100%, 0) !important;
    }
    .wyjedzone-qv.wyjedzone-qv-modal.slide-in.open .wyjedzone-qv-main {
        transform: translate3d(0, 0, 0) !important;
    }
    /* Szybciej na mobile */
    .wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-main {
        transition: opacity 0.18s ease, transform 0.18s cubic-bezier(0.25,0.46,0.45,0.94) !important;
    }
}

/* ==============================
   TOAST – „Dodano: Produkt"
   ============================== */
.wqv-toast {
    position: fixed; top: 24px; left: 50%; bottom: auto;
    transform: translateX(-50%) translateY(-16px);
    z-index: 99999; background: #1a1a1a; color: #fff;
    border-radius: 50px; padding: 14px 22px;
    display: flex; align-items: center; gap: 12px;
    font-size: 15px; font-weight: 600; white-space: nowrap;
    opacity: 0; pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 8px 32px rgba(0,0,0,.22);
}
.wqv-toast.wqv-toast-visible {
    opacity: 1; transform: translateX(-50%) translateY(0);
}
.wqv-toast-icon {
    width: 26px; height: 26px; border-radius: 50%; background: #e879f9;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-size: 13px;
}

/* ================================================================
   WAPO + QUICK VIEW RESTYLING v1.0.7
   Scope: .wyjedzone-qv – nie wpływa na WAPO poza popupem
   ================================================================ */

/* Fix: scrollbar gutter nie rezerwuje miejsca w modal */
.wyjedzone-qv.wyjedzone-qv-modal.open .summary-content {
    scrollbar-gutter: auto !important;
}

/* --- Tytuł produktu --- */
.wyjedzone-qv .summary .product_title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    margin: 0 0 4px !important;
    padding-right: 44px !important;
    line-height: 1.25 !important;
}

/* --- Opis skrócony --- */
.wyjedzone-qv .summary .woocommerce-product-details__short-description,
.wyjedzone-qv .summary .woocommerce-product-details__short-description p {
    font-size: 14px !important;
    color: #888 !important;
    margin: 0 0 8px !important;
    line-height: 1.5 !important;
}

/* --- Cena ukryta (WAPO używa do kalkulacji) --- */
.wyjedzone-qv .summary .price { display: none !important; }

/* --- WAPO: wymuś otwarte sekcje (toggle) --- */
.wyjedzone-qv .yith-wapo-addon .options-container {
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}

/* --- WAPO: blok i sekcja --- */
.wyjedzone-qv .yith-wapo-block { margin-bottom: 0 !important; }
.wyjedzone-qv .yith-wapo-addon { margin: 0 !important; padding: 0 !important; }

/* --- Nagłówek sekcji --- */
.wyjedzone-qv .addon-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 0 10px !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    cursor: default !important;
}
.wyjedzone-qv .wapo-addon-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    background: none !important;
    border: none !important;
    cursor: default !important;
}
/* Licznik opcji "Wybierz 1" – po prawej */
.wyjedzone-qv .addon-header > *:last-child:not(.wapo-addon-title) {
    font-size: 13px !important;
    color: #999 !important;
    font-weight: 400 !important;
}

/* --- Siatka opcji → flex column --- */
.wyjedzone-qv .options-container .options {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 0 4px !important;
}
.wyjedzone-qv .options-container .options.grid { grid-template-columns: none !important; }

/* --- Każda opcja – wiersz --- */
.wyjedzone-qv .yith-wapo-option {
    display: flex !important;
    align-items: center !important;
    padding: 13px 14px !important;
    background: #f5f5f5 !important;
    border: 2px solid transparent !important;
    border-radius: 14px !important;
    cursor: pointer !important;
    margin: 0 !important;
    min-height: 48px !important;
    box-shadow: none !important;
    transition: background 0.1s ease, border-color 0.1s ease !important;
    text-align: left !important;
    width: auto !important;
    float: none !important;
}
.wyjedzone-qv .yith-wapo-option.selected {
    background: #fce7ff !important;
    border-color: #e879f9 !important;
}
/* Hover non-selected */
.wyjedzone-qv .yith-wapo-option:not(.selected):hover {
    background: #efefef !important;
}

/* Wewnętrzna etykieta: full-width flex row */
.wyjedzone-qv .yith-wapo-option > .label {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
}
.wyjedzone-qv .yith-wapo-option .option-container {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

/* --- Radio kółko --- */
.wyjedzone-qv .radio-button-container,
.wyjedzone-qv .checkbox-button-container {
    flex-shrink: 0 !important;
    line-height: 0 !important;
}
.wyjedzone-qv .radiobutton {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    border: 2px solid #d0d0d0 !important;
    background: #fff !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    position: relative !important;
    transition: border-color 0.1s ease, background 0.1s ease !important;
}
.wyjedzone-qv .radiobutton.checked {
    border-color: #e879f9 !important;
    background: #e879f9 !important;
}
.wyjedzone-qv .radiobutton::after {
    content: '' !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: transparent !important;
    display: block !important;
    flex-shrink: 0 !important;
}
.wyjedzone-qv .radiobutton.checked::after {
    background: #fff !important;
}

/* --- Checkbox kółko --- */
.wyjedzone-qv .checkboxbutton {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 6px !important;
    border: 2px solid #d0d0d0 !important;
    background: #fff !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: transparent !important;
    line-height: 1 !important;
    transition: border-color 0.1s ease, background 0.1s ease !important;
}
.wyjedzone-qv .checkboxbutton.checked {
    border-color: #e879f9 !important;
    background: #e879f9 !important;
    color: #fff !important;
}
/* Ukryj NATYWNY input radio/checkbox (zastępujemy własnym .radiobutton/.checkboxbutton).
   UWAGA: NIE ukrywać input[type=number]/text/textarea (pałeczki, komentarz)! */
.wyjedzone-qv input.yith-wapo-option-value[type=radio],
.wyjedzone-qv input.yith-wapo-option-value[type=checkbox] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 1px !important;
    height: 1px !important;
}

/* --- Miniaturka obrazka opcji (zdjęcie przy opcji) --- */
.wyjedzone-qv .yith-wapo-option .image-container {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    border: 1px solid rgba(0,0,0,.08) !important;
}
.wyjedzone-qv .yith-wapo-option .image-container .image {
    width: 100% !important; height: 100% !important;
}
.wyjedzone-qv .yith-wapo-option .image-container img {
    width: 100% !important; height: 100% !important;
    object-fit: cover !important;
}

/* --- Etykieta tekstu --- */
.wyjedzone-qv .yith-wapo-addon-label {
    flex: 1 1 auto !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.3 !important;
}

/* --- Cena opcji --- */
.wyjedzone-qv .option-price {
    flex-shrink: 0 !important;
    font-size: 14px !important;
    color: #777 !important;
    white-space: nowrap !important;
    margin-left: 8px !important;
}
/* Ukryj nawiasy (+) */
.wyjedzone-qv .option-price .brackets,
.wyjedzone-qv .option-price .sign { display: none !important; }
/* Format: +5,00 zł */
.wyjedzone-qv .option-price.positive::before { content: '+' !important; }

/* --- Przycisk zamknij – kółko --- */
.wyjedzone-qv .wyjedzone-qv-head {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 100 !important;
}
.wyjedzone-qv .wyjedzone-qv-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #f0f0f0 !important;
    box-shadow: 0 1px 6px rgba(0,0,0,.12) !important;
    filter: none !important;
    opacity: 1 !important;
    padding: 0 !important;
}
.wyjedzone-qv .wyjedzone-qv-close svg { width: 18px !important; height: 18px !important; }

/* --- Stopka: przyciski ilości + add to cart --- */
/* Ilość: kontener bez tła – circle buttons po bokach */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .quantity {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Ukryj emoji z przycisków – zostaw HTML button */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .decrease-number img,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .increase-number img { display: none !important; }
/* Pokaż − i + przez pseudo-element */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .decrease-number::after { content: '−' !important; }
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .increase-number::after { content: '+' !important; }

.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .decrease-number,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .increase-number {
    width: 38px !important; height: 38px !important;
    border-radius: 50% !important; border: 1.5px solid #e0e0e0 !important;
    background: #fff !important; box-shadow: none !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    cursor: pointer !important; font-size: 20px !important; font-weight: 300 !important;
    color: #1a1a1a !important; padding: 0 !important; line-height: 1 !important;
}
/* Liczba w środku */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .qty,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row input[name="quantity"] {
    width: 38px !important; text-align: center !important;
    border: none !important; background: transparent !important;
    font-size: 17px !important; font-weight: 700 !important;
    color: #1a1a1a !important; padding: 0 !important;
    -moz-appearance: textfield !important;
}
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .qty::-webkit-outer-spin-button,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

/* Przycisk Dodaj do koszyka – ciemny */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .single_add_to_cart_button {
    background: #1a1a1a !important;
    color: #fff !important;
    border-color: #1a1a1a !important;
    border-radius: 50px !important;
    padding: 14px 28px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    box-shadow: none !important;
    transition: background 0.12s ease !important;
}
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .single_add_to_cart_button:hover {
    background: #333 !important;
    border-color: #333 !important;
}
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .single_add_to_cart_button:disabled {
    background: #888 !important;
    border-color: #888 !important;
}

/* Ukryj stary przycisk "Dodaj" jeśli poza stopką */
.wyjedzone-qv .summary form.cart > .single_add_to_cart_button:not([class*="wyjedzone"]):not(:last-child) {
    display: none !important;
}

/* ================================================================
   CRITICAL FIXES v1.0.8 – potwierdzone testami w przeglądarce
   ================================================================ */

/* 1. KLUCZOWY: form.cart nie może być ściskany przez flexbox –
      sticky footer musi mieć naturalną wysokość żeby działał */
.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-content form.cart:has(#yith-wapo-container),
.wyjedzone-qv.wyjedzone-qv-sliding .wyjedzone-qv-content form.cart:has(#yith-wapo-container) {
    flex: 0 0 auto !important;
    min-height: unset !important;
    height: auto !important;
}

/* 2. RESET .radio-button-container – inline styl na stronie nadpisuje
      (źródło: <style> blok, nie front.css – ma zielone tło/border dla .selected) */
.wyjedzone-qv .radio-button-container,
.wyjedzone-qv .checkbox-button-container,
.wyjedzone-qv .yith-wapo-option.selected .radio-button-container,
.wyjedzone-qv .yith-wapo-option.selected .checkbox-button-container,
.wyjedzone-qv .yith-wapo-option:hover .radio-button-container,
.wyjedzone-qv .yith-wapo-option:hover .checkbox-button-container {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    transition: none !important;
    box-shadow: none !important;
    text-align: left !important;
    position: relative !important;
}

/* 3. <label> wewnątrz container – reset (site CSS robi z niej block z width:100%) */
.wyjedzone-qv .radio-button-container label,
.wyjedzone-qv .checkbox-button-container label {
    display: contents !important;
    width: auto !important;
    z-index: auto !important;
    pointer-events: auto !important;
    font-size: inherit !important;
    color: inherit !important;
    position: static !important;
}
/* Ukryj natywny input radio/checkbox (został nadmiarowo widoczny) */
.wyjedzone-qv .radio-button-container input[type="radio"],
.wyjedzone-qv .checkbox-button-container input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    inset: auto !important;
    width: 1px !important;
    height: 1px !important;
    pointer-events: none !important;
    z-index: 0 !important;
    margin: 0 !important;
}

/* 4. Przycisk "Dodaj do koszyka" – ciemny z ceną po prawej */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .single_add_to_cart_button,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row button.single_add_to_cart_button,
html .wyjedzone-qv .wyjedzone-qvw-qty-btn-row .single_add_to_cart_button {
    background: #1a1a1a !important;
    background-color: #1a1a1a !important;
    color: #fff !important;
    border-color: #1a1a1a !important;
    border-radius: 50px !important;
    padding: 14px 22px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-image: none !important;
    /* flex żeby cena była po prawej */
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .single_add_to_cart_button:hover {
    background: #333 !important;
    background-color: #333 !important;
    border-color: #333 !important;
}
/* Etykieta "Dodaj do koszyka" po lewej */
.wyjedzone-qv .wqv-btn-label {
    flex: 1 !important;
    text-align: left !important;
    color: #fff !important;
    font-weight: 600 !important;
}
/* Cena po prawej w przycisku */
.wyjedzone-qv .wqv-btn-price {
    font-weight: 700 !important;
    white-space: nowrap !important;
    color: #fff !important;
    letter-spacing: 0.01em !important;
}
/* Ukryj osobny wiersz "Suma:" – cena jest teraz w przycisku */
.wyjedzone-qv .wyjedzone-qvw-cart-footer #wapo-total-price-table {
    display: none !important;
}

/* 5. Scrollbar – nie rezerwuj miejsca (eliminuje białą lukę po prawej) */
.wyjedzone-qv .summary-content {
    scrollbar-gutter: auto !important;
    scrollbar-width: thin !important;
}

/* 6. Przycisk X – kolor ciemny (site theme barwi linki na inny kolor) */
.wyjedzone-qv .wyjedzone-qv-close {
    color: #555 !important;
}
.wyjedzone-qv .wyjedzone-qv-close svg {
    color: #555 !important;
    stroke: #555 !important;
}

/* 7. Padding treści */
.wyjedzone-qv .summary.entry-summary { padding: 0 !important; }
.wyjedzone-qv .summary.entry-summary .summary-content { padding: 20px 20px 0 !important; }

/* ================================================================
   v1.1.0 FINAL FIXES – potwierdzone w przeglądarce
   ================================================================ */

/* KLUCZOWE: WooCommerce ustawia .summary.entry-summary na ~65% szerokości
   dla layout ze zdjęciem (float + width). Bez zdjęcia popup ma pustą prawą stronę. */
.wyjedzone-qv .summary.entry-summary,
.wyjedzone-qv .summary-content {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
}

/* WAPO container i opcje – pełna szerokość */
.wyjedzone-qv .yith-wapo-block,
.wyjedzone-qv #yith-wapo-container,
.wyjedzone-qv .options-container,
.wyjedzone-qv .options-container .options,
.wyjedzone-qv .options-container .options.grid {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.wyjedzone-qv .yith-wapo-option {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Ukryj WSZYSTKIE natywne input[type=checkbox] wewnątrz opcji WAPO
   (różne typy opcji mają różną strukturę, .checkboxbutton zastępuje wygląd) */
.wyjedzone-qv .yith-wapo-option input[type="checkbox"],
.wyjedzone-qv .yith-wapo-option input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    pointer-events: none !important;
    margin: 0 !important;
    z-index: 0 !important;
}

/* Gap między kółkiem a tekstem etykiety */
.wyjedzone-qv .yith-wapo-option .option-container {
    gap: 12px !important;
}
.wyjedzone-qv .yith-wapo-addon-label {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Cena opcji z plusem (+5,00 zł) */
.wyjedzone-qv .option-price .sign.positive::before { content: '+' !important; }

/* Typ opcji: text z obrazkiem – upewnij się że checkboxbutton jest widoczny */
.wyjedzone-qv .yith-wapo-addon-type-text .checkboxbutton,
.wyjedzone-qv .yith-wapo-addon-type-checkbox .checkboxbutton {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    border-radius: 6px !important;
    border: 2px solid #d0d0d0 !important;
    background: #fff !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: transparent !important;
}
.wyjedzone-qv .yith-wapo-addon-type-text .checkboxbutton.checked,
.wyjedzone-qv .yith-wapo-addon-type-checkbox .checkboxbutton.checked {
    border-color: #fe9afc !important;
    background: #fe9afc !important;
    color: #fff !important;
}

/* ================================================================
   v1.2.0 – Design 1:1 z prototypem (wartości wyciągnięte JS z .html)
   Extracted via getComputedStyle on running prototype
   ================================================================ */

/* === OPCJE WAPO – wiersze === */

.wyjedzone-qv .yith-wapo-option {
    background: #f7f6f2 !important;
    border: 1.5px solid rgba(26, 26, 26, 0.08) !important;
    border-radius: 12px !important;
    padding: 12px 14px !important;
    min-height: 47px !important;
}
.wyjedzone-qv .yith-wapo-option.selected {
    background: #fde4fb !important;
    border-color: #fe9afc !important;
}
.wyjedzone-qv .yith-wapo-option:not(.selected):hover {
    background: #ede9e0 !important;
    border-color: rgba(26, 26, 26, 0.12) !important;
}

/* === KÓŁKO RADIO – niezaznaczone === */
.wyjedzone-qv .radiobutton {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid rgba(26, 26, 26, 0.25) !important;
    background: transparent !important;
}
.wyjedzone-qv .radiobutton.checked {
    border-color: #fe9afc !important;
    background: #fe9afc !important;
}
.wyjedzone-qv .radiobutton::after {
    width: 6px !important;
    height: 6px !important;
}

/* === CHECKBOX – niezaznaczony === */
.wyjedzone-qv .checkboxbutton {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid rgba(26, 26, 26, 0.25) !important;
    background: transparent !important;
    border-radius: 5px !important;
}
.wyjedzone-qv .checkboxbutton.checked {
    border-color: #fe9afc !important;
    background: #fe9afc !important;
}
/* Typ text/checkbox – override v1.1.0 wartości */
.wyjedzone-qv .yith-wapo-addon-type-text .checkboxbutton,
.wyjedzone-qv .yith-wapo-addon-type-checkbox .checkboxbutton {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid rgba(26, 26, 26, 0.25) !important;
    background: transparent !important;
    border-radius: 5px !important;
}

/* === ETYKIETA OPCJI === */
.wyjedzone-qv .yith-wapo-addon-label {
    font-size: 14px !important;
    font-weight: 400 !important;
}

/* === CENA OPCJI – mała szara === */
.wyjedzone-qv .option-price {
    font-size: 12px !important;
    color: rgba(26, 26, 26, 0.5) !important;
}

/* === NAGŁÓWEK SEKCJI – tytuł grupy opcji === */
.wyjedzone-qv .wapo-addon-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

/* Badge "WYMAGANE" – WAPO renderuje <span class="required">*</span>
   Zamieniamy gwiazdkę na ciemną pigułkę z tekstem WYMAGANE */
.wyjedzone-qv .wapo-addon-title .required {
    font-size: 0 !important;
    color: transparent !important;
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
}
.wyjedzone-qv .wapo-addon-title .required::after {
    content: 'WYMAGANE' !important;
    display: inline-block !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    background: #1a1a1a !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 3px 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    white-space: nowrap !important;
}

/* === PRZYCISKI QTY – białe kółka na ciemnym pasku === */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .decrease-number,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .increase-number {
    background: #fff !important;
    color: #1a1a1a !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 999px !important;
}
/* Liczba ilości – biała na ciemnym tle */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .qty,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row input[name="quantity"] {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}
/* Ukryj label ilości (mówi "ilość ProductName") */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .quantity label {
    display: none !important;
}

/* === PRZYCISK "DODAJ DO KOSZYKA" – grubszy font, poprawny radius === */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .single_add_to_cart_button,
html .wyjedzone-qv .wyjedzone-qvw-qty-btn-row .single_add_to_cart_button {
    border-radius: 999px !important;
    padding: 15px 22px !important;
    font-weight: 800 !important;
    font-size: 15px !important;
}
.wyjedzone-qv .wqv-btn-label {
    font-weight: 800 !important;
}
.wyjedzone-qv .wqv-btn-price {
    font-weight: 800 !important;
}




/* ================================================================
   v1.3.0 – kompletna przeróbka 1:1 z projektem
   ================================================================ */

/* === FONT – systemowy (jak w projekcie) === */
.wyjedzone-qv,
.wyjedzone-qv * {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* === X button – szarawy krąg na białym tle === */
.wyjedzone-qv .wyjedzone-qv-head {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 20 !important;
    background: transparent !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 1 !important;
}
/* X button – nadpisuje specificity z poprzednich bloków (box-shadow !important na linii 1666) */
.wyjedzone-qv .wyjedzone-qv-head .wyjedzone-qv-close,
.wyjedzone-qv .wyjedzone-qv-close {
    background: #f5f4f0 !important;
    color: #1a1a1a !important;
    border: none !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
}
.wyjedzone-qv .wyjedzone-qv-head .wyjedzone-qv-close svg,
.wyjedzone-qv .wyjedzone-qv-close svg {
    width: 18px !important;
    height: 18px !important;
    stroke: #1a1a1a !important;
    color: #1a1a1a !important;
}

/* === TYTUŁ – Fraunces 30px === */
.wyjedzone-qv .wyjedzone-qv-content h1.product_title,
.wyjedzone-qv .wyjedzone-qv-content .product_title {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    line-height: 1 !important;
    color: #1a1a1a !important;
    margin: 0 0 6px !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
}

/* Opis krótki */
.wyjedzone-qv .woocommerce-product-details__short-description,
.wyjedzone-qv .woocommerce-product-details__short-description p {
    font-size: 14px !important;
    color: rgba(26,26,26,0.55) !important;
    line-height: 1.5 !important;
    margin: 0 0 16px !important;
}

/* === OPCJE WAPO – naprawa layoutu === */

/* Obrazki opcji: POKAZUJEMY jako miniaturę (gdy produkt je ma) */
.wyjedzone-qv .yith-wapo-option [class*="image-container"] {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    border: 1px solid rgba(0,0,0,.08) !important;
}
.wyjedzone-qv .yith-wapo-option [class*="image-container"] .image,
.wyjedzone-qv .yith-wapo-option [class*="image-container"] img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Wiersz opcji */
.wyjedzone-qv .yith-wapo-option {
    background: #f7f6f2 !important;
    border: 1.5px solid rgba(26,26,26,0.08) !important;
    border-radius: 12px !important;
    padding: 12px 14px !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    margin-bottom: 6px !important;
}
.wyjedzone-qv .yith-wapo-option:last-child {
    margin-bottom: 0 !important;
}
.wyjedzone-qv .yith-wapo-option.selected,
.wyjedzone-qv .yith-wapo-option:has(input:checked) {
    background: #fde4fb !important;
    border-color: #fe9afc !important;
}
.wyjedzone-qv .yith-wapo-option:not(.selected):not(:has(input:checked)):hover {
    background: #ede9e0 !important;
}

/* Wewnętrzny wrapper */
.wyjedzone-qv .yith-wapo-option .label {
    width: 100% !important;
    display: block !important;
}
.wyjedzone-qv .yith-wapo-option .option-container {
    width: 100% !important;
}
.wyjedzone-qv .yith-wapo-option .radio-button-container,
.wyjedzone-qv .yith-wapo-option .checkbox-button-container {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
}

/* Label tekst – Inter 14.5px 600 */
.wyjedzone-qv .yith-wapo-option label.yith-wapo-addon-label {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    display: flex !important;
    flex: 1 1 0% !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    margin: 0 !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    gap: 8px !important;
}

/* Cena w label – odpycha się na prawo */
.wyjedzone-qv .yith-wapo-option .option-price,
.wyjedzone-qv .yith-wapo-option label.yith-wapo-addon-label .option-price {
    flex-shrink: 0 !important;
    margin-left: auto !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgba(26,26,26,0.5) !important;
    white-space: nowrap !important;
}

/* === RADIO – używamy :has() bo WAPO nie aktualizuje .checked po AJAX === */
.wyjedzone-qv .radiobutton {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(26,26,26,0.22) !important;
    background: #fff !important;
    position: relative !important;
}
/* Środkowa kropka */
.wyjedzone-qv .radiobutton::after {
    content: '' !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: transparent !important;
    display: block !important;
}
/* Zaznaczony – przez klasę WAPO LUB przez natywny input:checked */
.wyjedzone-qv .radiobutton.checked,
.wyjedzone-qv .radiobutton:has(input:checked),
.wyjedzone-qv .yith-wapo-option:has(input[type=radio]:checked) .radiobutton {
    border-color: #e879f9 !important;
    background: #fde4fb !important;
}
.wyjedzone-qv .radiobutton.checked::after,
.wyjedzone-qv .radiobutton:has(input:checked)::after,
.wyjedzone-qv .yith-wapo-option:has(input[type=radio]:checked) .radiobutton::after {
    background: #e879f9 !important;
}

/* Input wewnątrz radiobutton – schowaj wizualnie ale zachowaj funkcjonalność */
.wyjedzone-qv .radiobutton input[type=radio] {
    position: absolute !important;
    opacity: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    cursor: pointer !important;
    z-index: 1 !important;
}

/* === CHECKBOX === */
.wyjedzone-qv .checkboxbutton {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 6px !important;
    border: 2px solid rgba(26,26,26,0.22) !important;
    background: #fff !important;
    position: relative !important;
}
.wyjedzone-qv .checkboxbutton.checked,
.wyjedzone-qv .checkboxbutton:has(input:checked),
.wyjedzone-qv .yith-wapo-option:has(input[type=checkbox]:checked) .checkboxbutton {
    border-color: #e879f9 !important;
    background: #e879f9 !important;
}
.wyjedzone-qv .checkboxbutton.checked::after,
.wyjedzone-qv .checkboxbutton:has(input:checked)::after,
.wyjedzone-qv .yith-wapo-option:has(input[type=checkbox]:checked) .checkboxbutton::after {
    content: '' !important;
    display: block !important;
    width: 5px !important;
    height: 9px !important;
    border: 2px solid #fff !important;
    border-top: none !important;
    border-left: none !important;
    transform: rotate(45deg) translateY(-1px) !important;
}
.wyjedzone-qv .checkboxbutton input[type=checkbox] {
    position: absolute !important;
    opacity: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    cursor: pointer !important;
    z-index: 1 !important;
}

/* === NAGŁÓWEK GRUPY WAPO – Fraunces 19px === */
.wyjedzone-qv .wapo-addon-title {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    color: #1a1a1a !important;
    margin: 0 0 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
}
/* WYMAGANE badge przez CSS (usuwa gwiazdkę *) */
.wyjedzone-qv .wapo-addon-title .required {
    font-size: 0 !important;
    color: transparent !important;
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
}
.wyjedzone-qv .wapo-addon-title .required::after {
    content: 'WYMAGANE' !important;
    display: inline-block !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    background: #1a1a1a !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 4px 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    white-space: nowrap !important;
}

/* "Wybierz X" po prawej od tytułu grupy */
.wyjedzone-qv .wapo-addon-title ~ .wapo-addon-description,
.wyjedzone-qv .wapo-addon-header .wapo-addon-description {
    font-size: 13px !important;
    color: rgba(26,26,26,0.45) !important;
}

/* Ukryj duplikat WYMAGANE z innej wtyczki */
.wyjedzone-qv .wyjedzone-wapo-required-inline,
.wyjedzone-qv .wyjedzone-wapo-required-badge {
    display: none !important;
}

/* Odstęp między grupami opcji */
.wyjedzone-qv .yith-wapo-addon {
    margin-bottom: 20px !important;
}
.wyjedzone-qv .yith-wapo-addon:last-child {
    margin-bottom: 0 !important;
}

/* === STOPKA – biała, przycisk po prawej === */
.wyjedzone-qv .wyjedzone-qvw-cart-footer {
    background: #fff !important;
    border-top: 1px solid rgba(0,0,0,.08) !important;
    padding: 14px 20px calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
}

/* QTY kolor ciemny (biała stopka) */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .qty,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row input[name="quantity"] {
    color: #1a1a1a !important;
}

/* QTY przyciski – border ciemny */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .decrease-number,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .increase-number {
    border: 1.5px solid rgba(26,26,26,0.15) !important;
    background: #fff !important;
    color: #1a1a1a !important;
}

/* Przycisk "Dodaj do koszyka" – zablokowany gdy wymagane nie wypełnione */
.wyjedzone-qv .single_add_to_cart_button.wqv-required-missing {
    opacity: 0.45 !important;
    pointer-events: none !important;
}

/* === ANIMACJE – 0.2s === */
.wyjedzone-qv.wyjedzone-qv-modal {
    transition: opacity 0.2s ease, visibility 0.2s ease !important;
}
.wyjedzone-qv.wyjedzone-qv-modal .wyjedzone-qv-main {
    transition: opacity 0.2s ease, transform 0.2s ease !important;
}
.wyjedzone-qv.wyjedzone-qv-modal.slide-in .wyjedzone-qv-main {
    transform: translateY(10px) !important;
    opacity: 0 !important;
}
.wyjedzone-qv.wyjedzone-qv-modal.slide-in.open .wyjedzone-qv-main {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* === ZERO CIENI === */
.wyjedzone-qv,
.wyjedzone-qv *,
.wyjedzone-qv *::before,
.wyjedzone-qv *::after,
.wqv-toast {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* Scroll-cue ciemny (biała stopka) */
.wyjedzone-qvw-scroll-cue {
    color: rgba(26,26,26,0.4) !important;
}

/* === SHAKE – gdy wymagane nie wypełnione === */
@keyframes wqv-shake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-6px); }
    40% { transform: translateX(6px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
}
.wyjedzone-qv .single_add_to_cart_button.wqv-shake {
    animation: wqv-shake 0.5s ease !important;
}

/* === STOPKA – pełna szerokość, +/- buttons === */

/* Wiersz qty + button zajmuje całą szerokość stopki */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 0 !important;
}

/* Przycisk Dodaj zajmuje pozostałą przestrzeń */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .single_add_to_cart_button,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row button.single_add_to_cart_button {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

/* Kontener qty – sztywna szerokość, flex wewnątrz */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .quantity {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    background: #f5f4f0 !important;
    border-radius: 999px !important;
    padding: 2px !important;
    border: none !important;
}

/* Input ilości – wąski, wyśrodkowany */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .quantity input.qty,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .quantity input[name="quantity"] {
    width: 32px !important;
    text-align: center !important;
    border: none !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    padding: 0 !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .quantity input::-webkit-outer-spin-button,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* +/- buttons */
.wyjedzone-qv .wqv-qty-dec,
.wyjedzone-qv .wqv-qty-inc {
    width: 32px !important;
    height: 32px !important;
    border: none !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #1a1a1a !important;
    font-size: 20px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-weight: 300 !important;
}
.wyjedzone-qv .wqv-qty-dec:hover,
.wyjedzone-qv .wqv-qty-inc:hover {
    background: #ede9e0 !important;
}

/* Ukryj oryginalne increase/decrease-number jeśli tema je dodała (zostają nasze) */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .quantity .decrease-number,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .quantity .increase-number {
    display: none !important;
}

/* === v1.3.4 === */

/* Miniaturka – przed JS-owym przeniesieniem ukryta, po – widoczna w wierszu */
.wyjedzone-qv .wqv-product-thumb {
    display: none !important;
}
.wyjedzone-qv .wqv-title-row .wqv-product-thumb {
    display: block !important;
    width: 46px !important;
    height: 46px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
    flex-shrink: 0 !important;
}

/* Wiersz tytuł + miniaturka */
.wyjedzone-qv .wqv-title-row {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin: 0 0 6px !important;
}
.wyjedzone-qv .wqv-title-row .product_title {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Etykieta "Wybierz jedno" / "Opcjonalnie" – w nagłówku grupy po prawej */
.wyjedzone-qv .wqv-group-type-label {
    margin-left: auto !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgba(26,26,26,0.42) !important;
    letter-spacing: 0 !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    /* Nadpisz Fraunces odziedziczony z wapo-addon-title */
    font-style: normal !important;
}

/* Redukcja marginesów summary – padding przeniesiony na .summary-content */
.woocommerce .wyjedzone-qv.wyjedzone-qv-modal.open .single-product div.product .summary.entry-summary {
    margin: 0 !important;
    padding: 0 !important;
}

/* Pola tekstowe wewnątrz opcji WAPO – zawsze interaktywne */
.wyjedzone-qv .yith-wapo-option input[type=text],
.wyjedzone-qv .yith-wapo-option input[type=number],
.wyjedzone-qv .yith-wapo-option textarea,
.wyjedzone-qv .yith-wapo-option select {
    position: relative !important;
    z-index: 3 !important;
    pointer-events: auto !important;
    cursor: text !important;
}

/* "Wybierz jedno" po PRAWEJ: H6 musi być full-width w addon-header (flex container) */
.wyjedzone-qv .wapo-addon-title {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

/* Stopka poza scroll area: summary jako flex column */
.wyjedzone-qv .summary.entry-summary {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    padding: 0 !important;
}
.wyjedzone-qv .summary-content {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 16px 20px 8px !important;
}
/* Footer (przeniesiony przez JS do .entry-summary) – statyczny w flex column */
.wyjedzone-qv .summary.entry-summary > .wyjedzone-qvw-cart-footer {
    position: static !important;
    bottom: auto !important;
    flex-shrink: 0 !important;
    z-index: 6 !important;
}

/* =====================================================================
   v1.3.7 – ZGODNOŚĆ Z PROJEKTEM (lila #fe9afc + ciemna ikona),
   select, tooltip, "w cenie", mobile full-screen
   Blok na końcu pliku → wygrywa kolejnością źródła.
   ===================================================================== */

/* --- RADIO: lila wypełnienie + CIEMNA kropka (jak w projekcie obrazek 1) --- */
.wyjedzone-qv .radiobutton.checked,
.wyjedzone-qv .radiobutton:has(input:checked),
.wyjedzone-qv .yith-wapo-option:has(input[type=radio]:checked) .radiobutton {
    border-color: #fe9afc !important;
    background: #fe9afc !important;
}
.wyjedzone-qv .radiobutton.checked::after,
.wyjedzone-qv .radiobutton:has(input:checked)::after,
.wyjedzone-qv .yith-wapo-option:has(input[type=radio]:checked) .radiobutton::after {
    background: #1a1a1a !important;
    width: 8px !important;
    height: 8px !important;
}

/* --- CHECKBOX: lila wypełnienie + CIEMNY haczyk (obrazek 3) --- */
.wyjedzone-qv .checkboxbutton.checked,
.wyjedzone-qv .checkboxbutton:has(input:checked),
.wyjedzone-qv .yith-wapo-option:has(input[type=checkbox]:checked) .checkboxbutton {
    border-color: #fe9afc !important;
    background: #fe9afc !important;
}
.wyjedzone-qv .checkboxbutton.checked::after,
.wyjedzone-qv .checkboxbutton:has(input:checked)::after,
.wyjedzone-qv .yith-wapo-option:has(input[type=checkbox]:checked) .checkboxbutton::after {
    border-color: #1a1a1a !important;
}

/* --- Wiersz zaznaczonej opcji: subtelny lila --- */
.wyjedzone-qv .yith-wapo-option.selected,
.wyjedzone-qv .yith-wapo-option:has(input:checked) {
    background: #fdeafd !important;
    border-color: #fe9afc !important;
}

/* --- "w cenie" / cena opcji: po prawej, bez łamania --- */
.wyjedzone-qv .yith-wapo-option .wqv-free-label,
.wyjedzone-qv .yith-wapo-option .option-price {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    white-space: nowrap !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    text-align: right !important;
}
/* "w cenie" – ZIELONE (wg projektu) */
.wyjedzone-qv .yith-wapo-option .wqv-free-label {
    font-size: 11.5px !important;
    font-weight: 700 !important;
    color: #5cb85c !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
/* cena dodatku "+X zł" – CIEMNA, pogrubiona (wg projektu) */
.wyjedzone-qv .yith-wapo-option .option-price {
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
}
/* Pokaż znak "+" przed ceną, ukryj nawiasy (WAPO renderuje "(+12,00 zł)") */
.wyjedzone-qv .yith-wapo-option .option-price .brackets { display: none !important; }
.wyjedzone-qv .yith-wapo-option .option-price .sign,
.wyjedzone-qv .yith-wapo-option .option-price .sign.positive { display: inline !important; font-size: 0 !important; }
.wyjedzone-qv .yith-wapo-option .option-price .sign.positive::before { content: '+' !important; font-size: 13px !important; }

/* --- TOOLTIP / opis opcji: NIE łamać layoutu (absolutny dymek na hover) --- */
.wyjedzone-qv .yith-wapo-option .tooltip,
.wyjedzone-qv .yith-wapo-option .yith-wapo-tooltip {
    position: absolute !important;
    left: 50% !important;
    bottom: calc(100% + 6px) !important;
    transform: translateX(-50%) !important;
    z-index: 30 !important;
    width: max-content !important;
    max-width: 220px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .12s ease !important;
    font-size: 12px !important;
    white-space: normal !important;
}
.wyjedzone-qv .yith-wapo-option:hover .tooltip,
.wyjedzone-qv .yith-wapo-option:hover .yith-wapo-tooltip {
    opacity: 1 !important;
    visibility: visible !important;
}
/* Label musi być relative dla absolutnego tooltipa, ale bez kontekstu na option */
.wyjedzone-qv .yith-wapo-option label.yith-wapo-addon-label {
    position: relative !important;
    overflow: visible !important;
}

/* --- OPIS OPCJI (.description): pełnoszerokościowy podtytuł pod nazwą,
   zamiast wpychania na prawo i łamania się (option jest display:flex) --- */
.wyjedzone-qv .yith-wapo-option {
    flex-wrap: wrap !important;
}
.wyjedzone-qv .yith-wapo-option > .label {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}
.wyjedzone-qv .yith-wapo-option > .description {
    flex: 0 0 100% !important;
    width: 100% !important;
    order: 10 !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    color: rgba(26,26,26,0.5) !important;
    white-space: normal !important;
}

/* --- SELECT (np. "Ilość / Wybierz opcję"): ostylowany jak input.
   Select bywa poza #yith-wapo-container (rodzic .value) → szeroki selektor --- */
.wyjedzone-qv .summary-content select,
.wyjedzone-qv .yith-wapo-addon select,
.wyjedzone-qv #yith-wapo-container select,
.wyjedzone-qv .yith-wapo-option select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    background-color: #fff !important;
    border: 1.5px solid rgba(26,26,26,0.15) !important;
    border-radius: 12px !important;
    padding: 12px 40px 12px 14px !important;
    min-height: 46px !important;
    line-height: 1.2 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 16px 16px !important;
    transition: border-color .15s ease, box-shadow .15s ease !important;
}
.wyjedzone-qv .summary-content select:focus,
.wyjedzone-qv .yith-wapo-addon select:focus,
.wyjedzone-qv #yith-wapo-container select:focus,
.wyjedzone-qv .yith-wapo-option select:focus {
    outline: none !important;
    border-color: #fe9afc !important;
    box-shadow: 0 0 0 3px rgba(254,154,252,0.25) !important;
}

/* --- NAGŁÓWKI SEKCJI: gwarancja Fraunces (font ładowany jawnie JS-em) --- */
.wyjedzone-qv .wyjedzone-qv-content .wapo-addon-title,
.wyjedzone-qv .wyjedzone-qv-content .wapo-addon-title > span:first-child {
    font-family: 'Fraunces', Georgia, serif !important;
    font-optical-sizing: auto !important;
}

/* --- MOBILE: BOTTOM SHEET – zakotwiczony na dole, WYŻSZY (94dvh),
   PRZERWY PO BOKACH (8px), na dole bez przerwy --- */
@media (max-width: 600px) {
    .wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-wrapper {
        left: 8px !important;
        right: 8px !important;
        top: auto !important;
        bottom: 0 !important;
        width: calc(100% - 16px) !important;
        max-width: calc(100% - 16px) !important;
        height: auto !important;
        max-height: 94dvh !important;
        transform: none !important;
        margin: 0 !important;
        border-radius: 20px 20px 0 0 !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
    }
    .wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-main {
        width: 100% !important;
        height: auto !important;
        max-height: 94dvh !important;
        border-radius: 20px 20px 0 0 !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
    }
    .wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-content {
        border-radius: 20px 20px 0 0 !important;
        flex: 0 1 auto !important;
        min-height: 0 !important;
    }
    /* Treść sumaryczna sizes-to-content, scrolluje gdy za długa */
    .wyjedzone-qv.wyjedzone-qv-modal.open .summary.entry-summary {
        flex: 0 1 auto !important;
        min-height: 0 !important;
    }
    .wyjedzone-qv.wyjedzone-qv-modal.open .summary-content {
        flex: 0 1 auto !important;
        min-height: 0 !important;
    }
}

/* =====================================================================
   v1.3.8 – badge'y nagłówków, "w cenie" zielone, flash wymaganych,
   pole liczbowe
   ===================================================================== */

/* Nagłówek grupy: tytuł + badge'y inline, etykieta "Wybierz N" po prawej */
.wyjedzone-qv .wapo-addon-title {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    row-gap: 6px !important;
}
.wyjedzone-qv .wapo-addon-title > span:first-child {
    flex: 0 1 auto !important;
}

/* Badge bazowy */
.wyjedzone-qv .wqv-badge {
    display: inline-flex !important;
    align-items: center !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    padding: 3px 8px !important;
    border-radius: 999px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
}
/* WYMAGANE – ciemny pill */
/* WYMAGANE – CZERWONY pill (rzuca się w oczy) */
.wyjedzone-qv .wqv-badge-required {
    color: #fff !important;
    background: #e8341c !important;
    letter-spacing: 0.8px !important;
}
/* PŁATNE DODATKI – USUNIĘTE (nie pokazujemy) */
.wyjedzone-qv .wqv-badge-paid { display: none !important; }

/* Suma "+X zł" po prawej w nagłówku grupy – ciemna, pogrubiona */
.wyjedzone-qv .wqv-group-total {
    margin-left: auto !important;
    flex: 0 0 auto !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    white-space: nowrap !important;
}
.wyjedzone-qv .wqv-group-total:empty { display: none !important; }

/* Podpowiedź "Wybierz 1" / "Opcjonalnie" – POD nagłówkiem grupy */
.wyjedzone-qv .wqv-group-hint {
    margin: -2px 0 8px !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgba(26,26,26,0.45) !important;
}

/* Stara etykieta po prawej (nieużywana) */
.wyjedzone-qv .wqv-group-type-label {
    margin-left: auto !important;
    flex: 0 0 auto !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgba(26,26,26,0.45) !important;
    white-space: nowrap !important;
}

/* Flash podświetlenie niewypełnionej wymaganej grupy po kliknięciu "Dodaj" */
.wyjedzone-qv .yith-wapo-addon.wqv-required-flash {
    animation: wqvRequiredFlash 1.6s ease !important;
    border-radius: 14px !important;
}
@keyframes wqvRequiredFlash {
    0%, 100% { box-shadow: 0 0 0 0 rgba(254,154,252,0); }
    15%, 55% { box-shadow: 0 0 0 3px rgba(254,154,252,0.9); }
}
.wyjedzone-qv .yith-wapo-addon.wqv-required-flash .wapo-addon-title > span:first-child {
    color: #a01e9c !important;
    transition: color .2s ease !important;
}

/* --- POLE LICZBOWE (np. "Ilość pałeczek") – widoczne i ostylowane --- */
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity,
.wyjedzone-qv .yith-wapo-option .input-number.quantity {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 180px !important;
    margin: 10px 0 0 !important;
    border: 1.5px solid rgba(26,26,26,0.15) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #fff !important;
}
.wyjedzone-qv .input-number.quantity button.decrease-number,
.wyjedzone-qv .input-number.quantity button.increase-number {
    flex: 0 0 auto !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border: none !important;
    background: #f7f6f2 !important;
    color: #1a1a1a !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 !important;
}
.wyjedzone-qv .input-number.quantity button.decrease-number:hover,
.wyjedzone-qv .input-number.quantity button.increase-number:hover {
    background: #ede9e0 !important;
}
.wyjedzone-qv .input-number.quantity input[type='number'] {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    height: 46px !important;
    border: none !important;
    text-align: center !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    background: #fff !important;
    box-shadow: none !important;
    -moz-appearance: textfield !important;
}
.wyjedzone-qv .input-number.quantity input[type='number']::-webkit-outer-spin-button,
.wyjedzone-qv .input-number.quantity input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* =====================================================================
   v1.4.0 – przyciski +/- ilości, przycisk menu (.wyjedzone-qv-button),
   komentarz, klik na całe pole opcji
   ===================================================================== */

/* --- Przyciski +/- ilości w stopce (główny stepper "− 1 +") --- */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .quantity,
.wyjedzone-qv .wyjedzone-qvw-cart-footer .quantity {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: transparent !important;
    border: 0 !important;
}
.wyjedzone-qv .wqv-qty-dec,
.wyjedzone-qv .wqv-qty-inc {
    flex: 0 0 auto !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(26,26,26,0.18) !important;
    background: #fff !important;
    color: #1a1a1a !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: background .12s ease, border-color .12s ease !important;
    box-shadow: none !important;
}
.wyjedzone-qv .wqv-qty-dec:hover,
.wyjedzone-qv .wqv-qty-inc:hover {
    background: #f1efe9 !important;
    border-color: rgba(26,26,26,0.32) !important;
}
.wyjedzone-qv .wqv-qty-dec:active,
.wyjedzone-qv .wqv-qty-inc:active {
    transform: scale(0.94) !important;
}
/* Wartość ilości między przyciskami */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row input.qty,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row input[name="quantity"] {
    width: 28px !important;
    min-width: 28px !important;
    border: 0 !important;
    background: transparent !important;
    text-align: center !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    padding: 0 !important;
    box-shadow: none !important;
    -moz-appearance: textfield !important;
}
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row input.qty::-webkit-outer-spin-button,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important; margin: 0 !important;
}

/* --- Przycisk "dodaj" w menu (.wyjedzone-qv-button) – styl wg życzenia --- */
.wyjedzone-qv-button,
a.wyjedzone-qv-button.button {
    background: #000 !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-size: 12px !important;
    padding: 9px 14px 9px 13px !important;
    border: 0px solid #D5D1FF !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}
.wyjedzone-qv-button span,
a.wyjedzone-qv-button.button span {
    color: #fff !important;
}

/* --- KOMENTARZ (textarea WAPO) – widoczny i ostylowany --- */
.wyjedzone-qv .yith-wapo-option textarea,
.wyjedzone-qv #yith-wapo-container textarea {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    min-height: 72px !important;
    margin: 8px 0 0 !important;
    padding: 12px 14px !important;
    border: 1.5px solid rgba(26,26,26,0.15) !important;
    border-radius: 12px !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 14.5px !important;
    color: #1a1a1a !important;
    background: #fff !important;
    resize: vertical !important;
    box-shadow: none !important;
}
.wyjedzone-qv .yith-wapo-option textarea:focus,
.wyjedzone-qv #yith-wapo-container textarea:focus {
    outline: none !important;
    border-color: #fe9afc !important;
    box-shadow: 0 0 0 3px rgba(254,154,252,0.25) !important;
}
/* Opcja zawierająca pole tekstowe/komentarz – nie zachowuj się jak klikalny wiersz */
.wyjedzone-qv .yith-wapo-option:has(textarea),
.wyjedzone-qv .yith-wapo-option:has(input[type=text]),
.wyjedzone-qv .yith-wapo-option:has(input[type=number]) {
    cursor: default !important;
}

/* --- Klik na CAŁE pole opcji (wskaźnik) --- */
.wyjedzone-qv .yith-wapo-option {
    cursor: pointer !important;
}
.wyjedzone-qv .yith-wapo-option label.yith-wapo-addon-label,
.wyjedzone-qv .yith-wapo-option .checkboxbutton,
.wyjedzone-qv .yith-wapo-option .radiobutton {
    cursor: pointer !important;
}

/* --- Spinner ładowania: WYRZUĆ ikonę koła zębatego (font WooCommerce),
   zastąp czystym pierścieniem --- */
.wyjedzone-qv .single_add_to_cart_button.loading {
    opacity: 1 !important;
    pointer-events: none !important;
}
.wyjedzone-qv .single_add_to_cart_button.loading::after {
    font-family: inherit !important;
    content: "" !important;
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    box-sizing: border-box !important;
    border: 2px solid rgba(255,255,255,0.35) !important;
    border-top-color: #fff !important;
    border-radius: 50% !important;
    background: none !important;
    font-size: 0 !important;
    vertical-align: middle !important;
    margin-left: 8px !important;
    animation: wqvBtnSpin 0.6s linear infinite !important;
    opacity: 1 !important;
    top: auto !important;
    position: relative !important;
}
@keyframes wqvBtnSpin {
    to { transform: rotate(360deg); }
}

/* --- KOMENTARZ (textarea) – szeroki selektor (bywa poza .yith-wapo-option) --- */
.wyjedzone-qv .summary-content textarea,
.wyjedzone-qv #yith-wapo-container textarea {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    min-height: 76px !important;
    margin: 8px 0 0 !important;
    padding: 12px 14px !important;
    border: 1.5px solid rgba(26,26,26,0.15) !important;
    border-radius: 12px !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 14.5px !important;
    line-height: 1.4 !important;
    color: #1a1a1a !important;
    background: #fff !important;
    resize: vertical !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.wyjedzone-qv .summary-content textarea:focus,
.wyjedzone-qv #yith-wapo-container textarea:focus {
    outline: none !important;
    border-color: #fe9afc !important;
    box-shadow: 0 0 0 3px rgba(254,154,252,0.25) !important;
}

/* --- KOMENTARZ jako input[type=text] (WAPO type "text", np. Sakai) – pełne pole.
   WAPO renderuje malutki input 34x18px → robimy z niego normalne pole. --- */
.wyjedzone-qv .yith-wapo-addon-type-text .input-text-container,
.wyjedzone-qv .yith-wapo-option .input-text-container {
    display: block !important;
    width: 100% !important;
}
.wyjedzone-qv .yith-wapo-option input[type=text].yith-wapo-option-value,
.wyjedzone-qv .input-text-container input[type=text],
.wyjedzone-qv #yith-wapo-container input[type=text].yith-wapo-option-value {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    height: 48px !important;
    margin: 8px 0 0 !important;
    padding: 12px 14px !important;
    border: 1.5px solid rgba(26,26,26,0.15) !important;
    border-radius: 12px !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 14.5px !important;
    color: #1a1a1a !important;
    background: #fff !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.wyjedzone-qv .yith-wapo-option input[type=text].yith-wapo-option-value:focus,
.wyjedzone-qv .input-text-container input[type=text]:focus {
    outline: none !important;
    border-color: #fe9afc !important;
    box-shadow: 0 0 0 3px rgba(254,154,252,0.25) !important;
}

/* =====================================================================
   v1.4.2 – modal fit-content, pogrubiona ilość, FOUC, karta komentarza
   ===================================================================== */

/* #1 DESKTOP: modal dopasowany do treści (footer zawsze na dole, bez pustego dołu) */
@media (min-width: 601px) {
    .wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-wrapper {
        height: auto !important;
        max-height: 86vh !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        display: flex !important;
        flex-direction: column !important;
    }
    .wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-main {
        height: auto !important;
        max-height: 86vh !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
    }
    .wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-content {
        flex: 0 1 auto !important;
        min-height: 0 !important;
    }
    .wyjedzone-qv.wyjedzone-qv-modal.open .summary.entry-summary,
    .wyjedzone-qv.wyjedzone-qv-modal.open .summary-content {
        flex: 0 1 auto !important;
        min-height: 0 !important;
    }
}

/* #6 Pogrub cyfrę ilości w stopce */
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row input.qty,
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row input[name="quantity"],
.wyjedzone-qv .wyjedzone-qvw-qty-btn-row .quantity input {
    font-weight: 800 !important;
    font-size: 17px !important;
    color: #1a1a1a !important;
}

/* #7 FOUC – delikatny fade-in treści CZYSTO CSS-em (NIE zależy od JS!).
   Animacja sama dochodzi do opacity:1 (forwards), więc treść ZAWSZE się pokaże,
   nawet gdyby JS nie zadziałał. Klasa wqv-ready tylko przyspiesza ujawnienie. */
.wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-content {
    animation: wqvContentReveal 0.14s ease 0.08s both;
}
.wyjedzone-qv.wqv-ready .wyjedzone-qv-content {
    animation: none !important;
    opacity: 1 !important;
}
@keyframes wqvContentReveal {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* #5 KARTA KOMENTARZA – bogaty design (ikona + opis + textarea + licznik) */
.wyjedzone-qv .yith-wapo-addon.wqv-comment-card {
    background: #ECEBFB !important;
    border-radius: 16px !important;
    padding: 18px 18px 14px !important;
    margin: 14px 0 !important;
    border: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}
.wyjedzone-qv .yith-wapo-addon.wqv-comment-card > * {
    width: 100% !important;
    box-sizing: border-box !important;
}
.wyjedzone-qv .yith-wapo-addon.wqv-comment-card .wapo-addon-title {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 0 8px !important;
}
.wyjedzone-qv .wqv-comment-card .wqv-comment-heading-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}
.wyjedzone-qv .wqv-comment-card .wqv-comment-icon {
    flex: 0 0 auto !important;
    width: 30px !important; height: 30px !important;
    border-radius: 8px !important;
    background: #fff !important;
    display: inline-flex !important;
    align-items: center !important; justify-content: center !important;
    font-size: 16px !important;
    color: #4b4b8f !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.06) !important;
}
.wyjedzone-qv .wqv-comment-card .wqv-comment-desc {
    margin: 0 0 12px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    color: rgba(26,26,26,0.55) !important;
}
.wyjedzone-qv .wqv-comment-card .input-text-container,
.wyjedzone-qv .wqv-comment-card .label,
.wyjedzone-qv .wqv-comment-card .option-container,
.wyjedzone-qv .wqv-comment-card .yith-wapo-option {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
}
.wyjedzone-qv .wqv-comment-card input[type=text].yith-wapo-option-value,
.wyjedzone-qv .wqv-comment-card textarea {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    min-height: 92px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    border: 1.5px solid rgba(75,75,143,0.18) !important;
    border-radius: 14px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    color: #1a1a1a !important;
    background: #fff !important;
    resize: vertical !important;
    box-shadow: none !important;
}
.wyjedzone-qv .wqv-comment-card input[type=text].yith-wapo-option-value:focus,
.wyjedzone-qv .wqv-comment-card textarea:focus {
    outline: none !important;
    border-color: #9a96e8 !important;
    box-shadow: 0 0 0 3px rgba(154,150,232,0.22) !important;
}
.wyjedzone-qv .wqv-comment-card .wqv-comment-counter {
    display: block !important;
    text-align: right !important;
    margin: 8px 2px 0 0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: rgba(26,26,26,0.4) !important;
}
/* ukryj oryginalną etykietę tekstową w karcie (mamy własny nagłówek) */
.wyjedzone-qv .wqv-comment-card label {
    display: none !important;
}

/* =====================================================================
   v1.4.3 – layout opcji z obrazkiem, karta pałeczek (pill), scroll-hint
   ===================================================================== */

/* --- OPCJA Z OBRAZKIEM: obrazek nie może wypychać ceny poza wiersz --- */
.wyjedzone-qv .yith-wapo-option .option-container {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    flex-wrap: nowrap !important;
}
/* Kolejność przy obrazku: NAJPIERW zaznaczenie (checkbox/radio), potem obrazek, potem nazwa */
.wyjedzone-qv .yith-wapo-option .option-container > .checkbox-button-container,
.wyjedzone-qv .yith-wapo-option .option-container > .radio-button-container {
    order: 0 !important;
    flex: 0 0 auto !important;
}
.wyjedzone-qv .yith-wapo-option .option-container > [class*="image-container"] {
    flex: 0 0 auto !important;
    order: 1 !important;
}
.wyjedzone-qv .yith-wapo-option .option-container > label.yith-wapo-addon-label {
    order: 2 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

/* --- KARTA POLA LICZBOWEGO (pałeczki) – jasna karta + pill stepper --- */
.wyjedzone-qv .yith-wapo-addon-type-number .yith-wapo-option {
    background: #fdeafd !important;
    border: 1.5px solid rgba(254,154,252,0.4) !important;
    border-radius: 16px !important;
    padding: 16px 18px !important;
}
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 4px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #f3f0ee !important;
    overflow: visible !important;
}
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity button.decrease-number,
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity button.increase-number {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    border: 0 !important;
    background: #fff !important;
    color: #1a1a1a !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.08) !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity input[type=number] {
    width: 40px !important;
    min-width: 40px !important;
    height: 42px !important;
    border: 0 !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    -moz-appearance: textfield !important;
}
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity input[type=number]::-webkit-outer-spin-button,
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important; margin: 0 !important;
}
/* pole liczbowe: nazwa po lewej, stepper po prawej */
.wyjedzone-qv .yith-wapo-addon-type-number .option-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: 100% !important;
}
.wyjedzone-qv .yith-wapo-addon-type-number .option-container > label.yith-wapo-addon-label {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

/* --- SCROLL-HINT "Przewiń w dół" – animowana podpowiedź gdy są opcje niżej --- */
.wyjedzone-qv .wqv-scroll-hint {
    position: absolute !important;
    right: 16px !important;
    bottom: 90px;            /* JS nadpisuje wg wysokości stopki */
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 8px 15px !important;
    border-radius: 999px !important;
    background: #1a1a1a !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.22) !important;
    opacity: 0 !important;
    transform: translateY(6px) !important;
    transition: opacity .25s ease, transform .25s ease !important;
    pointer-events: none !important;
    cursor: pointer !important;
    z-index: 20 !important;
}
.wyjedzone-qv .wqv-scroll-hint.wqv-scroll-hint-on {
    pointer-events: auto !important;
}
.wyjedzone-qv .wqv-scroll-hint.wqv-scroll-hint-on {
    opacity: 1 !important;
    transform: translateY(0) !important;
    animation: wqvHintBounce 1.4s ease-in-out infinite !important;
}
.wyjedzone-qv .wqv-scroll-hint .wqv-scroll-hint-arrow {
    display: inline-block !important;
    font-size: 13px !important;
    line-height: 1 !important;
}
@keyframes wqvHintBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(4px); }
}

/* =====================================================================
   v1.4.4 – obrazki bez ramki, widoczny input liczbowy, pizza pół-na-pół
   ===================================================================== */

/* Obrazki opcji BEZ ramki */
.wyjedzone-qv .yith-wapo-option [class*="image-container"] {
    border: 0 !important;
    box-shadow: none !important;
}

/* GWARANCJA: input liczbowy/text/textarea ZAWSZE widoczny (nie ukrywać jak radio) */
.wyjedzone-qv .input-number input[type=number],
.wyjedzone-qv input[type=text].yith-wapo-option-value,
.wyjedzone-qv textarea.yith-wapo-option-value {
    position: static !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* --- PIZZA PÓŁ NA PÓŁ (plugin pizza-pol-na-pol) – ładniejszy układ --- */
.wyjedzone-qv #wyj-pnp-root,
.wyjedzone-qv [class*="wyj-pnp"] {
    font-family: 'Inter', -apple-system, sans-serif !important;
}
.wyjedzone-qv #wyj-pnp-root .wyj-pnp-section,
.wyjedzone-qv #wyj-pnp-root > div {
    margin-bottom: 4px !important;
}
.wyjedzone-qv #wyj-pnp-root h3,
.wyjedzone-qv #wyj-pnp-root h4,
.wyjedzone-qv #wyj-pnp-root .wyj-pnp-title,
.wyjedzone-qv #wyj-pnp-root [class*="pnp-half"] > label,
.wyjedzone-qv #wyj-pnp-root strong {
    font-family: 'Fraunces', Georgia, serif !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}
.wyjedzone-qv #wyj-pnp-root label {
    font-family: 'Inter', sans-serif !important;
    color: rgba(26,26,26,0.55) !important;
    font-size: 14px !important;
}

/* =====================================================================
   v1.4.5 – duplikat WYMAGANE, opis komentarza pod tytułem, krótki przycisk
   ===================================================================== */

/* Ukryj DRUGI badge "wymagane" z innej wtyczki (zostaje tylko nasz czerwony) */
.wyjedzone-qv .wyjedzone-wapo-required-inline {
    display: none !important;
}

/* Komentarz: opis ZAWSZE pod tytułem (pełna szerokość), nie obok */
.wyjedzone-qv .wqv-comment-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}
.wyjedzone-qv .wqv-comment-card .wapo-addon-title { order: 1 !important; width: 100% !important; }
.wyjedzone-qv .wqv-comment-card .wqv-comment-desc {
    order: 2 !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    font-size: 13.5px !important;
}
.wyjedzone-qv .wqv-comment-card .label,
.wyjedzone-qv .wqv-comment-card .input-text-container { order: 3 !important; }
.wyjedzone-qv .wqv-comment-card .wqv-comment-counter { order: 4 !important; }

/* Przycisk: na małym ekranie krótszy napis "Dodaj" */
@media (max-width: 600px) {
    .wyjedzone-qv .wqv-btn-label-rest { display: none !important; }
}

/* =====================================================================
   v1.4.6 – wyższa stopka, większe boki na mobile, krótki przycisk
   ===================================================================== */

/* Stopka trochę wyższa */
.wyjedzone-qv .wyjedzone-qvw-cart-footer {
    padding-top: 18px !important;
    padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
}

/* MOBILE: większe przerwy po bokach (14px) */
@media (max-width: 600px) {
    .wyjedzone-qv.wyjedzone-qv-modal.open .wyjedzone-qv-wrapper {
        left: 14px !important;
        right: 14px !important;
        width: calc(100% - 28px) !important;
        max-width: calc(100% - 28px) !important;
    }
}

/* =====================================================================
   v1.4.7 – pizza pół-na-pół kompaktowo, pałeczki odstępy, komentarz hover
   ===================================================================== */

/* --- PIZZA PÓŁ NA PÓŁ – kompaktowo, mniejsze odstępy --- */
.wyjedzone-qv .wyj-pnp-box {
    padding: 14px 16px !important;
    border-radius: 14px !important;
    border: 1.5px solid rgba(26,26,26,0.1) !important;
}
.wyjedzone-qv .wyj-pnp-title {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin: 0 0 10px !important;
    padding: 0 0 8px !important;
    border-bottom: 1px solid rgba(26,26,26,0.08) !important;
}
.wyjedzone-qv .wyj-pnp-half { margin: 0 0 10px !important; }
.wyjedzone-qv .wyj-pnp-half__title {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 2px !important;
}
.wyjedzone-qv .wyj-pnp-label {
    display: block !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    color: rgba(26,26,26,0.5) !important;
    margin: 0 0 4px !important;
}
/* selecty pnp – niższe (kompaktowe) */
.wyjedzone-qv .wyj-pnp-select {
    min-height: 42px !important;
    padding: 9px 38px 9px 13px !important;
    font-size: 14.5px !important;
    margin: 0 !important;
}
.wyjedzone-qv .wyj-pnp-size-section { margin: 0 0 10px !important; }
.wyjedzone-qv .wyj-pnp-summary {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin: 4px 0 0 !important;
    padding: 10px 0 0 !important;
    border-top: 1px solid rgba(26,26,26,0.08) !important;
}
.wyjedzone-qv .wyj-pnp-summary__label {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}
.wyjedzone-qv .wyj-pnp-summary__price {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
}
.wyjedzone-qv .wyj-pnp-hint {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    color: rgba(26,26,26,0.45) !important;
    margin: 4px 0 0 !important;
}

/* --- PAŁECZKI: większe odstępy, lepiej widać liczbę --- */
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity {
    gap: 14px !important;
    padding: 5px 10px !important;
}
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity input[type=number] {
    width: 48px !important;
    min-width: 48px !important;
    font-size: 20px !important;
    margin: 0 4px !important;
}

/* --- KOMENTARZ: brak tła/hover na polu i karcie --- */
.wyjedzone-qv .wqv-comment-card .yith-wapo-option,
.wyjedzone-qv .wqv-comment-card .yith-wapo-option:hover,
.wyjedzone-qv .wqv-comment-card .yith-wapo-option.selected,
.wyjedzone-qv .wqv-comment-card .yith-wapo-option:has(input:checked) {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* =====================================================================
   v1.4.8 – opis komentarza pod tytułem (addon-header block), subtelny hint
   ===================================================================== */

/* Komentarz: tytuł + opis w .addon-header → stackowane (opis POD tytułem) */
.wyjedzone-qv .wqv-comment-card .addon-header {
    display: block !important;
    width: 100% !important;
}
.wyjedzone-qv .wqv-comment-card .addon-header .wapo-addon-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 0 8px !important;
}
.wyjedzone-qv .wqv-comment-card .addon-header .wqv-comment-desc {
    display: block !important;
    width: 100% !important;
    margin: 0 0 4px !important;
}

/* SCROLL-HINT: subtelniejszy, sam napis przy krawędzi, delikatna animacja góra-dół */
.wyjedzone-qv .wqv-scroll-hint {
    right: 10px !important;
    padding: 6px 13px !important;
    font-size: 12px !important;
    background: rgba(26,26,26,0.82) !important;
    box-shadow: 0 4px 14px rgba(0,0,0,.16) !important;
    gap: 5px !important;
}
.wyjedzone-qv .wqv-scroll-hint.wqv-scroll-hint-on {
    animation: none !important;            /* nie ruszaj całego pilla */
}
.wyjedzone-qv .wqv-scroll-hint .wqv-scroll-hint-arrow {
    display: inline-block !important;
    animation: wqvArrowBob 1.3s ease-in-out infinite !important;
}
@keyframes wqvArrowBob {
    0%, 100% { transform: translateY(-1px); }
    50% { transform: translateY(3px); }
}

/* =====================================================================
   v1.4.9 – scroll-hint: bez tła, ciemny napis, na dole, dystans od prawej
   ===================================================================== */
.wyjedzone-qv .wqv-scroll-hint {
    background: none !important;
    box-shadow: none !important;
    color: #1a1a1a !important;
    right: 16px !important;
    padding: 4px 2px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 6px rgba(255,255,255,0.9), 0 0 2px rgba(255,255,255,0.9) !important;
}
.wyjedzone-qv .wqv-scroll-hint .wqv-scroll-hint-arrow {
    color: #1a1a1a !important;
}

/* =====================================================================
   v1.5.0 – karta komentarza KOMPAKTOWO (ciasno)
   ===================================================================== */
.wyjedzone-qv .wqv-comment-card {
    padding: 12px 14px !important;
    border-radius: 14px !important;
    margin: 10px 0 !important;
}
.wyjedzone-qv .wqv-comment-card .addon-header .wapo-addon-title {
    gap: 8px !important;
    margin: 0 0 5px !important;
}
.wyjedzone-qv .wqv-comment-card .wqv-comment-icon {
    width: 26px !important;
    height: 26px !important;
    font-size: 14px !important;
    border-radius: 7px !important;
}
.wyjedzone-qv .wqv-comment-card .wqv-comment-heading-text {
    font-size: 17px !important;
}
.wyjedzone-qv .wqv-comment-card .addon-header .wqv-comment-desc,
.wyjedzone-qv .wqv-comment-card .wqv-comment-desc {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    margin: 0 0 8px !important;
}
.wyjedzone-qv .wqv-comment-card input[type=text].yith-wapo-option-value,
.wyjedzone-qv .wqv-comment-card textarea {
    min-height: 56px !important;
    padding: 10px 13px !important;
    font-size: 14px !important;
    border-radius: 11px !important;
}
.wyjedzone-qv .wqv-comment-card .wqv-comment-counter {
    margin: 5px 2px 0 0 !important;
    font-size: 12px !important;
}

/* =====================================================================
   v1.5.2 – scroll-hint: niżej, mniejszy, jaśniejszy
   ===================================================================== */
.wyjedzone-qv .wqv-scroll-hint {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: rgba(26,26,26,0.42) !important;
    text-shadow: 0 1px 5px rgba(255,255,255,0.95) !important;
    padding: 2px 2px !important;
    gap: 4px !important;
}
.wyjedzone-qv .wqv-scroll-hint .wqv-scroll-hint-arrow {
    color: rgba(26,26,26,0.42) !important;
    font-size: 11px !important;
}

/* =====================================================================
   v1.5.7 – komentarz: bez opisu, ciaśniej, BEZ hover; pałeczki bez hover
   ===================================================================== */

/* Wywal opis komentarza (pobij wczesniejsze .addon-header .wqv-comment-desc) */
.wyjedzone-qv .wqv-comment-card .wqv-comment-desc,
.wyjedzone-qv .wqv-comment-card .addon-header .wqv-comment-desc {
    display: none !important;
}

/* Mniejsze odstępy góra/dół w karcie komentarza */
.wyjedzone-qv .wqv-comment-card {
    padding: 11px 14px !important;
    margin: 8px 0 !important;
}
.wyjedzone-qv .wqv-comment-card .addon-header .wapo-addon-title {
    margin: 0 0 9px !important;
}

/* KOMENTARZ: kompletnie BEZ tła/hover na wszystkich wewnętrznych kontenerach
   (zostaje tylko lila karta + białe pole) */
.wyjedzone-qv .wqv-comment-card .options-container,
.wyjedzone-qv .wqv-comment-card .options,
.wyjedzone-qv .wqv-comment-card .yith-wapo-option,
.wyjedzone-qv .wqv-comment-card .yith-wapo-option:hover,
.wyjedzone-qv .wqv-comment-card .yith-wapo-option.selected,
.wyjedzone-qv .wqv-comment-card .label,
.wyjedzone-qv .wqv-comment-card .label:hover,
.wyjedzone-qv .wqv-comment-card .option-container {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* PAŁECZKI (number): bez podświetlenia na hover – zostaje różowa karta */
.wyjedzone-qv .yith-wapo-addon-type-number .yith-wapo-option,
.wyjedzone-qv .yith-wapo-addon-type-number .yith-wapo-option:hover,
.wyjedzone-qv .yith-wapo-addon-type-number .yith-wapo-option.selected {
    background: #fdeafd !important;
    background-color: #fdeafd !important;
    border: 1.5px solid rgba(254,154,252,0.4) !important;
}

/* =====================================================================
   v1.5.9 – hover (pobij regułę :has, spec 0,4,1) + komentarz jeszcze ciaśniej
   ===================================================================== */

/* HOVER komentarz – override z TĄ SAMĄ specificity co reguła z hoverem (wygrywa kolejnością) */
.wyjedzone-qv .wqv-comment-card .yith-wapo-option:not(.selected):not(:has(input:checked)):hover,
.wyjedzone-qv .wqv-comment-card .yith-wapo-option:hover,
.wyjedzone-qv .wqv-comment-card .yith-wapo-option {
    background: transparent !important;
    background-color: transparent !important;
}
/* HOVER pałeczki – trzymaj różową kartę */
.wyjedzone-qv .yith-wapo-addon-type-number .yith-wapo-option:not(.selected):not(:has(input:checked)):hover,
.wyjedzone-qv .yith-wapo-addon-type-number .yith-wapo-option:hover {
    background: #fdeafd !important;
    background-color: #fdeafd !important;
}

/* Komentarz JESZCZE ciaśniej: mniejszy padding + mały odstęp tytuł↔pole */
.wyjedzone-qv .wqv-comment-card {
    padding: 9px 12px !important;
    margin: 7px 0 !important;
}
.wyjedzone-qv .wqv-comment-card .addon-header .wapo-addon-title {
    margin: 0 0 7px !important;
}
.wyjedzone-qv .wqv-comment-card .wqv-comment-counter {
    margin: 4px 2px 0 0 !important;
}

/* =====================================================================
   v1.6.0 – karta komentarza: zero zbędnych odstępów (ciasno)
   ===================================================================== */
.wyjedzone-qv .wqv-comment-card {
    padding: 10px 12px !important;
    margin: 6px 0 !important;
}
.wyjedzone-qv .wqv-comment-card .addon-header {
    margin: 0 !important;
    padding: 0 !important;
}
.wyjedzone-qv .wqv-comment-card .addon-header .wapo-addon-title {
    margin: 0 0 6px !important;
    padding: 0 !important;
}
.wyjedzone-qv .wqv-comment-card .options-container,
.wyjedzone-qv .wqv-comment-card .options,
.wyjedzone-qv .wqv-comment-card .yith-wapo-option,
.wyjedzone-qv .wqv-comment-card .label,
.wyjedzone-qv .wqv-comment-card .option-container,
.wyjedzone-qv .wqv-comment-card .input-text-container {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}
.wyjedzone-qv .wqv-comment-card .yith-wapo-option {
    display: block !important;
}
.wyjedzone-qv .wqv-comment-card input[type=text].yith-wapo-option-value,
.wyjedzone-qv .wqv-comment-card textarea {
    margin: 0 !important;
    min-height: 48px !important;
}
.wyjedzone-qv .wqv-comment-card .wqv-comment-counter {
    margin: 4px 0 0 0 !important;
    padding: 0 !important;
}

/* =====================================================================
   v1.6.1 – ukryj licznik znaków w komentarzu
   ===================================================================== */
.wyjedzone-qv .wqv-comment-card .wqv-comment-counter {
    display: none !important;
}

/* =====================================================================
   v1.6.2 – pałeczki: bez szarego tła pilla, ładniejsze przyciski +/-
   ===================================================================== */
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    gap: 16px !important;
}
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity button.decrease-number,
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity button.increase-number {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(26,26,26,0.14) !important;
    background: #fff !important;
    color: #1a1a1a !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.07) !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: border-color .12s ease, transform .1s ease, box-shadow .12s ease !important;
}
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity button.decrease-number:hover,
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity button.increase-number:hover {
    border-color: #fe9afc !important;
    box-shadow: 0 3px 10px rgba(254,154,252,.3) !important;
}
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity button.decrease-number:active,
.wyjedzone-qv .yith-wapo-addon-type-number .input-number.quantity button.increase-number:active {
    transform: scale(0.92) !important;
}

/* =====================================================================
   v1.6.5 – pizza pół-na-pół: napis lewo / select prawo (kompaktowo)
   ===================================================================== */
.wyjedzone-qv .wyj-pnp-half,
.wyjedzone-qv .wyj-pnp-size-section {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    margin: 0 0 8px !important;
}
/* "Połówka 1/2" po lewej */
.wyjedzone-qv .wyj-pnp-half .wyj-pnp-half__title {
    flex: 0 0 auto !important;
    margin: 0 !important;
}
/* ukryj zbędny napis "Pizza" w połówce (oczywiste) */
.wyjedzone-qv .wyj-pnp-half .wyj-pnp-label {
    display: none !important;
}
/* etykieta rozmiaru po lewej (może się zawijać) */
.wyjedzone-qv .wyj-pnp-size-section .wyj-pnp-label {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
}
/* selecty po PRAWEJ, węższe */
.wyjedzone-qv .wyj-pnp-half .wyj-pnp-select,
.wyjedzone-qv .wyj-pnp-size-section .wyj-pnp-select {
    flex: 0 0 56% !important;
    max-width: 56% !important;
    margin: 0 0 0 auto !important;
}

/* =====================================================================
   v1.7.3 – usuń STARY ciemny badge WYMAGANE (.required::after) – był 2× WYMAGANE
   (zostaje tylko nowy czerwony .wqv-badge-required budowany JS-em)
   ===================================================================== */
.wyjedzone-qv .wapo-addon-title .required,
.wyjedzone-qv .wapo-addon-title .required::after,
.wyjedzone-qv .wapo-addon-title .required::before {
    content: none !important;
    display: none !important;
}

/* =====================================================================
   v1.7.10 – WYGŁADZENIE „mrugania" dodatków przy zmianie rozmiaru pół-na-pół.
   WAPO przerenderowuje grupy dodatków (osobne per 30/45/60 cm) w kilku
   przebiegach. JS dodaje `.wqv-pnp-reflow` na #yith-wapo-container na czas serii
   re-renderów: chowamy treść (opacity:0, ale BOX zostaje – brak skoku layoutu),
   po ucichnięciu zdejmujemy klasę → płynne wejście zamiast 3-5 błysków.
   ===================================================================== */
.wyjedzone-qv #yith-wapo-container {
    transition: opacity 0.2s ease;
}
.wyjedzone-qv #yith-wapo-container.wqv-pnp-reflow {
    opacity: 0;
    pointer-events: none;
}
