.slick-prev:before {
	content: "<";
	color: #d3d1d1 !important;
	font-size: 30px!important;
}

.slick-next:before {
	content: ">";
	color: #d3d1d1 !important;
	font-size: 30px!important;
}
.slick-prev
{
	left: -35px!important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/wp-content/plugins/gutenberg-block-for-slick-slider//assets/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/wp-content/plugins/gutenberg-block-for-slick-slider//assets/slick/fonts/slick.eot);
    src: url(/wp-content/plugins/gutenberg-block-for-slick-slider//assets/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/wp-content/plugins/gutenberg-block-for-slick-slider//assets/slick/fonts/slick.woff) format('woff'), url(/wp-content/plugins/gutenberg-block-for-slick-slider//assets/slick/fonts/slick.ttf) format('truetype'), url(/wp-content/plugins/gutenberg-block-for-slick-slider//assets/slick/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/**
 * Product Prices AJAX v2 - Styles
 * Supports regular products and RX products with refund display
 */

/* ==========================================
 * Regular Price Container (.prices)
 * ========================================== */

.prices {
    margin: 15px 0;
    min-height: 50px;
    position: relative;
}

.prices.loading {
    opacity: 0.6;
}

.prices.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: ppav2-spin 1s linear infinite;
}

@keyframes ppav2-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Price list */
.prices ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.prices li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.prices li:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Price link */
.prices a.track-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition: background-color 0.3s ease;
}

.prices a.track-button:hover {
    background-color: #f8f9fa;
}

/* Shop logo */
.prices .shop img {
    margin: 0 auto;
    max-height: 30px;
    height: 30px;
    width: auto;
    object-fit: contain;
}

.prices .shop span {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

/* Price */
.prices strong {
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 8px;
}

/* Promo price */
.prices li[data-promo="1"] strong {
    color: #e74c3c;
}

.prices li[data-promo="1"] {
    position: relative;
}

/* Buy button */
.prices .button-products {
    flex: 0 0 auto;
    background: #27ae60;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.prices a.track-button:hover .button-products {
    background: #229954;
}

/* No prices message */
.prices p {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 20px;
    margin: 0;
}


/* ==========================================
 * RX Prices (.rx-prices) - same look as .prices
 * Used inside RX modules to avoid conflict with
 * regular container scanner
 * ========================================== */

.rx-prices {
    margin: 15px 0;
    min-height: 50px;
    position: relative;
}

.rx-prices.loading {
    opacity: 0.6;
}

.rx-prices ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rx-prices li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.rx-prices li:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.rx-prices a.track-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition: background-color 0.3s ease;
}

.rx-prices a.track-button:hover {
    background-color: #f8f9fa;
}

.rx-prices .shop img {
    margin: 0 auto;
    max-height: 30px;
    height: 30px;
    width: auto;
    object-fit: contain;
}

