@charset "UTF-8";

/* 
Theme Name:		 Uptrend
Description:	 Uptrend is a child theme of Storefront
Author:			 Eniverse
Author URI:		 https://eniverse.pl/
Template:		 storefront
Version:		 1.0.0
Text Domain:	 uptrend
*/

/* GLOBAL */
body {
    font-family: "futura-pt", sans-serif;
}
/* HEADER */
.menu-header-container .menu {
    display: flex;
    list-style: none;
    margin: 0;
}
.menu-header-container .menu li {
    margin-right: 15px;
}
.menu-header-container .menu li a {
    font-size: 16px;
    line-height: 88px;
}


/* PRODUCTS ITEM */
ul.products li.product {
    border: 0;
    border-radius: 0;
    text-align: left;
}
.woocommerce .product .thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #efebe0;
}
.woocommerce .product figure{
    z-index: 1;
    overflow: hidden;
    margin-bottom: 0;
}
.woocommerce .products .product .product-wrapper .thumbnail-wrapper img {
    width: 100%;
}
.woocommerce .product figure img {
    margin: 0!important;
}
.woocommerce .product figure img:first-child {
    position: relative;
    z-index: 2;
    transition: opacity 400ms ease 0s;
}
.woocommerce .product .thumbnail-wrapper figure img:first-child{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: opacity 400ms ease 0s;
}
.woocommerce .product figure img:last-child {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    transition: opacity 400ms ease 0s;
    opacity: 0;
}
.woocommerce .product .thumbnail-wrapper:hover figure img:last-child {
    opacity: 1;
}
.woocommerce .product .thumbnail-wrapper:hover figure img:first-child {
    opacity: 0;
}
/* PRODUCT LABEL */
.woocommerce .product .product-label {
	position: absolute;
	right: auto;
	left: 10px;
	top: 10px;
	bottom: auto;
	z-index: 2;
	text-align: center;
}
.woocommerce .product-label > span {
    text-transform: uppercase;
	width: auto;
	min-width: 50px;
	min-height: 20px;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	padding: 0;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 20px;
    border-radius: 0;
    border: 0;
    margin-bottom: 4px;
}
.woocommerce .product-label > span.trends {
    color: #fff;
	background-color: #000;
}
.woocommerce .product-label > span.onsale {
    color: #fff;
	background-color: #AA1F3A;
}
.woocommerce .product-label span span{
	padding: 2px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	position: relative;
	justify-content: center;
}
/* PRODUCT TITLE */
.woocommerce .meta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 10px;
    margin-top: 12px;
}
.woocommerce .meta-wrapper .product-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
}
.woocommerce .meta-wrapper .product-name {
    padding: 0;
    margin: 0;
}
.woocommerce .meta-wrapper h3 a {
    font-family: "pf-marlet-display", sans-serif;
    font-size: 21px;
    color: #000;
    display: block;
}
/* PRODUCT PRICE */
ul.products li.product .price {
    margin: 0;
}
.price ins .amount {
    color: #AA1F3A;
}
/* PRODUCT CATEGORIES */
.product-categories a {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    color: #5E5B58;
}
/* WISHLIST */
.thumbnail-wrapper .wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #FFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 3;
}
.wishlist .yith-wcwl-add-to-wishlist {
    position: relative;
    top: 6px;
    left: 2px;
}
/* ADD TO CART */
.thumbnail-wrapper .product-group-button > div {
    height: auto;
    position: absolute;
    top: auto;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 0;
    transition: opacity 250ms ease 0s;
    opacity: 0;
    z-index: 4;
}
.product-wrapper:hover .product-group-button > div {
	opacity: 1;
}
.product-wrapper .product-group-button > div > a {
    display: block;
    background-color: #000;
    color: #FFF;
}
/* BREADCRUMBS */
.woocommerce-breadcrumb a {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

.woocommerce-breadcrumb a:first-of-type::before {
    display: none;
}
@media (min-width: 768px) {
    .storefront-breadcrumb {
        padding: 32px 0;
        margin-bottom: 0;
    }
}

.elementor-widget-wc-archive-products .storefront-sorting:last-of-type {
  display: none !important;
}

.woocommerce-filtering {
    
    margin-right: 1em;
    float: left;
}
.woocommerce-filtering .filter {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
  padding: 10px 14px;
    border: 1px solid #191411;
    background-color: #191411;
    border-radius: 6px;
    display: flex
;
    align-items: center;
    gap: 6px;
    
    color: #FFF;
}
/* SORTOWANIE */

/* FILTROWANIE */
.wpfFilterWrapper .wfpDescription {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.wpfFilterButtons .wpfFilterButton {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 14px;
    border: 1px solid #191411;
    background-color: #191411;
    border-radius: 6px;
    color: #FFF;
}
.wpfFilterButtons .wpfClearButton {
    font-family: "futura-pt", sans-serif;
    padding: 10px 14px;
    border: 1px solid black;
    background-color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #191411;
}
/* SINGLE PRODUCT */
.single-product div.product p.price {
    margin-top: 24px;
    margin-bottom: 0; 
}
p.stock {
    display: none;
}
.info-box p {
    margin: 0;
}
.elementor-lightbox .elementor-lightbox-image {
    background-color: #efebe0!important;
}

/* MOJE KONTO */
body.woocommerce-account {
    background-color: #F9F7F3;
}
.woocommerce-MyAccount-navigation {
    background-color: #FFFCF9;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 16px 40px;
}
.woocommerce-MyAccount-navigation ul li a::before {
    display: none;
}
.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #191411;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #FFF;
}
.woocommerce-MyAccount-content {
    width: 70%;
    float: left;   
}
.woocommerce-MyAccount-content .account-box {
    padding: 40px;
    background-color: #FFFCF9;
    border: 1px solid #B9B5AD;
    margin-bottom: 40px;
}
.woocommerce-MyAccount-content .account-box p {
    margin-bottom: 0;
}
.woocommerce-MyAccount-content .account-box .two-columns {
    display: flex;
}
.woocommerce-MyAccount-content .account-box .two-columns > .left-column {
    width: 66.6666%;
    margin-right: 2rem;
}
.woocommerce-MyAccount-content .account-box .two-columns > .right-column {
    width: 33.3333%;
}
.woocommerce-MyAccount-content .account-box .two-columns .span-1 {
    font-family: "pf-marlet-display", sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
}
.woocommerce-MyAccount-content .account-box .two-columns .span-2 {
    font-family: "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce-MyAccount-content .account-grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.woocommerce-MyAccount-content .account-grid .account-box {
    margin:0;
}
.woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    gap: 40px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    width: 50%;
}
.woocommerce-MyAccount-content fieldset,
.woocommerce-MyAccount-content fieldset legend {
    background-color: unset;
}
.woocommerce-MyAccount-content fieldset {
    padding: 0;
}
/* WISHLIST, RECENTLY VIEW */
ul.realization,
ul.recently-viewed-products,
ul.wishlist-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    list-style-type: none;
    margin: 0;
}
@media (max-width: 1024px) {
    ul.realization,
    ul.recently-viewed-products,
    ul.wishlist-products {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    ul.realization,
    ul.recently-viewed-products,
    ul.wishlist-products {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* TERM DESCRIPTION */
.term-description:before {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #f9f7f300 0, #f9f7f3 100%);
}
.term-description h2 {
    font-size: 24px;
}
.term-description p+h2 {
    margin-top: 40px;
}
/* SEARCH */
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: 0;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
/* .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder, */
/* .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder { */
    color: #fff !important;
    font-style: normal !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
    color: #fff !important;
    font-style: normal !important;
}
/* .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder,
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder,
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder,
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
    color: #fff !important;
    font-style: normal !important;
} */
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-style: normal !important;
    color: #fff !important;
    opacity: 1 !important;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    min-width: 30px;
    background-color: transparent;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    content: none;
}

body,
.wp-block,
h1, h2, h3, h4, h5, h6,
.stackable-block-content {
    font-family: "pf-marlet-display", sans-serif;
}
.has-pf-marlet-display-font-family {
    font-family: "pf-marlet-display", sans-serif !important;
}

:root {
  --wp--style--global--wide-size: 1520px;
  --wp--style--global--content-size: 1200px;
}
.elementor-container *[class*="wp-block"].alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    left: 0;
    right: 0;
}