/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: Child theme for Hello Elementor
 Author: Your Name
 Template: hello-elementor
 Version: 1.0.0
*/

/* Add your custom styles below */

@import url("https://use.typekit.net/xog3vbp.css");

h1,h2,h3,h4, .marquee-content, .elementor-nav-menu .menu-item a, .price bdi, h3 a,  h4 a, h5 a, .button, .pluk-card-price, .pluk-add-btn{
  font-family: "halyard-display", sans-serif !important;
	font-weight: 500 !important;
}
.price{
	font-family: "halyard-display", sans-serif !important;
	font-weight: 400 !important;
}
h5{
	font-family: "halyard-display", sans-serif !important;
	font-weight: 400 !important;
}
p, strong, a, .sub-menu .menu-item a, .woocommerce-loop-category__title{
	font-family: "DM Sans",sans-serif !important;
}
body{
	background: white !important;
}
@media(max-width: 480px){
	.marquee-content {
		font-weight: 400 !important
	}
}
.page-header .entry-title{
	display: none !important;
}
body {
    background-color: #f5f5f5; /* Replace with your color */
}

/* Common input styling */
.elementor-form .elementor-field-group {
  position: relative;
}

.woocommerce-message {
    border-top-color: #0984E3;
}

.woocommerce-message::before {
    color:  #0984E3;
}

.woocommerce form .form-row label {
    line-height: 2;
    color: #000000;
		font-size:17px;
	
}
form.woocommerce-form.woocommerce-form-login.login {
    border: none;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #0876cc;
    color: white;
	width: 130px;
	line-height:35px;
	border-radius: 5px;
}

.u-column1.col-1 h2 {
	color:black;
}

.u-column2.col-2  h2{
	color:black;
}
form.woocommerce-form.woocommerce-form-register.register {
    border: none;
}

.woocommerce-privacy-policy-text p{
		font-size:13px;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	    background-color: #0876cc;
    color: white;
	width: 130px;
	line-height:35px;
	border-radius: 5px;
	
}

.onsale {
		background-color: #0984E3 !important;
    font-weight: 800 !important;
    border-radius: 5px !important;
    padding: 3px 5px !important;
    font-size: 10px !important;
	text-transform: uppercase;
	z-index: 2 !important;
	margin: 0px !important
}

.price .woocommerce-Price-amount:nth-child(3){
    display: none;
}
.price span:nth-child(2){
    display: none;
}
.price ins{
    display: none !important;
}
.price del{
    text-decoration: none;
    opacity: 1 !important;
}
.price del .amount{
    color: black !important;
}

.tinvwl_add_to_wishlist_button, .wishlist_item td.product-name a{
    color: #0984E3 !important;
}

.tinvwl-buttons-group.tinv-wishlist-clear button {
    background-color: #0984E3;
    color: white;
}


@media (min-width: 480px) {
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    display: flex;
    flex-direction: row-reverse;
  }

  ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-direction: column;
    max-height: 550px !important;
    overflow-y: auto !important; /* ✅ Scrollbar only when needed */
    overflow-x: hidden !important;
    scrollbar-width: thin; /* Firefox */
		width: 150px;
  }

  /* Optional: prettier scrollbar for Chrome/Edge */
  ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
    width: 6px;
  }
  ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }

  .flex-control-thumbs li img {
    height: 100px !important;
    object-fit: cover;
  }

  .flex-control-thumbs li {
    width: 100% !important;
  }
}

header{
    z-index: 9999 !important;
    position: relative;
}

/* --- Base product setup --- */
.woocommerce ul.products li.product {
    position: relative;
    overflow: hidden;
}

/* --- Custom buttons container --- */
.custom-product-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

/* --- Show buttons on hover --- */
.woocommerce ul.products li.product:hover .custom-product-buttons {
    display: flex;
}

