:root {
  --vlaak-black: #0d0d0f;
  --vlaak-dark: #17181b;
  --vlaak-text: #252a32;
  --vlaak-muted: #6e7480;
  --vlaak-line: #d9dce2;
  --vlaak-bg: #ececef;
  --vlaak-red: #d94646;
}

body {
  margin: 0;
}

.vlaak-topline,
.vlaak-subline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  letter-spacing: 0.06em;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
}

.vlaak-topline strong,
.vlaak-subline strong {
  font-weight: 700;
}

.vlaak-subline {
  font-size: 13px;
  letter-spacing: 0.22em;
  font-weight: 600;
  padding: 10px 10px;
}

.vlaak-topline {
  z-index: 1105;
  font-weight: 300;
  min-height: 52px;
  gap: 0.34em;
}

.vlaak-topline > * + * {
  margin-left: 0.34em;
}

.vlaak-topline .vlaak-topline-light {
  font-weight: 300;
}

.vlaak-header {
  background: #fff;
  border-bottom: 0;
  position: relative;
  z-index: 1104;
}

.vlaak-navbar-row {
  max-width: 1120px;
  margin: 0 auto;
  padding: 6px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  position: relative;
}

.vlaak-nav-left {
  justify-self: start;
}

.vlaak-brand {
  justify-self: center;
  display: inline-flex;
}

.vlaak-header .vlaak-header-logo {
  width: 132px;
  max-width: none;
  height: auto;
}

.vlaak-header-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vlaak-icon-link {
  display: inline-flex;
  align-items: center;
  color: #111;
  position: relative;
}

.vlaak-icon-link svg {
  width: 34px;
  height: 34px;
}

.vlaak-icon-link .number-tag {
  position: absolute;
  right: -10px;
  top: -8px;
  min-width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 0 4px;
}

.vlaak-icon-link .number-tag.is-empty,
.vlaak-icon-link .number-tag:empty {
  display: none !important;
}

.vlaak-main-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(8px, 0.9vw, 16px);
}

.vlaak-main-menu li {
  margin: 0;
}

.vlaak-main-menu li a {
  font-size: clamp(15px, 0.82vw, 17px);
  font-weight: 400;
  color: #16181d;
  letter-spacing: 0;
  text-transform: none;
}

.vlaak-main-menu li a.active,
.vlaak-main-menu li a:hover {
  color: #000;
}

.vlaak-header .burger-icon {
  display: none;
  margin-left: 4px;
}

.vlaak-header .burger-icon span {
  background: #111;
}

.vlaak-subline {
  z-index: 1103;
}

/* Keep bars visible above/below header without sticky overlap */
.vlaak-header.sticky-bar.stick {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  animation: none;
}

.main {
  background: #fff;
}

.vlaak-hero-full {
  width: 100%;
  margin: 0;
  min-height: 72vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.vlaak-hero-full::before {
  content: none;
}

.vlaak-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(13, 13, 15, 0.34) 0%, rgba(13, 13, 15, 0) 34%, rgba(13, 13, 15, 0) 58%, rgba(13, 13, 15, 0.42) 100%);
}

.vlaak-hero-overlay {
  position: relative;
  z-index: 2;
  max-width: 1700px;
  margin: 0 auto;
  padding: 168px 56px 96px;
  text-align: center;
}

.vlaak-hero-overlay .btn {
  margin-left: auto;
  margin-right: auto;
}

.vlaak-hero-quote {
  color: #fff;
  margin: 0 0 22px;
  font-size: clamp(15px, 1.35vw, 21px);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.01em;
  line-height: 1.4;
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.94;
  position: relative;
}

.vlaak-hero-quote::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: currentColor;
  opacity: 0.7;
  margin: 0 auto 16px;
}

@keyframes vlaakHeroLiftIn {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.985);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.vlaak-hero-overlay .vlaak-hero-quote,
.vlaak-hero-overlay h1,
.vlaak-hero-overlay .vlaak-hero-sub,
.vlaak-hero-overlay .btn {
  opacity: 0;
  transform: translateY(26px);
  animation: vlaakHeroLiftIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.5s;
}

.vlaak-hero-overlay h1 {
  animation-delay: 0.62s;
}

.vlaak-hero-overlay .vlaak-hero-sub {
  animation-delay: 0.76s;
}

.vlaak-hero-overlay .btn {
  animation-delay: 0.9s;
}

