/* VibraZon visual system - 2026-07-13 */
:root {
  --vz-ink: #2c193f;
  --vz-ink-dark: #21102f;
  --vz-pink: #e8376d;
  --vz-pink-dark: #c92759;
  --vz-teal: #0f8f8a;
  --vz-teal-dark: #0b706c;
  --vz-soft: #f8f6fa;
  --vz-soft-pink: #fff1f5;
  --vz-soft-teal: #eef9f8;
  --vz-border: #e6dfea;
  --vz-text: #2f2933;
  --vz-muted: #6e6573;
  --vz-white: #fff;
  --vz-shadow: 0 10px 28px rgba(44, 25, 63, .09);
  --bs-primary: #2c193f;
  --bs-primary-rgb: 44, 25, 63;
  --bs-link-color: #2c193f;
  --bs-link-hover-color: #0b706c;
  --bs-border-radius: .5rem;
}

body {
  color: var(--vz-text);
  background: var(--vz-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--vz-ink);
  letter-spacing: 0;
}

a {
  color: var(--vz-ink);
}

a:hover {
  color: var(--vz-teal-dark);
}

.btn {
  min-height: 42px;
  border-radius: 8px;
  font-weight: 650;
  letter-spacing: 0;
}

.btn-primary,
.btn-primary:focus {
  border-color: var(--vz-ink);
  background: var(--vz-ink);
  color: var(--vz-white);
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  border-color: var(--vz-ink-dark);
  background: var(--vz-ink-dark);
  color: var(--vz-white);
}

.btn-outline-primary {
  border-color: var(--vz-ink);
  color: var(--vz-ink);
  background: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  border-color: var(--vz-ink);
  background: var(--vz-ink);
  color: var(--vz-white);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--vz-teal);
  box-shadow: 0 0 0 .2rem rgba(15, 143, 138, .14);
}

/* Header */
.header-top {
  min-height: 34px;
  border: 0;
  background: var(--vz-ink);
  color: var(--vz-white);
  font-size: .78rem;
}

.header-top > .container-md > .row {
  min-height: 34px;
}

.header-top a,
.header-top .header-block__title,
.header-top .material-icons {
  color: var(--vz-white);
}

.header-top a:hover {
  color: #fbd0dd;
}

.header-top__left,
.header-top__right,
.vz-header-promise {
  display: flex;
  align-items: center;
}

.vz-header-promise {
  justify-content: center;
  gap: 1.4rem;
  color: #f8f2fb;
}

.vz-header-promise span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  white-space: nowrap;
}

.vz-header-promise .material-icons {
  color: #79d4cf;
  font-size: 1rem;
}

.header-top__right {
  justify-content: flex-end;
  gap: .9rem;
}

.header-top__right > div {
  width: auto;
}

.header-top .header-block__action-btn {
  min-height: 34px;
  gap: .35rem;
  padding: 0 .2rem;
}

.header-top .header-block__icon {
  font-size: 1.05rem;
}

.header-top .header-block__badge {
  background: var(--vz-pink);
  color: var(--vz-white);
}

.header-bottom {
  border-bottom: 1px solid var(--vz-border);
  background: var(--vz-white);
}

.header-bottom__row {
  display: flex;
  flex-wrap: wrap;
  min-height: 116px;
  padding-top: 13px;
}

.header-bottom__logo {
  order: 1;
  min-height: 62px;
}

.header-bottom__logo .navbar-brand {
  padding: 0;
}

.header-bottom__logo .logo {
  width: auto;
  max-width: 175px;
  max-height: 45px;
}

#_desktop_ps_searchbar {
  order: 2 !important;
  flex: 1 1 420px;
  justify-content: flex-end;
  min-height: 62px;
  margin-left: auto !important;
}

#_desktop_ps_searchbar .ps-searchbar {
  width: min(100%, 620px);
}

.ps-searchbar__form {
  position: relative;
}

.ps-searchbar__input {
  min-height: 44px;
  padding-left: 2.8rem;
  border: 1px solid #d8cedd;
  border-radius: 8px;
  background: var(--vz-soft);
}

.ps-searchbar__input:hover {
  border-color: #c8b8cf;
}

.ps-searchbar__magnifier {
  color: var(--vz-teal-dark);
}

