.carai-brand-shop-nav {
  position: relative;
}

.carai-brand-shop-nav__count {
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  background: #f43f5e;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 19px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(244, 63, 94, .35);
}

.bshop {
  --bshop-navy: #071a3b;
  --bshop-blue: #1f65e6;
  --bshop-cyan: #4fd5ff;
  --bshop-ink: #10203a;
  --bshop-muted: #657590;
  --bshop-line: #dbe5f1;
  color: var(--bshop-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 4%, rgba(52, 137, 255, .11), transparent 29rem),
    linear-gradient(180deg, #f8fbff 0, #f2f6fb 55%, #fff 100%);
  min-height: 70vh;
  padding-bottom: 72px;
}

.bshop *,
.bshop-modal *,
.bshop-drawer * {
  box-sizing: border-box;
}

.bshop-shell {
  width: min(1480px, calc(100% - 48px));
  margin-inline: auto;
}

.bshop-hero {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 54px;
  border-radius: 0 0 36px 36px;
  color: #fff;
  background:
    radial-gradient(circle at 72% 14%, rgba(66, 194, 255, .25), transparent 27rem),
    linear-gradient(125deg, #041226 0%, #092c62 55%, #0759c7 100%);
  box-shadow: 0 28px 70px rgba(10, 43, 92, .2);
}

.bshop-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to right, transparent 0, #000 45%);
}

.bshop-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.bshop-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #a9e8ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bshop-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 950;
}

.bshop-hero h1 span {
  display: block;
  color: var(--bshop-cyan);
}

.bshop-hero__lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: #d7e7fb;
  font-size: 18px;
  line-height: 1.6;
}

.bshop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 29px;
}

.bshop-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 13px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.bshop-btn:hover {
  transform: translateY(-1px);
}

.bshop-btn--primary {
  background: linear-gradient(135deg, #2d77f1, #1760dc);
  color: #fff;
  box-shadow: 0 13px 28px rgba(20, 91, 218, .27);
}

.bshop-btn--primary:hover {
  background: linear-gradient(135deg, #3682ff, #0f52c7);
}

.bshop-btn--light {
  border-color: #cfdeef;
  background: #fff;
  color: #17468d;
}

.bshop-btn--ghost {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.bshop-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 24px;
  color: #c9daef;
  font-size: 12px;
  font-weight: 800;
}

.bshop-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.bshop-hero__trust i {
  color: #58d6ff;
}

.bshop-showcase {
  position: relative;
  min-height: 350px;
}

.bshop-showcase__card {
  position: absolute;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, .92);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 26px 60px rgba(0, 10, 30, .34);
}

.bshop-showcase__card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bshop-showcase__card--main {
  top: 0;
  right: 8%;
  width: min(335px, 53%);
  aspect-ratio: 1;
  transform: rotate(3deg);
}

.bshop-showcase__card--left {
  left: 0;
  bottom: 0;
  width: min(238px, 40%);
  aspect-ratio: 1;
  transform: rotate(-6deg);
}

.bshop-showcase__card--right {
  right: 0;
  bottom: 6px;
  width: min(214px, 36%);
  aspect-ratio: 1;
  transform: rotate(7deg);
}

.bshop-showcase__badge {
  position: absolute;
  left: 46%;
  bottom: 14px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #48d5ff, #1261df);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
  transform: rotate(-8deg);
  box-shadow: 0 16px 34px rgba(0, 19, 53, .34);
}

.bshop-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -1px auto 0;
  border: 1px solid var(--bshop-line);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(19, 47, 86, .08);
}

.bshop-benefit {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 22px 28px;
  border-right: 1px solid var(--bshop-line);
}

.bshop-benefit:last-child {
  border-right: 0;
}

.bshop-benefit__visual {
  width: 64px;
  height: 64px;
  display: block;
  overflow: hidden;
  margin: 0;
  border: 3px solid #fff;
  border-radius: 18px;
  background: #dbeafe;
  box-shadow: 0 8px 20px rgba(13, 57, 117, .16);
}

.bshop-benefit__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bshop-benefit strong {
  display: block;
  font-size: 14px;
  font-weight: 950;
}

.bshop-benefit > div > span {
  display: block;
  margin-top: 4px;
  color: var(--bshop-muted);
  font-size: 11px;
  line-height: 1.4;
}

.bshop-catalog {
  padding-top: 56px;
}

.bshop-catalog__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.bshop-catalog__head h2 {
  margin: 5px 0 0;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 950;
}

