cart: remove extra items container

This commit is contained in:
2025-10-11 11:16:42 +03:00
parent 0035a84dea
commit c3f3c9bd49
4 changed files with 117 additions and 151 deletions

View File

@@ -86,13 +86,6 @@
min-height: 100vh;
}
.desktopMainContent {
border-radius: 24px;
padding: 32px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
border: 1px solid rgba(0, 0, 0, 0.06);
}
.desktopSectionHeader {
border-bottom: 1px solid var(--border);
}
@@ -116,7 +109,7 @@
}
.desktopCartItemsSection {
margin-bottom: 16px;
margin-top: 40px;
}
.desktopCartItems {
@@ -126,7 +119,7 @@
}
.desktopCartItem {
border:none;
border: none;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
@@ -264,6 +257,7 @@
display: flex;
flex-direction: column;
gap: 16px;
padding-top: 20px;
}
.desktopSidebarCard {
@@ -510,11 +504,7 @@
@media (min-width: 1440px) {
.desktopCartContainer {
max-width: 100vw;
padding: 48px 32px;
}
.desktopMainContent {
padding: 40px;
padding: 0 32px 32px 32px;
}
.desktopRecommendationsGrid {
@@ -592,7 +582,6 @@
box-shadow: none;
}
.desktopMainContent,
.desktopSidebarCard {
box-shadow: none;
border: 1px solid #000;