/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #475250;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}
@media (max-width: 1024px) {
    body {
        font-size: 16px;
    }
}
/* Global sections
-----------------------------------*/
.section {
    padding: 120px 200px;
}
.section-topdomain {
    padding: 0px 200px;
}
.section-hosting {
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 1380px) {
    .section {
        padding: 120px 50px;
    }
    .section-topdomain {
        padding: 0px 50px;
    }
}
@media (max-width: 1024px) {
    .section {
        padding: 120px 20px;
    }
    .section-topdomain {
        padding: 0px 20px;
    }
}
.spacer-content__mini {
    margin: 50px 0px;
}
/* Text settings
-----------------------------------*/
.section__title > h1 {
    font-size: 54px;
    font-weight: 900;
    word-break: keep-all;
}
.section__title > h2 {
    font-size: 54px;
    font-weight: 900;
    word-break: keep-all;
}
.section__title > h3 {
    font-size: 30px;
    font-weight: 900;
    word-break: keep-all;
}
.section__content > p {
    font-size: 18px;
    max-width: 100%;
}
@media (max-width: 1024px) {
    .section__title > h2 {
        font-size: 40px;
        font-weight: 900;
        word-break: keep-all;
    }
    .section__title > h3 {
        font-size: 28px;
        font-weight: 900;
        word-break: keep-all;
    }
    .section__content > p {
        font-size: 16px;
        max-width: 100%;
    }
}
.content-bold-300 {
    font-weight: 300;
}
.content-bold-500, .content-bold-500 > h3 {
    font-weight: 500;
}
.content-bold-600 {
    font-weight: 600;
}
.content-bold-700, .content-bold-700 > h3 {
    font-weight: 700;
}
.content-bold-800 {
    font-weight: 800;
}
.content-bold-900 {
    font-weight: 900;
}
.txt-orange {
    color: #ff8e19;
}
/* Links */
a{
    color: #ff8e18;
    text-decoration: none;
    letter-spacing: 1px;
}
a:hover {
    color: #475250;
}
a:visited {
    color: #ff8e18;
    text-decoration: none;
    letter-spacing: 1px;
}
a:visited:hover {
    color: #475250;
}
a:link{
    color: #ff8e18;
    text-decoration: none;
    letter-spacing: 1px;
}
a:link:hover {
    color: #475250;
}
a:link:visited {
    color: #ff8e18;
    text-decoration: none;
    letter-spacing: 1px;
}
a:link:visited:hover {
    color: #475250;
}
/* Background colors
-----------------------------------*/
.bg-main {
    background-color: #fcfcff !important;
}
.bg-yellow {
    background-color: #fff8f1 !important;
    background-image: url('https://pixelcloud.pl/wp-content/uploads/2025/05/bg_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-orange {
    background-color: #ff8e19 !important;
}
.bg-peach {
    background-color: #FBE5C8 !important;
}
.bg-mint {
    background-color: #ECFDF1 !important;
    background-image: url('https://pixelcloud.pl/wp-content/uploads/2025/05/bg_2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-rose {
    background-color: #FEE7E6 !important;
}
/* Image background */
.bg-logo-white {
    background-image: url('https://pixelcloud.pl/wp-content/uploads/2025/05/logo_white_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
/* CSS Animations
-----------------------------------*/
/* price animation */
.price-value, .old-price-value, .save-price-value, .register-price-value, .renew-price-value, .transfer-price-value, .redemption-price-value  {
    transition: opacity 0.2s ease;
    display: inline-block;
}
.price-fade-out {
    opacity: 0;
}
/* Floating */
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}
/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
}
/* Images
-----------------------------------*/
.img-round {
    border-radius: 20px;
    max-height: 500px;
}
/* Shapes */
.additional_info_1 {
    top: 0px;
    right: 0px;
    animation: float 4s ease-in-out infinite;
}
.additional_info_2 {
    bottom: 80px;
    left: -25px;
    animation: float 4s ease-in-out infinite;
}
.additional_info_3 {
    top: -15px;
    right: 0px;
    animation: float 4s ease-in-out infinite;
}
.additional_info_4 {
    top: 0px;
    right: -25px;
    animation: float 4s ease-in-out infinite;
    max-width: 360px;
    text-align: left;
}
.additional_info_5 {
    bottom: 120px;
    left: -25px;
    animation: float 4s ease-in-out infinite;
    max-width: 360px;
    text-align: left;
}
.additional_info_6 {
    top: -15px;
    right: 0px;
    animation: float 4s ease-in-out infinite;
    max-width: 360px;
    text-align: left;
}
.aditional__data {
    font-size: 14px;
}
/* Buttons
-----------------------------------*/
.btn-orange {
    background: #ff8e18;
    border: 1px solid #ff8e18;
    color: #fff !important;
    border-radius: 10px;
    width: 310px;
}
.btn-orange:visited {
    background: #ff8e18;
    color: #fff !important;
}
.btn-orange:hover {
    background: #e55e48;
    color: #fff !important;
}
.btn-orange:visited:hover {
    background: #e55e48;
    color: #fff !important;
}
.btn-orange__outline {
    background: #fff;
    border: 1px solid #ff8e19;
    border-radius: 10px;
    color: #ff8e19 !important;
    width: 310px;
}
.btn-orange__outline:visited {
    background: #fff;
    color: #ff8e19 !important;
}
.btn-orange__outline:hover {
    background: #ff8e19;
    color: #fff !important;
}
.btn-orange__outline:visited:hover {
    background: #ff8e19;
    color: #fff !important;
}
.btn_custom-big {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
}
.btn_custom-mid {
    padding: 10px 10px !important;
    font-size: 16px;
    font-weight: 700;
    /*max-width: 210px;*/
}
.btn_custom-sml {
    padding: 10px 10px !important;
    font-size: 15px;
    font-weight: 700;
    max-width: 125px;
}
.btn_custom-header {
    padding: 10px 10px !important;
    font-size: 16px;
    font-weight: 700;
    max-width: 210px;
}
.nav-link_custom {
    color: #475250 !important;
}
/* Global BOX
-----------------------------------*/
.box-border {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
}
.box-padding-15 {
    padding: 15px !important;
}
.box-border-grey {
    border: 1px solid #f2f2f2;
    padding: 30px;
}
.box-border-orange {
    border: 1px solid #fff8f1;
    padding: 30px;
}
.box-border__grey {
    border-color: #f2f2f2;
}
.icon-bg-mint {
    background-color: #ecfdf2;
    border-radius: 15px;
    padding: 10px;
    margin-right: 10px;
    font-size: 20px;
}
.icon-bg-orange {
    font-size: 26px;
    color: #fff;
    background-color: #ff8e19;
    padding: 13px 18px;
    line-height: 0px !important;
    border-radius: 20px;
}
/* BADGE */
.text-bg-success {
    background-color: #ECFDF1 !important;
    color: #475250 !important;
    margin-left: 25px;
}
/* Custom form fields
-----------------------------------*/
/* Brutto - netto Switch */
.form-switch {
    padding-left: 0px;
}
.check-input-switch {
    margin-bottom: 4px;
}
.label-switch-1 {
    margin-right: 50px;
}
.form-check-input:checked {
    background-color: #ffca9b;
    border-color: #d27107;
}
/* Swiper settings
-----------------------------------*/
.swiper {
    padding-top: 40px;
}
.swiper-controls {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 15px;
}
.custom-button-prev, .custom-button-next {
    background-color: #ffca9b;
    color: #d27107;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
}
.custom-button-prev:hover, .custom-button-next:hover {
    background-color: #d27107;
    color: #ffca9b;
    /*-webkit-box-shadow: 0px 0px 34px 0px rgba(255, 205, 153, 1);*/
    /*-moz-box-shadow: 0px 0px 34px 0px rgba(255, 205, 153, 1);*/
    /*box-shadow: 0px 0px 34px 0px rgba(255, 205, 153, 1);*/
}
.custom-hr {
    width: 90%;
    margin: 0 auto; /* wyśrodkowanie */
    border: none;
    border-top: 1px solid #ccc; /* lub inny kolor */
}
/* Sweet alert settings
-----------------------------------*/
@media (min-width: 768px) {
    div:where(.swal2-container).swal2-center>.swal2-popup {
        grid-column: 2;
        grid-row: 2;
        place-self: center center;
        min-width: 600px;
    }
}
div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: var(--swal2-title-padding);
    color: inherit;
    font-size: 1.25em !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    cursor: initial;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: var(--swal2-html-container-padding);
    overflow: auto;
    color: inherit;
    font-size: 1.0em !important;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
    cursor: initial;
}
/* Accordion */
.accordion-button {
    font-weight: 700;
}
.accordion-button:not(.collapsed) {
    color: #ff8e19;
    background-color: #fff8f1;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #fff8f1;
}
.accordion-item {
    border: var(--bs-accordion-border-width) solid #fff8f1;
}
.accordion-body {
    font-size: 16px;
}
/* Top Nav
-----------------------------------*/
.sekcja-topnav{
    padding: 10px;
    color: #fff;
}
.topnav {
    height: 25px;
    align-items: center;
    justify-content: center;
}
.topnav_item {
    padding-left: 35px;
    color: #475250 !important;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
}
.topnav_item:hover {
    color: #FFCD58 !important;
}
.topnav_item:visited {
    color: #475250 !important;
}
.topnav_item:visited:hover {
    color: #FFCD58 !important;
}
/* Navs header */
.img_navlogo{
    height: 55px;
    padding-left: 10px;
}
.main_header {
    height: 80px;
    align-items: center;
    justify-content: center;
    /*padding: 15px;*/
    padding: 10px;
}
.main_header-menu {
    display: flex;
    justify-content: flex-end;
}
.main_header-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mainnav_item {
    position: relative;
    margin-right: 35px;
    color: #475250 !important;
    text-decoration: none;
    letter-spacing: 1px;
}
@media (min-width: 992px) {
    .navbar-nav {
        padding-right: 40px;
    }
    .main_header-logo {
        padding-left: 40px;
    }
}
@media (max-width: 1400px) {
    .mainnav_item {
        font-size: 15px;
        margin-right: 25px;
    }
    .img_navlogo{
        height: 45px;
        padding-left: 10px;
    }
}
@media (max-width: 1200px) {
    .btn_custom-header {
        /*display: none;*/
        font-size: 14px;
        max-width: 140px;
        padding: 6px 8px !important;
    }
}
@media (max-width: 1027px) {
    .btn_custom-header {
        display: none;
    }
}
@media (max-width: 991px) {
    .item-cart {
        font-size: 18px;
    }
}
.mainnav_item:hover {
    color: #FFCD58 !important;
}
.mainnav_item:visited {
    margin-right: 35px;
    color: #475250 !important;
    text-decoration: none;
    letter-spacing: 1px;
}
.mainnav_item:visited:hover {
    color: #FFCD58 !important;
}
.span-label__menu {
    position: absolute;
    top: -22px;
    right: -28px;
    margin-left: 10px;
    border-radius: 10px;
    padding: 0px 6px;
    background: #ffcd99;
    color: #475250 !important;
    font-weight: 700;
    font-size: 10px;
    z-index: 1;
}
.span-label__green {
    position: absolute;
    top: -22px;
    right: -28px;
    margin-left: 10px;
    border-radius: 10px;
    padding: 0px 6px;
    background: #B6E5D8;
    color: #32926F !important;
    font-weight: 700;
    font-size: 10px;
}
/* Footer section */
.footer {
    margin-top: 150px !important;
    padding-top: 55px;
    border-radius: 40px 40px 0px 0px;
    color: #475250 !important;
}
.footer__contact-company>p{
    font-size: 15px;
}
.footer__contact-company>p>i{
    padding-right: 5px;
}
.footer__menu-list {
    padding: 0px;
    margin: 0px;
}
.footer__menu-list__content {
    list-style: none;
    padding: 0px 0px 5px 0px;
}
.footer__menu-list__content>a>i {
    padding-right: 5px;
}
.footer__menu-list__content>.mainnav_item_white{
    font-size: 15px;
}
.footer__copyright>p{
    font-size: 12px;
}
.mainnav_item_white {
    position: relative;
    margin-right: 35px;
    color: #475250 !important;
    text-decoration: none;
    letter-spacing: 1px;
}
.mainnav_item_white:hover {
    color: #ff8e19 !important;
}
.mainnav_item_white:visited {
    margin-right: 35px;
    color: #475250 !important;
    text-decoration: none;
    letter-spacing: 1px;
}
.mainnav_item_white:visited:hover {
    color: #ff8e19 !important;
}
/* Footer section */
.footer {
    margin-top: 150px !important;
    padding-top: 55px;
    border-radius: 40px 40px 0px 0px;
    color: #475250 !important;
}
.footer__contact-company>p{
    font-size: 15px;
}
.footer__contact-company>p>i{
    padding-right: 5px;
}
.footer__menu-list {
    padding: 0px;
    margin: 0px;
}
.footer__menu-list__content {
    list-style: none;
    padding: 0px 0px 5px 0px;
}
.footer__menu-list__content>a>i {
    padding-right: 5px;
}
.footer__menu-list__content>.mainnav_item_white{
    font-size: 15px;
}
.footer__copyright>p{
    font-size: 12px;
}
.mainnav_item_white {
    position: relative;
    margin-right: 35px;
    color: #475250 !important;
    text-decoration: none;
    letter-spacing: 1px;
}
.mainnav_item_white:hover {
    color: #ff8e19 !important;
}
.mainnav_item_white:visited {
    margin-right: 35px;
    color: #475250 !important;
    text-decoration: none;
    letter-spacing: 1px;
}
.mainnav_item_white:visited:hover {
    color: #ff8e19 !important;
}
/* Cart */
/* Add to cart toast */
.px-toast {
    background-color: #323232;
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    animation: fadeIn 0.3s ease, fadeOut 0.3s ease 3s;
    font-size: 14px;
    font-weight: 700;
    min-width: 220px;
    max-width: 320px;
    word-wrap: break-word;
    position: relative;
    opacity: 0;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(-10px); }
}

