/* Cinna Rolls storefront theme */
:root {
  --cinna-teal: #0b7078;
  --cinna-teal-deep: #07545b;
  --cinna-gold: #c8781c;
  --cinna-gold-soft: #e6b56f;
  --cinna-brown: #3e2515;
  --cinna-cream: #fff9ef;
  --cinna-paper: #f7ead7;
  --cinna-paper-deep: #ead7bd;
  --cinna-line: rgba(75, 45, 24, .12);
  --cinna-shadow: 0 16px 40px rgba(87, 49, 21, .1);
  --rf-olive: var(--cinna-teal);
  --rf-olive-dark: var(--cinna-teal-deep);
  --rf-gold: var(--cinna-gold);
  --rf-gold-light: var(--cinna-gold-soft);
  --rf-paper: var(--cinna-cream);
  --rf-warm: var(--cinna-paper);
  --rf-line: var(--cinna-line);
  --rf-soft-shadow: var(--cinna-shadow);
  --ink: var(--cinna-brown);
  --muted: #806b5c;
  --line: var(--cinna-line);
}

html,
body {
  background: #e9dcc9;
  color: var(--cinna-brown);
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(200, 120, 28, .07), transparent 24%),
    radial-gradient(circle at 90% 76%, rgba(11, 112, 120, .07), transparent 26%);
  content: "";
  pointer-events: none;
}

.site-shell,
.home-page,
.catalog-page {
  background: var(--cinna-cream);
}

.site-header {
  border-block-end: 1px solid rgba(62, 37, 21, .06);
  background: rgba(255, 249, 239, .96);
}

.brand-logo {
  display: inline-flex;
  width: auto;
  min-width: 122px;
  height: auto;
  aspect-ratio: auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: none;
  color: var(--cinna-gold);
  text-align: center;
}

.brand-logo__swirl {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  transform: rotate(-12deg);
}

.brand-logo__copy {
  display: grid;
  justify-items: center;
  line-height: 1.1;
}

.brand-logo__copy strong {
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -.06em;
}

.brand-logo__copy small {
  margin-block-start: 3px;
  color: var(--cinna-teal-deep);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
}

.brand-logo img {
  width: auto;
  max-width: 150px;
  max-height: 72px;
}

.icon-button,
.cart-button,
.mobile-search-action {
  color: var(--cinna-brown);
}

.cart-count {
  border-color: var(--cinna-cream);
  background: var(--cinna-teal);
}

.desktop-announcement {
  background: var(--cinna-teal-deep);
  color: rgba(255, 249, 239, .9);
}

.desktop-announcement a {
  color: #f4c882;
}

.delivery-location {
  display: grid;
  grid-template-columns: 34px 1fr 22px;
  min-height: 68px;
  padding: 10px 17px;
  align-items: center;
  gap: 10px;
  border-block: 1px solid rgba(62, 37, 21, .06);
  background: linear-gradient(90deg, #f9ead3, #fff4e2);
}

.delivery-location > svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--cinna-brown);
  stroke-width: 1.8;
}

.delivery-location > span {
  display: grid;
  justify-items: start;
}

.delivery-location small {
  font-size: 12px;
  font-weight: 700;
}

.delivery-location strong {
  color: var(--cinna-teal-deep);
  font-size: 15px;
}

.delivery-location b {
  color: var(--cinna-teal);
  font-size: 24px;
}

.home-page {
  overflow: hidden;
}

.hero {
  position: relative;
}

.hero__carousel,
.hero__fallback {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 25px;
  background: #ead2b4;
  box-shadow: var(--cinna-shadow);
}

.hero__carousel,
.hero__fallback,
.hero__fallback picture {
  width: 100%;
  aspect-ratio: 1.2 / 1;
}

.hero-carousel__viewport {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
}

.hero__image,
.hero--art-only > a,
.hero--art-only .hero__image {
  width: 100%;
  min-height: 0;
  height: 100%;
  aspect-ratio: auto;
  border-radius: inherit;
  background: transparent;
}

.hero picture,
.hero picture img,
.hero__fallback img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero picture img,
.hero__fallback img {
  object-fit: cover;
  object-position: center 54%;
}