/* --- Common button styles --- */
.custom-product-buttons .custom-icon,
.custom-product-buttons .tinv-wrap,
.custom-product-buttons .tinvwl_add_to_wishlist_button {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/* --- Hover animation --- */
.custom-product-buttons .custom-icon:hover,
.custom-product-buttons .tinv-wrap:hover,
.custom-product-buttons .tinvwl_add_to_wishlist_button:hover {
    background: #0984E3;
    color: #fff;
    transform: scale(1.1);
}

/* --- Wishlist heart icon fix --- */
.custom-product-buttons .tinvwl_add_to_wishlist_button {
    font-size: 0 !important; /* hide text */
    position: relative;
}

/* Empty heart (not in wishlist) */
.custom-product-buttons .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    content: "\f004"; /* Empty heart (regular outline) */
    font-family: "Font Awesome 5 Free";
    font-weight: 400; /* Regular style */
    font-size: 18px;
    color: #0984E3;
    transition: all 0.3s ease;
}

/* Filled heart (product in wishlist) */
.custom-product-buttons .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    content: "\f004"; /* Solid heart (filled) */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Solid style */
    font-size: 18px;
    color: #0984E3;
    transition: all 0.3s ease;
}

/* Hover effect */
.custom-product-buttons .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:hover:before {
    transform: scale(1.2);
    color: #fff !important;
}

.custom-icon{
	color: #0984E3 !important;
}

.custom-icon:hover i{
	color: #fff !important
}
/* --- Make sure default wishlist is hidden outside custom container --- */
.tinv-wrap {
    display: none !important;
}

/* --- Mobile responsive --- */
@media (max-width: 480px) {
    .custom-product-buttons {
        gap: 6px;
        top: 55%;
    }

    .custom-product-buttons .custom-icon,
    .custom-product-buttons .tinv-wrap,
    .custom-product-buttons .tinvwl_add_to_wishlist_button {
        padding: 8px;
        font-size: 14px;
        width: 36px;
        height: 36px;
    }
}

/* Hide text labels completely */
.custom-product-buttons .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text,
.custom-product-buttons .tinvwl_add_to_wishlist_button .tinvwl_remove_from_wishlist-text,
.custom-product-buttons .tinvwl-tooltip, .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper.tinvwl-woocommerce_after_shop_loop_item, a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.disabled-add-wishlist span, a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after span {
    display: none !important;
}


@media(max-width: 480px){
	.products li {
			padding-top: 25px !important;
	}
}

.custom-variation-wrapper .variations .label, a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after, .woocommerce-error, .post_data .price, a.button.product_type_variable.add_to_cart_button{
	display: none !important;
}

.custom-variation-wrapper .price bdi, .post_data .price span{
	color: black;
}

/* Show price only for single variation variable products */
.single-variation .post_data .price {
    display: block !important;
}
.woocommerce-mini-cart{
	  display: flex;
    flex-direction: column;
}

/* .post_data .price span bdi{
	color: #0984e3;
}
.post_data .price span bdi::before{
	content: "Product price: "
}
.custom-variation-wrapper .price span bdi{
	color: black;
}
.custom-variation-wrapper .price span bdi::before{
	content: "Variation price: ";
} */
.custom-variation-wrapper .price{
	display: block !important;
}

.variations td.value{
	background: none;
	border: none;
	padding: 10px 0px;
}

.variations td.value .reset_variations{
	display: none;
}

.variations td.value select{
	background: none;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #c7c7c7;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.single_add_to_cart_button.button.alt{
	display: block !important;
}


/* Quantity wrapper */
.pluk-qty-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f7f7;
  height: 42px;
}

/* Buttons */
.pluk-qty-btn {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555 !important;
}

/* Hover effect */
.pluk-qty-btn:hover, .pluk-qty-btn:focus {
  background: none !important;
}

/* Quantity number */
.pluk-qty-input {
  width: 50px;
  height: 42px;
  border: 0px !important;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  outline: none;
}

/* Remove browser arrows */
.pluk-qty-input::-webkit-inner-spin-button,
.pluk-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pluk-qty-input {
  -moz-appearance: textfield;
}

.pluk-add-btn:hover, .pluk-add-btn:focus{
	background-color: rgb(8, 121, 209) !important;
}

.product .price{
	display: none !important;
}