/* Layout */
@font-face {
  font-family: 'Manrope';
  src: url('./assets/fonts/Manrope.ttf');
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

}
body {
    margin: 0;
    font-family: 'Manrope';
}
body.admin-bar header {
    top: 32px;
}
.main {
  margin-top: 99px;
    padding-bottom: 108px;
    width: 100%;
}
.container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 155px 78px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.home .main > .container {
  display: initial;
  padding: 0;
  margin: 0;

}
.container-33 {
  margin: 0 -10px
}
.container-no-padding {
  padding-bottom: 0;
}
.container-padding-top {
  padding-top: 100px;
}
.col-slider {
    width: 66.666%;
}
.col-slider-aside {
    width: 33.333%;
}
.col-100 {
  padding-top: 50px;
  width: 100%;
}
.col-50 {
  padding-top: 50px;
  width: 50%;
}
.col-33 {
  padding-top: 50px;
  width: 33.333%;
}
.col-50 .left-wrap {
  padding-right: 20px;
}
.col-50 .right-wrap {
  padding-left: 20px;
}
.col-33 .wrap{
  padding: 10px;
}
a {
  text-decoration: none;
  color: #2B2B2B;
}
h1 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 300;
  color: #2B2B2B;
  margin: 0;
}
h2 {
  color: #2B2B2B;
  margin: 0;
}
.div-dark {
  height: 1px;
  width: 100%;
  border-bottom: solid 1px #00000034;
}
.div-light {
  height: 1px;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.486)
}
.btn {
  padding: 10px 20px;
  background-color: #7E9080;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 50px auto 0;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  transition: all .3s ease-in-out;
}
.btn:hover {
  opacity: 0.8;
}
/* Header */
header {
  margin-bottom: 50px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
.header-wrapper {
    justify-content: space-between;
    padding: 0 15px;
    background: #7E9080;
    height: 57px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}
.hamburger {
  display: flex;
  flex-direction: column;
  width: 22px;
  height: 37px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 4px;
  z-index: 999999;
}
.hamburger .bar {
  width: 80%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.hamburger .bar.active:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger .bar.active:nth-child(2) {
  opacity: 0;
}
.hamburger .bar.active:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.logo img {
  height: 37px;
}
.search {
  display: flex;
}
.search-icon {
  margin: auto 0;
}
.search-form {
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.nav-wrapper {
  background-color: #7e908024;
}
.nav-wrapper nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.nav-wrapper nav ul li {
  padding: 10px 20px;
}
.nav-wrapper nav ul li a{
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #7E9080;
  text-decoration: none;
}
.hamburger-menu {
  height: 100vh;
  width: 30%;
  position: fixed;
  background-color: #7E9080;
  top: 57px;
  left: -40%;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  padding: 20px 10px;
  z-index: 1;
}
.hamburger-active {
  left: 0;
}
.hamburger-menu ul {
  list-style: none;
}
.hamburger-menu ul li {
  padding: 20px 0;
  border-bottom: solid 1px #ffffff3b;
}
.hamburger-menu ul li a {
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 996px) {
  header {
    margin: 0;
  }
  .container {
    padding: 0 15px 30px;
  }
  nav {
    display: none;
  }
  .col-slider {
    width: 100%;
  }
  .col-slider-aside {
    width: 100%;
  }
  .col-50,
  .col-33 {
    width: 100%;
  }
  .col-50 .left-wrap,
  .col-50 .right-wrap {
    padding: 0;
  }
  .col-100 {
  padding-top: 30px;
  }
  .col-50 {
    padding-top: 30px;
  }
  .mobile-50 .col-33 {
    padding-top: 10px;
  }
  .mobile-50 .col-33 {
    width: 50%;
  }
  .btn {
    font-size: 14px;
    line-height: 17px;
  }
  .mobile-50 .col-33 .img-33 {
    width: 100%;
    padding-top: 100%;
  }
  .hamburger-menu {
    width: 100%;
    left: -110%;
  }
  .hamburger-active {
  left: 0;
}
  .main {
    margin-top: 57px;
  }
  .single-bar {
    flex-wrap: wrap;
  }
  .single-wrap {
    margin-top: 10px;
  }

}
/* Home*/
.slider {
  
}
.slide .slider-img {
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 58%;
  position: relative;
}
.slider-img img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-prev {
  position: absolute;
  top: 34%;
  left: 20px;
  height: 16px;
  width: 16px;
  z-index: 1;
  background-color: #0000007e;
  padding: 15px;
  border-radius: 50%;
}
.slick-next {
  position: absolute;
  top: 34%;
  right: 20px;
  height: 16px;
  width: 16px;
  z-index: 1;
  background-color: #0000007e;
  padding: 15px;
  border-radius: 50%;
}
.slider-text-wrap {
  padding-left: 30px;
}
.post-bar {
  display: flex;
  justify-content: space-between;
}
.slider .slide h1 {
  font-size: 29px;
  font-weight: 300;
  line-height: 38px;
}
.slick-dots {
  display: flex;
  list-style: none;
  padding: 0;
  padding-left: 40px;
  margin-top: 10px;
}
.slick-dots button {
  height: 4px;
  overflow: hidden;
  background: #2b2b2b4d;
  width: 40px;
  margin-right: 10px;
  border: solid 2px #2b2b2b4d;
}
.slick-dots button[aria-selected="true"] {
  background: #2b2b2b;
}
.aside-wrap {
  padding-left: 30px;
}
.col-slider-aside .slider-aside-img {
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 55.58%;
    position: relative;
}
.col-slider-aside .slider-aside-img img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.col-slider-aside h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #2B2B2B;
  margin-bottom: 30px;
}
.col-slider-aside p,
.slider .slide p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}
.col-slider-aside p.category {
  color: #2B2B2B;
}
.col-slider-aside p.author,
.slider .slide p.author,
.author {
  color: #BABABA;
}
.slider .slide .post-bar {
  margin: 20px 0;
}
.img-100 {
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50%;
}
.img-50 {
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
}
.img-33 {
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
  position: relative;
}
.img-33 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container.container-33.mobile-50.flat-img .img-33 {
  padding-top: 53.2%;
}
.col-100 h1,
.col-100 h2,
.col-100 p {
  text-align: center;
}
.col-100 h1,
.col-100 h2 {
  font-weight: 300;
}
.col-100 h2 {
  font-size: 29px;
  line-height: 38px;
  padding: 0 20%;
}
.col-100 p,
.col-33 p {
  font-size: 12px;
  font-weight: 600;
  padding-top: 10px;
}
.single-produkty .col-100 h1 {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 46px;
}
.single-produkty .container.container-33.other-cat {
  padding: 0 155px 50px;
}
.single-produkty .col-100 h1.title-more {
  margin: 0;
}
.single-bar {
  padding: 20px 0;
}
.single-bar .single-wrap:last-child p {
  margin-right: 0;
}
.col-100 .single-wrap p {
  margin: 0 30px 0 10px;
  padding: 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #BABABA
}
.other-cat .col-33 p {
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}
.col-33 h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.col-50 h2 {
  font-size: 25px;
  font-weight: 300;
  line-height: 36px;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .slider {
    margin: 0 -15px;
  }
  .slider .slide {
    position: relative;
  }
  .slider .slide .slider-text-wrap {
    position: absolute;
    bottom: 60px;
    background: #fff;
    padding: 30px;
    margin: 0 35px;
  }
  .slider .slide .slider-text-wrap h1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }
  .slider .slide .post-bar {
    margin: 0 0 10px;
  }
  .slide .slider-img {
    padding-top: 148.2%;
  }
  .slider .slick-prev,
  .slider .slick-next {
    display: none !important;
  }
  .slick-dots {
    position: absolute;
    bottom: 5px;
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }
  .slick-dots button {
  height: 4px;
  overflow: hidden;
  background: #ffffff46;
  width: 40px;
  margin-right: 10px;
  border: solid 2px #2b2b2b4d;
  }
  .slick-dots button[aria-selected="true"] {
    background: #fff;
  }
  .aside-wrap {
    padding-left: 0;
  }
  .col-slider-aside {
    margin-top: 30px;
  }
  .col-50 h2,
  .col-100 h2 {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 20px;
  }
  .mobile-to-left .col-33 .wrap {
    display: flex;
    padding: 0 10px;
  }
  .mobile-to-left .img-33 {
    padding-top: 28.4%;
    width: 28.4%;
  }
  .to-right-text-wrap {
    width: 70%;
  }
  .col-33 h2 {
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
  }
  .col-100 p,
  .col-33 p {
    padding: 0 0 0 10px;
  }
  .img-100 {
    padding-top: 75%;
  }
  .single-bar .single-wrap p {
    font-size: 10px;
  }
}
.cat-button-wrap {
  width: 100%;
}
/* Footer */
footer {
  padding: 50px;
  background-color: #7E9080;
}
footer .footer-logo {
  display: flex;
  justify-content: center;
}
footer .footer-logo img {
  height: 57px;
  margin: auto;
}
footer .footer-social a {
  margin: auto 0;
}
footer .footer-social {
  display: flex;
  justify-content: center;
  margin: 25px 0 10px;
}
footer .footer-social img {
  padding: 15px;
}
footer .footer-nav {
  padding: 10px 0;
}
footer .footer-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
footer .footer-nav nav ul li {
  padding: 10px 50px;
}
footer .footer-nav nav ul li a{
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
footer .footer-copyright p {
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  color: #ffffff81;
  text-align: center;
  margin-top: 20px;
  padding: 0 20%;
  box-sizing: border-box;
}
footer .footer-copyright a {
  color: #ffffff3f;
  transition: color 0.3s ease;
}
footer .footer-copyright a:hover {
  color: #ffffff1a;
}
.footer-mobile {
  display: none;
}
@media (max-width: 1024px) {
  footer {
    padding: 20px 50px 20px;
    position: fixed;
    bottom: 0;
    width: 100vw;
    max-width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .footer-wrap {
    display: none;
  }
  .footer-mobile {
    display: flex;
    justify-content: space-between;
  }
  .footer-mobile-wrap {
    font-size: 12px;
    color: #D0DCD1;
  }
  .footer-mobile-wrap img {
    display: block;
    margin: 0 auto;
  }
}
/* Categories */

@media(min-width: 996px) {
.container.container-33.mobile-50.no-padding-first-raw .col-33:nth-child(1),
.container.container-33.mobile-50.no-padding-first-raw .col-33:nth-child(2),
.container.container-33.mobile-50.no-padding-first-raw .col-33:nth-child(3) {
  padding-top: 0;
}
}
@media (max-width: 996px) {
  .container.container-33.mobile-50 .col-33:nth-child(9) {
    display: none;
  }
}

/* Single */
.banner-img {
  width: 100%;
  height: 0;
  padding-top: 41.1%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
.banner-img img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-produkty header {
  margin-bottom: 0;
}
.single-bar {
  display: flex;
  justify-content: center;
}
.single-bar .single-wrap {
  display: flex;
}
.single-bar .single-wrap img {
	height: 19px;
	align-self: center;
}
.single-bar .single-wrap a,
.single-bar .single-wrap p {
	height: fit-content;
	align-self: center;
}
.sidebar-section-col {
  width: 65.5%;
}
.sidebar-col {
  width: 34.5%;
}
.sidebar-wrap {
  padding-left: 40px;
}
.promo-wrap {
  position: relative;
  padding: 20px 30px;
}
.promo-wrap p {
  font-size: 10px;
  text-align: right;
  margin-bottom: 5px;
}
.promo {
    width: 100%;
    height: 620px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.sidebar-articles h2 {
  margin: 50px 0 30px;
}
.sidebar-articles p {
  margin-left: 10px;
}
.sidebar-articles article {
  margin-top: 30px;
}
.sidebar-articles article .banner-img {
  padding-top: 65%;
}
.promo-btn {
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.section-image {
  max-width: 100%;
  display: block;
  width: 70%;
  margin: 20px auto 0;
}
.sidebar-section-wrap h2 {
  font-size: 26px;
  line-height: 39px;
  font-weight: 500;
  margin-bottom: 20px;
}
.sidebar-section-wrap p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 50px;
}
.sidebar-section-wrap p.img-desc {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 50px;
  text-align: center;
}
.sidebar-section-col .slider {
  width: 70%;
  margin: 30px auto;
}
.video-wrap {
  position: relative;
  width: 70%;
  height: 468px;
  margin: 20px auto;
}
.video-wrap img.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Contact */
.container.contact-container {
  padding: 0 340px 100px;
}
.contact-wrap {
  padding: 0 10px;
}
.contact-container .col-100 h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}
.contact-container .col-50 h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.contact-container .col-50 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.contact-container .col-50 a span {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #545454;
  display: block;
  margin-left: 10px;
}
.contact-container .col-50 a {
  display: flex;
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .container.contact-container {
    padding: 0 15px 0;
  }
}
@media (max-width: 1024px) {
  .contact-container .col-50 a,
  .contact-container .col-50 p,
  .contact-container .col-50 h2 {
    display: flex;
    justify-content: center;
  }
  .contact-container .col-50 a,
  .contact-container .col-50 p {
    font-size: 14px;
  }
  .contact-container .col-50 a img {
    height: 17px;
    width: 17px;
  }
  .sidebar-section-col {
    width: 100%;
  }
  .sidebar-col {
    width: 100%;
  }
  .sidebar-wrap {
      padding: 0;
  }
  .promo-wrap {
    padding: 20px 0;
  }
  .promo {
    height: 250px;
  }
  .sidebar-articles {
    display: none;
  }
  #category-container .col-33 {
    width: 100%;
  }
  body {
    padding-bottom: 108px;
}
}
/* All categories */
.category-wszystkie-kategorie .col-50 .img-50 {
  padding-top: 74.545%;
  position: relative;
}
.category-wszystkie-kategorie .col-50 .img-50 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-wszystkie-kategorie .col-33 {
  padding-top: 30px;
}
.category-wszystkie-kategorie h2 {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  width: 80%;
  margin: 30px auto 20px;
}
.category-wszystkie-kategorie p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  width: 80%;
  margin: 0 auto 10px;
  font-weight: 400;
}
.category-wszystkie-kategorie .btn {
  margin-top: 30px;
}
#category-container .img-33 {
  padding-top: 73%;
}
#category-container {
  padding-bottom: 0;
}
.single-produkty .main {
  margin-bottom: 50px;
}
@media (max-width: 996px) {
    .container {
        padding: 0px 15px 30px;
    }
    .page .slider-img .simplefavorite-button,
.page .img-50 .simplefavorite-button,
.category .slider-img .simplefavorite-button,
.category .img-50 .simplefavorite-button,
#category-container .slider-img .simplefavorite-button{
	height: 50px;
}
.page .slider-aside-img .simplefavorite-button,
.page .img-33 .simplefavorite-button,
.category .slider-aside-img .simplefavorite-button,
.category .img-33 .simplefavorite-button,
#category-container .slider-aside-img .simplefavorite-button,
#category-container .img-33 .simplefavorite-button {
	height: 40px;
}
}
.eu-logo {
	padding: 0 20%;
	max-width: 100%;
}
.eu-logo img {
	width: 100%;
	background: #fff;
}
.fav-full {
		  background-color: #FF8C00;
	  -webkit-mask: url('http://aod.house/wp-content/uploads/2026/05/star-solid-full.svg') no-repeat center;
	  mask: url('http://aod.house/wp-content/uploads/2026/05/star-solid-full.svg') no-repeat center;
	display: block;
	height: 30px;
	width: 30px;
}
.fav-empty {
	  background-color: #FF8C00;
	  -webkit-mask: url('http://aod.house/wp-content/uploads/2026/05/star-regular-full.svg') no-repeat center;
	  mask: url('http://aod.house/wp-content/uploads/2026/05/star-regular-full.svg') no-repeat center;
	display: block;
	height: 30px;
	width: 30px;
}
.page .simplefavorite-button,
.category .simplefavorite-button,
#category-container .simplefavorite-button {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 1;
	height: 0;
	background: #7E9080;
	transition: height .3s ease-in-out;
	overflow: hidden;
	
}
.page .slider-img:hover .simplefavorite-button,
.page .img-50:hover .simplefavorite-button,
.page .img-100:hover .simplefavorite-button,
.category .slider-img:hover .simplefavorite-button,
.category .img-50:hover .simplefavorite-button,
.category .img-100:hover .simplefavorite-button,
#category-container .slider-img:hover .simplefavorite-button{
	height: 50px;
}
.page .slider-aside-img:hover .simplefavorite-button,
.page .img-33:hover .simplefavorite-button,
.category .slider-aside-img:hover .simplefavorite-button,
.category .img-33:hover .simplefavorite-button,
#category-container .slider-aside-img:hover .simplefavorite-button,
#category-container .img-33:hover .simplefavorite-button {
	height: 40px;
}
.page .simplefavorite-button i,
.category .simplefavorite-button i,
#category-container .simplefavorite-button i {
	margin: 10px;
	height: 30px;
	width: 30px;
	background-color: #fff;
}
.page .slider-aside-img .simplefavorite-button i,
.page .img-33 .simplefavorite-button i, 
.category .slider-aside-img .simplefavorite-button i, 
.category .img-33 .simplefavorite-button i,
#category-container .slider-aside-img .simplefavorite-button i,
#category-container .img-33 .simplefavorite-button i {
    margin: 5px;
    height: 30px;
    width: 30px;
	background-color: #fff;
}
.fav-single-wrap {
	display: flex;
	justify-content: end;
}
.simplefavorite-button.active {
	opacity: 0.9 !important;
}
.simplefavorite-button {
	opacity: 0.9;
}
.text {
  width: 100%;
}
.favorites-list .simplefavorite-button {
    top: 18px;
    left: 0;
    height: 40px;
    width: fit-content;
}
.favorites-list li {
  position: relative;
}
.button-txt {
  display: none;
}
.favorites-list li img {
  margin-top: -34px;
}
.favorites-list a {
  margin-top: 40px;
  display: block;
}
.favorites-list .simplefavorite-button i {
  height: 20px;
  width: 20px;
}
.account-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 50px 0;
}
.account-form #loginform .login-username label,
.account-form #loginform .login-username input,
.account-form #loginform .login-password label, 
.account-form #loginform .login-password input {
  width: 100%;
}
.account-form > p {
  line-height: 30px;
}
.account-form a {
  color: #7E9080;
  transition: color .2s ease-in-out;
}
input[type="checkbox"] {
  accent-color: #7E9080;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

input[type="checkbox"]:focus {
  outline: 2px solid rgba(126, 144, 128, 0.4);
  outline-offset: 2px;
}
form label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* checkbox */
form input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: #7E9080;
}
/* OGÓLNY STYL INPUTÓW */
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="url"],
form input[type="search"],
form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  font-size: 15px;
  transition: all 0.25s ease;
  outline: none;
  box-sizing: border-box;
}

