main > section:first-of-type {
  margin-top: 130px;
}
.pl-0 {
  padding-left: 0;
}
.product-gallery li img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  min-height: 100%;
}
.product-gallery {
  background: #eeede6;
}
.product-thumbs li {
  background: #eeede6;
}
.single-product-hero__gallery {
  position: sticky;
  top: 87px;
}
.featured-thumbs {
  position: absolute;
  bottom: 40px;
  width: calc(100% - 80px);
  left: 40px;
}
.product-thumbs li {
  border: 1px solid #fff;
  margin-left: 2px;
  margin-right: 2px;
}
.product-thumbs li img {
  aspect-ratio: 1/1;
}
.featured-tools a {
  width: 45px;
  justify-content: center;
  background: white;
  height: 45px;
  display: flex;
  align-items: center;
  border: 0.77px solid #00000014;
  border-radius: 50%;
}
.featured-tools a img {
  max-width: 17px;
}
.about-product__images img {
  max-width: 300px;
  object-fit: cover;
}
.single-product__meta {
  padding-top: 70px;
  margin-left: 45px;
  margin-right: 100px;
  max-width: 635px;
}
.product-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
}
.badge {
  background: #537951;
  text-transform: uppercase;
  color: white;
  display: flex;
  align-items: center;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 15.6px;
  font-weight: 400;
}
.product-collection {
  font-weight: 400;
  font-size: 12px;
  line-height: 15.6px;
  text-transform: uppercase;
  color: #212529cc;
}
.product-card__availability-14.product-card__availability {
  font-size: 14px;
}
.mb-25 {
  margin-bottom: 25px;
}
.product-excerpt p {
  color: #212529cc;
}
.product-excerpt {
  padding-bottom: 40px;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 40px;
}
.product-attributes {
  position: relative;
}
#specifications-trigger {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  text-decoration: underline;
}
.attribute-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
}
.attribute-list {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.attribute-list li {
  padding: 10px 18px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #181818;
  text-align: center;
}
.product-inquiry {
  padding: 20px;
  display: block;
  width: 100%;
  color: white;
  font-size: 12.8px;
  line-height: 14px;
  cursor: pointer;
  background: var(--beige);
  transition: 0.3s;
  letter-spacing: 0.7px;
  border: 1px solid var(--beige);
  text-align: center;
  text-transform: uppercase;
}
.product-inquiry:hover {
  background: transparent;
  color: var(--beige);
  transition: 0.3s;
}
.lines {
  letter-spacing: -1.5px;
}
.product-bullet {
  padding-left: 15px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  color: #333333;
}
.product-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url("../icons/product-bullet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
}
.product-bullets {
  margin-top: 15px;
  border-bottom: 1px solid #0000001a;
  padding-bottom: 40px;
}
.related-kolekcija h3 {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}
.related-kolekcija {
  margin-top: 30px;
}
.related-product-item h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26.4px;
  color: #1a1a1a;
}

.related-product-item p {
  font-size: 14px;
  line-height: 19px;
  color: #212529cc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-product-item {
  margin-left: 10px;
  margin-right: 10px;
  display: flex !important;
  flex-direction: column;
  height: inherit;
}
.related-products-grid .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.related-products-grid {
  margin-top: 20px;
}
.related-products-grid .slick-track {
  display: flex !important;
  align-items: stretch;
}
.related-product-item__body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.related-product-item__body > a {
  margin-bottom: auto;
}
.related-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 0.56px solid #00000014;
}
.related-arrow img {
  max-width: 12px;
}
.related-kolekcija {
  padding-bottom: 25px;
  /* border-bottom: 1px solid #e9e9e9; */
}
.related-product-item img {
  aspect-ratio: 100 / 113;
  object-fit: contain;
  background: #eeede6;
}
.single-product__tab {
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  display: block;
}
.single-product__tab > a {
  display: flex;
  padding: 25px 0;
  align-items: center;
  justify-content: space-between;
}
.single-product__output {
  /* display: none; */
  margin-bottom: 20px;
}
.single-product__tab:first-of-type {
  border-top: 1px solid #e9e9e9;
}
.cross {
  position: relative;
  width: 12px;
  height: 12px;
}
.line-horizontal {
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.5px;
}
.line-vertical {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 12px;
  width: 1.5px;
}
.line {
  transition: 0.3s;
  background: #171717;
  border-radius: 16px;
}
.product-thumbs {
  max-width: 350px;
}

