a {
    text-decoration: none !Important;
    
}
html, body {
    overflow-x:hidden;
}
.tooted-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:22px;
  height:22px;
  padding:0 6px;
/*  margin-left:8px;*/
 
  font-size:11px;
  font-weight:600;
  border-radius:999px;
  background:#004E9E;
    color:#EEE8D7;
}
.tooted-cat.is-active .tooted-count{
  background:#004E9E;
    color:#EEE8D7;

}
.tooted-categories{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin: 0 0 40px;
}

.tooted-cat{
  text-decoration:none;
  border:1px solid #EEE8D7;
  padding:8px 16px;
  border-radius:999px;
  color:#222;
  transition:.2s ease;
}

.tooted-cat:hover{
  background:#000;
  color:#000;
  border-color:#004E9E;
}

.tooted-cat.is-active{
  background:#000;
  color:#EEE8D7;
  border-color:#000;
}
.tooted-cat.is-active:hover{
  background:#000;
  color:#EEE8D7;
  border-color:#000;
}

/* WRAP */
.tooted-archive {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 20px;
}
.tooted-single {
  max-width: 1180px;
  margin: 0 auto;
  padding: 130px 20px;
}
.tooted-content {
    padding-top:150px;
    padding-bottom:50px;
}
.tooted-content a {
   color: #000;
}
.tooted-content a:hover h2 {
   color: #004E9E;
}
.tooted-content a:hover .toode-media {
/*  transform: scale(1.1) rotate(3deg);*/
}
.tooted-content a:hover {
  background: linear-gradient(
    to bottom,
    rgba(238, 232, 215, 0.3) 0%,
    #FFFFFF 100%
  ); 
}
/* ROW */
.product{
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 10px 0 30px;
    border-bottom: 1px solid #EEE8D7;
    background-color: #fff;
}
.product:nth-child(odd){
    
  display: flex;
    flex-direction: row-reverse;
  align-items: center;
  gap: 70px;
  padding: 10px 0 30px;
     background-color: #fff;
}

/* Alternating layout: paaris read keerame ümber */
.toode-row.is-alt{
  flex-direction: row-reverse;
}

/* MEDIA */
.toode-media{
  flex: 0 0 44%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooted-single .toode-media img{
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  object-fit: contain;
     mix-blend-mode: normal;

}
.toode-media img{
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  object-fit: contain;
     mix-blend-mode: multiply;

}

/* CONTENT */
.toode-content{
  flex: 1 1 auto;
  max-width: 520px;
}

.toode-title{
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
}

/* META ROW */
.toode-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin: 0 0 14px;
}

.meta-item{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #222;
  font-size: 14px;
  letter-spacing: .2px;
  white-space: nowrap;
}

.meta-value{
  font-weight: 600;
}

/* ICONS (simple inline “glyph” look) */
.icon{
  width: 20px;
  height: 20px;
  display: inline-block;
  opacity: .65;
  background: #3aa9a2; /* see “mint” toon nagu screenshotis */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}



/* DESCRIPTION */
.toode-desc{
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  max-width: 520px;
}

/* SEPARATOR */
.toode-sep{
  border: 0;
  height: 1px;
  background: #e7e7e7;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 900px){
  .toode-row,
  .toode-row.is-alt{
    flex-direction: column;
    gap: 22px;
  }
  .toode-media{ flex-basis: auto; }
  .toode-content{ max-width: 640px; }
  .toode-title{ font-size: 24px; }
}

.comments-area a,
.page-content a {
    text-decoration: underline
}

.alignright {
    float: right;
    margin-left: 1rem
}

.alignleft {
    float: left;
    margin-right: 1rem
}

.aligncenter {
    clear: both;
    display: block;
    margin-inline: auto
}

.alignwide {
    margin-inline: -80px
}

.alignfull {
    margin-inline: calc(50% - 50vw);
    max-width: 100vw
}

.alignfull,
.alignfull img {
    width: 100vw
}

.wp-caption {
    margin-block-end: 1.25rem;
    max-width: 100%
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    display: block;
    margin-inline: auto
}

.wp-caption-text {
    margin: 0
}

.gallery-caption {
    display: block;
    font-size: .8125rem;
    line-height: 1.5;
    margin: 0;
    padding: .75rem
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin: 20px auto
}

.sticky {
    display: block;
    position: relative
}

.bypostauthor {
    font-size: inherit
}

.hide {
    display: none!important
}

.post-password-form {
    margin: 50px auto;
    max-width: 500px
}

.post-password-form p {
    align-items: flex-end;
    display: flex;
    width: 100%
}

.post-password-form [type=submit] {
    margin-inline-start: 3px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto!important;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 12px 24px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.post .entry-title a {
    text-decoration: none
}

.post .wp-post-image {
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media(max-width:991px) {
    .post .wp-post-image {
        max-height: 400px
    }
}

@media(max-width:575px) {
    .post .wp-post-image {
        max-height: 300px
    }
}

#comments .comment-list {
    font-size: .9em;
    list-style: none;
    margin: 0;
    padding: 0
}

#comments .comment,
#comments .pingback {
    position: relative
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
    border-block-end: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    padding-block-end: 30px;
    padding-block-start: 30px;
    padding-inline-end: 0;
    padding-inline-start: 60px
}

#comments .comment .avatar,
#comments .pingback .avatar {
    border-radius: 50%;
    left: 0;
    margin-inline-end: 10px;
    position: absolute
}

