@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "AllRoundGothic";
  src: url("../fonts/AllRoundGothic-XLig.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AllRoundGothic";
  src: url("../fonts/AllRoundGothic-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AllRoundGothic";
  src: url("../fonts/AllRoundGothic-Medium%20.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AllRoundGothic";
  src: url("../fonts/AllRoundGothic-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AllRoundGothic";
  src: url("../fonts/AllRoundGothic-Bold.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dh-orange: #ff894a;
  --dh-orange-dark: #d84e0f;
  --dh-cream: #fff7e4;
  --dh-cream-2: #fbedd0;
  --dh-card: #fffdf6;
  --dh-ink: #20150d;
  --dh-muted: #76695f;
  --dh-line: #ead9b7;
  --dh-green: #173d28;
  --dh-shadow: 0 18px 45px rgba(72, 43, 16, 0.1);
  --dh-radius: 8px;
  --dh-font: "AllRoundGothic", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--dh-ink);
  background: var(--dh-cream);
  font-family: var(--dh-font);
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container,
.container-fluid {
  width: 100%;
  max-width: none;
  padding-left: clamp(14px, 4vw, 64px);
  padding-right: clamp(14px, 4vw, 64px);
}

.store-topbar {
  background: var(--dh-orange);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.store-topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 4vw, 44px);
  overflow-x: auto;
  white-space: nowrap;
}

.store-topbar a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--dh-cream);
  box-shadow: 0 10px 30px rgba(55, 32, 10, 0.08);
}

.header-main {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  gap: clamp(14px, 2.5vw, 36px);
  align-items: center;
  border-bottom: 1px solid rgba(32, 21, 13, 0.08);
}

.brand-lockup,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 400;
}

.brand-lockup {
  font-size: clamp(22px, 2vw, 31px);
  color: var(--dh-ink);
  white-space: nowrap;
}

.brand-lockup img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

/* .brand-mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--dh-orange);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 0 0 6px rgba(243, 106, 33, 0.13);
} */

.header-search {
  justify-self: center;
  width: min(100%, 720px);
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  overflow: hidden;
  background: #fff;
  /* border: 1px solid var(--dh-line); */
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(72, 43, 16, 0.06);
}

.header-search i {
  color: var(--dh-muted);
  text-align: center;
}

.header-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 13px 6px;
  background: transparent;
}

.header-search button {
  height: 100%;
  border: 0;
  padding: 0 24px;
  color: #fff;
  background: #fff0dc;
  font-weight: 500;
  color: #f26a21;
  position: relative;
  left: 16px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.icon-circle {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--dh-line);
  border-radius: 50%;
  background: #fff;
  color: var(--dh-ink);
  font-size: 18px;
}

.mobile-menu-btn {
  display: none;
}

.cart-pill span {
  position: absolute;
  top: -7px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--dh-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
}

.sk-login-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fffaf2;
  box-shadow: 0 26px 80px rgba(68, 36, 12, 0.22);
}
.sk-login-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
}
.sk-login-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 420px);
  min-height: 430px;
}
.sk-login-media {
  background: #fff2df;
}
.sk-login-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}
.sk-login-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 46px);
}
.sk-login-panel > span {
  color: var(--dh-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.sk-login-panel h2 {
  margin: 8px 0 22px;
  color: var(--dh-ink);
  font-size: 28px;
  font-weight: 900;
}
.sk-check-line {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 12px 0 18px;
  color: #7a4b29;
  font-size: 13px;
  font-weight: 800;
}
.account-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.account-tabs,
.account-panel {
  min-width: 0;
}
.account-tabs {
  padding: 16px;
  border: 1px solid var(--dh-line);
  border-radius: 12px;
  background: #fffaf2;
  box-shadow: 0 10px 26px rgba(72, 43, 16, 0.08);
}
.account-user {
  padding: 12px 12px 16px;
  border-bottom: 1px solid var(--dh-line);
  margin-bottom: 10px;
}
.account-user strong,
.account-user span,
.account-tabs a {
  display: block;
}
.account-user span {
  color: #8b6b55;
  font-size: 13px;
}
.account-tabs a {
  padding: 12px;
  border-radius: 8px;
  color: var(--dh-ink);
  font-weight: 800;
  text-decoration: none;
}
.account-tabs a.active,
.account-tabs a:hover {
  background: #ffead6;
  color: var(--dh-orange);
}
.account-tabs i {
  margin-right: 8px;
}
.address-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.address-list article {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--dh-line);
  border-radius: 10px;
  background: #fffaf2;
}
.address-list p {
  margin: 6px 0;
}
.address-list span {
  display: block;
  margin-bottom: 10px;
  color: #7a4b29;
}
.address-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.address-card-actions form {
  margin: 0;
}

.order-track-card {
  min-height: 156px;
  padding: 16px;
  border: 1px solid var(--dh-line);
  border-radius: 10px;
  background: #fffaf2;
}

.order-track-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--dh-ink);
  font-size: 16px;
}
.checkout-address-block {
  margin-bottom: 20px;
}

.checkout-address-block h3 {
  margin: 0 0 12px;
  color: var(--dh-ink);
  font-size: 18px;
  font-weight: 900;
}

.checkout-address-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.checkout-address-card {
  position: relative;
  display: flex;
  min-height: 172px;
  flex-direction: column;
  gap: 6px;
  padding: 14px 14px 14px 42px;
  border: 1px solid var(--dh-line);
  border-radius: 10px;
  background: #fffaf2;
  color: var(--dh-ink);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.checkout-address-card input {
  position: absolute;
  top: 17px;
  left: 14px;
  accent-color: var(--dh-orange);
}

.checkout-address-card span {
  color: var(--dh-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-address-card strong {
  font-size: 15px;
}

.checkout-address-card small {
  color: #7a4b29;
  line-height: 1.45;
}

.checkout-address-card:hover,
.checkout-address-card.active {
  border-color: var(--dh-orange);
  background: #fff3e6;
  box-shadow: 0 10px 24px rgba(255, 112, 55, 0.12);
}
.contact-map-card {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--dh-line);
  border-radius: 10px;
  background: #fffaf2;
  box-shadow: 0 10px 26px rgba(72, 43, 16, 0.08);
}

.contact-map-card iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

.category-nav {
  background: #fff0dc;
  border-bottom: 1px solid rgba(32, 21, 13, 0.08);
  box-shadow: 0px 4px 8.8px #0000001a;
}

.category-bg {
  background: #fff7ee;
  padding: 18px 0px 10px 0px;
}

.category-nav-scroll {
  min-height: 52px;
  padding: 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: clamp(10px, 1.4vw, 20px);
  overflow-x: visible;
  white-space: nowrap;
}

.category-nav a,
.nav-dropdown-toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--dh-ink);
  font-size: 14px;
  font-weight: 800;
}

.category-nav a:hover,
.category-nav a:focus,
.nav-dropdown:hover .nav-dropdown-toggle {
  color: var(--dh-orange);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle i {
  font-size: 11px;
  transition: transform 0.18s ease;
}

.nav-dropdown:hover .nav-dropdown-toggle i,
.nav-dropdown:focus-within .nav-dropdown-toggle i {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 120;
  width: 250px;
  padding: 12px;
  display: grid;
  gap: 3px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  background: #fffdf6;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-radius);
  box-shadow: 0 18px 42px rgba(55, 32, 10, 0.16);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
}

.nav-dropdown-menu-wide {
  width: 360px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.nav-dropdown-menu a {
  min-height: 38px;
  padding: 8px 10px;
  justify-content: space-between;
  gap: 12px;
  border-radius: 6px;
  white-space: normal;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus {
  background: rgba(243, 106, 33, 0.1);
}

.nav-dropdown-menu a i {
  flex: 0 0 auto;
  font-size: 12px;
}

.flash-wrap {
  margin-top: 16px;
}

.btn {
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 900;
}

.btn-sm {
  padding: 9px 15px;
  font-size: 12px;
}

.btn-primary {
  --bs-btn-bg: var(--dh-orange);
  --bs-btn-border-color: var(--dh-orange);
  --bs-btn-hover-bg: var(--dh-orange-dark);
  --bs-btn-hover-border-color: var(--dh-orange-dark);
  --bs-btn-active-bg: var(--dh-orange-dark);
  --bs-btn-active-border-color: var(--dh-orange-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--dh-orange);
  --bs-btn-border-color: var(--dh-orange);
  --bs-btn-hover-bg: var(--dh-orange);
  --bs-btn-hover-border-color: var(--dh-orange);
}

.section-pad {
  padding: clamp(44px, 6vw, 78px) 0;
}

.soft-band,
.bg-white {
  background: var(--dh-cream-2) !important;
}

.dh-hero {
  padding: clamp(28px, 5vw, 66px) 0 32px;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(243, 106, 33, 0.14),
      transparent 28%
    ),
    linear-gradient(180deg, #fff4d7, var(--dh-cream));
}

.dh-hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
}

.dh-hero-copy {
  max-width: 650px;
}

.sale-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dh-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-hero h1,
.section-head h2,
.page-hero h1,
.detail-panel h1,
.happy-grid h2,
.feature-banner-card h2,
.guide-card h2 {
  color: var(--dh-ink);
  font-weight: 900;
  line-height: 1.08;
}

.dh-hero h1 {
  margin: 14px 0 16px;
  font-size: clamp(38px, 5.3vw, 76px);
  max-width: 780px;
}

.dh-hero p {
  max-width: 590px;
  color: var(--dh-muted);
  font-size: clamp(16px, 1.3vw, 19px);
}

.hero-offer-line {
  width: min(100%, 430px);
  margin: 24px 0;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  background: #fff;
  border: 1px dashed var(--dh-orange);
  border-radius: var(--dh-radius);
  box-shadow: var(--dh-shadow);
}

.hero-offer-line strong {
  color: var(--dh-orange);
}

.hero-offer-line span {
  color: var(--dh-ink);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dh-hero-media {
  position: relative;
}

.dh-hero-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(72, 43, 16, 0.18);
}

.hero-mini-card {
  position: absolute;
  right: clamp(12px, 3vw, 42px);
  bottom: clamp(12px, 3vw, 36px);
  min-width: 210px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  border-left: 5px solid var(--dh-orange);
  border-radius: var(--dh-radius);
  box-shadow: var(--dh-shadow);
}

.hero-mini-card span,
.hero-mini-card a {
  color: var(--dh-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-mini-card strong {
  display: block;
  margin: 4px 0 6px;
  font-size: 23px;
}

.hero-collection-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.hero-collection-row a {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--dh-shadow);
}

.hero-collection-row img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.hero-collection-row a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.58));
}