.hero__order-chip {
  position: absolute;
  z-index: 4;
  inset-inline: 34px;
  inset-block-end: 18px;
  display: flex;
  min-height: 48px;
  padding: 7px 9px 7px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(7, 84, 91, .9);
  color: #fff9ef;
  box-shadow: 0 12px 28px rgba(37, 25, 15, .18);
  backdrop-filter: blur(10px);
}

.hero__order-chip span {
  font-size: 12px;
  font-weight: 750;
}

.hero__order-chip a {
  display: inline-flex;
  min-height: 34px;
  padding-inline: 15px;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: #fff3dc;
  color: var(--cinna-teal-deep);
  font-size: 13px;
  font-weight: 900;
}

.banner-carousel__controls {
  inset-block-end: 73px;
}

.banner-carousel__dot {
  background: rgba(255, 255, 255, .58);
}

.banner-carousel__dot.is-active {
  background: var(--cinna-teal);
}

.content-section,
.home-offer-section,
.baked-story,
.assurance {
  width: calc(100% - 34px);
  margin-inline: auto;
  padding-inline: 0;
}

.section-heading {
  margin-block-end: 16px;
}

.section-heading h2 {
  color: var(--cinna-brown);
  font-size: clamp(23px, 6vw, 34px);
  letter-spacing: -.035em;
}

.section-heading h2::before {
  margin-inline-end: 7px;
  color: var(--cinna-gold);
  content: "⌁";
  font-size: .78em;
}

.section-heading a {
  color: var(--cinna-teal);
  font-size: 14px;
}

.categories-section {
  padding-block: 26px 8px;
}

.category-list {
  display: flex;
  margin-inline: -2px;
  padding: 2px 2px 10px;
  overflow-x: auto;
  gap: 13px;
  direction: rtl;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.category-list::-webkit-scrollbar,
.featured-grid::-webkit-scrollbar {
  display: none;
}

.category-item {
  width: 77px;
  flex: 0 0 77px;
  gap: 8px;
  scroll-snap-align: start;
}

.category-item__photo {
  width: 69px;
  height: 69px;
  border: 1px solid rgba(62, 37, 21, .07);
  background-color: #f6e7d2;
  box-shadow: 0 7px 18px rgba(78, 45, 21, .08);
}

.category-item__photo.has-uploaded-image {
  background-position: 73% 53%;
  background-size: cover;
}

.category-item > span:last-child {
  color: var(--cinna-brown);
  font-size: 12px;
  font-weight: 800;
}

.category-item--all {
  width: 82px;
  flex-basis: 82px;
  padding: 8px 4px;
  border-radius: 24px;
  background: var(--cinna-teal);
}

.category-item--all .category-item__photo {
  display: grid;
  width: 60px;
  height: 52px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #f7e0b5;
  box-shadow: none;
}

.category-item--all .category-item__photo b {
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

.category-item--all > span:last-child {
  color: #fff9ef;
}

.featured-section {
  padding-block-start: 30px;
}

.featured-grid {
  display: flex;
  margin-inline: -2px;
  padding: 2px 2px 14px;
  overflow-x: auto;
  gap: 13px;
  direction: rtl;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.featured-section .product-card:nth-child(n + 3) {
  display: block !important;
}

.featured-grid .product-card {
  width: min(60vw, 230px);
  flex: 0 0 min(60vw, 230px);
  scroll-snap-align: start;
}

.product-card {
  overflow: hidden;
  border: 1px solid rgba(83, 45, 18, .07);
  border-radius: 22px;
  background: #fffaf2;
  box-shadow: 0 10px 26px rgba(76, 43, 21, .09);
}

.product-card__media,
.catalog-grid .product-card__media,
.product-card--wishlist .product-card__media {
  aspect-ratio: .92 / 1;
  border-radius: 20px 20px 0 0;
  background-color: #ebd5b8;
}

.product-card__media.has-uploaded-image,
.cart-line__image.has-uploaded-image,
.checkout-line__image.has-uploaded-image,
.product-detail__media.has-uploaded-image {
  background-position: 72% 52%;
  background-size: cover;
}

.product-card[data-product-id="1"] .product-card__media,
.product-card[data-product-id="2"] .product-card__media,
.product-card[data-product-id="3"] .product-card__media,
.product-card[data-product-id="4"] .product-card__media {
  background-position: 88% 61%;
  background-size: 172%;
}

.category-item__photo.has-uploaded-image {
  background-position: 86% 60%;
  background-size: 175%;
}

.favorite-button,
.wishlist-heart {
  top: 10px;
  right: 10px;
  left: auto;
}

.favorite-button {
  width: 35px;
  height: 35px;
  background: rgba(255, 249, 239, .92);
  color: var(--cinna-teal-deep);
}

.favorite-button svg {
  width: 20px;
  height: 20px;
}

.badge {
  top: 11px;
  left: 10px;
  right: auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--cinna-gold);
  font-size: 10px;
}

.badge--olive,
.badge--sale {
  top: 11px;
  right: auto;
  bottom: auto;
  left: 10px;
}

.product-card__body,
.catalog-grid .product-card__body {
  display: grid;
  min-height: 151px;
  padding: 13px;
  align-content: start;
}

.product-card__category {
  display: block;
  color: var(--cinna-gold);
  font-size: 10px;
  font-weight: 850;
}

.product-card__body h3,
.catalog-grid .product-card__body h3 {
  min-height: 0;
  margin: 3px 0 0;
  color: var(--cinna-brown);
  font-size: 16px;
  line-height: 1.45;
}

.product-card__description {
  display: -webkit-box;
  min-height: 35px;
  margin: 3px 0 8px;
  overflow: hidden;
  color: #816f61;
  font-size: 10px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card__buy-row {
  margin-block-start: auto;
  align-items: end;
}

.price-wrap strong {
  color: var(--cinna-teal-deep);
  font-size: 18px;
}

.price-wrap strong span {
  font-size: 11px;
}

.price-wrap del {
  color: #9b8776;
  font-size: 10px;
}

.add-cart-button,
.wishlist-remove-button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--cinna-teal);
  color: #fff9ef;
  box-shadow: 0 7px 14px rgba(11, 112, 120, .2);
}

.add-cart-button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.2;
}