.ps-searchbar__dropdown {
  border: 1px solid var(--vz-border);
  border-radius: 8px;
  box-shadow: var(--vz-shadow);
}

.header-bottom__row > .ps-mainmenu--desktop {
  order: 3;
  flex: 0 0 100%;
  width: 100%;
  min-height: 48px;
  padding: 0;
}

.ps-mainmenu__desktop,
.ps-mainmenu__tree {
  height: 100%;
}

.ps-mainmenu__tree {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.8rem, 2vw, 2rem);
  margin: 0;
}

.ps-mainmenu__tree-item-wrapper {
  min-height: 48px;
}

.ps-mainmenu__tree-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0;
  color: var(--vz-ink);
  font-size: .92rem;
  font-weight: 650;
  white-space: nowrap;
}

.ps-mainmenu__tree-link::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--vz-teal);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

.ps-mainmenu__tree-link:hover::after,
.current .ps-mainmenu__tree-link::after {
  transform: scaleX(1);
}

.ps-mainmenu__tree-item:last-child .ps-mainmenu__tree-link {
  color: var(--vz-pink-dark);
}

.submenu {
  border-top: 1px solid var(--vz-border);
  box-shadow: 0 15px 25px rgba(44, 25, 63, .11);
}

.submenu__left-item[aria-selected="true"],
.submenu__left-item:hover {
  color: var(--vz-teal-dark);
}

/* Home */
.page-content--home {
  gap: 2rem;
}

.vz-home-intro {
  border-bottom: 1px solid var(--vz-border);
  background: var(--vz-soft);
  padding: 30px 0 22px;
}

.vz-home-intro__copy {
  max-width: 820px;
  margin: 0 auto 24px;
  text-align: center;
}

.vz-home-intro__eyebrow {
  margin: 0 0 .4rem;
  color: var(--vz-teal-dark);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.vz-home-intro h1 {
  margin: 0 0 .6rem;
  color: var(--vz-ink);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.vz-home-intro__copy > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: var(--vz-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.vz-home-categories {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: .75rem;
}

.vz-home-categories a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: .75rem .4rem;
  border: 1px solid var(--vz-border);
  border-radius: 8px;
  background: var(--vz-white);
  color: var(--vz-ink);
  font-size: .82rem;
  font-weight: 650;
  text-align: center;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vz-home-categories a:hover {
  border-color: #b7dcd9;
  color: var(--vz-teal-dark);
  box-shadow: 0 7px 18px rgba(44, 25, 63, .08);
  transform: translateY(-2px);
}

.vz-home-categories .material-icons {
  margin-bottom: .35rem;
  color: var(--vz-teal);
  font-size: 1.65rem;
}

.vz-home-categories .vz-home-categories__offers {
  border-color: #f4b7ca;
  background: var(--vz-soft-pink);
  color: var(--vz-pink-dark);
}

.vz-home-categories__offers .material-icons {
  color: var(--vz-pink) !important;
}

.vz-home-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--vz-border);
}

.vz-home-trust span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  color: var(--vz-muted);
  font-size: .86rem;
}

.vz-home-trust strong {
  color: var(--vz-ink);
}

.vz-home-trust .material-icons {
  color: var(--vz-teal);
  font-size: 1.25rem;
}

.module-products .section-title {
  margin-bottom: 1.25rem;
  color: var(--vz-ink);
  font-size: 1.65rem;
  font-weight: 750;
}

.module-products__buttons {
  margin-top: 1.25rem;
  text-align: center;
}

.module-products__buttons .btn {
  min-width: 220px;
}

.ps-specials {
  padding: 2rem 0;
  background: var(--vz-soft-pink);
}

.ps-customtext {
  padding-top: .5rem;
}

.vz-home-seo {
  color: var(--vz-text);
}

.vz-home-seo__eyebrow {
  color: var(--vz-teal-dark) !important;
}

/* Product cards */
.product-miniature {
  min-width: 0;
  height: 100%;
}

.product-miniature__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--vz-border);
  border-radius: 8px;
  background: var(--vz-white);
  box-shadow: 0 2px 8px rgba(44, 25, 63, .03);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-miniature__inner:hover {
  border-color: #cfc1d6;
  box-shadow: var(--vz-shadow);
  transform: translateY(-2px);
}

.product-miniature__top {
  overflow: hidden;
  background: #fff;
}

