/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2026 | 15:45:01 */
body {
	font-family: 'Plus Jakarta Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Marcellus', sans-serif;
}

h3, h4 {
	font-weight: 400 !important;
}


/* Strona pojedynczego produktu */

.obrazek-produktu img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.tab-products-info * {
	text-transform: none !Important;
}

.tab-products-info .table {
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255,255,255,.25) !important;
}

.tab-products-info .table .value {
	max-width: calc(50% - 2rem);
}

.meat-info {
    font-weight: 600;
}

.meat-info span {
    font-weight: 400;
}

/* Wartosci odzywcze  */

.table-food-values .row {
	padding: 1rem 1.25rem;
	border: 1px solid #E5E5E5 !important;
	border-top: 0 !important;
}

.table-food-values .row:first-of-type {
	border-top: 1px solid var( --e-global-color-primary ) !important;
	border-left-color: var( --e-global-color-primary ) !important;
	border-right-color: var( --e-global-color-primary ) !important;
}


.table-food-values  * {
	text-transform: none !Important;
}

.table-food-values .table-info * {
	font-weight: 400 !important;
}

/* .bestseller .box::before {
  content: 'Bestseller';
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #fff;
  background: #e8610a;
  height: auto;
  width: fit-content;
  border-radius: 50px;
  font-size: .75em;
  text-transform: uppercase;
  font-family: 'Marcellus';
  font-weight: 600;
  padding: .02em 1em;
  margin-left: auto;
} */


.box-offer-img img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.br-desktop {
	display: none;
}
}

/* FAQ */
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > svg {
	width: 1.75rem;
  height: 1.75rem;
	background-color: var( --e-global-color-462a641 );
		stroke: #fff;
	border-radius: 50px;
	padding: 0.25em;
}

.elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg {
	background-color: var(--n-accordion-icon-active-color);
	stroke: #fff;
}


/* Formularz kontakt */

.form-title-text {
	color: #fff !important;
	margin-top: 0;
	margin-bottom: 0rem;
}

.elementor-icon-box-title {
	margin-top: 0;
}

.box-img-product img {
    aspect-ratio: 4/3;
}

.btn-icon .elementor-button-content-wrapper  {
	display: flex !important;
	align-items: center !important;
}

.icon-box, .icon-box-white, .btn-icon {
	line-height: 0;
}

.btn-icon svg {
	width: 1.25em;
}

.list-box svg, .icon-box svg, .btn-icon svg {
    stroke: var( --e-global-color-accent );
/* 	line-height: 0; */
}

.icon-box-white svg {
    stroke: #fff;
}



.list-box li {
    margin-bottom: .5em;
}
.list-box li:last-of-type {
    margin-bottom: 0;
}

.divider-line {
    width: 25%;
	min-width: 200px;
    height: 2px;
    background: linear-gradient(to right, var( --e-global-color-4632a0d ), transparent);
/*     margin: 1rem 0; */
}

.divider-line-center {
    width: 25%;
	min-width: 200px;
    height: 2px;
    background: linear-gradient(
        to right,
        transparent,
        var( --e-global-color-4632a0d ),
        transparent
    );
    margin: 0 auto;
}



.divider-line-center.small {
	width: 100px;
}
@media (max-width: 1024px) {
	.divider-line-center.small {
	width: 50px;
}
}