.add-cart-button:hover,
.add-cart-button.is-added {
  background: var(--cinna-gold);
}

.home-offer-section {
  margin-block-start: 28px;
}

.home-offer-section .secondary-carousel {
  width: 100%;
  margin: 0;
  border-radius: 24px;
  background: var(--cinna-teal-deep);
  box-shadow: var(--cinna-shadow);
}

.home-offer-section .secondary-carousel__viewport {
  aspect-ratio: 1.85 / 1;
}

.home-offer-section .secondary-carousel__slide,
.home-offer-section picture,
.home-offer-section img {
  width: 100%;
  height: 100%;
}

.home-offer-section img {
  object-fit: cover;
  object-position: center 48%;
}

.home-page > .trust-strip {
  grid-template-columns: repeat(5, minmax(86px, 1fr));
  width: calc(100% - 34px);
  margin: 28px auto 0;
  padding: 18px 6px;
  overflow-x: auto;
  gap: 0;
  border: 1px solid rgba(87, 49, 21, .06);
  border-radius: 20px;
  background: #f8ead6;
  box-shadow: none;
  direction: rtl;
  scrollbar-width: none;
}

.trust-item {
  min-width: 86px;
  padding-inline: 8px;
  gap: 5px;
  color: var(--cinna-teal-deep);
  border-inline-start: 1px solid rgba(11, 112, 120, .14);
}

.trust-item:last-child {
  border-inline-start: 0;
}

.trust-item__icon {
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.trust-item span:last-child {
  font-size: 9px;
  font-weight: 800;
}

.baked-story {
  display: grid;
  margin-block-start: 28px;
  overflow: hidden;
  border-radius: 25px;
  background: var(--cinna-teal-deep);
  color: #fff8ed;
  box-shadow: var(--cinna-shadow);
}

.baked-story__media {
  min-height: 230px;
  overflow: hidden;
}

.baked-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  object-position: 35% 52%;
}

.baked-story__copy {
  padding: 24px 22px 27px;
}

.baked-story__copy > span {
  color: #f1c37f;
  font-size: 12px;
  font-weight: 850;
}

.baked-story h2 {
  margin: 7px 0 10px;
  font-size: 25px;
  line-height: 1.45;
}

.baked-story p {
  margin: 0;
  color: rgba(255, 248, 237, .75);
  font-size: 13px;
  line-height: 1.9;
}