.remove-from-cart {
    border: 0px;
    background-color: transparent;
    color: #b25607;
    font-size: 14px;
}
.remove-from-cart:hover {
    border: 0px;
    background-color: transparent;
    color: #ffca9b;
    font-size: 14px;
}
.mini-cart__box{
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
}
.span-label__product{
    background-color: #ffca9b;
    color:rgb(68, 68, 68);
    border-radius: 10px;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 10px;
}
.span-label__productsubtitle{
    font-size: 12px;
    color: #4b4848;
}
.product-text {
    margin: 0px;
    padding: 0px;
}
.loader {
    width: 128px;
    height: 128px;
    border: 3px dotted #f49698;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px #ffb858;
    border-style: solid solid dotted;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.span-discount {
    font-size: 14px;
}
.span-tax {
    font-size: 14px;
}

/* Kontener — w prawym dolnym rogu */
#px-toast-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

/* Pojedynczy toast */
.px-toast {
    background-color: #323232;
    color: #1b1b1b;
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    /*animation: fadeIn 0.3s ease, fadeOut 0.3s ease 3s;*/
    font-size: 14px;
    font-weight: 400;
    min-width: 220px;
    max-width: 320px;
    word-wrap: break-word;
    position: relative;
    opacity: 0;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(-10px); }
}

/* Animacja wejścia */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover — delikatny efekt */
.px-toast:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

/* Typy kolorów (jeśli wolisz klasy zamiast inline CSS z JS) */
.px-toast.success {
    background-color: #B6E5D8;
}

.px-toast.error {
    background-color: #FFC2C7;
}

.px-toast.warning {
    background-color: #FBE5C8;
}

.px-toast.info {
    background-color: #E0E7FF;
}
/* Forms */
.form-control {
    font-size: 14px;
}
@media (max-width: 966px) {
    .form-control {
        font-size: 13px;
    }
}
.img_footerlogo {
    max-height: 45px;
    padding-left: 0px;
}
.tpay-mini {
    display: none;
}
.tpay-big {
    display: block;
}
@media (max-width: 1020px) {
    .tpay-mini {
        display: block;
    }
    .tpay-big {
        display: none;
    }
}