/** Shopify CDN: Minification failed

Line 2687:12 Unexpected "{"
Line 2687:21 Expected ":"
Line 2694:10 Unexpected "{"
Line 2694:19 Expected ":"
Line 2704:10 Unexpected "{"
Line 2704:19 Expected ":"
Line 2720:12 Unexpected "{"
Line 2720:21 Expected ":"
Line 2729:12 Unexpected "{"
Line 2729:21 Expected ":"
... and 6 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 2672:12 Unexpected "{"
Line 2672:21 Expected ":"
Line 2679:10 Unexpected "{"
Line 2679:19 Expected ":"
Line 2689:10 Unexpected "{"
Line 2689:19 Expected ":"
Line 2705:12 Unexpected "{"
Line 2705:21 Expected ":"
Line 2714:12 Unexpected "{"
Line 2714:21 Expected ":"
... and 6 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 2654:12 Unexpected "{"
Line 2654:21 Expected ":"
Line 2661:10 Unexpected "{"
Line 2661:19 Expected ":"
Line 2671:10 Unexpected "{"
Line 2671:19 Expected ":"
Line 2687:12 Unexpected "{"
Line 2687:21 Expected ":"
Line 2696:12 Unexpected "{"
Line 2696:21 Expected ":"
... and 6 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 2639:12 Unexpected "{"
Line 2639:21 Expected ":"
Line 2646:10 Unexpected "{"
Line 2646:19 Expected ":"
Line 2656:10 Unexpected "{"
Line 2656:19 Expected ":"
Line 2672:12 Unexpected "{"
Line 2672:21 Expected ":"
Line 2682:12 Unexpected "{"
Line 2682:21 Expected ":"
... and 6 more hidden warnings

**/
/** Shopify CDN: Minification failed

Line 2623:12 Unexpected "{"
Line 2623:21 Expected ":"
Line 2630:10 Unexpected "{"
Line 2630:19 Expected ":"
Line 2640:10 Unexpected "{"
Line 2640:19 Expected ":"
Line 2656:12 Unexpected "{"
Line 2656:21 Expected ":"
Line 2666:12 Unexpected "{"
Line 2666:21 Expected ":"
... and 6 more hidden warnings

**/
:root {
  --bg: #f5f2ed;
  --surface: #fbfaf7;
  --card: #f1ede7;
  --text: #1d1d1b;
  --muted: #6a655d;
  --line: #d8d1c8;
  --line-strong: #bdb4aa;
  --accent: #111111;
  --shadow: 0 16px 34px rgba(45, 35, 25, 0.06);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  min-height: 100vh;
  padding: 26px 34px;
  margin-top: 50px;
}

.product-shell {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4px 0 0;
}
.feature-list {
    margin-top: 10px ! IMPORTANT;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: #8a857d;
  font-size: 12px;
  line-height: 1;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs .current {
  color: #555149;
}

.product-layout {
  display: grid;
  grid-template-columns: 46px minmax(360px, 520px) minmax(420px, 1fr);
  gap: 24px;
  align-items: start;
}

.gallery-column {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding-top: 8px;
}

.gallery-nav {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: #7f776f;
  cursor: pointer;
}

.gallery-nav svg {
  width: 24px;
  height: 24px;
}

.gallery-strip {
  display: grid;
  gap: 10px;
}

.thumb {
  width: 46px;
  height: 68px;
  padding: 0;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.thumb:hover,
.thumb.is-active {
  border-color: #7e746a;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-image-card {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  background: #e7ded2;
  box-shadow: var(--shadow);
  aspect-ratio: 0.78;
}

.main-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zoom-button {
  position: absolute;
  right: 9px;
  bottom: 10px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: #000000 !important;
  color: #fff;
  cursor: pointer;
}

.zoom-button svg {
  width: 18px;
  height: 18px;
}

.details-column {
  padding-top: 2px;
}

.title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 26px;
}

.title-row h1 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.subtitle {
  margin: 0;
  color: #8b857d;
  font-size: 15px;
  line-height: 1.4;
}

.price-block {
  min-width: 154px;
  padding-top: 1px;
  text-align: right;
}

.price {
  margin-bottom: 6px;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.tax-note {
  color: #8b857d;
  font-size: 12px;
  line-height: 1.2;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 8px;
  margin-bottom: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #56514b;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.feature-item svg {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  color: #4d4741;
}

.description {
  max-width: 437px;
  margin: 0 0 6px;
  color: #4f4a43;
  font-size: 14px;
  line-height: 1.9;
}

.read-more {
  margin: 0 0 28px;
  padding: 0;
  border: none;
  background: transparent;
  color: #2a2520;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  font-weight: 700;
}

.option-group {
  margin-bottom: 29px;
}

.option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.option-title {
  margin-bottom: 14px;
  color: #292520;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.9px;
}

.option-title span {
  letter-spacing: 1.4px;
}

.option-header .option-title {
  margin-bottom: 0;
}

.swatches {
  display: flex;
  align-items: center;
  gap: 10px;
}

.swatch {
  position: relative;
  width: 31px;
  height: 31px;
  border: 1px solid #cbc3b8;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.swatch::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--swatch);
}

.swatch.is-active {
  border-color: #554d44;
}

.size-guide {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: none;
  background: transparent;
  color: #7d766d;
  font-size: 11px;
  letter-spacing: 0.9px;
  cursor: pointer;
}

.size-guide svg {
  width: 20px;
  height: 20px;
}

.size-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.size-chip,
.fit-button {
  min-height: 40px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.54);
  color: #39342d;
  cursor: pointer;
}

.size-chip {
  font-size: 13px;
}

.size-chip.is-active {
  border-color: #1b1b1a;
  background: #fff;
}

.fit-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 12px;
}

