/*
Theme Name: cyberiusz-shop
Description: 
Template: cyberiusz-shop
Version: 1.0.0
Author: BC
Author URI: 
Text Domain: 
*/


html{
	  font-family: "Inter", sans-serif;
	  font-weight:400;
}

.container {
    max-width: 1330px;
    margin: 0 auto;
}
h2{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height:1.2;
    color:#1f2933;
    font-size:52px;
}
.container .row {
    display: flex;
    gap: 62px;
    align-items: center;
}
.Sociality {
    margin: 170px 0 120px 0px;
}
.container .row div {
    width: 50%;
}
.Sociality p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #3e4c59;
}
.innerAtt {
    width: 100% !important;
    border-left: 2px solid #6468f3;
    padding-left: 30px;
}
.innerAtt strong {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #3e4c59;
    margin-bottom: 15px;
    display: block;
}
.Sociality img {
    box-shadow: 0px 30px 50px 0px rgba(44.999999999999986, 53, 67.99999999999997, 0.14);
    border-radius: 20px;
}

.nav-menu li a {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #3E4C59;
}
    .site-header {
        border-bottom-color: transparent;
    }
	
.Hero-Section {
    background-color: #EEFBFF;
    background-image: url(http://program-lojalnosciowy.cyberiusz.pl/wp-content/uploads/2026/03/bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 140px 0px 0px 0px;
    position: relative;
}
header#masthead {
    background-color: #EEFBFF;
    background-image: url(http://program-lojalnosciowy.cyberiusz.pl/wp-content/uploads/2026/03/bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 0;
}
span.woocommerce-Price-amount.amount {
    opacity: 0;
}
ul.option li {
    list-style: none;
}
ul.option {
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    display: flex;
    justify-content: right;
    gap: 12px;
}
.header-cart svg {
    width: 19px;
    height: 19px;
}
    .woocommerce-active .site-header .main-navigation {
        margin-right: 0;
    }

ul.option span.cart-counter {
    background: #6468f3;
    color: #fff;
    display: block;
    position: absolute;
    top: -11px;
    right: -19px;
    padding: 0;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
}

    .main-navigation ul.menu, .main-navigation ul.nav-menu {
        margin-left: 0;
    }

.Hero-Section p.Subtitle {
    text-align: center;
    color: #3e64ff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}
.Hero-Section .Desc {
    color: #3e4c59;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.Hero-Section a {
    padding: 19px 38px 19px 38px;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: None;
    line-height: 1em;
    letter-spacing: 0em;
    color: #FFF;
    background-color: #3e64ff;
    border-style: none;
    border-radius: 10px;
    width: max-content;
    display: block;
    margin: 0 auto;
}
.Hero-Section img {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 65px;
    border-radius: 20px;
    z-index: 3;
    position: relative;
    box-shadow: 0px 30px 50px 0px rgba(44.999999999999986, 53, 67.99999999999997, 0.14);
}
.Hero-Section::after {
    content: '';
    background: #fff;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.Hero-Section h1 {
    text-align: center;
    font-size: 72px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    max-width: 840px;
    margin: 0 auto;
}

.col-full {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-branding {
    flex: 1;
}

.main-navigation {
    flex: 2;
    text-align: center;
}

.header-cart {
    flex: 1;
    text-align: right;
}

.menu-toggle {
    display: none;

}


/* Mobile */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .main-navigation ul {
        display: none;
    }

    .main-navigation.toggled ul {
        display: block;
    }
}

.cart-contents {
    position: relative;
    text-decoration: none;
}

.cart-contents .count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: red;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px 6px;
}