@media (prefers-reduced-motion: reduce) {
  .vlaak-hero-overlay .vlaak-hero-quote,
  .vlaak-hero-overlay h1,
  .vlaak-hero-overlay .vlaak-hero-sub,
  .vlaak-hero-overlay .btn {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

.vlaak-overline {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  color: #fff;
  margin-bottom: 14px;
}

.vlaak-overline.dark {
  color: #2d323a;
}

.vlaak-hero-full h1 {
  color: #fff;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 0.89;
  font-weight: 500;
}

.vlaak-hero-sub {
  color: #fff;
  margin-bottom: 28px;
  text-transform: uppercase;
  font-size: clamp(14px, 1.5vw, 26px);
  letter-spacing: 0.22em;
  font-weight: 300;
}

.vlaak-sale-products {
  background: #fff;
  padding: 34px 0 44px;
  --vlaak-sale-visible: 5.5;
}

.vlaak-sale-products .container {
  max-width: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.vlaak-sale-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding-left: 14px;
  padding-right: 14px;
}

.vlaak-sale-header h2 {
  margin: 0;
  font-size: clamp(34px, 2.3vw, 52px);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.vlaak-sale-header .btn {
  min-width: 168px;
  min-height: 52px;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.vlaak-sale-scroller {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.vlaak-sale-scroller::-webkit-scrollbar {
  display: none;
}

.vlaak-sale-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  min-width: calc((100vw - 30px) / var(--vlaak-sale-visible));
  max-width: calc((100vw - 30px) / var(--vlaak-sale-visible));
  flex: 0 0 auto;
  scroll-snap-align: start;
  position: relative;
}

.vlaak-sale-link {
  display: block;
  position: relative;
  background: #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(13, 13, 15, 0.04);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.vlaak-sale-card:hover .vlaak-sale-link {
  box-shadow: 0 18px 34px rgba(13, 13, 15, 0.14);
  transform: translateY(-3px);
}

.vlaak-sale-link img {
  width: 100%;
  aspect-ratio: 0.72;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.vlaak-sale-card:hover .vlaak-sale-link img {
  transform: scale(1.05);
}

.vlaak-sale-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  background: var(--vlaak-black);
  color: #fff;
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 10px rgba(13, 13, 15, 0.18);
}

.vlaak-sale-card h6 {
  margin: 14px 0 5px;
  font-weight: 400;
}

.vlaak-sale-card h6 a {
  color: var(--vlaak-black);
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.3;
  text-transform: none;
  transition: opacity 0.25s ease;
}

.vlaak-sale-card:hover h6 a {
  opacity: 0.68;
}

.vlaak-pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: baseline;
  margin-bottom: 8px;
}

.vlaak-pricing .old {
  color: var(--vlaak-muted);
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12.5px;
}

.vlaak-pricing .new {
  color: var(--vlaak-black);
  font-weight: 700;
  font-size: 16.5px;
  letter-spacing: -0.01em;
}

.vlaak-pricing .save {
  color: var(--vlaak-red);
  background: rgba(217, 70, 70, 0.1);
  font-weight: 700;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: 0.01em;
}

.vlaak-add {
  font-size: 13px;
  color: #111;
  border-bottom: 1px solid #111;
  display: inline-flex;
}

.vlaak-shop-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.vlaak-shop-card {
  position: relative;
  background: #fff;
}

.vlaak-shop-image {
  display: block;
  position: relative;
  background: #eceef1;
}

.vlaak-shop-image img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.vlaak-shop-card .vlaak-sale-badge {
  left: 14px;
  top: 14px;
}

.vlaak-shop-info {
  padding-top: 8px;
}

.vlaak-shop-info h6 {
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.03;
  text-transform: none;
}

.vlaak-shop-info h6 a {
  color: #1d2128;
}

.vlaak-shop-info .vlaak-pricing {
  gap: 6px;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
}

.vlaak-shop-info .vlaak-pricing .old,
.vlaak-shop-info .vlaak-pricing .new,
.vlaak-shop-info .vlaak-pricing .save {
  font-size: 13px;
}

.vlaak-shop-pager {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.vlaak-shop-pager .btn {
  min-width: 118px;
  min-height: 42px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.vlaak-shop-page-label {
  color: #545b67;
  font-size: 14px;
}

.vlaak-shop-empty {
  padding: 24px 0;
  margin: 0;
  color: #6c7280;
  font-size: 15px;
}

.vlaak-shop-grid-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.vlaak-shop-grid-toggle button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  opacity: .5;
}

.vlaak-shop-grid-toggle button:hover,
.vlaak-shop-grid-toggle button.is-active {
  opacity: 1;
  border-color: #e5e5e5;
  background: #f9f9f9;
}

.vlaak-shop-grid-toggle img {
  width: 18px;
  height: 18px;
  display: block;
}

/* style.css's base .box-list-products rule (display:flex + margin:0 -10px) is a leftover
   from the original theme's old .product-item flex layout, which nothing here actually
   uses anymore (cards are <article class="vlaak-shop-card">, not .product-item). The
   negative margin has no compensating child padding to cancel it out, so it was bleeding
   the grid 10px past its container on both sides. Neutralize it here. */
.block-content-shop .box-list-products {
  margin: 0;
}

/* Higher specificity than the runtime !important grid rule injected by
   vlaak-store.js, so a visitor's column choice always wins regardless of
   which stylesheet/style tag loads last. */
.block-content-shop .box-list-products[data-grid-cols="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.block-content-shop .box-list-products[data-grid-cols="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.block-content-shop .box-list-products[data-grid-cols="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
@media (max-width: 980px) {
  .block-content-shop .box-list-products[data-grid-cols="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .block-content-shop .box-list-products[data-grid-cols] {
    grid-template-columns: 1fr !important;
  }
}

.vlaak-trust-block {
  padding: 54px 0;
  background: #fff;
}

.vlaak-trust-card {
  text-align: center;
  padding: 16px 22px;
}

.vlaak-trust-icon {
  margin-bottom: 14px;
  color: #17181b;
}

.vlaak-trust-card h4 {
  font-size: clamp(21px, 1.35vw, 30px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: none;
  margin-bottom: 16px;
  color: #181b20;
  font-weight: 300;
}

.vlaak-trust-card p {
  color: #30353d;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.vlaak-reviews {
  padding: 56px 0;
  background: #fff;
}

.vlaak-section-title {
  margin-bottom: 24px;
}

.vlaak-section-title h3 {
  color: #16181d;
}

.vlaak-review-card {
  height: 100%;
  border: 1px solid var(--vlaak-line);
  border-radius: 14px;
  padding: 22px;
  background: #fff;
}

.vlaak-review-card .stars {
  color: #f2b54b;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

.vlaak-review-card p {
  color: #2f343d;
  margin-bottom: 12px;
}

.vlaak-story-block {
  background: #f4f5f7;
  padding: 66px 0 72px;
}

.vlaak-story-block .row {
  justify-content: center;
}

.vlaak-story-block .vlaak-story-copy,
.vlaak-story-block .vlaak-story-copy h2,
.vlaak-story-block .vlaak-story-copy p,
.vlaak-story-block .vlaak-story-copy .vlaak-overline {
  text-align: center;
}

.vlaak-story-block .vlaak-story-copy {
  max-width: 760px;
  margin-inline: auto;
}

.vlaak-story-copy h2 {
  color: #16181d;
  margin-bottom: 16px;
}

.vlaak-story-copy p {
  color: #333942;
  margin-bottom: 12px;
}

.vlaak-location-card {
  margin-top: 18px;
  border: 1px solid #d8dce3;
  border-radius: 12px;
  background: #fff;
  padding: 18px;
}

.vlaak-location-card h6 {
  margin-bottom: 6px;
}

.vlaak-location-card p {
  margin-bottom: 6px;
  color: #5d646f;
}

.vlaak-story-image {
  border-radius: 14px;
  overflow: hidden;
}

.vlaak-story-image img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.vlaak-footer {
  background: #111317;
  color: #dee3ea;
}

.vlaak-footer h5,
.vlaak-footer h6,
.vlaak-footer p,
.vlaak-footer a,
.vlaak-footer span {
  color: #dee3ea;
}

.vlaak-footer a:hover {
  color: #fff;
}

.vlaak-footer .menu-bottom {
  display: inline-flex;
  gap: 14px;
  margin-left: 12px;
}

.vlaak-footer .socials {
  display: inline-flex;
  gap: 14px;
}

.vlaak-footer-logo {
  width: 132px;
  max-width: 100%;
  display: block;
  margin: 0 0 14px;
}

.vlaak-empty-state {
  padding: 24px;
  border-radius: 16px;
  border: 1px dashed #d8cec0;
  background: #fbf9f6;
}

.vlaak-checkout-message {
  margin: 12px 0 0;
  font-size: 14px;
}

.vlaak-payment-status-wrap .vlaak-checkout-message {
  margin: 10px 0 0;
}

.vlaak-checkout-success {
  color: #0f8a40;
}

.vlaak-checkout-error {
  color: #b42318;
}

.vlaak-whop-checkout {
  margin-top: 12px;
  padding: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  border: 0;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}

.vlaak-whop-checkout > div,
.vlaak-whop-checkout .vlaak-whop-embed-target {
  padding: 0 !important;
  margin: 0 !important;
}

.vlaak-whop-embed-target {
  width: 100%;
  min-height: 720px;
  background: #fff;
}

.vlaak-whop-checkout iframe {
  border: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  padding: 0 !important;
}

.vlaak-whop-checkout [style*="padding-top: 32px"],
.vlaak-whop-checkout [style*="padding-bottom: 32px"],
.vlaak-whop-checkout [style*="padding-left: 16px"],
.vlaak-whop-checkout [style*="padding-right: 16px"],
.vlaak-whop-checkout [style*="padding: 32px 16px"],
.vlaak-whop-checkout [style*="padding:32px 16px"],
.vlaak-whop-checkout [style*="padding: 32px 16px 32px 16px"],
.vlaak-whop-checkout [style*="padding:32px 16px 32px 16px"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

.vlaak-whop-fallback {
  margin: 10px 0 0;
  font-size: 13px;
}

.vlaak-whop-fallback a {
  color: #15181d;
  text-decoration: underline;
}

.vlaak-checkout-page {
  background: #fff;
  padding: 18px 0 42px;
}

.vlaak-checkout-shell {
  max-width: 1380px;
}

.vlaak-checkout-form {
  --radius-full: 0px;
  --text-field-border-radius: max(8px, var(--radius-full));
  --text-field-border-width: 1px;
  --default-transition-duration: 0.15s;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.vlaak-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 18px;
  align-items: start;
}

.vlaak-checkout-left,
.vlaak-checkout-right {
  background: #fff;
}

.vlaak-checkout-left {
  padding-right: 8px;
}

.vlaak-checkout-right {
  border-left: 1px solid #d9dde3;
  padding-left: 18px;
}

.vlaak-checkout-reserved {
  background: #ededee;
  border: 1px solid #d9dce2;
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.vlaak-reserved-icon {
  width: 18px;
  height: 18px;
  border: 1px solid #8b909a;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #616773;
}

.vlaak-checkout-reserved p {
  margin: 0;
  font-size: 16px;
  color: #1b2029;
}

.vlaak-checkout-reserved strong {
  font-weight: 700;
}

.vlaak-mobile-order-quick {
  display: none;
}

.vlaak-mobile-order-quick.is-empty {
  display: none;
}

.vlaak-mobile-order-head {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #5f6672;
  margin-bottom: 8px;
}

.vlaak-mobile-order-list {
  display: grid;
  gap: 8px;
}

.vlaak-mobile-order-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
}

.vlaak-mobile-order-row img {
  width: 46px;
  height: 58px;
  object-fit: cover;
  border-radius: 6px;
}

.vlaak-mobile-order-title {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  color: #11171f;
  font-weight: 600;
}

.vlaak-mobile-order-variant {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.2;
  color: #5d6570;
}

.vlaak-mobile-order-price {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  color: #11171f;
  font-weight: 600;
}

.vlaak-mobile-order-totals {
  margin-top: 10px;
  border-top: 1px solid #dde1e7;
  padding-top: 8px;
  display: grid;
  gap: 4px;
}

.vlaak-mobile-order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: #505865;
}

.vlaak-mobile-order-total.is-grand {
  margin-top: 2px;
  padding-top: 6px;
  border-top: 1px solid #eceff3;
  font-size: 13px;
  color: #10161f;
  font-weight: 700;
}

.vlaak-express-checkout {
  margin-bottom: 18px;
}

.vlaak-label-center {
  text-align: center;
  margin: 0 0 8px;
  color: #696f79;
  font-size: 14px;
}

.vlaak-express-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.vlaak-express-btn {
  border: 0;
  min-height: 48px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.vlaak-express-btn.shop-pay {
  background: linear-gradient(150deg, #6a3fff 0%, #4f2fe4 100%);
  color: #fff;
}

.vlaak-express-btn.paypal {
  background: #ffc439;
  color: #06326d;
}

.vlaak-express-btn.gpay {
  background: #111;
  color: #fff;
}

.vlaak-or-separator {
  margin: 12px 0 10px;
  position: relative;
  text-align: center;
}

.vlaak-or-separator::before,
.vlaak-or-separator::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 36px);
  height: 1px;
  background: #d2d7df;
}

.vlaak-or-separator::before {
  left: 0;
}

.vlaak-or-separator::after {
  right: 0;
}

.vlaak-or-separator span {
  font-size: 13px;
  color: #6f747e;
}

.vlaak-method-chips,
.vlaak-whop-methods-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.vlaak-method-chips span,
.vlaak-whop-methods-grid span {
  border: 1px solid #d4d9e1;
  background: #fff;
  border-radius: 8px;
  padding: 6px 9px;
  font-size: 11px;
  line-height: 1;
  color: #161a22;
  font-weight: 500;
}

.vlaak-form-block {
  margin-bottom: 16px;
}

.vlaak-form-block .form-group {
  margin-bottom: 12px;
}

.vlaak-form-title-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}

.vlaak-form-block h4,
.vlaak-form-title-row h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #0f141c;
}

.vlaak-form-title-row a {
  color: #222831;
  text-decoration: underline;
  font-size: 14px;
}

.vlaak-form-block .form-label {
  color: #4f5660;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.vlaak-checkout-page .form-control {
  box-sizing: border-box;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 44px;
  min-height: 44px;
  border: var(--text-field-border-width) solid #c7ccd4;
  border-radius: var(--text-field-border-radius);
  background: #fff;
  padding: 0 15px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: #262a31;
  font-weight: 400;
  transition: border-color var(--default-transition-duration) var(--default-transition-timing-function),
    box-shadow var(--default-transition-duration) var(--default-transition-timing-function),
    background-color var(--default-transition-duration) var(--default-transition-timing-function);
}

.vlaak-checkout-page .form-control::placeholder {
  color: #70757d;
  opacity: 1;
}

.vlaak-checkout-page .form-control:focus {
  border-color: #a5acb7;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.07);
  background: #fff;
}

.vlaak-checkout-page textarea.form-control {
  min-height: 44px;
  height: 44px;
  padding: 9px 15px;
  resize: none;
}

.vlaak-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vlaak-checkline {
  margin: 4px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #1b2028;
}

.vlaak-payment-sub {
  margin: 0 0 12px;
  color: #5c6370;
  font-size: 16px;
  font-weight: 600;
}

.vlaak-payment-options {
  border: 1px solid #1d232d;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.vlaak-payment-options label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 13px;
  border-bottom: 1px solid #e1e5eb;
  font-size: 14px;
  color: #131922;
}

.vlaak-payment-options label:last-child {
  border-bottom: 0;
}

.vlaak-payment-options input[type='radio'] {
  margin-right: 9px;
}

.vlaak-whop-methods-bottom {
  margin-top: 10px;
  border-top: 1px solid #d9dde4;
  padding-top: 10px;
  padding-bottom: 2px;
}

.vlaak-whop-methods-bottom p {
  margin: 0 0 7px;
  font-size: 13px;
  color: #111827;
  font-weight: 600;
}

.vlaak-payment-status-wrap:empty {
  display: none;
}

.vlaak-order-summary {
  background: transparent;
  padding: 0;
  position: sticky;
  top: 120px;
}

.vlaak-order-summary h4 {
  font-size: 19px;
  font-weight: 700;
  color: #111722;
}

.vlaak-order-summary .item-cart {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e5ea;
}

.vlaak-coupon-row {
  margin: 10px 0 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 8px;
}

.vlaak-coupon-row .form-control {
  min-height: 44px;
  height: 44px;
  border-radius: var(--text-field-border-radius);
  border: var(--text-field-border-width) solid #c7ccd4;
  background: #fff;
  padding: 0 15px;
  font-size: 16px;
}

.vlaak-coupon-row .btn {
  min-height: 46px;
  border-radius: 10px;
  border: 1px solid #d6dbe3;
  background: #ececef;
  color: #626977;
  font-weight: 600;
  font-size: 14px;
}

.vlaak-checkout-body .box-color,
.vlaak-checkout-body .detail-qty {
  display: none !important;
}

.vlaak-summary-line,
.vlaak-summary-total {
  padding: 8px 0;
  border-bottom: 1px solid #dde1e7 !important;
}

.vlaak-summary-line h5,
.vlaak-summary-total h5 {
  margin: 0;
  font-size: 15px;
  color: #11171f;
}

.vlaak-summary-total h5:last-child {
  font-size: 22px;
  font-weight: 700;
}

.vlaak-summary-total .vlaak-total-value,
.vlaak-summary-total .color-9 {
  color: #11171f !important;
}

.vlaak-summary-shipping {
  margin: 2px 0 2px;
}

.vlaak-summary-shipping .item-radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.vlaak-summary-shipping .item-radio label {
  margin: 0;
  font-size: 13px;
  color: #525865;
}

.vlaak-summary-benefits {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.vlaak-summary-benefits strong {
  font-size: 16px;
  color: #10161f;
}

.vlaak-summary-benefits p {
  margin: 4px 0 0;
  color: #5a616e;
  font-size: 13px;
}

.vlaak-trust-row {
  margin: 14px 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vlaak-trust-row strong {
  font-size: 18px;
}

.vlaak-trust-row span:nth-child(2) {
  color: #00b67a;
  letter-spacing: 0.05em;
}

.vlaak-trust-row span:last-child {
  font-size: 16px;
  color: #131921;
}

.vlaak-review-card {
  border: 1px solid #d8dce2;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
}

.vlaak-review-card .stars {
  margin: 0 0 8px;
  color: #00b67a;
  letter-spacing: 0.05em;
  font-size: 14px;
}

.vlaak-review-card h6 {
  margin: 0 0 6px;
  font-size: 16px;
}

.vlaak-review-card p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #222833;
}

.vlaak-review-card small {
  color: #6f7480;
  font-style: italic;
  font-size: 13px;
}

.vlaak-checkout-page .box-button-checkout .btn {
  width: 100%;
  min-height: 52px;
  border-radius: 10px;
  font-size: 17px;
  letter-spacing: 0.01em;
}

@media (max-width: 1399px) {
  .vlaak-main-menu li a {
    font-size: 16px;
  }

  .vlaak-subline {
    font-size: 12px;
  }

  .vlaak-checkout-reserved p {
    font-size: 15px;
  }

  .vlaak-form-block .form-control {
    font-size: 16px;
  }

  .vlaak-summary-total h5:last-child {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .vlaak-navbar-row {
    grid-template-columns: 1fr auto 1fr;
    padding: 6px 12px;
    min-height: 72px;
  }

  .vlaak-header .burger-icon {
    display: inline-flex;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  .vlaak-nav-left {
    display: none !important;
  }

  .vlaak-brand {
    grid-column: 2;
    justify-self: center;
  }

  .vlaak-header-actions {
    grid-column: 3;
    justify-self: end;
    gap: 8px;
  }

  .vlaak-subline {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .vlaak-checkout-grid {
    grid-template-columns: 1fr;
  }

  .vlaak-checkout-right {
    border-left: 0;
    border-top: 1px solid #d9dde3;
    padding-left: 0;
    padding-top: 24px;
  }

  .vlaak-checkout-left {
    padding-right: 0;
  }

  .vlaak-order-summary {
    position: static;
  }
}

@media (max-width: 991px) {
  .vlaak-topline,
  .vlaak-subline {
    font-size: 12px;
    letter-spacing: 0.06em;
    padding: 9px 6px;
  }

  .vlaak-whop-embed-target {
    min-height: 560px;
  }

  .vlaak-checkout-page {
    padding-top: 16px;
  }

  .vlaak-checkout-reserved p {
    font-size: 14px;
  }

  .vlaak-mobile-order-quick {
    display: block;
    margin: -2px 0 12px;
    border: 1px solid #dde1e7;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
  }

  .vlaak-checkout-right .box-info-checkout-inner {
    display: none;
  }

  .vlaak-order-summary > h4,
  .vlaak-order-summary .vlaak-summary-line,
  .vlaak-order-summary .vlaak-summary-shipping,
  .vlaak-order-summary .vlaak-summary-total {
    display: none !important;
  }

  .vlaak-order-summary .vlaak-summary-benefits {
    margin-top: 0;
  }

  .vlaak-label-center {
    font-size: 13px;
  }

  .vlaak-express-buttons {
    grid-template-columns: 1fr;
  }

  .vlaak-express-btn {
    min-height: 46px;
    font-size: 16px;
  }

  .vlaak-form-block h4,
  .vlaak-form-title-row h4 {
    font-size: 17px;
  }

  .vlaak-form-block .form-control {
    min-height: 44px;
    height: 44px;
    font-size: 16px;
    border-radius: 10px;
  }

  .vlaak-two-col {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .vlaak-checkline {
    font-size: 14px;
    align-items: flex-start;
  }

  .vlaak-coupon-row {
    grid-template-columns: 1fr;
  }

  .vlaak-summary-line h5,
  .vlaak-summary-total h5 {
    font-size: 15px;
  }

  .vlaak-summary-total h5:last-child {
    font-size: 20px;
  }

  .vlaak-trust-row strong {
    font-size: 17px;
  }

  .vlaak-trust-row span:last-child {
    font-size: 14px;
  }

  .vlaak-review-card h6 {
    font-size: 15px;
  }

  .vlaak-header .vlaak-header-logo {
    width: 108px;
  }

  .vlaak-header-actions {
    gap: 10px;
  }

  .vlaak-icon-link .number-tag {
    right: -8px;
    top: -6px;
  }

  .vlaak-hero-full {
    min-height: 56vh;
  }

  .vlaak-hero-full h1 {
    font-size: 46px;
  }

  .vlaak-hero-overlay {
    padding: 90px 16px 56px;
  }

  .vlaak-sale-products {
    --vlaak-sale-visible: 2.8;
  }

  .vlaak-sale-header h2 {
    font-size: 28px;
  }

  .vlaak-sale-header .btn {
    min-width: 124px;
    min-height: 42px;
    font-size: 12px;
  }

  .vlaak-sale-badge {
    font-size: 14px;
    padding: 5px 10px;
  }

  .vlaak-sale-card h6 a {
    font-size: 14px;
  }

  .vlaak-pricing .old,
  .vlaak-pricing .new,
  .vlaak-pricing .save {
    font-size: 13px;
  }

  .vlaak-arrivals-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .vlaak-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vlaak-trust-card h4 {
    font-size: 25px;
  }

  .vlaak-story-image img {
    height: 380px;
  }

  .vlaak-footer .menu-bottom {
    margin-left: 0;
    margin-top: 10px;
  }
}

.vlaak-mobile-menu-head {
  border-bottom: 1px solid #d9dde4;
}

.vlaak-mobile-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 10px;
}

.vlaak-mobile-brand img {
  width: 108px;
  height: auto;
}

.vlaak-mobile-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vlaak-mobile-close.close-mobile {
  position: static;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-header-wrapper-style .mobile-menu > li {
  border-bottom: 1px solid #d9dde4;
}

.mobile-header-wrapper-style .mobile-menu > li > a {
  display: block;
  padding: 14px 4px;
}

/* Hide add-to-cart buttons/text across product items */
.js-add-to-cart,
.vlaak-add,
.box-form-cart .btn.btn-black,
.box-form-cart a.btn.btn-black,
.box-form-cart div.btn.btn-black {
  display: none !important;
}

/* Lighter item typography like reference */
.cardInfo h6,
.cardInfo .cardDesc,
.cardInfo .body-p2,
.cardInfo .body-p2.cardDesc {
  font-weight: 300 !important;
  letter-spacing: 0.01em;
}

/* Remove "You May Also Like" from cart sidebar */
.box-popup-cart .box-products-search {
  display: none !important;
}

/* Cart urgency bar should be black, not red */
.box-popup-cart .box-fire {
  background: #000 !important;
  border-radius: 0;
}

.box-popup-cart .box-fire .icon-fire {
  color: #fff !important;
}

.box-popup-cart .progress-bar {
  background: #000 !important;
}

/* Cart drawer redesign */
.box-popup-cart .box-cart-wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 25px 25px 0;
  overflow: hidden;
}

.box-popup-cart .box-cart-wrapper > h5,
.box-popup-cart .box-cart-wrapper > p,
.box-popup-cart .box-cart-wrapper > .box-progress-bar-block,
.box-popup-cart .box-button-popup-cart,
.box-popup-cart .box-cart-wrapper > .d-flex.align-items-center.justify-content-between.mt-25.mb-15 {
  display: none !important;
}

.box-popup-cart .vlaak-cart-brand-row {
  margin: 0 -25px 14px;
  padding: 8px 56px 10px;
  border-bottom: 1px solid #eceef2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.box-popup-cart .vlaak-cart-brand img {
  width: 132px;
  height: auto;
  display: block;
}

.box-popup-cart .vlaak-cart-proof {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #111319;
  font-weight: 500;
  text-align: center;
}

.box-popup-cart .box-products-cart {
  background: #fff !important;
  margin: 0 -25px;
  padding: 0 25px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  order: 1;
}

.box-popup-cart .list-items-cart .item-cart {
  position: relative;
  margin-top: 0;
  padding: 16px 0;
  border-bottom: 1px solid #eceef2;
  align-items: flex-start;
}

.box-popup-cart .list-items-cart .item-cart .item-cart-image {
  min-width: 108px;
  max-width: 108px;
  margin-right: 16px;
}

.box-popup-cart .list-items-cart .item-cart .item-cart-image img {
  width: 100%;
  border-radius: 0;
}

.box-popup-cart .list-items-cart .item-cart .item-cart-info {
  align-items: flex-start;
}

.box-popup-cart .list-items-cart .item-cart .item-cart-info .item-cart-info-1 {
  width: calc(100% - 102px);
}

.box-popup-cart .list-items-cart .item-cart .item-cart-info .item-cart-info-1 .text-16-medium {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.box-popup-cart .list-items-cart .item-cart .item-cart-info .box-info-size-color-product {
  margin: 8px 0 12px;
}

.box-popup-cart .list-items-cart .item-cart .item-cart-info .item-cart-info-1 .box-color,
.box-popup-cart .list-items-cart .item-cart .item-cart-info .item-cart-info-1 .box-size {
  display: block;
  margin: 0;
}

.box-popup-cart .list-items-cart .item-cart .item-cart-info .item-cart-info-2 {
  position: static;
  width: 102px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4px;
  padding-top: 2px;
}

.box-popup-cart .btn-remove-cart {
  top: -6px;
  right: 0;
}

.box-popup-cart .vlaak-cart-prices {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.box-popup-cart .vlaak-cart-price-old {
  font-size: 20px;
  line-height: 1.1;
  color: #7d828c;
  text-decoration: line-through;
}

.box-popup-cart .vlaak-cart-price-new {
  font-size: 21px;
  line-height: 1.1;
  color: #15171c;
  font-weight: 600;
}

.box-popup-cart .vlaak-cart-save {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #e4503e;
  font-weight: 500;
  text-align: right;
}

.box-popup-cart .box-empty-cart {
  margin: 14px 0 10px;
}

.box-popup-cart .vlaak-cart-footer {
  margin-top: auto;
  padding: 16px 0 12px;
  order: 2;
  flex: 0 0 auto;
}

.box-popup-cart .vlaak-cart-discount-row,
.box-popup-cart .vlaak-cart-subtotal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.box-popup-cart .vlaak-cart-discount-row {
  margin-bottom: 14px;
}

.box-popup-cart .vlaak-cart-discount-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.box-popup-cart .vlaak-cart-discount-label,
.box-popup-cart .vlaak-cart-subtotal-label {
  font-size: 13px;
  line-height: 1.2;
  color: #171a1f;
}

.box-popup-cart .vlaak-cart-discount-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1f2f4;
  border-radius: 8px;
  padding: 8px 12px;
}

.box-popup-cart .vlaak-cart-discount-icon {
  font-size: 14px;
  line-height: 1;
}

.box-popup-cart .vlaak-cart-discount-percent {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #4e5158;
}

.box-popup-cart .vlaak-cart-discount-amount,
.box-popup-cart .vlaak-cart-subtotal-value {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
}

.box-popup-cart .vlaak-cart-subtotal-row {
  margin-bottom: 14px;
}

.box-popup-cart .vlaak-cart-cta {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 14px 20px;
  margin-bottom: 8px;
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.box-popup-cart .vlaak-cart-cta.disabled {
  opacity: 0.45;
  pointer-events: none;
}

.box-popup-cart .vlaak-cart-payments {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.box-popup-cart .vlaak-cart-payments img {
  display: block;
  width: 100%;
  height: auto;
}

.box-popup-cart .box-fire {
  order: 3;
  margin: 0 -25px 0;
  flex: 0 0 auto;
}

.box-popup-cart .box-fire {
  display: none !important;
}

@media (max-width: 575.98px) {
  .box-popup-cart .box-cart-wrapper {
    padding: 14px 16px 0;
  }

  .box-popup-cart .btn-close-popup {
    top: 16px;
    right: 16px;
  }

  .box-popup-cart .vlaak-cart-brand-row {
    margin: 0 -16px 10px;
    padding: 6px 48px 10px;
  }

  .box-popup-cart .box-products-cart {
    margin: 0 -16px;
    padding: 0 16px;
  }

  .box-popup-cart .list-items-cart .item-cart .item-cart-image {
    min-width: 92px;
    max-width: 92px;
    margin-right: 12px;
  }

  .box-popup-cart .list-items-cart .item-cart .item-cart-info .item-cart-info-1 {
    width: calc(100% - 88px);
  }

  .box-popup-cart .list-items-cart .item-cart .item-cart-info .item-cart-info-2 {
    width: 88px;
  }

  .box-popup-cart .list-items-cart .item-cart .item-cart-info .item-cart-info-1 .text-16-medium {
    font-size: 19px;
  }

  .box-popup-cart .vlaak-cart-price-old {
    font-size: 16px;
  }

  .box-popup-cart .vlaak-cart-price-new {
    font-size: 17px;
  }

  .box-popup-cart .vlaak-cart-save {
    font-size: 13px;
  }

  .box-popup-cart .vlaak-cart-discount-label,
  .box-popup-cart .vlaak-cart-subtotal-label,
  .box-popup-cart .vlaak-cart-discount-percent {
    font-size: 12px;
  }

  .box-popup-cart .vlaak-cart-discount-amount,
  .box-popup-cart .vlaak-cart-subtotal-value {
    font-size: 14px;
  }

  .box-popup-cart .vlaak-cart-cta {
    font-size: 15px;
    padding: 12px 16px;
  }
}

/* Remove wishlist/like action from quick action stacks */
.box-quick-button .btn:first-child {
  display: none !important;
}

.vlaak-product-detail {
  background: #f2f2f3;
  padding: 0;
}

.vlaak-product-detail .container-fluid {
  padding: 0;
}

.vlaak-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 0;
}

.vlaak-product-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  background: #f2f2f3;
}

.vlaak-product-media .vlaak-media-item:not(:first-child) {
  display: none !important;
}

.vlaak-media-item {
  position: relative;
  min-height: 300px;
  background: #ececef;
}

.vlaak-media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vlaak-media-main {
  min-height: 760px;
}

.vlaak-model-note {
  display: none !important;
}

.vlaak-product-summary {
  background: #f2f2f3;
  padding: 62px clamp(18px, 2.8vw, 44px) 40px;
  max-width: 700px;
}

.vlaak-product-kicker {
  display: none;
  margin: 0 0 18px;
  font-size: 13px;
  color: #8b8e95;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vlaak-product-summary h1 {
  margin: 0 0 14px;
  font-size: clamp(24px, 1.7vw, 34px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
  color: #0e1013;
}

.vlaak-product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #1f2227;
  font-size: 14px;
  font-weight: 400;
}

.vlaak-product-rating .vlaak-stars {
  color: #17b26a;
  letter-spacing: 0.08em;
  font-size: 17px;
}

.vlaak-product-price {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.vlaak-product-price .old {
  color: #8c8f96;
  font-size: clamp(18px, 1.2vw, 22px);
  text-decoration: line-through;
  font-weight: 400;
}

.vlaak-product-price .new {
  color: #111318;
  font-size: clamp(26px, 1.6vw, 34px);
  font-weight: 600;
}

.vlaak-product-price .save {
  background: #ff6944;
  color: #fff;
  padding: 6px 12px;
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 600;
}

.vlaak-product-colors {
  margin-bottom: 20px;
}

.vlaak-product-colors p {
  margin-bottom: 8px;
  color: #15181e;
  font-size: 16px;
  font-weight: 500;
}

.vlaak-color-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  max-width: 470px;
}

.vlaak-color-thumb {
  border: 1px solid #d5d9e0;
  background: #f3f4f6;
  padding: 0;
  aspect-ratio: 0.78;
  cursor: pointer;
}

.vlaak-color-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vlaak-color-thumb.active {
  border: 2px solid #17181d;
}

.vlaak-color-thumb.is-unavailable,
.vlaak-color-thumb:disabled {
  opacity: 0.45;
  filter: grayscale(100%);
  cursor: not-allowed;
}

.vlaak-size-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  gap: 10px;
}

.vlaak-size-top p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #15181d;
  font-size: 16px;
  font-weight: 500;
}

.vlaak-size-top a {
  color: #15181d;
  text-decoration: underline;
  font-size: 14px;
}

.vlaak-size-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  max-width: 560px;
  width: 100%;
}

.vlaak-size-top {
  max-width: 560px;
  width: 100%;
}

.vlaak-size-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vlaak-size-grid label {
  border: 1px solid #d2d6de;
  background: #f7f7f8;
  color: #111319;
  text-align: center;
  padding: 12px 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.vlaak-size-grid input:checked + label {
  border: 2px solid #111318;
  background: #fff;
}

.vlaak-size-grid input:disabled + label,
.vlaak-size-grid label.is-unavailable {
  opacity: 0.38;
  filter: blur(0.7px);
  text-decoration: line-through;
  border-color: #d5d8dd;
  background: #f1f2f4;
  cursor: not-allowed;
  pointer-events: none;
}

.vlaak-size-hint {
  display: none !important;
}

.vlaak-size-hint span {
  display: none !important;
}

.vlaak-stock {
  margin: 18px 0 12px;
  color: #111319;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.vlaak-stock.vlaak-stock-inline {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.vlaak-stock .dot {
  width: 10px;
  height: 10px;
  background: #3bb34a;
  border-radius: 50%;
  animation: vlaakStockPulse 1.8s ease-out infinite;
}

.vlaak-stock.vlaak-stock-inline .dot {
  width: 8px;
  height: 8px;
  animation: vlaakStockPulseSmall 1.8s ease-out infinite;
}

.vlaak-stock.sold-out .dot {
  background: #cc2f2f;
  animation: none;
}

.vlaak-product-state {
  display: none;
  margin: 0 0 10px;
}

.vlaak-product-state.show {
  display: inline-flex;
  align-items: center;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 12px;
}

@keyframes vlaakStockPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(59, 179, 74, 0.55);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(59, 179, 74, 0);
    transform: scale(1.03);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(59, 179, 74, 0);
    transform: scale(1);
  }
}

@keyframes vlaakStockPulseSmall {
  0% {
    box-shadow: 0 0 0 0 rgba(59, 179, 74, 0.45);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(59, 179, 74, 0);
    transform: scale(1.02);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(59, 179, 74, 0);
    transform: scale(1);
  }
}

.vlaak-product-cart {
  display: block;
  width: 100%;
  max-width: 560px;
  margin-top: 22px;
}

.vlaak-product-add {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: none !important;
  background: #000;
  border-color: #000;
  color: #fff;
  min-height: 54px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0 !important;
}

.vlaak-product-summary .box-form-cart .btn.btn-black.vlaak-product-add {
  display: inline-flex !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.vlaak-product-benefits {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  max-width: 560px;
}

.vlaak-product-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #171a20;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 8px;
}

.vlaak-product-benefits li svg {
  flex: 0 0 auto;
  color: #111319;
}

.vlaak-product-colors {
  display: none !important;
}

/* ...but show it once real (or AI) variant options are attached. */
.vlaak-product-colors.mgv-has-variants {
  display: block !important;
  margin: 6px 0 4px;
}

.vlaak-product-colors.mgv-has-variants .vlaak-color-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.vlaak-product-colors.mgv-has-variants .vlaak-color-thumb {
  min-width: 44px;
  height: 44px;
  border: 1px solid var(--vlaak-line, #d9dce2);
  border-radius: 9px;
  background: #fff center/cover no-repeat;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}

.vlaak-product-colors.mgv-has-variants .vlaak-color-thumb.active {
  border-color: var(--vlaak-black, #0d0d0f);
  box-shadow: 0 0 0 2px var(--vlaak-black, #0d0d0f);
}

/* Header search popup — result rows */
.vlaak-search-hit-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 6px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--vlaak-text, #252a32);
}

.vlaak-search-hit-row:hover {
  background: var(--vlaak-surface, #f5f5f7);
}

.vlaak-search-hit-row img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 8px;
  background: #eef0f3;
  flex: 0 0 46px;
}

.vlaak-search-hit-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.vlaak-search-hit-title {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--vlaak-black, #0d0d0f);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vlaak-search-hit-price {
  font-size: 12.5px;
  color: var(--vlaak-muted, #6e7480);
}

.vlaak-payment-methods {
  max-width: 560px;
  width: 100%;
  margin-top: 22px;
}

.vlaak-payment-methods img {
  width: 100%;
  display: block;
}

.vlaak-ship-note {
  max-width: 560px;
  margin-top: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #171a20;
}

.vlaak-ship-note .pulse {
  display: none;
}

.vlaak-ups-logo {
  height: 18px;
  width: auto;
  flex: 0 0 auto;
  display: inline-block;
}

.vlaak-fomo-copy {
  max-width: 560px;
  margin-top: 10px;
  color: #d63b3b;
  font-size: 13px;
  line-height: 1.35;
}

.vlaak-cart-demand {
  max-width: 560px;
  margin-top: 8px;
  font-size: 14px;
  color: #111319;
}

.vlaak-cart-demand strong {
  font-weight: 700;
}

.vlaak-product-accordion {
  max-width: 560px;
  margin-top: 14px;
  border: 1px solid #d9dbe0;
  background: #fff;
}

.vlaak-product-accordion details {
  border-bottom: 1px solid #d9dbe0;
}

.vlaak-product-accordion details:last-child {
  border-bottom: 0;
}

.vlaak-product-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  position: relative;
}

.vlaak-product-accordion summary::-webkit-details-marker {
  display: none;
}

.vlaak-product-accordion summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  letter-spacing: normal;
}

.vlaak-product-accordion details[open] summary::after {
  content: "−";
}

.vlaak-product-accordion .content {
  padding: 0 16px 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #1f232a;
}

.vlaak-product-proofline {
  max-width: 560px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.vlaak-product-proofline img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.vlaak-size-guide-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.vlaak-size-guide-modal.open {
  display: block;
}

.vlaak-size-guide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.vlaak-size-guide-dialog {
  position: relative;
  width: min(92vw, 560px);
  margin: 8vh auto 0;
  background: #fff;
  padding: 18px;
  z-index: 1;
}

.vlaak-size-guide-close {
  position: absolute;
  right: 8px;
  top: 8px;
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  color: #111;
}

.vlaak-size-guide-dialog h4 {
  margin: 0 0 10px;
  font-size: 20px;
}

.vlaak-size-guide-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.vlaak-size-guide-table th,
.vlaak-size-guide-table td {
  border: 1px solid #d7dae1;
  padding: 8px;
  text-align: left;
}

.vlaak-sale-badge.is-sold-out {
  background: #111;
  color: #fff;
}

.vlaak-new-arrivals {
  background: #fff;
  padding: 26px 0 44px;
}

.vlaak-new-arrivals-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.vlaak-new-arrivals-head h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.vlaak-new-arrivals-head .btn {
  min-height: 44px;
  min-width: 132px;
  font-size: 12px;
  letter-spacing: 0.07em;
}

.vlaak-arrivals-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.vlaak-arrival-card {
  background: #fff;
}

.vlaak-arrival-card a {
  display: block;
}

.vlaak-arrival-card img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  object-position: center top;
  display: block;
  background: #ececef;
}

.vlaak-arrival-card h6 {
  margin: 8px 0 4px;
  font-size: 12px;
  text-transform: none;
  font-weight: 500;
  line-height: 1.2;
}

.vlaak-arrival-card h6 a {
  color: #15181e;
}

.vlaak-arrival-card p {
  display: flex;
  gap: 6px;
  align-items: center;
  margin: 0;
  font-size: 12px;
}

.vlaak-arrival-card p .old {
  text-decoration: line-through;
  color: #7b808a;
}

.vlaak-arrival-card p .new {
  color: #1e222a;
  font-weight: 500;
}

@media (max-width: 1399px) {
  .vlaak-product-summary h1 {
    font-size: 30px;
  }

  .vlaak-product-colors p,
  .vlaak-size-top p,
  .vlaak-size-top a,
  .vlaak-size-hint,
  .vlaak-stock {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .vlaak-product-grid {
    grid-template-columns: 1fr;
  }

  .vlaak-product-summary {
    max-width: none;
    padding-top: 28px;
  }

  .vlaak-media-main {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .vlaak-sale-products .container,
  .block-content-shop .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vlaak-sale-scroller {
    padding-left: 2px;
    padding-right: 2px;
  }

  .vlaak-sale-products {
    --vlaak-sale-visible: 2.1;
  }

  .vlaak-product-media {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .vlaak-media-item,
  .vlaak-media-main {
    min-height: 340px;
  }

  .vlaak-product-summary {
    padding: 28px 14px 30px;
  }

  .vlaak-product-kicker {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .vlaak-product-summary h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .vlaak-product-rating {
    font-size: 14px;
    gap: 8px;
    margin-bottom: 12px;
  }

  .vlaak-product-rating .vlaak-stars {
    font-size: 16px;
  }

  .vlaak-product-price {
    margin-bottom: 18px;
    gap: 10px;
  }

  .vlaak-product-price .old {
    font-size: 18px;
  }

  .vlaak-product-price .new {
    font-size: 24px;
  }

  .vlaak-product-price .save {
    font-size: 12px;
    padding: 6px 10px;
  }

  .vlaak-product-colors p,
  .vlaak-size-top p,
  .vlaak-size-top a,
  .vlaak-size-hint,
  .vlaak-stock {
    font-size: 14px;
  }

  .vlaak-color-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 320px;
  }

  .vlaak-size-grid label {
    font-size: 14px;
    padding: 10px 6px;
  }

  .vlaak-size-hint {
    padding: 10px 12px;
    margin-bottom: 16px;
  }

  .vlaak-stock {
    margin-top: 16px;
    margin-bottom: 12px;
  }

  .vlaak-product-cart {
    width: 100%;
  }

  .vlaak-product-summary .box-form-cart .btn.btn-black.vlaak-product-add {
    margin-bottom: 4px !important;
  }

  .vlaak-product-benefits li {
    font-size: 13px;
  }

  .vlaak-new-arrivals-head h3 {
    font-size: 22px;
  }

  .vlaak-new-arrivals-head .btn {
    min-width: 112px;
    min-height: 38px;
    font-size: 11px;
  }

  .vlaak-arrivals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .vlaak-sale-header {
    margin-bottom: 12px;
    justify-content: center;
  }

  .vlaak-sale-header h2 {
    font-size: 22px;
    text-align: center;
  }

  .vlaak-sale-header .btn {
    display: none;
  }

  .vlaak-sale-card {
    min-width: calc((100vw - 34px) / var(--vlaak-sale-visible));
    max-width: calc((100vw - 34px) / var(--vlaak-sale-visible));
  }

  .vlaak-sale-card h6 a {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.005em;
  }

  .vlaak-pricing {
    gap: 5px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
  }

  .vlaak-pricing .old,
  .vlaak-pricing .new,
  .vlaak-pricing .save,
  .vlaak-shop-info .vlaak-pricing .old,
  .vlaak-shop-info .vlaak-pricing .new,
  .vlaak-shop-info .vlaak-pricing .save {
    font-size: 11px;
  }

  .vlaak-shop-info .vlaak-pricing {
    gap: 4px;
  }

  .vlaak-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .vlaak-shop-info h6,
  .vlaak-shop-info h6 a {
    font-size: 11px;
    line-height: 1;
  }

  .vlaak-ship-note,
  .vlaak-fomo-copy,
  .vlaak-cart-demand,
  .vlaak-product-accordion .content,
  .vlaak-product-proofline {
    font-size: 13px;
  }

  .vlaak-shop-pager {
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .vlaak-shop-page-label {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
}
