.azazie-theme {
  color: #242424;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.azazie-theme .page-header,
.azazie-theme .nav-sections,
.azazie-theme .page-footer {
  display: none;
}
.azazie-theme .page-wrapper {
  background: #fff;
}
.azazie-theme .page-main {
  max-width: 1440px;
  padding-top: 34px;
}
.azazie-theme.cms-home .page-main {
  max-width: none;
  padding: 0;
}
.azazie-theme.cms-home .page-main > .columns,
.azazie-theme.cms-home .page-main > .columns > .column.main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
}
.azazie-theme .page-title-wrapper .page-title {
  color: #101010;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0;
}
.azazie-theme a {
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, opacity 180ms ease;
}
@media (max-width: 767px) {
  .azazie-theme .page-main {
    padding: 22px 14px 0;
  }
}
.az-site-header {
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}
.az-promo-bar {
  height: 52px;
  display: grid;
  grid-template-columns: 60px 1fr 60px;
  align-items: center;
  border-bottom: 1px solid #111;
  background: #111;
  color: #fff;
}
.az-promo-bar__arrow {
  height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 41px;
  font-weight: 200;
  line-height: 1;
  cursor: pointer;
}
.az-promo-bar__arrow:first-child {
  padding-left: 30px;
  text-align: left;
}
.az-promo-bar__arrow:last-child {
  padding-right: 30px;
  text-align: right;
}
.az-promo-bar__message {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.2px;
  text-decoration: none;
  transition: opacity .18s ease, transform .18s ease;
}
.az-promo-bar__message strong {
  font-weight: 700;
}
.az-promo-bar__message em {
  margin-left: 18px;
  padding: 6px 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}
