
.product-thumbnail {
    position: relative;
}

.product-thumbnail img {
    display: block;
    transition: opacity 0.3s ease;
}

.product-thumbnail video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.product-thumbnail:hover img {
    opacity: 0;
}

.product-thumbnail:hover video {
    opacity: 1;
    pointer-events: auto;
}


.temine{

    background: url('https://www.spauda123.lt/wp-content/uploads/2024/12/AdobeStock_284565411_edited.jpg');
}




.text-background {
    
    padding: 15px; /* Add some padding for spacing */
    border-radius: 8px; /* Optional: rounded corners */
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.bg-color {

background-color: #7fbab4;
border-radius: 10px; /* Adjust as needed */
    color: #ffffff;

}

p {
    color: #000000; /* Ensure proper hex code format */
}
.expandable-content {
    max-height: 0; /* Initially hidden */
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.expandable-content.show {
    max-height: 500px; /* Adjust as necessary */
}
.header-with-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
}
.header-with-button:hover {
    cursor: pointer;
}
.border-top {
    border-top: 5px solid red;
}
.hero-section {
    text-align: center;
    background-color: #fff;
}
.image-slider {
position: relative;
width: 100%;
height: 40vw;
display: flex;
overflow: hidden;
}
.zoom-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 1s ease-in-out, transform 0.5s ease; /* Added smooth transition */
transform: scale(1); /* Default scale */
}

.zoom-image img {
animation: zoom 6s infinite; /* Adjust the duration as needed */
}

.zoom-image.active {
opacity: 1;
}
.zoomed-in {
transform: scale(1.1); /* Scale up the image */
transition: transform 3s ease; /* Smooth transition for zoom-in */
}


@keyframes zoom {
0% {
    transform: scale(1); /* Start at normal size */
}
50% {
    transform: scale(1.1); /* Zoom in */
}
100% {
    transform: scale(1); /* Zoom out */
}
}

.row {
margin-right: 0; /* Remove right margin from row */
margin-left: 0; /* Remove left margin from row */
}

.col-md-6 {
padding-right: 10px; /* Remove right padding from columns */
padding-left: 10px; /* Remove left padding from columns */
}

/* Text Animation Styles */
#dynamic-title, #dynamic-subtitle {
opacity: 1;  /* Make sure text starts visible */
transition: opacity 0.5s ease, transform 0.5s ease;
transform: translateY(0); /* Initial position */
}

.fade-in {
opacity: 1;
transform: translateY(0); /* Slide back to original position */
}

.fade-out {
opacity: 0;
transform: translateY(20px); /* Slide down on disappearing */
}

/* Image Slider and Zoom Effects */
.image-slider {
position: relative;
width: 100%;
height: 40vw;
display: flex;
overflow: hidden;
}

.zoom-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 1s ease-in-out, transform 0.5s ease;
transform: scale(1);
}

.zoom-image.active {
opacity: 1;
}

.zoomed-in {
transform: scale(1.1);
transition: transform 3s ease;
}

.row {
margin-right: 0;
margin-left: 0;
}

.col-md-9 {
padding-right: 0;
padding-left: 0;
}

.col-md-3 {
padding-right: 0;
padding-left: 0;
}

#dynamic-title {
    
    
    color: ffffff;
}

.white-headlines{
    color:#ffffff;
    font-family: "Segoe UI";
    font-size: 30px;
text-transform: uppercase;        
}

.black-headlines {
font-family: Oxanium;
font-size: 24px;
margin-bottom: 10px;
}


.color-headlines {
font-size: 24px;
margin-bottom: 10px;
color: #ffffff;
}




.image-container {
position: relative;
}

.image-container img {
width: 100%;
height: auto;
display: block;
}

.overlay-content {
position: absolute;
top: 0; /* Aligns content to the top of the image */
left: 0;
right: 0;
color: #fff;
text-align: center;
padding: 20px;
width: 100%; /* Adjust as needed */
box-sizing: border-box;

}


.text-1{

color:#000000;
font-family: Oxanium;
font-size: 16px;
font-weight: 300;


}

 .white-subheadlines{
    color:#ffffff;
    font-family: "Segoe UI";
      font-style: italic;
    font-weight: 400;
    font-size: 20px;
}

.shop-btn {
background-color: black;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
text-transform: uppercase;
}

.grain-overlay {
position: relative;
background: linear-gradient(-45deg, #0699dd, #b7218d, #edba39), url('https://www.spauda123.lt/wp-content/uploads/2024/10/grain.png');
background-size: cover; /* Ensure the image fills the entire box */
background-position: center; /* Center the image */
overflow: hidden; /* Prevent content from spilling out */
}

.grain-overlay::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('https://www.spauda123.lt/wp-content/uploads/2024/10/grain.png'); /* Use a grainy texture image */
opacity: 0.1; /* Adjust the opacity for the intensity of the grain effect */
pointer-events: none; /* Ensure the overlay doesn't block any interactions */
z-index: 1; /* Ensure the grain stays behind the content */
}

.content {
position: relative;
z-index: 2; /* This keeps the content above the background and grain */
}