/* HOVER */
form input[type="text"]:hover,
form input[type="email"]:hover,
form input[type="password"]:hover,
form textarea:hover {
  border-color: #7E9080;
}

/* FOCUS (kliknięcie) */
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form textarea:focus {
  border-color: #7E9080;
  box-shadow: 0 0 0 3px rgba(126, 144, 128, 0.2);
}

/* PLACEHOLDER */
form input::placeholder,
form textarea::placeholder {
  color: #aaa;
  font-size: 14px;
}

/* LABEL (jeśli masz) */
form label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

/* PRZYCISKI */
form input[type="submit"],
form button {
  background: #7E9080;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
}

/* HOVER BUTTON */
form input[type="submit"]:hover,
form button:hover {
  background: #6c7f74;
  transform: translateY(-1px);
}

/* ACTIVE */
form input[type="submit"]:active,
form button:active {
  transform: scale(0.98);
}
.account-form form {
  width: 400px;
  max-width: 100%;
  padding: 10px;
}
#menu-main-menu li.menu-item.log-in,
#menu-main-menu li.menu-item.register {
  display: none;
}
.aod-comments {
    padding: 80px 20px;
}

.aod-comments__container {
    max-width: 1000px;
    margin: 0 auto;
}

.aod-comments__title {
    font-size: 42px;
    margin-bottom: 40px;
    text-align: center;
}