body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar,
html[dir=rtl] #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar {
    left: auto;
    right: 0
}

#comments .comment-meta {
    display: flex;
    justify-content: space-between;
    margin-block-end: .9rem
}

#comments .comment-metadata,
#comments .reply {
    font-size: 11px;
    line-height: 1
}

#comments .children {
    list-style: none;
    margin: 0;
    padding-inline-start: 30px;
    position: relative
}

#comments .children li:last-child {
    padding-block-end: 0
}

#comments ol.comment-list .children:before {
    content: "↪";
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    left: 0;
    line-height: 100%;
    position: absolute;
    top: 45px;
    width: auto
}

body.rtl #comments ol.comment-list .children:before,
html[dir=rtl] #comments ol.comment-list .children:before {
    content: "↩";
    left: auto;
    right: 0
}

@media(min-width:768px) {
    #comments .comment-author,
    #comments .comment-metadata {
        line-height: 1
    }
}

@media(max-width:767px) {
    #comments .comment .comment-body {
        padding: 30px 0
    }
    #comments .children {
        padding-inline-start: 20px
    }
    #comments .comment .avatar {
        float: left;
        position: inherit
    }
    body.rtl #comments .comment .avatar,
    html[dir=rtl] #comments .comment .avatar {
        float: right
    }
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]) .site-main {
    margin-inline-end: auto;
    margin-inline-start: auto;
    width: 100%
}


/*MOBIIL*/
/*MOBIIL*/
/*MOBIIL*/

@media(max-width:575px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        padding-inline-end: 10px;
        padding-inline-start: 10px
    }
    .tooted-content {
padding-top: 80px;
padding-bottom: 50px;
       
}
    .product, .product:nth-child(odd) {
       flex-direction: column;  
        gap: 20px;
    }
    .toode-media {
flex: 0 0 100%;
display: flex;
justify-content: center;
align-items: center;
}
    
    .meta-item {
        gap:5px
    }
    
    .toode-desc{
  font-size: 13px;

}
    
}


/*MOBIIL END*/
/*MOBIIL END*/
/*MOBIIL END*/


@media(min-width:576px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 500px
    }
    .site-footer.footer-full-width .footer-inner,
    .site-header.header-full-width .header-inner {
        max-width: 100%
    }
}

@media(min-width:768px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 600px
    }
    .site-footer.footer-full-width,
    .site-header.header-full-width {
        max-width: 100%
    }
    
}

@media(min-width:992px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 800px
    }
    .site-footer.footer-full-width,
    .site-header.header-full-width {
        max-width: 100%
    }
}

@media(min-width:1200px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1140px
    }
    .site-footer.footer-full-width,
    .site-header.header-full-width {
        max-width: 100%
    }
}

.site-header+.elementor {
    min-height: calc(100vh - 320px)
}