@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//playdate.hr/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Playdate", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "PlaydateBold", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: none;
	--wd-title-color: #242424;
	--wd-entities-title-font: "PlaydateBold", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-transform: none;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "PlaydateBold", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "PlaydateBold", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(115,163,93);
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "Playdate";
	src: url("//playdate.hr/wp-content/uploads/2026/05/ParabolicaL.woff2") format("woff2"), 
url("//playdate.hr/wp-content/uploads/2026/05/ParabolicaL.woff") format("woff");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "PlaydateBold";
	src: url("//playdate.hr/wp-content/uploads/2026/05/PlaydateBo.woff2") format("woff2"), 
url("//playdate.hr/wp-content/uploads/2026/05/PlaydateBo.woff") format("woff");
	font-weight: 700;
	font-display:swap;
	font-style: normal;
}

.kucice img {max-width: 64px;}

.page-id-8883 .whb-header {display: none !important;}

.wd-content-layout {padding-block: 0px !important;}

.igraonica-cjenik {
    width: 100%;
}

.igraonica-cjenik h3 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 700;
}

.cjenik-table {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.cjenik-row {
    display: grid;
    grid-template-columns: 1fr 140px;
    align-items: center;
    min-height: 58px;
    border-bottom: 1px solid #eeeeee;
}

.cjenik-row:last-child {
    border-bottom: 0;
}

.cjenik-row > div {
    padding: 15px 20px;
}

.cjenik-row > div:last-child {
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
}

.cjenik-header {
    background: #f7f7f7;
    font-weight: 600;
}

.cjenik-header > div:last-child {
    font-weight: 600;
}

/* Hover efekt */
.cjenik-row:not(.cjenik-header):hover {
    background: #fafafa;
}

/* Mobiteli */
@media (max-width: 767px) {
    .igraonica-cjenik h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .cjenik-row {
        grid-template-columns: minmax(0, 1fr) 95px;
        min-height: 54px;
    }

    .cjenik-row > div {
        padding: 13px 12px;
        font-size: 14px;
        line-height: 1.4;
    }

    .cjenik-row > div:last-child {
        font-size: 14px;
    }

    .cjenik-table {
        border-radius: 8px;
    }
}

.wd-price-table.price-style-default .wd-plan-price {background-color: none;
	background-image: url(https://playdate.hr/wp-content/uploads/2026/08/Playdate-rodendani-bg.jpg);}


.njezno-tresenje {
  display: inline-block;
  animation: njeznoTresenje 4s ease-in-out infinite;
  transform-origin: center;
}

.njezno-tresenje1 {display: inline-block;
  animation: nudge1 3.5s ease-in-out infinite;
  transform-origin: center;
}

.njezno-tresenje2 {display: inline-block;
  animation: nudge2 2.5s ease-in-out infinite;
  transform-origin: center;
}

@keyframes njeznoTresenje {
  0%, 80%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  84% {
    transform: rotate(-1deg) translateX(-2px);
  }
  88% {
    transform: rotate(1deg) translateX(2px);
  }
  92% {
    transform: rotate(-0.7deg) translateX(-2px);
  }
  96% {
    transform: rotate(0.7deg) translateX(2px);
  }
}

@keyframes nudge1 {
  0%, 78%, 100% {
    transform: translateX(0);
  }
  84% {
    transform: translateX(-6px);
  }
  90% {
    transform: translateX(6px);
  }
  96% {
    transform: translateX(-3px);
  }
}

@keyframes nudge2 {
  0%, 78%, 100% {
    transform: translateX(0);
  }
  84% {
    transform: translateX(-6px);
  }
  90% {
    transform: translateX(6px);
  }
  96% {
    transform: translateX(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .njezno-tresenje, .njeznoTresenje1 .njezno-tresenje2 {
    animation: none;
  }
}
@media (min-width: 1025px) {
	#usluge .e-con-inner {
        display: flex !important;
        align-items: stretch !important;
    }

    /* Prisiljavamo widget i njegove unutrašnje dijelove na 100% visine */
    .kucice, 
    .kucice .elementor-widget-container,
    .kucice .info-box-wrapper,
    .kucice .wd-info-box {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* Opcionalno: osiguravamo da sadržaj unutar boxa (tekst) bude centriran ili ravnomjerno raspoređen */
    .kucice .info-box-content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

