/** Shopify CDN: Minification failed

Line 348:26 Unexpected "*"
Line 574:28 Unexpected "*"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collapsible-content-custom-for-active-ingr (INDEX:16) */
.active-ing-row {
    max-height: 1000px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 10.5s ease-in-out, opacity 10.5s ease-in-out;
  }
  .active-hidden {
    max-height: 0;
    opacity: 0;
  }
/* END_SECTION:collapsible-content-custom-for-active-ingr */

/* START_SECTION:contact-blocks (INDEX:23) */
.contact-blocks {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
  }
  .contact-blocks .cb-group { margin-bottom: 72px; }
  .contact-blocks .cb-group:last-child { margin-bottom: 0; }

  .contact-blocks .cb-head { margin-bottom: 32px; }
  .contact-blocks .cb-kicker {
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #753943;
    margin: 0 0 10px;
    font-weight: 500;
  }
  .contact-blocks .cb-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.15;
    margin: 0;
    color: #000;
    letter-spacing: -0.01em;
  }
  .contact-blocks .cb-title em { font-style: normal; font-weight: 400; color: #753943; }
  .contact-blocks .cb-title a {
    color: inherit;
    border-bottom: 1px solid #F5C6CE;
    padding-bottom: 2px;
    transition: border-color .2s, color .2s;
  }
  .contact-blocks .cb-title a:hover { color: #753943; border-color: #753943; }

  .contact-blocks .cb-divider {
    width: 40px;
    height: 1px;
    background: #F5C6CE;
    margin-top: 20px;
  }

  .contact-blocks .cb-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  @media (max-width: 960px) { .contact-blocks .cb-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 520px) { .contact-blocks .cb-grid { grid-template-columns: 1fr; } }

  .contact-blocks .cb-card {
    background: #fff;
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-decoration: none;
    color: inherit;
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
    position: relative;
  }
  .contact-blocks .cb-card:hover {
    border-color: #F5C6CE;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px -12px rgba(117, 57, 67, 0.18);
  }

  .contact-blocks .cb-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F5C6CE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    flex-shrink: 0;
  }
  .contact-blocks .cb-icon svg {
    width: 16px; height: 16px;
    stroke: #000; fill: none;
    stroke-width: 1.6;
    stroke-linecap: round; stroke-linejoin: round;
  }

  .contact-blocks .cb-card-name {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #757679;
    margin: 0 0 4px;
    font-weight: 500;
  }

  .contact-blocks .cb-card-main {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.3;
    word-break: break-word;
    transition: color .2s;
    letter-spacing: -0.005em;
  }
  .contact-blocks .cb-card:hover .cb-card-main { color: #753943; }

  .contact-blocks .cb-card-sub {
    font-size: 13px;
    color: #757679;
    margin: 4px 0 0;
    line-height: 1.5;
  }

  .contact-blocks .cb-card-link {
    font-size: 13px;
    color: #000;
    margin: 2px 0 0;
    line-height: 1.5;
    word-break: break-word;
  }
  .contact-blocks .cb-card-link a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #F5C6CE;
    padding-bottom: 1px;
    transition: border-color .2s, color .2s;
  }
  .contact-blocks .cb-card-link a:hover { color: #753943; border-color: #753943; }

  .contact-blocks .cb-person-phone a {
    color: inherit;
    text-decoration: none;
  }
/* END_SECTION:contact-blocks */

/* START_SECTION:contact-form-custom-for-contact (INDEX:24) */
/* ---------- Layout strony ---------- */
  .contact-form-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  /* ---------- Nagłówek ---------- */
  .contact-form-header {
    max-width: 1280px;
    margin: 0 auto 25px;
    text-align: center;
  }
  .contact-form-kicker {
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #000;
    margin: 0 0 10px;
    font-weight: 600;
  }
  .contact-form-heading {
    margin: 0 0 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #f5c6ce;
    letter-spacing: 0.2px !important;
    line-height: 54px !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    text-transform: none !important;
  }
  .contact-form-intro-text {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
  }

  /* ---------- Fieldset / grid ---------- */
  .contact-fieldset {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 20px 24px;
    margin-bottom: 24px;
  }
  .contact-legend {
    padding: 0 8px;
    font-weight: 600;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 20px;
  }

  /* Desktop: 2 kolumny, wiadomość na pełnej szerokości */
  @media (min-width: 750px) {
    .contact-grid {
      grid-template-columns: 1fr 1fr;
    }
    .contact-field--full {
      grid-column: 1 / -1;
    }
  }

  /* ---------- Pola ---------- */
  .contact-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
  }
  .contact-required {
    color: #c0392b;
  }
  .contact-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 15px;
    box-sizing: border-box;
    font-family: inherit;
  }
  .contact-select {
    background: #fff;
  }
  .contact-textarea {
    resize: vertical;
  }
  .contact-input:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 3px #f5c6ce;
  }

  /* ---------- Tekst prawny + button ---------- */
  .contact-legal {
    font-size: 13px;
    color: #666;
    margin: 0 0 20px;
  }
  .contact-submit {
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
  }
  .contact-submit:hover {
    background: #753943;
  }

  /* ---------- Komunikaty ---------- */
  .contact-form-success {
    background: #f5c6ce;
    border: 1px solid #f5c6ce;
    color: #000;
    padding: 20px;
    border-radius: 0;
    margin-top: 24px;
  }
  .contact-form-errors {
    background: #fde7e7;
    border: 1px solid #c0392b;
    color: #8b1a1a;
    padding: 20px;
    border-radius: 0;
    margin-top: 24px;
  }
  .contact-form-errors ul {
    margin: 8px 0 0 20px;
  }

  /* ---------- Info administrator ---------- */
  .contact-admin {
    font-size: 12px;
    color: #757679;
    line-height: 1.7;
    margin: 40px 0 0;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
  }

  /* ---------- Mobile ---------- */
  @media (max-width: 600px) {
    .contact-form-page {
      padding: 20px 16px;
    }
    .contact-fieldset {
      padding: 16px;
    }
    .contact-form-heading {
    font-size: 25px !important;
  }
  }
