@charset "UTF-8";
/*!
Theme Name: Sala Arka
*/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
html body {
  font-family: "Lato", sans-serif;
  padding: 0 !important;
}
html body #page {
  overflow: hidden;
}
html body.woocommerce #page, html body.wp-hotel-booking-thank-you #page {
  padding-top: 160px;
}
html body.woocommerce.single-product #page, html body.wp-hotel-booking-thank-you.single-product #page {
  padding-top: 110px;
}
html body main {
  background-color: white;
}

.align_right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto;
}

/* SUCCESS: np. "produkt dodany do koszyka" */
.woocommerce-message {
  background: #e8f7ee;
  color: #1a7a3d;
  border: 1px solid #a7dfb9;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}

/* ERROR: np. "brak w magazynie" */
.woocommerce-error {
  background: #fdeaea;
  color: #b00020;
  border: 1px solid #f5b1b1;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}

/* INFO: np. "zaktualizowano koszyk" */
.woocommerce-info {
  background: #eef5ff;
  color: #1b4fa3;
  border: 1px solid #a9c6ff;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}

/* Dodatkowo, usuń brzydkie marginesy i styl linka */
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-error a:hover,
.woocommerce-info a:hover {
  opacity: 0.8;
}

body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room {
  margin: 0;
  padding: 0 15px;
}

.wphb-room-calendar-pricing-wrap {
  overflow: auto;
}

@media (max-width: 767px) {
  .hb_single_room .hb_single_room_tabs {
    text-align: center;
  }
  #hb-payment-form, #hb-cart-form {
    margin: 0 15px;
  }
}
.hb_checkout_item td:nth-child(3), .hb_checkout_item td:nth-child(7) {
  display: none !important;
}

.hb_table thead tr th:nth-child(3), .hb_table thead tr th:nth-child(7) {
  display: none !important;
}

.hb_sub_total {
  display: none !important;
}

.page-id-814 .default_content p {
  font-family: Arial;
  font-size: 12pt;
  line-height: 1.5;
}

nav.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px;
  transition: 0.5s;
  padding: 20px 0;
}
nav.header ul.menu {
  list-style: none;
  display: flex;
  font-size: 14px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  gap: 20px;
}
@media (max-width: 1400px) {
  nav.header ul.menu {
    gap: 15px;
  }
}

@media(max-width:1199px){
	nav.header ul.menu{
		flex-direction: column;
		text-align: center;
	}
}

nav.header ul.menu li {
  text-transform: uppercase;
  position: relative;
}
nav.header ul.menu li .childToggle {
  display: none;
}
nav.header ul.menu li a {
  color: white;
  text-decoration: none;
}
@media (max-width: 1200px) {
  nav.header ul.menu li a {
    display: block;
    padding: 10px;
  }
}
nav.header ul.menu li a:hover {
  text-decoration: underline;
  text-decoration-color: #ec008c;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
@media (max-width: 1200px) {
  nav.header ul.menu li.menu-item-has-children > .childToggle {
    display: block;
    color: white;
    font-size: 24px;
    position: absolute;
    top: 1px;
    line-height: 18px;
    right: 20px;
    padding: 10px;
  }
}
nav.header ul.menu li.current-menu-item > a {
  text-decoration: underline;
  text-decoration-color: #ec008c;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
nav.header ul.menu li ul {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 4px;
  list-style: none;
  padding: 25px 15px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  background-color: black;
}
nav.header ul.menu li ul li {
  padding-bottom: 5px;
}
nav.header ul.menu li ul li:last-child {
  padding-bottom: 0;
}
nav.header ul.menu li ul li a {
  position: relative;
  left: 0;
  transition: 0.5s;
}
nav.header ul.menu li ul li a:hover {
  text-decoration: none;
  color: #ec008c;
  left: 5px;
}
nav.header ul.menu li ul li.current-menu-item a {
  color: #ec008c;
}
@media (min-width: 1201px) {
  nav.header ul.menu li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
nav.header ul.menu li.show_mobile ul {
  display: block;
  width: 100%;
  position: relative;
  background: white;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
nav.header ul.menu li.show_mobile ul li a {
  color: black;
}
nav.header .mobile_menu_cont {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-around;
}



@media (max-width: 1400px) {
  nav.header .mobile_menu_cont {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  nav.header .mobile_menu_cont {
    position: fixed;
    top: 84px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 84px);
    background: black;
    transition: 0.5s;
  }
}
nav.header .mobile_menu_cont .phone {
  transition: 0.5s;
  display: flex;
  color: white;
  text-decoration: none;
  gap: 10px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  nav.header .mobile_menu_cont .phone {
    justify-content: center;
    margin-top: 42px;
  }
}
nav.header .mobile_menu_cont .phone svg path {
  transition: 0.5s;
}
nav.header .mobile_menu_cont .phone:hover {
  color: #ec008c;
}
nav.header .mobile_menu_cont .phone:hover svg path {
  fill: #ec008c;
}
nav.header .mobile_menu_cont ul.headers_link {
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  nav.header .mobile_menu_cont ul.headers_link {
    /* margin-top: 20px; */
  }
}
nav.header .mobile_menu_cont ul.headers_link li {
  font-size: 13px;
}
nav.header .mobile_menu_cont ul.headers_link li a {
  padding: 12px 25px;
  border: 1px solid #ec008c;
  color: white;
  text-decoration: none;
  display: inline-flex;
}

nav.header .mobile_menu_cont ul.headers_link li.cart{
	display: flex;
	gap: 10px;
}

.bm-header-badge{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 38px;
	padding: 0 14px;
	background: #1a1a1a;
	color: #fff;
	border: 1px solid #2a2a2a;
	border-radius: 3px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: border-color .15s, background .15s;
	vertical-align: middle;
}

.bm-header-badge .bm-hb__dot{
 	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d4006e;
	box-shadow: 0 0 0 3px rgba(212, 0, 110, .18);
	flex-shrink: 0; 
}

.bm-header-badge .bm-hb-label{
 font-weight: 700;
 letter-spacing: .01em; 
 color: white;
}

.bm-header-badge .bm-hb__edit{
 	color: #d4006e;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding-left: 10px;
	margin-left: 2px;
	border-left: 1px solid #333; 
}

@media (max-width: 1400px) {
  nav.header .mobile_menu_cont ul.headers_link li a {
    padding: 8px 16px;
  }
}
nav.header .mobile_menu_cont ul.headers_link li a.shopping_cart {
  display: flex;
  gap: 10px;
  padding: 7px 15px;
}
nav.header .mobile_menu_cont ul.headers_link li a.shopping_cart svg {
  margin: 0;
}
nav.header .mobile_menu_cont ul.headers_link li a:hover {
  background-color: #ec008c;
}
nav.header svg {
  margin-left: 10px;
  margin-top: 4px;
}
nav.header svg path {
  fill: white;
}
nav.header .logo {
  transition: 0.5s;
  max-height: 70px;
  width: auto;
}
nav.header.scroll {
  padding: 12px 0;
  background-color: black;
  top: 0;
}
nav.header.scroll .logo {
  height: 50px;
  width: auto;
}
nav.header.show_mobile {
  top: 0;
  padding: 20px 0;
  background: black;
  height: 84px;
}
nav.header.show_mobile .logo {
  max-height: 54px;
  width: auto;
}
nav.header.show_mobile .mobile_menu_cont {
  left: 0;
  display: block;
  padding-top: 50px;
}
nav.header.show_mobile .mobile_menu_cont ul {
  flex-direction: column;
  text-align: center;
}

footer {
  background-size: cover;
}
footer p {
  margin-top: 40px;
  color: #a8a8a8;
  font-size: 14px;
}

footer .copy p a{
	color: #a8a8a8;
	text-decoration:none;
}

footer img {
  margin-top: 60px;
  max-height: 90px;
  width: auto;
}
footer .link {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 50px;
  list-style: none;
  white-space: nowrap;
}
@media (max-width: 992px) {
  footer .link {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  footer .link {
    grid-template-columns: repeat(3, 1fr);
  }
}
footer .link li a {
  color: white;
  text-decoration: none;
}
footer .link li a:hover {
  text-decoration: underline;
  text-decoration-color: #ec008c;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
footer .links {
  display: flex;
  gap: 5px;
  justify-content: center;
  list-style: none;
}
footer .links li {
  color: #a8a8a8;
}
footer .links li a {
  color: #a8a8a8;
  text-decoration: none;
}
footer .links li a:hover {
  color: #ec008c;
}
footer .socials {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 60px;
  list-style: none;
}
footer .socials li a {
  color: white;
}
footer .socials li i {
  font-size: 20px;
}
footer .socials li i:hover {
  color: #ec008c;
}

@media (max-width: 992px) {
  .home .block_baner img {
    min-height: 700px;
  }
}
@media (max-width: 992px) {
  .home .block_baner .text {
    top: initial;
    bottom: 100px;
    align-items: end;
  }
}
.home .block_baner .title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .home .block_baner .title {
    margin-bottom: 20px;
  }
}

.block_baner {
  position: relative;
}
.block_baner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 250px;
}
@media (max-width: 992px) {
  .block_baner img {
    width: 100%;
    height: 100%;
  }
}
.block_baner .header {
  color: #ec008c;
  font-size: 18px;
}
@media (max-width: 768px) {
  .block_baner .header {
    font-size: 12px;
  }
}
.block_baner .title {
  font-size: 100px;
  line-height: 95px;
  font-family: "Playfair Display", serif;
  margin: 0 0 -100px 0;
  font-weight: 400;
  font-size: 72px;
  line-height: 80px;
}
@media (max-width: 1400px) {
  .block_baner .title {
    font-size: 70px;
    line-height: 78px;
  }
}
@media (max-width: 1200px) {
  .block_baner .title {
    font-size: 70px;
    line-height: 78px;
  }
}
@media (max-width: 992px) {
  .block_baner .title {
    font-size: 54px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .block_baner .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .block_baner .title {
    font-size: 34px;
    line-height: 38px;
  }
}
.block_baner .title span {
  color: #ec008c;
}
.block_baner .title.srednia {
  font-size: 78px;
}
@media (max-width: 1200px) {
  .block_baner .title.srednia {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .block_baner .title.srednia {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .block_baner .title.srednia {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .block_baner .title.srednia {
    font-size: 26px;
  }
}
.block_baner .title.mala {
  font-size: 30px;
}
.block_baner .tekst.srednia {
  font-size: 30px;
}
@media (max-width: 1200px) {
  .block_baner .tekst.srednia {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .block_baner .tekst.srednia {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .block_baner .tekst {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .block_baner .tekst {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .block_baner .tekst {
    font-size: 16px;
  }
}
.block_baner .content {
  font-size: 34px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 48px;
}
.block_baner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
}
.block_baner .przycisk {
  border: 1px solid #ec008c;
  background-color: #ec008c;
  color: white;
  padding: 12px 34px;
  text-decoration: none;
  font-size: 13px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .block_baner .przycisk {
    padding: 8px 26px;
    font-size: 14px;
    min-width: 240px;
  }
}
.block_baner .przycisk:hover {
  border: 1px solid white;
  background-color: transparent;
}
.block_baner .przycisk2 {
  border: 1px solid white;
  color: white;
  padding: 12px 42px;
  text-decoration: none;
  font-size: 13px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .block_baner .przycisk2 {
    padding: 8px 26px;
    font-size: 14px;
    min-width: 240px;
  }
}
.block_baner .przycisk2:hover {
  background-color: #ec008c;
  border: 1px solid #ec008c;
}
.block_baner .button {
  margin-top: 70px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .block_baner .button {
    margin-top: 30px;
    flex-direction: column;
  }
}
.block_baner svg {
  margin-left: 10px;
}
.block_baner svg path {
  fill: white;
}

.block_about {
  position: relative;
}
.block_about .big_img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.block_about .column {
  margin: 0 100px;
  padding: 24px 0;
}
@media (max-width: 1400px) {
  .block_about .column {
    margin: 0 15px;
  }
}
@media (max-width: 1200px) {
  .block_about .column {
    text-align: center;
  }
}
.block_about .column p {
  line-height: 30px;
}
.block_about .column .title {
  font-size: 14px;
  color: #ec008c;
  margin: 0;
}
@media (max-width: 1400px) {
  .block_about .column .title {
    margin-top: 20px;
  }
}
.block_about .column .text {
  font-size: 48px;
  font-family: "Playfair Display", serif;
  line-height: 50px;
}
@media (max-width: 576px) {
  .block_about .column .text {
    font-size: 28px;
    line-height: 34px;
  }
}
.block_about .column .text2 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 50px;
  text-align: justify;
}
@media (max-width: 576px) {
  .block_about .column .text2 {
    margin-top: 20px;
  }
}
.block_about .column .text2 ul {
  padding-left: 0;
  list-style-type: none;
}
.block_about .column .text2 ul li {
  padding-left: 30px;
  position: relative;
}
.block_about .column .text2 ul li:before {
  content: " ";
  background-image: url("/wp-content/uploads/2025/10/ok.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 16px;
  height: 12px;
  top: 10px;
  left: 0;
}
.block_about .column .text3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 20px;
}
.block_about .button {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .block_about .button {
    text-align: center;
    margin-top: 40px;
  }
}
.block_about .button .przycisk {
  border: 1px solid #ec008c;
  color: black;
  padding: 12px 34px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}
@media (max-width: 1400px) {
  .block_about .button .przycisk {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .block_about .button .przycisk {
    margin-bottom: 40px;
  }
}
.block_about .button .przycisk:hover {
  background-color: #ec008c;
  border: 1px solid #ec008c;
  color: white;
}
.block_about .button .przycisk:hover svg path {
  fill: white;
}
.block_about svg {
  margin-left: 10px;
}
.block_about .ikonki {
  display: flex;
  gap: 50px;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .block_about .ikonki {
    justify-content: space-around;
  }
}
@media (max-width: 992px) {
  .block_about .ikonki {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.block_slider {
  margin-top: 80px;
}
.block_slider .title {
  font-size: 14px;
  color: #ec008c;
  text-align: center;
  margin: 0;
}
.block_slider .header {
  font-size: 48px;
  text-align: center;
  margin-bottom: 100px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 1400px) {
  .block_slider .header {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .block_slider .header {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.block_slider .slider_cont {
  margin-left: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .block_slider .slider_cont {
    margin: 0 15px;
  }
}
.block_slider .slider_cont .prev {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 9;
  margin-top: -15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .block_slider .slider_cont .prev {
    display: none;
  }
}
.block_slider .slider_cont .next {
  position: absolute;
  top: 50%;
  right: 100px;
  z-index: 9;
  margin-top: -15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .block_slider .slider_cont .next {
    right: 10px;
    display: none;
  }
}
.block_slider .slider_cont .slick-list {
  padding-right: 10%;
}
.block_slider .slider_cont .slick-list .slick-slide {
  display: block;
  border: 1px solid #ebebeb;
  margin-right: 50px;
  opacity: 0.5;
  transition: 0.4s;
}
.block_slider .slider_cont .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.block_slider .slider_cont .slick-list .slick-slide img {
  min-height: calc(100% + 2px);
  position: relative;
  top: -1px;
  object-fit: cover;
}
.block_slider .slider_cont .slick-list .slick-slide .column {
  margin: 0 150px 0 100px;
  padding-bottom: 24px;
}
@media (max-width: 1200px) {
  .block_slider .slider_cont .slick-list .slick-slide .column {
    margin: 0 50px 0 50px;
  }
}
@media (max-width: 576px) {
  .block_slider .slider_cont .slick-list .slick-slide .column {
    margin: 0 20px 0px 20px;
  }
}
.block_slider .slider_cont .slick-list .slick-slide .column .przycisk {
  border: 1px solid #ec008c;
  color: black;
  padding: 12px 34px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  margin-top: 40px;
}
.block_slider .slider_cont .slick-list .slick-slide .column .przycisk svg {
  margin-left: 10px;
}
.block_slider .slider_cont .slick-list .slick-slide .column .przycisk:hover {
  background-color: #ec008c;
  color: white;
}
.block_slider .slider_cont .slick-list .slick-slide .column .przycisk:hover svg path {
  fill: white;
}
.block_slider .slider_cont .slick-list .slick-slide .column .text {
  font-size: 36px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 1800px) {
  .block_slider .slider_cont .slick-list .slick-slide .column .text {
    margin-top: 40px;
  }
}
.block_slider .slider_cont .slick-list .slick-slide .column .text2 {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}
@media (max-width: 768px) {
  .block_slider .slider_cont .slick-list .slick-slide .column .text2 {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.block_offer {
  margin-bottom: 100px;
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .block_offer {
    margin-bottom: 40px;
    margin-top: 50px;
  }
}
.block_offer .title {
  font-size: 14px;
  color: #ec008c;
  text-align: center;
  margin: 0;
}
.block_offer .header {
  font-size: 48px;
  text-align: center;
  margin-bottom: 70px;
  font-family: "Playfair Display", serif;
  line-height: 54px;
}
@media (max-width: 576px) {
  .block_offer .header {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.block_offer .przycisk {
  margin-top: 30px;
  border: 1px solid #ec008c;
  padding: 12px 34px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  text-decoration: none;
  color: black;
}
.block_offer .przycisk:hover {
  background-color: #ec008c;
  color: white;
}
.block_offer .przycisk:hover svg path {
  fill: white;
}
.block_offer .kafelki {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  flex-wrap: wrap;
  border: 1px solid #ebebeb;
  height: 100%;
}
.block_offer svg {
  margin-left: 10px;
}
.block_offer .name {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 767px) {
  .block_offer .name {
    font-size: 18px;
  }
}
.block_offer .text {
  font-size: 18px;
  line-height: 26px;
}

.block_slider2 {
  margin-bottom: 110px;
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .block_slider2 {
    margin-bottom: 40px;
    margin-top: 50px;
  }
}
.block_slider2 .title {
  font-size: 14px;
  color: #ec008c;
  text-align: center;
  margin: 0;
}
.block_slider2 .header {
  font-size: 48px;
  text-align: center;
  margin-bottom: 70px;
  font-family: "Playfair Display", serif;
  line-height: 54px;
}
@media (max-width: 1200px) {
  .block_slider2 .header {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .block_slider2 .header {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }
}
.block_slider2 .opinie {
  max-width: 1200px;
  margin: auto;
}
.block_slider2 .opinie .opinia {
  padding: 80px 120px;
  border: 1px solid #ebebeb;
  position: relative;
}
@media (max-width: 576px) {
  .block_slider2 .opinie .opinia {
    padding: 66px 40px;
  }
}
.block_slider2 .opinie .opinia img {
  position: absolute;
}
.block_slider2 .opinie .opinia img.small {
  left: 0;
  right: 0;
  margin: 40px auto;
  top: 0;
}
.block_slider2 .opinie .opinia img.big {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: calc(100% - 80px);
  z-index: -1;
}
.block_slider2 .opinie .opinia .text {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .block_slider2 .opinie .opinia .text {
    font-size: 16px;
  }
}
.block_slider2 .opinie .opinia .text2 {
  margin: 0;
  margin-top: 30px;
  font-weight: 600;
}

.block_gallery .przycisk {
  margin: 80px 0 80px 0;
  border: 1px solid #ec008c;
  color: black;
  padding: 12px 34px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}
@media (max-width: 992px) {
  .block_gallery .przycisk {
    margin: 40px 0 40px 0;
  }
}
.block_gallery .przycisk:hover {
  background-color: #ec008c;
  color: white;
}
.block_gallery .przycisk:hover svg path {
  fill: white;
}
.block_gallery svg {
  margin-left: 10px;
}

.block_contact {
  margin-top: 80px;
}
.block_contact .header {
  margin: 0;
  font-size: 14px;
  color: #ec008c;
}
.block_contact .title {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 50px;
  font-family: "Playfair Display", serif;
}
.block_contact .text {
  font-size: 16px;
}
.block_contact .text a {
  display: block;
  text-decoration: none;
  color: black;
  font-size: 20px;
}
.block_contact .text a:hover {
  color: #ec008c;
}
.block_contact .name {
  font-size: 24px;
  font-weight: bold;
}
.block_contact .dane {
  gap: 10px;
}
.block_contact .ikona {
  margin-top: 14px;
  height: 24px;
  width: 24px;
  margin-right: 15px;
}
.block_contact .ikona2 {
  margin-top: 14px;
  height: 24px;
  width: 24px;
  margin-right: 15px;
}
.block_contact .przycisk {
  margin-top: 30px;
  border: 1px solid #ec008c;
  padding: 14px 34px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  text-decoration: none;
  color: black;
  align-items: center;
  justify-content: center;
}
.block_contact .przycisk:hover {
  background-color: #ec008c;
  color: white;
}
.block_contact .przycisk:hover svg path {
  fill: white;
}
.block_contact svg {
  margin-right: 15px;
}
.block_contact .wpforms-field-container {
  margin-top: 80px;
}
.block_contact .wpforms-field-container .wpforms-field {
  padding: 0;
  margin-bottom: 10px;
}
.block_contact .wpforms-field-container .wpforms-field label a {
  color: #ec008c;
  text-decoration: none;
}
.block_contact .wpforms-field-container .wpforms-field input[type=text], .block_contact .wpforms-field-container .wpforms-field input[type=email] {
  padding: 19px 25px;
  height: initial;
  border: 1px solid #ebebeb;
}
.block_contact .wpforms-field-container .wpforms-field input[type=text]:active, .block_contact .wpforms-field-container .wpforms-field input[type=email]:active {
  border-color: #ec008c;
}
.block_contact .wpforms-field-container .wpforms-field textarea {
  padding: 19px 25px;
  border: 1px solid #ebebeb;
}
.block_contact .wpforms-field-container .wpforms-field textarea:active {
  border-color: #ec008c;
}
.block_contact .wpforms-submit-container {
  padding: 5px 0;
  margin-bottom: 100px;
  margin-top: 43px !important;
}
@media (max-width: 992px) {
  .block_contact .wpforms-submit-container {
    text-align: center;
  }
}
.block_contact .wpforms-submit-container button[type=submit]:not(:hover):not(:active) {
  padding: 12px 34px 12px 34px;
  background: #ec008c;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  height: initial;
  border-radius: 0px;
  margin: 0 auto;
  min-width: 280px;
  border: 1px solid transparent;
}
.block_contact .wpforms-submit-container button[type=submit]:hover {
  padding: 12px 34px 12px 34px;
  background: transparent;
  border: 1px solid #ec008c;
  color: black;
  font-size: 13px;
  line-height: 20px;
  min-width: 280px;
  height: initial;
  border-radius: 0px;
}

.google_maps {
  margin-bottom: -15px;
}

#wpforms-270 {
  max-width: 850px;
}
@media (max-width: 1200px) {
  #wpforms-270 {
    max-width: 100%;
  }
}
#wpforms-270 label {
  font-size: 16px;
}
#wpforms-270 label a {
  color: #ec008c;
  text-decoration: none;
}
#wpforms-270 .wpforms-submit-container {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 100px;
  margin-top: 50px;
}
#wpforms-270 .wpforms-submit-container button[type=submit] {
  padding: 12px 14px 12px 14px !important;
  background: #ec008c;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  height: initial;
  border-radius: 0px;
  margin: 0 auto;
  min-width: 280px;
  border: 1px solid transparent;
}
#wpforms-270 .wpforms-submit-container button[type=submit]:hover {
  background: transparent;
  border-color: #ec008c;
  color: black;
}
#wpforms-270 .wpforms-field-container .wpforms-field {
  padding: 0;
  margin-bottom: 10px;
}
#wpforms-270 .wpforms-field-container .wpforms-field input[type=text], #wpforms-270 .wpforms-field-container .wpforms-field input[type=email] {
  padding: 19px 25px;
  height: initial;
  border: 1px solid #ebebeb;
}
#wpforms-270 .wpforms-field-container .wpforms-field input[type=text]:active, #wpforms-270 .wpforms-field-container .wpforms-field input[type=email]:active {
  border-color: #ec008c;
}
#wpforms-270 .wpforms-field-container .wpforms-field textarea {
  padding: 19px 25px;
  border: 1px solid #ebebeb;
}
#wpforms-270 .wpforms-field-container .wpforms-field textarea:active {
  border-color: #ec008c;
}

.block_header {
  margin-bottom: 50px;
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .block_header {
    margin-top: 50px;
  }
}
.block_header .title {
  font-size: 14px;
  color: #ec008c;
  text-align: center;
  margin-bottom: 0;
}
.block_header .header {
  font-size: 48px;
  text-align: center;
  line-height: 54px;
  font-family: "Playfair Display", serif;
}

.block_blog {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .block_blog {
    margin-top: 50px;
  }
}
.block_blog .title {
  font-size: 14px;
  color: #ec008c;
  text-align: center;
  margin: 0;
}
.block_blog p.header {
  font-size: 48px;
  text-align: center;
  margin-bottom: 70px;
  line-height: 54px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 576px) {
  .block_blog p.header {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.block_blog .button {
  margin: 30px 0 60px 0;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .block_blog .button {
    margin: 40px 0 40px 0;
  }
}
.block_blog .button a {
  border: 1px solid #ec008c;
  padding: 12px 34px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block_blog .button a:hover {
  background-color: #ec008c;
  color: white;
}
.block_blog .button a:hover svg path {
  fill: white;
}
.block_blog .button a svg {
  margin-left: 10px;
}
.block_blog .posts {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .block_blog .posts .row {
    gap: 40px;
  }
}
.block_blog .posts .single_post {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block_blog .posts .single_post img {
  width: 100%;
}
.block_blog .posts .single_post .content {
  border: 1px solid #ebebeb;
  padding: 40px;
  flex: 1;
}
.block_blog .posts .single_post .content .post_title {
  min-height: 72px;
  font-family: "Playfair Display", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .block_blog .posts .single_post .content .post_title {
    min-height: 42px;
  }
}
.block_blog .posts .single_post .content .post_title a {
  font-size: 24px;
  text-decoration: none;
  color: black;
}
.block_blog .posts .single_post .content .desc {
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
}
.block_blog .posts .single_post .content .read_more {
  font-size: 13px;
  color: #ec008c;
  text-decoration: none;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.block_blog .posts .single_post .content .read_more:hover {
  color: #000;
}
.block_blog .posts .single_post .content .read_more:hover svg path {
  fill: #000;
}
.block_blog .posts .single_post .content .read_more svg {
  margin-left: 10px;
}
.block_blog .posts .single_post .content .read_more svg path {
  fill: #ec008c;
}

.blog .posts_list {
  margin: 90px 0 60px;
}
.blog .posts_list .block_post {
  margin-bottom: 30px;
}
.blog .posts_list .block_post img {
  width: 100%;
}
.blog .posts_list .block_post .content {
  border: 1px solid #ebebeb;
  padding: 40px;
}
.blog .posts_list .block_post .content .post_title {
  font-size: 24px;
  min-height: 72px;
  font-family: "Playfair Display", serif;
}
.blog .posts_list .block_post .content .post_title a {
  text-decoration: none;
  color: black;
}
.blog .posts_list .block_post .content .desc {
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
}
.blog .posts_list .block_post .content .more {
  font-size: 13px;
  color: #ec008c;
  text-decoration: none;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .posts_list .block_post .content .more:hover {
  color: #000;
}
.blog .posts_list .block_post .content .more:hover svg path {
  fill: #000;
}
.blog .posts_list .block_post .content .more svg {
  margin-left: 10px;
}
.blog .posts_list .block_post .content .more svg path {
  fill: #ec008c;
}
.blog .navigation .container ul {
  display: flex;
  gap: 10px;
  list-style: none;
  justify-content: flex-end;
  margin-bottom: 70px;
}
.blog .navigation .container ul li {
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  cursor: pointer;
}
.blog .navigation .container ul li:hover {
  border: 1px solid #ec008c;
}
.blog .navigation .container ul li.active {
  border: 1px solid #ec008c;
}
.blog .navigation .container ul li a {
  text-decoration: none;
  color: black;
  font-size: 13px;
}

.shop_cont .woocommerce-products-header .page-title {
  font-size: 48px;
  font-family: "Playfair Display", serif;
  margin: 0;
}
.shop_cont .woocommerce-products-header span {
  font-size: 14px;
  color: #ec008c;
  font-weight: 300;
}
.shop_cont .woocommerce-products-header .page-description {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 40px 0 0px 0;
}
.shop_cont .woocommerce-products-header .container.default_content {
  padding-left: 0;
}
.shop_cont .sidebar {
  border: 1px solid #fafafa;
  background-color: #fafafa;
  padding: 30px;
  margin-top: 50px;
}
.shop_cont .sidebar .wc-block-product-categories {
  margin: 0;
}
.shop_cont .sidebar .container {
  padding: 0;
}
.shop_cont .sidebar .title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
}
.shop_cont .sidebar .title:before {
  content: " ";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #ec008c;
  right: -30px;
  top: 18px;
}
.shop_cont .sidebar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shop_cont .sidebar ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.shop_cont .sidebar ul li:last-child {
  padding-bottom: 0;
  margin: 0;
}
.shop_cont .sidebar ul li:before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #ec008c;
  left: 0;
  top: 14px;
}
.shop_cont .sidebar ul li a {
  text-decoration: none;
  color: black;
  font-size: 18px;
}
.shop_cont .sidebar ul li a:hover {
  color: #ec008c;
}
.shop_cont .woocommerce-ordering {
  margin-top: 50px;
}
.shop_cont .orderby {
  border-style: none;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.shop_cont .row {
  justify-content: space-between;
}
.shop_cont .row .product {
  margin-bottom: 20px;
}
.shop_cont .row .product .product_border {
  border: 1px solid #ebebeb;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
.shop_cont .row .product .product_border .hover_border:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ec008c;
  z-index: 99;
}
.shop_cont .row .product .product_border .hover_border:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0;
  background: #ec008c;
  z-index: 99;
}
.shop_cont .row .product .product_border .hover_border:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #ec008c;
  z-index: 99;
}
.shop_cont .row .product .product_border .hover_border:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background: #ec008c;
  z-index: 99;
}
.shop_cont .row .product .product_border:hover .hover_border:nth-child(1) {
  transition: 0.5s;
  width: 100%;
}
.shop_cont .row .product .product_border:hover .hover_border:nth-child(2) {
  transition: all 0.5s ease 0.5s;
  height: 100%;
}
.shop_cont .row .product .product_border:hover .hover_border:nth-child(3) {
  transition: 0.5s;
  width: 100%;
}
.shop_cont .row .product .product_border:hover .hover_border:nth-child(4) {
  transition: all 0.5s ease 0.5s;
  height: 100%;
}
.shop_cont .row .product .product_border a {
  text-decoration: none;
}
.shop_cont .row .product .product_border .woocommerce-loop-product__title {
  font-size: 18px;
  color: black;
  margin-top: 30px;
  font-weight: bold;
  padding: 0 30px;
  margin-bottom: 20px;
  min-height: 43px;
}
@media (max-width: 767px) {
  .shop_cont .row .product .product_border .woocommerce-loop-product__title {
    padding: 0 10px;
  }
}
.shop_cont .row .product .product_border .price {
  font-size: 20px;
  color: #ec008c;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .shop_cont .row .product .product_border .price {
    padding: 0 10px;
    font-size: 16px;
  }
}
.shop_cont .row .product .product_border .button {
  text-transform: uppercase;
  color: white;
  border: 1px solid #ec008c;
  background-color: #ec008c;
  text-align: center;
  margin: 0 30px 30px;
  padding: 14px 10px;
  font-size: 13px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .shop_cont .row .product .product_border .button {
    margin: 0 10px 10px 10px;
    padding: 14px 5px;
    gap: 5px;
    font-size: 12px;
  }
}
.shop_cont .row .product .product_border .button svg path {
  fill: white;
}
.shop_cont .row .product .product_border .button:hover {
  background-color: transparent;
  color: #ec008c;
}
.shop_cont .row .product .product_border .button:hover svg path {
  fill: #ec008c;
}

.single-product .product_main {
  background-color: #fafafa;
}
.single-product .product_main .woocommerce-product-gallery {
  position: relative;
}
.single-product .product_main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  height: 700px;
}
.single-product .product_main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media(max-width:600px){
.single-product .product_main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img,.single-product .product_main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    max-height: 50vh;
  }
}

.single-product .product_main .woocommerce-product-gallery .product_image_nav {
  display: flex;
  gap: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.single-product .product_main .woocommerce-product-gallery .product_image_nav .slick-arrow {
  border: 1px solid #fafafa;
  background-color: #fafafa;
  padding: 14px 14px;
  cursor: pointer;
}
.single-product .product_main .woocommerce-product-gallery .product_image_nav .slick-arrow .svg path {
  fill: white;
}
.single-product .product_main .summary {
  margin-left: 120px;
}
@media (max-widtH: 767px) {
  .single-product .product_main .summary {
    margin: 30px 0 0 0;
    padding: 0 15px 30px 15px;
  }
}

.single-product .product_main .summary .upsells{
	margin-top:48px
}

.single-product .product_main .summary .upsells h2{
	font-size: 18px;
    font-weight: 300;
}

.single-product .product_main .summary .upsells .product{
	width: 100%;
    margin-bottom: 10px;
}

.single-product .product_main .summary .upsells .product .product_border{
    flex-direction: row;
    align-items: center;	
}

.single-product .product_main .summary .upsells .product .product_border .woocommerce-loop-product__link{
    display: flex;
    align-items: center;	
}

.single-product .product_main .summary .upsells .product .product_border .woocommerce-loop-product__link img{
    width: auto;
    max-height: 50px;	
}

.single-product .product_main .summary .upsells .product .product_border .woocommerce-loop-product__link .woocommerce-loop-product__title{
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    padding: 0 10px;
    min-height: 0;
    height: auto;	
}

.single-product .product_main .summary .upsells .product .product_border .woocommerce-loop-product__link .price{
    font-size: 16px;
    padding: 0 10px;
    margin: 0;	
}

.single-product .product_main .summary .upsells .product .product_border .button{
    margin: 0;	
}

.single-product .product_main .summary .product-category {
  font-size: 14px;
  text-transform: uppercase;
}
.single-product .product_main .summary .product-category a {
  color: #ec008c;
  text-decoration: none;
}
.single-product .product_main .summary .product_title {
  font-size: 44px;
  font-family: "Playfair Display", serif;
  line-height: 50px;
}
@media (max-width: 767px) {
  .single-product .product_main .summary .product_title {
    font-size: 24px;
    line-height: 30px;
  }
}
.single-product .product_main .summary .woocommerce-product-details__short-description {
  margin-top: 24px;
}
.single-product .product_main .summary .woocommerce-product-details__short-description p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}
.single-product .product_main .summary .quantity_form {
  display: flex;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid #e1e1e1;
  background: white;
  max-width: 200px;
  gap: 20px;
}
.single-product .product_main .summary .quantity_form .minus, .single-product .product_main .summary .quantity_form .plus {
  cursor: pointer;
}
.single-product .product_main .summary .quantity_form .minus svg, .single-product .product_main .summary .quantity_form .plus svg {
  width: 20px;
}
.single-product .product_main .summary .quantity_form .minus svg path, .single-product .product_main .summary .quantity_form .plus svg path {
  fill: #ec008c;
}
.single-product .product_main .summary .price {
  margin-top: 20px;
  font-size: 48px;
  color: #ec008c;
  margin-bottom: 0;
}
.single-product .product_main .summary .cart {
  display: flex;
  margin-top: 30px;
	flex-wrap:wrap;
}

.single-product .product_main .summary .cart .delivery-date-wrapper,.delivery-temp-wrapper{
  margin: 0 0 24px 0;
}

.single-product .product_main .summary .cart label{
    font-size: 14px;
    font-weight: 300;
}

.single-product .product_main .summary .cart #delivery_date{
    padding: 10px 20px;
    border: 1px solid #e1e1e1;	
}

@media (max-width: 600px) {
  .single-product .product_main .summary .cart {
    flex-direction: column;
    gap: 20px;
  }
}
.single-product .product_main .summary .cart.variations_form {
  display: block;
}
.single-product .product_main .summary .cart.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
	flex-wrap:wrap;
}
@media (max-width: 600px) {
  .single-product .product_main .summary .cart.variations_form .woocommerce-variation-add-to-cart {
    flex-direction: column;
    gap: 20px;
  }
}
.single-product .product_main .summary .cart.variations_form .variations {
  margin-bottom: 30px;
}
.single-product .product_main .summary .cart.variations_form .variations select {
  margin-left: 20px;
  padding: 10px 20px;
  background-color: white;
  border: 1px solid #e1e1e1;
}
.single-product .product_main .summary .cart.variations_form .reset_variations {
  display: none !important;
}
.single-product .product_main .summary .cart .quantity {
  flex: 1;
  max-width: 78px;
}
.single-product .product_main .summary .cart .quantity input {
  padding: 0px 0px;
  border: none !important;
  background: transparent;
  -moz-appearance: textfield;
  box-shadow: none !important;
  outline: none !important;
  text-align: center;
  max-width: 78px;
}
.single-product .product_main .summary .cart .quantity input::-webkit-outer-spin-button, .single-product .product_main .summary .cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .product_main .summary .cart .button {
  font-size: 18px;
  border: 1px solid #ec008c;
  background-color: #ec008c;
  color: white;
  text-transform: uppercase;
  padding: 10px 40px;
  margin-left: 20px;
  transition: 0.5s;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 600px) {
  .single-product .product_main .summary .cart .button {
    margin: 0;
    justify-content: center;
  }
}
.single-product .product_main .summary .cart .button svg path {
  fill: white;
}
.single-product .product_main .summary .cart .button:hover {
  background-color: transparent;
  color: #ec008c;
}
.single-product .product_main .summary .cart .button:hover svg path {
  fill: #ec008c;
}
.single-product .product_main .summary .ask {
  margin-top: 50px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
  color: black;
  text-transform: uppercase;
}
.single-product .product_main .summary .ask svg {
  width: 20px;
}
.single-product .product_main .summary .ask svg path {
  fill: #ec008c;
}
.single-product .product_main .summary .ask:hover {
  color: #ec008c;
}
.single-product .wc-tabs-wrapper {
  margin-top: 50px;
}
.single-product .wc-tabs-wrapper p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.single-product .related.products {
  margin: 50px 0;
}
.single-product .related.products .title {
  font-size: 48px;
  line-height: 54px;
  font-family: "Playfair Display", serif;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .single-product .related.products .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.single-product .related.products img {
  width: 100%;
}
.single-product .related.products p {
  margin-top: 50px;
}

.block_cta {
  position: relative;
}
.block_cta img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .block_cta img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 600px;
  }
}
.block_cta .header {
  color: #ec008c;
  font-size: 18px;
}
@media (max-width: 768px) {
  .block_cta .header {
    font-size: 12px;
  }
}
.block_cta .title {
  font-size: 78px;
  line-height: 64px;
  font-family: "Playfair Display", serif;
  margin: 0 0 50px 0;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .block_cta .title {
    font-size: 70px;
    line-height: 78px;
  }
}
@media (max-width: 992px) {
  .block_cta .title {
    font-size: 54px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .block_cta .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .block_cta .title {
    font-size: 34px;
    line-height: 32px;
  }
}
.block_cta .title span {
  color: #ec008c;
}
.block_cta .tekst {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  margin: 0;
}
.block_cta .content {
  font-size: 34px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 48px;
}
.block_cta .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
}
.block_cta .button {
  margin-top: 70px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .block_cta .button {
    margin-top: 30px;
  }
}
.block_cta .button .przycisk {
  border: 1px solid #ec008c;
  background-color: #ec008c;
  color: white;
  padding: 12px 34px;
  text-decoration: none;
  font-size: 13px;
  display: inline-flex;
}
.block_cta .button .przycisk svg {
  margin-left: 10px;
}
.block_cta .button .przycisk svg path {
  fill: white;
}
@media (max-width: 992px) {
  .block_cta .button .przycisk {
    padding: 8px 26px;
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .block_cta .button .przycisk {
    padding: 8px 18px;
    font-size: 11px;
  }
}
.block_cta .button .przycisk:hover {
  border: 1px solid white;
  background-color: transparent;
}

.single-post .baner_image {
  position: absolute;
  top: 0;
  left: 0;
}
.single-post .post_main {
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 180px;
  position: relative;
  z-index: 9;
}
.single-post .post_main .date {
  color: #a4a4a4;
  font-size: 14px;
  margin: 35px 0 0 0;
}
.single-post .post_main h1 {
  font-size: 72px;
  line-height: 80px;
  font-family: "Playfair Display", serif;
  margin: 25px 0 50px 0;
}
@media (max-width: 1400px) {
  .single-post .post_main h1 {
    font-size: 70px;
    line-height: 78px;
  }
}
@media (max-width: 1200px) {
  .single-post .post_main h1 {
    font-size: 70px;
    line-height: 78px;
  }
}
@media (max-width: 992px) {
  .single-post .post_main h1 {
    font-size: 54px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .single-post .post_main h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .single-post .post_main h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
.single-post .post_main p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}
.single-post .post_main .wp-block-gallery {
  margin: 40px 0;
}
.single-post .post_main .block_blog .title {
  border-top: 1px solid #ebebeb;
  margin: 0;
  padding-top: 70px;
}
.single-post .post_main .block_blog p.header {
  font-size: 48px;
  text-align: center;
  margin-bottom: 70px;
  line-height: 54px;
  font-family: "Playfair Display", serif;
}
@media (max-width: 576px) {
  .single-post .post_main .block_blog p.header {
    margin-bottom: 30px;
    font-size: 36px;
  }
}

.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name {
  color: #ec008c;
  text-decoration: none;
}

.wc-block-components-button.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
  font-size: 18px;
  border: 1px solid #ec008c;
  background-color: #ec008c;
  color: white;
  text-transform: uppercase;
  padding: 10px 40px;
  margin-left: 20px;
  transition: 0.5s;
  text-decoration: none;
  display: block;
  margin: 0;
}
.wc-block-components-button.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover {
  background-color: transparent;
  color: #ec008c;
}

/* ========== USTAWIENIA BAZOWE (kolory/zmienne) ========== */
:root {
  --wc-bg: #ffffff;
  --wc-text: #111827;
  --wc-muted: #6b7280;
  --wc-brand: $pink; /* akcent / linki */
  --wc-border: #e5e7eb;
  --wc-shadow: 0 6px 24px rgba(0,0,0,.06);
  --wc-success-bg: #e8f7ee;
  --wc-success-text: #1a7a3d;
  --wc-success-border: #a7dfb9;
}

/* Kontener Woo */
.woocommerce {
  color: var(--wc-text);
}

/* ========== NOTICE "Dziękujemy..." ========== */
.woocommerce-notice.woocommerce-notice--success {
  background: var(--wc-success-bg);
  color: var(--wc-success-text);
  border: 1px solid var(--wc-success-border);
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 600;
  margin: 18px 0 22px;
  box-shadow: var(--wc-shadow);
}

/* ========== BOX: PODSUMOWANIE ZAMÓWIENIA (UL) ========== */
.woocommerce-order-overview.order_details {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.woocommerce-order-overview.order_details li {
  background: var(--wc-bg);
  border: 1px solid var(--wc-border);
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: var(--wc-shadow);
  font-size: 14px;
  line-height: 1.45;
}

.woocommerce-order-overview strong {
  display: block;
  font-size: 16px;
  margin-top: 4px;
}

/* Akcenty */
.woocommerce a {
  color: var(--wc-brand);
  text-underline-offset: 2px;
}

.woocommerce a:hover {
  opacity: 0.85;
}

/* ========== TABELA: SZCZEGÓŁY ZAMÓWIENIA ========== */
.woocommerce-order-details__title {
  font-size: 22px;
  font-weight: 700;
  margin: 26px 0 14px;
}

.woocommerce-table.shop_table.order_details {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--wc-bg);
  border: 1px solid var(--wc-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--wc-shadow);
}

.woocommerce-table.shop_table.order_details thead th {
  background: #f8fafc;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--wc-border);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.woocommerce-table.shop_table.order_details tbody td,
.woocommerce-table.shop_table.order_details tfoot th,
.woocommerce-table.shop_table.order_details tfoot td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--wc-border);
  vertical-align: top;
}

.woocommerce-table.shop_table.order_details tbody tr:last-child td {
  border-bottom: 1px solid var(--wc-border);
}

.woocommerce-table__product-name a {
  font-weight: 600;
}

.product-quantity {
  background: #f3f4f6;
  border: 1px solid var(--wc-border);
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  margin-left: 6px;
}

/* Wiersze podsumowania */
.woocommerce-table.shop_table.order_details tfoot tr:last-child td,
.woocommerce-table.shop_table.order_details tfoot tr:last-child th {
  font-weight: 800;
  background: #fff7fb;
}

/* ========== SEKCAJA ADRESÓW ========== */
.woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 26px;
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
  background: var(--wc-bg);
  border: 1px solid var(--wc-border);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--wc-shadow);
}

.woocommerce-column__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.woocommerce-column address {
  font-style: normal;
  color: var(--wc-text);
  line-height: 1.6;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  margin: 8px 0 0;
  color: var(--wc-muted);
  font-size: 14px;
}

/* ========== RESPONSYWNOŚĆ ========== */
@media (max-width: 1024px) {
  .woocommerce-order-overview.order_details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .woocommerce-order-overview.order_details {
    grid-template-columns: 1fr;
  }
  .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
  }
  .woocommerce-table.shop_table.order_details thead {
    display: none; /* mobilna karta */
  }
  .woocommerce-table.shop_table.order_details tr {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: 1px solid var(--wc-border);
  }
  .woocommerce-table.shop_table.order_details td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  .woocommerce-table__product-name.product-name {
    display: block;
  }
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary {
  position: relative;
  border: 1px solid #ebebeb;
  padding-bottom: 25px;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ec008c;
  z-index: 99;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0;
  background: #ec008c;
  z-index: 99;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary .media {
  position: initial;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary .media:before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #ec008c;
  z-index: 99;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary .media:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background: #ec008c;
  z-index: 99;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary .media img {
  border-radius: 0;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary:hover:before {
  transition: 0.5s;
  width: 100%;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary:hover:after {
  transition: all 0.5s ease 0.5s;
  height: 100%;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary:hover .media:before {
  transition: 0.5s;
  width: 100%;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary:hover .media:after {
  transition: all 0.5s ease 0.5s;
  height: 100%;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary .title {
  padding: 0 30px;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary .title a {
  font-size: 18px;
  color: black;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary .title a:hover {
  color: #ec008c;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary .price {
  padding: 0 30px;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary .price .price_value {
  font-size: 20px;
  color: #ec008c;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .summary .price .unit {
  color: #ec008c;
}

.room-content .sort-by-wrapper {
  display: none;
}

.wpdb-room-tmpl-add-to-cart .hb-search-results-form-container, .hb_payment_all, .hb-order-existing-customer, #hb-order-new-customer > div > h4 {
  display: none !important;
}

.hb_single_room .price, .hb_single_room .hb_single_room_tabs > li a.active, .rating-input:before {
  color: #ec008c;
}

.hb_single_room .hb_single_room_tabs > li a.active:after {
  background-color: #ec008c;
}

body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_button, body.wp-hotel-booking-page:not(.tp-themes-premium) button:not(:hover):not(:active):not(.has-background), .hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit], #hotel-booking-cart .hb_button.hb_checkout, #hotel-booking-payment .hb_button.hb_checkout, #hotel-booking-cart button[type=submit], #hotel-booking-payment button[type=submit], #hotel-booking-cart button[type=button], #hotel-booking-payment button[type=button] {
  background-color: #ec008c;
  border: 1px solid #ec008c;
  color: white;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_button:hover, body.wp-hotel-booking-page:not(.tp-themes-premium) button:not(:hover):not(:active):not(.has-background):hover, .hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit]:hover, #hotel-booking-cart .hb_button.hb_checkout:hover, #hotel-booking-payment .hb_button.hb_checkout:hover, #hotel-booking-cart button[type=submit]:hover, #hotel-booking-payment button[type=submit]:hover, #hotel-booking-cart button[type=button]:hover, #hotel-booking-payment button[type=button]:hover {
  color: #ec008c !important;
  background-color: transparent;
}

.hb-rating-input .rating-input {
  max-width: 20px;
}

#hb-cart-form > p {
  text-align: right;
}

#hb-payment-form {
  margin-bottom: 50px;
  background: #ffffff;
  border: 1px solid #e6e8eb;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: clamp(18px, 2.2vw, 28px);
  overflow: auto;
  max-width: 100%;
}

.wp-hotel-booking-thank-you #booking-details,
.wp-hotel-booking-thank-you #booking-items,
.wp-hotel-booking-thank-you #booking-customer {
  background: #ffffff;
  border: 1px solid #e6e8eb;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: clamp(18px, 2.2vw, 28px);
  margin: clamp(14px, 1.6vw, 20px) auto;
}
.wp-hotel-booking-thank-you #booking-items > h3,
.wp-hotel-booking-thank-you #instruction > h3,
.wp-hotel-booking-thank-you #booking-details h3 {
  margin: 0 0 14px;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  color: #1a1a1a;
}
.wp-hotel-booking-thank-you .hb-message {
  margin: 0 auto 18px;
}
.wp-hotel-booking-thank-you .hb-message.message {
  position: relative;
  background: linear-gradient(180deg, rgba(47, 191, 113, 0.14), rgba(47, 191, 113, 0.1));
  border: 1px solid rgba(47, 191, 113, 0.35);
  border-radius: 16px;
  padding: 16px 18px 16px 52px;
  color: #1a1a1a;
  box-shadow: 0 8px 20px rgba(47, 191, 113, 0.12);
}
.wp-hotel-booking-thank-you .hb-message.message .hb-message-content {
  color: #1a1a1a;
}
.wp-hotel-booking-thank-you .hb-message.message::before {
  content: "✔";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(47, 191, 113, 0.22);
  border: 1px solid rgba(47, 191, 113, 0.45);
  font-weight: 700;
  color: #2fbf71;
}
.wp-hotel-booking-thank-you #booking-details .booking-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.wp-hotel-booking-thank-you #booking-details .booking-data-number {
  margin: 0;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 28px);
  color: #1a1a1a;
}
.wp-hotel-booking-thank-you #booking-details .booking-data-number::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: #ec008c;
  border-radius: 2px;
  box-shadow: 0 0 0 4px rgba(236, 0, 140, 0.2);
}
.wp-hotel-booking-thank-you #booking-details .booking-date {
  color: #6d6f72;
  font-size: 15px;
  padding: 8px 12px;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.03);
}
.wp-hotel-booking-thank-you .booking_item_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #fafbfc;
  border: 1px solid #e6e8eb;
}
.wp-hotel-booking-thank-you .booking_item_table thead th {
  text-align: left;
  font-weight: 600;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.02);
  color: #1a1a1a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
}
.wp-hotel-booking-thank-you .booking_item_table tbody td {
  padding: 14px 16px;
  font-size: 15px;
  color: #1a1a1a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.wp-hotel-booking-thank-you .booking_item_table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.02);
}
.wp-hotel-booking-thank-you .booking_item_table tbody tr:nth-last-child(-n+4) td {
  background: rgba(236, 0, 140, 0.05);
  font-weight: 600;
}
.wp-hotel-booking-thank-you .booking_item_table tbody tr:last-child td {
  font-size: 16px;
  background: rgba(236, 0, 140, 0.12);
  border-bottom: none;
}
.wp-hotel-booking-thank-you .booking_item_table tbody tr:nth-last-child(1), .wp-hotel-booking-thank-you .booking_item_table tbody tr:nth-last-child(3), .wp-hotel-booking-thank-you .booking_item_table tbody tr:nth-last-child(4) {
  display: none;
}
.wp-hotel-booking-thank-you .booking_item_table a {
  color: #ec008c;
  text-decoration: none;
}
.wp-hotel-booking-thank-you .booking_item_table a:hover {
  text-decoration: underline;
}
.wp-hotel-booking-thank-you #booking-items {
  overflow-x: auto;
}
.wp-hotel-booking-thank-you #booking-items .booking_item_table {
  min-width: 760px;
}
.wp-hotel-booking-thank-you #booking-customer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}
@media (max-width: 880px) {
  .wp-hotel-booking-thank-you #booking-customer {
    grid-template-columns: 1fr;
  }
}
.wp-hotel-booking-thank-you .hb-form-table {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.wp-hotel-booking-thank-you .hb-form-table li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  background: #fafbfc;
  border: 1px solid #e6e8eb;
  border-radius: 10px;
}
.wp-hotel-booking-thank-you .hb-form-table li label {
  min-width: 170px;
  color: #6d6f72;
  font-weight: 600;
}
.wp-hotel-booking-thank-you .booking-notes,
.wp-hotel-booking-thank-you #instruction {
  background: #fafbfc;
  border: 1px solid #e6e8eb;
  border-radius: 12px;
  padding: 14px 16px;
  color: #1a1a1a;
}
.wp-hotel-booking-thank-you .booking-notes label,
.wp-hotel-booking-thank-you #instruction label {
  display: block;
  font-weight: 700;
  color: #6d6f72;
  margin-bottom: 6px;
}

