/*
 Theme Name: Uoko Child
 Template: uoko_theme
 Description: Child theme for UOKO theme - customizations
 Author: Synoria
 Version: 1.0
 Text Domain: uoko-child
*/

/* General product layout */

.product {
    padding: 0 5%;
}

.product-hero {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  margin-top: 2%;
  background-color: #f6f4f0;
  position: relative;
 
}

.single-product-bg {
   width: 40% !important;
}

.single-product-bg img {
  padding: 3% 0 10% 0;
}

.product-header {
  margin-bottom: 4rem;
  margin-top: 4rem;
  text-align: center;
}

.product-title {
  font-size: 2rem;
  margin: 0.5rem 0;
  color: #7C716C !important;
}

.product-collection {
  font-size: 1rem;
  color: #666;
}

.collection h1, .collection h5 {
  text-transform: uppercase !important;
  color: white !important;
}
.collection-hero {
  margin-top: 2%;
}

.category-description {
  padding: 2% 0;
}

/* Accordion */
.accordion {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  background: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7C716C;
}

.accordion-header:hover {
  background: #eee;
}

/* Smooth accordion content */
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  font-size: 0.95rem;
  color: #444;
  background: #fff;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.accordion.active .accordion-content {
  max-height: max-content;
  padding: 1rem;
  overflow: visible;
}

/* Grid layout */
.product-accordions,
.product-attributes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

/* Add to cart */
.product-cart {
  margin-top: 2rem;
  text-align: center;
}

.single_add_to_cart_button {
  background: #000;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
  border: none;
  font-size: 1rem;
  cursor: pointer;
}

.single_add_to_cart_button:hover {
  background: #333;
}

.woocommerce div.product div.images {
  margin-top: 2rem;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 35%;
}

.woocommerce ul.products li.product a img {
  background-color: #f1efeb;
}

.price {
    font-size: 16px !important;
    color: #7C716C !important;
    text-transform: uppercase !important;
    margin-top: 1% !important;
    font-family: sans-serif !important;
    font-weight: 500;
}

.product-price-line {
    height: 1px;
    background-color: #7C716C;
    width: 5%;
    display: flex;
    margin: 2% auto;
    /* margin-top: 2%; */
}

.product-description {
  text-align: center;
  margin-bottom: 4rem;
}

.variations {
  display: flex;
  gap: 30px;
}

.variations .accordion {
  width: 100%;
}

.shop_button {
  display: inline-block !important;
  border: 1px solid #3b3a38 !important;
  padding: 8px 24px !important;
  background-color: #3b3a38 !important;
  border-radius: 50px !important;
  color: white !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
   font-size: 12px !important;
}

.shop_button:hover {
  border-color: #3b3a38 !important;
  background-color: #3b3a38 !important;
  color: white !important;
}