.bshop-kicker {
  color: #1f65e6;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.bshop-cart-button {
  position: relative;
  white-space: nowrap;
}

.bshop-cart-button__count {
  min-width: 23px;
  height: 23px;
  padding: 0 6px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #1b5fd5;
  font-size: 11px;
}

.bshop-filters {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 2px 2px 18px;
  scrollbar-width: thin;
}

.bshop-filter {
  min-height: 41px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid #cfdeef;
  border-radius: 999px;
  background: #fff;
  color: #4e607a;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.bshop-filter.is-active {
  border-color: #2065df;
  background: #2065df;
  color: #fff;
  box-shadow: 0 8px 20px rgba(32, 101, 223, .2);
}

.bshop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bshop-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #d6e1ee;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 13px 35px rgba(18, 48, 88, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.bshop-card:hover {
  transform: translateY(-4px);
  border-color: #9fc2ee;
  box-shadow: 0 20px 46px rgba(18, 55, 105, .13);
}

.bshop-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / .91;
  background: #eff4fa;
}

.bshop-card__open-media {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bshop-card__media > img,
.bshop-card__open-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .3s ease;
}

.bshop-card:hover .bshop-card__media > img,
.bshop-card:hover .bshop-card__open-media > img {
  transform: scale(1.025);
}

.bshop-card__badge {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(5, 20, 46, .88);
  color: #fff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.bshop-card__badge--hot {
  background: #e91e4d;
}

.bshop-card__gallery {
  position: absolute;
  right: 11px;
  bottom: 11px;
  display: flex;
  gap: 6px;
}

.bshop-thumb {
  width: 42px;
  height: 42px;
  overflow: hidden;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 4px 13px rgba(8, 30, 63, .18);
}

.bshop-thumb.is-active {
  border-color: #2d75ed;
}

.bshop-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bshop-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 19px;
}

.bshop-card__meta {
  color: #2a6ee0;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bshop-card h3 {
  margin: 7px 0 6px;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.02em;
  font-weight: 950;
}

.bshop-card__title {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.bshop-card__title:hover h3 {
  color: #1f65e6;
}

.bshop-card__description {
  min-height: 42px;
  margin: 0;
  color: var(--bshop-muted);
  font-size: 12px;
  line-height: 1.5;
}

.bshop-variant {
  margin-top: 15px;
}

.bshop-variant__label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
  color: #54657e;
  font-size: 10px;
  font-weight: 900;
}

.bshop-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bshop-size {
  min-width: 39px;
  height: 34px;
  padding: 0 9px;
  border: 1px solid #cfdae8;
  border-radius: 9px;
  background: #fff;
  color: #3c4f69;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.bshop-size:hover,
.bshop-size.is-selected {
  border-color: #2468df;
  background: #eaf2ff;
  color: #1656bf;
}

.bshop-card__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.bshop-price strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.035em;
}

.bshop-price span {
  display: block;
  margin-top: 5px;
  color: #7c8ba1;
  font-size: 10px;
  font-weight: 700;
}

.bshop-card__stock {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #078459;
  font-size: 10px;
  font-weight: 900;
}

.bshop-card__actions {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.bshop-icon-btn {
  width: 42px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #cbd9e8;
  border-radius: 11px;
  background: #fff;
  color: #245cae;
  cursor: pointer;
}

.bshop-card__actions .bshop-btn {
  min-height: 44px;
  padding-inline: 12px;
}

.bshop-card[hidden] {
  display: none;
}

.bshop-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid #cfe0f4;
  border-radius: 17px;
  background: #eff6ff;
  color: #385574;
  font-size: 12px;
  line-height: 1.55;
}

.bshop-note i {
  color: #2468df;
  font-size: 18px;
}

.bshop-overlay {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: none;
  background: rgba(3, 12, 30, .64);
  backdrop-filter: blur(5px);
}

.bshop-overlay.is-open {
  display: block;
}

.bshop-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10030;
  width: min(450px, 100vw);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: var(--bshop-ink);
  box-shadow: -25px 0 60px rgba(2, 14, 38, .22);
  transform: translateX(105%);
  transition: transform .22s ease;
}

.bshop-drawer.is-open {
  transform: translateX(0);
}

.bshop-drawer__head,
.bshop-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid #e0e8f1;
}

.bshop-drawer__head h3,
.bshop-modal__head h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 950;
}

.bshop-close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #d5e0ed;
  border-radius: 12px;
  background: #fff;
  color: #53637a;
  cursor: pointer;
}

