/*
Theme Name: UCLS 2025 Child
Version: 1.0
Description: A child theme of Twenty Twenty
Author: Sol Technology
Template: twentytwenty
*/

@import url("../twentytwenty/style.css");
*, ::before, ::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: initial;
	word-wrap: initial;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	background-color: #38d430;
}
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus)::first-letter, .wp-block-button.is-style-outline, a{
	color: #38d430;
}
p {
	font-family: var(--e-global-typography-text-font-family);
}

/** WooCommerce Styles **/
.woocommerce-products-header__title.page-title {
	font-family: "Oswald", Sans-serif !important;
	font-size: 38px !important;
	font-weight: 400 !important;
	color: #464648 !important;
	margin-top: 0px !important;
	text-align: left;
}
.shop-inner {
	max-width: 1400px !important;
}
.orderby {
	background: #38d430;
	border: 1px solid #38d430;
	color: white;
	padding-top: 9px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 9px;
}
.woocommerce-product-gallery__trigger {
	z-index: 3;
}
.woocommerce-breadcrumb {
	display: none;
}
.shop-sidebar .wp-block-heading {
	font-weight: 400 !important;
	font-family: "Oswald", Sans-serif !important;
	font-size: 22px !important;
}
.shop-sidebar {
	padding-top: 50px;
}
/* Tabs container */
.woocommerce-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #ddd;
}
.shop-page-layout ul.products  {
	text-align: center;
}
.shop-page-layout ul.products li.product .button {
	margin: auto;
}
.homepage-tiles h3.elementor-heading-title {
	text-align: center;
}

/* Individual tabs */
.woocommerce-tabs .tabs li {
  margin: 0;
  border: 1px solid transparent;
  border-bottom: none;
  background: #f9f9f9;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

.woocommerce-tabs .tabs li a {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
}

/* Active tab styling */
.woocommerce-tabs .tabs li.active,
.woocommerce-tabs .tabs li.active a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  color: #000;
  box-shadow: 0 2px 0 #38d430 !important;
}

/* Tab panel (content area) */
.woocommerce-tabs .woocommerce-Tabs-panel {
	padding: 1.618em;
	border: 1px solid #e6e6e6;
	border-top-width: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	max-width: none;
	background: #f9f9fa;
}

/* Optional: smooth fade-in */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/** Shop Fonts **/
.shop-sidebar .wc-block-product-categories-list-item a {
	color: black !important;
	text-decoration: none !important;
	font-weight: 100 !important;
}
.woocommerce-loop-category__title .count {
	background: #e5ffe4 !important;
}
.woocommerce ul.products li.product-category a {
	text-decoration: none !important;
}.woocommerce-loop-product__title {
	font-family: "Oswald", sans-serif;
	font-weight: 100 !important;
}
.shop-sidebar .wc-block-product-categories-list-item__name {
	font-size: 15px !important;
}
@media only screen and (min-width: 1168px) {
.woocommerce .content-area {
	max-width: 1600px;
	padding: 2vw 6vw;
	margin: 0 auto;
}
}

