.store-home { --store-home-gap: 9px; }
.store-home-banner { padding: 18px 9px 10px; background: #0f0f10; }
.store-home-banner__link { position: relative; display: block; aspect-ratio: 1.86; overflow: hidden; border-radius: 7px; background: #161719; }
.store-home-banner__link > img { width: 100%; height: 100%; object-fit: cover; }
.store-home-banner__copy { position: absolute; inset: 0; display: flex; align-items: center; flex-direction: column; justify-content: flex-start; padding-top: 14px; color: #07558b; text-align: center; text-shadow: 0 1px 0 white; text-transform: uppercase; }
.store-home-banner__copy strong { max-width: 92%; font-size: 25px; font-weight: 700; line-height: 1.05; }
.store-home-banner__copy small { margin-top: 7px; padding: 4px 8px; border: 1px solid #173849; background: rgba(255,255,255,.88); color: #15191c; font-size: 9px; font-weight: 700; }

.store-home-section { padding: 13px var(--store-home-gap) 6px; background: #0f0f10; }
.store-home-section__header { display: flex; min-height: 31px; align-items: center; justify-content: space-between; gap: 12px; }
.store-home-section__header h2 { margin: 0; color: #f1f1f2; font-size: 19px; line-height: 1.2; }
.store-home-section__header > a { display: flex; align-items: center; gap: 7px; color: #b9b9bd; font-size: 13px; }
.store-home-section__header > a span { font-size: 26px; font-weight: 300; line-height: 1; }

.store-home-top__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; padding-top: 5px; }
.store-home-top-card { min-width: 0; }
.store-home-top-card__image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; border-radius: 7px; background: #242427; }
.store-home-top-card__image > img { width: 100%; height: 100%; object-fit: cover; }
.store-home-top-card__image b { position: absolute; top: 0; left: 7px; display: grid; width: 27px; height: 28px; place-items: center; background: #ffe4ac; color: #6c511a; font-size: 13px; clip-path: polygon(0 0,100% 0,100% 77%,50% 100%,0 77%); }
.store-home-top-card__title { display: -webkit-box; min-height: 38px; margin-top: 6px; overflow: hidden; color: #d8d8db; font-size: 13px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.store-home-shipping { display: inline-flex; max-width: 100%; height: 18px; align-items: center; gap: 3px; margin-top: 4px; padding: 0 4px; overflow: hidden; border-radius: 3px; background: #07534f; color: #75ded4; font-size: 9px; line-height: 18px; white-space: nowrap; }
.store-home-shipping img { width: 11px; height: 11px; object-fit: contain; }
.store-home-shipping i { overflow: hidden; font-style: normal; text-overflow: ellipsis; }
.store-home-price { display: block; margin-top: 5px; color: #ff3b61; font-size: 17px; line-height: 1.1; }
.store-home-top-card del { display: block; margin-top: 2px; color: #616166; font-size: 11px; }
.store-home-top-card small { display: block; margin-top: 4px; overflow: hidden; color: #818187; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

.store-home-new { padding-top: 17px; }
.store-home-new__list { padding-top: 3px; }
.store-home-new-card { display: grid; min-height: 126px; grid-template-columns: 120px minmax(0,1fr); gap: 9px; padding: 5px 0; }
.store-home-new-card__image { width: 120px; height: 120px; overflow: hidden; border-radius: 7px; background: #242427; }
.store-home-new-card__image img { width: 100%; height: 100%; object-fit: cover; }
.store-home-new-card__content { display: flex; min-width: 0; flex-direction: column; }
.store-home-new-card__title { overflow: hidden; color: #d5d5d8; font-size: 13px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.store-home-new-card__badges { display: flex; min-width: 0; align-items: center; gap: 5px; overflow: hidden; }
.store-home-new-card__badges > b { overflow: hidden; margin-top: 4px; padding: 3px 5px; border-radius: 2px; background: #2b0710; color: #ff5571; font-size: 9px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.store-home-new-card__purchase { display: flex; align-items: flex-end; justify-content: space-between; gap: 5px; margin-top: auto; }
.store-home-new-card__purchase del { display: block; margin-top: 3px; color: #626267; font-size: 11px; }
.store-home-new-card__actions { display: grid; width: 116px; height: 34px; flex: 0 0 116px; grid-template-columns: 42px 74px; overflow: hidden; border-radius: 4px; }
.store-home-new-card__actions a { display: grid; place-items: center; }
.store-home-new-card__actions a:first-child { background: #2a050d; }
.store-home-new-card__actions a:last-child { background: #fe2c55; color: white; font-size: 14px; }
.store-home-new-card__actions img { width: 21px; height: 21px; filter: invert(32%) sepia(93%) saturate(3272%) hue-rotate(328deg) brightness(103%); }

.store-home-recommendations { padding-top: 12px; background: #050506; }
.store-home-recommendations > h2 { display: flex; height: 35px; align-items: center; justify-content: center; gap: 12px; margin: 0 0 5px; color: #ededee; font-size: 17px; }
.store-home-recommendations > h2::before, .store-home-recommendations > h2::after { width: 28px; height: 1px; background: #fe2c55; content: ""; }
.store-home-recommendations__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 7px; padding: 0 6px 16px; }
.store-home-recommendation-card { min-width: 0; overflow: hidden; }
.store-home-recommendation-card:nth-child(even) { margin-top: 14px; }
.store-home-recommendation-card__image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; border-radius: 7px 7px 0 0; background: #1c1c1f; }
.store-home-recommendation-card__image > img { width: 100%; height: 100%; object-fit: cover; }
.store-home-recommendation-card__image > span { position: absolute; bottom: 3px; left: 3px; padding: 2px 3px; border-radius: 2px; background: #16c7b6; color: white; font-size: 7px; font-weight: 700; line-height: 1.05; text-transform: uppercase; }
.store-home-recommendation-card__title { display: block; margin: 5px 2px 0; overflow: hidden; color: #d5d5d8; font-size: 13px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.store-home-recommendation-card > .store-home-shipping { margin-left: 2px; }
.store-home-recommendation-card__social { display: flex; min-height: 16px; align-items: center; gap: 3px; margin: 4px 2px 0; overflow: hidden; color: #88888e; font-size: 10px; white-space: nowrap; }
.store-home-recommendation-card__social strong { color: white; font-size: 10px; letter-spacing: 0; }
.store-home-recommendation-card__social i { color: #5c5c61; font-style: normal; }
.store-home-recommendation-card__purchase { display: flex; align-items: flex-end; justify-content: space-between; gap: 4px; margin: 4px 2px 0; }
.store-home-recommendation-card__purchase del { display: block; margin-top: 3px; color: #606065; font-size: 11px; }
.store-home-recommendation-card__purchase > a { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: #25040b; }
.store-home-recommendation-card__purchase > a img { width: 20px; height: 20px; filter: invert(32%) sepia(93%) saturate(3272%) hue-rotate(328deg) brightness(103%); }

@media (max-width: 365px) {
  .store-home-top__grid { gap: 6px; }
  .store-home-top-card__title, .store-home-new-card__title, .store-home-recommendation-card__title { font-size: 12px; }
  .store-home-new-card { grid-template-columns: 108px minmax(0,1fr); }
  .store-home-new-card__image { width: 108px; height: 108px; }
  .store-home-new-card__actions { width: 100px; flex-basis: 100px; grid-template-columns: 38px 62px; }
}