.opinie-karuzela .elementor-testimonial {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.opinie-karuzela .elementor-testimonial .elementor-testimonial__text {
	max-height: 150px;
  overflow: auto;
}

.karuzela-obrazy .swiper-slide-inner {
    display: flex;
    align-items: center;
}

.karuzela-obrazy  .swiper-slide-inner img {
    aspect-ratio: 4/3;
    width: 100%;
}

*, 
:root {

	--gap-md: 1rem;
	--gap-lg: 1.25rem;
	
  /* =========================
     HEADINGS — MARCELLUS
     ========================= */

  /* H1 */
  --fs-h1: clamp(2.2rem, 1.8rem + 1.8vw, 3.4rem); /* 35px → 54px */
  --lh-h1: 1.15;
  --ls-h1: -0.04em;

  /* H2 */
  --fs-h2: clamp(1.9rem, 1.6rem + 1.4vw, 2.8rem); /* 30px → 45px */
  --lh-h2: 1.2;
  --ls-h2: -0.05em;

  /* H3 */
  --fs-h3: clamp(1.6rem, 1.4rem + 1vw, 2.2rem); /* 26px → 35px */
  --lh-h3: 1.25;
  --ls-h3: 0;

  /* H4 */
  --fs-h4: clamp(1.25rem, 1.25rem + 0.6vw, 1.5rem); /* 22px → 29px */
  --lh-h4: 1.2;
  --ls-h4: -0.025em;

  /* H5 */
  --fs-h5: clamp(1.2rem, 1.1rem + 0.4vw, 1.3rem); /* 19px → 22px */
  --lh-h5: 1.2;
  --ls-h5: 0.00em;

  /* H6 */
  --fs-h6: clamp(1.0rem, 1rem + 0.2vw, 1.1rem); /* 17px → 19px */
  --lh-h6: 1.4;
  --ls-h6: 0.02em;


  /* =========================
     BODY — PLUS JAKARTA SANS
     ========================= */

  /* Body */
  --fs-body: clamp(.95rem, 0.95rem + 0.2vw, 1rem); /* 16px → 18px */
  --lh-body: 1.65;
  --ls-body: 0;

  /* Small Text */
  --fs-small: clamp(0.85rem, 0.8rem + 0.2vw, 0.95rem); /* 14px → 15px */
  --lh-small: 1.5;
  --ls-small: 0;

  /* Menu */
  --fs-menu: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem); /* 15px → 17px */
  --lh-menu: 1.4;
/*   --ls-menu: 0.03em; */

  /* Label */
  --fs-label: clamp(0.75rem, 0.7rem + 0.2vw, 0.85rem); /* 12px → 14px */
  --lh-label: 1.3;
/*   --ls-label: 0.08em; */

  /* Meta */
  --fs-meta: clamp(0.8rem, 0.75rem + 0.2vw, 0.9rem); /* 13px → 14px */
  --lh-meta: 1.4;
/*   --ls-meta: 0.04em; */


  /* =========================
     BUTTONS
     ========================= */

  /* Button */
  --fs-btn: clamp(0.75rem, 0.9rem + 0.2vw, .85rem); /* 15px → 17px */
  --lh-btn: 1;
  --ls-btn: 0.04em;

  /* Button Small */
  --fs-btn-sm: clamp(0.55rem, 0.8rem + 0.2vw, 0.65rem); /* 14px → 15px */
  --lh-btn-sm: 1;
  --ls-btn-sm: 0.04em;


  /* =========================
     TESTIMONIAL
     ========================= */

  --fs-testimonial: clamp(0.8rem, 0.8rem + 0.2vw, 0.9rem);
  --lh-testimonial: 1.5;
  --ls-testimonial: 0;

  --fs-testimonial-name: clamp(0.85rem, 0.8rem + 0.2vw, 0.85rem)
  --lh-testimonial-name: 1.4;
  --ls-testimonial-name: 0;

  --fs-testimonial-meta: clamp(0.7rem, 0.75rem + 0.2vw, 0.8rem);
  --lh-testimonial-meta: 1.4;
  --ls-testimonial-meta: 0;

  /* =========================
     FUN FACT
     ========================= */

  --fs-funfact-title: clamp(1.6rem, 1.4rem + 1vw, 2.4rem); /* liczby */
  --lh-funfact-title: 1.1;
  --ls-funfact-title: 0;

  --fs-funfact-text: clamp(0.9rem, 0.85rem + 0.2vw, 1rem);
  --lh-funfact-text: 1.4;
  --ls-funfact-text: 0;

}

.section-x {
  padding-left: clamp(1rem, 4vw, 6rem);
  padding-right: clamp(1rem, 4vw, 6rem);
}

.section-x-full {
	width: calc(100% - (clamp(1rem, 4vw, 2rem) * 2) );
  margin-left: clamp(1rem, 4vw, 2rem);
  margin-right: clamp(1rem, 4vw, 2rem);
}

.section-y {
  margin-top: clamp(4rem, 6vw, 6rem);
  margin-bottom: clamp(4rem, 6vw, 6rem);
}

.section-y-p {
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.section-y-p-small {
  padding-top: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(2rem, 4vw, 4rem);
}

.box {
  padding: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  --border-radius: 0 1.5rem;
}

.box li {
    margin-bottom: .25em !important;
}

.box-product {
	padding: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  --border-radius: 0 1.5rem;
}

.box-small {
  padding: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
}

.box-faq {
	padding-top: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
	padding-bottom: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
}

/* .box-2 */