NEWS: KAUCJUSZ PODBIJA SCHODKI W STOLICY

WYSYŁKA NAWET W 24H!

:root {
–k-green: #2C4D3A;
–k-black: #1f1f1f;
–k-white: #ffffff;
–k-grey: #707070;
–k-line: rgba(31, 31, 31, 0.18);
–k-bone: #EFEAE1;
–k-sand: #D6C9AE;
}
.kaucjusz-shop-page,
.kaucjusz-shop-page *,
.kaucjusz-shop-page *::before,
.kaucjusz-shop-page *::after {
box-sizing: border-box;
}
.kaucjusz-shop-page {
width: 100%;
margin: 0;
color: var(–k-black);
font-family: Arial, Helvetica, sans-serif;
background: var(–k-white);
}
.kaucjusz-shop-page a,
.kaucjusz-shop-page a:link,
.kaucjusz-shop-page a:visited,
.kaucjusz-shop-page a:hover,
.kaucjusz-shop-page a:focus,
.kaucjusz-shop-page a:active {
color: inherit !important;
text-decoration: none !important;
border-bottom: 0 !important;
box-shadow: none !important;
}
.kaucjusz-shop-page button {
font-family: inherit;
cursor: pointer;
}
.kaucjusz-shop-page :focus-visible {
outline: 2px solid var(–k-green);
outline-offset: 2px;
}
/* =========================================
HERO
========================================= */
.kaucjusz-shop-hero {
position: relative;
display: block;
width: 100%;
overflow: hidden;
margin-bottom: 70px;
background: var(–k-bone);
}
.kaucjusz-shop-hero__bg {
display: block;
width: 100%;
object-fit: cover;
object-position: center;
/* Placeholder widoczny, dopóki nie podmienisz src na realne zdjęcie. */
background:
radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.55), transparent 28%),
radial-gradient(circle at 84% 76%, rgba(0, 0, 0, 0.11), transparent 30%),
linear-gradient(135deg, #eeeae1 0%, #c7c0b3 48%, #8f887d 100%);
}
.kaucjusz-shop-hero__bg–desktop {
aspect-ratio: 1920 / 720;
}
.kaucjusz-shop-hero__bg–mobile {
display: none;
aspect-ratio: 9 / 16;
}
.kaucjusz-shop-hero__scrim {
position: absolute;
inset: 0;
/* Zmień tę jedną wartość (0–1), żeby przyciemnić/rozjaśnić zdjęcie pod tekstem. */
background: rgba(0, 0, 0, 0.45);
pointer-events: none;
}
.kaucjusz-shop-hero__overlay {
position: absolute;
inset: 0;
display: flex;
align-items: flex-end;
}
.kaucjusz-shop-hero__inner {
width: 100%;
margin: 0 auto;
padding: 0 60px 56px;
}
.kaucjusz-shop-hero__eyebrow {
display: block;
margin-bottom: 18px;
color: rgba(255, 255, 255, 0.9);
font-size: 12px;
font-weight: 700;
letter-spacing: 2.4px;
text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
text-transform: uppercase;
}
.kaucjusz-shop-hero__title {
max-width: 820px;
margin: 0 0 24px;
color: var(–k-white);
font-size: 56px;
font-weight: 700;
line-height: 1.02;
letter-spacing: 1.5px;
text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
text-transform: uppercase;
}
.kaucjusz-shop-hero__text {
max-width: 440px;
margin: 0 0 36px;
color: rgba(255, 255, 255, 0.85);
font-size: 15px;
line-height: 1.7;
text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.kaucjusz-shop-hero__cta {
display: inline-flex;
align-items: center;
padding: 17px 34px;
background: var(–k-white);
color: var(–k-black);
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
text-decoration: none;
text-transform: uppercase;
transition: background-color 0.2s ease, color 0.2s ease;
}
.kaucjusz-shop-hero__cta:hover {
background: var(–k-green);
color: var(–k-white);
}
/* =========================================
TOOLBAR (KATEGORIE + PRZYCISK FILTRÓW MOBILE)
========================================= */
.kaucjusz-shop-toolbar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
width: 100%;
max-width: none;
margin: 0 0 40px;
padding: 0 60px;
border-bottom: 1px solid var(–k-line);
}
.kaucjusz-shop-tabs {
display: flex;
flex-wrap: wrap;
gap: 34px;
}
.kaucjusz-shop-tabs__btn {
position: relative;
padding: 0 0 22px;
border: 0;
background: none;
color: var(–k-grey);
font-size: 13px;
font-weight: 500;
letter-spacing: 1.4px;
text-transform: uppercase;
}
/* Usunięcie niebieskiego podkreślenia/obramowania z kategorii po hover/click/focus */
.kaucjusz-shop-tabs__btn,
.kaucjusz-shop-tabs__btn:hover,
.kaucjusz-shop-tabs__btn:focus,
.kaucjusz-shop-tabs__btn:active,
.kaucjusz-shop-filters__category-btn,
.kaucjusz-shop-filters__category-btn:hover,
.kaucjusz-shop-filters__category-btn:focus,
.kaucjusz-shop-filters__category-btn:active {
-webkit-appearance: none !important;
appearance: none !important;
text-decoration: none !important;
border-top: 0 !important;
border-right: 0 !important;
border-left: 0 !important;
box-shadow: none !important;
outline: none !important;
}
.kaucjusz-shop-tabs__btn:hover,
.kaucjusz-shop-tabs__btn:focus,
.kaucjusz-shop-tabs__btn:active {
color: var(–k-black) !important;
background: transparent !important;
}
.kaucjusz-shop-filters__category-btn:hover,
.kaucjusz-shop-filters__category-btn:focus,
.kaucjusz-shop-filters__category-btn:active {
color: var(–k-black) !important;
background: transparent !important;
border-bottom: 1px solid var(–k-line) !important;
}
.kaucjusz-shop-tabs__btn:focus-visible,
.kaucjusz-shop-filters__category-btn:focus-visible {
outline: none !important;
}
.kaucjusz-shop-tabs__btn::after {
content: „”;
position: absolute;
right: 0;
bottom: -1px;
left: 0;
height: 2px;
background: var(–k-green);
transform: scaleX(0);
transition: transform 0.2s ease;
}
.kaucjusz-shop-tabs__btn.is-active {
color: var(–k-black);
}
.kaucjusz-shop-tabs__btn.is-active::after {
transform: scaleX(1);
}
.kaucjusz-shop-filter-toggle {
display: none;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
padding: 0;
border: 1px solid var(–k-black);
border-radius: 50%;
background: none;
color: var(–k-black);
}
.kaucjusz-shop-filter-toggle svg {
width: 16px;
height: 16px;
}
.kaucjusz-shop-sort {
position: relative;
display: flex;
align-items: center;
gap: 8px;
padding-bottom: 22px;
}
.kaucjusz-shop-sort__label {
color: var(–k-grey);
font-size: 11px;
font-weight: 500;
letter-spacing: 1.2px;
text-transform: uppercase;
}
.kaucjusz-shop-sort__select {
appearance: none;
-webkit-appearance: none;
border: 0;
background: transparent;
padding-right: 16px;
background-image: url(„data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=’http://www.w3.org/2000/svg’ viewBox=’0 0 24 24′ fill=’none’ stroke=’%231f1f1f’ stroke-width=’1.6’%3E%3Cpath d=’m6 9 6 6 6-6’/%3E%3C/svg%3E”);
background-repeat: no-repeat;
background-position: right center;
background-size: 12px;
color: var(–k-black);
font-family: inherit;
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
}
.kaucjusz-shop-sort__select:focus-visible {
outline: 2px solid var(–k-green);
outline-offset: 3px;
}
/* Ikonka-zastępstwo widoczna tylko na mobile, select jest wtedy niewidoczny (opacity: 0) i leży NAD nią */
.kaucjusz-shop-sort__icon {
display: none;
}
/* =========================================
LAYOUT: SIATKA
========================================= */
.kaucjusz-shop-body {
width: 100%;
max-width: none;
margin: 0;
padding: 0 60px 90px;
}
.kaucjusz-shop-main {
min-width: 0;
}
.kaucjusz-shop-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 42px 28px;
}
.kaucjusz-shop-card {
display: flex;
flex-direction: column;
}
.kaucjusz-shop-card__link {
display: flex;
flex-direction: column;
height: 100%;
}
.kaucjusz-shop-card.is-loading .kaucjusz-shop-card__image,
.kaucjusz-shop-skeleton-line {
background: linear-gradient(90deg, #efefef 25%, #e4e2db 50%, #efefef 75%);
background-size: 200% 100%;
animation: kaucjuszShopShimmer 1.4s infinite linear;
}
.kaucjusz-shop-skeleton-line {
height: 10px;
margin-top: 10px;
}
.kaucjusz-shop-skeleton-line.is-short {
width: 56%;
}
@keyframes kaucjuszShopShimmer {
to { background-position: -200% 0; }
}
.kaucjusz-shop-card.is-hidden {
display: none;
}
.kaucjusz-shop-card__image {
position: relative;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 4 / 5;
margin-bottom: 18px;
overflow: hidden;
background: var(–k-bone);
}
.kaucjusz-shop-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.kaucjusz-shop-card__image svg {
width: 40%;
height: 40%;
color: var(–k-black);
opacity: 0.85;
}
.kaucjusz-shop-card__badge {
position: absolute;
top: 14px;
left: 14px;
padding: 5px 10px;
background: var(–k-black);
color: var(–k-white);
font-size: 9px;
font-weight: 700;
letter-spacing: 1.2px;
text-transform: uppercase;
}
.kaucjusz-shop-card__category {
display: block;
margin-bottom: 6px;
color: var(–k-grey);
font-size: 10px;
font-weight: 400;
letter-spacing: 1.2px;
text-transform: uppercase;
}
.kaucjusz-shop-card__title {
margin: 0 0 8px;
color: var(–k-black);
font-size: 13px;
font-weight: 500;
letter-spacing: 0.8px;
text-transform: uppercase;
}
.kaucjusz-shop-card__price {
color: var(–k-black);
font-size: 14px;
font-weight: 700;
}
.kaucjusz-shop-empty {
padding: 60px 0;
color: var(–k-grey);
font-size: 14px;
text-align: center;
}
.kaucjusz-shop-loadmore {
display: block;
margin: 50px auto 0;
padding: 16px 44px;
border: 1px solid var(–k-black);
background: transparent;
color: var(–k-black);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.8px;
text-transform: uppercase;
transition:
background-color 0.2s ease,
color 0.2s ease;
}
.kaucjusz-shop-loadmore:hover {
background: var(–k-black);
color: var(–k-white);
}
.kaucjusz-shop-loadmore[hidden] {
display: none;
}
@media (min-width: 1600px) {
.kaucjusz-shop-grid {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
}
@media (max-width: 1200px) {
.kaucjusz-shop-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
/* =========================================
FILTRY
========================================= */
/* =========================================
PANEL KATEGORII (off-canvas, tylko mobile)
========================================= */
.kaucjusz-shop-filters {
position: fixed;
z-index: 2147483646;
inset: 0 0 0 auto;
display: flex;
flex-direction: column;
width: min(320px, 88%);
height: 100%;
padding: 28px 24px 32px;
background: var(–k-white);
overflow-y: auto;
transform: translate3d(100%, 0, 0);
transition: transform 0.4s cubic-bezier(.77, 0, .18, 1);
}
.kaucjusz-shop-filters.is-open {
transform: translate3d(0, 0, 0);
}
.kaucjusz-shop-filters__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 28px;
padding-bottom: 18px;
border-bottom: 1px solid var(–k-line);
}
.kaucjusz-shop-filters__title {
margin: 0;
color: var(–k-black);
font-size: 13px;
font-weight: 700;
letter-spacing: 1.6px;
text-transform: uppercase;
}
.kaucjusz-shop-filters__clear {
border: 0;
background: none;
padding: 0;
color: var(–k-green);
font-size: 11px;
font-weight: 500;
letter-spacing: 0.6px;
text-decoration: underline;
text-underline-offset: 3px;
text-transform: uppercase;
}
.kaucjusz-shop-filters__close {
position: relative;
width: 22px;
height: 22px;
margin-left: 14px;
border: 0;
background: none;
}
.kaucjusz-shop-filters__close span {
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 1px;
background: var(–k-black);
}
.kaucjusz-shop-filters__close span:first-child {
transform: translate(-50%, -50%) rotate(45deg);
}
.kaucjusz-shop-filters__close span:last-child {
transform: translate(-50%, -50%) rotate(-45deg);
}
.kaucjusz-shop-filters__category-list {
display: flex;
flex-direction: column;
}
.kaucjusz-shop-filters__category-btn {
padding: 17px 0;
border: 0;
border-bottom: 1px solid var(–k-line);
background: none;
color: var(–k-grey);
font-size: 14px;
font-weight: 500;
letter-spacing: 0.8px;
text-align: left;
text-transform: uppercase;
}
.kaucjusz-shop-filters__category-btn.is-active {
color: var(–k-black);
font-weight: 700;
}
.kaucjusz-shop-filters__confirm {
margin-top: auto;
padding: 16px;
border: 1px solid var(–k-black);
background: var(–k-black);
color: var(–k-white);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.6px;
text-align: center;
text-transform: uppercase;
transition: background-color 0.2s ease;
}
.kaucjusz-shop-filters__confirm:hover {
background: var(–k-green);
}
.kaucjusz-shop-filters-overlay {
position: fixed;
z-index: 2147483645;
inset: 0;
display: block;
background: rgba(0, 0, 0, 0);
pointer-events: none;
transition: background-color 0.4s ease;
}
.kaucjusz-shop-filters-overlay.is-open {
background: rgba(0, 0, 0, 0.55);
pointer-events: auto;
}
@media (max-width: 960px) {
.kaucjusz-shop-hero__inner {
padding: 0 24px 40px;
}
.kaucjusz-shop-hero__title {
font-size: 36px;
}
.kaucjusz-shop-hero__bg–desktop {
display: none;
}
.kaucjusz-shop-hero__bg–mobile {
display: block;
}
.kaucjusz-shop-toolbar {
padding: 0 24px;
}
.kaucjusz-shop-tabs {
display: none;
}
.kaucjusz-shop-filter-toggle {
display: inline-flex;
}
.kaucjusz-shop-sort__label {
display: none;
}
.kaucjusz-shop-sort {
position: relative;
width: 40px;
height: 40px;
padding-bottom: 0;
}
/* Prawdziwy select zostaje w pełni funkcjonalny (klikalny, otwiera natywną listę),
ale jest wizualnie niewidoczny przez opacity, a NIE przez kolor tekstu —
dzięki temu natywna lista opcji renderuje się normalnie (czarny tekst na białym),
zamiast dziedziczyć transparentny kolor i wyglądać jak na screenie. */
.kaucjusz-shop-sort__select {
position: absolute;
inset: 0;
z-index: 2;
width: 40px;
height: 40px;
padding: 0;
border: 0;
border-radius: 50%;
opacity: 0;
background: transparent;
background-image: none;
cursor: pointer;
}
/* Widoczna „kapsułka” ze strzałkami — czysto dekoracyjna, select leży nad nią i łapie kliknięcia */
.kaucjusz-shop-sort__icon {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
inset: 0;
z-index: 1;
width: 40px;
height: 40px;
border: 1px solid var(–k-black);
border-radius: 50%;
background: var(–k-white);
pointer-events: none;
}
.kaucjusz-shop-sort__icon svg {
width: 18px;
height: 18px;
color: var(–k-black);
}
.kaucjusz-shop-body {
padding: 0 24px 60px;
}
.kaucjusz-shop-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 26px 16px;
}
}
@media (max-width: 600px) {
.kaucjusz-shop-hero__inner {
padding: 0 20px 32px;
}
.kaucjusz-shop-hero__title {
font-size: 28px;
}
.kaucjusz-shop-hero__text {
font-size: 13px;
}
.kaucjusz-shop-toolbar,
.kaucjusz-shop-body {
padding-left: 20px;
padding-right: 20px;
}
}


Itemy z kaucją bezzwrotną







Domyślnie
Cena: rosnąco
Cena: malejąco
Nazwa: A–Z
Nazwa: Z–A


Wyświetlanie 1–12 z 17 wyników