
            @media (min-width: 1200px) {
            .container {  	
                width: 1320px;
                
            }}
         :root {  
            --hovercolor: #9FCCCD; 
            --bg_dark: ; 
            --font-weight: 400;  
			
        }body{
            font-family: "Jost", sans-serif;
            font-size: 14px;
            color: #919EA6;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Jost", sans-serif;
            color: #666666;
            text-transform: none;
			font-weight: 400;
        }.pos_title h2{
            font-size: 32px;
        }.pos-title{
            font-family: "Jost", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #FFFFFFCC;   
        }.js-product-miniature .product_desc .product_name{
            color: #2D3333;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #9FCCCD;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #919EA6;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }* {
  text-transform: none !important;
}

a.column_title {
    all: unset;
    color: #919EA6;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    margin: 0;
    line-height: 1;
}

.product-miniature {
  display: flex;
  flex-direction: column
}

.products .product-description {
  flex-grow: 1;
}

.menu-item14 > a > span {
  color: #ff746c !important; 
}

.quick-view {
    display: none !important;
}

h2, h3, h4, h5, h6,
.page-title,
.block-title,
.title,
.category-title,
.pos-title,
.column_title,
.category-content,
.menu-title,
.product-title {
    text-transform: none !important;
}

.categories-container .category-item > div .category-content .name,
.categories-container .category-item .category-content .name,
.slick-slide .category-content .name {
    text-transform: none !important;
}

article.js-product-miniature .product_desc .manufacturer {
    display: none !important;
}

#blockcart-modal .modal-header {
    background-color: #9fcccd !important;
    border-bottom: none !important;
}

#shipping-countdown2 {
    position: fixed;
    bottom: 0;
    right: 100px;
    width: auto;
    max-width: 380px;
    background: #9fcccd;
    color: #ffffff;
    text-align: center;
    padding: 8px 12px; /* zmniejszono z 14px 18px */
    font-size: 13px; /* zmniejszono z 15px */
    z-index: 9999;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Roboto', sans-serif;
    line-height: 1.2; /* zmniejszono z 1.4 */
}
@media (max-width: 480px) {
    #shipping-countdown2 {
        left: 10px;
        right: 10px;
        max-width: 70%;
        padding: 8px 10px;
        font-size: 13px;
    }
}

body.page-home, html {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    overflow-x: hidden;
}

.page-home .elementor-section-wrap,
.page-home footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.back-top {
    bottom: 90px !important;
}

body.page-cms .page-title-wrapper {
    display: none !important;
}

body.page-cms main .wrapper {
    max-width: 100% !important;
    padding: 0 !important;
}

.ramka {
    position: relative;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 16px;
    overflow: visible;
    z-index: 1;
    transition: transform 0.3s ease;
}

.ramka::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 15px;
    border: 2px solid transparent;
    background: 
        linear-gradient(90deg, rgba(180,255,240,0.6) 0%, rgba(180,255,240,0) 100%) border-box;
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    background-size: 200% 200%;
    animation: borderMove 3s linear infinite;
    z-index: -2;
    pointer-events: none;
}

.ramka::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1); /* szary rant */
    z-index: -1; /* nad animacją */
    pointer-events: none;
}

.ramka:hover {
    transform: translateY(-4px);
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}










































