.video-section {
    background-color: #cbd9c2 !important;   
    max-height: 427px;
}

.video-section .video-inner {
    margin-top: 0px;
}

.video-section h1 {
    text-align: center;
    padding: 35px;
}

.shop-section {
    margin-top: 240px;
}

.footer-bottom {
    background: #9f3343;
}

footer.main-footer:before {
    background: #25565a;
    height: 100%;
}

.contact-section {
    background: #dbbcc2;
}

.contact-section .theme-btn-one {
    background: #9f3343;
}

.main-header.style-two {
    position: absolute;
    background: transparent;
}

header.main-header .auto-container {
    max-width: 1375px;
}

header.main-header .auto-container .menu-area {
    background: #fff;
    border-radius: 75px;
    height: 109px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

header.main-header .auto-container .menu-area .main-menu {
    width: 100% !important;
}

header.main-header .auto-container .menu-area .main-menu .navigation {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

header.main-header .auto-container .menu-area .main-menu .navigation > li {
    margin: 0 50px !important;
    display: flex !important;
    align-items: center !important;
    height: 109px !important;
    line-height: 1 !important;
}

header.main-header .auto-container .menu-area .main-menu .navigation > li > a {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

header.main-header .auto-container .menu-area .main-menu .navigation > li.logo-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 120px !important;
    margin: 0px 80px !important;
}

/* Dostosowanie logo aby było na tym samym poziomie co linki */
header.main-header .auto-container .menu-area .main-menu .navigation > li.logo-box .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 120px !important;
    max-width: 150px !important;
}

header.main-header .auto-container .menu-area .main-menu .navigation > li.logo-box .logo img {
    max-height: 90px !important;
    width: auto !important;
    display: block !important;
    height: 90px !important;
    max-width: 140px !important;
}

/* Banner section z maksymalną wysokością 925px */
/* .banner-section {
    max-height: 925px !important;
    height: auto !important;
    min-height: 600px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #266459;
} */

/* .banner-carousel {
    max-height: 925px !important;
    height: auto !important;
    min-height: 600px !important;
} */

/* .banner-carousel .slide-item {
    max-height: 925px !important;
    height: auto !important;
    min-height: 600px !important;
} */

/* .banner-carousel .owl-stage-outer {
    max-height: 925px !important;
    height: auto !important;
} */

/* .banner-carousel .owl-stage {
    max-height: 925px !important;
    height: auto !important;
} */

/* .banner-carousel .owl-item {
    max-height: 925px !important;
    height: auto !important;
} */

/* Specifyczne style dla banner-section.style-two */
/* .banner-section.style-two {
    max-height: 925px !important;
    height: auto !important;
    min-height: 600px !important;
    margin: 0 !important;
    padding: 0 !important;
} */

/* .banner-section.style-two .banner-carousel {
    max-height: 925px !important;
    height: auto !important;
    min-height: 600px !important;
} */

/* .banner-section.style-two .slide-item {
    max-height: 925px !important;
    height: auto !important;
    min-height: 600px !important;
} */

/* .banner-section.style-two .auto-container {
    max-height: 925px !important;
    height: auto !important;
    min-height: 600px !important;
    display: flex !important;
    align-items: center !important;
} */

header.main-header .auto-container .menu-area .main-menu .navigation > li {
    padding-top: 62px;
}

header.main-header .auto-container .menu-area .main-menu .navigation > li.logo-box {
    padding: 0;
}

/* Custom Ice Cream Loader */
.loader {
  width: 35px;
  height: 80px;
  position: relative;
  margin: 0 auto;
}
.loader:before {
  content: "";
  position: absolute;
  inset: 0 0 20px;
  padding: 1px;
  background:
    conic-gradient(from -90deg at calc(100% - 3px) 3px,#7e3c26 135deg,#341612 0 270deg,#0000 0),
    conic-gradient(from   0deg at 3px calc(100% - 3px),#0000 90deg,#341612 0 225deg,#7e3c26 0),
    #54281f;
  background-size: 17px 17px;
  background-clip: content-box;
  --c:no-repeat linear-gradient(#000 0 0);
  -webkit-mask:
      var(--c) 0    0, 
      var(--c) 17px 0, 
      var(--c) 0    17px, 
      var(--c) 17px 17px, 
      var(--c) 0    34px, 
      var(--c) 17px 34px,
      linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
          mask-composite:exclude;
  animation: l6 3s infinite ;
}
.loader:after {
  content: "";
  position: absolute;
  inset: 60% 0 0;
  background: #B21B01;
  border-top: 5px solid #c9c7c5; 
}
@keyframes l6 {
 0%,14%  {-webkit-mask-size: 0 0,0 0,0 0,0 0,0 0,0 0,auto}
 15%,29% {-webkit-mask-size: 17px 17px,0 0,0 0,0 0,0 0,0 0,auto}
 30%,44% {-webkit-mask-size: 17px 17px,17px 17px,0 0,0 0,0 0,0 0,auto}
 45%,59% {-webkit-mask-size: 17px 17px,17px 17px,17px 17px,0 0,0 0,0 0,auto}
 60%,74% {-webkit-mask-size: 17px 17px,17px 17px,17px 17px,17px 17px,0 0,0 0,auto}
 75%,89% {-webkit-mask-size: 17px 17px,17px 17px,17px 17px,17px 17px,17px 17px,0 0,auto}
 90%,
 100%    {-webkit-mask-size: 17px 17px,17px 17px,17px 17px,17px 17px,17px 17px,17px 17px,auto}
}

.sticky-header .logo-box .logo img {
    height: 80px !important;
    max-height: 80px !important;
    max-width: 120px !important;
}

.sticky-header {
    background: #fff;
}

.sticky-header {
    background: #fff;
}

.main-header .sticky-header .main-menu .navigation > li a, .main-header .sticky-header .main-menu .navigation > li a:before {
    color: #000 !important;
}

/* Dodatkowe ograniczenia wysokości dla wszystkich typów banner */
.banner-carousel-2 {
    max-height: 925px !important;
    height: auto !important;
}

/* .banner-section.style-four {
    max-height: 925px !important;
    height: auto !important;
    min-height: 600px !important;
} */

/* .banner-section.style-three {
    max-height: 925px !important;
    height: auto !important;
    min-height: 600px !important;
} */

/* .banner-section.style-one {
    max-height: 925px !important;
    height: auto !important;
    min-height: 600px !important;
} */

/* Ogólna reguła dla wszystkich slide-item */
.slide-item {
    max-height: 925px !important;
    height: auto !important;
}

/* .banner-section.style-two .banner-carousel .content-box h1 {
    color: #fff !important;
} */

/* .banner-section.style-two .banner-carousel .content-box p {
    color: #fff !important;
} */

.main-content {
    padding: 75px 0px 70px 0px !important;
}

.sec-pad-bottom {
    padding-bottom: 120px !important;
}

.main-content li {
    list-style: disc !important;
    margin-left: 20px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}


.pt-120 {
    padding-top: 120px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}   

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

/* Nowe style przycisków na slideshow */
/* .btn, 
.banner-carousel .content-box .btn-box a.banner-btn,
.banner-section.style-two .banner-carousel .content-box .btn-box a.banner-btn,
.banner-section.style-three .banner-carousel .content-box .theme-btn-one,
.banner-section.style-four .content-box .theme-btn-one { */
.btn {
  background-color: #133a34 !important;
  color: #ffffff !important;
  padding: 20px 50px !important;
  border: none !important;
  font-family: "new-atten", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  box-shadow: none !important;
  text-align: center !important;
  display: inline-block !important;
  position: relative !important;
  z-index: 1 !important;
}

/* .btn:hover,
.banner-carousel .content-box .btn-box a.banner-btn:hover,
.banner-section.style-two .banner-carousel .content-box .btn-box a.banner-btn:hover,
.banner-section.style-three .banner-carousel .content-box .theme-btn-one:hover,
.banner-section.style-four .content-box .theme-btn-one:hover { */
.btn:hover {
  background-color: #ffffff !important;
  color: #133a34 !important;
}

/* Usunięcie dodatkowych elementów przed/po */
/* .btn:before, .btn:after,
.banner-carousel .content-box .btn-box a.banner-btn:before,
.banner-carousel .content-box .btn-box a.banner-btn:after,
.banner-section.style-two .banner-carousel .content-box .btn-box a.banner-btn:before,
.banner-section.style-two .banner-carousel .content-box .btn-box a.banner-btn:after,
.banner-section.style-three .banner-carousel .content-box .theme-btn-one:before,
.banner-section.style-three .banner-carousel .content-box .theme-btn-one:after,
.banner-section.style-four .content-box .theme-btn-one:before,
.banner-section.style-four .content-box .theme-btn-one:after { */
.btn:before, .btn:after {
  display: none !important;
}

/* Strzałka dropdown - pozycjonowanie po prawej stronie */
.main-menu .navigation > li.dropdown > a {
  padding-right: 35px !important; /* Więcej miejsca między tekstem a strzałką */
}

.main-menu .navigation > li.dropdown > a:before {
  right: -15px !important; /* Strzałka dalej od tekstu ale nadal widoczna */
  top: 50% !important; /* Wyśrodkowanie w pionie */
  transform: translateY(-50%) !important; /* Dokładne wyśrodkowanie */
}

.main-menu .navigation > li.active > a,
.sticky-header .main-menu .navigation > li.active > a {
    color: #28665c !important;
    font-weight: 600 !important;
}

/* Stylizacja podpisu Tomasz Szypuła */
.signature-text {
    font-family: "new-atten", sans-serif !important;
    font-size: 28px !important;
    color: #333 !important;
    font-style: italic !important;
    font-weight: 400 !important;
    text-align: center !important;
    margin-top: 30px !important;
}

/* Podpis po prawej stronie */
.signature-right {
    text-align: right !important;
    margin-top: 40px !important;
    margin-bottom: 0 !important;
}

.signature-right .signature-text {
    text-align: right !important;
    display: inline-block !important;
    padding-right: 166px;
}

.signature-box .podpis-img {
    text-align: center;
    padding-top: 12px;
}

.podpis-img img {
    max-width: 275px;
}

/* ============= ADVANCED HERO SLIDER STYLES ============= */

/* Advanced slide container integration with original banner-section */
/* .banner-section .slide-item.advanced-hero-slide {
    position: relative !important;
    overflow: hidden;
    /* Zachowuje taką samą wysokość jak proste slajdy */
/* } */

/* .banner-section .slide-item.simple-hero-slide {
    /* Używa oryginalnych stylów banner-section */
/* } */

/* Ensure advanced slides have same height as simple slides */
/* .banner-section .slide-item.advanced-hero-slide,
.banner-section .slide-item.simple-hero-slide {
    min-height: 925px;
    max-height: 925px;
    height: auto;
} */

.advanced-hero-container {
    position: relative !important;
    width: 100%;
    height: auto;
    max-height: 925px;
    min-height: 925px;
}

/* Ensure proper positioning context */
/* .banner-section .slide-item.advanced-hero-slide .auto-container {
    position: relative !important;
    height: auto;
    min-height: 925px;
    max-height: 925px;
} */

/* .banner-section .slide-item.advanced-hero-slide .advanced-hero-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 925px;
    max-height: 925px;
    display: block;
} */

/* Background overlay for advanced slides */
.advanced-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Ensure theme buttons work in advanced mode */
/* .banner-section .advanced-hero-slide .banner-btn {
    /* Inherit original banner-btn styles */
/* } */

/* Hero elements base styles */
.hero-element {
    z-index: 2;
    transition: all 0.3s ease;
}

/* Force absolute positioning for advanced hero elements */
.advanced-hero-slide .hero-element {
    position: absolute !important;
    z-index: 10;
    /* Ensure elements are properly positioned and visible */
    display: block;
    pointer-events: auto;
}

.hero-title {
    margin: 0;
    padding: 0;
}

.hero-description {
    margin: 0;
    padding: 0;
}

.hero-button {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-custom_text {
    /* Custom text styles */
}

.hero-image {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Animation classes for advanced elements */
/* .animated-element {
    opacity: 0;
    visibility: hidden;
    animation-fill-mode: forwards;
} */

/* Hide WOW elements initially to prevent flashing */
/* .wow {
    visibility: hidden;
    opacity: 0;
} */

/* Ensure animated elements stay visible */
/* .animated {
    visibility: visible !important;
    opacity: 1 !important;
} */

/* Override WOW.js default styles for completed animations */
/* .animated:not(.wow) {
    opacity: 1 !important;
    visibility: visible !important;
}

.animated-element.animate-in {
    opacity: 1 !important;
    visibility: visible !important;
} */

/* Temporary fix - make all animated elements visible for testing */
.hero-element.animated-element {
    opacity: 1 !important;
    visibility: visible !important;
}

.animated-element.animate-in {
    opacity: 1;
    visibility: visible;
}

/* Animation keyframes */
/* @keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
} */

/* @keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
} */
/* 
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
} */

/* @keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80% {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

/* Animation classes with specific animations */
/*
.fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
} 
*/

/* .fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
} */

/* .fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.slideInLeft {
    animation-name: slideInLeft;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.slideInRight {
    animation-name: slideInRight;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.slideInUp {
    animation-name: slideInUp;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.slideInDown {
    animation-name: slideInDown;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.zoomIn {
    animation-name: zoomIn;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.bounceIn {
    animation-name: bounceIn;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
} */

h1,h2,h3,h4,h5,h6 {
    line-height: 40px !important;
    font-weight: 700 !important;
}

section.page-title {
    height: 400px;
}

section.page-title .content-box {
    margin-top: 118px;
}

.navigation li {
    min-width: 40px;
}

/* header.main-header .auto-container .menu-area .main-menu .navigation > li {
    min-width: 80px;
} */

.main-content .blog-standard {
    width: 100% !important;
}

.main-content .blog-standard .auto-container {
    padding: 0px 0px;
}

.single-product .product-discription {
    padding: 0px 0px 115px 0px !important;
}

.shop-block-one {
    background-size: contain !important;
    background-position: center !important;
    height: 552px !important;
    background-position-y: bottom !important;
}

.shop-block-one .inner-box {
    position: absolute;
    bottom: 0px;
    width: 93%;
    background: transparent;
    box-shadow: 0px 0px 0px 0px;
}


.shop-page-2 .shop-block-one .inner-box .lower-content {
    padding-bottom: 0px !important;
}

.shop-page-section .shop-block-one .inner-box {
    margin-bottom: 30px;
}

.shop-block-one .inner-box .lower-content h3 a {
    margin-bottom: 15px;
}

.shop-block-one .inner-box .lower-content .cart-btn {
    margin-top: 15px;
}

.shop-block-one .inner-box .lower-content .cart-btn .theme-btn-two {
    background: #fff;
    color: #000;
}

.shop-block-one .inner-box .lower-content .cart-btn .theme-btn-two:hover {
    background: #000;
    color: #fff;
}

.theme-btn-two:before, .theme-btn-two:after {
    background: #000;
}

.theme-btn-two:hover {
    border-color: #000;
}

.bx-controls {
    display: none;
}


.product-details-content .slider-pager li {
    height: auto;
}

.product-image figure.image img {
    min-height: 460px !important;
}

.shop-page-section .col-lg-1 .shop-block-one {
    height: 254px !important;
}

.shop-page-section .col-lg-2 .shop-block-one {
    height: 254px !important;
}

.shop-page-section .col-lg-3 .shop-block-one {
    height: 403px !important;
}

.shop-page-section .col-lg-4 .shop-block-one {
    height: 552px !important;
}

.shop-page-section .col-lg-6 .shop-block-one {
    height: 850px !important;
}

.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a {
    text-transform: none !important;
}


.news-block-one .inner-box .lower-content .post-info li {
    font-family: "new-atten", "Arial", "Helvetica", sans-serif !important;
}

.blog-standard-content .news-block-one h2 {
    height: 60px;
}

.blog-details-content .main-image {
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
    margin-top: 100px;
    margin-bottom: 50px;
}

.contact-section {
    background: #d8b9bf !important;
}

.text p {
    color: #000 !important;
    font-size: 17px !important;
}

h2 {
    font-weight: 900 !important;
}

.video-section h2 {
    text-align: center;
    padding: 20px;
}

.contact-section .contact-info-inner .single-box .social-links li a:hover {
    background: #000 !important;
    border-color: gray !important;
}

.default-form .form-group textarea {
    height: 342px !important;
}

.footer-top .contact-widget .widget-content .social-links li a {
    border-radius: 0% !important;
}

.footer-top .contact-widget .widget-content .social-links li a:hover {
    background: #000 !important;
    border-color: gray !important;
}

.footer-top {
    padding: 50px !important;
}

.sec-pad,
.shop-section {
    padding: 50px 0px 50px 0px !important;
}

.main-header .sticky-header .main-menu .navigation .dropdown li a {
    color: #fff !important;
}



/* Poprawka dla obrazów lodów w slideshow */
/* .banner-section.style-two .image-box {
    position: relative !important;
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    height: 100% !important;
} */

/* .banner-section.style-two .image-box .image {
    position: absolute !important;
    left: 0px !important;
    bottom: 0px !important;
    width: 100% !important;
    text-align: center !important;
} */

/* .banner-section.style-two .image-box .image.image-3 {
    bottom: 60px !important;
} */

/* .banner-section.style-two .image-box .image img {
    position: relative !important;
    display: inline-block !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
} */

/* Zapobieganie rozciąganiu obrazów */
/* .banner-section .image-box img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center bottom !important;
} */

.banner-section .slide-item h1,
.banner-section .slide-item p {
    color: #fff !important;
}

.banner-carousel .owl-nav {
    display: none !important;
}

header.main-header .auto-container .menu-area .main-menu .navigation > li {
    min-width: 80px;
}

.mobile-menu .nav-logo {
    max-width: 100% !important;
}

.icon-box img{
    width: 55px;
    margin-top: -20px;
}

.logo-mobile {
    display: none;
}

.shop-page-section {
    padding: 20px !important;
}

.shop-page-section .shop-block {
    margin-bottom: 40px;
}

.logo-mobile img {
    opacity: 0;
}

@media (max-width: 1327px) {
    header.main-header .auto-container .menu-area .main-menu .navigation > li {
        min-width: auto;
        margin: 0 40px !important;
    }    

    .main-content {
        padding: 200px 0px 120px 0px !important;
    }

    .page-title .content-box h1 {
        position: absolute;
        top: 190px;
        text-align: center;
        width: 93%;
    }

    .page-title {
        padding: 0px 0px;
        position: absolute;
        top: 0px;
        height: 150px !important;
    }

    .boxed_wrapper .shop-section {
        margin-top: 139px !important;
    }

    .product-details-content:before {
        background: transparent !important;
    }

    .single-product {
        top: 205px;
    }

    .bxslider .slider-content {
        display: flex !important;
        flex-direction: column;
    }

    .bxslider .slider-content .slider-pager {
        order: 2 !important;
    }

    .bxslider .slider-content .product-image {
        order: 1 !important;
    }

    .bxslider .slider-content .slider-pager .thumb-box {
        flex-direction: row;
        justify-content: center;
        max-width: 100%;
        overflow-x: auto;
    }

    .product-details-content .slider-content .product-image .image,
    .product-details-content .slider-pager li {
        box-shadow: none !important;
    }

    .bxslider .slider-content .slider-pager {
        margin-top: 13px !important;
    }

    .product-image figure.image img {
        min-height: auto !important;
    }

    section.contact-section {
        margin-top: 268px;
    }

    .main-content.contact-section-text {
        padding: 37px 10px 37px 10px !important;
    }

    .blog-standard {
        margin-top: 65px !important;
    }

    .blog-details-content {
        padding-top: 237px !important;
    }

    .news-block-one .inner-box .lower-content h2 a {
        line-height: 20px !important;
    }

    .page-title .bread-crumb {
        height: 22px;
        overflow: hidden;
    }

    .page-title .bread-crumb li {
        font-size: 14px !important;
    }

    .school-academy {
        padding-top: 66px !important;
    }

    .school-academy img {
        padding: 0px 10px 0px 10px;
    }

    .mobile-menu .nav-logo {
        padding: 18px 19px;
        max-width: 150px;
        padding-bottom: 19px;
        margin-left: 92px;
    }

    .szypula-logo img {
        max-width: 80% !important;
        text-align: center !important;
        margin-left: -20px !important;
    }

    .cake-section {
        margin-bottom: 58px !important;
    }

    .product-discription {
        margin-bottom: 70px !important;
    }

    .product-details-content {
        padding: 0px 0px 0px 0px !important;
        margin-top: -40px !important;
    }
}


/* Responsive adjustments for advanced slides */
@media (max-width: 1199px) {
    .advanced-hero-container .hero-element {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .advanced-hero-container {
        padding: 40px 0;
        min-height: 500px;
        height: auto;
    }
    
    /* Adjust height on mobile but keep minimum */
    /* .banner-section .slide-item.advanced-hero-slide,
    .banner-section .slide-item.simple-hero-slide {
        min-height: 500px;
        height: auto;
        max-height: none;
    } */
    
    /* .banner-section .slide-item.advanced-hero-slide .auto-container {
        height: auto;
        min-height: 500px;
    } */
    
    /* .banner-section .slide-item.advanced-hero-slide .advanced-hero-container {
        height: auto;
        min-height: 500px;
        max-height: none;
    } */

    .main-header.style-two .menu-area .mobile-nav-toggler {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    header.main-header .auto-container .menu-area .main-menu .navigation > li {
        min-width: auto;
        margin: 0 40px !important;
    }    

    .main-header.style-two {
        right: 0px !important;
    }

    header.main-header .auto-container .menu-area {
        height: auto;
        width: 50px;
    }

    .main-header .auto-container .menu-area {
        float: right !important;
    }

    .menu-area .mobile-nav-toggler {
        margin-top: 15px;
    }

    section.page-title .content-box {
        margin-top: 120px !important;
    }

    .logo-mobile {
        display: block;
    }

    .logo-mobile img {
        width: 137px;
        position: absolute;
        top: 20px; /* odległość od góry, możesz zmienić */
        left: 50%; /* przesunięcie do środka ekranu */
        transform: translateX(-50%); /* faktyczne wycentrowanie obrazka */
        z-index: 9999;
        opacity: 1;
    }

    .banner-section.style-two .banner-carousel .content-box {
        padding: 130px 0px 17px 0px !important;
    }
}

@media (max-width: 767px) {
    .advanced-hero-container .hero-element {
        font-size: 16px !important;
        text-align: center !important;
    }
    
    .hero-title {
        font-size: 28px !important;
    }
    
    .hero-button {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .main-header .auto-container .menu-area {
        float: right !important;
    }

    .ourstory-style-two .ml-10 {
        margin-left: 0px !important;
    }
}

@media (max-width: 487px) {
    /* Force 4 thumbnails per row */
    .product-details-content .slider-pager li,
    .slider-pager .thumb-box li,
    .thumb-box li {
        width: calc(25% - 5px) !important;
        max-width: calc(25% - 5px) !important;
        min-width: calc(25% - 5px) !important;
        flex: 0 0 calc(25% - 5px) !important;
        flex-basis: calc(25% - 5px) !important;
        box-sizing: border-box !important;
    }
    
    /* Container settings */
    .bxslider .slider-content .slider-pager .thumb-box,
    .slider-pager .thumb-box,
    .thumb-box {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 3px !important;
        justify-content: space-between !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Figure container */
    .bxslider .slider-content .slider-pager .thumb-box li figure,
    .slider-pager .thumb-box li figure,
    .thumb-box li figure {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    
    /* Images */
    .bxslider .slider-content .slider-pager .thumb-box li figure img,
    .slider-pager .thumb-box li figure img,
    .thumb-box li figure img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }
    
    /* Links */
    .bxslider .slider-content .slider-pager .thumb-box li a,
    .slider-pager .thumb-box li a,
    .thumb-box li a {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }
    
    /* Get main image width and apply to thumbnails container */
    .product-details-content .bxslider .slider-content .product-image {
        text-align: center !important;
    }
    
    .product-details-content .bxslider .slider-content .product-image figure.image {
        margin: 0 auto !important;
        display: inline-block !important;
        max-width: 100% !important;
    }
    
    /* Make thumbnails container exact same width as main image */
    .product-details-content .bxslider .slider-content .slider-pager {
        text-align: center !important;
        margin-top: 13px !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    .product-details-content .bxslider .slider-content .slider-pager .thumb-box {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
    }
    
    /* Each thumbnail takes equal space with calculated margins */
    .product-details-content .bxslider .slider-content .slider-pager .thumb-box li {
        width: calc((100% - 30px) / 4) !important;
        max-width: calc((100% - 30px) / 4) !important;
        min-width: calc((100% - 30px) / 4) !important;
        flex: 0 0 calc((100% - 30px) / 4) !important;
        margin: 0 !important;
    }
    
    /* Add margins between thumbnails (not on first and last) */
    .product-details-content .bxslider .slider-content .slider-pager .thumb-box li:not(:last-child) {
        margin-right: 10px !important;
    }
    
    /* Ensure first and last thumbnails align with main image edges */
    .product-details-content .bxslider .slider-content .slider-pager .thumb-box li:first-child {
        margin-left: 0 !important;
    }
    
    .product-details-content .bxslider .slider-content .slider-pager .thumb-box li:last-child {
        margin-right: 0 !important;
    }

    .offer-monodeser {
        margin-bottom: 120px !important;
    }
}

/* Page Loader with Ice Cream Animation */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e9e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    text-align: center;
}

.loader-animation {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    background: url('/themes/lodziarnia-mis/images/Icecream.gif') no-repeat center center;
    background-size: contain;
}

.loader-text {
    color: #333;
    font-family: "new-atten", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

/* Alternative loader with spinning effect */
.loader-animation.spinning {
    animation: spin 3s linear infinite;
}

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

/* Mobile phones - portrait */
@media only screen and (max-width: 480px) {
    .banner-section .image-column,
    .banner-section .anim-icon {
        display: none !important;
    }
    
    /* Fix icon-bg-3.png visibility on mobile - WOW.js is disabled */
    .service-block-one .inner-box .icon-box {
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .service-block-one .inner-box .icon-box .bg-layer {
        opacity: 1 !important;
        visibility: visible !important;
        background-size: contain !important;
    }
    
    /* Force visibility for WOW elements on mobile */
    .wow {
        opacity: 1 !important;
        visibility: visible !important;
        animation: none !important;
    }
}

/* Mobile phones - landscape */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .banner-section .image-column,
    .banner-section .anim-icon {
        display: none !important;
    }
    
    /* Fix icon-bg-3.png visibility on mobile landscape - WOW.js is disabled */
    .service-block-one .inner-box .icon-box {
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .service-block-one .inner-box .icon-box .bg-layer {
        opacity: 1 !important;
        visibility: visible !important;
        background-size: contain !important;
    }
    
    /* Force visibility for WOW elements on mobile */
    .wow {
        opacity: 1 !important;
        visibility: visible !important;
        animation: none !important;
    }
}

/* Tablets - portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-section .image-column {
        display: block !important;
    }
    
    .banner-section .anim-icon {
        display: block !important;
        position: absolute !important;
    }


}

/* Tablets - landscape & small laptops */
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .banner-section .image-column {
        display: block !important;
    }
    
    .banner-section .anim-icon {
        display: block !important;
        position: absolute !important;
    }
    

}

@media only screen and (max-width: 1800px) {
    .banner-section.style-two .anim-icon .icon-6 {
        width: 556px;
        height: 550px;
        right: 313px;
        top: 120px;
    }
}

@media only screen and (max-width: 1700px) {
    .banner-section.style-two .anim-icon .icon-6 {
        width: 556px;
        height: 550px;
        right: 261px;
        top: 120px;
    }
}

@media only screen and (max-width: 1600px) {
    .banner-section.style-two .anim-icon .icon-6 {
        width: 556px;
        height: 550px;
        right: 214px;
        top: 120px;
    }
}

@media only screen and (max-width: 1500px) {
    .banner-section.style-two .anim-icon .icon-6 {
        width: 556px;
        height: 550px;
        right: 169px;
        top: 120px;
    }
}

@media only screen and (max-width: 1400px) {
    .banner-section.style-two .anim-icon .icon-6 {
        width: 556px;
        height: 550px;
        right: 113px;
        top: 120px;
    }
}

@media only screen and (max-width: 1300px) {
    .banner-section.style-two .anim-icon .icon-6 {
        width: 556px;
        height: 550px;
        right: 60px;
        top: 120px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-section.style-two .anim-icon .icon-6 {
        width: 556px;
        height: 550px;
        right: 11px;
        top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-section.style-two .anim-icon .icon-6 {
        opacity: 0;
        display: none;
    }

    .banner-section.style-two .image-box .image img {
        display: none;
    }
}