@charset "UTF-8";
/*
Theme Name:     Steinhofpemia Astra Child
Template:       astra
Version:        0.0.7
Author:         FreewayIT
Author URI:     
License:        GNU General Public License v2 or later
Tags:           custom, child theme
*/


/* -------------------------------------------------
   FONTS
-------------------------------------------------- */
/* @font-face {
    font-family: 'Helvetica LT Condensed Bold';
    src: url('/wp-content/themes/wp-steinhofpremia-theme-child/fonts/helvetica-light-condensed-bold/Helvetica-LT-Condensed-Bold.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Condensed Bold';
    src: url('/wp-content/themes/wp-steinhofpremia-theme-child/fonts/helvetica-bold-condensed/helvetica-bold-condensed.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body * {
    font-family: 'Helvetica LT Condensed Bold', 'Helvetica Condensed Bold', Arial, Helvetica, sans-serif, sans-serif !important;
	font-weight: bold;
} */


/* -------------------------------------------------
   ROOT VARIABLES
-------------------------------------------------- */
:root {
  
}


/* -------------------------------------------------
   GLOBAL TYPOGRAPHY & ELEMENTS
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  text-transform: unset !important;
  font-weight: unset !important;
}

button, a {
	box-shadow: none !important;
	/* border-radius: 0 !important; */
	text-transform: unset !important;
}

#page {
	position: relative !important;
}

article.page,
.site-main > .ast-woocommerce-container,
.ast-woocommerce-container > .ast-article-single.product 
{
	background: unset !important;
	padding-left: 2rem !important;
	padding-right: 2rem !important;
} 

body.home article.page
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.site-header {
	position: sticky !important;
	top: 0 !important;
}

.site-primary-header-wrap {
	padding: 0;
}

.ast-primary-header-bar .site-primary-header-wrap {
	max-width: 1200px;
	padding-left: 2rem;
	padding-right: 2rem;
}


body.home .ast-primary-header-bar .site-primary-header-wrap {
/* 	max-width: 1200px !important; */
}


/* Mobile primary menu */
@media (max-width: 922px) {
  .ast-menu-toggle {
    position: absolute !important;
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important; /* poprawione */
  }
}

/* @media (min-width: 768px) {
	.sub-menu {
		background: rgb(29,29,27) !important;
		border: 0 !important;
	}
} */


/* -------------------------------------------------
   HEADER CART & ACCOUNT
-------------------------------------------------- */
.ast-header-woo-cart .ast-addon-cart-wrap {
	display: flex;
	border: unset !important;
}

.ast-woo-header-cart-info-wrap {
	display: none !important;
}

[data-cart-total="0"].astra-icon.ast-icon-shopping-cart::after {
	display: none !important;
}

.ast-header-account-wrap .ast-header-account-type-icon .ahfb-svg-iconset svg.ast-icon-account
{
	width: unset !important;	
}

.ast-icon-account,
#ast-cart-svg {
    height: 1.5rem !important;  /* 🔹 literówka naprawiona */
    color: white !important;
}



/* -------------------------------------------------
   POSTS & BLOG
-------------------------------------------------- */
article.post.type-post,
#comments > #respond{
	background: unset !important;
}

.ast-blog-featured-section.post-thumb 
{
	padding-top: 3rem;
}

.post-thumb-img-content.post-thumb img
{
	border-radius: 25px;
}

.entry-header.ast-blog-single-element.ast-blog-meta-container {
	display: none !important;
}


.ast-read-more-container.read-more a,
.post-navigation .nav-links div a {
	border-radius: 25px;
	padding: 16px 32px;
	font-size: 15px;
	height: unset;
	line-height: 1;
	background: var(--ast-global-color-0);
	color: white;
/* 	border-radius:  */
}



/* -------------------------------------------------
   ELEMENTOR
-------------------------------------------------- */
/* .elementor-element {
	border-radius: 0 !important;
} */

