/** Shopify CDN: Minification failed

Line 105:0 Unexpected "}"

**/
/* ==========================================================
   VANITY DECORS BLOG COMPONENTS
   Reusable styles for article body components
   ========================================================== */


/* ==========================================================
   01. BLOG INLINE IMAGE
   Preserve original image ratio and reduce display size
   ========================================================== */

.vd-blog .vd-blog-inline-image {
  width: 100%;
  margin: 28px 0;
  text-align: center;
}

.vd-blog .vd-blog-inline-image img {
  display: block;
  width: auto !important;
  max-width: min(88%, 660px) !important;
  height: auto !important;
  margin: 0 auto !important;
  float: none !important;
  object-fit: contain !important;
}

/* ==========================================================
   02. BLOG TABLES
   Base styles for article tables
   ========================================================== */

.vd-blog .vd-blog__content table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 15px;
  white-space: normal;
}

.vd-blog .vd-blog__content th,
.vd-blog .vd-blog__content td {
  min-width: 130px;
  padding: 13px 14px;
  border: 1px solid #dedede;
  text-align: left;
  vertical-align: top;
}

.vd-blog .vd-blog__content th {
  background: #182B50;
  color: #ffffff;
  font-weight: 600;
}

.vd-blog .vd-blog__content tr:nth-child(even) td {
  background: #f8f8f8;
}

/* ==========================================================
   BLOG TABLES - MOBILE
   Prevent awkward word breaking inside table cells
   ========================================================== */

@media screen and (max-width: 749px) {

  .vd-blog .vd-blog__content table {
    width: 100%;
    table-layout: auto;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
  }

  .vd-blog .vd-blog__content table th,
  .vd-blog .vd-blog__content table td {
    min-width: 108px;

    padding: 11px 9px;

    font-size: 12px;
    line-height: 1.5;

    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  .vd-blog .vd-blog__content table th:first-child,
  .vd-blog .vd-blog__content table td:first-child {
    min-width: 105px;
  }

}

}

/* ==========================================================
   03. BLOG FAQ
   Reusable accordion FAQ styles
   ========================================================== */

.vd-blog .vd-blog__content .vd-faq {
  margin: 30px 0;
}

.vd-blog .vd-blog__content .vd-faq details {
  border-top: 1px solid #dedede;
}

.vd-blog .vd-blog__content .vd-faq details:last-child {
  border-bottom: 1px solid #dedede;
}

.vd-blog .vd-blog__content .vd-faq summary {
  position: relative;
  padding: 18px 42px 18px 0;
  color: #182B50;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

.vd-blog .vd-blog__content .vd-faq summary::-webkit-details-marker {
  display: none;
}

.vd-blog .vd-blog__content .vd-faq summary::after {
  content: "+";
  position: absolute;
  top: 13px;
  right: 4px;
  font-size: 23px;
  font-weight: 400;
}

.vd-blog .vd-blog__content .vd-faq details[open] summary::after {
  content: "−";
}

.vd-blog .vd-blog__content .vd-faq details > div {
  padding: 0 0 18px;
  color: #555555;
}

/* ==========================================================
   04. PRODUCT STORY / MULTI PRODUCT GRID
   Reusable product collection cards inside blog articles
   ========================================================== */


/* PRODUCT STORY */

.vd-blog .vd-product-story {
  width: 100%;
  margin: 56px 0;
}

.vd-blog .vd-product-story__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #182B50;
}