.product-miniature__image-link,
.product-miniature__image {
  border-radius: 7px 7px 0 0;
}

.product-miniature__image {
  transition: transform .25s ease;
}

.product-miniature__inner:hover .product-miniature__image {
  transform: scale(1.025);
}

.product-flags {
  gap: .35rem;
  padding: .65rem;
}

.product-flags .badge {
  border: 0;
  border-radius: 5px;
  padding: .38rem .52rem;
  font-size: .73rem;
  font-weight: 750;
}

.product-flags .discount {
  background: var(--vz-pink) !important;
  color: var(--vz-white) !important;
}

.product-flags .new {
  background: var(--vz-teal) !important;
  color: var(--vz-white) !important;
}

.product-miniature__quickview-button,
.product-miniature__quickview-touch {
  position: absolute;
  right: .7rem;
  bottom: .7rem;
  display: inline-flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--vz-border);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: var(--vz-ink);
  box-shadow: 0 4px 12px rgba(44, 25, 63, .12);
  font-size: 0;
}

.product-miniature__quickview-button .material-icons,
.product-miniature__quickview-touch .material-icons {
  font-size: 1.25rem;
}

.product-miniature__bottom {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: .9rem;
}

.product-miniature__infos {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-miniature__brand {
  display: block;
  overflow: hidden;
  margin-bottom: .3rem;
  color: var(--vz-teal-dark);
  font-size: .7rem;
  font-weight: 700;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-miniature__title {
  display: -webkit-box;
  min-height: 3.85em;
  overflow: hidden;
  color: var(--vz-ink);
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-miniature__title:hover {
  color: var(--vz-teal-dark);
}

.product-miniature__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .3rem .55rem;
  margin-top: auto;
  padding-top: .75rem;
}

.product-miniature__price {
  color: var(--vz-ink);
  font-size: 1.18rem;
  font-weight: 800;
}

.product-miniature__regular-price {
  color: var(--vz-muted);
  font-size: .82rem;
}

.product-miniature__actions {
  margin-top: .75rem;
}

.product-miniature__form {
  display: block;
}

.product-miniature__form .quantity-button {
  display: none;
}

.product-miniature__add,
.product-miniature__details {
  display: inline-flex;
  width: 100% !important;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .6rem .75rem;
  border-radius: 8px;
}

.product-miniature__add-text {
  display: inline !important;
  font-size: .84rem;
}

.product-list-review:empty {
  display: none;
}

/* Category listing */
.page-category .subcategory__link {
  position: relative;
  padding-right: 2.4rem !important;
  border-color: var(--vz-border) !important;
}

.page-category .subcategory__link::after {
  position: absolute;
  top: 50%;
  right: .8rem;
  content: "\e5cc";
  color: var(--vz-teal);
  font-family: "Material Icons";
  font-size: 1.1rem;
  transform: translateY(-50%);
}

.page-category .subcategory__link:hover {
  border-color: #a9d8d5 !important;
  color: var(--vz-teal-dark) !important;
  box-shadow: 0 6px 16px rgba(44, 25, 63, .07);
}

.page-category .subcategory__more summary {
  border-radius: 8px !important;
  background: var(--vz-ink) !important;
  color: var(--vz-white) !important;
}

.page-category .products-selection {
  align-items: center;
  padding: .75rem 0;
  border-top: 1px solid var(--vz-border);
  border-bottom: 1px solid var(--vz-border);
}

.page-category .products-sort-order .select-title {
  max-width: 310px;
  border-color: var(--vz-border);
  border-radius: 8px;
}

.page-category .products-sort-order {
  max-width: 360px;
}

/* Product page */
.page-product .product__container {
  align-items: start;
}

.page-product .product__carousel,
.page-product .product__images img {
  border-radius: 8px;
}

.page-product .product__right {
  padding: 1.35rem;
  border: 1px solid var(--vz-border);
  border-radius: 8px;
  background: var(--vz-white);
  box-shadow: 0 8px 24px rgba(44, 25, 63, .07);
}

.page-product .product__name {
  color: var(--vz-ink);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.22;
}

.page-product .product__manufacturer a {
  color: var(--vz-teal-dark);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.page-product .product__price {
  color: var(--vz-ink);
  font-size: 1.85rem;
  font-weight: 800;
}

.page-product .product__discount-percentage,
.page-product .product__discount-amount {
  display: inline-flex;
  align-items: center;
  padding: .25rem .45rem;
  border-radius: 5px;
  background: var(--vz-pink) !important;
  color: #fff !important;
  font-weight: 750;
}

body.page-product #wrapper .product__discount-amount.text-primary-emphasis {
  color: #fff !important;
}

.vz-product-description .vz-desc-check {
  background: var(--vz-teal) !important;
}

.vz-product-description .vz-desc-summary-item {
  border-color: var(--vz-border) !important;
  border-left: 3px solid var(--vz-teal) !important;
  background: var(--vz-soft) !important;
}

.page-product .product__right .product__actions,
.page-product .product__right .product__description-short,
.page-product .product__right .product__manufacturer,
.page-product .product__right .product__name,
.page-product .product__right .product__prices,
.page-product .product__right .product__variants {
  margin-bottom: 1.15rem;
}

.page-product .product__right .product__additional-info {
  gap: .9rem;
}

.page-product .product__description-short {
  color: var(--vz-muted);
  line-height: 1.55;
}

.page-product .product__actions-qty-add {
  gap: .75rem;
}

.page-product .product__add-to-cart-button {
  min-height: 50px;
  border-radius: 8px;
  font-size: 1rem;
}

.page-product .product__quantity .form-control,
.page-product .product__quantity .btn {
  min-height: 50px;
}

.vz-product-trust {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--vz-border);
}

.vz-product-trust .blockreassurance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
}