.bshop-drawer__items {
  flex: 1;
  overflow-y: auto;
  padding: 15px 20px;
}

.bshop-empty {
  height: 100%;
  min-height: 260px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 11px;
  color: #75849a;
  text-align: center;
}

.bshop-empty i {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  background: #eaf2ff;
  color: #2468df;
  font-size: 24px;
}

.bshop-cart-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e5ebf2;
}

.bshop-cart-item img {
  width: 76px;
  height: 76px;
  border-radius: 13px;
  object-fit: cover;
  background: #eef3f8;
}

.bshop-cart-item strong {
  display: block;
  font-size: 13px;
  line-height: 1.3;
}

.bshop-cart-item__variant {
  display: block;
  margin-top: 4px;
  color: #728198;
  font-size: 10px;
}

.bshop-cart-item__qty {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
}

.bshop-cart-item__qty button {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid #cedae8;
  border-radius: 8px;
  background: #fff;
  color: #255eb5;
  cursor: pointer;
}

.bshop-cart-item__qty span {
  min-width: 18px;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
}

.bshop-cart-item__right {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

.bshop-cart-item__right strong {
  white-space: nowrap;
}

.bshop-cart-remove {
  border: 0;
  background: transparent;
  color: #d23a55;
  cursor: pointer;
}

.bshop-drawer__foot {
  padding: 18px 22px 22px;
  border-top: 1px solid #dfe7f0;
  background: #fbfdff;
}

.bshop-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  color: #657590;
  font-size: 12px;
}

.bshop-summary-row strong {
  color: var(--bshop-ink);
}

.bshop-summary-row--total {
  margin-top: 12px;
  padding-top: 13px;
  border-top: 1px solid #dfe7f0;
  color: var(--bshop-ink);
  font-size: 16px;
  font-weight: 950;
}

.bshop-drawer__foot .bshop-btn {
  width: 100%;
  margin-top: 13px;
}

.bshop-modal {
  position: fixed;
  inset: 50% auto auto 50%;
  z-index: 10040;
  width: min(980px, calc(100vw - 32px));
  max-height: min(830px, calc(100dvh - 32px));
  overflow: hidden;
  display: none;
  border-radius: 24px;
  background: #fff;
  color: var(--bshop-ink);
  box-shadow: 0 28px 90px rgba(2, 14, 38, .35);
  transform: translate(-50%, -50%);
}

.bshop-modal.is-open {
  display: block;
}

.bshop-modal__body {
  max-height: calc(100dvh - 120px);
  overflow-y: auto;
}

.bshop-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, .98fr);
  gap: 28px;
  padding: 24px;
}

.bshop-detail__main {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 18px;
  background: #eef3f8;
}

.bshop-detail__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.bshop-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.bshop-detail__thumbs button {
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #eef3f8;
  cursor: pointer;
}

.bshop-detail__thumbs button.is-active {
  border-color: #2468df;
}

.bshop-detail__thumbs img {
  width: 100%;
  aspect-ratio: 1.65;
  display: block;
  object-fit: cover;
}

.bshop-detail__copy {
  padding: 8px 4px;
}

.bshop-detail__copy h2 {
  margin: 8px 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.035em;
}

.bshop-detail__copy > p {
  margin: 0;
  color: #657590;
  font-size: 14px;
  line-height: 1.65;
}

.bshop-detail__list {
  display: grid;
  gap: 8px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.bshop-detail__list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  color: #42536d;
  font-size: 12px;
  line-height: 1.45;
}

.bshop-detail__list i {
  color: #08a36f;
}

.bshop-detail__price {
  margin: 20px 0;
  padding: 17px;
  border-radius: 15px;
  background: #eff6ff;
}

.bshop-detail__price strong {
  display: block;
  color: #103c83;
  font-size: 31px;
  line-height: 1;
  font-weight: 950;
}

.bshop-detail__price span {
  display: block;
  margin-top: 6px;
  color: #60738e;
  font-size: 11px;
}

.bshop-detail__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 9px;
  margin-top: 18px;
}

.bshop-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, .96fr);
  gap: 24px;
  padding: 24px;
}

.bshop-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.bshop-form__field {
  display: grid;
  gap: 6px;
}

.bshop-form__field--wide {
  grid-column: 1 / -1;
}

.bshop-form label {
  color: #52627a;
  font-size: 10px;
  font-weight: 900;
}

.bshop-form input,
.bshop-form textarea,
.bshop-form select {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #cbd8e7;
  border-radius: 11px;
  background: #fff;
  color: #15243b;
  font: inherit;
  font-size: 13px;
}

