:root {
  --green: #1f7a4d;
  --green2: #155f3c;
  --lime: #f5b800;
  --ink: #17221c;
  --muted: #6b746e;
  --line: #e3e7e4;
  --soft: #f5f7f5;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
}
.wrap {
  width: min(1420px, calc(100% - 40px));
  margin: auto;
}
.topbar {
  background: #173f2d;
  color: #d9e8df;
  font-size: 12px;
}
.topbar .wrap {
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar a,
.topbar button,
.topbar b {
  margin-left: 22px;
  color: inherit;
  background: none;
  border: 0;
  font-size: 12px;
}
.head-main {
  height: 92px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.logo {
  display: flex;
  align-items: center;
  min-width: 225px;
}
.logo i {
  font-style: normal;
  background: var(--green);
  color: #fff;
  border-radius: 12px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  font-size: 29px;
  font-weight: 800;
  transform: rotate(-5deg);
}
.logo span {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.logo b {
  font-size: 25px;
  line-height: 1;
}
.logo small {
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--muted);
  margin-top: 6px;
}
.search {
  height: 50px;
  display: flex;
  flex: 1;
  border: 2px solid var(--green);
  border-radius: 7px;
  overflow: hidden;
}
.search select {
  border: 0;
  border-right: 1px solid var(--line);
  padding: 0 15px;
  background: #fafafa;
  color: #505b55;
}
.search input {
  border: 0;
  outline: 0;
  padding: 0 20px;
  flex: 1;
  min-width: 80px;
}
.search button,
.btn {
  border: 0;
  background: var(--green);
  color: #fff;
  padding: 0 27px;
  font-weight: 800;
  transition: 0.25s;
}
.search button:hover,
.btn:hover {
  background: var(--green2);
}
.head-actions {
  display: flex;
  gap: 20px;
}
.head-actions button {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 23px;
  position: relative;
  color: #26332c;
}
.head-actions span {
  font-size: 10px;
  text-align: left;
  color: var(--muted);
}
.head-actions small {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
}
.head-actions i {
  position: absolute;
  left: 17px;
  top: -7px;
  background: #e53935;
  color: #fff;
  border-radius: 20px;
  font-size: 9px;
  padding: 3px 6px;
  font-style: normal;
}
.nav {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  height: 57px;
  display: flex;
  align-items: center;
}
.departments {
  height: 57px;
  width: 276px;
  border: 0;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  text-align: left;
  padding: 0 22px;
}
.departments b {
  float: right;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-left: 36px;
  font-size: 14px;
  font-weight: 700;
}
.nav nav a {
  position: relative;
}
.nav nav em {
  position: absolute;
  top: -19px;
  right: -12px;
  background: #e43b37;
  color: #fff;
  font-style: normal;
  font-size: 7px;
  padding: 2px 4px;
  border-radius: 2px;
}
.delivery {
  margin-left: auto;
  font-size: 13px;
  font-weight: 800;
}
.hero {
  height: 510px;
  display: grid;
  grid-template-columns: 276px 1fr;
  gap: 18px;
  padding-top: 18px;
}
.cat-menu {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 7px 0;
}
.cat-menu a {
  display: flex;
  align-items: center;
  height: 54px;
  border-bottom: 1px solid #edf0ed;
  padding: 0 19px;
  font-size: 13px;
  color: #455148;
}
.cat-menu a:hover {
  color: var(--green);
  padding-left: 24px;
}
.cat-menu b {
  margin-left: auto;
}
.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #e9eee9;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.7s;
}
.slide.active {
  opacity: 1;
  z-index: 1;
}
.slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 22, 14, 0.79),
    rgba(8, 22, 14, 0.18) 70%
  );
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide > div {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  color: #fff;
}
.slide small,
.section-head small {
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 800;
  color: #e5b300;
}
.slide h1 {
  font-size: 44px;
  line-height: 1.16;
  margin: 15px 0;
}
.slide h1 strong {
  color: #f7cf31;
}
.slide p {
  font-size: 15px;
  margin-bottom: 28px;
}
.btn {
  display: inline-grid;
  place-items: center;
  min-height: 46px;
  border-radius: 4px;
  padding: 0 25px;
}
.dots {
  position: absolute !important;
  z-index: 4 !important;
  left: 7% !important;
  top: auto !important;
  bottom: 25px !important;
  transform: none !important;
}
.dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  margin-right: 7px;
}
.dots .on {
  background: var(--lime);
  width: 26px;
  border-radius: 8px;
}
.side-promos {
  display: grid;
  gap: 18px;
}
.side-promos article {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.side-promos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side-promos article:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);
}
.side-promos div {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 22px;
  color: #fff;
}
.side-promos small {
  font-size: 10px;
  letter-spacing: 1.5px;
}
.side-promos h3 {
  margin: 8px 0;
  font-size: 21px;
}
.side-promos b {
  color: #ffd538;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  margin-top: 26px;
}
.benefits > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 23px 12px;
  border-right: 1px solid var(--line);
  font-size: 23px;
}
.benefits > div:last-child {
  border: 0;
}
.benefits span {
  display: flex;
  flex-direction: column;
}
.benefits b {
  font-size: 12px;
}
.benefits small {
  color: var(--muted);
  font-size: 10px;
  margin-top: 4px;
}
.block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 28px;
}
.section-head h2 {
  font-size: 27px;
  margin: 5px 0 0;
}
.section-head > a {
  margin-left: auto;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.category-grid article {
  height: 165px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  padding: 14px;
  border-radius: 5px;
  transition: 0.25s;
}
.category-grid article:hover {
  box-shadow: 0 12px 30px #173f2d16;
  transform: translateY(-3px);
  border-color: #bdcfc3;
}
.category-grid img {
  width: 145px;
  height: 135px;
  object-fit: cover;
  border-radius: 4px;
}
.category-grid div {
  padding-left: 19px;
}
.category-grid h3 {
  margin: 0 0 6px;
  font-size: 17px;
}
.category-grid p {
  font-size: 11px;
  color: var(--muted);
}
.category-grid a {
  font-size: 11px;
  color: var(--green);
  font-weight: 800;
}
.deal-area {
  background: #f3f6f3;
}
.deal-area .section-head {
  align-items: center;
}
.countdown {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-left: 28px;
  font-size: 13px;
}
.countdown span {
  margin-right: 5px;
}
.countdown b {
  background: #e74038;
  color: #fff;
  border-radius: 3px;
  padding: 7px;
}
.deal-layout {
  display: grid;
  grid-template-columns: 1.15fr 2fr;
  gap: 20px;
}
.deal-feature {
  background: #fff;
  border: 2px solid #e43b37;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 46% 1fr;
  padding: 28px;
  position: relative;
}
.deal-feature > img {
  width: 100%;
  height: 290px;
  object-fit: contain;
}
.deal-feature > div {
  padding: 25px 10px;
}
.discount {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #e43b37;
  color: #fff;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.deal-feature h3 {
  font-size: 20px;
  margin: 9px 0;
}
.deal-feature p b {
  color: #e43b37;
  font-size: 24px;
}
.deal-feature del {
  color: #929b96;
}
.deal-feature .stock {
  height: 6px;
  background: #eee;
  margin: 18px 0 8px;
}
.deal-feature .stock i {
  display: block;
  width: 72%;
  height: 100%;
  background: #f0b600;
}
.deal-feature .btn {
  margin-top: 20px;
  width: 100%;
}
.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.deal-products {
  grid-template-columns: repeat(2, 1fr);
}
.product {
  padding: 15px 15px 19px;
  background: #fff;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: 0.25s;
}
.product:hover {
  box-shadow: 0 12px 35px #183c2817;
  z-index: 2;
}
.pic {
  height: 220px;
  position: relative;
  overflow: hidden;
}
.pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s;
}
.product:hover .pic img {
  transform: scale(1.04);
}
.pic > span {
  position: absolute;
  top: 4px;
  left: 4px;
  background: #e6413b;
  color: #fff;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 8px;
  font-weight: 800;
}
.product-tools {
  position: absolute;
  right: 7px;
  top: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transform: translateX(50px);
  transition: 0.25s;
}
.product:hover .product-tools {
  transform: translateX(0);
}
.product-tools button {
  background: #fff;
  border: 1px solid var(--line);
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.pic .add {
  position: absolute;
  bottom: 4px;
  left: 8px;
  right: 8px;
  border: 0;
  background: var(--green);
  color: #fff;
  height: 39px;
  font-weight: 800;
  font-size: 11px;
  transform: translateY(55px);
  transition: 0.25s;
}
.product:hover .add {
  transform: translateY(0);
}
.product > small {
  color: #89928d;
  font-size: 9px;
  text-transform: uppercase;
}
.product h3 {
  font-size: 13px;
  line-height: 1.45;
  margin: 6px 0;
  min-height: 39px;
}
.stars {
  color: #f4b400;
  font-size: 10px;
}
.stars span {
  color: #8a938e;
}
.product p {
  margin: 8px 0 0;
}
.product p b {
  font-size: 15px;
  color: #e13f39;
}
.product del {
  font-size: 10px;
  color: #99a19c;
  margin-left: 6px;
}
.tabs {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.tabs button,
.outline {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 11px;
  font-weight: 700;
}
.tabs .on {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.outline {
  display: block;
  margin: 28px auto 0;
  border-radius: 4px;
  padding: 12px 30px;
}
.promo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.promo-row article {
  height: 310px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.promo-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-row article:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 24, 16, 0.73), transparent);
}
.promo-row div {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  color: #fff;
}
.promo-row small {
  color: #ffd137;
  letter-spacing: 2px;
}
.promo-row h2 {
  font-size: 30px;
  margin: 10px 0;
}
.promo-row p {
  font-size: 12px;
}
.promo-row a {
  font-size: 12px;
  font-weight: 800;
  border-bottom: 1px solid;
}
.brands {
  background: #f6f7f6;
  padding: 60px 0;
}
.brand-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #fff;
  border: 1px solid var(--line);
}
.brand-list b {
  height: 90px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  font-size: 20px;
  color: #647069;
}
.newsletter {
  background: var(--green);
  color: #fff;
  padding: 40px 0;
}
.newsletter .wrap {
  display: flex;
  align-items: center;
}
.newsletter .wrap > div {
  position: relative;
  padding-left: 70px;
}
.newsletter .wrap > div > span {
  position: absolute;
  left: 0;
  font-size: 45px;
}
.newsletter h2 {
  margin: 0;
  font-size: 22px;
}
.newsletter p {
  margin: 6px 0 0;
  font-size: 11px;
  color: #d8e9df;
}
.newsletter form {
  margin-left: auto;
  display: flex;
  width: 45%;
  height: 48px;
}
.newsletter input {
  flex: 1;
  border: 0;
  padding: 0 18px;
}
.newsletter .btn {
  background: #f0b800;
  color: #18251e;
  border-radius: 0;
}
footer {
  background: #15251c;
  color: #c5cec9;
  padding-top: 65px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.25fr;
  gap: 50px;
  padding-bottom: 45px;
}
.logo.light b {
  color: #fff;
}
.logo.light small {
  color: #9dafa4;
}
.footer-grid p,
.footer-grid a {
  display: block;
  font-size: 11px;
  color: #aab8b0;
  line-height: 2;
}
.footer-grid h3 {
  color: #f5c229;
}
.footer-grid h4 {
  color: #fff;
  margin: 5px 0 18px;
}
.paycards,
.apps {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.paycards b,
.apps span {
  background: #fff;
  color: #324039;
  padding: 7px;
  border-radius: 3px;
  font-size: 9px;
}
.copyright {
  border-top: 1px solid #314038;
  padding: 22px 0;
  font-size: 10px;
  color: #819087;
}
.copyright span {
  float: right;
}
.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #25d366;
  color: #fff;
  border-radius: 30px;
  padding: 13px 17px;
  font-weight: 800;
  font-size: 12px;
  z-index: 10;
}
.overlay {
  position: fixed;
  inset: 0;
  background: #0008;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}
.drawer {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(430px, 100%);
  background: #fff;
  z-index: 21;
  transform: translateX(105%);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.drawer.show {
  transform: none;
}
.overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.drawer-head {
  display: flex;
  justify-content: space-between;
  padding: 22px 25px;
  border-bottom: 1px solid var(--line);
}
.drawer-head h2 {
  margin: 0;
  font-size: 20px;
}
.drawer-head button,
.x {
  border: 0;
  background: none;
  font-size: 26px;
}
.cart-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
  padding: 17px 25px;
  border-bottom: 1px solid var(--line);
}
.cart-row img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.cart-row small {
  display: block;
  color: #e33d39;
  margin: 7px 0;
}
.cart-row button {
  border: 1px solid var(--line);
  background: #fff;
}
.cart-row span {
  padding: 0 10px;
}
.empty {
  text-align: center;
  padding: 70px 20px;
  color: #7a857f;
}
.empty small {
  display: block;
  margin-top: 10px;
}
.totals {
  margin-top: auto;
  padding: 22px 25px;
  border-top: 1px solid var(--line);
}
.totals p {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.wide {
  width: 100%;
}
.viewcart {
  display: block;
  text-align: center;
  font-size: 11px;
  margin-top: 15px;
}
.modal {
  position: fixed;
  z-index: 22;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%);
  width: min(700px, calc(100% - 30px));
  max-height: 92vh;
  overflow: auto;
  background: #fff;
  padding: 32px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  box-shadow: 0 30px 80px #0005;
}
.modal.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
.modal .x {
  position: absolute;
  right: 18px;
  top: 15px;
}
.steps {
  background: #f4f6f4;
  padding: 13px;
  margin: 15px 0 22px;
  display: flex;
  justify-content: space-around;
  font-size: 11px;
}
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
.form input,
.form select,
.form textarea {
  border: 1px solid var(--line);
  padding: 12px;
  outline: 0;
}
.form .full {
  grid-column: 1/-1;
}
.payments {
  display: grid;
  gap: 8px;
}
.payments label {
  border: 1px solid var(--line);
  padding: 12px;
  font-size: 12px;
}
.payments small {
  display: block;
  margin-left: 24px;
  color: var(--muted);
}
.quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.quick-grid > img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}
.quick-price {
  font-size: 23px;
  color: #df3f39;
  font-weight: 800;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 80px);
  background: #15251c;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  z-index: 30;
  opacity: 0;
  transition: 0.3s;
  font-size: 12px;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.mobile-menu {
  display: none;
}
@media (max-width: 1100px) {
  .head-actions button span,
  .delivery {
    display: none;
  }
  .hero {
    grid-template-columns: 230px 1fr;
  }
  .hero .side-promos {
    display: none;
  }
  .departments {
    width: 230px;
  }
  .cat-menu {
    width: 230px;
  }
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
  .benefits {
    grid-template-columns: repeat(3, 1fr);
  }
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .deal-layout {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .wrap {
    width: min(100% - 24px, 1420px);
  }
  .topbar .wrap > span,
  .topbar a,
  .topbar b {
    display: none;
  }
  .topbar .wrap {
    justify-content: flex-end;
  }
  .head-main {
    height: auto;
    padding: 13px 0;
    gap: 10px;
    flex-wrap: wrap;
  }
  .mobile-menu {
    display: block;
    border: 0;
    background: none;
    font-size: 22px;
  }
  .logo {
    min-width: 0;
    flex: 1;
  }
  .logo i {
    width: 42px;
    height: 42px;
  }
  .logo b {
    font-size: 20px;
  }
  .head-actions button:not(#cartBtn) {
    display: none;
  }
  .head-actions #cartBtn span {
    display: none;
  }
  .search {
    order: 5;
    flex-basis: 100%;
    height: 45px;
  }
  .search select {
    display: none;
  }
  .nav {
    border: 0;
  }
  .nav-inner {
    height: 0;
  }
  .departments,
  .nav nav {
    display: none;
  }
  .nav nav.mobile-show {
    display: flex;
    position: absolute;
    top: 132px;
    left: 12px;
    right: 12px;
    z-index: 15;
    background: #fff;
    box-shadow: 0 15px 40px #0003;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    gap: 17px;
  }
  .hero {
    height: 470px;
    display: block;
    width: 100%;
    padding: 0;
  }
  .cat-menu {
    display: none;
  }
  .hero-slider {
    height: 100%;
    border-radius: 0;
  }
  .slide > div {
    left: 7%;
    right: 7%;
  }
  .slide h1 {
    font-size: 34px;
  }
  .benefits {
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
  }
  .benefits > div {
    justify-content: flex-start;
    padding: 16px 10px;
  }
  .benefits > div:last-child {
    display: none;
  }
  .block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .category-grid {
    grid-template-columns: 1fr;
  }
  .category-grid article {
    height: 135px;
  }
  .category-grid img {
    width: 115px;
    height: 105px;
  }
  .deal-area .section-head {
    flex-wrap: wrap;
  }
  .countdown {
    order: 3;
    margin: 14px 0 0;
    width: 100%;
  }
  .deal-feature {
    grid-template-columns: 1fr;
  }
  .deal-feature > img {
    height: 220px;
  }
  .deal-feature > div {
    padding: 10px;
  }
  .deal-products {
    grid-template-columns: 1fr 1fr;
  }
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .pic {
    height: 155px;
  }
  .product {
    padding: 9px;
  }
  .product h3 {
    font-size: 11px;
  }
  .tabs {
    overflow: auto;
    margin: 18px 0 0;
    width: 100%;
  }
  .section-head {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .section-head h2 {
    font-size: 23px;
  }
  .promo-row {
    grid-template-columns: 1fr;
  }
  .promo-row article {
    height: 250px;
  }
  .brand-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .newsletter .wrap {
    display: block;
  }
  .newsletter .wrap > div {
    padding-left: 55px;
  }
  .newsletter form {
    width: 100%;
    margin-top: 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .copyright span {
    float: none;
    display: block;
    margin-top: 6px;
  }
  .quick-grid {
    grid-template-columns: 1fr;
  }
  .quick-grid > img {
    height: 220px;
  }
  .form {
    grid-template-columns: 1fr;
  }
  .form .full {
    grid-column: auto;
  }
  .whatsapp span {
    display: none;
  }
}

/* 2026 storefront refinement */
:root {
  --ink: #211d19;
  --cream: #f7f3ed;
  --paper: #fffdf9;
  --gold: #a67c43;
  --line-soft: #e5dbce;
}
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); }
.wrap { width: min(100% - 48px, 1280px); }
.topbar { background: #211d19; border: 0; }
.topbar .wrap { min-height: 38px; }
.head-main { min-height: 96px; }
.search { border: 1px solid #ded3c5; border-radius: 999px; overflow: hidden; background: #fbf8f3; }
.search input, .search select { background: transparent; }
.search button { border-radius: 999px; margin: 4px; padding-inline: 25px; background: #211d19; }
.nav { box-shadow: 0 8px 28px rgba(43,34,24,.06); }
.nav-inner { min-height: 52px; }
.nav nav a { position: relative; }
.nav nav a:after { content:""; position:absolute; height:1px; left:50%; right:50%; bottom:-7px; background:var(--gold); transition:.25s; }
.nav nav a:hover:after { left:0; right:0; }
.hero { margin-top: 24px; overflow: hidden; border-radius: 22px; box-shadow: 0 26px 70px rgba(43,34,24,.13); }
.hero-slider, .slide, .slide img { border-radius: 0 22px 22px 0; }
.benefits { margin-top: 24px; padding: 22px 28px; border: 1px solid var(--line-soft); border-radius: 16px; background:#fff; box-shadow:0 14px 36px rgba(43,34,24,.05); }
.benefits > div { min-width: 0; }
.block { padding-top: 92px; padding-bottom: 82px; }
.section-head { margin-bottom: 38px; }
.category-grid, .products { gap: 24px; }
.category-grid article { overflow: hidden; border-radius: 14px; }
.category-grid img { width:100%; aspect-ratio: 1/1; object-fit:cover; }
.category-grid h3 { margin: 18px 18px 5px; }
.category-grid p { margin: 0 18px 20px; }
.product { display:flex; flex-direction:column; min-width:0; padding-bottom:12px; }
.product .pic { aspect-ratio: 4/5; border-radius: 14px; }
.product .pic img { width:100%; height:100%; object-fit:cover; }
.product h3 { margin: 14px 0 5px; line-height:1.25; }
.product .price { margin-top:auto; }
.deal-area { position:relative; overflow:hidden; }
.deal-area:before { content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 90% 20%,rgba(185,143,79,.18),transparent 35%); }
.story { margin: 35px 0; }
.newsletter { padding: 54px 0; }
.newsletter .wrap { gap:40px; }
.newsletter form { background:#fff; padding:6px; border-radius:999px; }
.newsletter input { border:0; }
.newsletter .btn { border-radius:999px; }
footer { position:relative; overflow:hidden; padding-top:0; color:#d7cec4; }
.footer-glow { position:absolute; width:520px; height:520px; right:-220px; top:-250px; border-radius:50%; background:rgba(173,132,70,.12); filter:blur(4px); pointer-events:none; }
.footer-intro { position:relative; display:flex; justify-content:space-between; align-items:center; gap:40px; padding:70px 0 55px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-intro small { color:#c6a36d; letter-spacing:.22em; font-size:10px; font-weight:700; }
.footer-intro h2 { max-width:700px; color:#fff; font-size:clamp(34px,4vw,55px); font-weight:500; line-height:1.05; margin-top:9px; }
.footer-cta { flex:none; display:inline-flex; align-items:center; gap:24px; padding:16px 20px 16px 24px; border:1px solid rgba(214,186,142,.55); border-radius:999px; color:#fff; }
.footer-cta span { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:#b89055; color:#181512; }
.footer-grid { position:relative; grid-template-columns:1.45fr .8fr .8fr 1.1fr; gap:65px; padding:68px 0 55px; }
.footer-brand > p { max-width:350px; line-height:1.8; color:#a99f95; margin:22px 0; }
.footer-contact { display:flex; flex-direction:column; gap:7px; padding-top:20px; border-top:1px solid rgba(255,255,255,.09); }
.footer-contact span { font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:#92877c; }
.footer-contact a { color:#eee6db; }
footer h4 { color:#fff; margin-bottom:23px; font-size:13px; letter-spacing:.13em; text-transform:uppercase; }
.footer-grid > div:not(.footer-brand) > a { display:block; width:max-content; max-width:100%; margin:0 0 13px; color:#a99f95; transition:.2s; }
.footer-grid > div:not(.footer-brand) > a:hover { color:#d7bd8c; transform:translateX(4px); }
.paycards { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:31px; }
.paycards b { padding:8px 10px; border:1px solid rgba(255,255,255,.13); border-radius:6px; background:rgba(255,255,255,.04); color:#ddd4ca; font-size:10px; }
.socials { display:flex; gap:9px; }
.socials a { display:grid; place-items:center; width:38px; height:38px; border:1px solid rgba(255,255,255,.15); border-radius:50%; color:#e8ded3; font-size:11px; text-transform:uppercase; transition:.25s; }
.socials a:hover { border-color:#b89055; background:#b89055; color:#181512; transform:translateY(-3px); }
.copyright { border-top:1px solid rgba(255,255,255,.1); padding:25px 0 30px; color:#82786f; font-size:11px; }
.copyright span { display:flex; align-items:center; gap:18px; }
.copyright a { color:#aaa096; }
@media (max-width: 980px) {
  .head-actions button span { display:none; }
  .footer-grid { grid-template-columns:1.3fr 1fr 1fr; gap:45px; }
  .footer-grid > div:last-child { grid-column:2 / 4; }
}
@media (max-width: 760px) {
  .wrap { width:min(100% - 30px,1280px); }
  .topbar .wrap > span { display:none; }
  .topbar .wrap { justify-content:center; }
  .search { order:3; width:100%; }
  .head-main { height:auto; padding:16px 0; flex-wrap:wrap; }
  .search select { display:none; }
  .nav-inner { min-height:0; }
  .hero { margin-top:15px; border-radius:0; }
  .hero-slider, .slide, .slide img { border-radius:0; }
  .benefits { overflow-x:auto; justify-content:flex-start; gap:30px; padding:18px; }
  .benefits > div { min-width:190px; }
  .section-head { align-items:flex-end; gap:20px; }
  .section-head h2 { font-size:38px; }
  .category-grid, .products { gap:16px; }
  .newsletter .wrap, .footer-intro { flex-direction:column; align-items:flex-start; }
  .newsletter form { width:100%; }
  .footer-intro { padding:55px 0 42px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:45px 28px; padding:48px 0; }
  .footer-brand, .footer-grid > div:last-child { grid-column:1 / -1; }
  .copyright, .copyright span { align-items:flex-start; flex-direction:column; gap:12px; }
}
@media (max-width: 440px) {
  .head-actions button:not(#cartBtn) { display:none; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column:auto; }
}
[dir="rtl"] .logo span {
  margin-left: 0;
  margin-right: 10px;
}
[dir="rtl"] .nav nav {
  padding-left: 0;
  padding-right: 36px;
}
[dir="rtl"] .delivery,
[dir="rtl"] .section-head > a,
[dir="rtl"] .newsletter form {
  margin-left: 0;
  margin-right: auto;
}
[dir="rtl"] .cat-menu b {
  margin-left: 0;
  margin-right: auto;
}
[dir="rtl"] .category-grid div {
  padding-left: 0;
  padding-right: 19px;
}
.admin {
  background: #f4f6f4;
}
.admin .side {
  position: fixed;
  inset: 0 auto 0 0;
  width: 245px;
  background: #14271d;
  color: #fff;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
}
.admin .brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 20px;
}
.admin .brand i {
  background: var(--green);
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
}
.admin .side > small {
  color: #82978b;
  letter-spacing: 2px;
  margin: 12px 0 30px;
}
.admin .side nav {
  display: grid;
  gap: 7px;
}
.admin .side nav a {
  padding: 13px;
  border-radius: 5px;
  color: #b9c7bf;
  font-size: 13px;
}
.admin .side nav a.active,
.admin .side nav a:hover {
  background: #294035;
  color: #fff;
}
.admin .side nav b {
  float: right;
  background: #e5433d;
  padding: 2px 6px;
  border-radius: 10px;
}
.admin .side > a {
  margin-top: auto;
  color: #a9bbb0;
  font-size: 12px;
}
.dashboard {
  margin-left: 245px;
  padding: 35px;
}
.dashboard > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard h1 {
  margin: 5px 0 20px;
}
.primary {
  background: var(--green);
  color: #fff;
  border: 0;
  padding: 13px 20px;
  border-radius: 4px;
  font-weight: 700;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.metrics article,
.panel {
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px;
  border-radius: 6px;
}
.metrics span,
.metrics small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}
.metrics b {
  font-size: 24px;
  display: block;
  margin: 10px 0;
}
.metrics small {
  color: var(--green);
}
.metrics .warn {
  color: #e14840;
}
.admin-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
  margin-top: 18px;
}
.panel .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.panel th,
.panel td {
  text-align: left;
  padding: 13px 8px;
  border-bottom: 1px solid var(--line);
}
.panel mark {
  background: #fff0c8;
  padding: 5px 8px;
  border-radius: 10px;
}
.panel mark.green {
  background: #dff4e7;
}
.settings label {
  display: block;
  font-size: 11px;
  margin: 13px 0;
}
.settings input:not([type="checkbox"]),
.settings select {
  display: block;
  width: 100%;
  padding: 9px;
  border: 1px solid var(--line);
  margin-top: 5px;
}
.settings input[type="color"] {
  height: 40px;
}
@media (max-width: 850px) {
  .admin .side {
    position: static;
    width: 100%;
    height: auto;
  }
  .admin .side nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard {
    margin: 0;
    padding: 18px;
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .admin-grid {
    grid-template-columns: 1fr;
  }
  .panel {
    overflow: auto;
  }
}
.mega-item {
  position: relative;
}
.mega-item > a {
  display: flex !important;
  justify-content: space-between;
}
.mega-sub {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  width: 310px;
  background: #fff;
  border: 1px solid #e5e8e6;
  box-shadow: 0 15px 40px rgba(15, 35, 25, 0.15);
  padding: 20px;
  z-index: 30;
  border-radius: 0 10px 10px 0;
}
.mega-item:hover .mega-sub {
  display: grid;
}
.mega-sub h4 {
  margin: 0 0 8px;
  color: var(--green);
}
.mega-sub button {
  border: 0;
  background: none;
  text-align: left;
  padding: 7px 0;
  color: #49524d;
  cursor: pointer;
}
.mega-sub button:hover {
  color: var(--green);
}
.category-result {
  grid-column: 1/-1;
  text-align: center;
  padding: 55px;
  background: #fff;
  border: 1px dashed #ccd6d0;
  border-radius: 10px;
}

/* Luxury jewelry storefront */
:root {
  --green: #a8834f;
  --green2: #765b35;
  --lime: #d6b77e;
  --ink: #211d19;
  --muted: #756e66;
  --line: #e9e1d6;
  --soft: #f8f4ee;
  --cream: #fbf8f3;
  --gold: #a8834f;
}
body {
  background: var(--cream);
  font-weight: 400;
}
h1, h2, .logo b, .product h3, .story-copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
}
.wrap {
  width: min(1380px, calc(100% - 56px));
}
.topbar {
  background: #181512;
  color: #e7dccd;
  letter-spacing: .08em;
}
.topbar .wrap {
  height: 36px;
}
header {
  background: rgba(251,248,243,.97);
}
.head-main {
  height: 106px;
}
.logo {
  min-width: 290px;
}
.logo i {
  width: 47px;
  height: 47px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  transform: none;
}
.logo b {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: .015em;
}
.logo small {
  color: #9a805a;
  letter-spacing: 2.4px;
}
.search {
  height: 48px;
  border: 1px solid #cdbb9f;
  border-radius: 0;
  background: #fff;
}
.search select {
  background: #fff;
}
.search button, .btn {
  background: #a8834f;
  border-radius: 0;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}
.search button:hover, .btn:hover {
  background: #725634;
}
.head-actions button {
  color: #3b332b;
}
.nav {
  border-color: #ded3c5;
}
.nav-inner {
  height: 61px;
}
.departments {
  width: 292px;
  height: 61px;
  background: #211d19;
  padding: 0 24px;
  letter-spacing: .04em;
}
.nav nav {
  gap: 38px;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 11px;
}
.nav nav em {
  background: var(--gold);
}
.hero {
  height: 620px;
  grid-template-columns: 292px 1fr;
  gap: 0;
  padding-top: 0;
}
.cat-menu {
  border: 0;
  border-radius: 0;
  background: #f1e9dd;
  padding: 9px 0;
}
.cat-menu a {
  height: 50px;
  border-color: rgba(126,99,62,.12);
  padding: 0 22px;
  color: #50463d;
}
.cat-menu a:hover {
  background: #e8ddcd;
  color: #8d6b3d;
}
.hero-slider {
  border-radius: 0;
  background: #201a16;
}
.slide img {
  object-fit: cover;
}
.slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18,15,13,.86), rgba(18,15,13,.1) 66%);
}
.slide > div {
  z-index: 2;
  width: 52%;
  color: #fff;
}
.slide > div small {
  color: #d7bd8c;
  letter-spacing: .22em;
}
.slide h1 {
  color: #fff;
  font-size: clamp(48px, 5vw, 78px);
  line-height: .95;
  font-weight: 500;
  letter-spacing: -.025em;
}
.slide p {
  color: #ddd3c8;
  max-width: 590px;
  line-height: 1.8;
  font-weight: 300;
}
.slide .btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  margin-top: 15px;
  padding: 0 28px;
}
.benefits {
  background: #fff;
  margin-top: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 45px rgba(72,54,31,.05);
}
.benefits > div {
  color: var(--gold);
  font-size: 25px;
}
.benefits b {
  color: #29231e;
}
.benefits small {
  color: var(--muted);
}
.block {
  padding-top: 100px;
  padding-bottom: 90px;
}
.section-head small, .story-copy > small {
  color: var(--gold);
  letter-spacing: .22em;
  font-size: 10px;
  font-weight: 700;
}
.section-head h2, .story-copy h2 {
  font-size: clamp(38px, 4vw, 55px);
  line-height: 1;
  font-weight: 500;
  margin-top: 9px;
}
.section-head > a, .text-link {
  color: #81623a;
  border-bottom: 1px solid #bda57e;
  padding-bottom: 5px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.category-grid article {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 15px 40px rgba(75,55,32,.07);
}
.category-grid article:hover {
  transform: translateY(-7px);
  box-shadow: 0 23px 55px rgba(75,55,32,.13);
}
.category-grid img {
  background: #eee6db;
}
.category-grid h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
}
.deal-area {
  background: #211d19;
  color: #fff;
}
.deal-area .section-head h2, .deal-area .section-head a {
  color: #fff;
}
.product {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.product .pic {
  background: #f0ebe4;
  border-radius: 0;
  overflow: hidden;
}
.product .pic img {
  transition: transform .8s cubic-bezier(.2,.75,.25,1);
}
.product:hover .pic img {
  transform: scale(1.045);
}
.product h3 {
  font-size: 21px;
  font-weight: 600;
}
.product > small {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9a805a;
}
.product .add {
  background: rgba(29,25,21,.94);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
}
.stars {
  color: #b4935f;
}
.outline {
  border-radius: 0;
  border-color: #9f8256;
  color: #735834;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.story {
  background: #e9dfd1;
  padding: 110px 0;
}
.story-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 10%;
}
.story-art {
  position: relative;
  padding-left: 8%;
}
.story-art img {
  width: min(100%, 560px);
  display: block;
  box-shadow: 28px 30px 0 #c8b494;
}
.story-art span {
  position: absolute;
  left: 0;
  bottom: 8%;
  background: #211d19;
  color: #ead8b9;
  padding: 18px 24px;
  font-size: 10px;
  letter-spacing: .22em;
}
.story-copy {
  max-width: 540px;
}
.story-copy h2 {
  font-size: clamp(48px, 5vw, 70px);
}
.story-copy p {
  color: #5f554c;
  font-size: 16px;
  line-height: 1.9;
  margin: 25px 0 35px;
}
.brands {
  background: #f1e9dd;
}
.brand-list {
  border-color: #d7c7b1;
}
.brand-list b {
  font-family: "Cormorant Garamond", serif;
  color: #66533d;
  font-size: 16px;
  letter-spacing: .1em;
}
.newsletter {
  background: #a8834f;
}
footer {
  background: #181512;
}
.logo.light i {
  border-color: #d7bd8c;
  color: #d7bd8c;
}
.whatsapp {
  background: #211d19;
}
.mega-sub {
  border-radius: 0;
  border-color: #dfd4c5;
  box-shadow: 0 22px 55px rgba(25,20,15,.18);
}
.mega-sub h4, .mega-sub button:hover {
  color: var(--gold);
}
@media (max-width: 1100px) {
  .logo { min-width: auto; }
  .hero { grid-template-columns: 1fr; height: 590px; }
  .hero .cat-menu { display: none; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1380px); }
  .head-main { height: 82px; gap: 12px; }
  .logo b { font-size: 20px; }
  .logo small { font-size: 7px; }
  .logo i { width: 39px; height: 39px; }
  .hero { width: 100%; height: 570px; }
  .slide > div { width: 88%; left: 7%; }
  .slide h1 { font-size: 48px; }
  .slide:after { background: linear-gradient(90deg,rgba(18,15,13,.88),rgba(18,15,13,.28)); }
  .block { padding-top: 72px; padding-bottom: 65px; }
  .story-grid { grid-template-columns: 1fr; gap: 70px; }
  .story-art { padding-left: 0; }
  .story-art img { width: calc(100% - 24px); }
  .story-copy h2 { font-size: 49px; }
}
