/*
Theme Name: Webrian Child
Template: hello-elementor
Author: Webrian
Author URI: https://webrian.pl
Version: 1.0.1757365719
Updated: 2025-09-08 21:08:39


p, a, span, li, ol, input{
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}*/
ul, ol{
	margin-bottom:15px;
}
.woocommerce .woocommerce-breadcrumb::before{
	content:none;
}
.woocommerce-notices-wrapper {
    max-width: 1440px;
    margin: auto;
}
.woocommerce-info {
    border-top-color: var(--e-global-color-41f1717);
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.woocommerce-info::before {
    color: var(--e-global-color-accent);
}
.elementor-menu-cart__toggle .elementor-button:focus{
	background-color:transparent!important;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{
	color:#fff!important;
}
.elementor-menu-cart__products {
    height: calc(100vh - 280px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.main-menu ul.sub-menu{
    gap: 40px 30px;
    columns: 3;
    padding: 10px 40px 40px 40px!important;
	column-gap: 30px;
}
ul.sub-menu li a {
    font-size: 15px !important;
	font-weight:500!important;
}
nav.woocommerce-breadcrumb {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
	flex-wrap: wrap;
	/*font-family: var( --e-global-typography-primary-font-family ), Sans-serif!important;*/
	font-size:13px!important;
}
nav.woocommerce-breadcrumb a {
	font-size:13px!important;
}
span.breadcrumb-separator {
    display: flex;
    align-items: center;
}
.dostepnosc p{
	font-size: 10px;
	font-weight:500;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0px;
	text-transform:uppercase;
	color:#656565;
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
p.in-stock::before{
	content: "";
    display: inline-block; 
    width: 8px; 
    height: 8px; 
    background-color: #3dca41; 
    margin-right: 8px; 
}
p.out-stock::before{
	content: "";
    display: inline-block; 
    width: 8px; 
    height: 8px; 
    background-color: #CF1E35; 
    margin-right: 8px; 
}
.product-carousel p.price {
    display: flex;
    align-items: baseline;
    gap: 5px;
    flex-direction: row-reverse;
    justify-content: flex-end;
	color:var(--e-global-color-text)!important;
}
.product-carousel p.price ins {
    text-decoration: none;
}
.product-carousel p.price del {
    opacity: .5;
    font-size: 16px;
}
.header-dark :is(h1, h2, h3, h4, h5, h6){
	position: relative;
  padding-bottom: .2em; 
	width: fit-content;
}

.header-dark :is(h1,h2,h3,h4,h5,h6)::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;           
  transform: none;     
  width:30%;         
  height: 4px;         
  background: var(--e-global-color-accent);
  border-radius: 1px;
}
.header-dark.tight :is(h1, h2, h3, h4, h5, h6){
	padding-left: 15px;
}
.header-dark.tight :is(h1, h2, h3, h4, h5, h6)::before{
	width: 3px;  
}
/** Przycisk add to cart na KP **/

.custom-btn form.cart {
    flex-wrap: wrap;
    margin-bottom: 2em;
    display: flex;
    gap: 10px;
    margin-left: -10px;
}
@media (max-width: 450px){
.custom-btn form.cart {
    gap: 16px;
    margin-left: 0px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
}
.custom-btn .quantity {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0;
	height: 45px;
}
.custom-btn button.minus{
	border-radius: 4px 0px 0px 4px!important;
    background: transparent;
    border: 1px solid var(--e-global-color-0dc6525);
	display: flex;
    align-items: center;
	padding: 0px 15px;
}
.custom-btn button.minus:hover{
	background-color:var(--e-global-color-accent);
	border: 1px solid var(--e-global-color-accent);
}
.custom-btn button.plus{
	border-radius: 0px 4px 4px 0px!important;
	display: flex;
    align-items: center;
	background-color:var(--e-global-color-0dc6525);
	border: 1px solid var(--e-global-color-0dc6525);
	padding: 0px 15px;
}
.custom-btn button.plus:hover{
	background-color:var(--e-global-color-accent);
	border: 1px solid var(--e-global-color-accent);
}
.custom-btn .quantity .qty{
	font-size: 20px;
	border-radius:0px;
	border-top: 1px solid var(--e-global-color-0dc6525);
	border-bottom: 1px solid var(--e-global-color-0dc6525);
	border-left: 0px;
	border-right: 0px;
	width: 3em;
	outline:none;
}
.custom-btn  button.single_add_to_cart_button {
    border-radius: 4px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
	color:#fff;
	font: 500 16px/24px var( --e-global-typography-primary-font-family ), Sans-serif;
	text-transform: none;
	background-color:var(--e-global-color-accent)!important;
	height: 45px;
}
.custom-btn  button.single_add_to_cart_button:hover {
	background-color:var(--e-global-color-secondary)!important;
}
.custom-btn  button.single_add_to_cart_button img{
	width:20px;
}
.custom-btn input[type="radio"].variant-radio {
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f0f0f0; 
    border: 2px solid #d1d1d1; 
    width: 20px; 
    height: 20px; 
    border-radius: 3px; 
    position: relative;
    cursor: pointer;
    outline: none;
    margin-right: 10px; 
}
.custom-btn input[type=number]::-webkit-inner-spin-button, 
.custom-btn input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    margin: 0!important;
}
.custom-btn input[type=number] {
    -moz-appearance: textfield!important; /* Dla Firefox */
}
/**wyszukiwarka**/
@media (min-width: 1025px){
	.search-header {
    width: 40%;
}
}
@media (max-width: 1024px){
	.search-header {
    margin-bottom: 5px!important;
}
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 16px 0px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	border-radius:0px;
	padding: 12px 48px 12px 18px;
    line-height: 18px;
    font-size: 13px;
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	background:#F5F5F5;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{
	background:#F5F5F5;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	left:unset;
	right:20px;
	top:21px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-color:transparent;
	background:#F5F5F5!important;
}
.main-nav a.top-link {
    padding: 0 !important;
}
/**KP**/
.kp-dane span.product-label{
	position:relative;
}
@media (max-width: 768px){
.kp-dane .kp-etykieta{
	position:relative!important;
}
}
.kp-content ul{
	margin-bottom:14px;
}
span.product-label {
	top: 0;
	position: absolute;
    padding: 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
	line-height: 21px;
	color:#fff;
	letter-spacing: 0.03em;
}
span.product-label.product-label--new{
	background:var(--e-global-color-e4fa192);
}
span.product-label.product-label--sale{
	background:#990100;
}
span.product-label.product-label--bestseller{
	background:#1A1A1A;
}
.kp-dane p.price{
	color:var(--e-global-color-text)!important;
	display: flex;
    gap: 8px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
	align-items: baseline;
}
.kp-dane p.price del{
	font-size:24px;
}
.kp-dane p.price ins{
	font-weight:500!important;
}
.kp-dane .tinvwl_add_to_wishlist_button {
    visibility: unset;
}
.kp-dane .tinvwl_add_to_wishlist_button span{
	font-size:14px;
	line-height: 23px;
}
/**Obeserwowane **/

.tinv-wishlist .tinvwl-table-manage-list th, .tinv-wishlist .tinvwl-table-manage-list td {
    border: none;
}
.tinv-wishlist table thead:first-child tr:first-child th{
	border-block-start:none;
}
.tinv-wishlist .product-action {
    display: table-cell;
}
.tinv-wishlist .product-action button {
    background-color: var(--e-global-color-accent)!important;
    padding: 13px 20px;
}
.tinv-wishlist .product-action a {
    padding: 13px 20px;
}
.tinv-wishlist td.product-name a{
	color: var(--e-global-color-text);
}
/** menu **/

.mobile-menu .menu-icon .elementor-icon-wrapper {
    height: 20px;
}
.mobile-menu .search-header {
    width: 100%;
}
.main-menu-mobile li.promo a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 22px;
	margin-right:4px;
	background-image: url('/wp-content/themes/webrian-child/icons/promo-menu.svg');
}
/**Blog**/
ul.wp-block-list {
    margin-block-end: .9rem;
}
.post-content :is(h1, h2, h3, h4, h5, h6) strong{
	font-weight:600!important;
}
.post-content :is(h1, h2, h3, h4, h5, h6) {
	margin-top:30px;
}
.read-more-href a{
	display:flex;
}
.read-more-href a::after{
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 22px;
	background-image: url('/wp-content/themes/webrian-child/icons/back.svg');
}
.pswp__bg{
	background:#000000cc;
}
.artist-loop img{
    width: 100%;
    height: 320px!important;
    object-fit: cover;
	}
.copy-footer a{
	font-weight:400!important;
}

a.button-slider {
    padding: 4px 15px;
    border: 1px solid var(--e-global-color-text);
	color: var(--e-global-color-text)!important;
}

a.button-slider:hover {
    border-color: var(--e-global-color-accent);
	color: #fff!important;
	background-color: var(--e-global-color-accent);
	transition: all 0.4s ease!important;
}
.slider-text .elementor-element{
	padding:0!important;
}
.dgwt-wcas-ico-magnifier-handler{
	height:60px;
}