/* Elementor accordion */
.e-n-accordion .e-n-accordion-item {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.e-n-accordion .e-n-accordion-item > .e-n-accordion-item-title,
.e-n-accordion .e-n-accordion-item > div {
	border: none;
}

.e-n-accordion 
.e-n-accordion-item 
.e-n-accordion-item-title .e-n-accordion-item-title-header 
.e-n-accordion-item-title-text {
	font-weight: bold;
}

/* Elementor login form */
.elementor-login.elementor-form 
.elementor-form-fields-wrapper
.elementor-button {
	background: var(--ast-global-color-0) !important;
	padding-top: 1rem; 
	padding-bottom: 1rem;
}



/* -------------------------------------------------
   WooLoyalty
-------------------------------------------------- */
.products .product.product-type-simple .astra-shop-summary-wrap .wooloyalty-total-points {
	display: none !important;
}


.woocommerce-mini-cart-item.mini_cart_item .quantity .wooloyalty-total-points {
	display: none !important;
}

.wooloyalty-or {
	display: none !important;
}

/* body.product-template-default .wooloyalty-or 
{
	display: unset !important;
} */

/* -------------------------------------------------
   WooProductTools
-------------------------------------------------- */


/* -------------------------------------------------
   WOOCOMMERCE - CENY PRODUKTÓW
-------------------------------------------------- */
.cart-subtotal, 
.wpsf-product-price, 
.product-price .woocommerce-Price-amount.amount,
.woocommerce-Price-amount.amount
{
	display: none !important;
}

/* Strona produktu */
/* body.product-template-default .price .woocommerce-Price-amount.amount
{
	display: unset !important;
} */


/* chekcout - order */
.woocommerce-table--order-details .woocommerce-Price-amount.amount {
	display: inline !important;
}


/* -------------------------------------------------
   WOOCOMMERCE - GLOBAL
-------------------------------------------------- */

.content-area.primary {
	margin: 2rem 0 !important;
}

.entry-title,
.woocommerce-products-header__title.page-title
{
	padding: 10px 0;
	color: var(--ast-global-color-2);
	font-size: 38px !important;
}

/* page - container  */
.site-main > .page.type-page,
.site-main > .ast-row > article.post.type-post ,
.ast-woocommerce-container {
	padding-top: 0 !important;
}

.button.add_to_cart_button.added:focus {
    border: none !important;
}

/* wocommerce-info */
.woocommerce-info::before {
	display: none !important;
}

.woocommerce-info  {
	display: flex;
/* 	flex-direction: column; */
	gap: 1rem;
}

.woocommerce-info > a, 
.woocommerce-info > button {
	display: none !important;
}


/* -------------------------------------------------
   WOOCOMMERCE - MINI CART
-------------------------------------------------- */
.woocommerce-mini-cart-item.mini_cart_item .woocommerce-Price-amount.amount {
	display: none !important;
}

.woocommerce-mini-cart__total.total {
	display: none !important;
}

.woocommerce-mini-cart__total.total.woo-loyality-mini-cart-total {
	display: unset !important;
}


.woocommerce-mini-cart__buttons a
{
	background: var(--ast-global-color-0) !important;
	color: white !important;
/* 	background: var(--ast-global-color-4); */

}
/* .woocommerce-mini-cart__buttons buttons */
.woocommerce-mini-cart__buttons a:hover {
	background: var(--ast-global-color-1) !important;
}


/* -------------------------------------------------
WOOCOMMERCE - SINGLE PAGE
-------------------------------------------------- */
.woocommerce-product-gallery {
/* 	border-radius: 1rem; */
/* 	overflow: hidden; */
}

.woocommerce-product-gallery__trigger {
	border-radius: 1000px !important;
}

.button[name="update_cart"] {
	padding: 16px 32px !important;
}

.single_add_to_cart_button.button.alt 
{
	padding: 16px 32px !important;
}

.button.add_to_cart_button:focus {
	border: none !important;
}


/* -------------------------------------------------
   WOOCOMMERCE - SHOP & PRODUCTS
-------------------------------------------------- */
.products li.product.product.shipping-taxable {
	display: flex;
	flex-direction: column;
}

.added_to_cart.wc-forward {
	display: none !important;
}

#tab-reviews,
.reviews_tab,
.posted_in,
li.product .ast-woo-product-category,
.review-rating {
	display: none !important;
}

.astra-shop-thumbnail-wrap {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.astra-shop-summary-wrap > .button.product_type_simple {
	width: 100%;
}

li.product {
	border: none !important;
	background: linear-gradient(to top right, var(--ast-global-color-4), var(--ast-global-color-5)) !important;
/* 	padding: 1rem !important; */
/* 	background: white !important; */
}

li.product > * ,
li.product .astra-shop-summary-wrap > *
{
	margin: 0 1rem;
}

li.product > .astra-shop-thumbnail-wrap {
	padding-top: 1rem;
}

li.product .astra-shop-summary-wrap {
	margin: 0 0;
}

li.product .button.product_type_simple {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	margin: 0 0 !important;
	margin-top: auto !important;
}

@media (min-width: 1024px) {
    .woocommerce ul.products {
/*         display: grid !important; */
        grid-template-columns: repeat(4, 1fr) !important;
/*         gap: 20px !important; */
    }
}

/* -------------------------------------------------
   WOOCOMMERCE - MY ACCOUNT
-------------------------------------------------- */

.woocommerce-MyAccount-navigation {
	display: none;
}

.woocommerce-MyAccount-content {
	width: unset !important;
	float: unset !important;
}

/* page */
.woocommerce-form.woocommerce-form-register.register,
.woocommerce-form.woocommerce-form-login.login
{
	border-radius: 25px !important;
	background: var(--ast-global-color-6) !important;
}

/* login-form  */
#customer_login .u-column1
{
	display: none !important;
}

#customer_login .u-column2
{
	float: unset !important;
}

/* Logged */
.woocommerce-MyAccount-navigation > ul > li br 
{
	float: unset !important;
	display: none !important;
}

.password-input > .show-password-input {
	top: 0 !important;
	right: 0 !important;
}

.woocommerce-MyAccount-navigation-link {
	border: none !important;
}

.woocommerce-MyAccount-navigation-link.is-active a {
	color: white !important;
	background: var(--ast-global-color-0) !important;
}

/* Account details */
.password-input {
	display: flex;
}

.show-password-input {
	padding: .8rem 1.5rem;
}

.woocommerce .show-password-input::after {
  padding: 0 !important;
  margin: 0 !important;
  font-family: WooCommerce;
  content: "\e010"; 
  font-size: 18px; 
  color: white;
}

.woocommerce-Input.woocommerce-Input--text.input-text .show-password-input {
	top: 0 !important; 
	right: 0 !important;
}



/* -------------------------------------------------
   WOOCOMMERCE - PRODUCT SLIDER
-------------------------------------------------- */
.swiper-slide {
	display: flex;
	height: unset !important;
}

.wps-product-data {
	background: var(--ast-global-color-4);
	border: none !important;
	display: flex;
	flex-direction: column;
	padding: 1rem;
}

.sp-wps-product-image-area {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.wpsf-product-img.wp-post-image {
	border: none !important;
}

.wpsp-pagination-dot.swiper-pagination > span {
	height: .4rem !important;
	width: 1.3rem !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

.wpsp-pagination-dot.swiper-pagination > span:first-child {
	border-radius: 4px 0 0 4px !important ;
}

.wpsp-pagination-dot.swiper-pagination > span:last-child {
	border-radius: 0 4px 4px 0 !important ;
}


/* -------------------------------------------------
   TI WISHLIST
-------------------------------------------------- */
.tinvwl-table-manage-list,
.tinvwl-table-manage-list > *,
.tinv-wishlist * {
	border: none;
}

.tinvwl-table-manage-list thead tr th{
	border-bottom: 1px solid black !important;
}

sc-login-form {
	display: none !important;
}

.product-action {
	display: none !important;
}

.tinvwl-table-manage-list tfoot td .tinvwl-to-right{
	width: 100%;
}

.tinvwl-to-left.look_in {
	display: none !important;
}

/* -------------------------------------------------
   FOOTER
-------------------------------------------------- */
.site-footer {
	position: relative;
	padding: 0 !important;
}

.site-footer a {
	color: white !important;
}

.site-footer a:hover {
	color: var(--ast-global-color-0);
}

.site-primary-footer-wrap {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* .site-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	transform: translateX(-50%);
	max-width: 1200px;
	background: var(--ast-border-color);
} */


.site-footer a:hover {
	color: var(--ast-global-color-1) !important;
}


.site-primary-footer-inner-wrap {
	max-width: 1200px !important;
}



/* Social icons */
ul.wp-block-social-links > li.wp-social-link 
{
	background: transparent !important;
}

.site-footer .wp-block-social-links {
	gap: .7rem !important;
}

.site-footer .wp-block-social-links li a > * {
	transform: scale(1.2) !important;
}