.baked-story ul {
  display: flex;
  margin: 18px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.baked-story li {
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  font-size: 10px;
}

.baked-story__copy > a {
  display: inline-flex;
  min-height: 42px;
  margin-block-start: 18px;
  padding-inline: 20px;
  align-items: center;
  border-radius: 999px;
  background: #f7e0b7;
  color: var(--cinna-teal-deep);
  font-size: 13px;
  font-weight: 900;
}

.assurance {
  margin-block: 22px 6px;
  padding: 20px;
  border: 1px solid rgba(87, 49, 21, .07);
  border-radius: 22px;
  background: #f7ead7;
  box-shadow: none;
}

.assurance__icon {
  color: var(--cinna-gold);
  font-family: Georgia, serif;
  font-size: 46px;
  line-height: 1;
}

.assurance h2 {
  font-size: 18px;
}

.assurance p {
  color: #806b5c;
  font-size: 11px;
}

.bottom-nav {
  border-block-start: 0;
  background: rgba(7, 84, 91, .97);
  box-shadow: 0 -10px 30px rgba(49, 27, 14, .16);
}

.bottom-nav a,
.bottom-nav button {
  color: rgba(255, 246, 229, .76);
}

.bottom-nav .is-active {
  color: #f6cf91;
}

.bottom-nav__cart {
  margin-block-start: -24px;
  border: 4px solid #f3e4cf !important;
  border-radius: 50%;
  background: var(--cinna-teal-deep) !important;
}

.drawer {
  background: var(--cinna-cream);
}

.drawer__nav a {
  border-color: var(--cinna-line);
}

.drawer__tagline {
  color: var(--cinna-gold);
}

/* Shared inner pages */
.catalog-page,
.cart-page,
.checkout-page,
.wishlist-page,
.account-page,
.account-dashboard,
.product-page,
.seo-guide-page {
  background: var(--cinna-cream);
}

.page-hero,
.seo-guide-hero {
  background:
    linear-gradient(135deg, rgba(7, 84, 91, .95), rgba(11, 112, 120, .92)),
    url("../img/cinnarolls/logo-wide.jpg") center / cover;
  color: #fff8ed;
}

.page-hero span,
.seo-guide-hero > span {
  color: #f2c77e;
}

.page-hero p,
.seo-guide-hero p {
  color: rgba(255, 248, 237, .75);
}

.search-panel,
.panel,
.order-summary,
.auth-card,
.account-menu,
.account-stats,
.wishlist-tip,
.product-information {
  border-color: var(--cinna-line);
  background: #fffaf2;
  box-shadow: 0 12px 34px rgba(77, 43, 20, .07);
}

.search-box,
.category-filter,
input,
select,
textarea,
.auth-input {
  border-color: rgba(82, 48, 24, .14);
  background-color: #fffdf8;
}

.search-box:focus-within,
.category-filter:focus-within,
input:focus,
select:focus,
textarea:focus,
.auth-input:focus-within {
  border-color: var(--cinna-teal);
  outline: 2px solid rgba(11, 112, 120, .11);
}

.shipping-banner,
.cart-shipping-progress,
.account-profile-hero,
.account-stats,
.account-promo {
  background: linear-gradient(135deg, var(--cinna-teal-deep), var(--cinna-teal));
  color: #fff8ed;
}

.primary-button,
.checkout-cta,
.checkout-wide-submit,
.auth-submit,
.product-add-button,
.coupon-form button,
.site-footer__cta {
  border: 0;
  background: var(--cinna-teal) !important;
  color: #fff9ef !important;
  box-shadow: 0 10px 24px rgba(11, 112, 120, .2);
}

.primary-button:hover,
.checkout-cta:hover,
.auth-submit:hover,
.product-add-button:hover {
  background: var(--cinna-teal-deep) !important;
}

.mobile-page-intro {
  background: var(--cinna-cream);
}

.mobile-page-intro__icon svg,
.product-gallery__favorite,
.checkout-steps .is-active,
.account-menu__icon {
  color: var(--cinna-teal-deep);
  stroke: var(--cinna-teal-deep);
}

.checkout-steps .is-active b {
  border-color: var(--cinna-teal);
  background: var(--cinna-teal);
}

.product-detail__content .eyebrow,
.stock-state,
.checkout-account-note {
  background: rgba(200, 120, 28, .11);
  color: #9b5c15;
}

.product-detail__price strong,
.summary-total,
.cart-line__content > strong {
  color: var(--cinna-teal-deep);
}

.product-gallery__thumbs button.is-active {
  border-color: var(--cinna-teal);
}

.account-avatar {
  background: radial-gradient(circle at 50% 45%, var(--cinna-teal), var(--cinna-teal-deep));
  color: #f4c77c;
}

.account-stats {
  box-shadow: 0 15px 30px rgba(7, 84, 91, .2);
}

.auth-tabs button.is-active {
  background: linear-gradient(120deg, var(--cinna-teal-deep), var(--cinna-teal));
  color: #fff;
  box-shadow: 0 9px 20px rgba(7, 84, 91, .2);
}

.auth-logo {
  display: grid;
  width: 160px;
  min-height: 58px;
  place-items: center;
  background: none;
}

.auth-logo:not(:has(img))::after {
  color: var(--cinna-gold);
  content: "سينا رولز";
  font-size: 28px;
  font-weight: 950;
}

.auth-scene {
  background: url("../img/cinnarolls/sweet-box.jpg") center / cover;
}

.site-footer {
  background: var(--cinna-teal-deep);
  color: #fff6e8;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #f2c37b;
}

.site-footer__logo > span {
  font-family: Georgia, serif;
  font-size: 38px;
}

.site-footer__logo > strong {
  font-size: 27px;
  font-weight: 950;
}

.site-footer__brand-column p,
.site-footer section p,
.site-footer nav a,
.site-footer__bottom {
  color: rgba(255, 246, 232, .7);
}

.site-footer__bottom {
  border-color: rgba(255, 255, 255, .1);
}

@media (max-width: 767px) {
  .site-header,
  .site-header--home {
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    min-height: 86px;
    padding: 9px 13px;
  }

  .site-header .mobile-account-action,
  .site-header--home .mobile-account-action,
  .site-header--home .mobile-cart-label {
    display: none;
  }

  .site-header--home .mobile-header-leading {
    display: contents;
  }

  .site-header--home .cart-button {
    display: grid;
    width: 48px;
    height: 48px;
  }

  .site-header--home .cart-button .cart-count {
    inset-block-start: 0;
  }

  .site-header--home .menu-button {
    width: 48px;
    height: 48px;
  }

  .mobile-home-discovery {
    display: block;
    padding: 0;
    background: var(--cinna-cream);
  }

  .hero {
    margin-inline: 17px;
  }

  .home-page {
    padding-block-end: 106px;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .catalog-grid .product-card__body {
    min-height: 151px;
  }

  .catalog-section {
    padding-inline: 13px;
  }

  .search-panel {
    width: calc(100% - 26px);
    margin-inline: auto;
    border-radius: 20px;
  }

  .cart-line__image,
  .checkout-line__image {
    background-position: 72% 52% !important;
  }

  .product-page,
  .cart-page,
  .checkout-page,
  .wishlist-page,
  .account-page,
  .seo-guide-page {
    padding-block-end: 104px;
  }
}

@media (min-width: 768px) {
  .site-shell {
    width: min(100% - 40px, 980px);
    margin-block: 20px;
    border: 1px solid rgba(87, 49, 21, .06);
    border-radius: 32px;
  }

  .hero {
    width: calc(100% - 50px);
    margin: 24px auto 0;
  }

  .hero__carousel,
  .hero__fallback,
  .hero__fallback picture {
    aspect-ratio: 2.12 / 1;
  }

  .content-section,
  .home-offer-section,
  .baked-story,
  .assurance,
  .home-page > .trust-strip {
    width: calc(100% - 50px);
  }

  .featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .featured-grid .product-card {
    width: auto;
  }

  .category-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: visible;
  }

  .category-item,
  .category-item--all {
    width: auto;
  }

  .baked-story {
    grid-template-columns: 1.08fr .92fr;
    direction: ltr;
  }

  .baked-story > * {
    direction: rtl;
  }
}

@media (min-width: 1024px) {
  html,
  body,
  .site-shell,
  .home-page,
  .catalog-page {
    background: var(--page-bg);
  }

  .site-shell {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .desktop-announcement {
    min-height: 36px;
    padding-inline: max(4vw, calc((100% - 1460px) / 2));
  }

  .site-header {
    position: sticky;
    inset-block-start: 0;
    grid-template-columns: minmax(300px, 1fr) 250px minmax(300px, 1fr);
    min-height: 92px;
    padding-inline: max(4vw, calc((100% - 1460px) / 2));
  }

  .brand-logo__copy strong {
    font-size: 25px;
  }

  .brand-logo__swirl {
    width: 39px;
    height: 39px;
  }

  .desktop-nav a {
    padding-block: 32px;
  }

  .desktop-nav a.is-active,
  .desktop-utility-action.is-active {
    color: var(--cinna-teal);
  }

  .desktop-nav a::after {
    background: var(--cinna-gold);
  }

  .home-page {
    padding-block-end: 0;
  }

  .hero {
    width: min(1460px, calc(100% - 80px));
    margin-block-start: 32px;
  }

  .hero__carousel,
  .hero__fallback,
  .hero__fallback picture,
  .hero--art-only > a,
  .hero--art-only .hero__image {
    min-height: 0;
    max-height: 610px;
    aspect-ratio: 2.4 / 1;
  }

  .hero > .hero__carousel,
  .hero--art-only > .hero__carousel {
    height: auto;
    min-height: 0;
    aspect-ratio: 2.4 / 1;
    border-radius: 25px;
  }

  .hero__order-chip {
    inset-inline: auto 42px;
    inset-block-end: 30px;
    width: 360px;
  }

  .banner-carousel__controls {
    inset-block-end: 32px;
  }

  .content-section,
  .home-offer-section,
  .baked-story,
  .assurance,
  .home-page > .trust-strip {
    width: min(1380px, calc(100% - 80px));
  }

  .categories-section {
    padding-block: 52px 10px;
  }

  .category-list {
    gap: 18px;
  }

  .category-item,
  .category-item--all {
    min-height: 142px;
    padding: 14px 10px;
    align-content: center;
    border-radius: 25px;
    background: #f8ebd8;
  }

  .category-item--all {
    background: var(--cinna-teal);
  }

  .category-item__photo {
    width: 80px;
    height: 80px;
  }

  .featured-section {
    padding-block-start: 58px;
  }

  .featured-grid {
    gap: 22px;
  }

  .product-card__media,
  .catalog-grid .product-card__media,
  .product-card--wishlist .product-card__media {
    aspect-ratio: 1.02 / 1;
  }

  .product-card__body,
  .catalog-grid .product-card__body {
    min-height: 184px;
    padding: 18px;
  }

  .product-card__body h3,
  .catalog-grid .product-card__body h3 {
    font-size: 20px;
  }

  .product-card__description {
    min-height: 42px;
    font-size: 12px;
  }

  .price-wrap strong {
    font-size: 23px;
  }

  .add-cart-button {
    width: 46px;
    height: 46px;
  }

  .home-offer-section {
    margin-block-start: 62px;
  }

  .home-offer-section .secondary-carousel__viewport {
    max-height: 500px;
    aspect-ratio: 2.35 / 1;
  }

  .home-page > .trust-strip {
    margin-block-start: 46px;
    padding: 26px 24px;
  }

  .trust-item span:last-child {
    font-size: 13px;
  }

  .trust-item__icon {
    font-size: 36px;
  }

  .baked-story {
    min-height: 520px;
    margin-block-start: 64px;
  }

  .baked-story__media,
  .baked-story__media img {
    min-height: 520px;
  }

  .baked-story__copy {
    display: grid;
    padding: 58px;
    align-content: center;
  }

  .baked-story h2 {
    max-width: 580px;
    font-size: 42px;
  }

  .baked-story p {
    max-width: 620px;
    font-size: 16px;
  }

  .baked-story li {
    font-size: 13px;
  }

  .assurance {
    margin-block: 32px 72px;
  }

  .catalog-page,
  .cart-page,
  .checkout-page,
  .wishlist-page,
  .account-page,
  .account-dashboard,
  .product-page,
  .seo-guide-page {
    background: var(--page-bg);
  }

  .search-panel,
  .catalog-section,
  .page-hero,
  .mobile-page-intro,
  .cart-layout,
  .checkout-form,
  .wishlist-grid,
  .product-detail,
  .breadcrumbs,
  .product-information {
    width: min(1460px, calc(100% - 80px));
  }

  .page-hero {
    margin: 34px auto 0;
    border-radius: 30px;
  }

  .catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .site-footer {
    margin-block-start: 0;
  }

  .site-footer__inner,
  .site-footer__bottom {
    width: min(1460px, calc(100% - 80px));
  }
}