.aod-comments__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aod-comment {
    margin-bottom: 30px;
}

.aod-comment__body {
    display: flex;
    gap: 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 24px;
    padding: 30px;
}

.aod-comment__avatar img {
    border-radius: 50%;
}

.aod-comment__content {
    flex: 1;
}

.aod-comment__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.aod-comment__author {
    font-weight: 700;
}

.aod-comment__date {
    font-size: 14px;
}

.aod-comment__rating {
    margin-bottom: 15px;
    color: #d4af37;
    font-size: 22px;
}

.aod-comment__text {
    line-height: 1.8;
}

.aod-comment__reply {
    margin-top: 15px;
}

.aod-comment__reply a {
    color: #d4af37;
    text-decoration: none;
}

.aod-comment-form {
    margin-top: 60px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 24px;
    padding: 40px;
}

.aod-comment-form input,
.aod-comment-form textarea {
    width: 100%;
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.aod-comment-form textarea {
    resize: vertical;
}

.aod-comment-submit {
    background: linear-gradient(135deg, #d4af37, #f5df8f);
    color: #111;
    border: none;
    padding: 16px 34px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
}

.aod-stars-input {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 4px;
    margin-top: 8px;
}

.aod-stars-input input {
    display: none;
}

.aod-stars-input label {
    font-size: 32px;
    color: rgba(212,175,55,0.35);
    cursor: pointer;
    transition: 0.2s;
}

.aod-stars-input input:checked ~ label,
.aod-stars-input label:hover,
.aod-stars-input label:hover ~ label {
    color: #d4af37;
}

/* RWD */
@media (max-width: 768px) {
    .aod-comments {
        padding: 60px 15px;
    }

    .aod-comments__title {
        font-size: 30px;
    }

    .aod-comment__body {
        flex-direction: column;
        padding: 24px;
    }

    .aod-comment-form {
        padding: 24px;
    }

    .aod-stars-input label {
        font-size: 28px;
    }
}