/* END_SECTION:contact-form-custom-for-contact */

/* START_SECTION:dsa-report-form (INDEX:29) */
.dsa-form input[type="text"]:focus,
  .dsa-form input[type="email"]:focus,
  .dsa-form textarea:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 0 3px #f5c6ce;
  }
  .dsa-form button:hover {
    background: #000000 !important;
  }
  @media (max-width: 600px) {
    .dsa-report-page {
      padding: 20px 16px !important;
    }
    .dsa-report-page fieldset {
      padding: 16px !important;
    }
  }
/* END_SECTION:dsa-report-form */

/* START_SECTION:main-cart (INDEX:73) */
.paypo,.paypo :not(svg,svg*){
		all:initial;display:block
	}
	.paypo dialog{
		position:static;
		display:none;width:auto;height:auto;padding:0;border:none;margin:0;background:0 0;color:inherit
	}
	.paypo dialog[open]{display:block}
	.paypo iframe{display:block;border:none}
	.paypo__open{display:block;width:100%;cursor:pointer}
	.paypo .paypo__dialog{position:fixed;top:0;left:0;z-index:1000000;width:100%;height:100%;background-color:rgba(0,0,0,.5)}
	.paypo .paypo__close{position:absolute;top:18px;right:20px;display:block;width:20px;height:20px;cursor:pointer}
	@media (min-width:600px){
		.paypo .paypo__close{right:calc(50% - 288px)}
	}
	.paypo .paypo__container{width:616px;max-width:100%;height:100%;margin-right:auto;margin-left:auto}
/* END_SECTION:main-cart */

/* START_SECTION:main-page-custom-sitemap (INDEX:81) */
.product-list-sitemap {
                  display: grid;
                  grid-template-columns: repeat(3, 1fr);
                  column-gap: 22px;
                  margin-bottom: 80px;
                }
                .product-list-sitemap a {
                  display: block;
                  padding: 10px 0;
                  color: #85627c;
                  line-height: 20px;
                  text-decoration: none;
                }
                .product-list-sitemap a:hover {
                  text-decoration: underline;
                }
                .template-page-sitemap [id*="__main"] h2 {
                  font-size: 30px;
                  text-transform: uppercase;
                  font-weight: bold;
                }
                @media (max-width: 768px) {
                  .template-page-sitemap [id*="__main"] h2 {
                    font-size: 25px;
                  }
                  .product-list-sitemap {
                      grid-template-columns: repeat(2, 1fr);
                  }
                }
                @media (max-width: 475px) {
                  .product-list-sitemap {
                      grid-template-columns: repeat(1, 1fr);
                  }
                }
                [id*="__main"] h3 {
                  font-size: 28px;
                  font-weight: bold;
                  color: #f5c6ce;
                  text-decoration: none;
                }
                .template-page-sitemap [id*="__main"] h3 a {
                  color: #f5c6ce;
                  text-decoration: none;
                }
                .template-page-sitemap [id*="__main"] h3 a:hover {
                  text-decoration: underline;
                }
                .template-page-sitemap [id*="__main"] .page-content-width.rte{
                  max-width: 1360px;
                  margin-right: auto;
                  margin-left: auto;
                }