.woocommerce-pagination ul{
	padding: 0;
	list-style-type: none;
	margin: 24px 0;
	display: flex;
	gap: 10px;
	justify-content: center;	
}

.woocommerce-pagination ul li a,.woocommerce-pagination ul li span{
	border: 1px solid #ec008c;
	background-color: #ec008c;
	padding: 10px 10px;
	color: white;
	text-decoration: none;
	display: grid;
	place-items: center;
	font-size: 14px;
	line-height: 14px;	
	transition:0.5s;
}

.woocommerce-pagination ul li a:hover,.woocommerce-pagination ul li span{
	color:#ec008c;
	background:transparent;
}

@media (max-width: 1199px) {

    .mobile_menu_cont {
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
    }

    .mobile-cart {
        display: flex !important;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 600;
        order: 1;
    }

    #mobile_bar {
        order: 2;
        cursor: pointer;
    }

    .headers_link {
        display: none !important;
    }

}

.shopping_cart {
    text-decoration: none;
    position: relative;
    margin-right: 10px;
}

.shopping_cart svg {
    margin: 0;
    width: 20px;
}

.shopping_cart .count {
    background: #ec008c;
    color: white;
    width: 15px;
    height: 15px;
    font-size: 10px;
    position: absolute;
    display: grid;
    place-items: center;
    top: 0;
    right: -6px;
    border-radius: 50%;
}