.bshop-form textarea {
  min-height: 82px;
  resize: vertical;
}

.bshop-form input:focus,
.bshop-form textarea:focus,
.bshop-form select:focus {
  outline: 3px solid rgba(37, 99, 235, .14);
  border-color: #377be9;
}

.bshop-checkout__summary {
  align-self: start;
  padding: 18px;
  border: 1px solid #d8e3ef;
  border-radius: 16px;
  background: #f7faff;
}

.bshop-checkout__summary h4 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 950;
}

.bshop-checkout-line {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #dfe7f0;
}

.bshop-checkout-line img {
  width: 50px;
  height: 50px;
  border-radius: 9px;
  object-fit: cover;
}

.bshop-checkout-line strong {
  display: block;
  font-size: 11px;
}

.bshop-checkout-line span {
  display: block;
  margin-top: 3px;
  color: #718198;
  font-size: 9px;
}

.bshop-success {
  min-height: 430px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 36px;
  text-align: center;
}

.bshop-success__icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 23px;
  background: #d8faec;
  color: #079567;
  font-size: 30px;
}

.bshop-success h3 {
  margin: 6px 0 0;
  font-size: 28px;
  font-weight: 950;
}

.bshop-success p {
  max-width: 540px;
  margin: 0;
  color: #687991;
  line-height: 1.55;
}

.bshop-success code {
  padding: 8px 11px;
  border-radius: 9px;
  background: #eff5fc;
  color: #164c9d;
  font-weight: 900;
}

body.bshop-lock {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .bshop-hero {
    padding: 44px;
  }

  .bshop-hero__grid {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 30px;
  }

  .bshop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .bshop-shell {
    width: min(100% - 28px, 760px);
  }

  .bshop-hero {
    min-height: auto;
    padding: 36px 28px 42px;
  }

  .bshop-hero__grid {
    grid-template-columns: 1fr;
  }

  .bshop-showcase {
    max-width: 580px;
    width: 100%;
    min-height: 315px;
    margin-inline: auto;
  }

  .bshop-benefits {
    grid-template-columns: 1fr;
  }

  .bshop-benefit {
    border-right: 0;
    border-bottom: 1px solid var(--bshop-line);
  }

  .bshop-benefit:last-child {
    border-bottom: 0;
  }

  .bshop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bshop-detail,
  .bshop-checkout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .carai-brand-shop-nav__count {
    position: absolute;
    top: 4px;
    right: 4px;
  }

  .bshop {
    padding-bottom: 40px;
  }

  .bshop-shell {
    width: calc(100% - 20px);
  }

  .bshop-hero {
    padding: 28px 18px 32px;
    border-radius: 0 0 24px 24px;
  }

  .bshop-hero h1 {
    font-size: 39px;
  }

  .bshop-hero__lead {
    font-size: 14px;
  }

  .bshop-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bshop-hero__actions .bshop-btn {
    width: 100%;
  }

  .bshop-hero__trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bshop-showcase {
    min-height: 255px;
  }

  .bshop-showcase__card {
    border-width: 4px;
    border-radius: 18px;
  }

  .bshop-showcase__badge {
    width: 61px;
    height: 61px;
    border-width: 4px;
    font-size: 9px;
  }

  .bshop-benefit {
    padding: 16px;
  }

  .bshop-catalog {
    padding-top: 38px;
  }

  .bshop-catalog__head {
    align-items: stretch;
    flex-direction: column;
  }

  .bshop-cart-button {
    width: 100%;
  }

  .bshop-grid {
    grid-template-columns: 1fr;
  }

  .bshop-card__media {
    aspect-ratio: 1.15;
  }

  .bshop-card__description {
    min-height: 0;
  }

  .bshop-modal {
    width: 100vw;
    max-height: 100dvh;
    border-radius: 0;
  }

  .bshop-modal__body {
    max-height: calc(100dvh - 76px);
  }

  .bshop-detail,
  .bshop-checkout {
    padding: 15px;
  }

  .bshop-detail__copy h2 {
    font-size: 30px;
  }

  .bshop-form {
    grid-template-columns: 1fr;
  }

  .bshop-form__field--wide {
    grid-column: auto;
  }

  .bshop-detail__actions {
    grid-template-columns: 1fr;
  }

  .bshop-detail__actions .bshop-icon-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bshop-card,
  .bshop-card__media > img,
  .bshop-btn,
  .bshop-drawer {
    transition: none !important;
  }
}