.hero-collection-row span {
  position: relative;
  z-index: 1;
  padding: 14px;
  color: #fff;
  font-weight: 900;
}

.hero-collection-row a:hover img {
  transform: scale(1.06);
}

.section-head {
  margin-bottom: clamp(24px, 3vw, 36px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.section-head.center {
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 45px);
}

.section-head a,
.read-link {
  color: var(--dh-orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-showcase {
  background: var(--dh-cream);
}

.first-product-section {
  padding-top: clamp(34px, 5vw, 64px);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.compact-products {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--dh-line);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(72, 43, 16, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(72, 43, 16, 0.16);
}

.product-image {
  position: relative;
  display: block;
  aspect-ratio: 1;
  background: #fff3d7;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.badge-soft {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--dh-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.badge-fire {
  left: auto;
  right: 10px;
  background: var(--dh-green);
}

.product-body {
  flex: 1;
  padding: 14px;
  display: flex;
  flex-direction: column;
}

.product-category {
  color: var(--dh-orange);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-body h3 {
  min-height: 42px;
  margin: 6px 0 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.rating-line {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #f5a625 !important;
  font-size: 12px;
}

.rating-line span {
  margin-left: 6px;
  color: var(--dh-muted);
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 10px 0 14px;
}

.price-row strong,
.detail-price {
  color: var(--dh-ink);
  font-weight: 900;
}

.price-row strong {
  font-size: 18px;
}

.price-row del {
  color: var(--dh-muted);
  font-size: 13px;
}

.product-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  gap: 8px;
  align-items: center;
}

.quick-cart-form {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(92px, 112px) minmax(62px, 1fr);
  gap: 8px;
  align-items: center;
}

.quick-cart-form .btn {
  padding-left: 10px;
  padding-right: 10px;
}

.qty-mini {
  height: 40px;
  display: grid;
  grid-template-columns: 32px minmax(32px, 1fr) 32px;
  align-items: center;
  overflow: hidden;
  background: #fffaf0;
  border: 1px solid var(--dh-line);
  border-radius: 999px;
}

.qty-mini button,
.qty-mini input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  text-align: center;
  font-weight: 900;
}

.qty-mini button {
  color: #fff;
  background: var(--dh-orange);
  line-height: 1;
}

.qty-mini input {
  min-width: 0;
  padding: 0;
  color: var(--dh-ink);
  appearance: textfield;
  -moz-appearance: textfield;
}

.qty-mini input::-webkit-outer-spin-button,
.qty-mini input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.detail-qty {
  max-width: 150px;
  background: #fff;
}

.icon-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-grid;
  place-items: center;
}

.collection-section,
.browse-section,
.happy-section,
.blog-section {
  background: var(--dh-cream);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.collection-tile {
  overflow: hidden;
  display: grid;
  background: #fff;
  border: 1px solid var(--dh-line);
  border-radius: 12px;
  box-shadow: var(--dh-shadow);
}

.collection-tile img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}

.collection-tile span {
  padding: 14px;
  text-align: center;
  font-weight: 900;
}

.feature-banner,
.guide-section {
  padding: clamp(38px, 5vw, 64px) 0;
  background: var(--dh-cream);
}

.feature-banner-card,
.guide-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(360px, 1.12fr);
  align-items: center;
  background: #fff;
  border: 1px solid var(--dh-line);
  border-radius: 18px;
  box-shadow: var(--dh-shadow);
}

.feature-banner-card > div,
.guide-card > div {
  padding: clamp(24px, 4vw, 58px);
}

.feature-banner-card span,
.guide-card span {
  color: var(--dh-orange);
  font-weight: 900;
  text-transform: uppercase;
}

.feature-banner-card h2,
.guide-card h2,
.happy-grid h2 {
  margin: 10px 0 14px;
  font-size: clamp(28px, 3vw, 46px);
}

.feature-banner-card p,
.guide-card p,
.happy-grid p {
  color: var(--dh-muted);
}

.feature-banner-card img,
.guide-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.chip-grid {
  display: grid;
  gap: 14px;
}

.purpose-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.rashi-grid {
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
}

.chip-grid a {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--dh-line);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(72, 43, 16, 0.07);
  font-weight: 900;
}

.chip-grid i {
  color: var(--dh-orange);
}

.trust-marquee {
  display: grid;
  grid-template-columns: repeat(6, minmax(180px, 1fr));
  background: var(--dh-orange);
  color: #fff;
}

.trust-marquee div {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 900;
  white-space: nowrap;
}

.happy-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.happy-grid > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--dh-shadow);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 24px 0;
}

.stat-row div {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--dh-line);
  border-radius: 12px;
  text-align: left;
}

.stat-row strong {
  display: block;
  color: var(--dh-orange);
  font-size: 25px;
  font-weight: 900;
}

.stat-row span {
  color: var(--dh-muted);
  font-size: 13px;
  font-weight: 800;
}

.faq-list,
.accordion-list {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details,
.accordion-list details {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--dh-line);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(72, 43, 16, 0.06);
}

.faq-list summary,
.accordion-list summary {
  cursor: pointer;
  padding: 17px 20px;
  color: var(--dh-ink);
  font-weight: 900;
}

.faq-list p,
.accordion-list p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--dh-muted);
}

.testimonial-section {
  background: var(--dh-cream);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.testimonial-card p {
  margin: 13px 0;
  color: var(--dh-muted);
}

.testimonial-card strong {
  color: #4f4f4f;
  font-weight: 900;
}

.guide-card {
  grid-template-columns: minmax(320px, 1fr) minmax(260px, 0.42fr);
  background: linear-gradient(135deg, #fff, #ffe4c1);
}

.guide-card img {
  min-height: 280px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

.blog-card {
  overflow: hidden;
  display: grid;
  background: #fff;
  border: 1px solid var(--dh-line);
  border-radius: 12px;
  box-shadow: var(--dh-shadow);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-card > div {
  padding: 18px;
}

.blog-card span {
  color: var(--dh-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 8px 0;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.3;
}

.blog-card p {
  color: var(--dh-muted);
}

.page-hero {
  padding: clamp(48px, 7vw, 90px) 0;
  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(243, 106, 33, 0.16),
      transparent 30%
    ),
    linear-gradient(135deg, #fff0c9, var(--dh-cream));
  border-bottom: 1px solid var(--dh-line);
}

.page-hero.compact {
  padding: clamp(40px, 5vw, 68px) 0;
}

.page-hero h1 {
  max-width: 960px;
  margin: 9px 0 10px;
  font-size: clamp(34px, 4vw, 58px);
}

.page-hero p {
  max-width: 760px;
  color: var(--dh-muted);
  margin: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dh-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--dh-orange);
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
  gap: clamp(18px, 2.5vw, 30px);
  align-items: start;
}

.filter-panel,
.summary-card,
.form-card,
.content-card,
.testimonial-card,
.detail-panel {
  background: #fff;
  border: 1px solid var(--dh-line);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(72, 43, 16, 0.08);
}

.filter-panel,
.summary-card,
.form-card,
.content-card,
.detail-panel {
  padding: clamp(18px, 2vw, 26px);
}

.filter-panel {
  position: sticky;
  top: 170px;
}

.filter-panel h2,
.summary-card h2,
.form-card h2,
.content-card h2 {
  font-weight: 900;
}

.form-label {
  color: var(--dh-ink);
  font-size: 13px;
  font-weight: 900;
}

.form-control,
.form-select,
.support-form input,
.support-form textarea,
.newsletter-form input {
  border-color: var(--dh-line);
  border-radius: 8px;
  padding: 12px 14px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--dh-orange);
  box-shadow: 0 0 0 0.2rem rgba(243, 106, 33, 0.14);
}

.shop-results {
  min-width: 0;
}

.shop-results-top {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.shop-chip-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  overflow-x: auto;
  white-space: nowrap;
}

.shop-chip-row a {
  padding: 7px 12px;
  color: var(--dh-muted);
  background: #fff;
  border: 1px solid var(--dh-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.shop-chip-row a:hover,
.shop-chip-row a.active {
  color: #fff;
  background: var(--dh-orange);
  border-color: var(--dh-orange);
}

.shop-results .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(230px, 280px));
  justify-content: start;
}

.mobile-menu-title {
  padding: 14px 16px 6px;
  color: var(--dh-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.offcanvas .list-group-item.active {
  color: var(--dh-orange);
  background: #fff0dc;
  border-color: #ffd8c0;
}

.pagination {
  --bs-pagination-color: var(--dh-orange);
  --bs-pagination-active-bg: var(--dh-orange);
  --bs-pagination-active-border-color: var(--dh-orange);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(22px, 4vw, 50px);
  align-items: start;
}

.product-gallery-main {
  overflow: hidden;
  aspect-ratio: 1;
  background: #fff3d7;
  border: 1px solid var(--dh-line);
  border-radius: 16px;
  box-shadow: var(--dh-shadow);
}

.product-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
}

.thumb-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.thumb-row img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--dh-line);
  border-radius: 10px;
  cursor: pointer;
}

.detail-panel h1 {
  margin: 10px 0;
  font-size: clamp(30px, 3vw, 46px);
}

.detail-price {
  font-size: clamp(26px, 2.4vw, 36px);
}

.content-body {
  color: #4e4137;
  line-height: 1.8;
}

.content-body img {
  border-radius: 12px;
}

.cart-line {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 116px 110px 42px;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--dh-line);
}

.cart-line img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  padding: 6px;
  background: #fff3d7;
  border-radius: 10px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--dh-line);
}

.summary-row.total {
  border-bottom: 0;
  color: var(--dh-ink);
  font-size: 22px;
  font-weight: 900;
}

.faq-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--dh-line);
}

.testimonial-card {
  padding: 22px;
}

.store-footer {
  background: #15100b;
  color: #fff;
}

.footer-service-grid {
  transform: translateY(-22px);
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  overflow: hidden;
  background: var(--dh-orange);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.footer-service-grid div {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 900;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) 0.75fr 0.75fr minmax(
      260px,
      0.95fr
    );
  gap: clamp(26px, 4vw, 64px);
  padding: 42px 0 44px;
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-brand h3,
.store-footer h4 {
  color: #fff;
  margin: 0;
  font-weight: 900;
}

.store-footer p,
.store-footer li,
.footer-contact-row {
  color: rgba(255, 255, 255, 0.72);
}

.store-footer ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.store-footer li {
  margin: 9px 0;
}

.store-footer a:hover {
  color: #fff;
}

.social-links {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--dh-orange);
  border-radius: 50%;
}