#delivery_temp {
    width: auto;
    min-width: 200px;
    height: 45px;
    padding: 0 30px 0 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
}

.delivery-temp-wrapper::after {
    display: none;
}

.woocommerce-table.shop_table.order_details tbody tr:last-child td .wc-item-meta{
  padding: 0;
	list-style-type: none;
}

.woocommerce-customer-details{
  width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: var(--wc-bg);
	border: 1px solid var(--wc-border);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: var(--wc-shadow);
	margin-top: 24px;
	padding: 20px;
}

.dreamart-delivery-time-border{
  align-items: flex-start;
	border: 1px solid 
color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 4px;
	display: flex;
	font-size: var(--wp--preset--font-size--small, 14px);
	justify-content: flex-start;
	line-height: 1.4;
	margin: 18px 0 0 0;
	padding: 16px;
}

.dreamart-delivery-time-border input{
	background-color: #fff;
	border: 1px solid color-mix(in srgb, currentColor 80%, transparent);
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: inherit;
	font-size: 15px;
	font-style: inherit;
	font-weight: inherit;
	height: 50px;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 12px;
	margin: 0;
	min-height: 0;
	padding: 24px 9px 8px;
	text-decoration: inherit;
	text-transform: inherit;
	width: 100%;
	min-width: 200px;  
}