.az-promo-bar__message:hover {
  color: #fff;
  text-decoration: none;
}
.az-promo-bar__message.is-changing {
  opacity: 0;
  transform: translateY(-4px);
}
.az-site-header .az-promo-bar__message,
.az-site-header .az-promo-bar__message:visited,
.az-site-header .az-promo-bar__message:hover,
.az-site-header .az-promo-bar__message:focus,
.az-site-header .az-promo-bar__message:active {
  color: #fff;
  text-decoration: none;
}
.az-brand-header {
  height: 72px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(420px, 874px) 208px;
  gap: 24px;
  align-items: center;
  justify-content: end;
  box-sizing: border-box;
  border-top: 3px solid transparent;
}
.az-brand-tabs {
  display: none;
}
.az-site-header.is-brand-tabs-visible .az-brand-header {
  padding-left: 0;
  grid-template-columns: 760px minmax(300px, 1fr) auto;
}
.az-site-header.is-brand-tabs-visible .az-brand-tabs {
  height: 72px;
  display: grid;
  grid-template-columns: repeat(4, 190px);
}
.az-site-header.is-brand-tabs-visible .az-home-link {
  display: none;
}
.az-brand-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e4e4e4;
  color: #9c9c9c;
  text-decoration: none;
  white-space: nowrap;
}
.az-brand-tab img {
  display: block;
  width: 153px;
  height: 36px;
  object-fit: contain;
}
.az-brand-tab--active {
  border-top: 3px solid #d8b89d;
  color: #121212;
  font-size: 18px;
  letter-spacing: 8px;
}
.az-mobile-toggle,
.az-mobile-brand {
  display: none;
}
.az-home-link {
  width: 190px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-top: 3px solid #d8b89d;
  border-right: 1px solid #e4e4e4;
  background: #fff;
  color: #111;
  font-size: 18px;
  letter-spacing: 8px;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.az-home-link:hover,
.az-home-link:focus-visible {
  background: #fafafa;
  color: #111;
  text-decoration: none;
  outline: 0;
}
.az-site-header .az-home-link,
.az-site-header .az-home-link:visited,
.az-site-header .az-home-link:hover,
.az-site-header .az-home-link:focus,
.az-site-header .az-home-link:active {
  color: #111;
  text-decoration: none;
}
.az-header-search-shell {
  position: relative;
  width: 100%;
  max-width: 874px;
}
.az-header-search {
  width: 100%;
  height: 48px;
  display: grid;
  grid-template-columns: 1fr 58px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background: #fff;
}
.az-header-search input {
  min-width: 0;
  height: 46px;
  padding: 0 18px;
  border: 0;
  background: #fff;
  color: #333;
  font-size: 16px;
  outline: 0;
}
.az-header-search input::placeholder {
  color: #a5a5a5;
}
.az-header-search button {
  position: relative;
  padding: 0;
  border: 0;
  background: #111;
  cursor: pointer;
}
.az-header-search button::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 12px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
}
.az-header-search button::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 30px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.az-header-search-shell.is-open .az-header-search {
  border-color: #888;
  border-radius: 5px 5px 0 0;
}
.az-search-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 47px;
  z-index: 20;
  max-height: min(680px, calc(100vh - 150px));
  padding: 22px 24px 24px;
  overflow-y: auto;
  display: none;
  box-sizing: border-box;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.az-search-popular > strong {
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
}
.az-search-popular > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.az-search-suggestions a {
  color: #333;
  font-size: 13px;
  text-decoration: none;
}
.az-search-suggestions a:hover {
  text-decoration: underline;
}
.az-header-search-shell.is-open .az-search-suggestions {
  display: block;
}
.az-search-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.az-header-search-shell.is-loading .az-search-suggestions::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0, #111 50%, transparent 100%);
  animation: az-search-loading 1s linear infinite;
}
@keyframes az-search-loading {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}
.az-search-live__layout {
  display: grid;
  grid-template-columns: minmax(145px, .72fr) minmax(360px, 1.8fr);
  gap: 28px;
}
.az-search-live h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.az-search-live__links {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.az-search-keywords__list,
.az-search-categories__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.az-search-result {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #222;
  font-size: 13px;
}
.az-search-result__count {
  color: #777;
  font-size: 11px;
}
.az-search-products__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}
.az-search-product {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 11px;
  color: #111;
  text-decoration: none;
}
.az-search-product:hover .az-search-product__name,
.az-search-product:focus-visible .az-search-product__name {
  text-decoration: underline;
}
.az-search-product__media {
  width: 72px;
  height: 90px;
  display: block;
  overflow: hidden;
  background: #f4f4f4;
}
.az-search-product__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.az-search-product__details {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-top: 2px;
}
.az-search-product__name {
  max-width: 100%;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.az-search-product__color,
.az-search-product__rating {
  color: #666;
  font-size: 11px;
  line-height: 1.3;
}
.az-search-product__color {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.az-search-product__swatch {
  width: 11px;
  height: 11px;
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 50%;
}
.az-search-product__price {
  margin-top: auto;
  font-size: 13px;
}
.az-search-all {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px -24px -24px;
  border-top: 1px solid #ddd;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.az-search-empty {
  margin: 4px 0;
  color: #555;
  font-size: 13px;
}
.az-header-icons {
  min-width: 208px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.az-header-icon {
  position: relative;
  width: 38px;
  height: 42px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  text-decoration: none;
  cursor: pointer;
}
.az-header-icon img {
  width: 36px;
  height: 38px;
  display: block;
  object-fit: contain;
}
.az-header-icon__badge {
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 2;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
.az-header-icon__dot {
  position: absolute;
  right: 0;
  top: -1px;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #d4142b;
}
.az-header-cart {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}
.az-header-cart::after {
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: -5px;
  height: 4px;
  background: #111;
  content: '';
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity .16s ease, transform .16s ease;
}
.az-header-cart.is-open::after,
.az-header-cart:hover::after,
.az-header-cart:focus-within::after {
  opacity: 1;
  transform: scaleX(1);
}
.az-mini-cart {
  position: absolute;
  z-index: 70;
  top: calc(100% + 5px);
  right: -45px;
  width: 380px;
  max-height: calc(100vh - 145px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  background: #fff;
  color: #171717;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.az-mini-cart [hidden] {
  display: none !important;
}
.az-header-cart.is-open .az-mini-cart,
.az-header-cart:hover .az-mini-cart,
.az-header-cart:focus-within .az-mini-cart {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.az-mini-cart__shipping {
  flex: 0 0 auto;
  padding: 22px 24px 18px;
}
.az-mini-cart__shipping p {
  margin: 0 0 12px;
  color: #222;
  font-size: 17px;
  line-height: 1.35;
  text-align: center;
}
.az-mini-cart__progress {
  height: 10px;
  overflow: hidden;
  border-radius: 6px;
  background: #ededed;
}
.az-mini-cart__progress span {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #111;
  transition: width 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.az-mini-cart__progress-labels {
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
  color: #222;
  font-size: 13px;
  line-height: 1;
}
.az-mini-cart__items {
  min-height: 0;
  padding: 0 24px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.az-mini-cart__item {
  position: relative;
  min-height: 154px;
  padding: 18px 28px 18px 0;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 15px;
  box-sizing: border-box;
  border-top: 1px solid #d6d6d6;
  transition: opacity .18s ease;
}
.az-mini-cart__item.is-removing {
  opacity: .45;
  pointer-events: none;
}
.az-mini-cart__image {
  width: 100px;
  height: 134px;
  display: block;
  overflow: hidden;
  background: #f5f5f5;
}
.az-mini-cart__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.az-mini-cart__details {
  min-width: 0;
  padding-top: 1px;
  color: #171717;
  font-size: 14px;
  line-height: 1.35;
}
.az-site-header .az-mini-cart__name,
.az-site-header .az-mini-cart__name:visited,
.az-site-header .az-mini-cart__name:hover,
.az-site-header .az-mini-cart__name:focus {
  max-width: 100%;
  display: block;
  overflow: hidden;
  color: #171717;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.az-mini-cart__option {
  margin-top: 2px;
}
.az-mini-cart__option span {
  font-weight: 400;
}
.az-mini-cart__option strong {
  font-weight: 400;
}
.az-mini-cart__qty {
  margin-top: 2px;
}
.az-mini-cart__price {
  margin-top: 9px;
  display: block;
  font-size: 17px;
  font-weight: 700;
}
.az-mini-cart__remove {
  position: absolute;
  top: 19px;
  right: 0;
  width: 22px;
  height: 25px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.az-mini-cart__remove::before {
  position: absolute;
  left: 4px;
  top: 7px;
  width: 14px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid #888;
  border-top: 0;
  background: linear-gradient(90deg, transparent 3px, #888888 3px, #888888 4px, transparent 4px) 0 0.02px 10px no-repeat, linear-gradient(90deg, transparent 8px, #888888 8px, #888888 9px, transparent 9px) 0 0.02px 10px no-repeat;
  content: '';
}
.az-mini-cart__remove::after {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 20px;
  height: 5px;
  background: linear-gradient(#888888, #888888) center top / 7px 1px no-repeat, linear-gradient(#888888, #888888) center bottom / 20px 1px no-repeat;
  content: '';
}
.az-mini-cart__remove span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.az-mini-cart__remove:hover::before,
.az-mini-cart__remove:focus::before {
  border-color: #111;
  background: linear-gradient(90deg, transparent 3px, #111111 3px, #111111 4px, transparent 4px) 0 0.02px 10px no-repeat, linear-gradient(90deg, transparent 8px, #111111 8px, #111111 9px, transparent 9px) 0 0.02px 10px no-repeat;
}
.az-mini-cart__remove:hover::after,
.az-mini-cart__remove:focus::after {
  background: linear-gradient(#111111, #111111) center top / 7px 1px no-repeat, linear-gradient(#111111, #111111) center bottom / 20px 1px no-repeat;
}
.az-mini-cart__empty {
  min-height: 174px;
  padding: 42px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #d6d6d6;
  text-align: center;
}
.az-mini-cart__empty strong {
  font-size: 20px;
}
.az-mini-cart__empty span {
  margin-top: 7px;
  color: #666;
  font-size: 14px;
}
.az-mini-cart__footer {
  flex: 0 0 auto;
  padding: 18px 24px 22px;
  border-top: 1px solid #cfcfcf;
  background: #fff;
}
.az-mini-cart__subtotal {
  margin-bottom: 18px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  color: #171717;
  font-size: 18px;
  font-weight: 700;
}
.az-mini-cart__subtotal strong {
  font-size: 20px;
}
.az-mini-cart__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.az-site-header .az-mini-cart__bag-button,
.az-site-header .az-mini-cart__bag-button:visited,
.az-site-header .az-mini-cart__bag-button:hover,
.az-site-header .az-mini-cart__bag-button:focus,
.az-site-header .az-mini-cart__checkout-button,
.az-site-header .az-mini-cart__checkout-button:visited,
.az-site-header .az-mini-cart__checkout-button:hover,
.az-site-header .az-mini-cart__checkout-button:focus {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.az-site-header .az-mini-cart__bag-button,
.az-site-header .az-mini-cart__bag-button:visited {
  gap: 10px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
}
.az-site-header .az-mini-cart__bag-button span,
.az-site-header .az-mini-cart__bag-button:visited span {
  position: relative;
  width: 15px;
  height: 16px;
  display: block;
  background: #fff;
}
.az-site-header .az-mini-cart__bag-button span::before,
.az-site-header .az-mini-cart__bag-button:visited span::before {
  position: absolute;
  left: 3px;
  top: -7px;
  width: 7px;
  height: 9px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  content: '';
}
.az-site-header .az-mini-cart__checkout-button,
.az-site-header .az-mini-cart__checkout-button:visited {
  border: 1px solid #111;
  background: #fff;
}
.az-header-country img {
  width: 39px;
  height: 39px;
}
.az-main-nav {
  position: relative;
  height: 50px;
  padding: 0 3%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
  box-sizing: border-box;
  border-top: 1px solid #e8e8e8;
  background: #fff;
}
.az-main-nav__item {
  min-width: 0;
  display: flex;
  align-items: stretch;
}
.az-main-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  color: #121212;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.az-main-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background: #121212;
  transition: left .2s ease, right .2s ease;
}
.az-site-header .az-main-nav__link,
.az-site-header .az-main-nav__link:visited,
.az-site-header .az-main-nav__link:hover,
.az-site-header .az-main-nav__link:focus,
.az-site-header .az-main-nav__link:active {
  color: #121212;
  text-decoration: none;
}
.az-main-nav__item:hover .az-main-nav__link::after,
.az-main-nav__item.is-open .az-main-nav__link::after,
.az-main-nav__link:focus::after {
  left: 0;
  right: 0;
}
.az-main-nav__toggle {
  display: none;
}
.az-mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
  transform: translateY(-7px);
  transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
}
.az-main-nav__item.is-open .az-mega-menu,
.az-main-nav__item:hover .az-mega-menu,
.az-main-nav__item:focus-within .az-mega-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
.az-mega-menu__inner {
  width: calc(100% - 120px);
  max-width: 1560px;
  margin: 0 auto;
  padding: 34px 0 38px;
  display: grid;
  grid-template-columns: repeat(var(--az-menu-columns, 4), minmax(135px, .8fr)) minmax(520px, 2.8fr);
  gap: 34px;
  align-items: start;
  box-sizing: border-box;
}
.az-mega-menu__inner--no-cards {
  grid-template-columns: repeat(var(--az-menu-columns, 4), minmax(0, 1fr));
}
.az-mega-menu__inner h3 {
  margin: 0 0 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.az-mega-menu__inner section > a {
  display: block;
  margin: 0 0 11px;
  color: #333;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
}
.az-mega-menu__inner section > a:hover {
  color: #8c6452;
  text-decoration: none;
}
.az-menu-link--with-image {
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.az-menu-link--with-image img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: block;
  border: 1px solid #dedede;
  border-radius: 2px;
  object-fit: cover;
}
.az-menu-group--color-links > a.az-menu-link--with-image::before {
  display: none;
}
.az-menu-link em {
  display: inline-flex;
  min-height: 18px;
  align-items: center;
  margin-left: 6px;
  padding: 1px 7px;
  border-radius: 2px;
  background: #f68787;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  line-height: 1;
}
.az-mega-menu__inner > .az-menu-stack {
  gap: 27px;
}
.az-menu-group--color-links > a {
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.az-menu-group--color-links > a::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 50%;
  background: #d9d9d9;
  box-sizing: border-box;
}
.az-menu-group--color-links > a[data-color*="green"]::before,
.az-menu-group--color-links > a[data-color="eucalyptus"]::before,
.az-menu-group--color-links > a[data-color="dusty-sage"]::before {
  background: #8ca187;
}
.az-menu-group--color-links > a[data-color*="blue"]::before,
.az-menu-group--color-links > a[data-color="navy"]::before,
.az-menu-group--color-links > a[data-color="dark-navy"]::before {
  background: #718aa5;
}
.az-menu-group--color-links > a[data-color*="pink"]::before,
.az-menu-group--color-links > a[data-color="dusty-rose"]::before {
  background: #d9a9ad;
}
.az-menu-group--color-links > a[data-color*="purple"]::before,
.az-menu-group--color-links > a[data-color="plum"]::before {
  background: #9a789f;
}
.az-menu-group--color-links > a[data-color*="red"]::before,
.az-menu-group--color-links > a[data-color="burgundy"]::before,
.az-menu-group--color-links > a[data-color="cabernet"]::before {
  background: #9f1f35;
}
.az-menu-group--color-links > a[data-color*="orange"]::before {
  background: #e98959;
}
.az-menu-group--color-links > a[data-color*="yellow"]::before,
.az-menu-group--color-links > a[data-color="gold"]::before,
.az-menu-group--color-links > a[data-color="champagne"]::before,
.az-menu-group--color-links > a[data-color*="metallic"]::before {
  background: #dec166;
}
.az-menu-group--color-links > a[data-color*="neutral"]::before,
.az-menu-group--color-links > a[data-color="brown"]::before {
  background: #a98b72;
}
.az-menu-group--color-links > a[data-color*="grey"]::before,
.az-menu-group--color-links > a[data-color="silver"]::before {
  background: #9ba2a5;
}
.az-menu-group--color-links > a[data-color="black"]::before,
.az-menu-group--color-links > a[data-color="black-white"]::before {
  background: #171717;
}
.az-menu-group--color-links > a[data-color="white"]::before {
  background: #fff;
}
.az-menu-group--color-links > a[data-color*="print"]::before,
.az-menu-group--color-links > a[data-color*="floral"]::before,
.az-menu-group--color-links > a[data-color="gemstones"]::before,
.az-menu-group--color-links > a[data-color="jewel-tones"]::before {
  background: conic-gradient(#98b994, #9faed0, #d8a2ac, #b08aad, #98b994);
}
.az-mega-menu__wide {
  width: calc(100% - 100px);
  max-width: 1940px;
  margin: 0 auto;
  padding: 34px 0 38px;
  display: grid;
  grid-template-columns: 1.2fr 0.95fr 1fr 0.95fr minmax(520px, 2.35fr);
  gap: 38px;
  box-sizing: border-box;
}
.az-menu-group h3 {
  margin: 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.az-menu-group > a {
  display: block;
  margin: 0 0 8px;
  color: #222;
  font-size: 13px;
  line-height: 1.32;
  text-decoration: none;
}
.az-menu-group > a:hover {
  text-decoration: none;
}
.az-menu-group--colors > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.az-menu-group--colors > a img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 50%;
  object-fit: cover;
  transition: transform .2s ease;
}
.az-menu-group--colors > a:hover img {
  transform: scale(1.14);
}
.az-menu-link--bolt::before {
  content: "ϟ";
  margin-right: 8px;
  font-size: 16px;
}
.az-menu-link--home::before {
  content: "⌂";
  margin-right: 8px;
  font-size: 17px;
}
.az-menu-link--swatch::before {
  content: "✿";
  margin-right: 8px;
  font-size: 14px;
}
.az-menu-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.az-menu-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.az-menu-cards > a {
  overflow: hidden;
  background: #eee2d5;
  color: #121212;
  text-align: center;
  text-decoration: none;
}
.az-menu-cards > a > span {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 0.775;
  cursor: zoom-in;
}
.az-menu-cards > a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}
.az-menu-cards > a strong {
  min-height: 47px;
  display: grid;
  place-items: center;
  padding: 6px;
  box-sizing: border-box;
  font-size: 13px;
}
.az-menu-cards > a:hover img {
  transform: scale(1.065);
}
.az-menu-cards--generic {
  width: 100%;
}
.az-menu-cards--generic.az-menu-cards--1 {
  grid-template-columns: minmax(0, 1fr);
}
.az-menu-cards--generic.az-menu-cards--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.az-menu-cards--generic.az-menu-cards--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.az-menu-cards--generic.az-menu-cards--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.az-menu-card-region {
  min-width: 0;
  grid-column: -2 / -1;
}
.az-menu-card-carousel {
  min-width: 0;
}
.az-menu-card-carousel + .az-menu-card-carousel {
  margin-top: 24px;
}
.az-menu-card-carousel__header {
  min-height: 38px;
  margin: 0 0 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.az-menu-card-carousel__header h3 {
  margin: 0;
}
.az-menu-card-carousel__controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}
.az-menu-card-carousel__controls button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #272727;
  background: #272727;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}
.az-menu-card-carousel__controls button:hover,
.az-menu-card-carousel__controls button:focus-visible {
  border-color: #000;
  background: #000;
}
.az-menu-card-carousel__controls button:focus-visible {
  outline: 2px solid #777;
  outline-offset: 2px;
}
.az-menu-card-carousel__controls button span {
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
}
.az-menu-card-carousel__controls [data-az-menu-card-prev] span {
  transform: rotate(135deg);
}
.az-menu-card-carousel__controls [data-az-menu-card-next] span {
  transform: rotate(-45deg);
}
.az-menu-cards--carousel {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.az-menu-cards--carousel::-webkit-scrollbar {
  display: none;
}
.az-menu-cards--carousel > a {
  flex: 0 0 calc((100% - 24px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}
.az-menu-card-region > h3,
.az-menu-card-region > .az-menu-cards + h3 {
  margin: 0 0 17px;
}
.az-menu-card-region > .az-menu-cards + h3 {
  margin-top: 24px;
}
.az-menu-cards--generic > a {
  position: relative;
  overflow: visible;
  background: transparent;
  text-align: left;
}
.az-menu-cards--generic > a > span {
  overflow: hidden;
  aspect-ratio: 0.76;
  background: #f4f4f4;
}
.az-menu-cards--generic > a > strong {
  min-height: 0;
  display: block;
  padding: 12px 0 0;
  font-size: 13px;
  line-height: 1.35;
}
.az-menu-cards--generic > a > small,
.az-menu-cards--generic > a > b {
  display: block;
  margin-top: 5px;
  color: #454545;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}
.az-menu-cards--generic > a > b {
  color: #121212;
}
.az-menu-cards--generic > a > b del {
  margin-left: 6px;
  color: #9a9a9a;
  font-weight: 400;
}
.az-menu-cards--generic > a > span > em {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 6px 10px;
  background: #ee554b;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.az-mega-menu__feature {
  position: relative;
  grid-column: -2 / -1;
  min-height: 245px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.az-mega-menu__feature img {
  width: 100%;
  height: 245px;
  display: block;
  object-fit: cover;
  object-position: top center;
  transition: transform .35s ease;
}
.az-mega-menu__feature > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 38px 18px 17px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
}
.az-mega-menu__feature strong,
.az-mega-menu__feature small {
  display: block;
}
.az-mega-menu__feature strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 400;
}
.az-mega-menu__feature small {
  margin-top: 4px;
  font-size: 12px;
  text-decoration: underline;
}
.az-mega-menu__feature:hover {
  color: #fff;
}
.az-mega-menu__feature:hover img {
  transform: scale(1.035);
}
.az-nav-scrim {
  position: fixed;
  left: 0;
  right: 0;
  top: 174px;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.28);
  pointer-events: none;
  transition: opacity .2s ease, visibility 0s linear .2s;
}
.az-site-header.has-open-menu .az-nav-scrim {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
@media (min-width: 1025px) {
  .az-site-header.is-scrolled {
    position: sticky;
    top: 0;
  }
  .az-site-header.is-scrolled .az-promo-bar {
    display: none;
  }
  .az-site-header.is-scrolled .az-nav-scrim {
    top: 122px;
  }
}
@media (max-width: 1500px) and (min-width: 1025px) {
  .az-brand-header {
    grid-template-columns: 160px minmax(380px, 1fr) 194px;
    gap: 14px;
  }
  .az-home-link {
    width: 160px;
  }
  .az-header-icons {
    min-width: 194px;
    gap: 11px;
  }
  .az-header-icon {
    width: 36px;
    flex-basis: 36px;
  }
  .az-main-nav {
    padding: 0 2.5%;
    gap: 10px;
  }
  .az-main-nav__link {
    font-size: 13px;
  }
  .az-mega-menu__inner {
    width: calc(100% - 70px);
    gap: 28px;
  }
  .az-mega-menu__wide {
    width: calc(100% - 60px);
    grid-template-columns: 1.15fr 0.95fr 1fr 0.95fr minmax(400px, 2.15fr);
    gap: 24px;
  }
  .az-menu-group > a {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .az-menu-group h3 {
    font-size: 12px;
  }
}
@media (max-width: 1180px) and (min-width: 1025px) {
  .az-main-nav__item:nth-last-child(4) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .az-site-header {
    position: sticky;
    top: 0;
  }
  .az-promo-bar {
    height: 40px;
  }
  .az-promo-bar__arrow {
    height: 40px;
  }
  .az-brand-header {
    height: 62px;
    padding: 0;
    grid-template-columns: 58px 1fr 58px;
    gap: 0;
  }
  .az-mobile-toggle {
    height: 62px;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: #fff;
  }
  .az-mobile-toggle span {
    width: 22px;
    height: 2px;
    background: #121212;
    transition: transform .2s ease, opacity .2s ease;
  }
  .az-mobile-menu-open .az-mobile-toggle span:first-child {
    transform: translateY(7px) rotate(45deg);
  }
  .az-mobile-menu-open .az-mobile-toggle span:nth-child(2) {
    opacity: 0;
  }
  .az-mobile-menu-open .az-mobile-toggle span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }
  .az-mobile-brand {
    display: block;
    justify-self: center;
    color: #121212;
    font-size: 18px;
    letter-spacing: 7px;
    text-decoration: none;
  }
  .az-brand-tabs,
  .az-home-link,
  .az-header-search-shell {
    display: none !important;
  }
  .az-header-icons {
    min-width: 0;
    display: block;
  }
  .az-header-icon {
    display: none;
  }
  .az-header-cart .az-header-icon {
    width: 58px;
    height: 62px;
    display: grid;
  }
  .az-header-cart .az-header-icon img {
    width: 29px;
    height: 32px;
  }
  .az-header-cart {
    height: 62px;
    display: block;
  }
  .az-header-cart::after,
  .az-mini-cart {
    display: none;
  }
  .az-header-icon__badge {
    right: 7px;
    top: 8px;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
  }
  .az-main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 102px;
    bottom: 0;
    height: auto;
    padding: 0 20px 30px;
    display: none;
    overflow-y: auto;
    border-top: 1px solid #e5e5e5;
    background: #fff;
  }
  .az-main-nav.is-open {
    display: block;
  }
  .az-main-nav__item {
    position: relative;
    min-height: 52px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  .az-main-nav__link {
    min-height: 52px;
    padding-right: 48px;
    font-size: 14px;
  }
  .az-main-nav__link::after {
    display: none;
  }
  .az-main-nav__toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 48px;
    height: 52px;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 22px;
    transition: transform .2s ease;
  }
  .az-main-nav__item.is-open > .az-main-nav__toggle {
    transform: rotate(180deg);
  }
  .az-mega-menu {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    border: 0;
    box-shadow: none;
    transform: none;
    transition: none;
  }
  .az-main-nav__item.is-open .az-mega-menu {
    display: block;
  }
  .az-main-nav__item:hover .az-mega-menu,
  .az-main-nav__item:focus-within .az-mega-menu {
    display: none;
  }
  .az-main-nav__item.is-open:hover .az-mega-menu,
  .az-main-nav__item.is-open:focus-within .az-mega-menu {
    display: block;
  }
  .az-mega-menu__inner {
    width: 100%;
    padding: 5px 0 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }
  .az-mega-menu__inner h3 {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .az-mega-menu__inner section > a {
    margin-bottom: 9px;
    font-size: 12px;
  }
  .az-mega-menu__wide {
    width: 100%;
    padding: 5px 0 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }
  .az-menu-cards {
    display: none;
  }
  .az-menu-card-region {
    display: none;
  }
  .az-menu-group > a {
    margin-bottom: 9px;
    font-size: 12px;
  }
  .az-menu-group--colors > a img {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
  .az-mega-menu__feature,
  .az-nav-scrim {
    display: none;
  }
}
@media (max-width: 640px) {
  .az-promo-bar {
    grid-template-columns: 40px 1fr 40px;
  }
  .az-promo-bar__message {
    font-size: 13px;
  }
  .az-promo-bar__message em {
    display: none;
  }
  .az-promo-bar__arrow:first-child {
    padding-left: 14px;
  }
  .az-promo-bar__arrow:last-child {
    padding-right: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .az-promo-bar__message,
  .az-mega-menu,
  .az-mega-menu__feature img,
  .az-main-nav__link::after,
  .az-mini-cart,
  .az-mini-cart__progress span {
    transition: none;
  }
}
.az-site-footer {
  margin-top: 70px;
  border-top: 1px solid #ececec;
  background: #fff;
  color: #121212;
}
.azazie-theme.cms-home .az-site-footer {
  margin-top: 0;
}
.az-footer-offer {
  padding: 36px 6%;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 80px;
  align-items: center;
  background: #f8f5f2;
  border-bottom: 1px solid #e4dfdb;
}
.az-footer-offer__sms {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.az-footer-offer__sms strong {
  font-size: 18px;
}
.az-footer-offer__sms span {
  font-size: 13px;
  line-height: 1.5;
}
.az-footer-offer__signup {
  display: grid;
  grid-template-columns: auto 170px minmax(220px, 1fr) 105px;
  gap: 10px;
  align-items: center;
}
.az-footer-offer__signup strong {
  margin-right: 8px;
  white-space: nowrap;
}
.az-footer-offer__signup select,
.az-footer-offer__signup input,
.az-footer-offer__signup button {
  height: 44px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 0;
  background: #fff;
  color: #121212;
}
.az-footer-offer__signup select,
.az-footer-offer__signup input {
  padding: 0 12px;
}
.az-footer-offer__signup button {
  border-color: #121212;
  background: #121212;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.az-footer-menu {
  width: calc(100% - 320px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 55px 0 45px;
  display: grid;
  grid-template-columns: 1.35fr 1.1fr 1fr 1fr .9fr 1.5fr;
  gap: 48px;
}
.az-footer-menu h3,
.az-footer-menu .az-footer-menu__toggle {
  margin: 0 0 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.az-footer-menu a {
  display: block;
  margin: 10px 0;
  color: #333;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
}
.az-footer-menu a:hover {
  text-decoration: underline;
}
.az-footer-menu p {
  color: #555;
  font-size: 12px;
  line-height: 1.55;
}
.az-footer-menu__toggle {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #121212;
  line-height: 1.25;
  text-align: left;
}
.az-footer-menu__toggle span:last-child {
  display: none;
}
.az-footer-menu__international .az-footer-menu__content h3:not(:first-child) {
  margin-top: 30px;
}
.az-socials {
  color: #121212 !important;
  font-size: 18px !important;
}
.az-footer-bottom {
  padding: 28px 30px 36px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.az-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.az-footer-bottom nav a {
  color: #333;
  font-size: 11px;
  text-decoration: none;
}
.az-footer-bottom > strong {
  display: block;
  margin-top: 32px;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 9px;
}
.az-footer-bottom > p {
  margin: 15px 0 0;
  color: #666;
  font-size: 10px;
}
@media (max-width: 1300px) {
  .az-footer-offer {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .az-footer-menu {
    width: calc(100% - 100px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .az-footer-offer {
    padding: 30px 20px;
  }
  .az-footer-offer__signup {
    grid-template-columns: 1fr;
  }
  .az-footer-offer__signup strong {
    margin-bottom: 4px;
  }
  .az-footer-menu {
    width: 100%;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
  }
  .az-footer-menu__group {
    border-bottom: 1px solid #dedede;
  }
  .az-footer-menu__toggle {
    min-height: 51px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .az-footer-menu__toggle span:last-child {
    display: block;
    font-size: 22px;
    font-weight: 300;
    transition: transform .2s ease;
  }
  .az-footer-menu__content {
    display: none;
    padding: 0 0 18px;
  }
  .az-footer-menu__group.is-open .az-footer-menu__content {
    display: block;
  }
  .az-footer-menu__group.is-open .az-footer-menu__toggle span:last-child {
    transform: rotate(45deg);
  }
}
.az-home-page {
  overflow: hidden;
  background: #fff;
  color: #121212;
}
.az-home-page h2 {
  margin: 0;
  color: #121212;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: 0;
}
.az-tour-strip {
  display: grid;
  grid-template-columns: 300px minmax(1100px, 1fr) 170px;
  min-height: 130px;
  align-items: center;
  background: #f8f4ef;
  border-bottom: 18px solid #fff;
}
.az-tour-card {
  height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #eee4d8;
  color: #121212;
  text-decoration: none;
}
.az-tour-card strong {
  font-size: 18px;
  letter-spacing: 1px;
}
.az-tour-card span {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
}
.az-tour-card:hover {
  color: #121212;
  text-decoration: none;
}
.az-tour-card strong,
.az-tour-card span {
  color: #121212;
}
.az-tour-events {
  min-width: 0;
  display: flex;
  gap: 25px;
  align-items: center;
  overflow: hidden;
  padding: 0 28px;
}
.az-tour-events > strong {
  flex: 0 0 auto;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 400;
}
.az-tour-events > i {
  width: 1px;
  height: 54px;
  flex: 0 0 auto;
  background: #76716f;
}
.az-tour-events span {
  min-width: 86px;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.az-tour-events b,
.az-tour-events small {
  display: block;
}
.az-tour-events b {
  margin-top: 4px;
  font-size: 18px;
}
.az-tour-events small {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
}
.az-tour-button {
  width: 124px;
  height: 52px;
  display: inline-flex;
  justify-self: center;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #121212;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.az-tour-button:hover {
  background: #2d2d2d;
  color: #fff;
  text-decoration: none;
}
.az-tour-button:visited,
.az-tour-button:focus {
  color: #fff;
}
.az-home-hero {
  position: relative;
  width: 100%;
}
.az-home-hero > img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3.2;
  object-fit: cover;
}
.az-home-hero__links {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.az-home-hero__links a {
  min-width: 0;
  display: flex;
  padding: 0 14px 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}
.az-home-hero__links strong {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
}
.az-home-hero__links span {
  margin-top: 12px;
  border-bottom: 1px solid #fff;
  font-size: 17px;
  line-height: 1.35;
}
.az-color-story {
  padding-top: 52px;
}
.az-color-story > h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  font-variant-numeric: lining-nums;
  font-feature-settings: normal;
  text-align: center;
  white-space: nowrap;
}
.az-color-tabs {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1980px;
  margin: 42px auto 76px;
  display: grid;
  grid-template-columns: repeat(15, minmax(0, 1fr));
  gap: 44px 14px;
}
.az-color-tab {
  min-width: 0;
  text-align: center;
}
.az-color-tab > a {
  display: block;
  color: #121212;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.az-color-swatch {
  position: relative;
  width: 92px;
  height: 92px;
  display: block;
  margin: 0 auto 16px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 50%;
  background: #e3e3e3;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.az-color-swatch img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .3s ease;
}
.az-color-tab > a:hover .az-color-swatch {
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
  transform: scale(1.07);
}
.az-color-tab > a:hover .az-color-swatch img {
  transform: scale(1.12);
}
.az-color-tab.is-active .az-color-swatch {
  border-color: transparent;
  box-shadow: 0 0 0 5px #fff,
        0 0 0 10px #111;
  transform: scale(1.02);
}
.az-color-swatch--all {
  background: conic-gradient(#e676b4, #e74b65, #ef9b52, #f4dc6d, #83cfaa, #6bcdd7, #708ed0, #a577d3, #e676b4) !important;
}
.az-color-swatch--grey img {
  filter: brightness(1.32) saturate(0.14);
}
.az-color-swatch--jewel img {
  filter: hue-rotate(52deg) saturate(2.05) brightness(0.82);
}
.az-color-swatch--new {
  background: #b9d7eb !important;
}
.az-color-swatch--new img {
  filter: brightness(1.55) saturate(0.55);
}
.az-color-tab--new {
  grid-column: 8;
}
.az-color-popover {
  position: absolute;
  left: var(--az-popover-left, 50%);
  top: 164px;
  z-index: 25;
  width: 960px;
  max-width: calc(100vw - 50px);
  max-height: min(620px, calc(100vh - 190px));
  padding: 32px 42px 30px;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  background: #fafafa;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
  transform: var(--az-popover-transform, translateX(-50%));
}
.az-color-popover::before {
  content: "";
  position: absolute;
  left: var(--az-arrow-left, 50%);
  top: -14px;
  width: 26px;
  height: 26px;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  background: #fafafa;
  transform: translateX(-50%) rotate(45deg);
}
.az-color-tab.is-active .az-color-popover {
  display: block;
}
.az-color-tab--new .az-color-popover {
  top: 352px;
}
.az-color-popover__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px 18px;
}
.az-color-popover__grid > a {
  min-width: 0;
  color: #121212;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.az-color-popover__grid i {
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto 11px;
  border: 1px solid rgba(18, 18, 18, 0.06);
  border-radius: 10px;
  background: var(--az-shade);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.az-color-popover__grid i.is-floral {
  background-color: var(--az-shade);
  background-image: var(--az-shade-texture);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}
.az-color-popover__grid > a:hover i {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.08);
}
.az-color-popover__grid span {
  display: block;
}
.az-wide-banner {
  width: 100%;
  display: block;
}
.az-wide-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.az-wide-banner--colors img {
  aspect-ratio: 8.7273;
  object-fit: cover;
}
.az-product-module {
  width: calc(100% - 340px);
  max-width: 1708px;
  margin: 0 auto;
  padding: 50px 0 50px;
}
.az-product-module > header {
  min-height: 35px;
  display: flex;
  gap: 28px;
  align-items: baseline;
  margin-bottom: 28px;
}
.az-product-module h2 {
  font-size: 28px;
}
.az-product-module header > a {
  border-bottom: 1px solid #121212;
  color: #121212;
  font-size: 16px;
  text-decoration: none;
}
.az-home-products {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.az-home-product {
  min-width: 0;
}
.az-home-product > a {
  color: #121212;
  text-decoration: none;
}
.az-home-product h3 {
  min-height: 38px;
  margin: 10px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.az-home-product p {
  margin: 2px 0 0;
  color: #121212;
  font-size: 14px;
}
.az-home-product__media {
  position: relative;
  aspect-ratio: 0.72162162;
  overflow: hidden;
  background: #f7f7f7;
}
.az-home-product__media img {
  width: 100%;
  height: 125%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: transform .4s ease;
}
.az-home-product__media small {
  position: absolute;
  left: 8px;
  top: 8px;
  max-width: 82px;
  padding: 4px 7px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  color: #121212;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}
.az-home-product__media button {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: #121212;
  font-size: 22px;
  line-height: 38px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.az-home-product__media button:hover {
  transform: scale(1.06);
}
.az-home-product__media button.is-active {
  color: #8d2636;
}
.az-home-product:hover .az-home-product__media img {
  transform: scale(1.035);
}
.az-service-banner {
  position: relative;
}
.az-service-banner > img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 7.3846;
  object-fit: cover;
}
.az-service-banner__content {
  position: absolute;
  inset: 0;
  padding: 48px 9%;
}
.az-service-banner__content h2 {
  margin-bottom: 45px;
  font-size: 36px;
  text-align: center;
}
.az-service-banner__content h2 em {
  color: #684431;
  font-weight: 400;
}
.az-service-banner__content > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 55px;
}
.az-service-banner__content a {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #121212;
  text-decoration: none;
}
.az-service-banner__content span {
  display: block;
}
.az-service-banner__content strong,
.az-service-banner__content small {
  display: block;
}
.az-service-banner__content strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 25px;
  font-weight: 400;
}
.az-service-banner__content small {
  margin-top: 8px;
  font-size: 14px;
}
.az-service-icon {
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}
.az-service-icon::before {
  color: #121212;
  font-size: 42px;
  line-height: 1;
}
.az-service-icon--swatch::before {
  content: "◇";
}
.az-service-icon--home::before {
  content: "⌂";
}
.az-service-icon--showroom::before {
  content: "♙";
}
.az-image-module > header {
  width: calc(100% - 340px);
  max-width: 1708px;
  min-height: 62px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  align-items: center;
}
.az-image-module > h2 {
  padding: 52px 0 36px;
  font-size: 36px;
  text-align: center;
}
.az-image-module header h2 {
  font-size: 28px;
}
.az-image-module header a {
  border-bottom: 1px solid #121212;
  color: #121212;
  font-size: 16px;
  text-decoration: none;
}
.az-image-module__media {
  position: relative;
  width: 100%;
  display: block;
}
.az-image-module__media > img {
  width: 100%;
  height: auto;
  display: block;
}
.az-image-module--party .az-image-module__media > img {
  aspect-ratio: 3.2378;
  object-fit: cover;
}
.az-party-links {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.az-party-links a {
  display: flex;
  padding: 20px 0;
  align-items: flex-start;
  justify-content: center;
  color: #121212;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
.az-rsvp-banner {
  position: relative;
  margin-top: 80px;
}
.az-rsvp-banner > img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4.6265;
  object-fit: cover;
}
.az-rsvp-banner > div {
  position: absolute;
  inset: 0 0 0 44%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}
.az-rsvp-banner h2 {
  color: #fff;
  font-size: 36px;
}
.az-rsvp-banner p {
  margin: 14px 0 30px;
  font-size: 18px;
}
.az-rsvp-banner nav {
  display: flex;
  gap: 58px;
}
.az-rsvp-banner a {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.az-image-module:not(.az-image-module--party) .az-image-module__media > img {
  aspect-ratio: 3.3103;
  object-fit: cover;
}
.az-image-module--edge {
  margin-top: 80px;
}
.az-image-module.az-image-module--edge .az-image-module__media > img {
  aspect-ratio: 2.8657;
}
.az-rsvp-banner + .az-product-module {
  padding-top: 80px;
  padding-bottom: 1px;
}
.az-explore-module {
  position: relative;
  margin-top: 80px;
}
.az-explore-module > img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3.6226;
  object-fit: cover;
}
.az-explore-module > div {
  position: absolute;
  inset: 0;
  padding: 7% 8%;
  color: #fff;
  text-align: center;
}
.az-explore-module h2 {
  margin-bottom: 35px;
  color: #fff;
  font-size: 32px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.az-explore-module nav {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 20px;
}
.az-explore-module a {
  min-height: 54px;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #fff;
  color: #121212;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.az-difference {
  position: relative;
  margin-top: 80px;
}
.az-difference > img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 5.2033;
  object-fit: cover;
}
.az-difference > div {
  position: absolute;
  inset: 0;
  padding: 45px 8% 25px;
  text-align: center;
}
.az-difference h2 {
  margin-bottom: 28px;
  font-size: 32px;
}
.az-difference h2 em {
  font-weight: 400;
}
.az-difference__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px;
}
.az-difference__items i {
  width: 68px;
  height: 68px;
  display: grid;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 50%;
  background: #eee6db;
  color: #121212;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-style: normal;
}
.az-difference__items h3 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  font-weight: 400;
}
.az-difference__items p {
  max-width: 390px;
  margin: 8px auto 0;
  font-size: 14px;
  line-height: 1.4;
}
.az-irl {
  margin-top: 80px;
  padding-top: 36px;
  background: #f5eded;
  text-align: center;
}
.az-irl header {
  margin-bottom: 28px;
}
.az-irl h2 {
  font-size: 32px;
}
.az-irl h2 em {
  font-weight: 400;
}
.az-irl header p {
  margin: 12px 0 0;
  font-size: 14px;
}
.az-irl > img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3.0236;
  object-fit: cover;
}
.az-irl > div {
  padding: 32px 0 40px;
  display: flex;
  gap: 32px;
  justify-content: center;
}
.az-irl > div a {
  width: 350px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #121212;
  border-radius: 3px;
  background: #fff;
  color: #121212;
  font-weight: 700;
  text-decoration: none;
}
.az-irl > div a:first-child {
  background: #121212;
  color: #fff;
}
.az-about {
  width: calc(100% - 448px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 75px 0 70px;
}
.az-about h2 {
  margin-bottom: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.az-about p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.az-about button {
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #121212;
  border-radius: 0;
  background: transparent;
  color: #121212;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .az-tour-strip {
    grid-template-columns: 260px minmax(900px, 1fr) 145px;
  }
  .az-color-tabs,
  .az-product-module,
  .az-image-module > header {
    width: calc(100% - 40px);
  }
  .az-color-story > h2 {
    font-size: 36px;
  }
  .az-color-swatch {
    width: 60px;
    height: 60px;
  }
  .az-color-popover {
    top: 116px;
    width: 860px;
    padding: 26px 32px 28px;
  }
  .az-color-tab--new .az-color-popover {
    top: 254px;
  }
  .az-color-popover__grid {
    gap: 24px 18px;
  }
  .az-color-popover__grid i {
    width: 44px;
    height: 44px;
    border-radius: 9px;
  }
  .az-service-banner__content {
    padding-top: 28px;
  }
  .az-service-banner__content h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .az-tour-strip {
    display: none;
  }
  .az-home-hero {
    overflow-x: auto;
  }
  .az-home-hero > img,
  .az-home-hero__links {
    width: 1280px;
    max-width: none;
  }
  .az-color-tabs {
    width: calc(100% - 40px);
    overflow-x: auto;
    grid-template-columns: repeat(15, 75px);
  }
  .az-color-story > h2 {
    font-size: 34px;
  }
  .az-product-module,
  .az-image-module > header {
    width: calc(100% - 40px);
  }
  .az-home-products {
    overflow-x: auto;
    grid-template-columns: repeat(6, 210px);
  }
  .az-service-banner__content h2 {
    margin-bottom: 14px;
    font-size: 26px;
  }
  .az-service-banner__content strong {
    font-size: 18px;
  }
  .az-service-banner__content small {
    display: none;
  }
  .az-service-icon {
    width: 58px;
    height: 58px;
  }
  .az-rsvp-banner nav {
    gap: 22px;
  }
  .az-explore-module nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .az-explore-module nav a:nth-child(n+5) {
    display: none;
  }
  .az-difference > div {
    padding-top: 24px;
  }
  .az-difference__items i {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .az-difference__items h3 {
    font-size: 19px;
  }
  .az-about {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .az-home-hero > img {
    width: 1160px;
    height: 540px;
    object-position: left center;
  }
  .az-home-hero__links {
    width: 1160px;
    height: 540px;
  }
  .az-home-hero__links strong {
    font-size: 27px;
  }
  .az-color-story {
    padding-top: 36px;
  }
  .az-color-story > h2,
  .az-image-module > h2 {
    font-size: 26px;
  }
  .az-color-story > h2 {
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 25px;
  }
  .az-color-swatch {
    width: 60px;
    height: 60px;
  }
  .az-color-popover,
  .az-color-tab--new .az-color-popover {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 116px;
    width: auto;
    max-width: none;
    max-height: calc(100vh - 136px);
    padding: 24px 16px;
    overflow-y: auto;
    transform: none;
  }
  .az-color-popover::before,
  .az-color-tab--new .az-color-popover::before {
    display: none;
  }
  .az-color-popover__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 10px;
  }
  .az-color-popover__grid i {
    width: 58px;
    height: 58px;
  }
  .az-color-popover__grid > a {
    font-size: 13px;
  }
  .az-wide-banner--colors img {
    min-height: 140px;
    object-fit: cover;
  }
  .az-product-module {
    padding: 34px 0;
  }
  .az-product-module h2,
  .az-image-module header h2 {
    font-size: 22px;
  }
  .az-service-banner {
    min-height: 390px;
    background: #f8f3ee;
  }
  .az-service-banner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .az-service-banner__content {
    padding: 34px 22px;
  }
  .az-service-banner__content > div {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .az-image-module--party .az-image-module__media > img,
  .az-image-module:not(.az-image-module--party) .az-image-module__media > img,
  .az-image-module--edge .az-image-module__media > img,
  .az-rsvp-banner > img,
  .az-explore-module > img {
    min-height: 360px;
    object-fit: cover;
  }
  .az-party-links a {
    font-size: 16px;
  }
  .az-rsvp-banner {
    margin-top: 40px;
  }
  .az-rsvp-banner > div {
    inset: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.25);
  }
  .az-rsvp-banner nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .az-image-module--edge,
  .az-explore-module,
  .az-difference,
  .az-irl {
    margin-top: 40px;
  }
  .az-explore-module > div {
    padding: 46px 20px;
  }
  .az-explore-module nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .az-difference {
    min-height: 620px;
    background: #f8f3ee;
  }
  .az-difference > img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
  }
  .az-difference > div {
    padding: 34px 22px;
  }
  .az-difference__items {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .az-difference__items p {
    max-width: 300px;
  }
  .az-irl > div {
    padding: 24px 16px 32px;
    gap: 12px;
  }
  .az-irl > div a {
    width: auto;
    flex: 1 1 0;
    padding: 0 10px;
    font-size: 12px;
  }
  .az-about {
    width: calc(100% - 40px);
    padding: 48px 0;
  }
}
.az-banner-hitareas {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2;
  display: grid !important;
  padding: 0 !important;
  gap: 0 !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  justify-items: stretch !important;
  background: transparent !important;
}
.az-banner-hitareas a {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none;
}
.az-banner-hitareas--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.az-banner-hitareas--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.azazie-theme-ready .az-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease var(--az-reveal-delay, 0ms), transform 0.65s ease var(--az-reveal-delay, 0ms);
}
.azazie-theme-ready .az-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .az-home-product__media img,
  .az-home-product__media button,
  .azazie-theme-ready .az-reveal {
    transition: none;
  }
  .azazie-theme-ready .az-reveal {
    opacity: 1;
    transform: none;
  }
}
.az-banner-hitareas--rsvp {
  left: 27% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.az-banner-hitareas--seven {
  top: 58% !important;
  right: 7% !important;
  bottom: 11% !important;
  left: 7% !important;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1% !important;
}
.az-irl {
  position: relative;
  padding-top: 0;
}
.az-irl > img {
  width: 100%;
  height: auto;
  aspect-ratio: 3.0236;
  object-fit: cover;
}
.az-banner-hitareas--irl {
  top: 77% !important;
  right: 30% !important;
  bottom: 8% !important;
  left: 30% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3% !important;
}
.az-category-page,
.az-pdp-page {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px 64px;
}
.az-category-hero {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 -24px 34px;
  background: #fbfaf8;
  text-align: center;
}
.az-category-hero span {
  color: #76716f;
  font-size: 12px;
  letter-spacing: 2px;
}
.az-category-hero h1 {
  margin: 12px 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 48px;
  font-weight: 400;
}
.az-category-hero p {
  max-width: 560px;
  color: #76716f;
}
.az-category-shell {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 32px;
}
.az-filter-panel strong {
  display: block;
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.az-filter-panel details {
  border-top: 1px solid #e8e3df;
  padding: 15px 0;
}
.az-filter-panel summary {
  cursor: pointer;
  font-weight: 700;
}
.az-filter-panel a {
  display: block;
  margin-top: 10px;
  color: #76716f;
  text-decoration: none;
}
.az-category-toolbar {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e3df;
  margin-bottom: 24px;
}
.az-category-toolbar button {
  border: 1px solid #e8e3df;
  background: #fff;
  padding: 9px 14px;
}
.az-demo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 20px;
}
.az-pdp-page {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 48px;
  align-items: start;
}
.az-pdp-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.az-pdp-gallery img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
  background: #fbfaf8;
}
.az-pdp-info {
  position: sticky;
  top: 190px;
}
.az-pdp-info h1 {
  margin: 12px 0 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
}
.az-pdp-rating {
  color: #d7b89a;
}
.az-pdp-rating a {
  margin-left: 8px;
  color: #76716f;
}
.az-pdp-price {
  margin: 12px 0;
  font-size: 24px;
  font-weight: 800;
}
.az-pdp-copy {
  color: #76716f;
  line-height: 1.7;
}
.az-option-block {
  margin-top: 28px;
}
.az-option-block strong {
  display: block;
  margin-bottom: 12px;
}
.az-color-grid,
.az-size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.az-color-grid button {
  width: 34px;
  height: 34px;
  border: 1px solid #e8e3df;
  border-radius: 50%;
}
.az-size-grid button {
  min-width: 74px;
  height: 42px;
  border: 1px solid #e8e3df;
  background: #fff;
}
.az-add-to-bag {
  width: 100%;
  height: 54px;
  margin-top: 28px;
  border: 1px solid #101010;
  background: #101010;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.az-pdp-services {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  color: #76716f;
}
.az-pdp-tabs {
  margin-top: 28px;
}
.az-pdp-tabs details {
  border-top: 1px solid #e8e3df;
  padding: 16px 0;
}
@media (max-width: 1024px) {
  .az-demo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .az-pdp-page {
    grid-template-columns: 1fr;
  }
  .az-pdp-info {
    position: static;
  }
}
@media (max-width: 767px) {
  .az-category-page,
  .az-pdp-page {
    padding-left: 14px;
    padding-right: 14px;
  }
  .az-category-shell {
    grid-template-columns: 1fr;
  }
  .az-filter-panel {
    display: none;
  }
  .az-demo-grid,
  .az-pdp-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }
}
.azazie-theme .navigation .level0 .submenu {
  border-color: #e8e3df;
}
.azazie-theme .products-grid .product-item-info {
  width: 100%;
}
.az-product-card,
.azazie-theme .products-grid .product-item {
  position: relative;
}
.az-product-card {
  min-width: 0;
}
.az-product-card h3 {
  margin: 13px 0 8px;
  color: #242424;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}
.az-product-card p {
  margin: 0;
  color: #76716f;
  font-size: 13px;
}
.az-product-card__image,
.azazie-theme .product-image-wrapper {
  background: #fbfaf8;
}
.az-product-card__image {
  aspect-ratio: 0.75;
  overflow: hidden;
}
.az-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}
.az-product-card:hover .az-product-card__image img {
  transform: scale(1.035);
}
.az-product-card__wish {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #101010;
  font-size: 20px;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}
.az-product-card__wish.is-active {
  background: #101010;
  color: #fff;
  transform: scale(1.08);
}
.az-product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #101010;
  font-size: 13px;
}
.az-product-card__meta span {
  color: #d7b89a;
  letter-spacing: 1px;
}
.az-product-card__meta em {
  font-style: normal;
  font-weight: 700;
}
.azazie-theme .products-grid .product-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 20px;
}
.azazie-theme .products-grid .product-item {
  width: auto;
  margin: 0;
}
.azazie-theme .product-item-name {
  min-height: 40px;
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.4;
}
.azazie-theme .price-box {
  color: #101010;
  font-weight: 700;
}
.azazie-theme .actions-primary .action.primary {
  border: 1px solid #101010;
  border-radius: 0;
  background: #101010;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .azazie-theme .products-grid .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .azazie-theme .products-grid .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }
}
.azazie-theme .gallery-placeholder {
  background: #fbfaf8;
}
.azazie-theme.catalog-product-view .page-main {
  max-width: 1500px;
}
.azazie-theme .product-info-main .page-title-wrapper h1 {
  color: #101010;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  font-weight: 400;
}
.azazie-theme .product-info-main .price-box .price {
  color: #101010;
  font-size: 24px;
}
.azazie-theme .product-info-main .box-tocart .action.tocart {
  min-height: 52px;
  border: 1px solid #101010;
  border-radius: 0;
  background: #101010;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.azazie-theme .product.data.items > .item.title > .switch {
  border: 0;
  background: #fff;
  color: #101010;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.azazie-carousel {
  overflow: hidden;
}
.azazie-theme .filter-options-title {
  color: #101010;
}
.azazie-theme .columns {
  align-items: flex-start;
}
.azazie-theme .sidebar-main {
  padding-right: 28px;
}
.azazie-theme .filter-title strong,
.azazie-theme .filter-options-title,
.azazie-theme .block-title strong {
  color: #101010;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.azazie-theme .filter-options-content a {
  color: #76716f;
  font-size: 14px;
}
.azazie-theme .toolbar-products {
  color: #76716f;
  border-bottom: 1px solid #e8e3df;
  padding-bottom: 14px;
}
body.az-bridesmaids-plp .page-main {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  padding: 0 28px 48px;
}
body.az-bridesmaids-plp .columns,
body.az-bridesmaids-plp .column.main,
body.az-bridesmaids-plp .category-products {
  display: block;
  width: 100%;
  min-height: 0;
  padding: 0;
}
body.az-bridesmaids-plp .columns {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
body.az-bridesmaids-plp .column.main {
  max-width: none;
}
body.az-bridesmaids-plp .message.info {
  margin: 28px 0;
}
.az-plp {
  color: #171717;
  font-family: Arial, Helvetica, sans-serif;
}
.az-plp__heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 0;
}
.az-plp__heading h1 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.az-plp__heading span {
  font-size: 14px;
}
.az-plp-colors {
  position: relative;
  z-index: 20;
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  min-height: 126px;
  margin: 0 auto;
  padding-top: 30px;
  overflow: visible;
  scrollbar-width: none;
}
.az-plp-colors::-webkit-scrollbar {
  display: none;
}
.az-plp-color-family,
.az-plp-colors > .az-plp-color {
  position: relative;
  flex: 0 0 56px;
}
.az-plp-color {
  display: flex;
  width: 56px;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: #151515;
  font-size: 12px;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.az-plp-color:hover,
.az-plp-color:visited {
  color: #151515;
  text-decoration: none;
}
.az-plp-color.is-active .az-plp-color__swatch,
.az-plp-color-family.is-active .az-plp-color .az-plp-color__swatch {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111;
}
.az-plp-color > span:last-child {
  max-width: 58px;
}
.az-plp-color__swatch {
  display: block;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: var(--az-plp-color, #dddddd);
  transition: box-shadow 160ms ease, transform 160ms ease;
}
.az-plp-color__swatch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.az-plp-color:hover .az-plp-color__swatch {
  transform: translateY(-2px);
}
.az-plp-color__swatch--all {
  border: 0;
  background: conic-gradient(#ff4b61, #ff9c42, #f4df55, #7ed59a, #6bcbd2, #7595e7, #b576d5, #ff4b61);
}
.az-plp-color-popover {
  display: none;
  position: absolute;
  left: 50%;
  top: 84px;
  z-index: 30;
  visibility: hidden;
  width: 664px;
  max-height: 430px;
  padding: 24px 24px 20px;
  overflow-y: auto;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translate(-50%, 7px);
  transition: opacity 120ms ease 100ms,
        transform 120ms ease 100ms,
        visibility 0s linear 220ms;
  pointer-events: none;
}
.az-plp-color-family:hover .az-plp-color-popover,
.az-plp-color-family:focus-within .az-plp-color-popover,
.az-plp-color-family.is-open .az-plp-color-popover {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 80ms;
  pointer-events: auto;
}
.az-plp-color-popover__arrow {
  position: absolute;
  left: 50%;
  top: -9px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}
.az-plp-color-popover__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px 14px;
}
.az-plp-subcolor {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #171717;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.az-plp-subcolor:hover,
.az-plp-subcolor:focus,
.az-plp-subcolor:visited {
  color: #171717;
  text-decoration: none;
}
.az-plp-subcolor.is-active .az-plp-subcolor__swatch {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111;
}
.az-plp-subcolor__swatch {
  display: block;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: var(--az-plp-subcolor, #dddddd);
}
.az-plp-subcolor__swatch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.az-plp-mobile-toolbar {
  display: none;
}
.az-plp-compact-toolbar,
.az-plp-quick-filters {
  display: none;
}
.az-plp-catalog {
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  align-items: start;
  gap: 32px;
}
.az-plp-sidebar {
  position: sticky;
  top: 134px;
  align-self: start;
  max-height: calc(100vh - 146px);
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c8c8c8 transparent;
}
.az-plp-sidebar__summary {
  min-height: 58px;
  border-bottom: 1px solid #d3d3d3;
}
.az-plp-sidebar__summary-heading {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.az-plp-sidebar__summary-heading h2 {
  height: 58px;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0;
}
.az-plp-sidebar__summary-heading a {
  color: #686868;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.az-plp-sidebar__summary-heading a:hover,
.az-plp-sidebar__summary-heading a:focus,
.az-plp-sidebar__summary-heading a:visited {
  color: #686868;
}
.az-plp-sidebar__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 16px;
}
.az-plp-sidebar__chips a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 4px 12px;
  border-radius: 16px;
  background: #f5f5f5;
  color: #686868;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.az-plp-sidebar__chips a:hover,
.az-plp-sidebar__chips a:focus,
.az-plp-sidebar__chips a:visited {
  color: #686868;
  text-decoration: none;
}
.az-plp-sidebar__chips a:hover {
  background: #ededed;
}
.az-plp-sidebar__chips a span:last-child {
  font-size: 20px;
  font-weight: 300;
  line-height: 16px;
}
.az-plp-sidebar__chips button {
  flex: 0 0 100%;
  width: 100%;
  padding: 4px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.az-plp-sidebar__chips button:hover,
.az-plp-sidebar__chips button:focus,
.az-plp-sidebar__chips button:active {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #171717;
}
.az-plp-sidebar__toggle {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #e0e0e0;
  color: #171717;
  font-size: 16px;
  text-decoration: none;
}
.az-plp-sidebar__toggle:hover,
.az-plp-sidebar__toggle:focus,
.az-plp-sidebar__toggle:visited {
  color: #171717;
  text-decoration: none;
}
.az-plp-sidebar__toggle.is-active .az-plp-sidebar__switch {
  border-color: #696969;
  background: #696969;
}
.az-plp-sidebar__toggle.is-active .az-plp-sidebar__switch::after {
  transform: translateX(15px);
}
.az-plp-sidebar__toggle strong {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.az-plp-sidebar__bolt {
  color: #f2a000;
  font-size: 20px;
  line-height: 1;
}
.az-plp-sidebar__switch {
  position: relative;
  width: 34px;
  height: 18px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  background: #e5e5e5;
}
.az-plp-sidebar__switch::after {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  content: '';
  transition: transform 140ms ease;
}
.az-plp-sidebar__group {
  border-bottom: 1px solid #e0e0e0;
}
.az-plp-sidebar__group > button {
  display: flex;
  width: 100%;
  height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #171717;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
}
.az-plp-sidebar__group > button:hover,
.az-plp-sidebar__group > button:focus {
  border: 0;
  background: #fff;
  color: #171717;
  box-shadow: none;
}
.az-plp-sidebar__group > button > span:last-child {
  position: relative;
  width: 14px;
  height: 14px;
}
.az-plp-sidebar__group > button > span:last-child::before,
.az-plp-sidebar__group > button > span:last-child::after {
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 1px;
  background: #171717;
  content: '';
}
.az-plp-sidebar__group > button > span:last-child::after {
  transform: rotate(90deg);
  transition: transform 150ms ease;
}
.az-plp-sidebar__group.is-open > button > span:last-child::after {
  transform: rotate(0);
}
.az-plp-sidebar__options {
  display: none;
  max-height: 380px;
  overflow-y: auto;
  padding: 0 0 15px;
}
.az-plp-sidebar__group.is-open .az-plp-sidebar__options {
  display: block;
}
.az-plp-sidebar__options .az-plp-filter__option {
  min-height: 31px;
  font-size: 14px;
}
.az-plp-sidebar__group--sizes > button {
  height: 46px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.az-plp-sidebar__group--sizes.is-open > .az-plp-sidebar__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 0;
  max-height: none;
  padding: 0 0 18px;
  overflow: visible;
}
.az-plp-sidebar__group--sizes .az-plp-filter__option {
  min-height: 35px;
  gap: 10px;
  color: #686868;
  font-size: 16px;
}
.az-plp-sidebar__group--sizes .az-plp-filter__option input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  appearance: none;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.az-plp-sidebar__group--sizes .az-plp-filter__option input:checked {
  border-color: #111;
  background: #111;
  box-shadow: inset 0 0 0 4px #fff;
}
.az-plp-results {
  position: relative;
  min-width: 0;
  transition: opacity 140ms ease;
}
.az-plp.is-loading .az-plp-results {
  opacity: .42;
  pointer-events: none;
}
.az-plp-toolbar {
  position: relative;
  z-index: 5;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 0;
}
.az-plp-toolbar__filters,
.az-plp-toolbar__sort {
  display: flex;
  align-items: center;
}
.az-plp-toolbar__filters {
  gap: 14px;
}
.az-plp-toolbar__sort {
  flex: 0 0 auto;
  gap: 8px;
}
.az-plp-toolbar__actions,
.az-plp-toolbar__views {
  display: flex;
  align-items: center;
}
.az-plp-toolbar__actions {
  flex: 0 0 auto;
  gap: 16px;
}
.az-plp-toolbar__views {
  gap: 8px;
}
.az-plp-toolbar__sort label {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
.az-plp-toolbar__sort select {
  width: 176px;
  height: 34px;
  padding: 0 34px 0 10px;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  background-color: #fff;
  color: #1a1a1a;
  font-size: 13px;
  box-shadow: none;
  cursor: pointer;
}
.az-plp-filter {
  position: relative;
}
.az-plp-filter-button,
.az-plp-all-filters {
  display: inline-flex;
  width: auto;
  height: 30px;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 15px;
  border: 1px solid #171717;
  border-radius: 16px;
  background: #fff;
  color: #181818;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
}
.az-plp-filter-button:hover,
.az-plp-all-filters:hover,
.az-plp-filter-button:focus,
.az-plp-all-filters:focus,
.az-plp-filter-button:visited,
.az-plp-all-filters:visited {
  border-color: #171717;
  background: #fff;
  color: #181818;
  text-decoration: none;
  box-shadow: none;
}
.az-plp-filter-button.is-active,
.az-plp-all-filters.is-active {
  background: #171717;
  color: #fff;
}
.az-plp-filter-button:not(.az-plp-filter-button--ships) > span {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
  transition: transform 150ms ease;
}
.az-plp-filter.is-open .az-plp-filter-button > span {
  margin-top: 3px;
  transform: rotate(225deg);
}
.az-plp-filter-button--ships {
  gap: 3px;
}
.az-plp-all-filters {
  height: auto;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid #171717;
  border-radius: 0;
  line-height: 1.2;
}
.az-plp-filter__panel {
  position: absolute;
  left: 0;
  top: calc(108%);
  display: none;
  width: 242px;
  border: 1px solid #9d9d9d;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}
.az-plp-filter.is-open .az-plp-filter__panel {
  display: block;
}
.az-plp-filter__actions {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-bottom: 1px solid #ddd;
}
.az-plp-filter__actions button {
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #555;
  border-radius: 0;
  background: transparent;
  color: #555;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: none;
  cursor: pointer;
}
.az-plp-filter__options {
  max-height: 296px;
  overflow-y: auto;
  padding: 8px 14px 10px;
}
.az-plp-filter__option {
  display: flex;
  min-height: 29px;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #222;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
.az-plp-filter__option input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #111;
}
.az-plp-filter__options--visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 8px;
  max-height: none;
  overflow: visible;
  padding-top: 12px;
  padding-bottom: 18px;
}
.az-plp-filter__option--visual {
  display: grid;
  grid-template-rows: 58px auto;
  gap: 6px;
  justify-items: center;
  min-width: 0;
  min-height: 0;
  text-align: center;
}
.az-plp-filter__option--visual input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.az-plp-filter__visual {
  display: grid;
  box-sizing: border-box;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid transparent;
  border-radius: 3px;
  transition: transform 180ms ease;
}
.az-plp-filter__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.az-plp-filter__option--visual input:checked + .az-plp-filter__visual {
  border-color: #111;
}
.az-plp-filter__option--visual:hover .az-plp-filter__visual,
.az-plp-filter__option--visual:focus-within .az-plp-filter__visual {
  transform: scale(1.08);
}
.az-plp-filter__visual--placeholder {
  border: 1px solid #d7d7d7;
  background: #f7f7f7;
}
.az-plp-filter__option--visual > span:last-child {
  max-width: 100%;
  color: #171717;
  font-size: 13px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.az-plp-sidebar__options.az-plp-filter__options--visual {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 8px;
  max-height: none;
  padding: 12px 0 18px;
  overflow: visible;
}

.az-plp-sidebar__group.is-open > .az-plp-sidebar__options.az-plp-filter__options--visual {
  display: grid;
}

.az-plp-sidebar__options.az-plp-filter__options--visual .az-plp-filter__option {
  min-height: 0;
  font-size: 13px;
}

.az-plp-drawer__options.az-plp-filter__options--visual {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 8px;
  max-height: none;
  padding: 8px 0 12px;
  overflow: visible;
}
.az-plp-filter__subgroup {
  display: block;
  margin: 12px 0 5px;
  color: #171717;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}
.az-plp-filter__option--link {
  display: block;
  min-height: 0;
  padding: 5px 0;
  color: #222;
  line-height: 1.35;
  text-decoration: none;
}
.az-plp-filter__option--link:hover,
.az-plp-filter__option--link:visited {
  color: #222;
}
.az-plp-filter__option--link:hover {
  text-decoration: underline;
}
.az-plp-view {
  display: grid;
  width: 27px;
  height: 30px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #171717;
  box-shadow: none;
  cursor: pointer;
}
.az-plp-view:hover,
.az-plp-view:focus {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.az-plp-view:not(.is-active) {
  opacity: .48;
}
.az-plp-view__grid,
.az-plp-view__compact {
  display: block;
  width: 15px;
  height: 17px;
  border: 1px solid currentColor;
}
.az-plp-view__compact {
  display: grid;
  grid-template-columns: repeat(2, 7px);
  grid-template-rows: repeat(2, 7px);
  gap: 2px;
  border: 0;
}
.az-plp-view__compact i {
  display: block;
  border: 1px solid currentColor;
}
.az-plp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.az-plp-grid.is-compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.az-plp-card {
  min-width: 0;
}
.az-plp-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.72289157;
  background: #efeeec;
}
.az-plp-card__media > a,
.az-plp-card__media .product-image-container,
.az-plp-card__media .product-image-wrapper {
  display: block;
  width: 100% !important;
  height: 100%;
}
.az-plp-card__media > a {
  position: relative;
}
.az-plp-card__media .product-image-wrapper {
  padding-bottom: 0 !important;
}
.az-plp-card__media .product-image-photo {
  position: static;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 260ms ease, opacity 160ms ease;
}
.az-plp-card__hover-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  visibility: visible;
  transform: scale(1.015);
  transition: opacity 180ms ease, transform 260ms ease;
}
.az-plp-card__hover-image[hidden] {
  display: none;
}
.az-plp-card__media:hover .az-plp-card__hover-image:not([hidden]) {
  opacity: 1;
  transform: scale(1.025);
}
.az-plp-card.is-changing-color .az-plp-card__media .product-image-photo {
  opacity: .55;
}
.az-plp-card__shipping {
  position: absolute;
  left: 6px;
  top: 8px;
  z-index: 2;
  display: grid;
  min-height: 32px;
  grid-template-columns: 12px auto;
  align-content: center;
  padding: 2px 9px 2px 5px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  background: rgba(85, 84, 81, 0.54);
  color: #fff;
  font-size: 11px;
  line-height: 1.05;
}
.az-plp-card__shipping > span {
  grid-row: 0.33333333;
  align-self: center;
  font-size: 14px;
}
.az-plp-card__shipping strong,
.az-plp-card__shipping em {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
}
.az-plp-card__wish {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(70, 68, 66, 0.28);
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 34px;
  box-shadow: none;
  cursor: pointer;
}
.az-plp-card__wish:hover,
.az-plp-card__wish:focus {
  border: 0;
  background: rgba(50, 50, 50, 0.78);
  color: #fff;
  box-shadow: none;
}
.az-plp-card__wish.is-active {
  background: rgba(35, 35, 35, 0.86);
  color: #fff;
}
.az-plp-card__details {
  padding: 11px 2px 0;
}
.az-plp-card__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.az-plp-card__title-row h2 {
  min-width: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
.az-plp-card__title-row h2 a,
.az-plp-card__title-row h2 a:visited {
  color: #171717;
  text-decoration: none;
}
.az-plp-card__title-row h2 span {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 5px;
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  color: #555;
  font-size: 10px;
  font-weight: 400;
  vertical-align: 1px;
}
.az-plp-card__title-row > strong {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
}
.az-plp-card__description {
  display: block;
  min-height: 34px;
  margin-top: 5px;
  overflow: hidden;
  color: #444;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
}
.az-plp-card__description:visited,
.az-plp-card__description:hover {
  color: #444;
  text-decoration: none;
}
.az-plp-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 5px;
  color: #333;
  font-size: 11px;
  text-decoration: none;
}
.az-plp-card__rating:visited,
.az-plp-card__rating:hover {
  color: #333;
  text-decoration: none;
}
.az-plp-card__rating > span {
  font-size: 12px;
}
.az-plp-card__rating em {
  color: #777;
  font-style: normal;
}
.az-plp-card__colors {
  display: flex;
  min-height: 26px;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
}
.az-plp-card__colors button {
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  background: var(--az-card-swatch, #dddddd);
  box-shadow: none;
  cursor: pointer;
}
.az-plp-card__colors button.is-active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #111;
}
.az-plp-card__colors button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.az-plp-card__colors > a {
  color: #333;
  font-size: 11px;
  text-decoration: underline;
}
.az-plp-pagination {
  margin-top: 58px;
  min-height: 88px;
}
.az-plp-pagination .toolbar-amount,
.az-plp-pagination .limiter,
.az-plp-pagination .modes,
.az-plp-pagination .toolbar-sorter {
  display: none;
}
.az-plp-pagination .toolbar-products {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
}
.az-plp-pagination .pages {
  float: none;
  text-align: center;
}
.az-pager {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  color: #686868;
  font-size: 16px;
}
.az-pager__pages,
.az-pager__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.az-pager__pages {
  gap: 18px;
}
.az-pager__pages a,
.az-pager__pages strong {
  display: block;
  min-width: 12px;
  color: #686868;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.az-pager__pages strong {
  color: #777;
  text-decoration: none;
}
.az-pager__navigation {
  gap: 13px;
}
.az-pager__direction {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #606060;
  text-decoration: none;
}
.az-pager__direction:hover,
.az-pager__direction:visited {
  color: #606060;
  text-decoration: none;
}
.az-pager__direction.is-disabled {
  color: #cfcfcf;
}
.az-pager__direction i {
  width: 9px;
  height: 9px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}
.az-pager__direction--next i {
  transform: rotate(225deg);
}
.az-pager__divider {
  width: 1px;
  height: 24px;
  background: #222;
}
.az-plp-landing-content {
  width: calc(36%);
  max-width: 1440px;
  margin: 64px auto 0;
  padding: 44px 0 64px;
  border-top: 1px solid #d8d8d8;
  color: #222;
  font-size: 16px;
  line-height: 1.7;
}
.az-plp-landing-content h2 {
  margin: 0 0 20px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
}
.az-plp-landing-content h3 {
  margin: 32px 0 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.az-plp-landing-content p {
  max-width: 1180px;
  margin: 0 0 14px;
}
.az-plp-landing-content a {
  color: #222;
  text-decoration: underline;
}
.az-plp-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1200;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 180ms ease, visibility 180ms ease;
}
.az-plp-drawer.is-open {
  display: block;
  visibility: visible;
  opacity: 1;
}
.az-plp-drawer__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.38);
}
.az-plp-drawer__panel {
  position: absolute;
  right: 0;
  top: 0;
  display: grid;
  width: 92vw;
  max-width: 380px;
  height: 100%;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: #fff;
  transform: translateX(100%);
  transition: transform 220ms ease;
}
.az-plp-drawer.is-open .az-plp-drawer__panel {
  transform: translateX(0);
}
.az-plp-drawer__panel > header {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 19px;
}
.az-plp-drawer__panel > header button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  box-shadow: none;
}
.az-plp-drawer__panel > footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 12px;
  padding: 14px 20px;
  border-top: 1px solid #ddd;
}
.az-plp-drawer__panel > footer button {
  height: 42px;
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
  color: #111;
  box-shadow: none;
}
.az-plp-drawer__panel > footer button:last-child {
  background: #111;
  color: #fff;
}
.az-plp-drawer__body {
  overflow-y: auto;
  padding: 0 25px 22px;
}
.az-plp-drawer__group {
  padding: 0 0 17px;
}
.az-plp-drawer__group h3 {
  margin: 0;
  padding: 13px 0 7px;
  color: #171717;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}
.az-plp-drawer__options {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
}
.az-plp-drawer__options .az-plp-filter__option {
  min-height: 30px;
}
body.az-plp-filter-lock {
  overflow: hidden;
}
@media (max-width: 1500px) and (min-width: 768px) {
  body.az-bridesmaids-plp .page-main {
    padding-right: 30px;
    padding-left: 30px;
  }
  .az-plp-compact-toolbar {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .az-plp-catalog {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .az-plp-sidebar,
  .az-plp-results > .az-plp-toolbar {
    display: none;
  }
  .az-plp-colors {
    width: 100%;
    justify-content: center;
    gap: clamp(8px, 1.05vw, 18px);
    min-height: 116px;
    padding-top: 22px;
  }
  .az-plp-color-family,
  .az-plp-colors > .az-plp-color {
    flex: 0 0 52px;
  }
  .az-plp-color {
    width: 52px;
  }
  .az-plp-quick-filters {
    position: relative;
    z-index: 16;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 1px solid #dedede;
  }
  .az-plp-quick-filters .az-plp-filter__panel {
    z-index: 40;
  }
  .az-plp-quick-filters .az-plp-filter__options--visual {
    width: 350px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1180px) {
  .az-plp-catalog {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .az-plp-sidebar {
    display: none;
  }
  .az-plp-mobile-toolbar {
    display: none;
  }
}
@media (max-width: 900px) {
  body.az-bridesmaids-plp .page-main {
    padding-right: 16px;
    padding-left: 16px;
  }
  .az-plp-grid,
  .az-plp-grid.is-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  body.az-bridesmaids-plp .page-main {
    padding: 0 12px 36px;
  }
  .az-plp__heading {
    justify-content: center;
    padding: 20px 0 16px;
  }
  .az-plp__heading h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    font-weight: 400;
  }
  .az-plp__heading span {
    display: none;
  }
  .az-plp-compact-toolbar {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .az-plp-compact-toolbar .az-plp__heading {
    justify-content: flex-start;
    padding: 0;
  }
  .az-plp-compact-toolbar .az-plp__heading h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }
  .az-plp-compact-toolbar .az-plp-toolbar__views,
  .az-plp-quick-filters,
  .az-plp-results > .az-plp-toolbar {
    display: none;
  }
  .az-plp-mobile-toolbar {
    display: flex;
    min-height: 48px;
    align-items: center;
    border-bottom: 1px solid #ddd;
  }
  .az-plp-colors {
    display: flex;
    width: auto;
    max-width: none;
    justify-content: flex-start;
    gap: 13px;
    min-height: 91px;
    margin: 0 -12px;
    padding: 0 12px;
    overflow-x: auto;
    overflow-y: visible;
  }
  .az-plp-color-family,
  .az-plp-colors > .az-plp-color {
    flex: 0 0 43px;
  }
  .az-plp-color {
    width: 43px;
    font-size: 11px;
  }
  .az-plp-color__swatch {
    width: 39px;
    height: 39px;
  }
  .az-plp-toolbar {
    min-height: 47px;
    flex-direction: row;
    align-items: center;
    padding: 7px 0;
  }
  .az-plp-color-popover {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 176px;
    width: auto;
    max-height: calc(-100vh);
    padding: 20px 14px;
    transform: translateY(7px);
  }
  .az-plp-color-family:hover .az-plp-color-popover,
  .az-plp-color-family:focus-within .az-plp-color-popover {
    visibility: hidden;
    opacity: 0;
    transform: translateY(7px);
    pointer-events: none;
  }
  .az-plp-color-family.is-open .az-plp-color-popover {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .az-plp-color-popover__arrow {
    display: none;
  }
  .az-plp-color-popover__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 8px;
  }
  .az-plp-all-filters {
    height: 32px;
    padding: 0 11px;
    border: 1px solid #111;
    border-radius: 0;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
  }
  .az-plp-toolbar__sort {
    margin-left: auto;
  }
  .az-plp-toolbar__sort label {
    display: none;
  }
  .az-plp-toolbar__sort select {
    width: 132px;
    height: 32px;
    font-size: 12px;
  }
  .az-plp-view {
    display: none;
  }
  .az-plp-grid,
  .az-plp-grid.is-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 29px 8px;
  }
  .az-plp-card__shipping {
    left: 4px;
    top: 5px;
    transform: scale(0.88);
    transform-origin: left top;
  }
  .az-plp-card__wish {
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .az-plp-card__details {
    padding-top: 8px;
  }
  .az-plp-card__title-row {
    gap: 5px;
  }
  .az-plp-card__title-row h2,
  .az-plp-card__title-row > strong {
    font-size: 12px;
  }
  .az-plp-card__title-row h2 span {
    display: none;
  }
  .az-plp-card__description {
    min-height: 31px;
    font-size: 11px;
  }
  .az-plp-card__colors {
    gap: 5px;
  }
  .az-plp-card__colors button {
    width: 16px;
    height: 16px;
  }
  .az-plp-landing-content {
    width: 100%;
    margin-top: 42px;
    padding: 32px 0 10px;
    font-size: 14px;
  }
  .az-plp-landing-content h2 {
    font-size: 24px;
  }
  .az-plp-landing-content h3 {
    margin-top: 25px;
    font-size: 18px;
  }
}
@media (max-width: 390px) {
  .az-plp-toolbar__sort select {
    width: 116px;
  }
  .az-plp-drawer__options {
    grid-template-columns: 1fr;
  }
}

body.az-search-plp .page-main {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-block: 0;
  padding: 26px 28px 48px;
}
body.az-search-plp .search.results,
body.az-search-plp .column.main,
body.az-search-plp .columns {
  width: 100%;
  margin: 0;
  padding: 0;
}
.az-plp--search {
  padding-top: 0;
}
.az-plp--search .az-plp-catalog {
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 56px;
}
.az-plp--search .az-plp-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px 14px;
}
.az-plp--search .az-plp-grid.is-compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.az-plp--search .az-plp__heading h1 {
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .az-plp--search .az-plp-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .az-plp--search .az-plp-grid.is-compact {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 1180px) {
  .az-plp--search .az-plp-catalog {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
}
@media (max-width: 767px) {
  body.az-search-plp .page-main {
    padding: 16px 14px 40px;
  }
  .az-plp--search {
    padding-top: 0;
  }
}