.single-product__label.active .line-vertical {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.single-product__output p,
.single-product__output li,
.single-product__output a,
.single-product__output {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #212529cc;
}
header {
  box-shadow: 0px 15px 34.2px 0px #0000001a;
}
.attribute-list li {
  opacity: 0.4;
  transition: 0.3s;
  cursor: pointer;
}

.attribute-list li:hover,
.attribute-list li.active {
  opacity: 1;
  transition: 0.3s;
}
.about-product-wrapper h2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.about-product-wrapper .paragraph__16 {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}
.about-product-wrapper .paragraph__16 p:not(:last-of-type) {
  margin-bottom: 30px;
}
.about-product-wrapper .paragraph__16 p {
  color: #212529cc;
}
.about-product__image-1 {
  transform: rotate(3deg);
}
.about-product__image-2 {
  transform: rotate(-3deg) translateX(-30px) scale(0.97);
  position: relative;
  z-index: 2;
}
.about-product__image-3 {
  transform: rotate(3deg) translateX(-50px);
  position: relative;
  z-index: 3;
}
.about-collection_wrapper {
  padding-top: 230px;
  padding-bottom: 70px;
  padding-left: 70px;
  position: relative;
}
.about-collection_wrapper .paragraph__16 {
  max-width: 645px;
}
.about-collection_wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.about-collection_wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.about-collection_wrapper > div {
  z-index: 4;
  position: relative;
}
.about-collection_wrapper-content {
  max-width: 850px;
}
.about-collection_wrapper-content .paragraph__16 p:not(:last-of-type) {
  margin-bottom: 25px;
}
.benefits-heading {
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
}
.benefits__item img {
  aspect-ratio: 1.48/1;
  object-fit: cover;
}
.benefits__item.single {
  /*   display: flex;
  flex-direction: column;
  height: 100%; */
}
.benefits__item.single h3 {
  min-height: 2.3em;
}
.related-products-end-btn {
  font-family: ivymode;
  transition: 0.3s;
  opacity: 0.5;
  padding-bottom: 15px;
}
.related-products-end-wrap .product-card {
  width: 25%;
}
.related-products-end-btn.active,
.related-products-end-btn:hover {
  opacity: 1;
  border-bottom: 3px solid #796f51;
  transition: 0.3s;
}
.related-products-end-buttons {
  gap: 45px;
  border-bottom: 1px solid #0000001a;
}
.related-products-end-content {
  display: flex;
  gap: 10px;
}
.related-products-end-content.hidden {
  display: none;
}
.related-products-end-content.hidden.active {
  display: flex;
}
.product-card__image > a {
  display: flex;
}
@media only screen and (max-width: 1336px) {
  .featured-thumbs {
    bottom: 100px;
  }
  .related-kolekcija h3 {
    font-size: 16px;
  }
  .single-product__tab > a {
    padding: 15px 0;
  }
  .single-product__meta {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-product__meta {
    margin-left: 0;
    margin-right: 0;
  }
  .featured-tools {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
  }
  .product-thumbs li img {
    width: 100%;
  }
  .featured-thumbs {
    flex-direction: column;
    align-items: unset;
    bottom: 20px;
    gap: 20px;
  }
  .about-collection_wrapper {
    padding-top: 120px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .featured-thumbs {
    flex-direction: row;
    align-items: center;
  }
  .featured-tools {
    margin-left: unset;
    margin-right: unset;
  }
  .single-product-hero .pl-0 {
    /* padding-left: 15px;
    margin-left: -15px;
    margin-right: -15px; */
  }
  .single-product-hero .col-lg-6:first-of-type {
    padding-right: 0 !important;
  }
  .single-product__meta {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
  .about-product__images img {
    max-width: 200px;
  }
  .about-collection_wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
  }
  main > section:first-of-type {
    margin-top: 99px;
  }
}
.product-collection {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .featured-thumbs {
    left: 15px;
    width: calc(100% - 30px);
  }
  .benefits__item.single h3 {
    min-height: unset;
  }
  .about-product__images img {
    max-width: 150px;
  }
  .benefits__item {
    margin-bottom: 30px;
  }
  .benefits__item img {
    margin-bottom: 10px;
  }
  .related-products-end-wrap .product-card {
    margin-left: 10px;
    margin-right: 10px;
  }
  .related-products-end-wrap .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .featured-thumbs {
    width: 100%;
  }
  .product-thumbs {
    max-width: 100%;
    width: 100%;
  }
}
.about-collection_wrapper {
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 575px) {
  .featured-tools {
    position: absolute;
    bottom: 120px;
    right: 15px;
  }
  .single-product-hero__gallery {
    position: relative;
    top: 0;
  }
  .featured-thumbs {
    position: unset;
    margin-top: 5px;
  }
  .single-product__meta > .flex.mb-25 {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .single-product__meta h1 {
    margin-bottom: 10px;
  }
  .single-product__meta {
    padding-right: 0;
  }
  .about-product__images img {
    max-width: 100px;
  }
  .related-products-end-wrap .slick-list {
    padding-right: 50px !important;
  }
}
.single-product-popup_wrapper {
  position: fixed;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  z-index: 9999;
  padding: 40px 94px;
}
.single-product-popup_wrapper h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 8px;
}
.single-product-popup_wrapper p {
  text-align: center;
}
.cf7-two-cols {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.first-paragraph {
  margin-bottom: 40px;
}
.single-product-popup_wrapper input,
.single-product-popup_wrapper textarea {
  width: 100%;
  border: unset;
  border-bottom: 1px solid #d7d7e9;
  padding: 12px 0;
  transition: 0.3s;
  border-radius: unset;
  font-weight: 400;
  font-size: 16px;
  color: #181d24;
  outline: unset;
  line-height: 30px;
}
.single-product-popup_wrapper input:focus,
.single-product-popup_wrapper textarea:focus {
  border-bottom: 1px solid #000;
  transition: 0.3s;
}
.single-product-popup_wrapper textarea {
  resize: unset;
  height: 125px;
}
#page .wpcf7-submit {
  border-radius: 0;
  width: max-content;
  padding: 16px 66px;
  background: #fff !important;
  font-weight: 600;
  font-size: 12.8px;
  margin-top: 40px;
  line-height: 14px;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000000;
}
.single-product-popup_wrapper input::placeholder,
.single-product-popup_wrapper textarea::placeholder {
  opacity: 0.5;
}
.single-product-popup_wrapper label {
  text-align: left;
  display: block;

  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.single-product-popup_wrapper br {
  display: none;
}
.cf7-privacy {
  font-size: 12px;
  line-height: 1.4;
  color: #212529cc;
}
.cf7-privacy a {
  text-decoration: underline;
}
.close-single-popup {
  display: flex;
  position: absolute;
  right: 16px;
  top: 16px;
  max-width: 24px;
}
.single-product-popup {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.single-product-popup.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}
@media only screen and (max-width: 1560px) {
  .single-product-popup_wrapper input,
  .single-product-popup_wrapper textarea {
    line-height: 14px;
    padding: 8px 0;
  }
  .cf7-two-cols {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .single-product-popup_wrapper {
    padding: 20px 40px;
  }
  .single-product-popup_wrapper textarea {
    height: 80px;
  }
  .first-paragraph {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .single-product-popup_wrapper {
    width: 100vw;
    max-width: 100%;
    height: 100dvh;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .cf7-two-cols {
    flex-direction: column;
  }
  .attribute-list li {
    font-size: 11px;
  }
  .cf7-two-cols {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .single-product-popup_wrapper {
    padding: 20px;
  }
}
.product-reviews-wrapper {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.reviews-left .reviews-left__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.average-rating-info {
  display: flex;
  gap: 20px;
}
.average-rating-num {
  font-weight: 400;
  font-size: 72px;
  line-height: 57.6px;
  letter-spacing: -0.03px;
}
.reviews-left__title span {
  text-transform: lowercase;
}
.reviews-left__title span::first-letter {
  text-transform: uppercase;
}
.reviews-left__title {
  margin-bottom: 40px;
  display: inline-block;
}
.average-rating-stars {
  color: #f9d900;
  margin-bottom: 5px;
}
.star-rating {
  color: #f9d900;
}
.reviews-left button {
  padding: 12px 32px;
  background: transparent;
  border-radius: 0;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 40px;
  font-weight: 600;
  letter-spacing: 0.7px;
}
.reviews-right {
  max-width: 442px;
  width: 100%;
}
.rating-bar {
  display: flex;
  align-items: center;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 20px;
  gap: 20px;
}
.bar-container {
  height: 6px;
  background: #eceef0;
  width: calc(100% - 50px);
  overflow: hidden;
  border-radius: 16px;
}
.bar-fill {
  background: #fcc419;
  height: 6px;
}
.star-label,
.rating-count {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.03px;
}
.star-label {
  font-weight: 600;
}
.product-reviews-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: clamp(20px, 3.3854166667vw, 65px);
}
.reviews-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.single-comment {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}
.comment-meta {
  color: #71778e;
  margin-bottom: 5px;
}
.comment-meta strong {
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  font-size: 15.6px;
  line-height: 23.4px;
  letter-spacing: -0.03px;
}
.comment-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.03px;
}
.single-comment > p {
  font-weight: 400;
  font-size: 15.6px;
  line-height: 23.4px;
  letter-spacing: -0.03px;
}
.comment-form textarea,
.comment-form input:not([type="checkbox"]):not([type="radio"]) {
  border: unset;
  border-bottom: 1px solid #d7d7e9;
  border-radius: unset;
  transition: 0.3s;
  outline: unset;
  display: block;
  width: 100%;
  resize: unset;
  padding: 12px 0;
}
.comment-form textarea {
  height: 125px;
  resize: unset;
}
#page .form-submit .submit {
  padding: 12px 32px;
  background: transparent;
  border-radius: 0;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 40px;
  font-weight: 600;
  width: max-content;
  letter-spacing: 0.7px;
}
.comment-form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.comment-form-cookies-consent label {
  font-size: 12px;
  font-weight: 400;
}
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.comment-form > p {
  margin-bottom: 20px;
}
#review-form {
  display: none;
}
.product-rating > div {
  color: #000;
}
.customer-reviews .ig-feed-header {
  padding-top: 50px;
  border-top: 1px solid rgba(121, 111, 81, 0.4);
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .product-reviews-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: 0;
  }
  .average-rating-info {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .benefits__item.single {
    height: auto;
  }
}

p.sale_price{
    color: #f60000;
    font-weight: 600;
    font-size: 16px;
}
p.price_old{
    text-decoration: line-through;
    color: #212529CC;
    font-weight: 600;
}
.prices{
	display:flex;
	gap:10px;
	padding-bottom: 10px;
}
p.price{
	 color: #212529CC;
    font-weight: 600;
	margin-bottom:10px;
}
.product-availability {
    margin-bottom: 20px;
}