.vz-product-trust .reassurance {
  display: flex;
  align-items: center;
  gap: .6rem;
  min-width: 0;
  color: var(--vz-muted);
  font-size: .78rem;
}

.vz-product-trust .reassurance__image {
  flex: 0 0 28px;
}

.vz-product-trust .reassurance__image img {
  width: 28px;
  height: 28px;
}

.vz-product-trust .reassurance__title {
  color: var(--vz-ink);
  font-weight: 700;
}

.page-product .product__bottom {
  display: block !important;
  margin-top: 2rem;
}

.page-product .product__bottom-left {
  width: 100%;
  margin-bottom: 2rem;
}

.page-product .product__accordion {
  overflow: hidden;
  border: 1px solid var(--vz-border);
  border-radius: 8px;
}

.page-product .product__accordion .accordion-item {
  border-color: var(--vz-border);
}

.page-product .product__accordion .accordion-button {
  min-height: 54px;
  color: var(--vz-ink);
  font-weight: 750;
}

.page-product .product__accordion .accordion-button:not(.collapsed) {
  background: var(--vz-soft);
  color: var(--vz-ink);
  box-shadow: inset 0 -1px 0 var(--vz-border);
}

.page-product .product__accordion .accordion-button:focus {
  border-color: var(--vz-teal);
  box-shadow: none;
}

.page-product .product__description {
  max-width: 1040px;
  margin: 0 auto;
  color: var(--vz-text);
  font-size: .96rem;
  line-height: 1.68;
}

.page-product .product__description h2 {
  margin: 1.7rem 0 .75rem;
  font-size: 1.35rem;
}

.page-product .product__description h3 {
  margin: 1.45rem 0 .55rem;
  color: var(--vz-teal-dark);
  font-size: 1.08rem;
}

.page-product .product__description ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem 1.6rem;
  padding-left: 1.25rem;
}

.page-product .product__description li::marker {
  color: var(--vz-pink);
}

.page-product .product__description table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--vz-border);
  border-radius: 8px;
}

.page-product .product__description td,
.page-product .product__description th {
  padding: .7rem .85rem;
  border-bottom: 1px solid var(--vz-border);
}

.page-product .product__description tr:nth-child(even) {
  background: var(--vz-soft);
}

.page-product .details__item {
  border-color: var(--vz-border);
}

/* Empty cart */
.vz-empty-cart {
  display: flex;
  max-width: 720px;
  min-height: 410px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 4rem;
  padding: 2rem;
  text-align: center;
}

.vz-empty-cart__icon {
  display: inline-flex;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background: var(--vz-soft-teal);
  color: var(--vz-teal);
  font-size: 2.4rem;
}

.vz-empty-cart h1 {
  margin-bottom: .6rem;
  font-size: 2rem;
}