.vd-blog .vd-product-story__title {
  margin: 0 !important;
  color: #182B50 !important;
  font-size: 29px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

.vd-blog .vd-product-story__label {
  flex: 0 0 auto;
  padding-bottom: 4px;
  color: #777777;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}


/* PRODUCT GRID */

.vd-blog .vd-product-grid {
  display: grid;
  gap: 18px;
  width: 100%;
}

.vd-blog .vd-product-grid[data-columns="1"] {
  grid-template-columns: minmax(0, 1fr);
}

.vd-blog .vd-product-grid[data-columns="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vd-blog .vd-product-grid[data-columns="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vd-blog .vd-product-grid[data-columns="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


/* REMOVE DEFAULT SINGLE CARD MARGINS INSIDE GRID */

.vd-blog .vd-product-grid .vd-product-insert {
  min-width: 0;
  margin: 0;
}


/* MULTI PRODUCT CARD */

.vd-blog .vd-product-grid .vd-product-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e0e2e6;
  background: #ffffff;
}


/* PRODUCT IMAGE */

.vd-blog .vd-product-grid .vd-product-card__image-link {
  display: flex;
  width: 100%;
  aspect-ratio: 1 / 0.86;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f7f7f7;
}

.vd-blog .vd-product-grid .vd-product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 12px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.vd-blog
.vd-product-grid
.vd-product-card:hover
.vd-product-card__image {
  transform: scale(1.025);
}


/* PRODUCT INFO */

.vd-blog .vd-product-grid .vd-product-card__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 19px 17px 18px;
}

.vd-blog .vd-product-grid .vd-product-card__label {
  margin-bottom: 7px;
  color: #888888;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.1em;
}

.vd-blog .vd-product-grid .vd-product-card__title {
  margin: 0 0 10px !important;
  color: #182B50 !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

.vd-blog .vd-product-grid .vd-product-card__title a {
  color: #182B50 !important;
  text-decoration: none !important;
}


/* PRICE */

.vd-blog .vd-product-grid .vd-product-card__price-row {
  margin: 0 0 11px;
}

.vd-blog .vd-product-grid .vd-product-card__price {
  color: #182B50;
  font-size: 16px;
  font-weight: 700;
}

.vd-blog .vd-product-grid .vd-product-card__compare {
  font-size: 12px;
}


/* DESCRIPTION */

.vd-blog .vd-product-grid .vd-product-card__description {
  display: -webkit-box;
  margin: 0 0 17px !important;
  overflow: hidden;
  color: #666666;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


/* BUTTONS */

.vd-blog .vd-product-grid .vd-product-card__buttons {
  display: block;
  margin-top: auto;
}

.vd-blog .vd-product-grid .vd-product-card__button {
  display: none;
}


/* SHOW ONLY PRIMARY PRODUCT LINK */

.vd-blog
.vd-product-grid
.vd-product-card__button--primary {
  display: inline-flex;
  min-height: auto;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid #182B50;
  background: transparent;
  color: #182B50 !important;
  font-size: 11px;
  font-weight: 700 !important;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}


/* TABLET */

@media screen and (min-width: 750px) and (max-width: 989px) {

  .vd-blog .vd-product-grid[data-columns="3"],
  .vd-blog .vd-product-grid[data-columns="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* MOBILE - HORIZONTAL SLIDER */

@media screen and (max-width: 749px) {

  .vd-blog .vd-product-story {
    margin: 44px 0;
  }

  .vd-blog .vd-product-story__header {
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }

  .vd-blog .vd-product-story__title {
    font-size: 23px !important;
  }

  .vd-blog .vd-product-story__label {
    font-size: 8px;
  }

  .vd-blog .vd-product-grid {
    display: flex;
    gap: 13px;
    width: calc(100% + 15px);
    padding-right: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .vd-blog .vd-product-grid::-webkit-scrollbar {
    display: none;
  }

  .vd-blog .vd-product-grid .vd-product-insert {
    flex: 0 0 84%;
    width: 84%;
    scroll-snap-align: start;
  }

  .vd-blog
  .vd-product-grid[data-columns="1"]
  .vd-product-insert {
    flex-basis: 100%;
    width: 100%;
  }

  .vd-blog .vd-product-grid .vd-product-card__info {
    padding: 17px 15px 16px;
  }

  .vd-blog .vd-product-grid .vd-product-card__title {
    font-size: 17px !important;
  }

}

/* ==========================================================
   05. SINGLE INLINE PRODUCT CARD
   Desktop: Image Left + Product Info Right
   ========================================================== */

.vd-blog .vd-product-insert {
  width: 100%;
  margin: 42px 0 52px;
}


/* MAIN CARD */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  gap: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #ffffff;
}


/* IMAGE AREA */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__image-link {
  display: flex;
  width: 100%;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f7f7f7;
  text-decoration: none !important;
}


/* PRODUCT IMAGE */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 340px;
  margin: 0 !important;
  padding: 20px;
  object-fit: contain;
}


/* RIGHT CONTENT */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 34px;
}


/* SMALL LABEL */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__label {
  margin-bottom: 9px;
  color: #777777;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


/* PRODUCT TITLE */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__title {
  margin: 0 0 13px !important;
  color: #182B50 !important;
  font-size: 21px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__title a {
  color: #182B50 !important;
  text-decoration: none !important;
}


/* PRICE */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
}

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__price {
  color: #182B50;
  font-size: 20px;
  font-weight: 700;
}

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__compare {
  color: #888888;
  font-size: 13px;
  text-decoration: line-through;
}


/* DESCRIPTION */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__description {
  display: -webkit-box;
  margin: 0 0 22px !important;
  overflow: hidden;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


/* AVAILABILITY */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__availability {
  margin: -4px 0 12px;
  color: #777777;
  font-size: 12px;
}


/* BUTTON AREA */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


/* BUTTON */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid #182B50;
  background: #ffffff;
  color: #182B50 !important;
  font-size: 13px;
  font-weight: 650 !important;
  line-height: 1.2;
  text-decoration: none !important;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    opacity 0.15s ease;
}


/* PRIMARY BUTTON */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__button--primary {
  background: #182B50;
  color: #ffffff !important;
}


/* HOVER */

.vd-blog
.vd-product-insert:not(.vd-product-grid .vd-product-insert)
.vd-product-card__button:hover {
  opacity: 0.86;
}


/* LOADING */

.vd-blog .vd-product-card__loading {
  padding: 24px;
  background: #f7f8fa;
  color: #777777;
  font-size: 13px;
  text-align: center;
}


/* MOBILE */

@media screen and (max-width: 749px) {

  .vd-blog .vd-product-insert {
    margin: 32px 0 42px;
  }

  .vd-blog
  .vd-product-insert:not(.vd-product-grid .vd-product-insert)
  .vd-product-card {
    display: block;
  }

  .vd-blog
  .vd-product-insert:not(.vd-product-grid .vd-product-insert)
  .vd-product-card__image-link {
    min-height: auto;
    aspect-ratio: 1.15 / 1;
  }

  .vd-blog
  .vd-product-insert:not(.vd-product-grid .vd-product-insert)
  .vd-product-card__image {
    max-height: none;
    padding: 16px;
  }

  .vd-blog
  .vd-product-insert:not(.vd-product-grid .vd-product-insert)
  .vd-product-card__info {
    padding: 22px 18px 20px;
  }

  .vd-blog
  .vd-product-insert:not(.vd-product-grid .vd-product-insert)
  .vd-product-card__title {
    font-size: 18px !important;
  }

  .vd-blog
  .vd-product-insert:not(.vd-product-grid .vd-product-insert)
  .vd-product-card__price {
    font-size: 18px;
  }

  .vd-blog
  .vd-product-insert:not(.vd-product-grid .vd-product-insert)
  .vd-product-card__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .vd-blog
  .vd-product-insert:not(.vd-product-grid .vd-product-insert)
  .vd-product-card__button {
    padding-right: 10px;
    padding-left: 10px;
  }

}

/* ==========================================================
   06. BLOG INFOGRAPHIC
   Reusable centered diagrams / instructional graphics
   ========================================================== */

.vd-blog .vd-blog-infographic {
  width: 100%;
  max-width: 500px;
  margin: 34px auto;
}

.vd-blog .vd-blog-infographic img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

@media screen and (max-width: 749px) {

  .vd-blog .vd-blog-infographic {
    max-width: 100%;
    margin: 26px auto;
  }

}

/* ==========================================================
   07. PRODUCT TABS
   Reusable tabbed product groups for comparison articles
   ========================================================== */

/* ==========================================================
   PRODUCT TABS — OUTER MODULE FRAME
   ========================================================== */

.vd-blog .vd-product-tabs {
  width: 100%;

  margin: 52px 0;
  padding: 28px 26px 26px;

  border: 1px solid #dfe2e7;
  border-top: 3px solid #182B50;

  background: #f7f8fa;
}


/* HEADER */

.vd-blog .vd-product-tabs__header {
  margin-bottom: 22px;
}

.vd-blog .vd-product-tabs__label {
  margin-bottom: 6px;
  color: #777777;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vd-blog .vd-product-tabs__title {
  margin: 0 0 8px !important;
  color: #182B50 !important;
  font-size: 24px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

.vd-blog .vd-product-tabs__intro {
  max-width: 720px;
  margin: 0 !important;
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}


/* TAB NAVIGATION */

.vd-blog .vd-product-tabs__nav {
  display: flex;
  width: 100%;
  gap: 6px;
  margin-bottom: 22px;
  overflow-x: auto;
  border-bottom: 1px solid #dce0e6;

  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.vd-blog .vd-product-tabs__nav::-webkit-scrollbar {
  display: none;
}


/* TAB BUTTON */

.vd-blog .vd-product-tabs__tab {
  position: relative;

  flex: 0 0 auto;

  margin: 0 0 -1px;
  padding: 12px 16px;

  border: 0;
  border-bottom: 2px solid transparent;

  background: transparent;
  color: #6b6b6b;

  font: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;

  cursor: pointer;
  white-space: nowrap;

  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}

.vd-blog
.vd-product-tabs__tab:hover {
  color: #182B50;
}

.vd-blog
.vd-product-tabs__tab[aria-selected="true"] {
  border-bottom-color: #182B50;
  color: #182B50;
}

.vd-blog
.vd-product-tabs__tab:focus-visible {
  outline: 2px solid #182B50;
  outline-offset: -2px;
}


/* TAB PANEL */

.vd-blog .vd-product-tabs__panel {
  width: 100%;
}

.vd-blog .vd-product-tabs__panel[hidden] {
  display: none !important;
}


/* MOBILE */

@media screen and (max-width: 749px) {

.vd-blog .vd-product-tabs {
  margin: 40px 0;
  padding: 22px 14px 18px;
}

  .vd-blog .vd-product-tabs__header {
    margin-bottom: 18px;
  }

  .vd-blog .vd-product-tabs__title {
    font-size: 21px !important;
  }

  .vd-blog .vd-product-tabs__intro {
    font-size: 13px;
  }

  .vd-blog .vd-product-tabs__nav {
    gap: 2px;
    margin-bottom: 18px;
  }

  .vd-blog .vd-product-tabs__tab {
    padding: 11px 13px;
    font-size: 13px;
  }

}

/* ==========================================================
   07A. PRODUCT TABS - COMPACT PRODUCT CARDS
   Wide image-led cards for article product tabs
   ========================================================== */


/* PRODUCT TABS LAYOUT */

.vd-blog .vd-product-tabs {
  display: block !important;
  width: 100% !important;
}

.vd-blog .vd-product-tabs__panel {
  display: block;
  width: 100% !important;
}

.vd-blog .vd-product-tabs__panel[hidden] {
  display: none !important;
}


/* DESKTOP PRODUCT GRID */

@media screen and (min-width: 750px) {

  .vd-blog
  .vd-product-tabs
  .vd-product-grid {
    display: grid !important;

    grid-template-columns:
      repeat(3, minmax(0, 1fr)) !important;

    gap: 20px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
  }

  .vd-blog
  .vd-product-tabs
  .vd-product-grid
  .vd-product-insert {
    display: block;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;

    margin: 0 !important;

    flex: none !important;
  }

}


/* CARD */

.vd-blog
.vd-product-tabs
.vd-product-card {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;

  overflow: hidden;

  border: 1px solid #e1e3e7;
  background: #ffffff;
}


/* LARGE IMAGE AREA */

.vd-blog
.vd-product-tabs
.vd-product-card__image-link {
  display: flex;

  width: 100%;
  height: 245px;
  aspect-ratio: auto;

  align-items: center;
  justify-content: center;

  overflow: hidden;

  background: #f7f7f7;
}

.vd-blog
.vd-product-tabs
.vd-product-card__image {
  display: block;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 8px !important;

  object-fit: contain !important;
}


/* PRODUCT INFO */

.vd-blog
.vd-product-tabs
.vd-product-card__info {
  display: flex;
  flex: 1;
  flex-direction: column;

  padding: 15px 16px 17px;
}


/* REMOVE UNNECESSARY CONTENT */

.vd-blog
.vd-product-tabs
.vd-product-card__label,
.vd-blog
.vd-product-tabs
.vd-product-card__description {
  display: none !important;
}


/* TITLE */

.vd-blog
.vd-product-tabs
.vd-product-card__title {
  margin: 0 0 10px !important;

  color: #182B50 !important;

  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 1.38 !important;

  letter-spacing: 0 !important;
}

.vd-blog
.vd-product-tabs
.vd-product-card__title a {
  color: #182B50 !important;
  text-decoration: none !important;
}


/* PRICE */

.vd-blog
.vd-product-tabs
.vd-product-card__price-row {
  margin: 0 0 16px !important;
}

.vd-blog
.vd-product-tabs
.vd-product-card__price {
  color: #555555;

  font-size: 13px;
  font-weight: 500;
}

.vd-blog
.vd-product-tabs
.vd-product-card__compare {
  margin-left: 5px;

  color: #8b8b8b;

  font-size: 11px;
  font-weight: 400;
}


/* CTA */

.vd-blog
.vd-product-tabs
.vd-product-card__buttons {
  margin-top: auto;
}

.vd-blog
.vd-product-tabs
.vd-product-card__button {
  display: none !important;
}

.vd-blog
.vd-product-tabs
.vd-product-card__button--primary {
  display: inline-flex !important;

  width: fit-content;

  min-height: auto;

  padding: 0 0 4px;

  border: 0;
  border-bottom: 1px solid #182B50;

  background: transparent;

  color: #182B50 !important;

  font-size: 10px;
  font-weight: 700 !important;
  line-height: 1.25;
  letter-spacing: 0.1em;

  text-decoration: none !important;
  text-transform: uppercase;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media screen and (min-width: 750px) and (max-width: 989px) {

  .vd-blog
  .vd-product-tabs
  .vd-product-card__image-link {
    height: 220px;
  }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media screen and (max-width: 749px) {

  .vd-blog
  .vd-product-tabs
  .vd-product-grid {
    display: flex !important;

    gap: 12px !important;

    width: calc(100% + 15px) !important;

    margin: 0 !important;
    padding: 0 15px 0 0 !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-snap-type: x mandatory;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .vd-blog
  .vd-product-tabs
  .vd-product-grid::-webkit-scrollbar {
    display: none;
  }

  .vd-blog
.vd-product-tabs
.vd-product-grid
.vd-product-insert {
  flex: 0 0 78% !important;

  width: 78% !important;
  min-width: 78% !important;
  max-width: 78% !important;

  margin: 0 !important;

  scroll-snap-align: start;
}

}

  .vd-blog
  .vd-product-tabs
  .vd-product-card__image-link {
    height: 225px;
  }

  .vd-blog
  .vd-product-tabs
  .vd-product-card__info {
    padding: 14px 14px 16px;
  }

.vd-blog
.vd-product-tabs
.vd-product-card__title {
  font-size: 12.5px !important;
  line-height: 1.38 !important;
}

/* ==========================================================
   08. BLOG SPLIT CONTENT
   Reusable image + text layout

   Desktop:
   Default = Image Left / Text Right
   Reverse = Text Left / Image Right

   Mobile:
   Title → Image → Body
   ========================================================== */


/* BASE */

.vd-blog .vd-blog-split {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  grid-template-areas:
    "media text";

  gap: 36px;

  width: 100%;
  margin: 42px 0;

  align-items: center;
}


/* REVERSE */

.vd-blog .vd-blog-split--reverse {
  grid-template-areas:
    "text media";
}


/* MEDIA */

.vd-blog .vd-blog-split__media {
  grid-area: media;

  width: 100%;
  min-width: 0;

  margin: 0;
}


/* IMAGE */

.vd-blog .vd-blog-split__media img {
  display: block;

  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
}


/* OPTIONAL CAPTION */

.vd-blog .vd-blog-split__caption {
  margin: 8px 0 0 !important;

  color: #777777;

  font-size: 12px;
  line-height: 1.5;

  text-align: center;
}


/* TEXT WRAPPER */

.vd-blog .vd-blog-split__text {
  grid-area: text;

  min-width: 0;
}


/* TITLE */

.vd-blog .vd-blog-split__title {
  margin: 0 0 14px !important;

  color: #182B50 !important;

  font-size: 23px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}


/* BODY */

.vd-blog .vd-blog-split__content {
  min-width: 0;
}


/* PARAGRAPHS */

.vd-blog .vd-blog-split__content p {
  margin: 0 0 16px !important;
}

.vd-blog .vd-blog-split__content p:last-child {
  margin-bottom: 0 !important;
}


/* LISTS */

.vd-blog .vd-blog-split__content ul,
.vd-blog .vd-blog-split__content ol {
  margin: 16px 0 0 !important;

  padding-left: 22px;
}

.vd-blog .vd-blog-split__content li {
  margin-bottom: 7px;
}


/* LINKS */

.vd-blog .vd-blog-split__content a {
  color: #182B50;
}


/* ==========================================================
   MOBILE
   Title → Image → Body
   ========================================================== */

@media screen and (max-width: 749px) {

  .vd-blog .vd-blog-split,
  .vd-blog .vd-blog-split--reverse {
    grid-template-columns: 1fr;

    grid-template-areas:
      "title"
      "media"
      "content";

    gap: 16px;

    margin: 34px 0;

    align-items: start;
  }


  /*
    Make Title + Content participate directly
    in the parent Split grid.
  */

  .vd-blog .vd-blog-split__text {
    display: contents;
  }


  /* TITLE FIRST */

  .vd-blog .vd-blog-split__title {
    grid-area: title;

    margin: 0 !important;

    font-size: 20px !important;
    line-height: 1.35 !important;
  }


  /* IMAGE SECOND */

  .vd-blog .vd-blog-split__media {
    grid-area: media;

    width: 100%;
    margin: 0;
  }


  /* BODY THIRD */

  .vd-blog .vd-blog-split__content {
    grid-area: content;
  }


  .vd-blog .vd-blog-split__content p {
    margin-bottom: 14px !important;
  }

}

/* ==========================================================
   09. BLOG COLLECTION CTA
   Reusable lightweight collection navigation
   Desktop: 3 columns
   Mobile: 1 column
   ========================================================== */


/* SECTION */

.vd-blog .vd-blog-collection-cta {
  width: 100%;

  margin: 48px 0 18px;
  padding: 28px 28px 24px;

  border-top: 3px solid #182B50;

  background: #f7f8fa;
}


/* EYEBROW */

.vd-blog .vd-blog-collection-cta__eyebrow {
  margin: 0 0 8px;

  color: #7a7f88;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.18em;

  text-transform: uppercase;
}


/* SECTION TITLE */

.vd-blog .vd-blog-collection-cta__title {
  margin: 0 0 20px !important;

  color: #182B50 !important;

  font-size: 25px !important;
  font-weight: 650 !important;
  line-height: 1.22 !important;
}


/* GRID */

.vd-blog .vd-blog-collection-cta__grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 16px;

  width: 100%;
}


/* CARD */

.vd-blog .vd-blog-collection-cta__card {
  display: flex;

  min-width: 0;

  flex-direction: column;

  padding: 18px 18px 16px;

  border: 1px solid #dfe2e7;

  background: #ffffff;

  color: inherit !important;

  text-decoration: none !important;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}


.vd-blog .vd-blog-collection-cta__card:hover {
  transform: translateY(-2px);

  border-color: #cfd5df;

  box-shadow:
    0 8px 20px
    rgba(24, 43, 80, 0.06);
}


.vd-blog .vd-blog-collection-cta__card:focus-visible {
  outline: 2px solid #182B50;
  outline-offset: 3px;
}


/* IMAGE AREA */

.vd-blog .vd-blog-collection-cta__image-wrap {
  display: flex;

  width: 82%;

  aspect-ratio: 1 / 1;

  align-items: center;
  justify-content: center;

  margin: 0 auto 16px;
  padding: 12px;

  overflow: hidden;

  background: #f4f4f2;
}


.vd-blog .vd-blog-collection-cta__image-wrap img {
  display: block;

  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
}


/* CONTENT */

.vd-blog .vd-blog-collection-cta__content {
  display: flex;

  flex: 1;
  flex-direction: column;

  min-width: 0;

  padding: 0;
}


/* CARD TITLE */

.vd-blog .vd-blog-collection-cta__content h3 {
  margin: 0 0 5px !important;

  color: #182B50 !important;

  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}


/* SHORT DESCRIPTION */

.vd-blog .vd-blog-collection-cta__description {
  margin: 0 0 14px !important;

  color: #666b74;

  font-size: 13px;
  line-height: 1.5;
}


/* CTA ROW */

.vd-blog .vd-blog-collection-cta__link {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 8px;

  margin-top: auto;
  padding-top: 11px;

  border-top: 1px solid #eceef1;

  color: #182B50;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


/* ARROW */

.vd-blog .vd-blog-collection-cta__arrow {
  font-size: 15px;
  line-height: 1;

  transition:
    transform 0.2s ease;
}


.vd-blog
.vd-blog-collection-cta__card:hover
.vd-blog-collection-cta__arrow {
  transform: translateX(4px);
}


/* ==========================================================
   MOBILE — HORIZONTAL COLLECTION ROW
   ========================================================== */

@media screen and (max-width: 749px) {

  .vd-blog .vd-blog-collection-cta {
    margin: 40px 0 14px;
    padding: 22px 14px 18px;
  }


  .vd-blog .vd-blog-collection-cta__title {
    margin-bottom: 16px !important;
    font-size: 22px !important;
  }


  /* HORIZONTAL ROW */

  .vd-blog .vd-blog-collection-cta__grid {
    display: flex !important;

    gap: 12px;

    width: calc(100% + 14px);

    padding-right: 14px;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }


  .vd-blog
  .vd-blog-collection-cta__grid::-webkit-scrollbar {
    display: none;
  }


  /* COLLECTION CARD */

  .vd-blog .vd-blog-collection-cta__card {
    flex: 0 0 78%;

    width: 78%;
    min-width: 78%;

    padding: 14px;

    scroll-snap-align: start;
  }


  /* IMAGE */

  .vd-blog .vd-blog-collection-cta__image-wrap {
    width: 72%;

    margin: 0 auto 14px;
    padding: 10px;
  }


  /* TITLE */

  .vd-blog
  .vd-blog-collection-cta__content h3 {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }


  /* DESCRIPTION */

  .vd-blog .vd-blog-collection-cta__description {
    margin-bottom: 12px !important;

    font-size: 12.5px;
    line-height: 1.45;
  }


  /* CTA */

  .vd-blog .vd-blog-collection-cta__link {
    padding-top: 10px;

    font-size: 9.5px;
  }

}

/* ==========================================================
   09A. BLOG COLLECTION CTA — SINGLE
   Centered final CTA for article endings
   ========================================================== */


/* SINGLE MODULE */

.vd-blog .vd-blog-collection-cta--single {
  text-align: center;
}


/* FULL CLICKABLE AREA */

.vd-blog .vd-blog-collection-cta__single-link {
  display: block;

  width: 100%;

  color: inherit !important;
  text-align: center;
  text-decoration: none !important;
}


/* COPY WRAPPER */

.vd-blog .vd-blog-collection-cta__single-copy {
  width: 100%;
  max-width: 760px;

  margin: 0 auto;
}


/* TITLE */

.vd-blog .vd-blog-collection-cta__single-title {
  max-width: 720px;

  margin: 0 auto !important;

  color: #182B50 !important;

  font-size: 28px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}


/* DESCRIPTION */

.vd-blog .vd-blog-collection-cta__single-description {
  max-width: 680px;

  margin: 10px auto 0 !important;

  color: #666b74;

  font-size: 14px;
  line-height: 1.65;
}


/* CTA BUTTON */

.vd-blog .vd-blog-collection-cta__single-action {
  display: inline-flex;

  min-height: 44px;

  align-items: center;
  justify-content: center;

  gap: 10px;

  margin-top: 20px;
  padding: 11px 20px;

  border: 1px solid #182B50;

  background: #182B50;
  color: #ffffff !important;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-decoration: none !important;
  text-transform: uppercase;
}


/* ARROW */

.vd-blog .vd-blog-collection-cta__single-action-arrow {
  font-size: 15px;
  line-height: 1;

  transition: transform 0.2s ease;
}


.vd-blog
.vd-blog-collection-cta__single-link:hover
.vd-blog-collection-cta__single-action-arrow {
  transform: translateX(4px);
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media screen and (max-width: 749px) {

  .vd-blog .vd-blog-collection-cta__single-title {
    font-size: 22px !important;
  }


  .vd-blog .vd-blog-collection-cta__single-description {
    font-size: 13px;
    line-height: 1.6;
  }


  .vd-blog .vd-blog-collection-cta__single-action {
    display: flex;

    width: 100%;

    margin-top: 18px;
  }

}

/* =========================================================
   VD BLOG — SIZE / COLLECTION LINKS
   ========================================================= */

.vd-blog-size-links {
  margin: 28px 0 34px;
}

.vd-blog-size-links__label {
  margin-bottom: 10px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vd-blog-size-links__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

/* =========================================================
   VD BLOG — TWO COLLECTION CARDS
   ========================================================= */

@media (min-width: 750px) {
  .vd-blog-collection-cta--two .vd-blog-collection-cta__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================================================
   VD BLOG — TWO COLUMN TABLE
   ========================================================= */

.vd-blog-table--two {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.vd-blog-table--two thead,
.vd-blog-table--two tbody {
  display: table-row-group !important;
  width: 100% !important;
}

.vd-blog-table--two tr {
  display: table-row !important;
  width: 100% !important;
  grid-template-columns: none !important;
}

.vd-blog-table--two th,
.vd-blog-table--two td {
  display: table-cell !important;
  box-sizing: border-box;
}

.vd-blog-table--two th:first-child,
.vd-blog-table--two td:first-child {
  width: 22%;
}

.vd-blog-table--two th:nth-child(2),
.vd-blog-table--two td:nth-child(2) {
  width: 78%;
}

@media (max-width: 749px) {
  .vd-blog-table--two th:first-child,
  .vd-blog-table--two td:first-child {
    width: 34%;
  }

  .vd-blog-table--two th:nth-child(2),
  .vd-blog-table--two td:nth-child(2) {
    width: 66%;
  }
}

.vd-product-tabs__nav {
  position: relative;
}

.vd-product-tabs__view-all {
  position: absolute;
  right: 0;
  bottom: 13px;
  color: #182B50;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.vd-product-tabs__view-all:hover {
  text-decoration: underline;
}

@media (max-width: 749px) {
  .vd-product-tabs__view-all {
    bottom: 12px;
    font-size: 12px;
  }
}

/* =========================================================
   PRODUCT TABS — COLLECTION LINK
   Bottom-right on desktop + mobile
   ========================================================= */

.vd-product-tabs__panel-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}

.vd-product-tabs__collection-link {
  display: inline-flex;
  align-items: center;
  color: #182B50;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.vd-product-tabs__collection-link:hover {
  text-decoration: underline;
}

@media (max-width: 749px) {
  .vd-product-tabs__panel-action {
    justify-content: flex-end;
    margin-top: 14px;
  }

  .vd-product-tabs__collection-link {
    font-size: 12px;
  }
}