/* END_SECTION:main-page-custom-sitemap */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:header-mobile-menu-custom (INDEX:187) */
.mobile-menu-custom-container {
			/* text-align: center; */
			display: flex;
			justify-content: space-evenly;
			/* height: 70px; */
			min-height: 90px;
			align-items: center;
			border-bottom: 1px solid black;
			background: #ffe8ef;
			/* padding-bottom: 15px; */
			/* flex-direction: column; */
			}
		.mobile-menu-custom-buttons-container.buttons {
			display: flex;
			align-items: end;
		}
		.mobile-menu-custom-button-link {
			width: 120px;
			padding: 5px 8px;
			height: 48px;
			border: 0.5px solid #d4a0a9;

			font-size: 12px;
			letter-spacing: .2px;
			line-height: 18.6px;
			font-weight: 500;
		}
		.custom-contact-info {
			font-size: 14px;
			letter-spacing: .2px;
			line-height: 18.6px;
			font-weight: 600;
			margin-bottom: 9px;
			text-transform: uppercase;
			margin-left: 2px;
		}
		.mobile-menu-custom-button-container.hurt-shop-button {
			margin-left: 25px;
		}
		@media (min-width: 768px) {
			.mobile-menu-custom-info-container.contact-info,
			.mobile-menu-custom-buttons-container.buttons{
				margin-left: 40px;
			}
		}
		.mobile-menu-custom-info-container.contact-info,
		.mobile-menu-custom-buttons-container.buttons {
			margin-left: 15px;
		}
/* END_SNIPPET:header-mobile-menu-custom */

/* START_SNIPPET:product-information-custom (INDEX:224) */
/* STYLES zawartość zestawu */
  .bundle-component-container-title {
    font-size: 15px;
    margin-bottom: 0;
  }
  .bundle-components-container {
      border: 1px solid lightgrey;
      padding: 15px;
      font-size: 15px;
      margin-top: 20px;
      margin-bottom: 30px;
  }
  @media (max-width: 768px) {
    .bundle-components-container {
      margin-bottom: 10px;
      margin-top: 0;
    }
  }
  .bundle-item {
    margin-bottom: 10px;
  }
  .bundle-component-title {
    margin-bottom: 0px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
  }
  .bundle-component-title:hover {
    color: #e7c0c7;
  }
  .component-qty {
    font-weight: 400;
    text-transform: lowercase;
  }
  .bundle-component-price {
    color: red;
  }
  .bundle-component-total {
    margin-bottom: 0;
    line-height: 1.2;
    padding-top: 10px;
    border-top: 1px solid lightgrey;
  }
  .bundle-total-price-separate {
    color: red;
  }


  /* STYLES benefits container */
  .benefits-container {
    margin-top: 20px;
  }
  .benefits-container p {
    margin-bottom: 0;
    font-size: 15px;
  }
  .benefits-title {
    font-size: 15px;
    line-height: 25.5px;
    word-spacing: 0.015px;
    margin: 0;
    padding: 0;
    font-weight: bold;
  }
  p.benefit-3 {
    margin-bottom: 20px;
  }
  .benefit-check {
    margin-right: 10px;
    color: #f2c6cf;
    font-weight: bold;
  }


  /* STYLES inventory container */
  .inventory-valid-date-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  @media (max-width: 1067px) {
    .inventory-valid-date-container {
      justify-content: center;
    }
  }
  @media (max-width: 768px) {
    .inventory-valid-date-container {
      margin-bottom: 10px;
    }
  }
  .valid-date-container {
    font-size: 15px;
    color: #f5c6ce;
    margin-right: 25px;
  }


  /* styles PAYPO */
  .paypo,.paypo :not(svg,svg*){all:initial;display:block}
  .paypo dialog{position:static;display:none;width:auto;height:auto;padding:0;border:none;margin:0;background:0 0;color:inherit}
  .paypo dialog[open]{display:block}.paypo iframe{display:block;border:none}.paypo__open{display:block;width:100%;cursor:pointer}
  .paypo .paypo__dialog{position:fixed;top:0;left:0;z-index:1000000;width:100%;height:100%;background-color:rgba(0,0,0,.5)}
  .paypo .paypo__close{position:absolute;top:18px;right:20px;display:block;width:20px;height:20px;cursor:pointer}
  @media (min-width:600px){.paypo .paypo__close{right:calc(50% - 288px)}}
  .paypo .paypo__container{width:616px;max-width:100%;height:100%;margin-right:auto;margin-left:auto}
/* END_SNIPPET:product-information-custom */