@charset "UTF-8";

:root {
--container-padding: 15px;
--content-width: calc(1290px + (2 * var(--container-padding)));
--grid-row-gap: 15px;
--grid-column-gap: 15px; }
@media (min-width: 768px) {
:root {
--grid-row-gap: 20px;
--grid-column-gap: 20px;
--container-padding: 20px; } }
@media (min-width: 1024px) {
:root {
--grid-row-gap: 20px;
--grid-column-gap: 20px;
--container-padding: 20px; } }
.container {
padding-left: var(--container-padding);
padding-right: var(--container-padding);
width: 100%;
margin: 0 auto; }
.container:not(.container--fluid) {
max-width: var(--content-width); }
.grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-gap: var(--grid-row-gap) var(--grid-column-gap); }
.grid.no-gap {
grid-gap: 0 0; }
.grid.no-row-gap {
grid-row-gap: 0; }
.grid.no-column-gap {
grid-column-gap: 0; }
.col-0 {
grid-column-end: span 0; }
.offset-0 {
grid-column-start: 1; }
.col-1 {
grid-column-end: span 1; }
.offset-1 {
grid-column-start: 2; }
.col-2 {
grid-column-end: span 2; }
.offset-2 {
grid-column-start: 3; }
.col-3 {
grid-column-end: span 3; }
.offset-3 {
grid-column-start: 4; }
.col-4 {
grid-column-end: span 4; }
.offset-4 {
grid-column-start: 5; }
.col-5 {
grid-column-end: span 5; }
.offset-5 {
grid-column-start: 6; }
.col-6 {
grid-column-end: span 6; }
.offset-6 {
grid-column-start: 7; }
.col-7 {
grid-column-end: span 7; }
.offset-7 {
grid-column-start: 8; }
.col-8 {
grid-column-end: span 8; }
.offset-8 {
grid-column-start: 9; }
.col-9 {
grid-column-end: span 9; }
.offset-9 {
grid-column-start: 10; }
.col-10 {
grid-column-end: span 10; }
.offset-10 {
grid-column-start: 11; }
.col-11 {
grid-column-end: span 11; }
.offset-11 {
grid-column-start: 12; }
.col-12 {
grid-column-end: span 12; }
.offset-12 {
grid-column-start: 13; }
@media (min-width: 460px) {
.col-xs-0 {
grid-column-end: span 0; }
.offset-xs-0 {
grid-column-start: 1; }
.col-xs-1 {
grid-column-end: span 1; }
.offset-xs-1 {
grid-column-start: 2; }
.col-xs-2 {
grid-column-end: span 2; }
.offset-xs-2 {
grid-column-start: 3; }
.col-xs-3 {
grid-column-end: span 3; }
.offset-xs-3 {
grid-column-start: 4; }
.col-xs-4 {
grid-column-end: span 4; }
.offset-xs-4 {
grid-column-start: 5; }
.col-xs-5 {
grid-column-end: span 5; }
.offset-xs-5 {
grid-column-start: 6; }
.col-xs-6 {
grid-column-end: span 6; }
.offset-xs-6 {
grid-column-start: 7; }
.col-xs-7 {
grid-column-end: span 7; }
.offset-xs-7 {
grid-column-start: 8; }
.col-xs-8 {
grid-column-end: span 8; }
.offset-xs-8 {
grid-column-start: 9; }
.col-xs-9 {
grid-column-end: span 9; }
.offset-xs-9 {
grid-column-start: 10; }
.col-xs-10 {
grid-column-end: span 10; }
.offset-xs-10 {
grid-column-start: 11; }
.col-xs-11 {
grid-column-end: span 11; }
.offset-xs-11 {
grid-column-start: 12; }
.col-xs-12 {
grid-column-end: span 12; }
.offset-xs-12 {
grid-column-start: 13; }
.hide-xs-up {
display: none; } }
@media (max-width: 459px) {
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; } }
@media (min-width: 545px) {
.col-sm-0 {
grid-column-end: span 0; }
.offset-sm-0 {
grid-column-start: 1; }
.col-sm-1 {
grid-column-end: span 1; }
.offset-sm-1 {
grid-column-start: 2; }
.col-sm-2 {
grid-column-end: span 2; }
.offset-sm-2 {
grid-column-start: 3; }
.col-sm-3 {
grid-column-end: span 3; }
.offset-sm-3 {
grid-column-start: 4; }
.col-sm-4 {
grid-column-end: span 4; }
.offset-sm-4 {
grid-column-start: 5; }
.col-sm-5 {
grid-column-end: span 5; }
.offset-sm-5 {
grid-column-start: 6; }
.col-sm-6 {
grid-column-end: span 6; }
.offset-sm-6 {
grid-column-start: 7; }
.col-sm-7 {
grid-column-end: span 7; }
.offset-sm-7 {
grid-column-start: 8; }
.col-sm-8 {
grid-column-end: span 8; }
.offset-sm-8 {
grid-column-start: 9; }
.col-sm-9 {
grid-column-end: span 9; }
.offset-sm-9 {
grid-column-start: 10; }
.col-sm-10 {
grid-column-end: span 10; }
.offset-sm-10 {
grid-column-start: 11; }
.col-sm-11 {
grid-column-end: span 11; }
.offset-sm-11 {
grid-column-start: 12; }
.col-sm-12 {
grid-column-end: span 12; }
.offset-sm-12 {
grid-column-start: 13; }
.hide-sm-up {
display: none; } }
@media (max-width: 544px) {
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; } }
@media (min-width: 768px) {
.col-md-0 {
grid-column-end: span 0; }
.offset-md-0 {
grid-column-start: 1; }
.col-md-1 {
grid-column-end: span 1; }
.offset-md-1 {
grid-column-start: 2; }
.col-md-2 {
grid-column-end: span 2; }
.offset-md-2 {
grid-column-start: 3; }
.col-md-3 {
grid-column-end: span 3; }
.offset-md-3 {
grid-column-start: 4; }
.col-md-4 {
grid-column-end: span 4; }
.offset-md-4 {
grid-column-start: 5; }
.col-md-5 {
grid-column-end: span 5; }
.offset-md-5 {
grid-column-start: 6; }
.col-md-6 {
grid-column-end: span 6; }
.offset-md-6 {
grid-column-start: 7; }
.col-md-7 {
grid-column-end: span 7; }
.offset-md-7 {
grid-column-start: 8; }
.col-md-8 {
grid-column-end: span 8; }
.offset-md-8 {
grid-column-start: 9; }
.col-md-9 {
grid-column-end: span 9; }
.offset-md-9 {
grid-column-start: 10; }
.col-md-10 {
grid-column-end: span 10; }
.offset-md-10 {
grid-column-start: 11; }
.col-md-11 {
grid-column-end: span 11; }
.offset-md-11 {
grid-column-start: 12; }
.col-md-12 {
grid-column-end: span 12; }
.offset-md-12 {
grid-column-start: 13; }
.hide-md-up {
display: none; } }
@media (max-width: 767px) {
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; } }
@media (min-width: 1024px) {
.col-lg-0 {
grid-column-end: span 0; }
.offset-lg-0 {
grid-column-start: 1; }
.col-lg-1 {
grid-column-end: span 1; }
.offset-lg-1 {
grid-column-start: 2; }
.col-lg-2 {
grid-column-end: span 2; }
.offset-lg-2 {
grid-column-start: 3; }
.col-lg-3 {
grid-column-end: span 3; }
.offset-lg-3 {
grid-column-start: 4; }
.col-lg-4 {
grid-column-end: span 4; }
.offset-lg-4 {
grid-column-start: 5; }
.col-lg-5 {
grid-column-end: span 5; }
.offset-lg-5 {
grid-column-start: 6; }
.col-lg-6 {
grid-column-end: span 6; }
.offset-lg-6 {
grid-column-start: 7; }
.col-lg-7 {
grid-column-end: span 7; }
.offset-lg-7 {
grid-column-start: 8; }
.col-lg-8 {
grid-column-end: span 8; }
.offset-lg-8 {
grid-column-start: 9; }
.col-lg-9 {
grid-column-end: span 9; }
.offset-lg-9 {
grid-column-start: 10; }
.col-lg-10 {
grid-column-end: span 10; }
.offset-lg-10 {
grid-column-start: 11; }
.col-lg-11 {
grid-column-end: span 11; }
.offset-lg-11 {
grid-column-start: 12; }
.col-lg-12 {
grid-column-end: span 12; }
.offset-lg-12 {
grid-column-start: 13; }
.hide-lg-up {
display: none; } }
@media (max-width: 1023px) {
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; } }
@media (min-width: 1280px) {
.col-xlg-0 {
grid-column-end: span 0; }
.offset-xlg-0 {
grid-column-start: 1; }
.col-xlg-1 {
grid-column-end: span 1; }
.offset-xlg-1 {
grid-column-start: 2; }
.col-xlg-2 {
grid-column-end: span 2; }
.offset-xlg-2 {
grid-column-start: 3; }
.col-xlg-3 {
grid-column-end: span 3; }
.offset-xlg-3 {
grid-column-start: 4; }
.col-xlg-4 {
grid-column-end: span 4; }
.offset-xlg-4 {
grid-column-start: 5; }
.col-xlg-5 {
grid-column-end: span 5; }
.offset-xlg-5 {
grid-column-start: 6; }
.col-xlg-6 {
grid-column-end: span 6; }
.offset-xlg-6 {
grid-column-start: 7; }
.col-xlg-7 {
grid-column-end: span 7; }
.offset-xlg-7 {
grid-column-start: 8; }
.col-xlg-8 {
grid-column-end: span 8; }
.offset-xlg-8 {
grid-column-start: 9; }
.col-xlg-9 {
grid-column-end: span 9; }
.offset-xlg-9 {
grid-column-start: 10; }
.col-xlg-10 {
grid-column-end: span 10; }
.offset-xlg-10 {
grid-column-start: 11; }
.col-xlg-11 {
grid-column-end: span 11; }
.offset-xlg-11 {
grid-column-start: 12; }
.col-xlg-12 {
grid-column-end: span 12; }
.offset-xlg-12 {
grid-column-start: 13; }
.hide-xlg-up {
display: none; } }
@media (max-width: 1279px) {
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; } }
@media (min-width: 1440px) {
.col-xxlg-0 {
grid-column-end: span 0; }
.offset-xxlg-0 {
grid-column-start: 1; }
.col-xxlg-1 {
grid-column-end: span 1; }
.offset-xxlg-1 {
grid-column-start: 2; }
.col-xxlg-2 {
grid-column-end: span 2; }
.offset-xxlg-2 {
grid-column-start: 3; }
.col-xxlg-3 {
grid-column-end: span 3; }
.offset-xxlg-3 {
grid-column-start: 4; }
.col-xxlg-4 {
grid-column-end: span 4; }
.offset-xxlg-4 {
grid-column-start: 5; }
.col-xxlg-5 {
grid-column-end: span 5; }
.offset-xxlg-5 {
grid-column-start: 6; }
.col-xxlg-6 {
grid-column-end: span 6; }
.offset-xxlg-6 {
grid-column-start: 7; }
.col-xxlg-7 {
grid-column-end: span 7; }
.offset-xxlg-7 {
grid-column-start: 8; }
.col-xxlg-8 {
grid-column-end: span 8; }
.offset-xxlg-8 {
grid-column-start: 9; }
.col-xxlg-9 {
grid-column-end: span 9; }
.offset-xxlg-9 {
grid-column-start: 10; }
.col-xxlg-10 {
grid-column-end: span 10; }
.offset-xxlg-10 {
grid-column-start: 11; }
.col-xxlg-11 {
grid-column-end: span 11; }
.offset-xxlg-11 {
grid-column-start: 12; }
.col-xxlg-12 {
grid-column-end: span 12; }
.offset-xxlg-12 {
grid-column-start: 13; }
.hide-xxlg-up {
display: none; } }
@media (max-width: 1439px) {
.hide-xxlg-down {
display: none; }
.hide-xxlg-down {
display: none; }
.hide-xxlg-down {
display: none; }
.hide-xxlg-down {
display: none; }
.hide-xxlg-down {
display: none; }
.hide-xxlg-down {
display: none; }
.hide-xxlg-down {
display: none; }
.hide-xxlg-down {
display: none; }
.hide-xxlg-down {
display: none; }
.hide-xxlg-down {
display: none; }
.hide-xxlg-down {
display: none; }
.hide-xxlg-down {
display: none; }
.hide-xxlg-down {
display: none; } }
.wrap-container {
margin: 0 15px; }
.wrapper {
max-width: 1400px;
margin: 0 auto;
background-color: #DEBCA0;
border-radius: 40px; }
.product-section {
padding: 0 100px 100px;
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/main-white-top.png) no-repeat bottom center; }
@media (max-width: 1279px) {
.product-section {
padding: 0 50px 100px; } }
@media (max-width: 767px) {
.product-section {
padding: 0 20px 100px; } }
.product-section h2 {
font-size: 52px;
margin-bottom: 24px;
text-align: center; }
.product-section p {
text-align: center;
max-width: 1000px;
margin: 0 auto;
margin-bottom: 100px; }
.product-grid {
margin-bottom: 20px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px; }
@media (max-width: 1023px) {
.product-grid {
grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 544px) {
.product-grid {
grid-template-columns: 1fr;
gap: 0; } }
.product-grid-col-2, .product-grid-col-4 {
margin-top: 154px; }
@media (max-width: 544px) {
.product-grid-col-2, .product-grid-col-4 {
margin-top: 0; } }
.product-item {
background: white url(//www.petovia.si/wp-content/themes/petovia/dist/media/encijan.png) no-repeat right bottom;
border-radius: 0 40px 0 0;
height: 422px;
margin-bottom: 85px;
position: relative; }
.product-item:nth-child(2n+2) {
border-radius: 40px 0 0 0; }
.product-item > div:nth-child(1) {
text-align: center; }
.product-item::after {
content: '';
position: absolute;
top: 30px;
right: 30px;
width: 34px;
height: 34px;
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/petovia-symbol.svg) no-repeat center center; }
.product-item img {
width: 100%;
max-width: 300px;
margin-top: -95px; }
.product-item .product-name {
padding: 0 30px;
position: absolute;
bottom: 30px;
width: 100%;
text-align: left; }
@media (max-width: 767px) {
.product-item .product-name {
text-align: center; } }
.product-item .product-name img {
position: absolute;
top: 10px;
height: 50px;
right: 25px;
margin: 0; }
.product-item h3 {
font-size: 30px;
margin: 0 0 5px;
color: var(--red); }
.product-item h3 a {
text-decoration: none;
color: var(--red); }
.product-item h3 a:hover {
text-decoration: underline; }
.product-item .info {
font-size: 14px;
color: #180304;
padding: 0; }
.product-item .info .l {
color: var(--red);
margin-right: 11px; }
.product-item .hruskovec {
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/produkti/hruskovec.svg) no-repeat 27px 23px; }
.product-item .rum {
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/produkti/rum.svg) no-repeat 27px 23px; }
.product-item .encian {
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/produkti/encian.svg) no-repeat 27px 23px; }
.product-item .pelinkovec {
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/produkti/pelinkovec.svg) no-repeat 27px 23px; }
.product-item .tavzentroza {
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/produkti/tavzentroza.svg) no-repeat 27px 23px; }
.product-item .mentol {
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/produkti/mentol.svg) no-repeat 27px 23px; }
.product-item.dark {
background-color: #130202;
color: #FFFFFF; }
.product-item.dark h3 {
color: #FFFFFF; }
.product-item.dark h3 a {
color: #FFFFFF; }
.product-item.dark .info {
color: #FFFFFF; }
.product-item.dark .info .l {
color: #FFFFFF; }
.product-item.dark::after {
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/petovia-symbol-white.svg) no-repeat center center; }
.blockquote {
font-size: 40px;
line-height: 50px;
font-weight: 800;
text-align: left;
font-style: italic;
color: #250405;
position: relative; }
@media (max-width: 1023px) {
.blockquote {
display: none; } }
.blockquote::before {
content: '';
width: 118px;
height: 85px;
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/quote.svg) no-repeat center center;
position: absolute;
left: 0;
top: -40px; }
.recept-box {
width: 100%;
padding: 0 40px;
height: 636px;
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/bg-rec.png) no-repeat center center;
background-size: cover;
border-radius: 40px;
display: flex;
align-items: center;
text-align: left;
margin-bottom: 20px;
position: relative; }
@media (max-width: 1023px) {
.recept-box {
padding: 0 20px 40px;
height: auto;
flex-direction: column; } }
.recept-box-text {
max-width: 690px;
padding-left: 90px; }
@media (max-width: 1023px) {
.recept-box-text {
padding-left: 0;
margin-top: 40px; } }
.recept-box h3 {
font-weight: 800;
font-size: 62px;
line-height: 73px;
color: #FFFFFF;
margin: 0 0 40px; }
@media (max-width: 1023px) {
.recept-box h3 {
font-size: 40px;
line-height: 50px; } }
@media (max-width: 767px) {
.recept-box h3 {
font-size: 32px;
line-height: 40px; } }
.recept-box p {
text-align: left;
color: #FFFFFF;
font-size: 20px;
line-height: 29px;
margin: 0 0 50px; }
@media (max-width: 767px) {
.recept-box p {
font-size: 16px;
line-height: 24px; } }
.recept-box .leaf-1 {
position: absolute;
top: 0;
right: 10px;
width: 316px;
height: 148px;
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/leaf-1.png) no-repeat center center;
background-size: contain; }
.recept-box .leaf-2 {
position: absolute;
bottom: 160px;
left: 0;
width: 93px;
height: 174px;
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/leaf-2.png) no-repeat center center;
background-size: contain; }
.recept-box .leaf-3 {
position: absolute;
bottom: 0;
right: 100px;
width: 256px;
height: 135px;
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/leaf-3.png) no-repeat center center;
background-size: contain; }
.news {
padding: 20px 100px 60px;
background: #FFFFFF url(//www.petovia.si/wp-content/themes/petovia/dist/media/m-flower-news.png) no-repeat top right; }
@media (max-width: 1279px) {
.news {
padding: 20px 50px 60px; } }
@media (max-width: 767px) {
.news {
padding: 20px 20px 60px; } }
.news-content {
text-align: center;
margin-bottom: 40px; }
.news-content h2 {
font-size: 52px;
margin-bottom: 24px; }
.news-content p {
max-width: 1000px;
margin: 0 auto 30px;
font-size: 20px;
line-height: 29px; }
.news-content .more {
font-size: 14px;
color: var(--red); }
.news-item {
display: block; }
@media (max-width: 767px) {
.news-item {
margin-bottom: 40px; } }
.news-item-img {
border-radius: 0 40px 0 0;
margin-bottom: 30px;
position: relative;
width: 100%;
height: 254px;
overflow: hidden;
border-radius: 0 40px 0 0; }
.news-item-img img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
object-fit: cover;
height: 100%; }
.news-item time {
font-size: 14px;
color: #939393;
display: block;
margin-bottom: 10px; }
.news-item h3 {
font-size: 26px;
margin: 0 0 20px;
color: #000000; }
@media (max-width: 767px) {
.news-item h3 {
font-size: 22px; } }
.news-item h3 a:hover {
color: var(--red); }
.news-item p {
font-size: 18px;
line-height: 28px;
color: #000000;
margin-bottom: 40px; }
@media (max-width: 767px) {
.news-item p {
font-size: 16px;
line-height: 24px; } }
.product-page-container {
padding: 0 100px 20px;
background: #DEBCA0; }
@media (max-width: 1279px) {
.product-page-container {
padding: 0 50px 100px; } }
@media (max-width: 767px) {
.product-page-container {
padding: 0 20px 100px; } }
.product-intro {
text-align: center;
margin-bottom: 90px; }
.product-intro h1 {
font-size: 52px;
margin-bottom: 24px;
color: #5D3E25; }
@media (max-width: 1023px) {
.product-intro h1 {
font-size: 40px; } }
@media (max-width: 767px) {
.product-intro h1 {
font-size: 32px; } }
.product-intro strong {
font-style: italic; }
.breadcrumbs ul {
list-style: none;
padding: 0;
margin: 0 0 20px;
font-size: 10px; }
.breadcrumbs ul li {
display: inline;
color: #5D3E25;
font-weight: 600; }
.breadcrumbs ul li:not(:last-child)::after {
content: '>';
margin: 0 4px;
color: #C9A78F; }
.breadcrumbs ul li:first-child a {
padding-left: 16px;
background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.98047 5.625L10 8.75C10 9.45312 9.43359 10 8.75 10H2.5C1.79688 10 1.25 9.45312 1.25 8.75V5.625H0.625C0.273438 5.625 0 5.35156 0 5C0 4.82422 0.0585938 4.66797 0.195312 4.53125L5.19531 0.175781C5.33203 0.0390625 5.48828 0 5.625 0C5.76172 0 5.91797 0.0585938 6.03516 0.15625L11.0156 4.53125C11.1719 4.66797 11.25 4.82422 11.2305 5C11.2305 5.35156 10.9375 5.625 10.6055 5.625H9.98047ZM4.84375 3.75C4.57031 3.75 4.375 3.96484 4.375 4.21875V5.78125C4.375 6.05469 4.57031 6.25 4.84375 6.25H6.40625C6.66016 6.25 6.875 6.05469 6.875 5.78125V4.21875C6.875 3.96484 6.66016 3.75 6.40625 3.75H4.84375Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: left top; }
.breadcrumbs ul li a {
color: var(--red);
text-decoration: none; }
.breadcrumbs ul li a:hover {
text-decoration: underline; }
.product-card-box {
background: #FFFFFF url(//www.petovia.si/wp-content/themes/petovia/dist/media/pet-box.png) no-repeat left center;
display: flex;
border-radius: 40px 0 0 0;
margin-bottom: 83px; }
@media (max-width: 767px) {
.product-card-box {
flex-direction: column; } }
.product-card-box-img {
max-width: 334px;
flex: 0 0 334px;
position: relative; }
@media (max-width: 767px) {
.product-card-box-img {
max-width: 100%;
flex: none;
width: 100%;
max-height: 300px; } }
.product-card-box-img img {
position: absolute;
top: -90px; }
@media (max-width: 767px) {
.product-card-box-img img {
position: relative;
max-width: 300px;
left: 50%;
transform: translateX(-50%); } }
.product-card-box-content {
position: relative;
padding: 60px 60px 60px 0; }
@media (max-width: 767px) {
.product-card-box-content {
padding: 50px 20px 40px; } }
.product-card-box-content::after {
content: '';
position: absolute;
top: 30px;
right: 30px;
width: 34px;
height: 34px;
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/petovia-symbol.svg) no-repeat center center; }
.product-card-box-content h2 {
font-size: 30px;
margin: 0 0 40px;
color: var(--red); }
@media (max-width: 767px) {
.product-card-box-content h2 {
font-size: 24px; } }
.product-card-box-content p {
font-size: 18px;
line-height: 28px;
color: #000000;
margin-bottom: 50px; }
@media (max-width: 767px) {
.product-card-box-content p {
font-size: 16px;
line-height: 24px; } }
.product-card-box.dark {
background-color: #130202;
color: #FFFFFF; }
.product-card-box.dark h2,
.product-card-box.dark p {
color: #FFFFFF; }
.product-card-box.dark .btn {
background-color: #FFFFFF;
color: #130202; }
.product-card-box.dark .product-card-box-content::after {
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/petovia-symbol-white.svg) no-repeat center center; }
.product-single {
background-color: #FFFFFF;
display: flex;
margin: 42px 0 0;
border-radius: 0 40px 0 0;
position: relative; }
@media (max-width: 767px) {
.product-single {
flex-direction: column; } }
.product-single::after {
content: '';
position: absolute;
top: 42px;
right: 37px;
width: 58px;
height: 58px;
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/petovia-symbol.svg) no-repeat center center;
background-size: contain; }
.product-image {
flex: 0 0 525px;
max-width: 525px;
text-align: center; }
@media (max-width: 1023px) {
.product-image {
flex: 0 0 325px;
max-width: 325px; } }
@media (max-width: 767px) {
.product-image {
max-width: 100%;
flex: none;
width: 100%; } }
.product-image img {
max-width: 295px; }
@media (max-width: 1023px) {
.product-image img {
max-width: 200px; } }
.product-details {
padding: 94px 160px 78px 9px; }
@media (max-width: 1023px) {
.product-details {
padding: 50px 50px 50px 9px; } }
@media (max-width: 767px) {
.product-details {
padding: 40px 20px 40px; } }
.product-details h1 {
font-size: 30px;
line-height: 36px;
margin: 0 0 30px;
color: #5D3E25; }
.product-info {
margin: 50px 0 60px; }
.product-info h4 {
color: var(--red);
font-size: 14px;
text-transform: uppercase; }
.product-info table {
width: 100%;
font-size: 14px; }
.product-info table td {
padding: 2px 0;
font-size: 16px;
line-height: 24px; }
.product-info table td:first-child {
color: #000;
font-weight: 600; }
.product-footer {
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px; }
.back {
color: var(--red);
font-weight: 600;
font-size: 14px;
background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.03125 10.3906L0.218751 5.79687C0.0820318 5.66016 5.75761e-07 5.49609 5.92494e-07 5.30469C6.06837e-07 5.14062 0.0820319 4.97656 0.218751 4.83984L5.03125 0.246093C5.27734 -6.42353e-07 5.71484 -6.04105e-07 5.96094 0.273437C6.20703 0.519531 6.20703 0.957031 5.93359 1.20312L2.29688 4.64844L11.5938 4.64844C11.9766 4.64844 12.25 4.94922 12.25 5.30469C12.25 5.6875 11.9766 5.96094 11.5938 5.96094L2.29688 5.96094L5.93359 9.43359C6.20703 9.67969 6.20703 10.1172 5.96094 10.3633C5.71484 10.6367 5.30469 10.6367 5.03125 10.3906Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px; }
.coctail-recipe {
background-color: #F6F6F6;
display: flex;
padding: 88px 0;
border-top: 5px #EEEEEE solid; }
@media (max-width: 1023px) {
.coctail-recipe {
padding: 50px 0; } }
@media (max-width: 767px) {
.coctail-recipe {
flex-direction: column; } }
.coctail-image {
flex: 0 0 525px;
max-width: 525px;
text-align: center; }
@media (max-width: 1023px) {
.coctail-image {
flex: 0 0 325px;
max-width: 325px;
padding: 0 20px; } }
@media (max-width: 767px) {
.coctail-image {
max-width: 100%;
flex: none;
width: 100%;
margin-bottom: 40px; } }
.coctail-image img {
max-width: 295px;
border-radius: 20px 0 0 0;
width: 100%; }
.coctail-details {
padding: 0 160px 0 9px; }
@media (max-width: 1023px) {
.coctail-details {
padding: 0 50px 0 9px; } }
@media (max-width: 767px) {
.coctail-details {
padding: 0 20px 0; } }
.coctail-details h1 {
font-size: 30px;
line-height: 36px;
margin: 0 0 30px;
color: #5D3E25; }
.coctail-info {
margin: 50px 0 60px; }
.coctail-info h4 {
color: var(--red);
font-size: 14px;
text-transform: uppercase; }
.coctail-info table {
width: 100%;
font-size: 14px; }
.coctail-info table td {
padding: 2px 0;
font-size: 16px;
line-height: 24px; }
.coctail-info table td:first-child {
color: #000;
font-weight: 600; }
.quote {
padding: 0 30px; }
.quote .blockquote {
margin: 70px 0 40px;
display: block; }
@media (max-width: 1023px) {
.quote .blockquote {
font-size: 32px;
line-height: 40px;
margin: 0 0 40px 0;
display: block; } }
.news-page-container {
padding: 0 100px 20px; }
@media (max-width: 1279px) {
.news-page-container {
padding: 0 50px 100px; } }
@media (max-width: 767px) {
.news-page-container {
padding: 0 20px 100px; } }
.news-page-container .news-item {
margin-bottom: 60px; }
.white {
background: #FFFFFF url(//www.petovia.si/wp-content/themes/petovia/dist/media/news-bg.png) no-repeat center right; }
.white footer {
background-color: #FFFFFF; }
.pagination {
display: flex;
justify-content: center;
margin: 20px 0 60px; }
.pagination ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 10px; }
.pagination ul li a,
.pagination ul li span {
display: block;
padding: 10px 15px;
border-radius: 4px;
color: #000;
text-decoration: none; }
.pagination ul li a:hover,
.pagination ul li span:hover {
background-color: #FAFAFA; }
.pagination ul li.active a {
background-color: #FAFAFA;
color: var(--red); }
.single-article-news {
max-width: 820px;
margin: 50px auto 100px; }
.single-article-news .product-intro {
margin-bottom: 50px; }
.single-article-news .product-intro h1 {
font-size: 32px;
line-height: 40px;
margin-bottom: 15px;
color: #000; }
@media (max-width: 767px) {
.single-article-news .product-intro h1 {
font-size: 28px; } }
.single-article-news .product-intro p {
font-size: 18px;
line-height: 28px;
margin-bottom: 50px;
color: #000; }
@media (max-width: 767px) {
.single-article-news .product-intro p {
font-size: 16px;
line-height: 24px; } }
.single-article-news .product-intro time {
font-size: 14px;
color: #939393;
display: block;
margin-bottom: 30px; }
.single-article-news .thumbnail {
margin-bottom: 40px; }
.single-article-news .thumbnail img {
width: 100%;
height: auto !important;
border-radius: 0 40px 0 0; }
.single-article-news article h2 {
font-size: 28px;
line-height: 36px;
margin-bottom: 20px;
color: #000; }
@media (max-width: 767px) {
.single-article-news article h2 {
font-size: 24px; } }
.single-article-news article h3 {
font-size: 24px;
line-height: 32px;
margin-bottom: 20px;
color: #000; }
@media (max-width: 767px) {
.single-article-news article h3 {
font-size: 20px; } }
.single-article-news article h4 {
font-size: 20px;
line-height: 28px;
margin-bottom: 20px;
color: #000; }
@media (max-width: 767px) {
.single-article-news article h4 {
font-size: 18px; } }
.single-article-news article p {
font-size: 14px;
line-height: 28px;
color: #000;
margin-bottom: 30px; }
@media (max-width: 767px) {
.single-article-news article p {
font-size: 16px;
line-height: 24px; } }
.swiper-wrapper {
padding-top: 126px; }
.swiper-wrapper .product-item {
height: auto;
padding-bottom: 70px; }
.swiper-pagination-bullet-active {
background-color: var(--red); }
.wp-block-video video,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper video,
.wp-video,
.wp-video video,
video,
iframe {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
display: block; }
:root {
--white: #FFFFFF;
--black: #4A2C13;
--red: #ED1C24; }
*:focus,
*:focus-visible {
outline: none; }
body {
font-family: "Roboto Serif", serif;
color: var(--black);
-webkit-font-smoothing: antialiased;
font-size: 16px;
overflow-x: hidden;
background: #5D0F0C url(//www.petovia.si/wp-content/themes/petovia/dist/media/letnica.svg) no-repeat center 10px;
background-size: 540px; }
@media (max-width: 767px) {
body {
background-position: center top 10px;
background-size: 240px; } }
a {
text-decoration: none;
color: #000; }
p {
font-size: 16px;
line-height: 24px;
margin: 0 0 24px;
font-weight: 300; }
p strong,
p b {
font-weight: 900; }
strong,
b {
font-weight: 900; }
img {
max-width: 100%; }
*,
*:before,
*:after {
box-sizing: border-box; }
\:root {
-moz-tab-size: 4;
tab-size: 4; }
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
hr {
height: 0;
color: inherit; }
abbr[title] {
text-decoration: underline dotted; }
b,
strong {
font-weight: bolder; }
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
font-size: 1em; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
table {
text-indent: 0;
border-color: inherit; }
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0; }
button,
select {
text-transform: none; }
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button; }
::-moz-focus-inner {
border-style: none;
padding: 0; }
\:-moz-focusring {
outline: none; }
\:-moz-ui-invalid {
box-shadow: none; }
legend {
padding: 0; }
progress {
vertical-align: baseline; }
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto; }
[type='search'] {
-webkit-appearance: textfield;
outline-offset: -2px; }
::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }
summary {
display: list-item; }
.btn {
display: inline-block;
background-color: var(--red);
color: #fff;
font-weight: 600;
text-transform: uppercase;
padding: 16px 30px;
text-decoration: none;
font-size: 18px; }
.btn:hover {
background-color: color-mix(in srgb, var(--red) 90%, black 10%); }
@media (max-width: 767px) {
.btn {
font-size: 16px;
padding: 14px 25px; } }
.header-home {
margin-top: 110px;
position: relative;
background: #000000 url(//www.petovia.si/wp-content/themes/petovia/dist/media/mask-bg.png) no-repeat center top;
background-size: cover;
border-radius: 40px 40px 0 0;
margin-bottom: 50px; }
@media (max-width: 767px) {
.header-home {
margin-top: 60px; } }
.header-home::before {
content: '';
position: absolute;
top: -29px;
width: 169px;
height: 169px;
left: 50%;
transform: translateX(-50%);
background: #000000;
border-radius: 50%;
z-index: -1; }
.header-home .home-container {
position: relative;
min-height: 1141px;
display: inline-block;
width: 100%; }
@media (max-width: 1370px) {
.header-home .home-container {
min-height: auto;
padding-bottom: 100px; } }
.header-home .home-container::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 80px;
background: url(//www.petovia.si/wp-content/themes/petovia/dist/media/mask-top.svg) no-repeat center bottom; }
.header-home.header-sub {
margin-bottom: 42px; }
.header-home.header-sub .home-container {
min-height: 170px; }
@media (max-width: 1279px) {
.header-home.header-sub .home-container {
min-height: auto;
padding-bottom: 40px; } }
.header-home.header-sub .home-container::after {
display: none; }
.logo {
position: absolute;
top: 22px;
left: 50%;
transform: translateX(-50%);
z-index: 10; }
@media (max-width: 544px) {
.logo {
top: 10px;
max-width: 160px; } }
.nav {
margin: 85px 0 0 0;
display: flex; }
.nav-left {
width: 50%;
display: flex;
justify-content: flex-end;
padding: 0 168px 0 40px; }
@media (max-width: 1270px) {
.nav-left {
padding: 0 148px 0 20px; } }
@media (max-width: 1024px) {
.nav-left {
display: none; } }
.nav-right {
width: 50%;
display: flex;
justify-content: flex-start;
padding: 0 40px 0 158px; }
@media (max-width: 1270px) {
.nav-right {
padding: 0 20px 0 138px; } }
@media (max-width: 1024px) {
.nav-right {
display: none; } }
.nav ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
gap: 56px; }
@media (max-width: 1270px) {
.nav ul {
gap: 30px; } }
.nav ul li {
position: relative;
white-space: nowrap; }
.nav ul li::after {
content: '•';
font-weight: 700;
font-size: 15px;
line-height: 18px;
color: rgba(237, 28, 36, 0.4);
position: absolute;
right: -32px;
top: 50%;
transform: translateY(-50%); }
@media (max-width: 1270px) {
.nav ul li::after {
right: -18px; } }
.nav ul li:last-child::after {
content: ''; }
.nav ul li a {
color: #FFFFFF;
font-size: 15px;
font-weight: 600;
text-transform: uppercase; }
.nav ul li a:hover {
color: var(--red); }
.nav ul li.active a {
color: var(--red); }
.language-switcher {
display: flex;
gap: 17px; }
.language-switcher .active {
color: var(--red); }
.kv {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 80px;
margin-top: 50px; }
@media (max-width: 767px) {
.kv {
flex-direction: column;
padding: 0 20px; } }
.kv-text {
width: 492px;
margin-top: -300px; }
@media (max-width: 1370px) {
.kv-text {
margin-top: 0; } }
@media (max-width: 1023px) {
.kv-text {
margin-top: 0;
width: 100%; } }
@media (max-width: 767px) {
.kv-text {
order: 2; } }
.kv-text h4 {
font-size: 14px;
line-height: 18px;
color: var(--red);
margin: 0 0 24px 0;
font-weight: 600;
text-transform: uppercase; }
.kv-text h1 {
font-size: 52px;
line-height: 60px;
color: #FFFFFF;
margin: 0 0 70px 0;
font-weight: 700; }
@media (max-width: 1023px) {
.kv-text h1 {
font-size: 40px;
line-height: 48px;
margin: 0 0 50px 0; } }
@media (max-width: 767px) {
.kv-text h1 {
font-size: 32px;
line-height: 40px;
margin: 0 0 30px 0; } }
.kv-text h1 span {
font-style: italic;
color: #DEBCA0; }
.kv-img {
max-width: 715px; }
.nav {
position: relative; }
.hamburger {
display: none;
flex-direction: column;
justify-content: space-between;
width: 25px;
height: 20px;
cursor: pointer;
position: absolute;
right: 35px;
top: -52px; }
@media (max-width: 1024px) {
.hamburger {
display: flex; } }
.hamburger span {
display: block;
width: 100%;
height: 2px;
background: #FFFFFF;
border-radius: 2px;
margin: 2px 0; }
.mobile-nav {
display: none;
position: absolute;
top: 100%;
right: 15px;
left: 15px;
background: #000000;
border: 1px solid #333333;
border-radius: 8px;
margin-top: 10px;
z-index: 10; }
@media (min-width: 545px) and (max-width: 1024px) {
.mobile-nav {
margin-top: 30px; } }
@media (min-width: 1025px) {
.mobile-nav {
display: none !important; } }
.mobile-nav ul {
list-style: none;
padding: 10px 20px;
margin: 0;
display: flex;
flex-direction: column;
text-align: center; }
.mobile-nav ul li {
margin: 10px 0; }
.mobile-nav ul li a {
color: #FFFFFF;
font-size: 20px;
font-weight: 600;
text-transform: uppercase; }
.mobile-nav ul li a:hover {
color: var(--red); }
.mobile-nav ul li::after {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: initial;
bottom: -30px; }
.mobile-nav.active {
display: block; }
.mobile-nav .language-switcher {
justify-content: center;
margin-top: 10px;
margin-bottom: 20px; }
.mobile-nav .language-switcher a {
font-size: 18px;
color: #FFFFFF;
position: relative; }
.mobile-nav .language-switcher a:hover {
color: var(--red); }
.mobile-nav .language-switcher a.active {
color: var(--red); }
footer {
background: #DEBCA0 url(//www.petovia.si/wp-content/themes/petovia/dist/media/footer-bg.png) no-repeat top center;
padding: 118px 100px 53px;
border-radius: 0 0 40px 40px;
color: #fff; }
footer.home-footer {
background-color: #fff; }
@media (max-width: 1023px) {
footer {
padding: 80px 40px 40px; } }
footer h4 {
font-size: 17px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 20px; }
footer p {
font-size: 13px;
line-height: 24px;
margin-bottom: 0; }
footer ul {
list-style: none;
margin: 0 0 0 14px;
padding: 0; }
footer ul li {
margin-bottom: 0;
font-size: 13px;
line-height: 24px;
position: relative; }
footer ul li::before {
content: '•';
color: var(--white);
position: absolute;
left: -15px; }
footer ul li a {
color: #fff;
text-decoration: none; }
footer ul li a:hover {
text-decoration: underline; }
.footer-contact {
display: flex;
gap: 53px; }
@media (max-width: 767px) {
.footer-contact {
gap: 30px; }
.footer-contact img {
max-width: 100px; } }
.copy {
text-align: center;
padding: 20px; }
.copy p {
color: #fff;
font-size: 10px;
line-height: 18px;
margin: 0; } .product-item .product-name img {width: 75px;}
@media (max-width: 768px) {
.recept-box-text {position: relative; z-index: 10;}
.recept-box .leaf-1,
.recept-box .leaf-3 {display: none;}
}