.vz-empty-cart p {
  max-width: 520px;
  margin-bottom: 1.5rem;
  color: var(--vz-muted);
}

.vz-empty-cart .btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

/* Newsletter and footer */
.footer__before {
  border-top: 1px solid var(--vz-border);
}

.ps-emailsubscription {
  background: var(--vz-soft-teal) !important;
}

.ps-emailsubscription__intro {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.ps-emailsubscription__intro > .material-icons {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--vz-white);
  color: var(--vz-teal);
}

.ps-emailsubscription__intro .h3 {
  color: var(--vz-ink);
  font-size: 1.15rem;
}

.ps-emailsubscription__intro p:last-child {
  color: var(--vz-muted);
  font-size: .84rem;
}

.ps-emailsubscription .form-control {
  min-height: 46px;
  border-color: #cbdedc;
  border-radius: 8px;
  background: var(--vz-white);
}

.ps-emailsubscription .btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: .25rem;
}

.footer__main {
  border: 0;
  background: var(--vz-ink-dark);
  color: #e7dfea;
}

.vz-footer-brand {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 0 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.vz-footer-brand__name {
  color: var(--vz-white) !important;
  font-size: 1.7rem;
  font-weight: 800;
}

.vz-footer-brand__name span {
  color: #ff6c98;
}

.vz-footer-brand p {
  margin: 0;
  color: #cfc2d5;
  font-size: .88rem;
}

.footer__main-top {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 2rem;
  margin: 0;
  padding: 2rem 0 1rem;
}

.footer__main-top > * {
  width: auto;
  max-width: none;
  padding: 0;
}

.footer__main .footer-block__title,
.footer__main .h3,
.footer__main h3 {
  color: var(--vz-white);
  font-size: .92rem;
  font-weight: 750;
}

.footer__main a {
  color: #d8ccdD;
}

.footer__main a:hover {
  color: #7bd4cf;
}

.footer__main .footer-block__list li {
  margin-bottom: .45rem;
}

.footer__main .footer-block__list a,
.footer__main .ps-contactinfo,
.footer__main .ps-contactinfo a {
  font-size: .84rem;
  line-height: 1.45;
}

.footer__main .ps-contactinfo .material-icons {
  color: #7bd4cf;
}

.footer__main .copyright {
  padding: 1.2rem 0 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: #b9aabe;
  font-size: .78rem;
}

/* Cookie consent: higher specificity keeps the brand overrides after module CSS. */
html:root {
  --cc-font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --cc-modal-border-radius: 8px;
  --cc-btn-border-radius: 8px;
  --cc-link-color: var(--vz-teal-dark);
  --cc-btn-primary-bg: var(--vz-ink);
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--vz-ink);
  --cc-btn-primary-hover-bg: var(--vz-ink-dark);
  --cc-btn-primary-hover-border-color: var(--vz-ink-dark);
  --cc-btn-secondary-bg: #fff;
  --cc-btn-secondary-color: var(--vz-ink);
  --cc-btn-secondary-border-color: var(--vz-ink);
  --cc-toggle-on-bg: var(--vz-teal);
}

body #cc-main .cm {
  border: 1px solid var(--vz-border);
  box-shadow: 0 18px 48px rgba(44, 25, 63, .24);
}

body #cc-main .cm__title {
  color: var(--vz-ink);
}

body #cc-main .vz-cookie-title {
  grid-template-columns: 34px 1fr;
}

body #cc-main .vz-cookie-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--vz-soft-teal);
  color: var(--vz-teal);
  font-family: "Material Icons";
  font-size: 20px;
}

body #cc-main .cm__btn {
  border-radius: 8px;
}

body #cc-main .cm__btn[data-role="all"] {
  border-color: var(--vz-ink);
  background: var(--vz-ink);
}

body #cc-main .cm__btn[data-role="necessary"] {
  border-color: var(--vz-ink);
  color: var(--vz-ink);
}

body #cc-main .cm__btn[data-role="show"],
body #cc-main .cm__desc a,
body #cc-main .pm__section-desc a {
  color: var(--vz-teal-dark);
}

body .vz-cookie-settings {
  border-color: var(--vz-border);
  border-radius: 8px;
  color: var(--vz-ink);
}

/* Responsive */
@media (min-width: 768px) {
  #_desktop_ps_searchbar {
    display: flex !important;
  }
}