.custom-text p {
    margin-top:20px;
	color:white;
	margin:0;
}

.custom-text {
    margin: 20px 0 15px 0;
    font-size: 14px;
    color: #ccc;
}

.custom-text p:first-child {
    font-weight: 600;
    color: #fff;
	font-size:17px;
}

.custom-text a {
    color: #ec008c;
    text-decoration: none;
}

.custom-text a:hover {
    text-decoration: underline;
}

.deliveryMethod {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    margin: 6px auto 0;
    padding: 6px 11px;

    width: fit-content;
    max-width: 100%;

    cursor: pointer;
    color: #fff;

    font-size: 11px;
    font-weight: 500;
    line-height: 1;

    background: linear-gradient(
        135deg,
        rgba(238, 206, 75, 0.22),
        rgba(255, 255, 255, 0.08)
    );
    border: 1px solid rgba(238, 206, 75, 0.38);
    border-radius: 999px;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    white-space: nowrap;

    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.deliveryMethod:hover {
    background: linear-gradient(
        135deg,
        rgba(238, 206, 75, 0.32),
        rgba(255, 255, 255, 0.12)
    );
    border-color: rgba(238, 206, 75, 0.55);
    transform: translateY(-1px);
}

.deliveryMethod__icon {
    font-size: 12px;
    line-height: 1;
}

.deliveryMethod__label {
    opacity: 0.85;
}

.deliveryMethod strong {
    color: #EECE4B;
    font-weight: 700;
}

.deliveryMethod__date {
    opacity: 0.9;
}