.fit-button {
  font-size: 16px;
}

.fit-button.is-active {
  border-color: #1b1b1a;
  background: #fff;
}

.fit-note {
  margin: 0;
  color: #7d766f;
  font-size: 12px;
  line-height: 1.5;
}

.cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.cta {
  min-height: 49px;
  border: 1px solid #1a1a1a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
}

.cta-primary {
  background: #111111;
  color: #fff;
}

.cta-secondary {
  background: rgba(255, 255, 255, 0.72);
  color: #1d1c1a;
}

.benefits-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid #ddd5cb;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #6b655d;
}

.benefit-item svg {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  color: #6f675f;
}

.benefit-item div {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.benefit-item strong,
.benefit-item span {
  display: block;
  white-space: nowrap;
}

.benefit-item strong {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  color: #565049;
}

.benefit-item span {
  font-size: 12px;
  line-height: 1.25;
  color: #6f6962;
}

.fabric-insights {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.insight-panel {
  display: grid;
  grid-template-columns: 1.06fr 1.2fr 0.78fr;
  gap: 0;
  border-radius: 6px;
  border: 1px solid #ece6de;
  background: #f8f5ef;
  overflow: hidden;
}

.insight-block {
  min-width: 0;
  padding: 22px 30px 24px;
}

.insight-block + .insight-block {
  border-left: 1px solid #e4ddd4;
}

.insight-block h2 {
  margin: 0 0 22px;
  color: #2e2a26;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.7px;
}

.glance-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 122px;
  gap: 22px;
  align-items: start;
}

.glance-list {
  margin: 0;
  padding-left: 14px;
  color: #413c36;
}

.glance-list li {
  margin-bottom: 13px;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 600;
}

.glance-list li:last-child {
  margin-bottom: 0;
}

.botanical-art {
  display: flex;
  justify-content: center;
  color: #bdb4aa;
}

.botanical-art svg {
  width: 126px;
  height: auto;
}

.aging-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  column-gap: 12px;
}

.age-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #5a554f;
}

.age-step svg {
  width: 52px;
  height: 66px;
  margin-bottom: 10px;
  color: #b2aaa0;
}

.age-step p {
  margin: 0 0 4px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
}

.age-step span {
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
}

.age-arrow {
  padding-top: 26px;
  color: #b9b0a6;
  font-size: 18px;
  line-height: 1;
}

.season-list,
.perfect-list {
  display: grid;
  gap: 15px;
}

.season-item,
.perfect-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}

.season-label,
.perfect-item {
  color: #4f4943;
}

.season-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.season-label svg,
.perfect-item svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: #93897f;
}

.season-label span,
.perfect-item span {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  white-space: nowrap;
}

.rating-stars {
  min-width: 78px;
  color: #d5d0c7;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-align: right;
}

.rating-stars .filled {
  color: #474023;
}

.story-copy {
  max-width: 380px;
  margin: 0 0 22px;
  color: #4e4942;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 600;
}

.story-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.story-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #5f5a53;
}

.story-icon-item svg {
  width: 36px;
  height: 36px;
  color: #8c8379;
}