@media (max-width: 1199.98px) {
  .header-bottom__row {
    min-height: 72px;
    flex-wrap: nowrap;
    padding: 0;
  }

  .header-bottom__row > .ps-mainmenu--desktop {
    order: 0;
    flex: 0 0 auto;
    width: auto;
    min-height: 72px;
  }

  .ps-mainmenu__mobile-toggle,
  .ps-mainmenu__mobile-toggle .menu-toggle {
    height: 72px;
  }

  .header-bottom__logo {
    order: 1;
    min-height: 72px;
  }

  #_desktop_ps_searchbar {
    min-height: 72px;
  }

  .vz-home-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer__main-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .vz-header-promise {
    justify-content: flex-start;
  }

  .vz-header-promise span:last-child {
    display: none;
  }

  .page-product .product__right {
    padding: 1rem;
  }

  .footer__main-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .header-bottom__row {
    min-height: 64px;
    gap: .1rem;
  }

  .header-bottom__logo,
  .header-bottom__row > .ps-mainmenu--desktop {
    min-height: 64px;
  }

  .ps-mainmenu__mobile-toggle,
  .ps-mainmenu__mobile-toggle .menu-toggle {
    height: 64px;
  }

  .header-bottom__logo .logo {
    max-width: 126px;
    max-height: 36px;
  }

  .header-bottom__logo {
    order: 1;
    margin-right: auto !important;
  }

  .header-bottom__row > .ps-searchbar--mobile {
    order: 2;
  }

  #_mobile_ps_customersignin {
    order: 3;
  }

  #_mobile_ps_shoppingcart {
    order: 4;
  }

  .page-content--home {
    gap: 1.5rem;
  }

  .vz-home-intro {
    padding: 24px 0 18px;
  }

  .vz-home-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .5rem;
  }

  .vz-home-categories a {
    min-height: 78px;
    font-size: .75rem;
  }

  .vz-home-trust {
    grid-template-columns: 1fr;
    gap: .65rem;
  }

  .vz-home-trust span {
    justify-content: flex-start;
  }

  .module-products .section-title {
    font-size: 1.35rem;
  }

  .product-miniature__bottom {
    padding: .7rem;
  }

  .product-miniature__title {
    min-height: 3.75em;
    font-size: .82rem;
  }

  .product-miniature__price {
    font-size: 1.05rem;
  }

  .product-miniature__add {
    padding: .55rem .35rem;
  }

  .product-miniature__add-text {
    font-size: .76rem;
  }

  .page-product .product__right {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .page-product .product__add-to-cart-container {
    position: sticky;
    z-index: 50;
    bottom: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    padding: .75rem 1rem;
    border-top: 1px solid var(--vz-border);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -7px 20px rgba(44, 25, 63, .08);
  }

  .page-product .product__description ul {
    grid-template-columns: 1fr;
  }

  .vz-product-trust .blockreassurance {
    grid-template-columns: 1fr;
  }

  .ps-emailsubscription__intro {
    margin-bottom: 1rem;
  }

  .vz-footer-brand {
    display: block;
  }

  .vz-footer-brand p {
    margin-top: .4rem;
  }

  .footer__main-top {
    display: block;
  }

  .footer__main-top > * {
    padding: .2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .footer__main .footer-block__content {
    color: #d8ccdd;
  }
}

@media (max-width: 575.98px) {
  .vz-home-intro__copy {
    margin-bottom: 18px;
  }

  .vz-home-intro h1 {
    font-size: 1.7rem;
  }

  .vz-home-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vz-home-categories a {
    min-height: 70px;
    flex-direction: row;
    gap: .45rem;
  }

  .vz-home-categories .material-icons {
    margin: 0;
    font-size: 1.35rem;
  }

  .product-miniature__brand {
    font-size: .64rem;
  }

  .product-miniature__add .material-icons {
    font-size: 1.05rem;
  }

  .product-miniature__quickview-button,
  .product-miniature__quickview-touch {
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .ps-emailsubscription form .d-flex {
    align-items: stretch !important;
    flex-direction: column;
  }

  .vz-empty-cart {
    min-height: 340px;
    margin-top: 0;
    padding: 1.25rem;
  }

  body #cc-main .cm__btn {
    border-radius: 8px;
  }
}