.newsletter-form {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 8px;
}

.newsletter-form input {
  min-width: 0;
  background: #fff;
}

.newsletter-form button {
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--dh-orange);
}

.footer-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 34px;
  padding: 20px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom {
  padding: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.76);
  background: #0b0705;
}

.table {
  --bs-table-bg: transparent;
}

@media (max-width: 1199px) {
  .product-grid,
  .compact-products {
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  }

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

@media (max-width: 991px) {
  .store-topbar-inner {
    justify-content: flex-start;
  }

  .header-main {
    min-height: 68px;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .mobile-menu-btn {
    display: inline-grid;
  }

  .brand-lockup {
    justify-self: start;
  }

  .header-search {
    display: none;
  }

  .category-nav {
    display: none;
  }

  .dh-hero-grid,
  .feature-banner-card,
  .guide-card,
  .happy-grid,
  .product-detail,
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .hero-collection-row {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }

  .trust-marquee {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .filter-panel {
    position: static;
  }

  .footer-main,
  .footer-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-detail {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .container,
  .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-main {
    gap: 10px;
  }

  .brand-lockup span:last-child {
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-actions {
    gap: 6px;
  }

  .icon-circle {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

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

  .product-grid,
  .compact-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-body {
    padding: 11px;
  }

  .product-body h3 {
    min-height: 56px;
    font-size: 13px;
  }

  .rating-line span {
    display: none;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

  .product-actions form:last-child {
    display: none;
  }

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

  .stat-row,
  .footer-main,
  .footer-service-grid,
  .trust-marquee {
    grid-template-columns: 1fr;
  }

  .cart-line {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .cart-line img {
    width: 76px;
    height: 76px;
  }

  .cart-line > *:nth-child(n + 3) {
    grid-column: 2;
  }
}

@media (max-width: 420px) {
  .dh-hero h1,
  .page-hero h1 {
    font-size: 32px;
  }

  .hero-offer-line {
    flex-direction: column;
  }

  .hero-mini-card {
    position: static;
    margin-top: 12px;
  }

  .hero-collection-row,
  .collection-grid,
  .purpose-grid,
  .rashi-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* SK FIGMA THEME START */
:root {
  --dh-orange: #ff7a35;
  --dh-orange-dark: #d95b16;
  --dh-cream: #fff4e8;
  --dh-cream-2: #ffe8cb;
  --dh-card: #fff9ef;
  --dh-ink: #5b2d12;
  --dh-muted: #9d6c4a;
  --dh-line: #ffd2ad;
  --dh-green: #63300d;
  --dh-shadow: 0 12px 24px rgba(130, 62, 15, 0.12);
}
body {
  background: var(--dh-cream);
  color: var(--dh-ink);
}
.container,
.container-fluid {
  max-width: 1180px;
  padding-left: 18px;
  padding-right: 18px;
}
.container-fluid {
  max-width: 1320px;
}
.store-topbar {
  background: #ff7a35;
  font-size: 11px;
}
.store-topbar-inner {
  min-height: 24px;
  gap: 44px;
}
.store-header {
  background: #fff6ea;
  box-shadow: 0 3px 10px rgba(91, 45, 18, 0.08);
}
.header-main {
  min-height: 58px;
  grid-template-columns: 220px minmax(300px, 1fr) auto;
  border-bottom: 1px solid transparent;
}
.brand-lockup {
  font-size: 18px;
  color: #f3702a;
}
.brand-mark {
  width: 30px;
  height: 30px;
  font-size: 17px;
  box-shadow: none;
}
.header-search {
  width: min(100%, 470px);
  grid-template-columns: 36px minmax(0, 1fr) 86px;
  border-radius: 999px;
  box-shadow: none;
}
.header-search input {
  padding: 9px 4px;
  font-size: 12px;
}
.header-search button {
  font-size: 12px;
}
.icon-circle {
  width: 34px;
  height: 34px;
  font-size: 14px;
}
.category-nav {
  background: #fff0dc;
}
.category-nav-scroll {
  min-height: 38px;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 30px;
}
.category-nav a,
.nav-dropdown-toggle {
  min-height: 38px;
  font-size: 12px;
  color: #683415;
}
.nav-dropdown-menu {
  border-color: #ffd1ad;
  border-radius: 6px;
}
.btn {
  border-radius: 4px;
  padding: 9px 18px;
  font-size: 12px;
}
.btn-primary {
  --bs-btn-bg: #ff7a35;
  --bs-btn-border-color: #ff7a35;
  --bs-btn-hover-bg: #e76522;
  --bs-btn-hover-border-color: #e76522;
}
.btn-outline-primary {
  --bs-btn-color: #ff7a35;
  --bs-btn-border-color: #ff7a35;
  --bs-btn-hover-bg: #ff7a35;
  --bs-btn-hover-border-color: #ff7a35;
}
.section-pad {
  padding: 38px 0;
}
.sk-hero {
  background: #fff2df;
  padding: 0;
}
.sk-hero-bg {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 405px;
  overflow: hidden;
  background: #ffe3bc;
}
.sk-hero-bg > img {
  width: 100%;
  height: 405px;
  object-fit: cover;
  display: block;
}
.sk-hero-copy {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-12%);
  width: min(420px, 42vw);
  text-align: center;
  color: #b15d21;
}
.sk-hero-copy span {
  color: #d48145;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.sk-hero-copy h1 {
  margin: 12px 0 8px;
  color: #a75820;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.sk-hero-copy p {
  margin: 0 auto 22px;
  color: #9e6238;
  font-size: 14px;
  text-transform: uppercase;
}
.sk-service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #ff894a;
  color: #fff7ed;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.sk-service-strip div {
  padding: 11px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.sk-home-section {
  background: #fff4e8;
}
.sk-orange-band {
  background: #ff7a35;
}
.sk-orange-band .sk-section-head h2,
.sk-orange-band .sk-section-head a {
  color: #fff;
}
.sk-section-head {
  margin-bottom: 20px;
  flex-direction: row !important;
  text-align: left !important;
  align-items: center !important;
}
.sk-section-head h2 {
  color: #ff7a35;
  font-size: 22px;
  font-weight: 500;
}
.sk-section-head a {
  color: #ff7a35;
  text-transform: none;
  font-size: 12px;
}
.sk-five-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.product-card {
  border: 1px solid #ffcaa9;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(133, 65, 18, 0.12);
  background: #fffaf2;
}
.product-card:hover {
  transform: translateY(-2px);
}
.product-image {
  aspect-ratio: 1.05;
  background: linear-gradient(135deg, #fff6e9, #f6c694);
}
.product-image img {
  padding: 8px;
  object-fit: cover;
}
.badge-soft {
  top: 7px;
  left: 7px;
  padding: 4px 7px;
  border-radius: 999px;
  background: #ff7a35;
  font-size: 9px;
}
.badge-fire {
  right: 7px;
  background: #fff;
  color: #ff7a35;
  border: 1px solid #ffbf96;
}
.product-body {
  padding: 10px;
}
.product-category {
  color: #ff7a35;
  font-size: 9px;
}
.product-body h3 {
  min-height: 34px;
  font-size: 11px;
  margin: 4px 0;
  color: #63300d;
}
.rating-line {
  color: #ff7a35;
  font-size: 10px;
}
.price-row {
  margin: 5px 0 8px;
}
.price-row strong {
  font-size: 13px;
  color: #ff7a35;
}
.price-row del {
  font-size: 10px;
}
.product-actions {
  grid-template-columns: minmax(0, 1fr) 30px;
  gap: 6px;
}
.quick-cart-form {
  grid-template-columns: 62px minmax(48px, 1fr);
  gap: 5px;
}
.qty-mini {
  height: 30px;
  grid-template-columns: 22px 1fr 22px;
  border-color: #ffcaa9;
}
.qty-mini button {
  background: #ff7a35;
}
.quick-cart-form .btn,
.icon-btn {
  height: 30px;
  padding: 0 7px;
  font-size: 10px;
}
.icon-btn {
  width: 30px;
}
.sk-luxury-band {
  padding: 58px 0;
  background: linear-gradient(180deg, #6b2f0b, #c65508);
  color: #fff;
}
.sk-luxury-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 40px;
}
.sk-luxury-grid span,
.sk-wholesale-card span {
  color: #353535;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
.sk-luxury-grid h2 {
  max-width: 520px;
  margin: 14px 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
}
.sk-luxury-grid p {
  max-width: 600px;
  color: #ffe8d3;
}
.sk-luxury-grid img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
}
.sk-banner-actions {
  display: flex;
  gap: 14px;
  margin-top: 25px;
}
.sk-purpose-section {
  background: #fff4e8;
}
.sk-purpose-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.sk-purpose-grid a {
  min-height: 150px;
  padding: 18px 10px;
  display: grid;
  place-items: center;
  gap: 8px;
  color: #000;
  background: #fffaf2;
  border: 1px solid #ffcaa9;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(133, 65, 18, 0.08);
  font-size: 13px;
  font-weight: 800;
}
.sk-purpose-grid img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.sk-purpose-grid i {
  color: #ff7a35;
  font-size: 30px;
}
.sk-devotion-section {
  background: #fff4e8;
}
.sk-devotion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.sk-devotion-grid a {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ffcaa9;
  box-shadow: var(--dh-shadow);
}
.sk-devotion-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.sk-devotion-grid span {
  position: absolute;
  left: 37px;
  bottom: 15px;
  color: #8d4618;
  font-size: 13px;
  font-weight: 800;
}
.sk-devotion-grid i {
  position: absolute;
  right: 37px;
  bottom: 15px;
  color: #ff7a35;
}
.whole {
  background: #2b0e06 !important;
  border: 1px solid #2b0e06;
  font-family: "Montserrat", sans-serif;
}
.sk-wholesale-band {
  padding: 48px 0;
  background: #ffe0bd;
}
.sk-wholesale-card {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 36px;
  align-items: center;
  min-height: 340px;
  padding: 46px;
  border-radius: 0;
  background: url("../img/sk-wholesale.png") center/cover no-repeat;
  color: #8e4618;
}
.sk-wholesale-card h2 {
  max-width: 520px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
}
.sk-wholesale-card p {
  max-width: 560px;
  color: #f76a1f;
}
.sk-wholesale-prices {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 10px;
}
.sk-wholesale-prices strong {
  padding: 11px 13px;
  background: #fff7ed;
  border-radius: 6px;
  color: #8e4618;
  font-size: 13px;
}
.sk-reel-section {
  background: #fff4e8;
}
.sk-reel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.sk-reel-grid article {
  overflow: hidden;
  background: #fffaf2;
  border-radius: 8px;
  box-shadow: var(--dh-shadow);
}
.sk-reel-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.sk-reel-grid img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.sk-reel-grid strong {
  display: block;
  padding: 12px 12px 0;
  color: #1f120b;
  font-size: 18px;
  font-weight: 900;
}
.sk-reel-grid p {
  margin: 0;
  padding: 12px;
  color: #b2571f;
  font-size: 12px;
  font-weight: 800;
}
.sk-feature-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  gap: 36px;
  align-items: center;
}
.sk-feature-detail > img {
  width: 100%;
  border-radius: 14px;
  background: #fff4d7;
  box-shadow: var(--dh-shadow);
}
.sk-feature-detail h2 {
  color: #ff6420;
  font-size: 36px;
}
.sk-feature-detail p {
  color: #6d4c38;
  font-size: 17px;
  line-height: 1.7;
}
.sk-feature-list-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.sk-feature-list-grid a {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fffaf2;
  border-radius: 8px;
  box-shadow: var(--dh-shadow);
}
.sk-feature-list-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: #fff4d7;
}
.sk-feature-list-grid strong,
.sk-feature-list-grid span {
  display: block;
  padding: 0 14px;
}
.sk-feature-list-grid strong {
  padding-top: 14px;
  color: #1f120b;
  font-size: 19px;
}
.sk-feature-list-grid span {
  padding-bottom: 14px;
  color: #b2571f;
  font-weight: 800;
}
.sk-happy-section {
  background: #fff4e8;
}
.sk-happy-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  /* align-items: center; */
  padding: 28px;
  background: #fff1df;
  border-radius: 8px;
  box-shadow: var(--dh-shadow);
}
.sk-happy-card > img {
  width: 100%;
  border-radius: 15px 0px 0px 15px !important;
  aspect-ratio: 16/10;
  object-fit: cover;
  height: 100%;
}
.stories-view-photo {
  border-radius: 15px 0px 0px 15px !important;
}
.sk-happy-card h2 {
  color: #ff7a35;
  font-size: clamp(30px, 4vw, 48px);
  font-family: "Montserrat", sans-serif;
}
.sk-review-section {
  background: #fff4e8;
}
.sk-review-grid {
  grid-template-columns: repeat(3, 1fr);
}
.testimonial-card {
  border: 1px solid #ffcaa9;
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: 0 8px 18px rgba(133, 65, 18, 0.08);
}
.sk-faq-section {
  background: #ff7a35;
}
.sk-faq-section .sk-section-head h2 {
  color: #fff;
}
.sk-faq-section .faq-list details {
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}
.sk-faq-section .faq-list summary {
  padding: 12px 18px;
  font-size: 13px;
}
.page-hero {
  background: #fff0dc;
  padding: 42px 0;
}
.page-hero h1 {
  color: #ff7a35;
  font-size: clamp(34px, 4vw, 56px);
}
.shop-layout,
.product-detail {
  gap: 26px;
}
.filter-panel,
.summary-card,
.form-card,
.content-card,
.detail-panel,
.product-gallery-main {
  border-color: #ffcaa9;
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: var(--dh-shadow);
}
.store-footer {
  background: #ffe9bf;
  color: #7a3c16;
}
.footer-service-grid {
  transform: translateY(-20px);
  background: #fff7df;
  color: #d96522;
  border: 1px solid #ffd1a5;
  box-shadow: 0 8px 18px rgba(133, 65, 18, 0.12);
}
.footer-service-grid div {
  min-height: 58px;
  border-color: #ffcaa9;
}
.footer-brand h3,
.store-footer h4 {
  color: #d96522;
}
.store-footer p,
.store-footer li,
.footer-contact-row {
  color: #8e5b32;
}
.social-links a,
.newsletter-form button {
  background: #ff7a35;
}
.footer-bottom {
  background: #ffe0a6;
  color: #8e5b32;
}
@media (max-width: 991px) {
  .header-main {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .sk-hero-bg,
  .sk-hero-bg > img {
    min-height: 350px;
    height: 350px;
  }
  .sk-hero-copy {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    top: 54px;
  }
  .sk-five-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sk-luxury-grid,
  .sk-wholesale-card,
  .sk-happy-card,
  .sk-feature-detail,
  .account-shell,
  .sk-login-grid {
    grid-template-columns: 1fr;
  }
  .address-list {
    grid-template-columns: 1fr;
  }
  .checkout-address-grid {
    grid-template-columns: 1fr;
  }
  .sk-login-media img {
    min-height: 220px;
    max-height: 280px;
  }
  .sk-purpose-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sk-devotion-grid,
  .sk-review-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sk-reel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sk-feature-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sk-service-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .sk-purpose-grid,
  .sk-devotion-grid,
  .sk-review-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sk-wholesale-card {
    padding: 24px;
  }
  .sk-feature-list-grid {
    grid-template-columns: 1fr;
  }
  .sk-section-head {
    align-items: flex-start !important;
  }
  .sk-hero-copy h1 {
    letter-spacing: 2px;
  }
}
/* SK FIGMA THEME END */
/* SK FIGMA TIGHTEN START */
body {
  background: #fff3e8;
}
.container,
.container-fluid {
  max-width: 1188px;
}
.store-topbar {
  height: 25px;
  overflow: hidden;
}
.store-topbar-inner {
  min-height: 25px;
  font-size: 10px;
  line-height: 1;
}
.header-main {
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
.brand-lockup {
  gap: 7px;
  font-size: 15px;
  font-weight: 400;
}
.brand-mark {
  width: 27px;
  height: 27px;
  font-size: 15px;
}
.header-search {
  max-width: 430px;
  height: 34px;
}
.header-search input {
  font-size: 10px;
}
.header-search button {
  width: 96px;
  padding: 0;
  font-size: 10px;
}
.header-actions {
  gap: 11px;
}
.icon-circle {
  width: 30px;
  height: 30px;
  border-color: #ffd8bd;
  font-size: 13px;
}
.cart-pill span {
  top: -8px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  font-size: 9px;
  line-height: 18px;
}
.category-nav-scroll {
  min-height: 34px;
  gap: 36px;
}
.category-nav a,
.nav-dropdown-toggle {
  min-height: 34px;
  font-size: 10px;
  font-weight: 600;
}
.sk-hero {
  border-top: 1px solid #ffd1ad;
}
.sk-hero-bg {
  max-width: 1440px;
  min-height: auto;
  background: #ffd6a4;
}
.sk-hero-bg > img {
  height: auto;
  aspect-ratio: 1800 / 760;
  object-fit: cover;
}
.sk-hero-copy {
  display: none;
}
.sk-service-strip {
  max-width: 1440px;
  margin: 0 auto;
  font-size: 10px;
}
.sk-service-strip div {
  padding: 9px 8px;
}
.section-pad {
  padding: 32px 0;
}
.sk-section-head {
  margin-bottom: 15px;
}
.sk-section-head h2 {
  font-size: 18px;
  line-height: 1.1;
}
.sk-section-head a {
  font-size: 10px;
}
.sk-five-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}
.product-card {
  border-radius: 6px;
}
.product-image {
  aspect-ratio: 1 / 0.86;
}
.product-image img {
  padding: 0;
  object-fit: cover;
  height: 250px;
}
.badge-soft {
  top: 6px;
  left: 6px;
  padding: 3px 6px;
  font-size: 8px;
}
.badge-fire {
  right: 6px;
  left: auto;
}
.product-body {
  padding: 8px 8px 9px;
}
.product-category {
  font-size: 8px;
  line-height: 1.1;
}
.product-body h3 {
  min-height: 29px;
  font-size: 9.5px;
  line-height: 1.25;
  margin: 3px 0 3px;
}
.rating-line {
  font-size: 8px;
  gap: 1px;
}
.price-row {
  margin: 4px 0 7px;
  gap: 5px;
}
.price-row strong {
  font-size: 11px;
}
.price-row del {
  font-size: 9px;
}
.product-actions {
  grid-template-columns: minmax(0, 1fr) 30px;
  gap: 5px;
}
.quick-cart-form {
  grid-template-columns: 54px minmax(42px, 1fr);
  gap: 4px;
}
.qty-mini {
  height: 24px;
  grid-template-columns: 18px 1fr 18px;
  font-size: 9px;
}
.quick-cart-form .btn,
.icon-btn {
  min-height: 24px;
  height: 24px;
  padding: 0 5px;
  font-size: 8px;
  border-radius: 3px;
}
.icon-btn {
  width: 24px;
}
.sk-orange-band {
  padding-top: 36px;
  padding-bottom: 42px;
}
.sk-luxury-band {
  padding: 54px 0;
}
.sk-luxury-grid {
  min-height: 315px;
}
.sk-luxury-grid h2 {
  font-size: clamp(30px, 4vw, 47px);
}
.sk-luxury-grid img {
  max-height: 450px;
  filter: drop-shadow(0 20px 22px rgba(0, 0, 0, 0.22));
}
.explore {
  background: #ffb246;
  color: #000;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
}
.bulk {
  background: transparent;
  color: #ff7936;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #ff7936;
}
.sk-banner-actions .btn {
  min-width: 146px;
  font-weight: 800;
}
.sk-purpose-grid {
  gap: 13px;
}
.sk-purpose-grid a {
  min-height: 135px;
  padding: 14px 8px;
  font-size: 11px;
}
.sk-purpose-grid img {
  width: 68px;
  height: 68px;
}
.sk-devotion-grid {
  gap: 17px;
}
.sk-devotion-grid a {
}
.sk-devotion-grid img {
  min-height: 190px;
  height: 190px;
}

.sk-devotion-grid span {
  font-size: 11px;
}
.sk-wholesale-band {
  padding: 0;
}
.sk-wholesale-card {
  max-width: 1440px;
  min-height: 350px;
  padding: 52px 64px;
}
.sk-wholesale-card h2 {
  font-size: clamp(28px, 4vw, 44px);
}
.sk-wholesale-prices {
  gap: 10px;
}
.sk-reel-grid {
  gap: 20px;
}
.sk-happy-card {
  padding: 22px;
  grid-template-columns: 0.95fr 1.05fr;
}
.sk-happy-card h2 {
  font-size: clamp(28px, 4vw, 42px);
}
.sk-review-grid {
  gap: 13px;
}
.testimonial-card {
  padding: 14px;
}
.testimonial-card p {
  font-size: 11px;
  margin: 7px 0;
}
.testimonial-card strong {
  font-size: 11px;
}
.sk-faq-section {
  padding: 42px 0 70px;
}
.sk-faq-section .faq-list {
  max-width: 1040px;
}
.footer-service-grid {
  border-radius: 4px;
  transform: translateY(-17px);
}
.footer-service-grid div {
  min-height: 46px;
  font-size: 11px;
}
.footer-main {
  padding: 28px 0 28px;
}
.footer-brand h3 {
  font-size: 20px;
}
.store-footer h4 {
  font-size: 12px;
}
.store-footer p,
.store-footer li,
.footer-contact-row {
  font-size: 11px;
}
@media (max-width: 767px) {
  .sk-five-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .category-nav-scroll {
    gap: 22px;
  }
  .sk-service-strip {
    grid-template-columns: 1fr 1fr;
  }
  .sk-purpose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sk-devotion-grid,
  .sk-reel-grid,
  .sk-review-grid {
    grid-template-columns: 1fr;
  }
  .sk-happy-card,
  .sk-luxury-grid,
  .sk-wholesale-card {
    grid-template-columns: 1fr;
  }
}
/* SK FIGMA TIGHTEN END */
/* SK FIGMA PIXEL PASS START */
html {
  font-size: 14px;
}
body {
  background: #fff4ec;
  color: #6a3518;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 400;
}
a {
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}
.container,
.container-fluid {
  max-width: 1118px;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  max-width: 1280px;
}
.store-topbar {
  height: 22px;
  background: #ff7b35;
}
.store-topbar-inner {
  min-height: 22px;
  gap: 64px;
  font-size: 9px;
  font-weight: 500;
}
.store-header {
  background: #fff6ee;
  box-shadow: 0 1px 0 #ffd6bd;
}
.header-main {
  min-height: 55px;
  grid-template-columns: 190px minmax(320px, 1fr) 126px;
  gap: 18px;
}
.brand-lockup {
  font-size: 14px;
  font-weight: 400;
  color: #f47735;
}
.brand-lockup img {
  width: 34px;
  height: 34px;
}
.brand-mark {
  width: 28px;
  height: 28px;
  background: transparent;
  font-size: 15px;
}
.header-search {
  width: 415px;
  height: 31px;
  grid-template-columns: 34px 1fr 74px;
  /* border: 1px solid #ffd6bd; */
  box-shadow: 0px 4px 4.9px #00000017;
}
.header-search i {
  font-size: 12px;
}
.header-search input {
  padding: 7px 4px;
  font-size: 9.5px;
  color: #85502b;
}
.header-search input::placeholder {
  color: #b78765;
}
.header-search button {
  padding: 0;
  font-size: 9.5px;
  font-weight: 500;
}
.header-actions {
  gap: 9px;
}
.icon-circle {
  width: 28px;
  height: 28px;
  border-color: #f26a2159;
  color: #7a3a17;
  font-size: 12px;
  background: #fff0dc;
}

.icon-circle i {
  display: flex;
  font-size: 20px;
}
.cart-pill span {
  top: -8px;
  right: -7px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  font-size: 8px;
  line-height: 17px;
}
.category-nav {
  background: #fff0dc;
  border-top: 1px solid #ffe1ce;
  border-bottom: 1px solid #ffd8c0;
}
.category-nav-scroll {
  min-height: 31px;
  padding: 0;
  gap: 36px;
  justify-content: center;
  overflow: visible;
}
.category-nav a,
.nav-dropdown-toggle {
  position: relative;
  min-height: 31px;
  color: #704020;
  font-size: 9.5px;
  font-weight: 500;
}
.category-nav a.active::after,
.category-nav-scroll > a:hover::after,
.nav-dropdown:hover > .nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 37px;
  height: 2px;
  transform: translateX(-50%);
  background: #ff7b35;
}
.nav-dropdown-toggle i {
  font-size: 8px;
}
.nav-dropdown-menu {
  width: 205px;
  padding: 8px;
  border-radius: 4px;
  border-color: #ffd6bd;
  box-shadow: 0 12px 24px rgba(113, 58, 22, 0.12);
}
.nav-dropdown-menu a {
  min-height: 29px;
  padding: 6px 8px;
  font-size: 10px;
  border-radius: 3px;
}
.btn {
  min-height: 30px;
  border-radius: 3px;
  padding: 7px 16px;
  font-size: 10px;
  font-weight: 700;
}
.btn-sm {
  min-height: 24px;
  padding: 4px 8px;
  font-size: 8px;
}
.section-pad {
  padding: 30px 0;
}
.sk-hero-bg {
  max-width: 1280px;
}
.sk-service-strip {
  max-width: 1280px;
  grid-template-columns: repeat(4, 1fr);
  font-size: 9px;
  font-weight: 500;
}
.sk-service-strip div {
  padding: 8px 8px;
}
.sk-section-head {
  margin-bottom: 14px;
}
.sk-section-head h2 {
  font-size: 17px;
  font-weight: 400;
  color: #fb7a35;
  font-family: "Montserrat", sans-serif !important;
}
.sk-section-head a {
  font-size: 9px;
  font-weight: 500;
}
.sk-five-grid {
  gap: 12px;
}
.product-card {
  border-radius: 5px;
  border-color: #ffc7a1;
  background: #fffaf3;
  box-shadow: 0 5px 14px rgba(128, 63, 20, 0.11);
}
.product-image {
  aspect-ratio: 1 / 0.82;
  background: #f2bd84;
}
.product-body {
  padding: 7px;
}
.product-category {
  font-size: 7.5px;
  font-weight: 600;
  color: #ff7b35;
}
.product-body h3 {
  min-height: 26px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
}
.compact-rating {
  margin-top: 1px;
}
.rating-line {
  font-size: 7.5px;
}
.price-row strong {
  font-size: 10.5px;
  font-weight: 700;
}
.quick-cart-form {
  grid-template-columns: 50px 1fr;
}
.qty-mini {
  height: 22px;
  grid-template-columns: 16px 1fr 16px;
  border-radius: 999px;
}
.qty-mini button,
.qty-mini input {
  font-size: 8px;
  font-weight: 700;
}
.quick-cart-form .btn,
.icon-btn {
  height: 22px;
  min-height: 22px;
  font-size: 7.5px;
  border-radius: 3px;
}
.icon-btn {
  width: 22px;
}
.sk-orange-band {
  background: #ff7b35;
  padding: 34px 0 40px;
}
.sk-luxury-band {
  padding: 50px 0;
  /* background: linear-gradient(180deg, #67310c 0%, #bd540e 100%); */
  background: url(../img/Firstsection.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.sk-luxury-grid {
  min-height: 300px;
  gap: 34px;
}
.sk-luxury-grid span,
.sk-wholesale-card span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.sk-luxury-grid h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1px;
  font-family: "Montserrat", sans-serif;
  color: #ff7936;
}
.sk-luxury-grid p,
.sk-wholesale-card p {
  font-size: 12px;
  line-height: 1.35;
  color: #000;
}
.sk-purpose-grid {
  gap: 12px;
}
.sk-purpose-grid a {
  min-height: 128px;
  padding: 12px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
}
.sk-purpose-grid img {
  width: 62px;
  height: 62px;
}
.sk-devotion-grid {
  gap: 15px;
}
.sk-devotion-grid a {
}
.sk-devotion-grid img {
  height: 180px;
  min-height: 180px;
  border-radius: 15px;
}

.sk-luxury-grid span {
  color: #ffb742 !important;
  margin-bottom: 30px !important;
}
.sk-devotion-grid a {
  padding: 20px 30px 50px 30px;
  background: #ffbf9dd6;
}
.sk-devotion-grid span {
  font-size: 10px;
  font-weight: 600;
}
.sk-wholesale-card {
  max-width: 1280px;
  min-height: 332px;
  padding: 46px 54px;
}
.sk-wholesale-card h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
}
.sk-wholesale-prices {
  width: 330px;
  justify-self: end;
  padding: 20px;
  border-radius: 8px;
}
.sk-wholesale-prices strong {
  padding: 9px 11px;
  font-size: 11px;
  font-weight: 600;
}
.sk-reel-grid {
  gap: 18px;
}
.sk-reel-grid article {
  border-radius: 5px;
}
.sk-reel-grid p {
  padding: 9px;
  font-size: 9.5px;
}
.sk-happy-card {
  padding: 20px;
  border-radius: 6px;
}
.sk-happy-card h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
}
.sk-happy-card p {
  font-size: 12px;
  color: #9e6a48;
}
.stat-row div {
  padding: 10px;
  border-radius: 4px;
}
.stat-row strong {
  font-size: 18px;
}
.stat-row span {
  font-size: 9px;
}
.testimonial-card {
  padding: 12px;
  border-radius: 15px;
}
.testimonial-card p {
  font-size: 9.5px;
  line-height: 1.35;
}
.testimonial-card strong {
  font-size: 10px;
}
.sk-faq-section {
  padding: 40px 0 68px;
}
.sk-faq-section .sk-section-head {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.sk-faq-section .sk-section-head h2 {
  font-size: 18px;
  color: #fff;
}

.custom-sorieed {
  background: #ffe4c0;
  box-shadow: 0px 21px 44px -23px #00000026;
  padding: 20px;
  border-radius: 0px 15px 15px 0px;
  text-align: right;
  font-family: "Montserrat", sans-serif;
}

.faq-list {
  width: min(100%, 1040px);
  gap: 9px;
}
.faq-list details {
  border-radius: 4px;
  border: 0;
  box-shadow: none;
  background: #fff9ef;
  overflow: hidden;
}
.faq-list summary {
  position: relative;
  list-style: none;
  padding: 10px 42px 10px 16px;
  font-size: 10px;
  font-weight: 500;
  color: #63300d;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff7b35;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
.faq-list details[open] summary::after {
  content: "-";
}
.faq-list .faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 280ms ease;
  will-change: height;
}
.faq-list .faq-answer-inner {
  padding: 0 16px 12px;
}
.faq-list .faq-answer p {
  margin: 0;
  font-size: 10px;
  color: #925f3d;
}
.page-hero {
  padding: 30px 0 34px;
  background: linear-gradient(90deg, #fff1df, #ffe5c8);
  border-bottom: 1px solid #ffd3b2;
}
.page-hero.compact {
  padding: 26px 0 30px;
}
.page-hero h1 {
  margin: 5px 0 6px;
  color: #ff7b35;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
}
.page-hero p {
  max-width: 620px;
  font-size: 11px;
  color: #986342;
}
.eyebrow {
  gap: 5px;
  font-size: 9px;
  font-weight: 600;
  color: #ff7b35;
}
.eyebrow::before {
  width: 6px;
  height: 6px;
}
.shop-layout {
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 20px;
}
.filter-panel,
.summary-card,
.form-card,
.content-card,
.detail-panel {
  padding: 18px;
  border-radius: 6px;
  border-color: #ffc7a1;
  background: #fffaf3;
  box-shadow: 0 6px 16px rgba(128, 63, 20, 0.09);
}
.filter-panel h2,
.summary-card h2,
.form-card h2,
.content-card h2 {
  font-size: 15px;
  font-weight: 600;
}
.form-label {
  font-size: 10px;
  font-weight: 600;
}
.form-control,
.form-select,
.support-form input,
.support-form textarea,
.newsletter-form input {
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 4px;
  border-color: #ffc7a1;
  font-size: 11px;
}
.shop-results-top p {
  font-size: 11px;
}
.shop-chip-row a {
  padding: 5px 10px;
  font-size: 9px;
  border-radius: 999px;
}
.shop-results .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 12px;
}
.product-detail {
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  gap: 24px;
}
.product-gallery-main {
  border-radius: 7px;
}
.detail-panel h1 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
}
.detail-price {
  font-size: clamp(22px, 2vw, 30px);
}
.cart-line {
  grid-template-columns: 76px minmax(0, 1fr) 88px 86px 32px;
  gap: 10px;
}
.cart-line img {
  width: 76px;
  height: 76px;
  border-radius: 5px;
}
.store-footer {
  background: #ffe9b7;
}
.footer-service-grid {
  transform: translateY(-15px);
  border-radius: 4px;
}
.footer-service-grid div {
  min-height: 44px;
  font-size: 10px;
  font-weight: 500;
}
.footer-main {
  grid-template-columns: 1.35fr 0.7fr 0.75fr 0.95fr;
  gap: 42px;
  padding: 24px 0 26px;
}
.footer-brand h3 {
  font-size: 18px;
  font-weight: 500;
}
.store-footer h4 {
  font-size: 10px;
  font-weight: 600;
}
.store-footer p,
.store-footer li,
.footer-contact-row {
  font-size: 9.5px;
  line-height: 1.45;
}
.store-footer li {
  margin: 6px 0;
}
.social-links a {
  width: 22px;
  height: 22px;
  font-size: 10px;
}
.newsletter-form {
  grid-template-columns: 1fr 30px;
  gap: 5px;
}
.newsletter-form input {
  min-height: 30px;
  font-size: 9px;
}
.newsletter-form button {
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.footer-contact-row {
  padding: 14px 0 20px;
  gap: 13px 22px;
}
.footer-bottom {
  padding: 11px;
  font-size: 9px;
  background: #ffe2a7;
}
@media (max-width: 991px) {
  .header-main {
    grid-template-columns: auto 1fr auto;
  }
  .header-search {
    display: none;
  }
  .category-nav {
    display: none;
  }
  .sk-five-grid,
  .product-grid,
  .shop-results .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sk-purpose-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .shop-layout,
  .product-detail,
  .footer-main {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .store-topbar-inner {
    gap: 18px;
  }
  .sk-service-strip {
    grid-template-columns: 1fr;
  }
  .sk-purpose-grid,
  .sk-devotion-grid,
  .sk-reel-grid,
  .sk-review-grid {
    grid-template-columns: 1fr;
  }
  .sk-wholesale-card {
    padding: 26px 18px;
  }
  .sk-wholesale-prices {
    width: 100%;
  }
  .cart-line {
    grid-template-columns: 62px 1fr;
  }
}
/* SK FIGMA PIXEL PASS END */
/* SK FLUID WIDTH PASS START */
.container,
.container-fluid {
  width: 100%;
  max-width: none !important;
  padding-left: clamp(12px, 3.2vw, 48px);
  padding-right: clamp(12px, 3.2vw, 48px);
}
.sk-hero-bg,
.sk-service-strip,
.sk-wholesale-card {
  width: 100%;
  max-width: none !important;
}
.sk-hero,
.sk-service-strip,
.sk-orange-band,
.sk-luxury-band,
.sk-wholesale-band,
.sk-faq-section,
.store-footer {
  width: 100%;
}
.sk-five-grid,
.product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.shop-results .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
@media (max-width: 1199px) {
  .sk-five-grid,
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .sk-five-grid,
  .product-grid,
  .shop-results .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .container,
  .container-fluid {
    padding-left: clamp(12px, 4vw, 28px);
    padding-right: clamp(12px, 4vw, 28px);
  }
}
@media (max-width: 767px) {
  .sk-five-grid,
  .product-grid,
  .shop-results .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 380px) {
  .product-body {
    padding: 6px;
  }
  .quick-cart-form {
    grid-template-columns: 46px 1fr;
  }
}
/* SK FLUID WIDTH PASS END */
/* SK FIGMA TYPOGRAPHY FIX START */
html {
  font-size: 16px;
}
body {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.store-topbar {
  height: 32px;
}
.store-topbar-inner {
  min-height: 32px;
  font-size: 12px;
  font-weight: 500;
  gap: clamp(22px, 6vw, 92px);
}
.header-main {
  min-height: 64px;
  grid-template-columns: 220px minmax(360px, 1fr) 148px;
  gap: 24px;
}
.brand-lockup {
  font-size: 18px;
  font-weight: 400;
}
.brand-lockup img {
  width: 42px;
  height: 42px;
}
.brand-mark {
  width: 34px;
  height: 34px;
  font-size: 18px;
}
.header-search {
  width: min(100%, 560px);
  height: 38px;
  grid-template-columns: 40px 1fr 92px;
}
.header-search i {
  font-size: 15px;
}
.header-search input {
  padding: 9px 6px;
  font-size: 14px;
}
.header-search button {
  font-size: 13px;
  font-weight: 500;
}
.icon-circle {
  width: 34px;
  height: 34px;
  font-size: 16px;
}
.cart-pill span {
  min-width: 19px;
  height: 19px;
  font-size: 10px;
  line-height: 19px;
}
.category-nav-scroll {
  min-height: 40px;
  gap: clamp(18px, 4vw, 56px);
}
.category-nav a,
.nav-dropdown-toggle {
  min-height: 40px;
  font-size: 13px;
  font-weight: 500;
}
.nav-dropdown-toggle i {
  font-size: 11px;
}
.nav-dropdown-menu {
  width: 240px;
  padding: 10px;
}
.nav-dropdown-menu a {
  min-height: 36px;
  padding: 8px 10px;
  font-size: 13px;
}
.btn {
  min-height: 36px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 700;
}
.btn-sm {
  min-height: 28px;
  padding: 5px 10px;
  font-size: 11px;
}
.section-pad {
  padding: 38px 0;
}
.sk-service-strip {
  font-size: 12px;
  font-weight: 500;
}
.sk-service-strip div {
  padding: 10px 12px;
}
.sk-section-head {
  margin-bottom: 18px;
}
.sk-section-head h2 {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
}
.sk-section-head a {
  font-size: 13px;
  font-weight: 500;
}
.product-body {
  padding: 10px;
}
.product-category {
  font-size: 10px;
  font-weight: 600;
}
.product-body h3 {
  min-height: 38px;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 600;
}
.rating-line {
  font-size: 11px;
}
.price-row strong {
  font-size: 15px;
}
.price-row del,
.product-card small,
.product-card .text-muted {
  font-size: 11px;
}
.quick-cart-form {
  grid-template-columns: 64px 1fr;
  gap: 7px;
}
.qty-mini {
  height: 29px;
  grid-template-columns: 20px 1fr 20px;
}
.qty-mini button,
.qty-mini input {
  font-size: 11px;
}
.quick-cart-form .btn,
.icon-btn {
  height: 29px;
  min-height: 29px;
  font-size: 11px;
}
.icon-btn {
  width: 29px;
}
.sk-orange-band {
  padding: 42px 0 48px;
}
.sk-luxury-grid span,
.sk-wholesale-card span {
  font-size: 13px;
}
.sk-luxury-grid h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
}
.sk-luxury-grid p,
.sk-wholesale-card p {
  font-size: 15px;
  line-height: 1.45;
}
.sk-purpose-grid a {
  min-height: 148px;
  padding: 16px 10px;
  font-size: 13px;
}
.sk-purpose-grid img {
  width: 76px;
  height: 76px;
}
.sk-devotion-grid span {
  font-size: 13px;
}
.sk-wholesale-card h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
}
.sk-wholesale-prices strong {
  font-size: 13px;
}
.sk-reel-grid p {
  font-size: 13px;
}
.sk-happy-card h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
}
.sk-happy-card p {
  font-size: 15px;
}
.stat-row strong {
  font-size: 22px;
}
.stat-row span {
  font-size: 12px;
}
.testimonial-card p {
  font-size: 13px;
  line-height: 1.45;
}
.testimonial-card strong {
  font-size: 13px;
}
.sk-faq-section .sk-section-head h2 {
  font-size: 24px;
}
.faq-list {
  width: min(100%, 1120px);
}
.faq-list summary {
  padding: 13px 46px 13px 18px;
  font-size: 14px;
  font-weight: 500;
}
.faq-list p {
  padding: 0 18px 14px;
  font-size: 13px;
  line-height: 1.45;
}
.page-hero h1 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}
.page-hero p {
  max-width: 760px;
  font-size: 15px;
}
.eyebrow {
  font-size: 12px;
}
.filter-panel h2,
.summary-card h2,
.form-card h2,
.content-card h2 {
  font-size: 20px;
}
.form-label {
  font-size: 13px;
}
.form-control,
.form-select,
.support-form input,
.support-form textarea,
.newsletter-form input {
  min-height: 42px;
  padding: 10px 12px;
  font-size: 14px;
}
.shop-results-top p {
  font-size: 14px;
}
.shop-chip-row a {
  padding: 7px 13px;
  font-size: 12px;
}
.detail-panel h1 {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
}
.detail-price {
  font-size: clamp(28px, 3vw, 40px);
}
.content-card,
.form-card,
.detail-panel,
.filter-panel,
.summary-card {
  font-size: 15px;
}
.footer-service-grid div {
  min-height: 52px;
  font-size: 13px;
}
.footer-brand h3 {
  font-size: 22px;
}
.store-footer h4 {
  font-size: 14px;
}
.store-footer p,
.store-footer li,
.footer-contact-row {
  font-size: 13px;
  line-height: 1.5;
}
.social-links a {
  width: 28px;
  height: 28px;
  font-size: 13px;
}
.newsletter-form input {
  min-height: 36px;
  font-size: 13px;
}
.newsletter-form button {
  width: 36px;
  height: 36px;
}
.footer-bottom {
  font-size: 12px;
}
@media (max-width: 1199px) {
  .header-main {
    grid-template-columns: 200px minmax(300px, 1fr) 132px;
  }
  .category-nav-scroll {
    gap: 28px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .header-main {
    grid-template-columns: auto 1fr auto;
    min-height: 58px;
  }
  .brand-lockup {
    font-size: 17px;
  }
  .store-topbar-inner {
    font-size: 11px;
    gap: 22px;
    justify-content: flex-start;
  }
  .product-body h3 {
    font-size: 13px;
    min-height: 36px;
  }
  .sk-section-head h2 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .store-topbar {
    height: auto;
  }
  .store-topbar-inner {
    min-height: 30px;
    font-size: 10px;
  }
  .section-pad {
    padding: 30px 0;
  }
  .product-body {
    padding: 8px;
  }
  .product-body h3 {
    font-size: 12px;
    min-height: 34px;
  }
  .product-category {
    font-size: 9px;
  }
  .rating-line {
    font-size: 10px;
  }
  .price-row strong {
    font-size: 13px;
  }
  .quick-cart-form {
    grid-template-columns: 56px 1fr;
  }
  .quick-cart-form .btn,
  .icon-btn {
    font-size: 10px;
  }
  .sk-purpose-grid a {
    font-size: 12px;
  }
  .faq-list summary {
    font-size: 13px;
  }
}
/* SK FIGMA TYPOGRAPHY FIX END */
/* SK FIGMA TYPE BOOST START */
html {
  font-size: 18px;
}
body {
  font-size: 18px;
  line-height: 1.55;
}
.store-topbar-inner {
  min-height: 34px;
  font-size: 14px;
}
.header-main {
  min-height: 72px;
  grid-template-columns: 270px minmax(420px, 1fr) 160px;
}
.brand-lockup {
  font-size: 24px;
  font-weight: 400;
}
.brand-lockup img {
  width: 48px;
  height: 48px;
}
.brand-mark {
  width: 42px;
  height: 42px;
  font-size: 22px;
}
.header-search {
  width: min(100%, 640px);
  height: 44px;
  grid-template-columns: 48px 1fr 104px;
}
.header-search i {
  font-size: 18px;
}
.header-search input {
  font-size: 17px;
  padding: 10px 8px;
}
.header-search button {
  font-size: 16px;
}
.icon-circle {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.cart-pill span {
  min-width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
}
.category-nav-scroll {
  min-height: 48px;
  gap: clamp(24px, 4vw, 68px);
}
.category-nav a,
.nav-dropdown-toggle {
  min-height: 48px;
  font-size: 17px;
  font-weight: 500;
}
.nav-dropdown-toggle i {
  font-size: 14px;
}
.nav-dropdown-menu {
  width: 280px;
}
.nav-dropdown-menu a {
  min-height: 42px;
  font-size: 16px;
}
.section-pad {
  padding: 46px 0;
}
.sk-section-head h2 {
  font-size: clamp(28px, 2.4vw, 36px);
}
.sk-section-head a {
  font-size: 16px;
}
.sk-service-strip {
  font-size: 15px;
}
.product-body {
  padding: 13px;
}
.product-category {
  font-size: 12px;
}
.product-body h3 {
  min-height: 46px;
  font-size: 17px;
  line-height: 1.3;
}
.rating-line {
  font-size: 13px;
}
.price-row strong {
  font-size: 18px;
}
.price-row del,
.product-card small,
.product-card .text-muted {
  font-size: 13px;
}
.quick-cart-form {
  grid-template-columns: 76px 1fr;
}
.qty-mini {
  height: 34px;
  grid-template-columns: 24px 1fr 24px;
}
.qty-mini button,
.qty-mini input {
  font-size: 13px;
}
.quick-cart-form .btn,
.icon-btn {
  height: 34px;
  min-height: 34px;
  font-size: 13px;
}
.icon-btn {
  width: 34px;
}
.btn {
  min-height: 42px;
  font-size: 16px;
  padding: 10px 22px;
}
.btn-sm {
  min-height: 32px;
  font-size: 13px;
}
.sk-luxury-grid span,
.sk-wholesale-card span {
  font-size: 15px;
}
.sk-luxury-grid h2 {
  font-size: clamp(42px, 4.8vw, 64px);
}
.sk-luxury-grid p,
.sk-wholesale-card p {
  font-size: 18px;
}
.sk-purpose-grid a {
  min-height: 168px;
  font-size: 16px;
}
.sk-purpose-grid img {
  width: 88px;
  height: 88px;
}
.sk-devotion-grid span,
.sk-reel-grid p {
  font-size: 16px;
}
.sk-wholesale-card h2 {
  font-size: clamp(40px, 4.6vw, 60px);
}
.sk-wholesale-prices strong {
  font-size: 16px;
}
.sk-happy-card h2 {
  font-size: clamp(40px, 4.6vw, 58px);
}
.sk-happy-card p {
  font-size: 18px;
}
.stat-row strong {
  font-size: 28px;
}
.stat-row span {
  font-size: 15px;
}
.testimonial-card {
  padding: 18px;
}
.testimonial-card p {
  font-size: 16px;
}
.testimonial-card strong {
  font-size: 16px;
}
.sk-faq-section {
  padding: 56px 0 78px;
}
.sk-faq-section .sk-section-head h2 {
  font-size: 34px;
}
.faq-list {
  width: min(100%, 1160px);
  gap: 12px;
}
.faq-list details {
  overflow: hidden;
}
.faq-list summary {
  padding: 18px 56px 18px 22px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.faq-list summary::after {
  right: 22px;
  font-size: 24px;
}
.faq-list p {
  padding: 0;
  font-size: 17px;
  line-height: 1.55;
}
.faq-list .faq-answer-inner {
  padding: 0 22px 20px;
}
.page-hero h1 {
  font-size: clamp(42px, 4.8vw, 64px);
}
.page-hero p {
  font-size: 18px;
}
.eyebrow {
  font-size: 15px;
}
.filter-panel h2,
.summary-card h2,
.form-card h2,
.content-card h2 {
  font-size: 26px;
}
.form-label {
  font-size: 16px;
}
.form-control,
.form-select,
.support-form input,
.support-form textarea,
.newsletter-form input {
  min-height: 48px;
  font-size: 17px;
}
.shop-results-top p,
.shop-chip-row a {
  font-size: 16px;
}
.content-card,
.form-card,
.detail-panel,
.filter-panel,
.summary-card {
  font-size: 18px;
}
.detail-panel h1 {
  font-size: clamp(44px, 5vw, 68px);
}
.detail-price {
  font-size: clamp(34px, 3.4vw, 48px);
}
.footer-service-grid div {
  min-height: 58px;
  font-size: 16px;
}
.footer-brand h3 {
  font-size: 28px;
}
.store-footer h4 {
  font-size: 18px;
}
.store-footer p,
.store-footer li,
.footer-contact-row {
  font-size: 16px;
  line-height: 1.55;
}
.newsletter-form input {
  min-height: 44px;
  font-size: 16px;
  border: none;
}
.newsletter-form button {
  width: 44px;
  height: 44px;
}
.footer-bottom {
  font-size: 14px;
}
@media (max-width: 1199px) {
  body {
    font-size: 17px;
  }
  .header-main {
    grid-template-columns: 230px minmax(320px, 1fr) 148px;
  }
  .brand-lockup {
    font-size: 21px;
  }
  .category-nav a,
  .nav-dropdown-toggle {
    font-size: 15px;
  }
  .product-body h3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  .header-main {
    grid-template-columns: auto 1fr auto;
    min-height: 62px;
  }
  .brand-lockup {
    font-size: 20px;
  }
  .product-body h3 {
    font-size: 15px;
    min-height: 42px;
  }
  .sk-section-head h2 {
    font-size: 28px;
  }
  .faq-list summary {
    font-size: 16px;
  }
  .faq-list p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 15px;
  }
  .store-topbar-inner {
    font-size: 12px;
  }
  .brand-lockup {
    font-size: 18px;
  }
  .product-body h3 {
    font-size: 14px;
    min-height: 38px;
  }
  .product-category {
    font-size: 10px;
  }
  .price-row strong {
    font-size: 15px;
  }
  .quick-cart-form {
    grid-template-columns: 60px 1fr;
  }
  .quick-cart-form .btn,
  .icon-btn {
    font-size: 11px;
  }
  .faq-list summary {
    font-size: 15px;
    padding: 15px 44px 15px 16px;
  }
  .faq-list p {
    font-size: 14px;
    padding: 0 16px 16px;
  }
}
/* SK FIGMA TYPE BOOST END */
/* SK FIGMA FINAL MATCH START */
:root {
  --sk-page-pad: clamp(18px, 3.6vw, 84px);
  --sk-section-gap: clamp(34px, 4vw, 58px);
  --sk-orange: #ff7332;
  --sk-cream: #fff4e8;
  --sk-card: #fff8e7;
  --sk-ink: #733817;
}
body {
  background: var(--sk-cream) !important;
  color: var(--sk-ink) !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
}
.container,
.container-fluid {
  padding-left: var(--sk-page-pad) !important;
  padding-right: var(--sk-page-pad) !important;
}
.store-topbar {
  height: 30px !important;
}
.store-topbar-inner {
  min-height: 30px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
.header-main {
  min-height: 78px !important;
  grid-template-columns: 300px minmax(460px, 1fr) 170px !important;
}
.brand-lockup {
  font-size: 26px !important;
  font-weight: 400 !important;
  color: #ff6f2e !important;
}
.brand-lockup img {
  width: 50px !important;
  height: 50px !important;
}
.brand-mark {
  width: 46px !important;
  height: 46px !important;
  font-size: 24px !important;
}
.header-search {
  width: min(100%, 690px) !important;
  height: 48px !important;
  grid-template-columns: 54px 1fr 112px !important;
}
.header-search input {
  font-size: 18px !important;
}
.header-search button {
  font-size: 17px !important;
}
.icon-circle {
  width: 42px !important;
  height: 42px !important;
  font-size: 19px !important;
}
.category-nav-scroll {
  min-height: 48px !important;
  gap: clamp(28px, 4.5vw, 78px) !important;
}
.category-nav a,
.nav-dropdown-toggle {
  min-height: 48px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #643015 !important;
}
.sk-hero-bg,
.sk-hero-bg > img {
  aspect-ratio: 1800 / 760 !important;
  height: auto !important;
  min-height: 420px !important;
  max-height: 620px !important;
  object-fit: cover !important;
}
.sk-service-strip {
  font-size: 15px !important;
}
.sk-service-strip div {
  padding: 11px 12px !important;
}
.section-pad {
  padding-top: var(--sk-section-gap) !important;
  padding-bottom: var(--sk-section-gap) !important;
}
.sk-section-head {
  margin-bottom: 18px !important;
}
.sk-section-head h2 {
  font-size: 30px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  color: var(--sk-orange) !important;
}
.sk-section-head a {
  font-size: 15px !important;
}
.sk-five-grid,
.product-grid {
  gap: 18px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.product-card {
  border-radius: 5px !important;
  border-color: #ffc19a !important;
  background: #fff8e6 !important;
  box-shadow: 0 7px 16px rgba(117, 55, 17, 0.12) !important;
}
.product-image {
  aspect-ratio: 1 / 0.88 !important;
}
.product-body {
  padding: 13px !important;
}
.product-category {
  font-size: 12px !important;
  line-height: 1.2 !important;
}
.product-body h3 {
  min-height: 48px !important;
  font-size: 17px !important;
  line-height: 1.28 !important;
  font-weight: 600 !important;
}
.rating-line {
  font-size: 13px !important;
}
.price-row strong {
  font-size: 18px !important;
}
.price-row del,
.product-card small,
.product-card .text-muted {
  font-size: 13px !important;
}
.qty-mini {
  height: 34px !important;
  grid-template-columns: 24px 1fr 24px !important;
}
.quick-cart-form {
  grid-template-columns: 76px 1fr !important;
  gap: 7px !important;
}
.quick-cart-form .btn,
.icon-btn {
  height: 34px !important;
  min-height: 34px !important;
  font-size: 13px !important;
}
.icon-btn {
  width: 34px !important;
}
.sk-orange-band {
  padding-top: 48px !important;
  padding-bottom: 52px !important;
  background: var(--sk-orange) !important;
}
.sk-orange-band .sk-section-head h2,
.sk-orange-band .sk-section-head a {
  color: #fff8ed !important;
}
.sk-luxury-band {
  padding: 70px 0 !important;
}
.sk-luxury-grid {
  min-height: 360px !important;
}
.sk-luxury-grid h2 {
  font-size: 45px !important;
  line-height: 1.02 !important;
}
.sk-luxury-grid p {
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif !important;
}
.sk-purpose-grid {
  gap: 16px !important;
}
.sk-purpose-grid a {
  min-height: 168px !important;
  font-size: 16px !important;
}
.sk-purpose-grid img {
  width: 100% !important;
  height: 200px !important;
}
.sk-devotion-grid {
  gap: 18px !important;
}
.sk-devotion-grid a {
}

.sk-devotion-grid img {
  height: 245px !important;
  min-height: 245px !important;
}

.sk-devotion-grid span {
  font-size: 16px !important;
}
.sk-wholesale-card {
  min-height: 600px !important;
  padding: 66px 78px !important;
  grid-template-columns: 1fr 420px !important;
}
.sk-wholesale-card h2 {
  font-size: 40px !important;
  line-height: 1.05 !important;
  font-family: "Montserrat", sans-serif !important;
  text-shadow: 0px 4px 4px #00000040;
}
.sk-wholesale-card p,
.sk-wholesale-prices strong {
  font-size: 17px !important;
}
.sk-reel-grid {
  gap: 24px !important;
}
.sk-reel-grid p {
  font-size: 16px !important;
}
.sk-happy-card {
  padding: 36px !important;
  gap: 0px !important;
}
.sk-happy-card h2 {
  font-size: clamp(42px, 4.6vw, 64px) !important;
  line-height: 1.05 !important;
}
.sk-happy-card p {
  font-size: 18px !important;
}
.testimonial-card {
  padding: 20px !important;
}
.testimonial-card p,
.testimonial-card strong {
  font-size: 16px !important;
}
.sk-faq-section {
  padding: 62px 0 86px !important;
}
.sk-faq-section .container-fluid {
  display: grid !important;
  /* justify-content: center !important; */
}
.sk-faq-section .sk-section-head,
.faq-list {
  width: min(100%, 1160px) !important;
}
.sk-faq-section .sk-section-head h2 {
  font-size: 34px !important;
  color: #fff !important;
}
.faq-list {
  gap: 12px !important;
}
.faq-list details {
  background: #fff8ef !important;
  border-radius: 5px !important;
}
.faq-list summary {
  padding: 18px 58px 18px 22px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.faq-list .faq-answer-inner {
  padding: 0 22px 20px !important;
}
.faq-list .faq-answer p {
  padding: 0 !important;
  font-size: 17px !important;
}
.footer-service-grid div {
  min-height: 58px !important;
  font-size: 16px !important;
}
.footer-main {
  gap: 64px !important;
  padding: 44px 0 42px !important;
}
.footer-brand h3 {
  font-size: 28px !important;
}
.store-footer h4 {
  font-size: 18px !important;
}
.store-footer p,
.store-footer li,
.footer-contact-row {
  font-size: 16px !important;
}
@media (max-width: 1399px) {
  body {
    font-size: 18px !important;
  }
  .header-main {
    grid-template-columns: 250px minmax(360px, 1fr) 150px !important;
  }
  .brand-lockup {
    font-size: 23px !important;
  }
  .category-nav a,
  .nav-dropdown-toggle {
    font-size: 16px !important;
  }
  .sk-five-grid,
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 16px !important;
  }
  .header-main {
    grid-template-columns: auto 1fr auto !important;
    min-height: 64px !important;
  }
  .brand-lockup {
    font-size: 20px !important;
  }
  .sk-five-grid,
  .product-grid,
  .shop-results .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .sk-purpose-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .sk-devotion-grid,
  .sk-reel-grid,
  .sk-review-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .sk-wholesale-card,
  .sk-happy-card,
  .sk-luxury-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 575px) {
  :root {
    --sk-page-pad: 14px;
  }
  body {
    font-size: 15px !important;
  }
  .sk-section-head h2 {
    font-size: 24px !important;
  }
  .product-body h3 {
    font-size: 14px !important;
    min-height: 38px !important;
  }
  .product-category {
    font-size: 10px !important;
  }
  .price-row strong {
    font-size: 15px !important;
  }
  .sk-purpose-grid,
  .sk-devotion-grid,
  .sk-reel-grid,
  .sk-review-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .sk-devotion-grid a {
  }
  .sk-devotion-grid img {
    height: 160px !important;
    min-height: 160px !important;
  }

  .faq-list summary {
    font-size: 15px !important;
  }
  .faq-list .faq-answer p {
    font-size: 14px !important;
  }
}
/* SK FIGMA FINAL MATCH END */

.wishlist {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.wishlist i {
  font-size: 15px;
  padding-top: 6px;
}

.add-cart-bb {
  border-radius: 30px !important;
}

.product-actions {
  align-items: center !important;
  grid-template-columns: minmax(0, 1fr) 34px !important;
  gap: 8px !important;
}

.quick-cart-form {
  align-items: center !important;
  display: grid !important;
  grid-template-columns: 82px minmax(126px, 1fr) !important;
  gap: 8px !important;
  width: 100% !important;
}

.quick-cart-form .btn,
.quick-cart-form a.btn,
.quick-cart-form button.btn {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  min-width: 126px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  text-align: center !important;
  white-space: nowrap !important;
  width: 100% !important;
}

.quick-cart-form .btn i {
  margin-right: 4px;
}

.quick-cart-form .qty-mini {
  width: 82px !important;
}

.quick-cart-form .qty-mini input {
  text-align: center !important;
}

/* Core ecommerce polish */
.cart-panel,
.form-card,
.content-card,
.summary-card,
.account-panel,
.account-tabs {
  border-color: rgba(255, 111, 50, 0.34);
  box-shadow: 0 18px 38px rgba(112, 55, 24, 0.06);
}

.cart-line {
  align-items: center;
  background: rgba(255, 250, 244, 0.82);
  border: 1px solid rgba(255, 194, 159, 0.72);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: 86px minmax(0, 1fr) 132px 110px 34px;
  margin-bottom: 14px;
  padding: 14px;
}

.cart-line img {
  aspect-ratio: 1;
  background: #fff0d1;
  border-radius: 7px;
  height: auto;
  object-fit: cover;
  width: 86px;
}

.cart-line h2 {
  color: #703718;
  font-weight: 800;
}

.cart-qty {
  width: 132px;
}

.cart-qty input {
  min-width: 44px;
}

.order-progress-card {
  background: linear-gradient(135deg, #fff0d1, #fff8ed);
  border: 1px solid rgba(255, 111, 50, 0.35);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 24px 22px 18px;
  position: relative;
}

.order-progress-line {
  background: rgba(255, 194, 159, 0.75);
  border-radius: 999px;
  height: 5px;
  left: 52px;
  position: absolute;
  right: 52px;
  top: 43px;
}

.order-progress-line::before {
  background: #ff6f32;
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  width: var(--progress);
}

.order-progress-steps {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.order-progress-step {
  color: #8d6047;
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.order-progress-step span {
  align-items: center;
  background: #fffaf4;
  border: 2px solid #ffc29f;
  border-radius: 999px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.order-progress-step.done span {
  background: #ff6f32;
  border-color: #ff6f32;
  color: #fff;
}

.order-progress-step.current strong {
  color: #703718;
}

.order-progress-warning {
  align-items: center;
  color: #703718;
  display: flex;
  gap: 12px;
}

.order-progress-warning strong {
  background: #fff;
  border: 1px solid #ff6f32;
  border-radius: 999px;
  color: #ff6f32;
  padding: 7px 12px;
}

.order-track-card {
  background: #fffaf4;
  border: 1px solid rgba(255, 194, 159, 0.8);
  border-radius: 8px;
  padding: 18px;
}

.order-track-card strong {
  color: #703718;
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
}

.checkout-address-card {
  background: #fffaf4;
  min-height: 156px;
}

.checkout-address-card.active,
.checkout-address-card:has(input:checked) {
  background: #fff0d1;
  box-shadow: inset 0 0 0 1px #ff6f32;
}

.order-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.order-action-buttons .btn {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .cart-line {
    grid-template-columns: 74px 1fr;
  }

  .cart-line img {
    width: 74px;
  }

  .cart-qty,
  .cart-line > strong,
  .cart-line > button {
    grid-column: 2;
  }

  .order-progress-steps {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .order-progress-line {
    display: none;
  }

  .order-progress-step {
    align-items: center;
    display: flex;
    text-align: left;
  }

  .order-action-buttons {
    justify-content: flex-start;
  }
}