.story-icon-item span {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.meter-list {
  display: grid;
  gap: 18px;
  padding-top: 4px;
}

.meter-row {
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: center;
  gap: 12px;
}

.meter-row span {
  color: #4b463f;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.meter-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}

.meter-bars i {
  display: block;
  height: 9px;
  border-radius: 2px;
  background: #ddd8d0;
}

.meter-bars i.filled {
  background: #4f5226;
}

.meter-bars i.short {
  background: linear-gradient(90deg, #4f5226 58%, #ddd8d0 58%);
}

.perfect-item {
  justify-content: flex-start;
  gap: 12px;
}

.delivery-check {
  display: grid;
  grid-template-columns: 92px 1.15fr 1.95fr;
  align-items: center;
  gap: 18px 28px;
  margin-top: 28px;
  padding: 22px 28px;
  border: 1px solid #ece8e0;
  border-radius: 6px;
  background: #f8f6f1;
}

.delivery-icon-wrap {
  display: flex;
  justify-content: center;
}

.delivery-icon-circle {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #e6eddd;
  color: #74895d;
}

.delivery-icon-circle svg {
  width: 58px;
  height: 58px;
}

.delivery-copy h2 {
  margin: 0 0 8px;
  color: #252320;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 2.1px;
}

.delivery-copy p {
  max-width: 330px;
  margin: 0;
  color: #4f4b45;
  font-size: 12px;
  line-height: 1.85;
  font-weight: 600;
}

.delivery-form-block {
  min-width: 0;
}

.delivery-form-row {
  display: grid;
  grid-template-columns: 1fr 96px;
  gap: 10px;
  align-items: center;
}

.delivery-form-row input {
  width: 100%;
  height: 40px;
  padding: 0 18px;
  border: 1px solid #ded9d1;
  border-radius: 3px;
  background: #ffffff;
  color: #26231f;
  font: inherit;
  font-size: 12px;
  outline: none;
}

.delivery-form-row input::placeholder {
  color: #b0aaa2;
}

.delivery-form-row button {
  height: 40px;
  border: 1px solid #191919;
  border-radius: 3px;
  background: #121212;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  cursor: pointer;
}

.delivery-status {
  margin-top: 14px;
}

.delivery-status-line {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.delivery-status-line.success {
  color: #5d7b43;
}

.delivery-status-line svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.delivery-status p {
  margin: 0;
  color: #46413a;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.delivery-status strong {
  font-weight: 700;
}

.linen-extras {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.extra-panel {
  border: 1px solid #eee8e1;
  border-radius: 6px;
  background: #f9f6f1;
}

.style-panel {
  display: grid;
  grid-template-columns: 176px 1fr;
  gap: 20px;
  padding: 12px 14px;
}

.style-intro {
  padding: 24px 14px 20px 14px;
}

.style-intro h2,
.meta-block h2 {
  margin: 0 0 16px;
  color: #2b2824;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.style-intro p {
  max-width: 134px;
  margin: 0 0 18px;
  color: #4a4641;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600;
}

.style-intro button {
  min-width: 128px;
  height: 30px;
  padding: 2px 7px;
  border: 1px solid #8d8880;
  background: transparent;
  color: #3a3530;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
  cursor: pointer;
}

.style-products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.style-card {
  min-width: 0;
}

.style-card-media {
  height: 132px;
  overflow: hidden;
  border-radius: 4px;
  background: #f0ece6;
}

.style-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style-card h3 {
  margin: 8px 0 0;
  color: #4b4640;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}

.linen-meta-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.meta-block {
  min-width: 0;
  padding: 20px 28px 18px;
}

.meta-block + .meta-block {
  border-left: 1px solid #e5ddd5;
}

.care-icons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.care-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: #4f4942;
}

.care-item svg {
  width: 40px;
  height: 40px;
  color: #9f978f;
}

.care-item span {
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
}

.care-note {
  margin: 0;
  color: #5b554f;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.detail-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 26px;
}

.detail-columns ul {
  margin: 0;
  padding-left: 16px;
  color: #47423c;
}

.detail-columns li {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}

.detail-columns li:last-child {
  margin-bottom: 0;
}

.brand-promise {
  margin-top: 60px;
  padding-bottom: 8px;
}

.promise-header {
  text-align: center;
}

.promise-header h2,
.difference-head h3,
.difference-process h4,
.table-column h4 {
  margin: 0;
  color: #2a2724;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.promise-top-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
  padding: 18px 28px 16px;
  border-top: 1px solid #f0ebe4;
  border-bottom: 1px solid #f0ebe4;
  background: #faf8f4;
}

.promise-top-item,
.promise-bottom-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.promise-top-item svg,
.promise-bottom-item svg {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  color: #8d867f;
}

.promise-top-item strong,
.promise-bottom-item strong {
  display: block;
  margin-bottom: 2px;
  color: #3c3834;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
}

.promise-top-item span,
.promise-bottom-item span {
  display: block;
  color: #6b655d;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
}

.difference-head {
  padding: 50px 0 40px;
  text-align: center;
}

.difference-head p {
  margin: 10px 0 0;
  color: #5c5650;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.difference-main {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.difference-table {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  gap: 22px;
  padding-right: 18px;
  border-right: 1px solid #ece5db;
}

.table-column {
  padding: 10px 16px 14px;
}

.feature-column,
.ordinary-column {
  background: transparent;
}

.jlinum-column {
  background: #faf8f2;
  border-radius: 3px;
  box-shadow: 0 10px 22px rgba(49, 38, 24, 0.08);
}

.table-column h4 {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f1ece4;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.table-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.table-column li {
  margin-bottom: 10px;
  color: #4a4540;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}

.feature-column li {
  color: #37332e;
  font-weight: 500;
}

.table-column li:last-child {
  margin-bottom: 0;
}

.difference-process {
  padding: 10px 0 0 2px;
}

.difference-process h4 {
  margin-bottom: 28px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.8px;
}

.process-flow {
  display: flex;
  align-items: start;
  gap: 8px;
  justify-content: space-between;
}

.process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.process-item svg {
  width: 36px;
  height: 36px;
  color: #8f8881;
}

.process-item span {
  color: #4e4841;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
}

.process-arrow {
  display: block;
  padding-top: 2px;
  color: #b0a89f;
  font-size: 16px;
  line-height: 1;
}

.promise-bottom-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
  padding: 0 10px;
}

/* MOBILE RESPONSIVE - Tablet 1180px and below */
@media (max-width: 1180px) {
  .fabric-insights {
    gap: 16px;
  }

  .insight-panel {
    grid-template-columns: 1fr;
  }

  .insight-block + .insight-block {
    border-left: none;
    border-top: 1px solid #e4ddd4;
  }

  .season-list,
  .perfect-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-check {
    grid-template-columns: 92px 1fr;
  }

  .delivery-form-block {
    grid-column: 1 / -1;
  }

  .style-panel,
  .linen-meta-panel {
    grid-template-columns: 1fr;
  }

  .meta-block + .meta-block {
    border-left: none;
    border-top: 1px solid #e5ddd5;
  }

  .style-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .promise-top-row,
  .promise-bottom-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .difference-main {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .difference-table {
    border-right: none;
    padding-right: 0;
  }
}

/* TABLET 1180px and below */
@media (max-width: 1180px) {
  .product-layout {
    grid-template-columns: 46px minmax(320px, 460px) minmax(340px, 1fr);
    gap: 20px;
  }

  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .size-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefits-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* LARGE MOBILE 900px and below */
@media (max-width: 900px) {
  .page {
    padding: 20px 18px 28px;
  }

  .product-layout {
    grid-template-columns: 1fr;
  }

  .gallery-column {
    order: 2;
    grid-auto-flow: column;
    justify-content: start;
    align-items: center;
    gap: 12px;
    padding-top: 0;
  }

  .gallery-strip {
    grid-auto-flow: column;
    grid-template-columns: repeat(5, 46px);
  }

  .gallery-nav {
    transform: rotate(90deg);
  }

  .main-image-card {
    order: 1;
    max-width: 520px;
  }

  .details-column {
    order: 3;
  }

  .story-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aging-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 14px;
  }

  .age-arrow {
    display: none;
  }

  .delivery-check {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .delivery-icon-wrap {
    justify-content: flex-start;
  }

  .style-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .care-icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .difference-table {
    grid-template-columns: 1fr;
  }

  .promise-top-row,
  .promise-bottom-row {
    grid-template-columns: 1fr;
  }

  .process-flow {
    flex-direction: column;
    align-items: center;
  }

  .process-arrow {
    transform: rotate(90deg);
  }
}

/* SMALL MOBILE 640px and below */
@media (max-width: 640px) {
.feature-list {
    margin-top: 10px ! IMPORTANT;
}
  .promise-top-item {
    padding: 13px 0 !important;
}
.table-column ul {
    row-gap: 0 !IMPORTANT;
}
  .glance-list li {
    margin-bottom: 4px ! Important;
    font-size: 11px !important;
}
  .aging-steps {
    display: inline;
}

.process-item {
    display: inline !IMPORTANT;
}

.process-item img {
    display: inline-block !IMPORTANT;
    vertical-align: middle;
    width: 50% !important;
}

.process-item span {
    display: inline-block !IMPORTANT;
    font-size: 7px !IMPORTANT;
    width: 68%;
    vertical-align: middle;
    font-size: 7px !IMPORTANT;
}

.process-carousel .process-carousel .process-flow {
    display: inline-block !IMPORTANT;
    gap: 0 !important;
    min-width: unset !IMPORTANT;
    width: 100% !important;
    align-items: unset !important;
    grid-template-columns: unset !IMPORTANT;
}

.difference-main .difference-process .process-carousel .process-flow .process-item {
    gap: 0 !IMPORTANT;
    display: inline-block !IMPORTANT;
    vertical-align: middle !important;
    align-items: unset !IMPORTANT;
    /* text-align: center; */
    /* justify-content: center; */
}

.difference-process {
    padding-left: 0px !IMPORTANT;
    padding-right: 0 !important;
    background: transparent !important;
    border: unset !IMPORTANT;
}

.difference-process h4 {
    margin-bottom: 0;
}


  .table-column.ordinary-column ul {
    gap: 0 !IMPORTANT;
}

.table-column li {
    line-height: 7px !IMPORTANT;
    font-weight: unset;
}

.table-column li:before {
    top: 0 !important;
}


.age-step-copy * {
    font-size: 9px !IMPORTANT;
    line-height: 10px !IMPORTANT;
}

.age-step {
    min-height: auto !IMPORTANT;
    border: 0 !IMPORTANT;
    background: transparent !IMPORTANT;
}

.age-step img {
    width: 19px !IMPORTANT;
}

  .table-column.feature-column {
    display: none;
}
.bottom-carousel {
    display: none !IMPORTANT;
}
  .glance-list {
    gap: 0 0 !IMPORTANT;
}

.insight-panel {
    gap: 0 !important;
}

  .benefit-item {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    display: inline-block !important;
    text-align: left !IMPORTANT;
}

.benefits-row {
    gap: 0 !IMPORTANT;
    vertical-align: middle;
}

.benefit-item img {
    width: 15px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.benefit-item div span {
    display: inline-block !IMPORTANT;
    width: 100%;
    vertical-align: middle !important;
    line-height: 12px !IMPORTANT;
    padding-left: 3px;
}

.benefit-item div {
    display: inline-block !important;
    vertical-align: middle !IMPORTANT;
    width: 78% !important;
}

  .read-more{
    margin-bottom:0 !important;
  }

  .description {
    font-size: 9px !important;
}

  .feature-item {
    padding: 0 !important;
    border: 0 !IMPORTANT;
    background-color: transparent !important;
    display: block !IMPORTANT;
    vertical-align: middle !IMPORTANT;
}

.feature-item span {
    display:inline-block !important;

}

.feature-item img {
    display:inline-block !important;
    width:15px !Important;
    vertical-align: middle;
}

.feature-list {
    gap: 0 !important;
    vertical-align: middle !important;
    margin-bottom: 0 !important;
    margin-top:0 !Important;
}



.feature-item {
    vertical-align: middle !important;
}


  .breadcrumbs {
    flex-wrap: wrap;
    row-gap: 8px;
    font-size: 11px;
    margin-bottom: 14px;
  }

  .title-row {
    flex-direction: column;
    margin-bottom: 16px;
    gap: 10px;
  }

  .title-row h1 {
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 6px;
  }

  .subtitle {
    font-size: 14px;
    line-height: 1.4;
  }

  .price-block {
    min-width: 0;
    text-align: left;
  }

  .price {
    font-size: 12px !important;
    margin-bottom: 4px;
  }

  .tax-note {
    font-size: 11px;
  }

  .feature-list {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .feature-item {
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(29, 29, 27, 0.06);
    font-size: 13px;
  }

  .feature-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .feature-item svg {
    width: 24px;
    height: 24px;
  }

  .description {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.6;
  }

  .read-more {
    margin-top: 6px;
    font-size: 13px;
  }

  .option-group {
    margin-bottom: 18px;
  }

  .option-title {
    font-size: 12px;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
  }

  .option-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align:start;
  }

  .size-guide {
    font-size: 10px;
  }

  .swatches {
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
  }

  .swatch {
    width: 28px;
    height: 28px;
  }

  .size-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }

  .size-chip {
    min-height: 38px;
    font-size: 12px;
  }

  .fit-toggle {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .fit-button {
    min-height: 38px;
    font-size: 14px;
  }

  .fit-note {
    font-size: 11px;
    margin-top: 8px;
  }

  .product-form {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 40;
    margin: 0 auto;
    width: calc(100% - 24px);
  }

  .cta-row {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 0;
    padding: 10px;
    border: 1px solid rgba(31, 28, 24, 0.08);
    border-radius: 14px;
    background: rgba(251, 249, 245, 0.94);
    box-shadow: 0 20px 48px rgba(31, 28, 24, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .cta {
    min-height: 50px;
    border-radius: 12px;
    font-size: 14px;
  }

  .cta-primary {
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.18);
  }

  .benefits-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }

  .benefit-item {
    padding: 12px;
    border: 1px solid #ede8e0;
    border-radius: 12px;
    background: #f8f6f1;
    align-items: flex-start;
    gap: 10px;
  }

  .benefit-item svg {
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }

  .benefit-item strong {
    font-size: 12px;
  }

  .benefit-item span {
    font-size: 11px;
  }

  .fabric-insights {
    gap: 12px;
    margin-top: 16px;
  }

  .insight-panel {
    gap: 12px;
  }

  .insight-block {
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8f6f1;
    border: none;
  }

  .insight-block h2 {
    font-size: 13px;
    margin-bottom: 12px;
    letter-spacing: 1.2px;
  }

  .insight-block + .insight-block {
    border-top: none;
  }

  .glance-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .glance-list {
    padding-left: 16px;
  }

  .glance-list li {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .botanical-art svg {
    width: 100px;
  }

  .aging-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .age-step {
    display: grid;
    grid-template-columns: 40px 1fr;
    text-align: left;
    align-items: flex-start;
    gap: 10px 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(29, 29, 27, 0.06);
  }

  .aging-steps > .age-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .age-step svg {
    grid-row: 1 / span 2;
    width: 40px;
    height: 50px;
    margin-bottom: 0;
  }

  .age-step p {
    grid-column: 2;
    margin: 0;
    font-size: 12px;
  }

  .age-step span {
    grid-column: 2;
    font-size: 11px;
    margin: 0;
  }

  .season-list {
    gap: 10px;
  }

  .season-item {
    padding-bottom: 12px;
    border-bottom: 1px solid #ede8e0;
  }

  .season-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .season-label svg {
    width: 24px;
    height: 24px;
  }

  .season-label span {
    font-size: 12px;
  }

  .story-icons {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .story-copy {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .story-icon-item {
    padding: 10px;
    border: 1px solid #ede8e0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.42);
    gap: 8px;
  }

  .story-icon-item svg {
    width: 32px;
    height: 32px;
  }

  .story-icon-item span {
    font-size: 11px;
  }

  .perfect-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .perfect-item {
    padding: 10px;
    border: 1px solid #ede8e0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.42);
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

  .perfect-item svg {
    width: 24px;
    height: 24px;
  }

  .perfect-item span {
    font-size: 11px;
    text-wrap:auto;
  }

  .meter-list {
    gap: 12px;
  }

  .meter-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .meter-row span {
    font-size: 12px;
  }

  .delivery-check {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
    margin-top: 16px;
  }

  .delivery-icon-wrap {
    justify-content: center;
  }

  .delivery-icon-circle {
    width: 64px;
    height: 64px;
  }

  .delivery-icon-circle svg {
    width: 48px;
    height: 48px;
  }

  .delivery-copy {
    text-align: center;
  }

  .delivery-copy h2 {
    font-size: 14px;
    margin-bottom: 6px;
    letter-spacing: 1.2px;
  }

  .delivery-copy p {
    font-size: 12px;
    line-height: 1.5;
  }

  .delivery-form-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .delivery-form-row input,
  .delivery-form-row button {
    min-height: 42px;
    font-size: 13px;
  }

  .delivery-status-line {
    justify-content: center;
    margin-bottom: 6px;
  }

  .delivery-status p {
    text-align: center;
    font-size: 11px;
  }

  .linen-extras {
    gap: 12px;
    margin-top: 16px;
  }

  .extra-panel {
    border-radius: 12px;
  }

  .style-panel {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .style-intro {
    padding: 0;
  }

  .style-intro h2 {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
  }

  .style-intro p {
    max-width: none;
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 1.6;
  }

  .style-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .style-card-media {
    height: 120px;
    border-radius: 10px;
  }

  .style-card h3 {
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.3;
    white-space: normal;
    text-align:center;
  }

  .linen-meta-panel {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .meta-block {
    padding: 14px 16px;
    border-radius: 12px;
  }

  .meta-block h2 {
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 1.2px;
  }

  .meta-block + .meta-block {
    border-left: none;
  }

  .care-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
  }

  .care-item {
    padding: 10px;
    border: 1px solid #ede8e0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.42);
    gap: 6px;
  }

  .care-item svg {
    width: 32px;
    height: 32px;
  }

  .care-item span {
    font-size: 11px;
  }

  .care-note {
    font-size: 12px;
    line-height: 1.5;
  }

  .detail-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .detail-columns ul {
    padding-left: 16px;
  }

  .detail-columns li {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .brand-promise {
    margin-top: 22px;
  }

  .promise-header h2 {
    font-size: 14px;
    letter-spacing: 1.2px;
  }

  .promise-top-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px;
    margin-top: 12px;
  }

  .promise-top-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid #ede8e0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.42);
  }

  .promise-top-item svg {
    width: 32px;
    height: 32px;
  }

  .promise-top-item strong {
    font-size: 12px;
  }

  .promise-top-item span {
        font-size: 11px !important;
        font-weight: 300;
  }

  .promise-bottom-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    margin-top: 12px;
  }

  .promise-bottom-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid #ede8e0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.42);
  }

  .promise-bottom-item svg {
    width: 32px;
    height: 32px;
  }

  .promise-bottom-item strong {
    font-size: 12px;
  }

  .promise-bottom-item span {
    font-size: 11px;
  }

  .difference-head {
    padding: 24px 0 24px;
  }

  .difference-head h3 {
    font-size: 14px;
    letter-spacing: 1.2px;
  }

  .difference-head p {
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.4;
  }

  .difference-main {
    gap: 12px;
  }

  .difference-table {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0;
  }

  .table-column {
    min-width: 100px;
    padding: 12px 12px;
  }

  .table-column h4 {
    font-size: 11px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    letter-spacing: 0.8px;
  }

  .table-column li {
    font-size: 11px !important;
    margin-bottom: 8px;
  }

  .difference-process {
    padding: 12px;
    border-radius: 12px;
  }

  .difference-process h4 {
    font-size: 12px;
    margin-bottom: 12px;
    letter-spacing: 0.8px;
  }

  .process-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .process-item {
    padding: 10px;
    border: 1px solid #ede8e0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.42);
    gap: 6px;
  }

  .process-item svg {
    width: 32px;
    height: 32px;
  }

  .process-item span {
    font-size: 11px;
    text-align: center !important;
  }

  .process-arrow {
    display: none;
  }

  .page {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* EXTRA SMALL MOBILE 480px and below */
@media (max-width: 480px) {
  .page {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    margin-top: 40px;
  }

  .breadcrumbs {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .title-row h1 {
    font-size: 22px;
  }

  .subtitle {
    font-size: 13px;
  }

  .price {
    font-size: 16px;
  }

  .feature-list {
    margin-top: 10px;
  }

  .feature-item {
    font-size: 12px;
    padding-bottom: 8px;
    gap: 8px;
  }

  .feature-item svg {
    width: 20px;
    height: 20px;
  }

  .description {
    font-size: 12px;
    margin-top: 10px;
  }

  .option-title {
    font-size: 11px;
    letter-spacing: 0.6px;
  }

  .size-guide {
    font-size: 9px;
  }

  .size-grid {
    gap: 6px;
  }

  .size-chip {
    min-height: 36px;
    font-size: 11px;
  }

  .fit-button {
    min-height: 36px;
    font-size: 13px;
  }

  .product-form {
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }

  .cta-row {
    gap: 8px;
    padding: 8px;
    border-radius: 12px;
  }

  .cta {
    min-height: 48px;
    font-size: 13px;
  }

  .benefits-row {
    gap: 10px;
  }

  .benefit-item {
    padding: 10px;
    border-radius: 10px;
  }

  .benefit-item svg {
    width: 20px;
    height: 20px;
  }

  .benefit-item strong,
  .benefit-item span {
    font-size: 11px;
  }

  .fabric-insights {
    gap: 10px;
  }

  .insight-block {
    padding: 12px 14px;
  }

  .insight-block h2 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .glance-list {
    padding-left: 14px;
  }

  .glance-list li {
    font-size: 11px;
    margin-bottom: 6px;
  }

  .age-step {
    gap: 8px;
  }

  .age-step svg {
    width: 36px;
    height: 44px;
  }

  .age-step p,
  .age-step span {
    font-size: 10px;
  }

  .season-item {
    padding-bottom: 10px;
  }

  .season-label svg {
    width: 22px;
    height: 22px;
  }

  .season-label span {
    font-size: 11px;
  }

  .story-icons {
    gap: 8px;
  }

  .story-copy {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .story-icon-item {
    padding: 8px;
    border-radius: 10px;
  }

  .story-icon-item svg {
    width: 28px;
    height: 28px;
  }

  .story-icon-item span {
    font-size: 10px;
  }

  .perfect-list {
    gap: 8px;
  }

  .perfect-item {
    padding: 8px;
    border-radius: 10px;
    gap: 4px;
  }

  .perfect-item svg {
    width: 20px;
    height: 20px;
  }

  .perfect-item span {
    font-size: 10px;
    text-wrap:auto;
  }

  .delivery-check {
    gap: 10px;
    padding: 14px;
  }

  .delivery-icon-circle {
    width: 56px;
    height: 56px;
  }

  .delivery-icon-circle svg {
    width: 40px;
    height: 40px;
  }

  .delivery-copy h2 {
    font-size: 13px;
  }

  .delivery-copy p {
    font-size: 11px;
  }

  .delivery-form-row input,
  .delivery-form-row button {
    min-height: 38px;
    font-size: 12px;
  }

  .delivery-status p {
    font-size: 10px;
  }

  .extra-panel {
    border-radius: 10px;
  }

  .style-panel {
    padding: 12px;
  }

  .style-intro h2 {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .style-intro p {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .style-products {
    gap: 8px;
  }

  .style-card-media {
    height: 100px;
  }

  .style-card h3 {
    font-size: 11px;
  }

  .meta-block {
    padding: 12px 14px;
  }

  .meta-block h2 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .care-icons {
    gap: 8px;
  }

  .care-item {
    padding: 8px;
    border-radius: 10px;
  }

  .care-item svg {
    width: 28px;
    height: 28px;
  }

  .care-item span {
    font-size: 10px;
  }

  .care-note {
    font-size: 11px;
  }

  .detail-columns li {
    font-size: 11px;
  }

  .brand-promise {
    margin-top: 18px;
  }

  .promise-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .promise-top-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
  }

  .promise-top-item {
    padding: 10px;
    border-radius: 10px;
  }

  .promise-top-item svg {
    width: 28px;
    height: 28px;
  }

  .promise-bottom-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .promise-bottom-item {
    padding: 10px;
    border-radius: 10px;
  }

  .promise-bottom-item svg {
    width: 28px;
    height: 28px;
  }

  .promise-top-item strong,
  .promise-top-item span,
  .promise-bottom-item strong,
  .promise-bottom-item span {
    font-size: 11px;
  }

  .difference-head h3 {
    font-size: 13px;
  }

  .difference-head p {
    font-size: 11px;
  }

  .table-column {
    min-width: 90px;
    padding: 10px 8px;
  }

  .table-column h4 {
    font-size: 10px;
  }

  .table-column li {
    font-size: 10px;
  }

  .difference-process h4 {
    font-size: 11px;
  }

  .process-item {
    padding: 8px;
    border-radius: 10px;
  }

  .process-item svg {
    width: 28px;
    height: 28px;
  }

  .process-item span {
    font-size: 10px;
  }

  .section-{{ section.id }} .process-flow {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

.section-{{ section.id }} .process-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--jlinum-muted-color);
  font-size: 18px;
  line-height: 1;
}

.section-{{ section.id }} .process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  flex: 0 0 148px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--jlinum-panel-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.42);
}

@media (max-width: 640px) {
  .section-{{ section.id }} .difference-main .difference-process .process-carousel .process-flow {
    gap: 0px !important;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 2px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .section-{{ section.id }} .process-flow::-webkit-scrollbar {
    display: none;
  }

  .section-{{ section.id }} .process-item {
    flex: 0 0 128px;
    padding: 10px;
    scroll-snap-align: start;
  }
}

@media (max-width: 480px) {
  .section-{{ section.id }} .process-flow {
    gap: 8px;
  }

  .section-{{ section.id }} .process-item {
    flex-basis: 116px;
  }
}
} 