.rx-prices .shop span {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.rx-prices strong {
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 8px;
}

.rx-prices li[data-promo="1"] strong {
    color: #e74c3c;
}

.rx-prices li[data-promo="1"] {
    position: relative;
}

.rx-prices .button-products {
    flex: 0 0 auto;
    background: #27ae60;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.rx-prices a.track-button:hover .button-products {
    background: #229954;
}

.rx-prices p {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 20px;
    margin: 0;
}


/* ==========================================
 * RX Module Container (.rx-prices-module)
 * ========================================== */

.rx-prices-module {
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Loading state */
.rx-prices-loading {
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

/* EAN section wrapper */
.rx-ean-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.rx-ean-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* ==========================================
 * API Price Display (cena_100)
 * ========================================== */

.rx-api-price {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.rx-price-label {
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.rx-price-value {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}


/* ==========================================
 * Refunded Drug Price Display
 * ========================================== */

.rx-refunded-price {
    text-align: center;
    padding: 20px;
    position: relative;
}

.rx-refunded-price .rx-refund-badge {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.rx-refunded-price .rx-price-label {
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
}

.rx-refunded-price .rx-price-value {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 5px;
}

.rx-pricebox-content:has(.rx-refunded-price) {
    border-radius: 8px;
    border: 1px solid #5f9f3c;
    margin-top:15px;
    padding: 0 5px;
    padding-bottom: 5px;
}


/* ==========================================
 * Refund Details (inline in rx-refunded-price)
 * ========================================== */

.rx-refund-details {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e0e0e0;
}

.rx-refund-details .rx-refund-row {
    margin-bottom: 8px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.rx-refund-details .rx-refund-row strong {
    color: #2e7d32;
}

.rx-refund-details .rx-refund-link {
    display: inline-block;
    align-self: center;
    background: #2e7d32;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.rx-refund-details .rx-refund-link:hover {
    background: #1b5e20;
    color: white;
}


/* ==========================================
 * Refund Info in Modal
 * ========================================== */

.rx-refund-info {
    display: flex;
    flex-direction: column;
    border: 1px solid #c8e6c9;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.rx-refund-info .rx-refund-row {
    margin-bottom: 8px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.rx-refund-info .rx-refund-row:last-of-type {
    margin-bottom: 12px;
}

.rx-refund-info .rx-refund-label {
    color: #666;
}

.rx-refund-info .rx-refund-row strong {
    color: #2e7d32;
}

.rx-refund-info .rx-refund-link {
    display: inline-block;
    align-self: center;
    background: #2e7d32;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.rx-refund-info .rx-refund-link:hover {
    background: #1b5e20;
    color: white;
}


/* ==========================================
 * Pricebox Full Container
 * ========================================== */

.pricebox-rx-full {
    margin-bottom: 10px;
    border-radius: 8px;
}

.pricebox-rx-full h4 {
    margin: 0 0 15px 0;
}

.pricebox-rx-full .prices ul,
.pricebox-rx-full .rx-prices ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricebox-rx-full .prices li:hover,
.pricebox-rx-full .rx-prices li:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.pricebox-rx-full .prices a.track-button,
.pricebox-rx-full .rx-prices a.track-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition: background-color 0.3s ease;
}

.pricebox-rx-full .prices a.track-button:hover,
.pricebox-rx-full .rx-prices a.track-button:hover {
    background-color: #f8f9fa;
}

.pricebox-rx-full .prices .shop,
.pricebox-rx-full .rx-prices .shop {
    width: 120px;
    text-align: center;
}

.pricebox-rx-full .prices .shop img,
.pricebox-rx-full .rx-prices .shop img {
    max-height: 30px;
    height: 30px;
    width: auto;
    object-fit: contain;
}

.pricebox-rx-full .prices .shop span,
.pricebox-rx-full .rx-prices .shop span {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.pricebox-rx-full .prices strong {
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 8px;
}

.pricebox-rx-full .prices li[data-promo="1"] strong {
    color: #e74c3c;
}

.pricebox-rx-full .prices .button-products,
.pricebox-rx-full .rx-prices .button-products {
    flex: 0 0 auto;
    background: #27ae60;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}
.pricebox-rx-full .rx-prices .button-products {
    font-size:10px;
}

.pricebox-rx-full .prices a.track-button:hover .button-products,
.pricebox-rx-full .rx-prices a.track-button:hover .button-products {
    background: #229954;
}


/* ==========================================
 * Variants Container
 * ========================================== */

ul.var-rx {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

ul.var-rx li {
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    border: 2px solid #cccccc7d;
    box-sizing: border-box;
    flex-basis: 33%;
    min-width: 100px;
}

ul.var-rx li .box {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

ul.var-rx .prices {
    margin: 0;
    min-height: auto;
    font-size: 9px;
    line-height: 1;
    margin-top: 15px;
}

ul.var-rx .prices b {
    display: block;
    margin-top: 5px;
    font-size: 19px;
    color: #5f9f3c;
}

ul.var-rx .rx-price-100 {
    margin-top: 15px;
    font-size: 9px;
    line-height: 1;
}

ul.var-rx .rx-price-100 b {
    display: block;
    margin-top: 5px;
    font-size: 19px;
    color: #2c3e50;
}

ul.var-rx .rx-refund-badge,
ul.var .rx-refund-badge {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-top: 8px;
}

ul.var-rx small {
    display: block;
    margin-top: 15px;
    font-size: 9px;
    line-height: 12px;
}


/* ==========================================
 * Modal
 * ========================================== */

.pricebox-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.pricebox-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.pricebox-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.pricebox-modal-header h3 {
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.pricebox-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    padding: 0;
    line-height: 1;
}

.pricebox-modal-close:hover {
    color: #333;
}

.pricebox-modal-body .prices ul,
.pricebox-modal-body .rx-prices ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricebox-modal-body .prices li,
.pricebox-modal-body .rx-prices li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.pricebox-modal-body .prices a.track-button,
.pricebox-modal-body .rx-prices a.track-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    text-decoration: none;
    color: inherit;
    background: #fff;
}

.pricebox-modal-body .prices a.track-button:hover,
.pricebox-modal-body .rx-prices a.track-button:hover {
    background-color: #f8f9fa;
}

.pricebox-modal-body .prices .shop,
.pricebox-modal-body .rx-prices .shop {
    width: 120px;
    text-align: center;
}

.pricebox-modal-body .prices .shop img,
.pricebox-modal-body .rx-prices .shop img {
    max-height: 30px;
    height: 30px;
    width: auto;
}

.pricebox-modal-body .prices .shop span,
.pricebox-modal-body .rx-prices .shop span {
    font-size: 12px;
    color: #666;
}

.pricebox-modal-body .prices strong,
.pricebox-modal-body .rx-prices strong {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
}

.pricebox-modal-body .prices li[data-promo="1"] strong,
.pricebox-modal-body .rx-prices li[data-promo="1"] strong {
    color: #e74c3c;
}

.pricebox-modal-body .prices .button-products,
.pricebox-modal-body .rx-prices .button-products {
    background: #27ae60;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}


/* ==========================================
 * Mobile Responsive
 * ========================================== */

@media (max-width: 480px) {
    .rx-api-price {
        padding: 12px;
    }

    .rx-price-value {
        font-size: 20px;
    }

    .rx-prices-module .prices a.track-button,
    .rx-prices-module .rx-prices a.track-button,
    .pricebox-rx-full .prices a.track-button,
    .pricebox-rx-full .rx-prices a.track-button {
        padding: 10px 12px;
    }

    .rx-prices-module .prices .shop img,
    .rx-prices-module .rx-prices .shop img,
    .pricebox-rx-full .prices .shop img,
    .pricebox-rx-full .rx-prices .shop img {
        max-height: 25px;
        height: 25px;
    }

    .rx-prices-module .prices strong,
    .rx-prices-module .rx-prices strong,
    .pricebox-rx-full .prices strong,
    .pricebox-rx-full .rx-prices strong {
        font-size: 14px;
    }

    .rx-prices-module .prices .button-products,
    .rx-prices-module .rx-prices .button-products,
    .pricebox-rx-full .prices .button-products,
    .pricebox-rx-full .rx-prices .button-products {
        padding: 6px 12px;
        font-size: 11px;
    }

    .pricebox-rx-full .prices .shop,
    .pricebox-rx-full .rx-prices .shop {
        width: 100px;
    }

    .pricebox-modal-body .prices .shop,
    .pricebox-modal-body .rx-prices .shop {
        width: 100px;
    }

    ul.var-rx li {
        flex-basis: 45%;
    }
}