.woocommerce-ordering,
.woocommerce-product-search,
.category-filter {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.wcpscwc-product-slider .products {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}


.woocommerce-products-header {
  padding-top: 3%;
}

/* .site-main .products {
  display: flex;
  justify-content: center;
  padding-top: 2% !important;
} */

.woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product  {
  text-align: center;
}

.swiper-pagination  {
  bottom: -10px !important;
  height: 50px !important;
}

.swiper-pagination-bullet-active {
  background-color: #3b3a38 !important;
}

.wishlist-title-container {
  margin-top: 2%;
}

.button {
   display: inline-block !important;
  border: 1px solid #7C716C !important;
  padding: 8px 24px !important;
  background-color: transparent !important;
  border-radius: 50px !important;
  color: #7C716C !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
   font-size: 12px !important;
}

.button:hover {
   border-color: #3b3a38 !important;
  background-color: #3b3a38 !important;
  color: white !important;
}

.woocommerce-info {
  background-color: #f6f4f0 !important;
  border-top-color: #3b3a38 !important;
}

.woocommerce-info::before {
  color: #3b3a38 !important;
} 

.custom-products-wrapper {
  padding: 0 5% !important;
}

.custom-products-wrapper .products {
  display: flex;
  justify-content: center;
  padding: 2% 0 !important;
}

.custom-products-wrapper-loop {
  padding: 0% 5%;
}

.woocommerce-cart-page {
  padding: 2% 5% !important;
}

.checkout-page-custom {
  padding-top: 2% ;
}

.slick-prev {
  left: -35px !important;
  top: 155px !important;
}
.slick-next {
  right: -35px !important;
  top: 155px !important;
}

.swiper-slide img {
  /* max-width: 40% !important; */
  place-self: center !important;
}

.swiper-navigation-icon {
  fill: #3b3a38 !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #3b3a38 !important;
  display: none !important;
}

.woocommerce .col2-set {
  padding-top: 3% !important;
}

.slick-list .slick-slide .price, .slick-list .yith-add-to-wishlist-button-block {
  display: none !important;
}

th, bdi {
  color: #7C716C !important;
}

.woocommerce-shipping-methods label {
  color: #7C716C !important;
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 10;
}

.product-image-wrapper {
  position: relative;
}   

.text-wrapper {
    text-align: center;
    padding: 0 20%;
}

.extra-category-text p {
  font-size: 28px;
  color: #7C716C;
  font-style: italic;
  font-family: "BritishGreen", serif;
  padding-bottom: 5%;
}

/* Opšta razdaljina između headera i sadržaja na My Account stranicama */
body.woocommerce-account .site-content,
body.woocommerce-account .content-area,
body.woocommerce-account .container {
  padding-top: 3%; /* ili margin-top: 40px; zavisi od strukture teme */
}

select {
  padding: 5px;
  color: #7C716C;
  border-color: #7C716C;
}

 
.shop-title {
  text-transform: uppercase;
}

#coupon_code {
  min-width: 130px;
}

.checkout-button {
  font-size: 16px !important;
}

.cky-btn {
  border-radius: 50px !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
}

.accordion-content {
  text-align: start !important;
}

.odrzavanje {
  width: 25% !important;
}

.slick-dots {
  display: none !important;
}

.hero-category {
  margin-top: 2%;
}

.woocommerce ul {
  padding: 0 !important;
}

.sbi_header_text {
  padding: 2%;
}

#sb_instagram {
  padding: 2%;
}

.wrapper-instagram-feed {
	width: 100%;
	padding-top: 3%;
}

/* .animated-section {
  height: 90vh !important;
} */

.archive .woocommerce-loop-product__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.stock {
      color: #7C716C !important;
      font-weight: bold !important;
      font-size: 16px !important;
      padding-bottom: 5px;
  }

@media (max-width: 991px) {
  .home-wrapper {
    padding-top: 15%; 
    justify-content: start !important;
  }

  .home-mobile {
    margin-top: 5%;
  }

  .slick-next {
    right: 5px !important;
  }

  .slick-prev {
    left: 5px !important;
  } 

  .container {
    padding-right: calc(var(--bs-gutter-x) * 1) !important;
    padding-left: calc(var(--bs-gutter-x) * 1) !important;
  }

  .text-wrapper {
    padding: 0% 0% !important;
  }

  .category-description {
    padding: 10% 0% !important;
  }

  .custom-products-wrapper .products {
    display: block !important;
  }

  .collection-hero {
    background-position: right !important;
    padding: 0% !important; 
  }

  .button {
    font-size: 12px !important;
  }

  .woocommerce .woocommerce-ordering {
    float: left !important;
  }

  .extra-category-text p {
    font-size: 22px !important;
  }

  .collection  {
    /* margin-top: 14% !important; */
  }

  .woocommerce-cart-page .woocommerce {
    margin-top: 20% !important;
  }

  .single-product-bg {
    width: 100% !important;
  }
  .product-accordions {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0 !important  ;
  }
  .single-product-bg img {
    padding: 0 !important;
  }

  .uoko-container {
    padding-top: 20% !important;
  }

  .archive {
    padding-top: 14% !important;
  }

  .product-hero {
    margin-top: 25% !important;
  }

  .shop-title-wrapper {
    margin: 5% 0% !important;
  }

  .collection-hero {
    margin-top: 0% !important;
  }

  .odrzavanje {
    width: 30% !important;
  }

  .woocommerce-loop-product__title {
    font-size: 16px !important;
  }

  .price {
    font-size: 14px !important;
  }

  }