/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.tv-breadcrumb{
    display: flex;
    align-items: center;
    gap: 10px;
}
.tv-breadcrumb a{
    color: #9CA3AF;
    font-weight: 400;
    font-size:14px;
}
.tv-breadcrumb span{
    font-weight: 400;
    font-size: 14px;
    color:#4B5563;
}
.tv-product-tabs {
  margin-top: 5px;
  margin-bottom:20px;
}
.tv-tab-nav {
    display: flex;
    gap: 35px;
    list-style: none;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding: 0;
  
}
.tv-tab-nav li {
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    font-family: "Experta", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0px;
    color:#4B5563;
}
.tv-tab-nav li.active {
  font-weight: 500;
  border-bottom-color: #000;
  color:#111827;
}
.tv-tab-panel {
  display: none;
}
.tv-tab-panel.active {
  display: block;
}
.tv-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px;
}
.tv-info-grid .item label{
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
    display: block;
    margin-bottom: 10px;
    font-family: "Experta", Sans-serif;
}
.tv-info-grid .item p{
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    margin: 0;
    color:#111827;
    font-family: "Experta", Sans-serif;
}
.tv-info-grid .item .item-img{
    display: flex;
    align-items: center;
    gap: 20px;
}
.tv-info-grid .item .item-img img{
    display:block;
    width: 105px;
}

.collection-slider .item {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.collection-slider .item .icon{
    position: absolute;
    top: 25px;
    right: 25px;
}
.collection-slider .item .icon img{
    width:44px;
}
.collection-slider img {
    width: 100%;
    display: block;
}
.collection-slider h3 {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    font-family: "Experta", sans-serif;
}
.app-slider .item{
    background: #fff;
}
.app-slider .item .box-content{
    padding: 25px 30px;
}
.app-slider .item .box-content h3{
    font-family: Experta, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    vertical-align: middle;
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    transition:.3s all ease;
}
.app-slider .item a:hover h3{
    transition:.3s all ease;
    color:#D80303;
}
.app-slider .item .box-content p{
    font-family: Experta, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #4B5563;
    margin: 0;
}
#tv-filter .box-search{
    display: flex;
    gap: 15px;
    margin-bottom:20px;
}
#tv-filter .box-search input{
    border: 1px solid #E5E7EB;
    font-family: Experta;
    font-weight: 400;
    font-size: 14px;
    color:#374151;
}
#tv-filter .box-search select{
    border: 1px solid #E5E7EB;
    font-family: Experta;
    font-weight: 400;
    font-size: 14px;
}
#tv-filter .box-search input:focus-visible,
#tv-filter .box-search select:focus-visible{
    outline:none;
}
#tv-filter .box-search select option{
    font-weight:400;
    color:#374151;
}
#tv-filter .box-tick{
    display: flex;
    align-items: center;
    gap: 15px;
}
#tv-filter .box-tick .tv-remove-filter{
    font-size: 14px;
    background: #F9FAFB;
    border: 1px solid var(--Border-border-secondary, #E5E7EB);
    color: #374151;
    padding: 0px 12px;
    line-height: 35px;
    display: inline-block;
    font-weight: 400;
    cursor:pointer;
}
#tv-filter .box-tick #tv-reset{
    font-size: 14px;
    background: #F9FAFB;
    border: 1px solid var(--Border-border-secondary, #E5E7EB);
    color: #374151;
    padding: 0;
    width: 80px;
    line-height: 35px;
}
#tv-filter #tv-active-filters{
    display:flex;
    gap:10px;
}
#tv-products .tv-products-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
}
#tv-products{
    margin-top:35px;
}
.tv-product a{
    display:block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.tv-product:hover h4 {
    opacity: 0;
}

.tv-product a::before {
  content: "";
  position: absolute;
  background: rgba(255, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

.tv-product:hover a::before {
  opacity: 1;
}

.tv-product a .tv-view-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: #fff;
  color: #D80303;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 400;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.tv-product:hover a .tv-view-detail {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.tv-product img{
    display: block;
}
.tv-product h4{
    margin: 0;
    font-family: Experta;
    font-weight: 400;
    font-size: 20px;
    color: #111827;
    margin-top:15px;
}
.tv-pagination {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}

.tv-pagination a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #1F2937;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 400;
    font-family: 'Experta';
    text-align: center;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tv-pagination a.active {
    background: #F3F4F6;
}

.tv-pagination a:hover {
    background: #F3F4F6;
}

.tv-pagination .dots {
    color: #999;
}
.tv-pagination img{
    display:block;
}