.section {
        text-align: center;
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 8px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        margin: 10px 0;
        transition: transform 0.3s ease-in-out;
        border: 1px solid transparent; /* Start with a transparent border */
        
    }


    .section-color {
        text-align: center;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.8); /* 0.5 is 60% opacity */
        border-radius: 8px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        margin: 10px 0;
        transition: transform 0.3s ease-in-out;
        
    }

    

    .section-link {
        text-decoration: none;
        color: inherit;
        display: block;
    }

    .section-link:hover .section {
        transform: scale(1.05); /* Adjust scale as needed */
        border-color: #333; /* Choose the desired border color */
    }


    .section h2 {
        color: #000000;
    }
    .section p {
        font-size: 1.2em;
        color: #333;
    }
    .order-btn {
        background-color: #002D62;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        border: none;
        margin: 15px 0;
        font-size: 1.1em;
        cursor: pointer;
    }
    .order-btn:hover {
        background-color: #0041A3;
    }
    .image img {
        width: 100%;
        border-radius: 8px;
    }

   

    .marquee-container {
    width: 100%; /* Full width of the container */
    overflow: hidden; /* Hide the text when it goes outside the container */
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 0;
    position: relative;
}

.marquee {
    display: flex;
    width: max-content; /* Make sure the content only takes up as much space as it needs */
    animation: scroll 30s linear infinite;
}

.marquee span {
    white-space: nowrap;
    padding-right: 100px; /* Space between the repeated text */
}

@keyframes scroll {
    0% {
        transform: translateX(0); /* Start at the initial position */
    }
    100% {
        transform: translateX(-50%); /* Move the text left by half of the container's width */
    }
}

.main-container {
max-width: 1600px; /* Set your desired max width */
width: 100%;
margin: 0 auto;
padding: 0 15px; /* Optional: Add some padding for responsive spacing */
}


.woocommerce-category-section {
    padding-top: 50px;
    padding-bottom: 50px;
   
   
    
   
}


/* Ensure the full-width container spans the entire viewport */
.full-width-section {
    width: 100vw; /* Full viewport width */
    margin-left: calc(-50vw + 50%); /* Compensate for body padding/margin */
}

/* Add spacing between columns using gap */
.category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* Adjust this value as needed */
}

.category-column {
    flex: 0 0 30%; /* Ensure 3 columns per row (30% + gap space) */
}

.category-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease; /* Smooth zoom effect */
    
}

/* Zoom effect on hover */
.category-image img:hover {
    transform: scale(1.05); /* Scale up by 10% */
}

.category-info h3 {
    margin-top: 10px;
    font-size: 2rem;
    color: #000000;
}



@media (max-width: 992px) {
    .category-column {
        flex: 0 0 48%; /* Adjust for medium screens */
    }
}

@media (max-width: 768px) {
    .category-column {
        flex: 0 0 100%; /* Full width on smaller screens */
    }
}




 .product-container {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 20px auto;
        background-color: #ffffff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    /* Left column with image */
    .product-image-container {
        position: relative;
        width: 45%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        padding: 20px;
    }

    .product-image-container img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

  /* Vertical Scrolling Text */
  .animated-text {
    position: absolute;
    left: -39px; /* Adjust position as needed */
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl; /* Rotate the text for vertical writing */
    text-orientation: mixed;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.animated-text p {
    margin: 0;
    transform: rotate(180deg); /* Rotate text by 180 degrees */
    padding: 5px 0;
    animation: scroll-vertical 10s linear infinite;
}

/* Scrolling Animation */
@keyframes scroll-vertical {
    0% {
        transform: translateY(100%) rotate(180deg);
    }
    100% {
        transform: translateY(-100%) rotate(180deg);
    }
}

    /* Right column with product details */
    .product-details {
        width: 55%;
        padding: 40px;
    }

    .product-details h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .product-price {
        font-size: 24px;
        color: #42a5f5;
        margin-bottom: 20px;
    }

    .old-price {
        text-decoration: line-through;
        color: #999;
        margin-left: 10px;
    }

    .product-details p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .product-details .buy-buttons {
        display: flex;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .buy-buttons .btn {
        padding: 12px 25px;
        background-color: #fdd201;
        color: #000;
        border: none;
        cursor: pointer;
        font-size: 16px;
        border-radius: 4px;
        margin-bottom: 15px;

    }

    .buy-buttons .btn-shop {
        background-color: #fdd201;
    }

    .buy-buttons .btn:hover {
        opacity: 0.9;
    }

    .price-container {
display: flex;
align-items: center;
font-family: Arial, sans-serif;
font-size: 16px;
color: #000;
}

.current-price {
font-weight: bold;
margin-right: 10px;
}

.discount-badge {
background-color: #25ce7a; /* Red-like background */
color: white;
font-size: 14px;
padding: 2px 8px;
border-radius: 3px;
margin-right: 10px;
}

.original-price {
color: #888;
text-decoration: line-through;
font-size: 14px;
}

.border-radius{

    border-radius: 30px;


}